@charset "utf-8";
/**
 * CSS Document (13.06.2016)
 *
 * A set of tools for quick development of web interfaces (all devices).
 *
 * @package   Lourini
 * @author    Sandro
 * @version   1.2
 */

 .bx-wrapper .bx-controls-direction a {
   top: 30% !important;
 }

 @media (min-width: 992px) {
  .bx-wrapper .bx-controls-direction a {
    top: 40% !important;
  } 
 }
 @media (min-width: 1200px) {
  .bx-wrapper .bx-controls-direction a {
    top: 35% !important;
  } 
 }

/* RWD */
@viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}
@-ms-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}

/* BASE all sites */
.form_gap {
    widows: 3%;
}
.table-cell {
    display: table-cell;
}
.height-0-5 {
	height: 0.5rem;
}
.height-1 {
	height: 1rem;
}
.center_div {
	display: table;
	margin: 0 auto;	
}
.general_textbox {
	width: 100%;
	padding: 0.4% 1%;
	background-color: rgba(255,255,255,0.8);
	height: 54px;
  	border: none;
    font-size: 1.1em;
    margin-top: 1em;
}
@media (min-width: 768px) {
    /* Small devices (tablets, 768px and up) */
    .general_textbox {
        width: 50%;
    }
}
@media (min-width: 992px) {
    /* Medium devices (desktops, 992px and up) */
    .general_textbox {
        width: 45%;
    }
}
@media (min-width: 1200px) {
    /* Large devices (large desktops, 1200px and up) */
    .general_textbox {
        width: 40%;
    }
}
.general_textarea {
	width: 100%;
	padding: 0.4% 1%;
	background-color: rgba(255,255,255,0.8);
	height: 5em;
  	border: none;
	font-size: 1.1em;
}
@media (min-width: 768px) {
    /* Small devices (tablets, 768px and up) */
    .general_textarea {
        width: 50%;
    }
}
@media (min-width: 992px) {
    /* Medium devices (desktops, 992px and up) */
    .general_textarea {
        width: 45%;
    }
}
@media (min-width: 1200px) {
    /* Large devices (large desktops, 1200px and up) */
    .general_textarea {
        width: 40%;
    }
}
.form_field_label {
    width: 100%;
    padding: 0.4% 1%;
	background-color: rgba(34,34,34,0.8);
    color: #FFF;
    font-size: 0.9em;
    display: none;
}
@media (min-width: 768px) {
    /* Small devices (tablets, 768px and up) */
    .form_field_label {
        width: 50%;
    }
}
@media (min-width: 992px) {
    /* Medium devices (desktops, 992px and up) */
    .form_field_label {
        width: 45%;
    }
}
@media (min-width: 1200px) {
    /* Large devices (large desktops, 1200px and up) */
    .form_field_label {
        width: 40%;
    }
}
.form_field_info {
    width: 100%;
    padding: 0.4% 1%;
	background-color: rgba(152,190,3,0.8);
    color: #000;
    font-size: 0.9em;
    display: none;
}
@media (min-width: 768px) {
    /* Small devices (tablets, 768px and up) */
    .form_field_info {
        width: 50%;
    }
}
@media (min-width: 992px) {
    /* Medium devices (desktops, 992px and up) */
    .form_field_info {
        width: 45%;
    }
}
@media (min-width: 1200px) {
    /* Large devices (large desktops, 1200px and up) */
    .form_field_info {
        width: 40%;
    }
}
.combo {
	width: 100%;
	height: 54px;
	overflow: hidden;
	background: url(../img/arrow_down.png) no-repeat right rgba(255,255,255,0.8);
	padding: 0 0 0 9px;
}
@media (min-width: 768px) {
    /* Small devices (tablets, 768px and up) */
    .combo {
        width: 50%;
    }
}
@media (min-width: 992px) {
    /* Medium devices (desktops, 992px and up) */
    .combo {
        width: 45%;
    }
}
@media (min-width: 1200px) {
    /* Large devices (large desktops, 1200px and up) */
    .combo {
        width: 40%;
    }
}
.combo SELECT {
	background: transparent;
	width: 106%;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 54px;
	-webkit-appearance: none;
	cursor: pointer;
    font-size: 1.1em;
}
.combo SELECT option {
    color: #000;
}
.combo_placeholder {
    color: #919191;
}
.form_container {
	display: table;
    width: 100%;
    margin: 0.5em auto 0;
}
@media (min-width: 768px) {
    .form_container {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .form_container {
        width: 45%;
    }
}
@media (min-width: 1200px) {
    .form_container {
        width: 40%;
    }
}
.btn_select_files { /* selecionar ficheiros para upload */
	color: #929292;
	background-color: #404040;
	border: none;
	cursor: pointer;
	height: 54px;
	line-height: 54px;
    font-size: 1em;
    padding: 0 1em;
}
.btn_style_1 {
	color: #929292;
	background-color: #404040;
	border: none;
	cursor: pointer;
    font-size: 1em;
    padding: 0 1em;
}
.info_window {
    padding: 1em;
	font-size: 0.8em;
    font-weight: 100;
	text-shadow: 0px 0px 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}
.info_window A {
	color: #FFF;
	text-decoration: underline;	
}
.info_window_budget {
	font-size: 18px;
    color: #FFF;
    margin: 0.8em;
}
.info_window .h2 {
    font-size: 1em;
    color: #222222;
    text-align: left;
    line-height: 24px;
}
.info_window .h3 {
    font-size: 0.7em;
    color: #585858;
    font-weight: 300;
    text-align: left;
    line-height: 15px;
}
.header_100 {
    width: 100%;
    display: table;
    background-color: #585858;
    padding: 1em;
    color: #FFF;
    font-size: 2em;
}
.bkg_gray {
    background: rgba(88,88,88,0.90);
}
.title_01 {
    font-family: 'Roboto', sans-serif;
}

/* ========================================================================== *\
   RESET v.1.0
\* ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
:focus, :active, :hover {
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
html {
	font-size: 1em;
}
body {
	font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
textarea {
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
input,
label,
select,
button {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
	font-size: inherit;
	font-family: inherit;
}

/* ========================================================================== *\
   HTML Style ELEMENTS (default) v.1.0
\* ========================================================================== */
BODY {
	font-family: 'Roboto', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
P {
    font-size: 1.2rem;
    font-weight: 100;
	margin: 0 0 10px;
	color: #000000;
}
h1 {
	line-height: 1;
	font-size: 1.6rem;
	color: #58585A;
    text-rendering: optimizelegibility;	
}
H2, H3 {
	line-height: 35px;
}
H4 {
	font-family: inherit;
	color: #666666;
}
A {
	color: #58585A;
	text-decoration: none;
	padding:0;
	margin:0;
	border:0;
}
A:HOVER {
	text-decoration: none;
  color: #abc300;
}
A > IMG {
	border: 0px;
}
DIV {}
PRE {
	font-family: inherit;
	font-size: 12px;
	margin: 0;
}
button {
	text-align: center;
	padding: 0.2em 1em;
	outline: none;
	min-width: 6em;
	min-height: 50px;
	border: none;
  	line-height: normal;
	font-size: 1.1em;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition-property: background-color;
	   -moz-transition-property: background-color;
	     -o-transition-property: background-color;
	        transition-property: background-color;
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;    
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
}
button:HOVER {
	background: rgba(152, 190, 3, 1);
}
.checkbox {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 10px 0 0 0;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  float: left;
}
.checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
}
.checkbox label:after {
  content: '';
  width: 13px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 2px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover::after {
  opacity: 0.0;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox_label_container {
	float: left;
	display: inline-block;
	margin-left: 0.5em;
}
.checkbox_label {
    display: inline-block;
    height: 1.4em;
    line-height: 1em;
    vertical-align: middle;
}
.checkbox_label A {
	color: #FFF;
	text-decoration: underline;
}
.styled-select select {
	background: transparent;
	width: 268px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 2.3em;
	-webkit-appearance: none;
	cursor: pointer;
	color: #666;
    font-size: 1.3em;
    font-weight: 100;
	padding: 0 0 0 0.2em;
}
.styled-select {
   display: inline-block;
   width: 240px;
   height: 3em;
   overflow: hidden;
   background: url(../img/arrow_down.png) no-repeat right #FFF;
   border: 1px solid #666;
   margin: 0.5em;
}
address {
    display: block;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 20px;
	color: #666666;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}
td,
th {
    padding: 0.3em;
}

/* ========================================================================== *\
   COMPONENTS > Forms v.1.0
\* ========================================================================== */
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0 0.2rem;
    font-size: 1.1rem;
    font-weight: 100;
    color: #58585A;
    background-color: #FFFFFF;
    border: none;
}
textarea.form-control {
	height: 5em;
}
.btn {
    display: inline-block;
	padding: 0.9rem 1rem;
    margin-bottom:: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    border: solid 1px #FFFFFF;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #58585A;
    background-color: #FFFFFF;
    text-decoration: none;
}

/* ========================================================================== *\
   Layout | GRID > Container, Row, Columns v.1.2
\* ========================================================================== */
.container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto;
}
.container::after {
    display: table;
    clear: both;
    content: "";
}
@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .container {
       max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}
.container-full::after {
    display: table;
    clear: both;
    content: "";
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  /*min-height: 1px;*/
  padding-right: .9375rem;
  padding-left: .9375rem;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.333333%;
}

.col-xs-pull-2 {
  right: 16.666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.333333%;
}

.col-xs-pull-5 {
  right: 41.666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.333333%;
}

.col-xs-pull-8 {
  right: 66.666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.333333%;
}

.col-xs-pull-11 {
  right: 91.666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.333333%;
}

.col-xs-push-2 {
  left: 16.666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.333333%;
}

.col-xs-push-5 {
  left: 41.666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.333333%;
}

.col-xs-push-8 {
  left: 66.666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.333333%;
}

.col-xs-push-11 {
  left: 91.666667%;
}

.col-xs-push-12 {
  left: 100%;
}
@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.333333%;
  }
  .col-sm-pull-2 {
    right: 16.666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333%;
  }
  .col-sm-pull-8 {
    right: 66.666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333%;
  }
  .col-sm-pull-11 {
    right: 91.666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.333333%;
  }
  .col-sm-push-2 {
    left: 16.666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333%;
  }
  .col-sm-push-5 {
    left: 41.666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333%;
  }
  .col-sm-push-8 {
    left: 66.666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333%;
  }
  .col-sm-push-11 {
    left: 91.666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333%;
  }
  .col-md-pull-2 {
    right: 16.666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333%;
  }
  .col-md-pull-5 {
    right: 41.666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333%;
  }
  .col-md-pull-8 {
    right: 66.666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333%;
  }
  .col-md-pull-11 {
    right: 91.666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333%;
  }
  .col-md-push-2 {
    left: 16.666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333%;
  }
  .col-md-push-5 {
    left: 41.666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333%;
  }
  .col-md-push-8 {
    left: 66.666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333%;
  }
  .col-md-push-11 {
    left: 91.666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333%;
  }
  .col-lg-pull-2 {
    right: 16.666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333%;
  }
  .col-lg-pull-5 {
    right: 41.666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333%;
  }
  .col-lg-pull-8 {
    right: 66.666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333%;
  }
  .col-lg-pull-11 {
    right: 91.666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333%;
  }
  .col-lg-push-2 {
    left: 16.666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333%;
  }
  .col-lg-push-5 {
    left: 41.666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333%;
  }
  .col-lg-push-8 {
    left: 66.666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333%;
  }
  .col-lg-push-11 {
    left: 91.666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333%;
  }
  .col-xl-pull-2 {
    right: 16.666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.333333%;
  }
  .col-xl-pull-5 {
    right: 41.666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333%;
  }
  .col-xl-pull-8 {
    right: 66.666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.333333%;
  }
  .col-xl-pull-11 {
    right: 91.666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333%;
  }
  .col-xl-push-2 {
    left: 16.666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.333333%;
  }
  .col-xl-push-5 {
    left: 41.666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333%;
  }
  .col-xl-push-8 {
    left: 66.666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.333333%;
  }
  .col-xl-push-11 {
    left: 91.666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
}

@media (min-width: 768px) {
    .col-sm-auto {
        width: auto;
    }
}
@media (min-width: 992px) {
    .col-md-auto {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .col-lg-auto {
        width: auto;
    }
}


/* ========================================================================== *\
   Responsive utilities v.1.1
\* ========================================================================== */
@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

/* ========================================================================== *\
   HELPERS > Floats v.1.3
\* ========================================================================== */
.pull-xs-none {
  float: none !important;
}
@media (min-width: 544px) {
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-xl-none {
    float: none !important;
  }
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.clear {
    clear: both;
}
@media (min-width: 768px) {
    .pull-left-sm {
        float: left !important;
    }
    .pull-right-sm {
        float: right !important;
    }
}
@media (min-width: 992px) {
    .pull-left-md {
        float: left !important;
    }
    .pull-right-md {
        float: right !important;
    }
}
@media (min-width: 1200px) {
    .pull-left-lg {
        float: left !important;
    }
    .pull-right-lg {
        float: right !important;
    }
}

/* ========================================================================== *\
   HELPERS > Layout > Borders v.1.0
\* ========================================================================== */
.border {
    border: 1px solid #58595b
}
.border-top {
    border-top: 1px solid #58595b
}
.border-right {
    border-right: 1px solid #58595b
}
.border-bottom {
    border-bottom: 1px solid #58595b
}
.border-left {
    border-left: 1px solid #58595b
}
.border-x {
    border: solid #58595b;
    border-width: 0 1px;
}
.border-y {
    border: solid #58595b;
    border-width: 1px 0;
}

/* ========================================================================== *\
   HELPERS > Layout > Margins v.1.0
\* ========================================================================== */
.margin-1 {
    margin: 1em;
}
.margin-top-1 {
    margin-top: 1rem;
}
.margin-right-1 {
    margin-right: 1rem;
}
.margin-bottom-1 {
    margin-bottom: 1rem;
}
.margin-left-1 {
    margin-left: 1rem;
}
.margin-x-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.margin-y-1 {
    margin-top: 1rem;
    margin-bottom:: 1rem;
}
.margin-2 {
    margin: 2rem;
}
.margin-top-2 {
    margin-top: 2rem;
}
.margin-right-2 {
    margin-right: 2rem;
}
.margin-bottom-2 {
    margin-bottom: 2rem;
}
.margin-left-2 {
    margin-left: 2rem;
}
.margin-x-2 {
    margin-left: 2rem;
    margin-right: 2rem;
}
.margin-y-2 {
    margin-top: 2rem;
    margin-bottom:: 2rem;
}

/* ========================================================================== *\
   HELPERS > Notifications v.1.0
\* ========================================================================== */
.bg-success {
    background-color: rgba(193, 237, 20, 0.90);
}
.bg-warning {
    background-color: rgba(255, 206, 0, 0.90);
}
.bg-error {
    background-color: rgba(208, 26, 15, 0.90);
}
.bg-info {
    background-color: rgba(255, 255, 255, 0.90);
    color: #404040;
    text-shadow: none;
}

/* ========================================================================== *\
   HELPERS > Alignment v.1.0
\* ========================================================================== */
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.push-left {
    float: left;
}
.push-center {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.push-right {
    float: right;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}


/* UTILS */
#debug {
    position: fixed;
    top: 0px;
    right: 0px;
    text-align: left;
    background-color: #FFF61D;
    padding: 0.5em;
    outline: 1px dotted red;
}
.inline-block {
	display: inline-block;	
}
#loading {
    z-index: 1000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(255, 255, 255, .6) 
                url(images/loading.gif) 
                50% 50% 
                no-repeat;
}

/* COMMON this site */
.text_content {
    text-align: justify;
}
/* colors */
.color-01 {
    color: #C1ED14;
}

/* header */
#margin_top {
    height: 2rem;
    /*background-color: #99B3E8;*/
}
@media (min-width: 768px) {
    #margin_top {
        height: 2rem;
    }
}
@media (min-width: 992px) {
    #margin_top {
        height: 3rem;
    }
}
#logo {
    text-align: center
}
@media (min-width: 1200px) {
    #logo {
		float: left;
    }
}
/* menu hamburger */
#menu_burger_container {
    /*margin-top: 2.5rem;*/
    /*background-color: #00C9BA;*/
    cursor: pointer;
    position: absolute;
    top: 3rem;/**/
    left: 2rem;/**/
    height: 30px;
    z-index: 990;
}
#menu_container {
    display: none;
    transform: translate(0, 0);
    padding-top: 3rem;
}
.menu_item {
	height: 3em;
    line-height: 1em;
    padding: 1em;
	margin: 0 0em 1em 0em;
    color: #FFFFFF;
	background: #ABC300;
	-webkit-transition: -webkit-transform 0.5s;
	        transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
	        transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
    cursor: pointer;
}
.menu_active .menu_item {
	-webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
	transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu_item:hover {
    background-color: #58585A;
    color: #FFFFFF;
}
.item_active.menu_item {
    background-color: #58585A;
    color: #FFFFFF;
}
.logo_img {
    width: 190px;
}
@media (min-width: 768px) {
    .logo_img {
        width: 340px;
    }
}
/* menu header v.1.0 */
#container_menu_1 {
	text-align: right;
	padding-top: 5.5rem;
}
#container_menu_2 {
	position: relative;
}
#container_menu_2 LI {
	display: inline-block;
	border-right: 2px solid #58585A;
}
#container_menu_2 LI:last-child {
	border: none;
}
#container_menu_2 LI A {
	display: block; /* necessário para o align-center funcionar e o link ficar disponível em toda a largura */
	/*line-height: 2.5em;  altura dos botões */
	color: #404041; /* cor do texto */
	padding: 0 1rem; /* largura dos menus dinâmica */
	font-size: 1.1rem;
    font-weight: 600;
	-webkit-transition-property: color;
	   -moz-transition-property: color;
	     -o-transition-property: color;
	        transition-property: color;
	-webkit-transition-duration: 0.2s;
	   -moz-transition-duration: 0.2s;
	     -o-transition-duration: 0.2s;
	        transition-duration: 0.2s;    
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
}
#container_menu_2 LI:first-child A  {
    padding-left: 0;
}
#container_menu_2 LI A:HOVER, #container_menu_2 UL LI:HOVER A {
	/* mouse-hover dos botões */
	color: #ABC300;
}
#container_menu_2 .active {
    color: #ABC300;
}

/* menu idiomas */
.margin_top_idiomas {
    margin-top: 1rem;
}
@media (min-width: 544px) {
    .margin_top_idiomas {
        margin-top: 0rem;
    }
}
#lang_container {
	position: relative;
    display: inline-block;
	font-style: normal;
    font-size: 1rem;
}
@media (min-width: 544px) {
    #lang_container {
        float: right !important;
        font-size: 1.1rem;
    }
}
.btn_lang {
	color: #B2B2B2;
	position: absolute;/**/
	/*position: relative;*/
	top: 1.250em;
	/*right: 1.250em;*/
    border: #575757 solid;
    border-width: 0 0 0.070em 0;
	background-color: #FFF;
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	width: 1.4em;
	height: 1.2em;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	z-index: 1;
	-webkit-transition-property: all;
	   -moz-transition-property: all;
	     -o-transition-property: all;
	        transition-property: all;
	-webkit-transition-duration: 0.8s;
	   -moz-transition-duration: 0.8s;
	     -o-transition-duration: 0.8s;
	        transition-duration: 0.8s;    
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
}
.btn_selected, .btn_lang:HOVER {
    background-color: #878787;
}
.btn_lang_pt_show {
	top: 0em;
}
.btn_lang_es_show {
	top: 5.000em;
}
.btn_lang_en_show {
	top: 2.500em;
}
.lang_active {
    cursor: default;
	z-index: 2;
}

/* footer */
footer {
	background-color: #ABC300;
	color: #FFFFFF;
	padding: 1rem 0rem 1rem 0rem;
	font-size: 1.1rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
footer a, 
.footer_text {
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 600;
}
footer a {
    cursor: pointer;
	-webkit-transition-property: color;
	   -moz-transition-property: color;
	     -o-transition-property: color;
	        transition-property: color;
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;    
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
}
footer a:hover,
footer a:focus,
footer .link_active {
    color: #58585A;
}
.footer_text {
    cursor: default;
}
.btn_custom_01 {
    width: 100%;
    float: none;
}
@media (min-width: 992px) {
    .btn_custom_01 {
        width: auto;
        float: right !important;
    }
}
.container_menu_lang {
    color: #FFF;
    font-size: 0.8em;
}
.menu_lang {
    font-size: 1.0rem;
    color: #58585A;
}
.menu_lang:HOVER {
    color: #FFF;
}
@media (min-width: 544px) {
    .menu_lang {
        font-size: 1.1rem;
    }
}
/* menu footer v.1.0 */
#container_menu_3 {
	text-align: left;
	padding-top: 0rem;
}
#container_menu_4 {
	position: relative;
}
#container_menu_4 LI {
	display: inline-block;
	border-right: 2px solid #58585A;
}
#container_menu_4 LI:last-child {
	border: none;
}
#container_menu_4 LI A {
	display: block; /* necessário para o align-center funcionar e o link ficar disponível em toda a largura */
	/*line-height: 2.5em;  altura dos botões */
	color: #FFFFFF; /* cor do texto */
	padding: 0 1rem; /* largura dos menus dinâmica */
	font-size: 1.0rem;
    font-weight: 600;
	-webkit-transition-property: color;
	   -moz-transition-property: color;
	     -o-transition-property: color;
	        transition-property: color;
	-webkit-transition-duration: 0.2s;
	   -moz-transition-duration: 0.2s;
	     -o-transition-duration: 0.2s;
	        transition-duration: 0.2s;    
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
}
@media (min-width: 544px) {
    #container_menu_4 LI A {
        font-size: 1.1rem;
    }
}
#container_menu_4 LI:first-child A  {
    padding-left: 0;
}
#container_menu_4 LI A:HOVER, #container_menu_4 UL LI:HOVER A {
	/* mouse-hover dos botões */
	color: #404041;
}
#container_menu_4 .active {
    color: #404041;
}

/* TEMPLATES > home.tpl.php */
#content {
    display: block;
    min-height: 315px; /* < 544px | xs: 544 x 315 */
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    /*
    background-image: url(http://localhost/lourini.pt_2.0_rev1/proupload/img_pages/imgid34_page1_xl.jpg);
    */
    /*
    background-attachment: scroll;
    background-repeat:no-repeat;
    background-origin: border-box;
    */
    background-size: cover;
    background-position: top center;
}
@media (min-width: 544px) {
    #content {
        min-height: 435px; /* >= 544px | sm: 751 x 435 */
    }
}
@media (min-width: 768px) {
    #content {
        min-height: 575px; /* >= 768px | md: 993 x 575 */
    }
}
@media (min-width: 992px) {
    #content {
        min-height: 695px; /* >= 992px | lg: 1200 x 695 */
    }
}
@media (min-width: 1200px) {
    #content {
        min-height: 1100px; /* >= 1200px | xl: 1900 x 1100 */
    }
}
#apoios {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/apoios_xs.png);
    width: 170px;
    height: 28px;
    margin: 0 1.7rem 1.7rem 0;
}
@media (min-width: 768px) {
    #apoios {
        background: url(../img/apoios_md.png);
        width: 220px;
        height: 34px;
    }
}
/* popups */
#popups_container {
    position: absolute;
    top: 0;
    left: 0;
    margin: 2rem 2rem;
}
@media (min-width: 768px) {
    #popups_container {
        margin: 7rem 7rem;
    }
}
.popup {
    display: table;
    position: relative;
    font-size: 1.0rem;
    background-color: rgba(255,255,255,0.40);
    width: 170px;
    height: 28px;
    padding: 0.5rem 1rem;
    margin-bottom: 2em;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 9;
}
@media (min-width: 768px) {
    .popup {
        font-size: 1.1rem;
        min-width: 400px;
        min-height: 50px;
        padding: 1rem 2rem;
        margin-bottom: 3em;
    }
}
.popup:hover {
    background-color: rgba(255,255,255,0.60);
}
.popup_image {
    width: 250px;
}
@media (min-width: 768px) {
    .popup_image {
        width: 425px;
    }
}
.popup_content_container {
    color: #FFFFFF;
}
/* close popup */
.flip-container {
    position: absolute;
    top: -16px;
    right: -16px;
    -webkit-transform: perspective(1000px);
       -moz-transform: perspective(1000px);
        -ms-transform: perspective(1000px);
         -o-transform: perspective(1000px);
            transform: perspective(1000px);  
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;  
    cursor: pointer;
    z-index: 10;
}
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);  
}
.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
         -o-transform: rotateY(180deg);
            transform: rotateY(180deg);  
}
.flip-container, .front, .back {
    height: 32px;
    width: 32px;
}
.flipper {
    position: relative;
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;  
	-webkit-transition-property: all;
	   -moz-transition-property: all;
	     -o-transition-property: all;
	        transition-property: all;
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
}
.front, .back {
    backface-visibility: hidden;
    left: -2px;
    position: absolute;
    top: 2px;
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;  
	-webkit-transition-duration: 0.2s;
	   -moz-transition-duration: 0.2s;
	     -o-transition-duration: 0.2s;
	        transition-duration: 0.2s;        
	-webkit-transition-property: all;
	   -moz-transition-property: all;
	     -o-transition-property: all;
	        transition-property: all;
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
}
.front {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: lightgreen;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    background: url(../img/close.png);
    z-index: 2;
}
.back {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: lightblue;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    transform: rotateY(-180deg);
    background: url(../img/close_hover.png);
}

/**
 * TEMPLATES > (container branco em cima da imagem de fundo da homepage).tpl.php 
 * Ex: brand.tpl.php
 */
#container_over_bkg {
    background-color: #FFFFFF;
    padding: 3rem 3.5rem;
}
.espaco_top_bottom {
    height: 0;
}
h1 {
    text-align: center;
    font-weight: 500;
}
@media (min-width: 544px) {
    .espaco_top_bottom {
        height: 3rem;
    }
    h1 {
        text-align: left;
        font-size: 1.7em;
    }
    #container_over_bkg {
        min-height: 350px;
    }
}
@media (min-width: 768px) {
    .espaco_top_bottom {
        height: 4rem;
    }
    h1 {
        font-size: 1.9em;
        font-weight: 600;
    }
    #container_over_bkg {
        min-height: 450px;
    }
}
@media (min-width: 992px) {
    .espaco_top_bottom {
        height: 5rem;
    }
    h1 {
        font-size: 2.3em;
    }
}
.thumb_product {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (min-width: 992px) {
    .thumb_product {
        padding-top: 0rem;
    }
}

/**
 * TEMPLATES > products.tpl.php 
 */
#products_navigation {
  background-color: #58585A;
  font-size: 1.0rem;
  font-weight: 600;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 1rem;
  
  /* em testes #01 ...
   * o menu dos produtos não é largo o suficiente quando o nome do produto é grande
   */
  display: table;
  padding-right: 2em;
}
#accordion {
    position: relative;
    width: 100%;
    padding: 50px 5% 50px 5%;
}
@media (min-width: 544px) {
  #products_navigation {
  }
}
@media (min-width: 992px) {
  #products_navigation {
    width: 25%; /* 3-col */
    margin-left: 0;
    min-height: 315px;
  }
  #accordion {
    min-height: 695px;
  }
}
@media (min-width: 1200px) {
  #accordion {
    padding: 90px 17% 90px 9%;
    min-height: 1100px;
  }
}
.product_section {
  display: block;
}
#accordion .panel {
    border: #FFFFFF solid;
    border-width: 1px 0 0 0;
    padding: 1rem 0 0 0;
}
#accordion .panel:last-child {
    border: #FFFFFF solid;
    border-width: 1px 0 1px 0;
}
#accordion .panel a {
  /* categorias e produtos */
  color: #FFFFFF;

  /* em testes #01 ...
   * o menu dos produtos não é largo o suficiente quando o nome do produto é grande
   */
  white-space: nowrap;
}
#accordion a.active{
  color: #ABC300;
}
/*
#container_menu_2 .active {
    color: #ABC300;
}
*/
#accordion .panel a:hover {
  color: #ABC300;
}
.panel-heading {
    padding-bottom: 1rem;
}
.panel_content ul li {
  padding: 0 0 1.0rem 1.5rem;
  list-style: none;
}

/**
 * TEMPLATES > product_a.tpl.php 
 * Template A e B
 */
.product_a_b_section {
  display: block;
}
@media (min-width: 992px) {
  .product_a_b_section {
      display: table-cell;
      vertical-align: top;
  }
}
#products_navigation_a_b {
  background-color: #58585A;
  font-size: 1.0rem;
  font-weight: 600;
  /*width: 85%;*/
  margin: 0 auto;
  /*padding-bottom: 1rem;*/
}
#container_a {
    background-color: #FFFFFF;
    padding: 3rem 3.5rem;
}
@media (min-width: 544px) {
    #container_a {
        min-height: 350px;
    }
}
@media (min-width: 768px) {
    #container_a {
        min-height: 450px;
    }
}
#products_content {
  padding-left: unset;
  padding-right: unset;
}
.nav_container {
  height: 100%;
}
  
/**
 * TEMPLATES > product_b.tpl.php 
 * Template B
 */
.no_padding {
  padding-right: .9375rem;
  padding-left: .9375rem;
}
.product_b_container {
  padding: 3rem 3.5rem 3rem 3.5rem;
}
@media (min-width: 992px) {
  .product_b_container {
    padding: 0 3.5rem 3rem 3.5rem;
  }
}
#caracteristicas {
  font-size: 1.0rem;
  font-weight: 100;
  color: #58585A;
}
.ver_pormenores {
  color: #ABC300;
  font-weight: 600;
}
.product_prev {
  position: absolute;
  top: 45%;
  left: 7%;
  background: url(images/controls.png) no-repeat 0 -32px;
  width: 32px;
  height: 32px;
  margin: 0 1.7rem 1.7rem 0;
  opacity: 0.6;
  cursor: pointer;
}
.product_next {
  position: absolute;
  top: 46%;
  right: 1%;
  background: url(images/controls.png) no-repeat -43px -32px;
  width: 32px;
  height: 32px;
  margin: 0 1.7rem 1.7rem 0;
  opacity: 0.6;
  cursor: pointer;
}
.product_prev:hover, .product_next:hover {
  opacity: 1;
}
@media (min-width: 544px) {
  .product_prev {
    left: 5%;
  }
  .product_next {
    right: 1%;
  }
}
@media (min-width: 768px) {
  .product_prev {
    top: 47%;
    left: 4%;  
  }
}
@media (min-width: 992px) {
  .product_prev {
    top: 45%;
    left: 3%;  
  }
}
@media (min-width: 1200px) {
  #caracteristicas {
    font-size: 1.0rem;
    font-weight: 300;
  }
  .product_prev {
    top: 46%;
    left: 3%;  
  }
}
.thumb-container {
    display: inline-block;
}
.thumb_details {
  margin-left: 1rem;
  border: solid 1px;
}

/**
 * Boostrap Collapse accordion v.1.0
 */
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-duration: 0.35s;
    transition-property: height;
    transition-timing-function: ease;
}

/**
 * Boostrap Modal v.1.0
 */
/*
F.modal-open {
  overflow: hidden;
}
*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:         transform .3s ease-out, -o-transform .3s ease-out;
          transition: -webkit-transform .3s ease-out;
          transition:         transform .3s ease-out;
          transition:         transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  box-shadow: 2px 2px 6px #c7c7c7;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 25px;
}
.modal-content {
  cursor: move;
  position: relative;
  
  /*background-color: #fff;*/
  background-image: url(../img/bkg.png);
  background-position: top right;
  background-repeat: no-repeat;

  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  /*border: 1px solid #999;*/
  /*border: 1px solid rgba(0, 0, 0, .2);*/
  /*border-radius: 6px;*/
  /*outline: 0;*/
  /*
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          */
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
  display: table;
  clear: both;
  content: "";
}

.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px 20px 10px 20px;
}
.modal-body p {
  font-size: 1rem;
  padding-top: 1rem;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/*
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
*/

@media (min-width: 544px) {
  .modal-dialog {
    width: 530px;
    margin: 30px auto;
  }
  /*
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
  */
}
@media (min-width: 992px) and (min-height: 820px) {
  .modal-dialog {
    width: 600px;
    margin: 330px auto 30px auto;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

/* TEMPLATES > catalogs.tpl.php */
#content_catalogs {
  background-color: #58585A;
    display: block;
    min-height: 315px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: top center;
}
@media (min-width: 544px) {
    #content_catalogs {
        min-height: 435px;
    }
}
@media (min-width: 768px) {
    #content_catalogs {
        min-height: 575px;
    }
}
@media (min-width: 992px) {
    #content_catalogs {
        min-height: 695px;
    }
}
@media (min-width: 1200px) {
    #content_catalogs {
        min-height: 1100px;
    }
}
.title_catalogs {
  color: #FFFFFF;
}
#container_over_gray {
    /*background-color: #E0CBBF;*/
}
@media (min-width: 544px) {
    #container_over_gray {
        min-height: 350px;
    }
}
@media (min-width: 768px) {
    #container_over_gray {
        min-height: 450px;
    }
}
.container_thumb {
  background-color: #FFFFFF;
  padding: 0.5rem;
  margin-bottom: 2rem;
  color: #58585A;
  font-weight: 100;  
  min-height: 260px;
  
}
.thumb_catalog {
    padding-bottom: 0.5rem;
    /*margin-bottom: 1rem;*/
    background-color: #FFFFFF;
    width: 100%;
}
@media (min-width: 1200px) {
    .thumb_catalog {
        background-color: #FFFFFF;
    }
}
.download {
  position: absolute;
  bottom: 42px;
  right: 25px;
}
.espaco_top_bottom_catalogs {
    height: 2rem;
}
@media (min-width: 544px) {
    .espaco_top_bottom_catalogs {
        height: 3rem;
    }
}
@media (min-width: 768px) {
    .espaco_top_bottom_catalogs {
        height: 4rem;
    }
}
@media (min-width: 992px) {
    .espaco_top_bottom_catalogs {
        height: 5rem;
    }
}

#email_alternative {
    display: none;
}
