/* 
    Created on : 19/jul/2015, 14:36:01
    Author     : Live4digital
    Version    : 1.0
*/


/*Helpers*/

body {
   
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	/* TRATANDO do COMPET 2020 */
	margin-bottom: 9rem;
}

.text-right {
    text-align: right;
}

.text-left{
    text-align: left;
}

.text-center {
    text-align: center;
}

.relative {
    position: relative;
}

.full-width {
    width: 100%!important;
}

.no-overflowH {
    overflow: hidden!important;
}

.no-overflowH body {
    overflow: hidden!important;
}

.overflow-scroll {
    overflow: auto!important;
}


/*Pagination*/
.pagination {
    text-align: center;
}

.pagination span {
    display: inline-block;
    background-color: #d3d3d3;
    color: #FFF;
    margin-left: 5px;
    margin-right: 5px;
}

.pagination span a {
    padding: 5px 10px;
    display: inline-block;
    background-color: rgba(2,112,60,1);
    color: #FFF;
    border: 1px solid rgba(2,112,60,1);
}

.pagination span a:hover {
    background-color: #FFF;
    color:rgba(2,112,60,1);
    border: 1px solid rgba(2,112,60,1);
    text-decoration: none;
}

.pagination .pagination-current {
    padding: 5px 10px;
    display: inline-block;
    background-color: #d3d3d3;
    color: rgba(2,112,60,1);
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid rgba(2,112,60,1);
    font-weight: bold;
}

.pagination .pagination-end, .pagination .pagination-begin {
    display:none;
}

.pagination .pagination-holder {
    display:inline-block;
}
/*Fonts*/

h1,h2,h3,h4,h5,h6, p, span {
    font-family: 'Roboto',sans-serif;
}

p {
    line-height: 2;
    font-size: 1.56rem;
}

.title-line {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #2d434e;
}

.title-line::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 1.2px;
    background-color: #2d434e;
    bottom: -4px;
    left: 0;
}

.white-text.title-line::after {
    background-color: #FFF;
}

.left-border {
    border-left: 1px solid #FFF;
}

.right-border {
    border-right: 1px solid #FFF;
}

.quote {
    color:#2d434e;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight:500;
}

.margin-top-bot-25 {
    margin-top:25px;
    margin-bottom:25px;
}

/*MENU*/
.pad-top-66 {
    height: 66px;
    position: relative;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: transparent;
    box-shadow: none;
}

nav .brand-logo {
    position: relative;
}

.menu-nav-links {
    float: left;
    padding-left: 5%;
    text-align: center;
    font-family: 'Roboto',sans-serif;
}

.menu-nav-links a {
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Roboto',sans-serif;
}

.menu-nav-links a:hover, nav .menu-nav-links a:hover i {
    color: #FFF;
    border-bottom: 2px solid #FFF;
    text-decoration: none;
}

.menu-nav-links a:focus, nav .menu-nav-links a:focus i {
    color: #FFF;
    text-decoration: none;
}

nav .menu-nav-links i {
    display: inline-block;
    font-size: 4px;
    margin-left: 15px;
    margin-right: 11px;
    vertical-align: bottom;
}

.header-help {
    float: right;
}

nav .header-help .active-link i, .active-link {
    background-color: #1B5E20;
    color: #FFF;
}

.header-help a:hover, .header-help a:visited, .header-help a:focus {
    color: #FFF;
}

nav .menu-nav-links .active-link, nav .header-help .active-link i {
    border-bottom: 2px solid #FFF;
}

.active-link, .active-link:visited {
    color: #FFF;
}

nav .header-help i {
    display: inline-block;
    padding: 0px 5px;
    float: left;
}

.header-help a {
    display: inline-block;
    float: left;
}

#lang_zone form {
    float: left;
    padding-left: 10px;
    display: none;
}

#lang_zone {
    float: left;
    width: 20px;
    overflow: hidden;
    display: flex;
    transition: all ease-in-out 400ms;
    height: 64px;
}

#lang_zone.lang-all {
    width: 110px;
    transition: all ease-in-out 400ms;
}

#lang_zone.lang-all form{
    display: inline-block;
    z-index:2;
}

.arrow-left {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index:1;
}

.open-langs {
    float: left!important;
    padding: 0px!important;
    margin: 0px!important;
    font-size: 1.2em!important;
    width:15px!important;
    cursor:pointer;
    
    -moz-transition: all ease-out 100ms;
    -webkit-transition: all ease-out 100ms;
    -o-transition: all ease-out 100ms;
    transition: all ease-out 100ms;
}

.lang {
    background-image: url('../images/lang/PT.png');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 22px;
    border: solid 1px #FFF;
}

.lang.pt {
    background-image: url('../images/lang/PT.png');
}

.lang.en {
    background-image: url('../images/lang/en-gb.png');
}
.lang.fr {
    background-image: url('../images/lang/fr-fr.png');
}
.lang.es {
    background-image: url('../images/lang/es-es.png');
}

.search-div, .reserved {
    float: left;
}

#lang-menu i {
    height: 24px;
    line-height: 24px;
    padding: 0px;
    padding-left: 4px;
    font-size: 1.6rem;
}

.search-div form {
    float: right;
    line-height: 2;
    vertical-align: middle;
    top: 18px;
    position: relative;
    width: 0;
    transition: all ease-in-out 400ms;
}

.search-div form input {
    background-color: transparent;
    color: #000;
    padding-left: 0px;
    transition: all ease-in-out 400ms;
}

.search-div form.full-search {
    width: 130px;
    transition: all ease-in-out 400ms;
}

.search-div form.full-search input {
    background-color: #FFF;
    transition: all ease-in-out 400ms;
    padding-left: 15px;
}

.full-width-nav {
    width: 100%;
    left: 0!important;
    top: 66px!important;
    padding-bottom: 40px;
}

.nav-sub-cat {
    float: left;
    width: 48%;
}

.nav-sub-cat i {
    font-size:13px;
    padding-left:5px;
}

.width-30 {
    width: 30%;
}

.nav-sub-cat a {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 2;
    font-size:13px;
    font-family: 'Roboto',sans-serif;
}

.nav-sub-cat.left-8 {
    border-right: 1px solid #FFF;
    margin-right: 14px;
}

.nav-cat {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.inner-login {
    float: right;
    padding: 20px;
    background-color: #FFF;
}

.inner-login a {
    display: block;
    text-transform: uppercase;
    line-height: 2;
    color: #000;
}

.dropdown-content a:hover {
    color: #FFF;
}


.shadow-menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#login-act {
    display: none;
}

/*Shapes*/

.triangle {
    width: 70px;
    height: 70px;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FFF;
    box-shadow: 0px 0px 6px -1px rgba(2,112,60,0.5);
}

.triangle-right {
    left: 18px;
    position: relative;
}

.outter-triangle-left {
    display: block;
    position: absolute;
    height: 71px;
    width: 101px;
    overflow: hidden;
    right: -35px;
    bottom: 50%;
    margin-bottom: -50px;
}

.outter-triangle-right {
    display: block;
    position: absolute;
    height: 71px;
    width: 101px;
    overflow: hidden;
    left: -22px;
    top: 50%;
    margin-top: -50px;
}


/*HEADER IMAGES*/

.img-top {
    height: 300px;
}

.background.img-top .pad-top-69 {
    padding-top:0px;
}

.v-table {
    display: table;
    height: 100%;
    width:100%;
    z-index: 3;
    position: relative;
}

.v-align {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.v-align2 {
    display: table-cell;
    vertical-align: middle;
}

.caption-holder {
    position: absolute;
    z-index: 40;
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.caption1 {
    color: #FFF;
    position: relative;
}

.btn-holder-cap {
    position: relative;
}

.slider .indicators .indicator-item {
    height: 12px;
    width: 12px;
    margin: 0 8px;
}

.slider .slides li div:nth-child(1), .slider .slides li div:nth-child(2), .slider .slides li div:nth-child(3) {
    -moz-transition: all ease-out 300ms;
    -webkit-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    opacity: 1;
}

.slider .slides li.active div:nth-child(1) {
    -moz-transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: all ease-in 400ms;
    transition: all ease-in 400ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

.slider .slides li.active div:nth-child(2) {
    -moz-transition: all ease-in 600ms;
    -webkit-transition: all ease-in 600ms;
    -o-transition: all ease-in 600ms;
    transition: all ease-in 600ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

.slider .slides li.active div:nth-child(3) {
    -moz-transition: all ease-in 800ms;
    -webkit-transition: all ease-in 800ms;
    -o-transition: all ease-in 800ms;
    transition: all ease-in 800ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

/*@-webkit-keyframes ease-anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes ease-anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes ease-anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes ease-anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
*/
@-webkit-keyframes left-anime {
  0%   {
      opacity: 0;
      left: 0;
  }
  100% {
      left: 10%;
      opacity: 1;
  }
}
@-moz-keyframes left-anime {
  0%   {
      opacity: 0;
      left: 0;
  }
  100% {
      left: 10%;
      opacity: 1;
  }
}
@-o-keyframes left-anime {
  0%   {
      opacity: 0;
      left: 0;
  }
  100% {
      left: 10%;
      opacity: 1;
  }
}
@keyframes left-anime {
  0%   {
      opacity: 0;
      left: 0;
  }
  100% {
      left: 10%;
      opacity: 1;
  }
}

/*Top anim*/

@-webkit-keyframes top-anime {
 0%   {
      top: -100px;
  }
  100% {
      top: 0;
  }
}
@-moz-keyframes top-anime {
  0%   {
      top: -100px;
  }
  100% {
      top: 0;
  }
}
@-o-keyframes top-anime {
0%   {
      top: -100px;
  }
  100% {
      top: 0;
  }
}
@keyframes top-anime {
0%   {
      top: -100px;
  }
  100% {
      top: 0;
  }
}


@-webkit-keyframes right-anime {
  0%   {
      right: 0;
  }
  100% {
      right: 10%;
  }
}
@-moz-keyframes right-anime {
  0%   {
      right: 0;
  }
  100% {
      right: 10%;
  }
}
@-o-keyframes right-anime {
  0%   {
      right: 0;
  }
  100% {
      right: 10%;
  }
}
@keyframes right-anime {
  0%   {
      right: 0;
  }
  100% {
      right: 10%;
  }
}

/*Left align Anim*/
.slider .slides li div.left-align:nth-child(2), .slider .slides li div.left-align:nth-child(1), .slider .slides li div.left-align:nth-child(3) {
    left: -100%;
    will-change: opacity;
}
.slider .slides li.active .left-align:nth-of-type(1) {
    -webkit-animation: left-anime 1s 1 ease;
    -moz-animation:    left-anime 1s 1 ease;
    -o-animation:      left-anime 1s 1 ease;
    animation:         left-anime 1s 1 ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.slider .slides li.active .left-align:nth-of-type(2) {
    -webkit-animation: left-anime 500ms;
    -moz-animation:    left-anime 500ms;
    -o-animation:      left-anime 500ms;
    animation:         left-anime 500ms;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.slider .slides li.active .left-align:nth-of-type(3) {
    -webkit-animation: left-anime 500ms;
    -moz-animation:    left-anime 500ms;
    -o-animation:      left-anime 500ms;
    animation:         left-anime 500ms;
    animation-fill-mode: forwards;
     animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

/*Center align Anim*/
.slider .slides li div.center-align:nth-child(2), .slider .slides li div.center-align:nth-child(1), .slider .slides li div.center-align:nth-child(3) {
    top: -300px;
    will-change: opacity;
}

.slider .slides li.active div.center-align:nth-child(1) {
    -webkit-animation: ease-anim 500ms, top-anime 1s ;
    -moz-animation:    ease-anim 500ms, top-anime 1s ;
    -o-animation:      ease-anim 500ms, top-anime 1s ;
    animation:         ease-anim 500ms, top-anime 1s ;
    animation-fill-mode: forwards;
}
.slider .slides li.active div.center-align:nth-child(2) {
    -webkit-animation: ease-anim 500ms, top-anime 1s ;
    -moz-animation:    ease-anim 500ms, top-anime 1s ;
    -o-animation:      ease-anim 500ms, top-anime 1s ;
    animation:         ease-anim 500ms, top-anime 1s ;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
    opacity: 1;
}
.slider .slides li.active div.center-align:nth-child(3) {
    -webkit-animation: ease-anim 500ms, top-anime 1s ;
    -moz-animation:    ease-anim 500ms, top-anime 1s ;
    -o-animation:      ease-anim 500ms, top-anime 1s ;
    animation:         ease-anim 500ms, top-anime 1s ;
    animation-fill-mode: forwards;
     animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
    opacity: 1;
}

/*Right Align right*/
.slider .slides li div.right-align:nth-child(2), .slider .slides li div.right-align:nth-child(1), .slider .slides li div.right-align:nth-child(3) {
    right: -100%;
    will-change: opacity;
}

.slider .slides li.active div.right-align:nth-child(1) {
    -webkit-animation: ease-anim 500ms, right-anime 1s ;
    -moz-animation:    ease-anim 500ms, right-anime 1s ;
    -o-animation:      ease-anim 500ms, right-anime 1s ;
    animation:         ease-anim 500ms, right-anime 1s ;
    animation-fill-mode: forwards;
}
.slider .slides li.active div.right-align:nth-child(2) {
    -webkit-animation: ease-anim 500ms, right-anime 1s ;
    -moz-animation:    ease-anim 500ms, right-anime 1s ;
    -o-animation:      ease-anim 500ms, right-anime 1s ;
    animation:         ease-anim 500ms, right-anime 1s ;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
    opacity: 1;
}
.slider .slides li.active div.right-align:nth-child(3) {
    -webkit-animation: ease-anim 500ms, right-anime 1s ;
    -moz-animation:    ease-anim 500ms, right-anime 1s ;
    -o-animation:      ease-anim 500ms, right-anime 1s ;
    animation:         ease-anim 500ms, right-anime 1s ;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
    opacity: 1;
}


/*COLORS*/

.darkGreen-30 {
    background-color: rgba(2,112,60,0.3);
}

.darkGreen-50 {
    background-color: rgba(2,112,60,0.5);
}

.darkGreen-100 {
    background-color: rgba(2,112,60,1);
}

.black-50 {
    background-color: rgba(0,0,0,0.5);
}

/*Buttons*/

.lusa-btn {
    border: 1px solid #2d434e;
    background-color: #FFF;
    color: #2d434e;
    border-radius: 0;
    font-weight: 600;
    padding: 0px 15px;
    height: auto;
}

.lusa-btn i.right {
    margin-left: 10px;
}

.lusa-btn:hover {
    border: 1px solid #2d434e;
    background-color: #2d434e;
    color: #FFF;
    text-decoration: none;
}

.lusa-btn:visited, .lusa-btn:focus {
    text-decoration: none;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 0px 30px;
    color: #FFF;
    border-radius: 0;
    height: auto;
}

.btn-transparent:hover, .btn-transparent:focus {
    background-color: #FFF;
    color: #2d434e;
    text-decoration: none;
}

.btn-transparent-lusa {
    background-color: transparent;
    border: 1px solid #2d434e;
    padding: 0px 30px;
    color: #2d434e;
    border-radius: 0;
    height: auto;
}

.btn-transparent-lusa:hover, .btn-transparent-lusa:focus {
    background-color: #2d434e;
    color: #fff;
    text-decoration: none;
}

.back-forward-single a{
    color:#000;
    font-size:14px;
    text-decoration:none;
}

.back-forward-single a:hover {
    color: #007543;
}

.back-forward-single i{
    font-size:13px;
}

.back-forward-single i.back-single {
    margin-right:7px;
}

.back-forward-single i.forward-single {
    margin-left:7px;
}

.back-forward-single {
    position:relative;
    margin-bottom: 70px;
}

.back-forward-single .see-all-single {
    position:absolute;
    left:50%;
    margin-top: -9px;
    margin-left: -22px;
}

.back-forward-single .see-all-single i:hover {
    color:#007543;
}

.back-forward-single .see-all-single i {
    font-size:40px;
}

.btn.block {
    display: block;
    width: 100%;
}

.down-icons {
    line-height: normal;
    padding: 10px 15px;
}

.block-i{
    display: block;
    padding: 10px 0;
}

.block-i i {
    font-size: 45px;
}
/*Cut forms*/

.cut-image-corner {
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(90% 15%, 100% 21%, 91% 28%, 91% 100%, 0 100%, 0 0, 90% 0);
    clip-path: polygon(90% 15%, 100% 21%, 91% 28%, 91% 100%, 0 100%, 0 0, 90% 0);
}

/*Backgrounds*/

.background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.background-front {
    z-index: 2;
    color: #FFF;
    position: relative;
    text-align: center;
}

/*Margins and Paddings*/

.margin-top-50 {
    margin-top:50px;
}

.pad-top-bot-90 {
    padding: 90px 0;
}

.pad-top-bot-50 {
    padding: 50px 0;
}

.pad-bot-50 {
    padding-bottom:50px;
}

.pad-top-bot-5 {
    padding-top:5px;
    padding-bottom:5px;
}

.pad-top-69 {
    padding-top:69px;
}

.pad-top-20 {
    padding-top:20px;
}

.container.pad-top-bot-90 {
    padding: 90px 15px;
}

.container.pad-top-bot-50 {
    padding: 50px 15px;
}

.pad-bot-50 {
    padding-bottom:50px;
}

.pad-top-bot-5 {
    padding-top:5px;
    padding-bottom:5px;
}
 
.image-center {
    margin-left: auto;
    margin-right: auto;
}

.pad-top-50 {
    padding-top: 50px;
}

/*HomePage*/

#brands-list .item img {
    min-height:25px;
    max-height:50px;
    margin-left:auto;
    margin-right:auto;
}

#brands-list div.col-md-2 {
    margin-bottom: 30px;
    width:20%;
}

#brands-list div.col-md-2 .v-table {
    display: table;
    width: 100%;
    z-index: 3;
    position: relative;
    table-layout: fixed;
    min-height: 75px;
    height: 75px;
}

.catalog-home {
    background-color: #007543;
    text-align: center;
    color: #FFF;
    padding: 13px 145px;
}

.catalog-home h1 {
    font-size: 3.5em;
    font-weight: 100;
    text-transform: uppercase;
    margin: 4.1rem 0 0.5rem 0;
}

.catalog-home h2 {
    font-size: 6em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.catalog-home img {
    margin-left: auto;
}

.image-home {
    box-shadow: 0px 0px 10px 1px rgba(2,112,60,0.5);
    display: block;
    padding: 5px;
}

.image-home img {
    z-index: 2;
    position: relative;
}

.image-home:hover .triangle, .image-home:hover .triangle {
    box-shadow: 0px 0px 6px -1px rgba(2,112,60,1);
}

.image-home:hover {
    box-shadow: 0px 0px 10px 1px rgba(2,112,60,1);
}

.homepage-p .title-line::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 1.2px;
    background-color: #2d434e;
    bottom: -8px;
    left: -50%;
}

.heading-service p {
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.heading-service h2 {
    text-align: center;
}

.heading-service .btn {
    display: block;
    max-width: 140px;
    margin: auto;
    margin-top: 29px;
}

/*slider*/

.slider h1 {
    font-size: 7.2rem;
}

#feature-home .owl-wrapper-outer {
    padding-top:25px;
}

/*Carousel*/

.brands-slider-home .navigation-arrow i{
    font-size:50px;
    color:#007543;
}

.brands-slider-home .navigation-arrow {
    position: absolute;
    top: 50%;
    width: 99%;
}


.brands-slider-home .navigation-arrow .prev {
    left:0;
    position: absolute;
    top:50%;
    margin-top:-50px;
    margin-left: -27px;

}

.brands-slider-home .navigation-arrow .next {
    right:0;
    position: absolute;
    top:50%;
    margin-top:-50px;
}

.brands-slider-home .navigation-arrow .next:hover i {
    position: relative;
    font-size: 55px;
    color: #1B5E20;
    transition: all  200ms;
    -moz-transition:  200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    cursor:pointer;
    top: -1px;
}

.owl-theme .owl-controls .owl-page span {
    background-color:#fff;
    opacity:1;
    border:2px solid #007543;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color:#007543;
}

.brands-slider-home .navigation-arrow .prev:hover i {
    position: relative;
    font-size: 55px;
    color: #1B5E20;
    transition: all  200ms;
    -moz-transition:  200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    cursor:pointer;
    top: -1px;
}

.navigation-arrows {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 103%;
    left: -15px;
    z-index: 0;
}

.navigation-arrows .prev {
    float: left;
}

.navigation-arrows .prev i {
    left: 0;
}

.navigation-arrows .next i {
    right: 0;
}

.navigation-arrows .prev i, .navigation-arrows .next i {
    position: relative;
    top: 0;
}

.navigation-arrows .next {
    float: right;
}

.navigation-arrows .prev, .navigation-arrows .next {
    cursor: pointer;
}

.navigation-arrows .prev:hover i {
    left: -10px;
}

.navigation-arrows .next:hover i {
    right: -10px;
}

.navigation-arrows .prev:hover i, .navigation-arrows .next:hover i {
    position: relative;
    font-size: 33px;
    color: #1B5E20;
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    top: -5px;
}

.header-image h3 {
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
    z-index: 1;
    position: relative;
    color: #FFF;
    text-transform: uppercase;
    padding-left:150px;
    padding-right:150px;
}

.icon-inline {
    display: inline-block;
    text-align: center;
    width: 19.7%;
}

/*Facts*/

.facts {
    background-image: url('../images/diagmonds_2X.png');
    color: #FFF;
}

.facts p {
    margin:0px;
    line-height:1.4;
}

.facts strong {
    font-size: 33px;
}

.facts-icon {
    min-height: 235px;
    text-align: center;
    padding: 30px 0;
}

.facts-icon h5 {
    padding-bottom:20px;
}


/*Onde estamos*/
.where {
    position: relative;
}
.legenda {
    position: absolute;
    top: 50%;
    left: 5%;
}

.sede i {
    color: #007543;
}

.filial i {
    font-size: 17px;
    color: #2d434e;
}

.respresentacao i {
    font-size: 12px;
    color: #007543;
}

/*History*/

.history-line {
    position: absolute;
    height: 96%;
    background-color: #d1d1d1;
    width: 2px;
    left: 50%;
    margin-left: -4.5px;
    z-index: -1;
    top: 28px;
}

.history-left {
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #d1d1d1;
}

.history-right {
    padding-left: 10px;
    border-left: 1px solid #d1d1d1;
}

.history-left, .history-right {
    display: inline-flex;
    width: 90%;
    font-size: 13px;
    position: relative;
}

.history-right span, .history-left span {
    display: block;
    width: 100%;
}


.data-circle {
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    padding: 8px 3px;
    display: inline-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-inline-flex;
    display: -webkit-inline-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #FFF;
    color: #026f3b;
}

.data-circle-left {
    margin-left: 20px;
    margin-right: -10px;
}

.data-circle-right {
    margin-right: 15px;
    margin-left: -11px;
}

.history-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.history-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.history-flex p {
    font-size: 1.3rem;
}

/*Produtos*/

.marcas-wrapper {
    height: 200px;
    overflow: auto;
}



.filter-holder {
    border: 1px dotted #000;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow:hidden;
}

.filter-holder h4 {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
}

.filter-holder label {
    color: #2d434e;
}

.title-gamas-margin-bottom {
    margin-bottom: 11px;
}

.gamas-container > div {
    min-height: 220px;
    text-align: center;
}

.gamas-container img {
    border: 1px solid #60666E;
}

.gamas-container a {
    display: block;
    color: #60666E;
}

.gamas-container a .image-gama {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.gamas-container a:hover .overlay-gama, .gamas-container a:hover .text, .brand-img:hover .text, .brand-img:hover .svg-wrapper svg {
    opacity: 1;
    -webkit-transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    transition: all ease-in 300ms;
}

.overlay-gama, .text {
    -webkit-transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
}

.overlay-gama {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(2,112,60,0.7);
    opacity: 0;
}


.svg-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
}
.shape {
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
  fill: transparent;
  stroke: #ccc;
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.text {
  font-family: 'Roboto';
  font-size: 17px;
  line-height: 32px;
  color: #FFF;
  top: -45px;
  position: relative;
  opacity: 0;
}
.gamas-container a:hover .shape, .brand-img:hover .shape {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
}


/*single gama*/

.v-table-brna {
    display: table;
    width: 100%;
    z-index: 3;
    position: relative;
    table-layout: fixed;
    min-height: 75px;
    height: 75px;
}


.single-gama-header-img {
    border: 1px solid #FFF;
    width: 90px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.brand-img {
    position: relative;
    text-align: center;
}

.outer-brand-img {
    margin-bottom: 30px;
    height: 70px;
}

.brand-img .svg-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.brand-img img {
    padding: 3px;
    min-height: 25px;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.brand-img .svg-wrapper svg {
    background-color: rgba(0,0,0,0.0);
    opacity: 0;
}

.collapsible-header {
    height: 50px;
    line-height: 17px;
    text-transform: uppercase;
    width: 94%;
    position: relative;
    display: table;
    width: 100%;
}

.collapsible-header i {
    border: 1px solid;
    line-height: 1;
    margin-top: 16px;
    position: absolute;
    top: 0;
    right: 0px;
}

.collapsible-body p {
    line-height: normal;
    font-size: 1.4rem;
    padding:1rem;
}

.collapsible-header.no-collapse {
    cursor: auto;
}

.collapsible-header span {
    display: table-cell;
    vertical-align: middle;
}


.collapsible-body {
    background-color: #eee;
}

.brand-gama .brand-img {
    min-height:45px;
    max-height:50px;
}

.brand-gama {
    min-height:80px;
    margin-bottom:20px;
    table-layout: fixed;
    height: 75px;
}

.btn-print {
    margin-top:65px;
}

/*Single brand*/

.img-brand-single {
    max-height: 100px;
    max-width:300px;
}

.img-brand-catalog {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    max-height: 55px;
}


.container-logo-single {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.btns-downloads {
    float:left;
    width:100%;
    padding-top:50px;
}

.btns-downloads .lusa-btn {
    margin: 4px;
}

.share-brands {
    float:left;
    width:100%;
    text-align:center;
}

.share-brands p {
    margin-top: 43px;
    margin-bottom: 0px;
}

.contacts-brands {
    padding-top:100px;
}

/*single product*/

#brandGal .owl-item {
    margin-right: 10px;
}

#brandGal .item {
    overflow: hidden;
}

#brandGal .owl-item a {
    display: block;
    overflow: hidden;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    will-change:scale;
    transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    -webkit-transition: all ease-out 500ms;
}

#brandGal .owl-item:hover a {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    will-change:scale;
    transition: all ease-in 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    -webkit-transition: all ease-out 300ms;
}

#brandGal .owl-item:hover .see-full {
    bottom: 0;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
}

#brandGal .owl-item .see-full {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 100%;
    text-align: right;
    background-color: rgba(2,112,60,0.5);
    padding: 10px;
    color: #FFF;
    transition: all ease-out 100ms;
    -moz-transition: all ease-out 100ms;
    -o-transition: all ease-out 100ms;
    -webkit-transition: all ease-out 100ms;
}


/*FOOTER*/

.footer-contacts {
    color: #2d434e;
}

.footer-link h3 {
    color: #007543;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.footer-link h3::after {
    content: "";
    position: absolute;
    width: 38%;
    height: 1px;
    background-color: #007543;
    bottom: -4px;
    left: 0;
}

.usefull-links a {
    display: block;
    color: #2d434e;
    line-height: 2.5;
}

.usefull-links a:hover {
    color: #2d434e;
}

.footer-copyright {
    text-align: center;
    background-color: #CCC;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-copyright a {
    color:#000;
}

.footer-copyright {
    color:#000;
}
/*Footer Form*/

.newsletter-back .input-field label {
    color: #FFF;
}

.newsletter-back .modal-content h4 {
    text-align: center;
    color: #FFF;
}

.newsletter-back .modal-content h4:last-of-type {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.newsletter-back .modal-content h4:last-of-type:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background-color: #FFF;
    bottom: -5px;
    left: 0;
}

 /* label focus color */
.newsletter-form .input-field input[type=text]:focus + label, .newsletter-form .input-field input[type=email]:focus + label, .newsletter-form .input-field {
    color: #FFF;
}

/* label underline focus color */
.newsletter-form .input-field input[type=text]:focus, .newsletter-form .input-field input[type="email"]:focus {
    border-bottom: 1px solid #FFF;
    box-shadow: 0 1px 0 0 #FFF;
}

.newsletter-form {
    color: #FFF;
}

.newsletter-form input[type=text], .newsletter-form input[type=password], .newsletter-form input[type=email], .newsletter-form input[type=url], .newsletter-form input[type=time], .newsletter-form input[type=date], .newsletter-form input[type=datetime-local], .newsletter-form input[type=tel], .newsletter-form input[type=number], .newsletter-form input[type=search], .newsletter-form textarea.materialize-textarea {
    border-bottom: 1px solid #FFF;
}

.newsletter-form input[type=text].invalid, .newsletter-form input[type=text]:focus.invalid, .newsletter-form input[type=password].invalid, .newsletter-form input[type=password]:focus.invalid, .newsletter-form input[type=email].invalid, .newsletter-form input[type=email]:focus.invalid, .newsletter-form input[type=url].invalid, .newsletter-form input[type=url]:focus.invalid, .newsletter-form input[type=time].invalid, .newsletter-form input[type=time]:focus.invalid, .newsletter-form input[type=date].invalid, .newsletter-form input[type=date]:focus.invalid, .newsletter-form input[type=datetime-local].invalid, .newsletter-form input[type=datetime-local]:focus.invalid, .newsletter-form input[type=tel].invalid, .newsletter-form input[type=tel]:focus.invalid, .newsletter-form input[type=number].invalid, .newsletter-form input[type=number]:focus.invalid, .newsletter-form input[type=search].invalid, .newsletter-form input[type=search]:focus.invalid, .newsletter-form textarea.materialize-textarea.invalid, .newsletter-form textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
}

.newsletter-form .newsletter-gender {
    border-bottom: 1px solid #FFF;
    padding-top: 15px;
}

.newsletter-form .newsletter-gender [type="radio"]:not(:checked) + label, .newsletter-form .newsletter-gender [type="radio"]:checked + label {
    color: #FFF;
    font-size: 1.5rem;
    padding-left: 25px;
}

.newsletter-form .newsletter-gender [type="radio"]:not(:checked) + label:before, .newsletter-form .newsletter-gender [type="radio"].with-gap:checked + label:before {
    border: 2px solid #FFF;
}

.newsletter-form .newsletter-gender [type="radio"].with-gap:checked + label:after {
    border: 2px solid #FFF;
    background-color: #FFF;
}

.newsletter-gender label {
    margin-left:10px;
}

.type-contact label {
    margin-left:0px;
    margin-right:10px;
}

.newsletter-form .select-wrapper span.caret {
    color:#fff;
}

.noborder {
    border:none!important;
}

.newsletter-form .nome_empresa label {
    left:0;
}

.newsletter-form .nome_empresa {
    display: inline-block;
    width: auto;
    margin-left: 6%;
    margin-top:0px;
}

.newsletter-form .select-wrapper + label {
    font-size: 1rem;
}

/*Newsletter Black text*/



.closer {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #FFF;
}

.closer:hover {
    top: 28px;
    right: 28px;
    color: #FFF;
}

.closer:hover i {
    font-size: 28px;
}

.icon-height {
    display: block;
    vertical-align: top;
    line-height: 28px;
}

.icon-height-local i {
    height: 100px;
    float: left;
}

.icon-height a {
    vertical-align: top;
    line-height: 28px;
}

.social {
    padding-top: 30px;
}

.vinte-vinte{
    padding-top: 30px;
}

.social a {
/*    width:20px;
    height: 22px;
    overflow: hidden;
    background-image: url('../images/sprite-social.png');
    display: inline-block;
    margin: 0px 4px;*/
    margin: 0 2px;
    padding: 2px;
    color: #ffffff;
    background-color: #2d434e;
    border: 1px solid #2d434e;
    text-align: center;
    border-radius: 6px;
    width: 25px;
    display: inline-block;
    transition: all 400ms ease;
    box-sizing: border-box;
}
.social a:hover {
    background-color: #fff;
    color: #2d434e;
}

.social a:hover.facebook, .social a:hover.twitter, .social a:hover.youtube {
/*    border: 1px solid #2d434e;
    border-radius: 20%;*/
}
.social a:hover.facebook {
    /*background-position: -1px 66px;*/
}

.social a:hover.twitter {
    /*background-position: -37px 66px;*/
}

.social a:hover.youtube {
    /*background-position: 19px 66px;*/
}

.social a.facebook {
    /*background-position: -1px -1px;*/
}

.social a.twitter {
    /*background-position: 50% -1px;*/
}

.social a.youtube {
    /*background-position: 99% -1px;*/
}

/*Job offers*/

.box-job-offer {
    background-color: #fcfcfc;
    min-height: 468px;
    border: 1px solid #000;
    margin-bottom: 30px;
}

.box-job-offer .box-job-offer-title h4 {
    text-transform: uppercase;
    font-size: 20px;
    color: #007543;
    text-align: center;
    padding:10px 20px; 
}

.box-job-offer .box-job-offer-title {
    border-bottom: 1px solid #000;
    min-height: 55px;
    height:auto!important;
    min-height: 90px;
}

.box-job-offer .box-job-offer-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top:20px;
    min-height: 275px;
}

.box-job-offer .box-job-offer-content p{
    line-height: 1.4;
    font-size:15px;
    margin:0px;
}

.box-job-offer .box-job-offer-content p:first-child {
    padding-bottom:30px;
    min-height: 156px;
}

.box-job-offer .btn {
    padding:0px 50px;
    margin-top:5px;
    margin-bottom:20px;
}

.no-offers-label {
    text-transform:uppercase;
    text-align:center;
    font-size:20px;
    margin-bottom:15px;
}

/*Single job offer*/

.content-single-job-offer {
    margin-top:25px;
}

.content-single-job-offer p {
    line-height:1.4;
    margin:0px;
}

.picker__weekday {
    display:none;
}

.picker__input.picker__input--active {
    border-bottom: 1px solid #000;
}

.file-field.input-field.col-md-12 .btn {
    border: 1px solid #2d434e;
    background-color: #2d434e;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    padding: 0px 15px;
}

.file-field.input-field.col-md-12 .btn:hover {
    border: 1px solid #2d434e;
    background-color: #2d434e;
    color: #FFF;
    text-decoration: none;
}

/*News*/

.col-noticia {
    padding-left:30px;
    padding-right:30px;
    margin-bottom:40px;
}

.col-noticia h5 {
    text-transform:uppercase;
    text-align:center;
    font-weight:500;
    height:54px;
}

.col-noticia a {
    color:#000!important;
}

.col-noticia p {
    line-height:1.4;
}

p.date-news {
    text-align:center;
    border-bottom:1px solid #000;
    padding-bottom:10px;
}

p.excerpt-news {
    height:110px;
}

.noticia {
    display: block;
}

.noticia:hover {
    text-decoration: none;
}

.noticia:hover .text-overlay-gama, .noticia:hover .overlay-gama, .noticia:hover .svg-wrapper, .card-home:hover .text-overlay-gama, .card-home:hover .overlay-gama, .card-home:hover .svg-wrapper {
    opacity: 1;
    text-align: center;
}

.noticia:hover .shape, .card-home:hover .shape {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
}

.noticia-svg-wrapper {
    position: relative;
    text-align: center;
}

.card-home {
    margin: 0.5rem 15px 1rem 15px;
}

/*Single News*/

h4.title-single-news {
    margin-bottom:0px;
}

p.date-single-news {
    margin-top:5px;
}

.img-single-news {
    margin-top:30px;
    margin-bottom:30px;
    margin-left: auto;
    margin-right: auto;
}

/*Downloads*/

.box-downloads {
    height: 248px;
    border: 2px solid #02703c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
}

.green-box-download {
    background-color:#02703c;
    height:50px;
    position:relative; 
}

.green-box-download p {
    color:#fff;
    text-transform:uppercase;
    font-size:15px;
    line-height: 48px;
    margin:0px;
    display:inline;
    padding-right:3px;
    margin-left:-10px;
}

.green-box-download i{
    height:50px;
    padding-top:13px;
    position: absolute;
    padding-left: 3px;
    color:#fff;
}

.download-hover {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}

.download-hover.card-panel {
    padding: 0;
}

/*Services*/

.content-header-services img {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
}

.content-header-services h3 {
    margin-top:50px;
    margin-bottom:70px;
}

.content-header-services.pad-top-69 {
    padding-top:0px;
}

.content-separador-assistencia {
    color:#fff;
}

.content-separador-assistencia {
    position:relative;
    z-index:2;
}

.content-separador-assistencia h3 {
    font-weight:500;
}

.content-separador-assistencia h2 {
    font-weight:600;
    margin-top:0px;
}

.icon-formacao, .icon-assitencia {
    padding:35px;
    margin: auto;
    margin-top:30px;
}

.green-circle-200 {
    background-color:#02703c;
    border-radius:50%;
    width:200px;
}

.more-information-assitencia {
    padding-top:25px;
}

.more-information-assitencia p {
    margin:0px;
}

/*Contactos*/

.col-instalacao {
    margin-left:15px;
    margin-right:15px;
    height: 630px;
    margin-bottom:15px;
}

.col-instalacao h5 {
    margin-top:20px;
}

.col-instalacao i {
   font-size: 20px; 
}

/*Promotions*/

#promotions {
    z-index: 1;
}

#promotions .item a {
    display: block;
    padding: 5px;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

#promotions .item a:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transition: scale(1.05);
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

.col-promotion {
    margin-left: 25px;
    margin-right: 25px;
}

.col-promotion a h5{
    color:#000!important;
}

.col-promotion a, .col-promotion a:hover, .col-promotion a:focus {
    color:#000;
}


.col-promotion h5 {
    min-height: 54px;
    margin:15px 10px 0px 10px;
}

/*Gallery*/

.col-gallery {
    margin-left: 25px;
    margin-right: 25px;
}

.col-gallery a h5{
    color:#000!important;
}

.col-gallery a, .col-gallery a:hover, .col-gallery a:focus {
    color:#000;
}

.col-gallery h5 {
    margin:15px 10px 0px 10px;
}

.col-gallery h6 {
    font-size:13px;
}

/*Media For Gallery*/

.column { float: left; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.33333%; }
.size-1of4 { width: 25%; }

.home-columns .column > div {
    padding: 3%;
    margin-left: 20px;
    margin-right: 20px;
}

.column > div {
    padding: 1%;
    position: relative;
}

.home-columns .pad-top-bot-90 {
    padding: 10% 0;
}

/*Videos*/

.col-iframe-video {
    padding-left:22px;
    padding-right:22px;
}

#videos .owl-item img {
    padding-left:7px;
    padding-right:7px;
}

/*Condições Logistica*/



.condicoes-logista h1, .condicoes-logista h2, .condicoes-logista h3, .condicoes-logista h4, .condicoes-logista h5, .condicoes-logista h6 {
    margin-top:20px;
    font-weight:500;
}

.error-container {
    text-align:center;
}

.error-container h3 {
    font-size: 26px;
    margin-bottom: 39px;
}

.error-container a {
    margin-bottom: 11px;
}



/*Formulário página contactos, de resposta a oferta e de candidatura espontanea*/

.contact-form .input-field label {
    color: #000!important;
}

/* label underline focus color */
.contact-form .input-field input[type=text]:focus, .contact-form .input-field input[type="email"]:focus, .contact-form .input-field input[type="textearea"]:focus {
    border-bottom: 1px solid #9e9e9e!important;
    box-shadow: 0 1px 0 0 #9e9e9e!important;
}

.contact-form {
    color: #000;
}

.contact-form input[type=text], .contact-form input[type=password], .contact-form input[type=email], .contact-form input[type=url], .newsletter-form input[type=time], .newsletter-form input[type=date], .contact-form input[type=datetime-local], .contact-form input[type=tel], .contact-form input[type=number], .contact-form input[type=search], .contact-form textarea.materialize-textarea {
    border-bottom: 1px solid #9e9e9e!important;
}

.contact-form input[type=text].invalid, .contact-form input[type=text]:focus.invalid, .contact-form input[type=password].invalid, .contact-form input[type=password]:focus.invalid, .contact-form input[type=email].invalid, .contact-form input[type=email]:focus.invalid, .contact-form input[type=url].invalid, .contact-form input[type=url]:focus.invalid, .contact-form input[type=time].invalid, .contact-form input[type=time]:focus.invalid, .contact-form input[type=date].invalid, .contact-form input[type=date]:focus.invalid, .contact-form input[type=datetime-local].invalid, .contact-form input[type=datetime-local]:focus.invalid, .contact-form input[type=tel].invalid, .contact-form input[type=tel]:focus.invalid, .contact-form input[type=number].invalid, .contact-form input[type=number]:focus.invalid, .contact-form input[type=search].invalid, .contact-form input[type=search]:focus.invalid, .contact-form textarea.materialize-textarea.invalid, .contact-form textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    background-color: rgba(244, 67, 54, 0.2);
}


.contact-form .newsletter-gender [type="radio"]:not(:checked) + label, .contact-form .newsletter-gender [type="radio"]:checked + label {
    color: #000;
    font-size: 1.5rem;
}

.contact-form .newsletter-gender [type="radio"]:not(:checked) + label:before, .contact-form .newsletter-gender [type="radio"].with-gap:checked + label:before {
    border: 2px solid #000;
}

.contact-form .newsletter-gender [type="radio"].with-gap:checked + label:after {
    border: 2px solid #000;
    background-color: #000;
}

.contact-form .select-wrapper span.caret {
    color:#000;
}


/*MEDIA QUERIES && RESPOSIVE*/

@media only screen and (min-width:1200px) {
    .newsletter-form .nome_empresa {
        display: inline-block;
        width: 48%;
        margin-left: 1%;
        margin-top: 0px;
    }
}


/**************************
*
*	GENERAL
*
**************************/
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	direction: ltr;
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(../images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(../images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(../images/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(../images/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: 9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(../images/camera_skins.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(../images/camera_skins.png) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(../images/camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(../images/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: 9999px;
	width: 16px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
	background: url(../images/patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
	background: url(../images/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
	background: url(../images/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
	background: url(../images/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
	background: url(../images/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
	background: url(../images/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
	background: url(../images/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
	background: url(../images/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
	background: url(../images/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
	background: url(../images/patterns/overlay10.png) repeat;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #434648;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
	background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
	background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
	background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
	background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
	background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
	background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
	background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
	background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
	background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
	background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
	background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
	background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
	background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
	background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
	background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
	background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
	background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
	background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
	background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
	background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
	background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
	background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
	background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
	background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
	background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
	background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
	background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
	background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
	background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
	background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
	background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
	background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
	background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
	background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
	background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
	background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
	background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
	background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
	background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
	background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
	background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
	background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
	background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
	background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
	background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
	background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
	background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
	background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
	background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
	background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
	background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
	background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
	background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
	background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
	background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
	background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
	background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
	background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
	background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
	background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
	background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
	background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
	background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
	background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
	background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
	background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
	background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
	background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
	background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
	background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
	background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
	background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
	background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
	background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
	background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
	background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
	background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
	background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
	background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
	background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
	background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
	background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
	background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
	background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
	background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
	background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
	background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
	background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
	background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
	background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
	background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
	background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
	background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
	background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
	background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
	background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
	background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
	background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
	background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
	background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
	background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
	background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
	background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
	background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
	background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
	background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
	background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
	background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
	background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
	background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
	background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
	background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
	background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
	background-position: -120px -1240px	;
}

.camera_thumbs_cont {
    background-color: #FFF;
}

/*MENU mobile*/

.side-nav a {
    color: #444;
    display: block;
    font-size: 2rem;
    height: auto;
    line-height: 5rem;
    padding: 0 15px;
    vertical-align: middle;
}

.side-nav a i {
    display: inline-block;
}

.side-nav .active-link, .side-nav .active-link:visited {
    color: #000;
    background-color: #dedede;
}


/*Gallery ---> lightbox*/

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox
{
        cursor: pointer;
        position: fixed;
        z-index: 10000;

        -ms-touch-action: none;
        touch-action: none;

        -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
        box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
        border-radius: 50%;
}
#imagelightbox-loading
{
width: 2.5em; /* 40 */
height: 2.5em; /* 40 */
background-color: #444;
background-color: rgba( 0, 0, 0, .5 );
position: fixed;
z-index: 10003;
top: 50%;
left: 50%;
padding: 0.625em; /* 10 */
margin: -1.25em 0 0 -1.25em; /* 20 */

-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div
{
        width: 1.25em; /* 20 */
        height: 1.25em; /* 20 */
        background-color: #fff;

        -webkit-animation: imagelightbox-loading .5s ease infinite;
        animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading
{
        from { opacity: .5;	-webkit-transform: scale( .75 ); }
        50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
        to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading
{
        from { opacity: .5;	transform: scale( .75 ); }
        50%	 { opacity: 1;	transform: scale( 1 ); }
        to	 { opacity: .5;	transform: scale( .75 ); }
}


/* OVERLAY */

#imagelightbox-overlay
{
        background-color: #fff;
        background-color: rgba( 0, 0, 0, .5 );
        position: fixed;
        z-index: 9998;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close
{
        width: 2.5em; /* 40 */
        height: 2.5em; /* 40 */
        text-align: left;
        background-color: #666;
        border-radius: 50%;
        position: fixed;
        z-index: 10002;
        top: 2.5em; /* 40 */
        right: 2.5em; /* 40 */

        -webkit-transition: color .3s ease;
        transition: color .3s ease;
}
        #imagelightbox-close:hover,
        #imagelightbox-close:focus
        {
                background-color: #111;
        }
        #imagelightbox-close:before,
        #imagelightbox-close:after
        {
                width: 2px;
                background-color: #fff;
                content: '';
                position: absolute;
                top: 20%;
                bottom: 20%;
                left: 50%;
                margin-left: -1px;
        }
        #imagelightbox-close:before
        {
                -webkit-transform: rotate( 45deg );
                -ms-transform: rotate( 45deg );
                transform: rotate( 45deg );
        }
        #imagelightbox-close:after
        {
                -webkit-transform: rotate( -45deg );
                -ms-transform: rotate( -45deg );
                transform: rotate( -45deg );
        }


/* CAPTION */

#imagelightbox-caption
{
        text-align: center;
        color: #fff;
        background-color: rgba(2,112,60,0.5);
        position: fixed;
        z-index: 10001;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.625em; /* 10 */
}


/* NAVIGATION */

#imagelightbox-nav
{
        background-color: #444;
        background-color: rgba(2,112,60,0.5);
        border-radius: 20px;
        position: fixed;
        z-index: 10001;
        left: 50%;
        bottom: 3.75em; /* 60 */
        padding: 0.313em; /* 5 */

        -webkit-transform: translateX( -50% );
        -ms-transform: translateX( -50% );
        transform: translateX( -50% );
}
        #imagelightbox-nav button
        {
                width: 1em; /* 20 */
                height: 1em; /* 20 */
                background-color: transparent;
                border: 1px solid #fff;
                border-radius: 50%;
                display: inline-block;
                margin: 0 0.313em; /* 5 */
        }
        #imagelightbox-nav button.active
        {
                background-color: #fff;
        }


/* ARROWS */

.imagelightbox-arrow
{
        width: 3.75em; /* 60 */
        height: 7.5em; /* 120 */
        background-color: #444;
        background-color: rgba(2,112,60,0.5);
        vertical-align: middle;
        display: none;
        position: fixed;
        z-index: 10001;
        top: 50%;
        margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus
{
        background-color: #666;
        background-color: rgba(2,112,60,0.8);
}
.imagelightbox-arrow:active
{
        background-color: #111;
}
        .imagelightbox-arrow-left
        {
                left: 2.5em; /* 40 */
        }
        .imagelightbox-arrow-right
        {
                right: 2.5em; /* 40 */
        }
        .imagelightbox-arrow:before
        {
                width: 0;
                height: 0;
                border: 1em solid transparent;
                content: '';
                display: inline-block;
                margin-bottom: -0.125em; /* 2 */
        }
                .imagelightbox-arrow-left:before
                {
                        border-left: none;
                        border-right-color: #fff;
                        margin-left: -0.313em; /* 5 */
                }
                .imagelightbox-arrow-right:before
                {
                        border-right: none;
                        border-left-color: #fff;
                        margin-right: -0.313em; /* 5 */
                }

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
    {
        border: 0;
        -webkit-animation: fade-in .25s linear;
        animation: fade-in .25s linear;
    }
    @-webkit-keyframes fade-in
    {
            from	{ opacity: 0; }
            to		{ opacity: 1; }
    }
    @keyframes fade-in
    {
            from	{ opacity: 0; }
            to		{ opacity: 1; }
    }

        #imagelightbox-overlay-home {
            position: fixed;
            height: 100%;
            width: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.5);
            z-index: 1000;
        }
/*Animations*/
@media only screen and (min-width:768px) {
    .come-in {
      transform: translateY(150px);
      animation: come-in 0.8s ease forwards;
    }
    .come-in:nth-child(odd) {
      animation-duration: 0.6s; /* So they look staggered */
    }

    @keyframes come-in {
      to { transform: translateY(0); }
    }

    .history-right.module.come-in {
        transform: translateY(0);
        transform: translateX(150px);
        animation: come-in2 0.8s ease forwards;
    }

    @keyframes come-in2 {
      to { transform: translateX(0); }
    }

    .history-left.module.come-in {
        transform: translateY(0);
        transform: translateX(-150px);
        animation: come-in2 0.8s ease forwards;
    }

}
/*LANGUAGE*/

#language-modal form {
    float: left;
    width: 19%;
    background-color: antiquewhite;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 5px;
}


#topper {
    position: fixed;
    z-index: 22;
    right: 30px;
    bottom: 75px;
    background-color: rgba(2,112,60,0.7);
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0;
    cursor: pointer;
    display: none;
}

#topper.show-top:hover {
    background-color: rgba(2,112,60,1);
}

#topper i {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}


#topper.show-top {
    opacity: 1;
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    display: block;
}

/*MENU -- MOBILE*/

.mobile-menu-links-multiple {
    display: none;
}

.side-nav {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    text-align: left;
    overflow: scroll;
}

.side-nav.mobile-active {
    left: 0;
}

.side-nav .brand-logo {
    margin-left: 30px;
}

.side-nav a {
    color:#FFF;
    font-size: 1.5rem;
    line-height: 3.5rem;
    padding: 0 0;
}

.side-nav a:last-of-type {
    padding-bottom: 15px;
}

.side-nav h4 {
    padding: 0;
    text-transform: uppercase;
    border-bottom: 1px dotted;
    display: inline-block;
    margin: 16px 0 0px 12px;
}

#close-menu-mobile div {
    padding: 18px;
    margin-right: 10px;
}

#close-menu-mobile i {
    font-size: 3rem;
}

.links-holder ul {
    padding-left: 15px;
}

.header-mobile-container {
    border-bottom: 1px solid #FFF;
    background-color: #000;
    padding-top: 10px;
    margin-bottom: 10px;
}

.side-nav .active-link, .links-holder.showes {
    color: #FFF;
    background-color: rgba(255,255,255,0.2);
}

.side-nav .links-holder.showes .active-link, .side-nav .links-holder.showes .active-link:visited, .side-nav .active-link:visited{
    color: #FFF;
    background-color: rgba(255,255,255,0);
}

.links-holder p {
    display: inline-block;
    position: relative;
    margin: 0;
}

.links-holder {
    line-height: normal;
}

.links-holder p i {
    top: 5px;
    position: relative;
    height: auto;
    line-height: normal;
}

.side-nav li:hover, .side-nav li.active {
    background-color: transparent;
}

/*Search*/

.img-cont {
    height: 100px;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.img-cont img {
    max-height: 70px;
    margin-left: auto;
    margin-right: auto;
}

.bacj .card {
    padding: 6%;
    display: block;
}

a.bacj small {
    min-height: 120px;
    display: block;
    margin-bottom: 20px;
    color: #000;
}

a.bacj:hover {
    text-decoration: none;
}

a.bacj i {
    display: block;
    text-align: right;
    color: rgba(2,112,60,1);
}

a:hover.bacj  {
    color: rgba(2,112,60,1);
}

.search h5 {
    min-height: 45px;
    color: rgba(2,112,60,1);
}

/*map*/
.map-cover {
    position:relative;
}
.locker {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFF;
    box-shadow: 0px 0px 4px 1px #CCC;
    padding: 5px 9px;
}

/*Cookies*/

.cc_banner.cc_container.cc_container--open {
    background-color: #CCC;
    padding: 7px 0px 6px 0px;
}

p.cc_message {
    color: #000;
    font-size:12px!important;
    text-align: center;
    line-height: 16px!important;
    text-align:left;
    display: inline-block!important;
}

.cc_container .cc_btn {
    max-width: 107px!important;
    font-size:12px!important;
}

a.cc_more_info {
    color:rgba(2,112,60,1)!important;
}

.cc_btn_accept_all {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #2d434e;
    background-color: #FFF;
    color: #2d434e;
    border-radius: 0;
    font-weight: 600;
    padding: 0px 15px;
    height: auto;
    border: 1px solid #2d434e!important;
    background-color: #FFF!important;
    color: #2d434e!important;
    border-radius: 0;
    font-weight: 600;
    padding: 0px 15px;
    height: auto;
    border-radius:0px!important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

.cc_btn_accept_all:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)!important;
    border: 1px solid #2d434e!important;;
    background-color: #2d434e!important;;
    color: #FFF!important;;
    text-decoration: none!important;;
}

/*Private Area*/
.logout-menu {
    float: right;
    color: #fff!important;;
    text-decoration: none!important;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Roboto',sans-serif;
    position:relative;
    padding-left: 35px;
}

.logout-menu:hover {
    border-bottom: 2px solid #FFF;
}

.logout-menu i {
    position: absolute;
    left: 6px;
    top: 0;
}

.title-options {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #2d434e;
    text-transform:uppercase;
}

.search-files {
    border: 1px dotted #000;
    padding: 10px;
    float:left;
    width:100%;
}

.search-files .btn {
    margin-top:25px;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
    float:none!important;
}

.search-files .dropdown-content li > a, .search-files .dropdown-content li > span {
    color:#2d434e;
}

.table-files thead > tr > th {
    position: relative;
    font-weight: 600;
    color: #2d434e;
    text-transform: uppercase;
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 0px;
    font-size:16px;
    width:50%;
}

.table-files thead > tr > th.title-file {
    width:70%;
}

.table-files thead > tr > th.date-file {
    width:26%;
}

.table-files i {
    font-size: 24px;
    color: #2d434e;
}

.table-files td a {
    color: #2d434e;
    text-decoration:none!important;
    font-weight:bold;
}

.table-files td {
    font-weight:bold;
}

.table-files thead > tr > th:first-child {
    width:4%;
}

.table-files thead {
    border-bottom: 1px solid #2d434e;
}

.table-files tbody > tr:first-child > td {
    padding-top: 13px;
} 

.table-files tbody > tr > td {
    padding-top: 5px;
    padding-bottom: 5px;
} 

.breadcrumbs-files {
    margin-top: 52px;
    padding: 6px;
    background-color: #2d434e;
        padding-top: 8px;
}

.breadcrumbs-files a {
    color:#fff!important;
}

.breadcrumbs-files .breadcrumb {
    position:relative;
}

.breadcrumb i {
    position: absolute;
    top: -3px;
}

.breadcrumbs-files .breadcrumb.second-breadcrumb {
    margin-left:54px;
}

.breadcrumbs-files .breadcrumb {
    margin-left: 28px;
}

.breadcrumbs-files .breadcrumb:first-child {
    margin-left: 9px;
    font-size: 17px;
}

.breadcrumbs-files .breadcrumb::before {
    position:absolute;
    content:' > ';
    left: -20px;
    top: -3px;
}

.breadcrumbs-files .breadcrumb:first-child::before {
    content:'';
}

.link-download-file {
    position: relative;
    font-weight: 600;
    color: #2d434e!important;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
    font-weight: 500;
    position:relative
}

.link-download-file i {
    position: absolute;
    font-size: 17px;
    top: 6px;
    padding-left: 3px;
}

.title-private-area {
    position:absolute;
    bottom: 20px;
    text-align:center;
    width:100%;
    z-index:999;
}

.title-private-area h4 {
    font-size:32px;
    /**color:#fff;**/
    font-weight:600;
    position: relative; 
    top: 40px;
}

p.description-card {
    font-size:15px;
    line-height:1.5;
}

.usefull-links_mobile{
        display:none;
    }

/**************Responsive**************/

@media (min-width: 1200px) {
    .container-cookies {
        width: 1199px;
    }
}

@media (max-width: 1199px) {
    .cc_btn {
        display:block!important;
        float: none!important;
        margin: auto!important;
        margin-top:5px!important;
    }
    
    p.cc_message {
        text-align: center!important;
        width:100%;
    }
    
    .collapsible-header {
        width: 100%;
    }
    
    .collapsible-header i {
        right: -4px;
    }
    
    .collapsible-header span {
        width: 93%;
    }
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        padding: 6px 13px!important;
    }
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    #brands-list .item img {
        min-height: 0;
    }
    .navigation-arrow, .navigation-arrows {
        display: none;
    }
}

@media only screen and (min-width:767px) and (max-width:1200px) {
    /*helpers*/
    .pad-top-bot-90 {
        padding: 45px 0;
    }
    
    h1 {
        font-size: 3.2rem;
    }
    
    .slider .indicators .indicator-item {
        height: 12px;
        width: 12px;
        margin: 0 8px;
    }
} 

@media only screen and (min-width:320px) and (max-width:766px) {
    
    .data-circle {
        border: 0px;
        font-weight:bold;
    }

    
    .slider .indicators .indicator-item {
        height: 10px;
        width: 10px;
        margin: 0 7px;
     }
    
    /*FONTS*/
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    /*GRID*/
    #grid .pad-top-bot-90 {
        padding: 0px 0px 45px 0px;
    }
    #grid .pad-top-bot-90 h1 {
        margin: 0rem 0 1.68rem 0;
    }
    
    .outter-triangle-left, .outter-triangle-right, .gamas-container a .image-gama svg, .text-overlay-gama, .overlay-gama, .newsletter-gender {
        display: none;
    }
    #brands-list div.col-md-2 {
        width: 50%;
    }
    .gamas-container a .image-gama img {
        max-width: 100%;
    }
    .gamas-container > div {
        min-height: 180px;
        position: relative;
        z-index: 3;
    }
    .icon-inline {
        width: 49%;
    }
    .icon-inline:last-of-type {
        width: 100%;
    }
    .col-gallery {
        margin-left: 0;
        margin-right: 0;
    }
    
    .pad-top-bot-50 {
        padding: 25px 0;
    }
    
    .service-btn {
        padding: 0px 15px;
    }
    
    .content-header-services h3:first-of-type {
        margin-bottom: 28px;
        min-height: 47px;
        margin-top: 22px;
    }
    
    .green-circle-200,.usefull-links {
        display: none;
    }
    .usefull-links_mobile{
        display:inline-block
    }
    
    .col-instalacao {
        height: auto;
    }
    
    #modal1.modal {
        max-height: 82%;
    }
    
    /*SIZES*/
    .size-1of2 {
        width: 100%;
    }
    .size-1of3 {
        width: 100%;
    }
    
    .responsive-header {
        width: 80%;
    }
    .header-mobile-container .responsive-header {
        width: 70%;
    }
    .header-mobile-container .responsive-header a.brand-logo {
        margin-left: 15px;
        padding-top: 5px;
    }
    
    .heading-service a {
        display: block;
        margin-top: 20px;
    }
    
    .responsive-block-center {
        text-align: center;
        display: block;
        width: 100%;
    }
    
    .modal .modal-content {
        padding: 15px;
    }
    .newsletter-back .modal-content h4 {
        font-size: 1.75rem;
    }
    .back-forward-single span {
        display:none;
    }
    
    .back-forward-single > div {
        width: calc(100%/3);
        display: inline-block;
        float: left!important;
        height: 45px;
    }
    .back-forward-single a {
        position: relative;
        
        vertical-align: middle;
        display: block;
        width: 100%;
        text-align: center;
        box-shadow: 0px 0 5px 0px #CCC;
    }
    .back-forward-single .see-all-single {
        position: relative;
        left: auto;
        margin-top: 0;
        margin-left: 0;
        box-shadow: none;
    }
    .back-forward-single .forward-single,.back-forward-single .back-single {
        margin-left: 7px;
        line-height: 1.8;
        font-size: 24px;
    }
    
    .pad-top-66 {
        height: 58px;
        position: relative;
    }
    
    .header-help {
        position: absolute;
            right: 27px;
        top: 56px;
    }
    
    nav .nav-wrapper i {
        height: auto;
        line-height: 30px;
    }
    
    nav .nav-wrapper i.mdi-navigation-menu {
        line-height:64px;
        height:64px;
    }
    
    nav .nav-wrapper {
        height: 93px;
    }
    
    .lang {
        top: 6px;
    }
    
    .search-div form {
        top: 0px;
    }
    
    .search-div form.full-search input {
        padding-left: 8px;
    }
    
    .logout-menu i {
        height: 64px;
        line-height: 59px;
    }
    
    .title-private-area h4 {
        font-size:18px;
        color:#fff;
        font-weight:600;
    }
    
    .title-private-area {
        bottom: 5px;
    }
    
    #feature-home img {
        width:100%;
    }
    
    .newsletter h4 {
       font-size: 16px;
       padding-left:11px;
       padding-right:11px;
    }
    
    .social  {
        padding-top: 28px;
        margin-bottom: 19px;
    }
    
    #topper {
        bottom: 29px;
    }
    
    #promotions.owl-carousel img {
        width:100%;
    }
    
    .lusa-btn {
        line-height: 17px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #brandGal img {
        width:100%;
    }
    
    .contacts-brands {
        padding-top: 60px;
    }
    
    .pad-top-66 {
        height: 93px;
    }
    
    .img-top h3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .col-promotion img {
        width:100%;
    }
    
    .header-image {
        height:290px!important;
    }
    
    p.excerpt-news {
        height:auto;
    } 
    
    .col-noticia img {
        width:100%;
    }
    
    .col-gallery img {
        width:100%;
    }
    
    .single-news #grid .size-1of3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #grid .size-1of3 img {
            margin: auto;
    }
    
    .box-job-offer .btn {
        padding: 8px 50px;
    }
    
    .caption-holder h3 {
        font-size:21px;
    }
    
    .caption-holder h4 {
        font-size:18px;
    }
    
    .caption-holder .lusa-btn {
        padding-left:10px;
        padding-right:10px;
        font-size:12px!important;
    }
    
    .side-nav a:last-of-type {
        padding-bottom: 0px;
    }
    
    .links-holder ul {
        padding-left: 15px;
        padding-top: 10px;
    }
    
    .slider .indicators .indicator-item {
        margin-bottom:3px;
    }
}

@media only screen and (min-width:320px) and (max-width:992px) {
    
    #feature-home img {
        width:100%;
    }
    
    #promotions.owl-carousel img {
        width:100%;
    }
    
     #topper {
        bottom: 29px;
    }
    
    .col-promotion img {
        width:100%;
    }
    
    .button-collapse, a.button-collapse:hover, a.button-collapse:focus {
        display: block;
        color: #FFF;
    }
    
    #sidebar-trigger {
        padding: 10px;
        background-color: #FFF;
        box-shadow: 0px 0px 5px 2px #CCC;
        margin-bottom: 30px;
    }
    
    .hide-mr {
        display: none;
    }
    
    .sidebar-mr {
        display: none;
    }
    .gamas-container a .image-gama {
        display: block;
    }
    
    .svg-wrapper svg {
        display: none;
    }
    
    .header-image h3 {
        padding-left:0px;
        padding-right: 0px;
        font-size: 1.5rem;
    }
    
    .right-border {
        border-right: transparent;
    }
    
    .history-line, .hide-me-medium {
        display: none;
    }
    
    .responsability-btn {
        clear: both;
        float: none!important;
    }

    .marcas-wrapper::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .marcas-wrapper::-webkit-scrollbar:vertical {
        width: 11px;
    }

    .marcas-wrapper::-webkit-scrollbar:horizontal {
        height: 11px;
    }

    .marcas-wrapper::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white; /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, .5);
    }

    .marcas-wrapper::-webkit-scrollbar-track { 
        background-color: #fff; 
        border-radius: 8px; 
    } 
    
    .container-logo-single {
        width:auto;
    }
    
    .btn-print {
        text-align:center;
        margin-top: 43px;
    }
    
    .btn-print a {
        float: none!important;
        margin-top: 3px;
        margin: auto;
    }
    
    
     .side-nav a:last-of-type {
        padding-bottom: 0px;
    }
    
    .links-holder ul {
        padding-left: 15px;
        padding-top: 10px;
    }
    
    .single-news #grid .size-1of3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #grid .size-1of3 img {
        margin: auto;
        width:100%;
    }   
    
   

}

@media only screen and (min-width:767px) and (max-width:992px) {
    .gama-wrapper, .marca-wrapper{
        float: left;
        width: calc(100%/3);
    }
    .gama-wrapper:first-of-type {
        float: none;
    }
    
    .header-image h3 {
        font-size: 2.5rem;
    }
    
    /*SIZES*/
    .size-1of3 {
        width: 50%;
    }
    
     #grid .column > div {
        padding: 7%;
        position: relative;
    } 
    .col-instalacao {
        height: 744px;
    }
}

@media only screen and (min-width:993px) and (max-width:1199px) {
    .menu-nav-links a {
        font-size:12px;
    }
    
    .brand-logo img {
        width:150px;
    }
}

@media only screen and (min-width:992px) {
    #sidebar-trigger {
        display: none;
    }
}

@media only screen and (min-width:767px) and (max-width:1065px) {
    .icon-inline {
        display: inline-block;
        text-align: center;
        width: 19.5%;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .gama-wrapper {
        margin-bottom: 11px;
    }
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}

.errorform{   
    width: 75%;
    margin: 20px auto;
    line-height: 30px;
    background-color: #ec0000;
    color: #fff;
    font-weight: 600;
}

.successform{   
    width: 45%;
    margin: 20px auto;
    line-height: 30px;
    background-color: rgba(2,112,60,1);
    color: #fff;
    font-weight: 600;
}

.errorformfield{   
color: #ec0000;
padding-top: 5px;
}
/*.errorformfield p{
    text-align: center;
}*/
.file-path::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #000;
opacity: 1;
}
.file-path::-moz-placeholder { /* Firefox 19+ */
color: #000;
opacity: 1;
}
.file-path:-ms-input-placeholder { /* IE 10+ */
color: #000;
opacity: 1;
}
.file-path:-moz-placeholder { /* Firefox 18- */
color: #000;
opacity: 1;
}

html {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
html, body {
    /* For the loading indicator to be vertically centered ensure */
    /* the html and body elements take up the full viewport */
    min-height: 100%;
}
.contact-form.loading {
    /* Replace #333 with the background-color of your choice */
    /* Replace loading.gif with the loading image of your choice */
    background: transparent url('../images/loading.gif') no-repeat 50% 50%;
    background-size: 75px 75px;

    /* Ensures that the transition only runs in one direction */
    -webkit-transition: background-color 0;
    transition: background-color 0;
}
body {
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
.contact-form.loading .input-field, 
.contact-form.loading .consent_contact,
.contact-form.loading #button-save-replyoffer,
.contact-form.loading #button-save-contact
{
    /* Make the contents of the body opaque during loading */
    opacity: 0;

    /* Ensures that the transition only runs in one direction */
    -webkit-transition: opacity 0;
    transition: opacity 0;
    
    pointer-events: none;
}

.consent_newsletter [type="checkbox"] + label::before {
    border: 2px solid #fff;
}
.consent_newsletter [type="checkbox"]:checked + label::before {

    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.consent_newsletter label{
    color: #fff;
    font-size: 14px;
}

.consent_contact [type="checkbox"] + label::before {
    border: 2px solid #000;
}
.consent_contact [type="checkbox"]:checked + label::before {

    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.consent_contact label{
    color: #000;
    font-size: 14px;
}

#imagelightbox {
    background-color: white;
}

/* TRATANDO do COMPET 2020 */
.compet2020-wrapper {
    background-color: #ffffff;
    padding: 1rem;

    position: fixed;

    z-index: 20;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.compet2020-wrapper img {
    max-width: 45rem;
    min-width: 20rem;
}

@media (max-width: 500px) {
    .compet2020-wrapper img {
        max-width: 30rem;
    }
}

.cc_banner-wrapper {
    z-index: 20 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
}

.cc_container {
    bottom: 8.9rem !important;
}