html,body{
    min-height:100%;
}


body {
    background-color: #fff;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }	
}




#banner_parallax_sobrenos{
  background-color: #21252B;
  width: 100%;
  height: auto;
  min-height: 300px; 
}

#parallax_sobrenos {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 163px;
    min-height: 300px; 
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.paddingtopmenu{
    padding-top: 300px;
}

.wrapper{
    position:relative;
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
    overflow: auto;
}

.bold{
    font-weight: bold;
}

.bodycontent{
   width: 100%;
   padding-top: 30px !important;
   padding-bottom: 30px !important;
  
}


#messagehandler, .messagehandler{
    padding-top:20px;
    padding-bottom:20px;
    background-color: #007bbe !important;
    position:fixed; 
    bottom:0px;
    min-height:40px;
    width:100%;
    display:none;
    z-index: 100;
    border-color: #007bbe !important;
    padding-left:50px;
    padding-right:50px;
    color: #fff;
}

.padding_top_menu{
}
#parallax_holder{
  background-color: #ffffff;
  width: 100%;
  height: auto;
  min-height: 350px; 
}

#parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% center;
    min-height: 350px; 
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.reynolds_sticky{
    position:fixed;
    left:0px;
    top:30%;
    z-index:1000000; 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.reynolds_sticky:hover{
  filter: none;
  -webkit-filter: grayscale(0%);
}
#popup{
    width: auto;
    height: auto;
    margin: 0 auto;
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.7);
}
    
#popup-container{
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height:100%;
}

.popup-close{
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

#sitelogotipo{
    background-color: transparent;
    position: absolute;
    top: 10px;
    left: 40px;
    max-width: 350px;
    height: auto;
}

#saymore{
    background-color: #000;
    width: 100%;
    min-height: 50px;
    height: auto;
    display: table;
    padding-bottom: 10px;
    padding-top: 10px;
    
}

#Box{
   border-top-width: 1px;
   border-top-style: solid;
   width: 100%;
   height: 30px;
   position:absolute;                  /* added */
   bottom:0;                           /* added */
   left:0;
}

#Box input[type="text"]{
 height: 30px;
 font-size: 17px;
 width: 70%;
 border: solid 1px #dcdcdc;
 transition: box-shadow 0.3s, border 0.3s;
}
#Box input[type="button"]{
 height: 30px;
 font-size: 17px;
 width: 30%;
 border: solid 1px #dcdcdc;
 transition: box-shadow 0.3s, border 0.3s;
 float: right;
}




.row-eq-heights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.item_valign{
    position:relative;
    top:50%;
    bottom:auto;
    -ms-transform: translate(0px, -50%); /* IE 9 */
    -webkit-transform: translate(0px, -50%); /* Chrome, Safari, Opera */
    transform: translate(0px, -50%);
}
.item_halign{
    position:relative;
    left:50%;
    right:auto;
    -ms-transform: translate(-50%, 0px); /* IE 9 */
    -webkit-transform: translate(-50%, 0px); /* Chrome, Safari, Opera */
    transform: translate(-50%, 0px);
}
.item_falign{
    position:relative;
    top:50% !important;
    bottom:auto !important;
    left:50% !important;
    right:auto !important;
    -ms-transform: translate(-50%, -50%) !important; /* IE 9 */
    -webkit-transform: translate(-50%, -50%) !important; /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%) !important;
}

.carousel-control {
  padding-top:13%;
  margin: -5%;
  width:5%;
}

.languagebox {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  background:#000; /* default background for browsers without gradient support */
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.banner_text_background{
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 15px;
    padding-right: 15px;
    line-height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
  
}

.banner_text_background b{
   font-weight: normal;
   /*white-space: nowrap;*/
}

.wraper_servicos{
    position: relative; 
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.wraper_servicos img {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    
    vertical-align: middle;
}

.wraper_servicos img:hover {
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
    transform:scale(1.2);
}

.wraper_zoomin{
    position: relative; 
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.wraper_zoomin img {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    
    vertical-align: middle;
}

.wraper_zoomin img:hover {
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
    transform:scale(1.2);
}




/* creates triangle */
.languagex:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#000 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : top
------------------------------------------ */

.languagebox.tritop:after {
  top:-15px; /* value = - border-top-width - border-bottom-width */
  right:26px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
  border-color:#000 transparent;
}

/* - - - - - -- - - -- - --  */


.searchbox {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  background:#000; /* default background for browsers without gradient support */
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}


/* creates triangle */
.searchbox:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#000 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : top
------------------------------------------ */

.searchbox.tritopsearch:after {
  top:-15px; /* value = - border-top-width - border-bottom-width */
  right:70px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
  border-color:#000 transparent;
}

#banner_newsletter{
  background-color: #21252B;
  width: 100%;
  min-height: 300px;
  height: auto;
  /*display: inline-block;*/
}

#parallax_newsletter {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    min-height: 300px;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
   /* display: inline-block;*/
}

#banner_homecompetencias{
  background-color: #21252B;
  width: 100%;
  min-height: 350px;
  height: auto;
  margin: 0;
  /*display: inline-block;*/
}

#parallax_homecompetencias {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    min-height: 350px;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    /*display: inline-block;*/
}

.padding_text_letf{
    padding-left: 25px;
}

.languageoverlay{
    position: absolute;
    top:100px;
    background-color: #000;
}

.searchoverlay{
    position: absolute;
    top:100px;
    right: 20px;
    background-color: #000;
}


.dropdown_full h4 {
    margin: 0;
}

.content {
    text-align: center;
}

.padding_top{
    padding-top: 30px;
}

.padding_topmore{
    padding-top: 60px;
}
.padding_topmore80{
    padding-top: 80px;
}

.padding_topmore120{
    padding-top: 120px;
}

.padding_left_right{
    padding-left: 20px;
    padding-right: 20px;
}
.padding_right{
    padding-right: 80px;
}

.teste{
    background-color: #000;    
}

.newsbackground{
    background-color: #dcdcdc;
}

.fullline {
    width: 100%;
    height: 1px;
    background-color: #000;
}

.destaques_points{
    position: absolute;
    top: -115px;
    left: 10%;
}

.newsletter{
    /*position: absolute;
    left: 10%;
    top: 65px;*/
    position: relative;
    
}

.newsletterbox{
    display: inline-block;
    width: 350px;
}

.currentpage_div{
    position: absolute;
    max-width: 450px;
    text-align: center;
    width: auto;
    top:45%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.currentpage_box{
    border: 2px solid #fff;
    padding: 0px 10px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding-left: 45px;
    padding-right: 45px;
}


.btn_lermais{
    border: 1px solid #646464;
    padding: 10px 20px;
    background-color: transparent;
    color: #646464;
    text-decoration: none;
}

.btn_lermais:hover{
    border: 1px solid #007bbe;    
    color: #007bbe;
    text-decoration: none;
}

.btn_lermaisseg{
    border: 1px solid white;
    padding: 10px 20px;
    background-color: transparent;
    color: white;
    text-decoration: none;
}

.btn_lermaisseg:hover{
    border: 1px solid white;    
    color: white;
    text-decoration: none;
}

.btn_lermaiswhite{
    padding: 10px 20px;
    background-color: #fff;
    color: white;
    text-decoration: none;
}

.btn_lermaiswhite:hover{
    text-decoration: none;
}


.btn_newsletter{
    border: 0px solid #000;
    padding: 15px 30px;
    background-color: #99cc33;
    text-decoration: none;
    color: #fff;
}

.btn_newsletter:hover{
    text-decoration: none; 
}

.input-custom{
  background-color: transparent;
  border:1px solid #646464;
  color: #646464;
  height: 50px;
  width: 100%;
  padding-left: 20px;
}
.input-custom:hover {
  font-weight: bold;
}
.input-custom:focus {
  font-weight: bold;
  border: 2px solid #007bbe;
}

.boxStyle{
  background-color:transparent;
  border-color: #669999;
  border-width: 1px;
  color: red;
  height: 50px;
  width: 100%;
  padding-left: 20px;
}
.boxStyle:hover {
  font-weight: bold;
}
.boxStyle:focus {
  font-weight: bold;
  border-width: 2px;
  border-color: #669999 !important;
}

.boxStylesearch{
  background-color:transparent;
  border-color: #646464;
  border-width: 1px;
  color: #fff;
  height: 50px;
  width: 100%;
  padding-left: 20px;
}
.boxStylesearch:hover {
  font-weight: bold;
}
.boxStylesearch:focus {
  font-weight: bold;
}


.boxStyle_black{
  background-color:transparent;
  border-color: #fff;
  border-width: 1px;
  color: white;
  height: 50px;
  width: 100%;
  padding-left: 20px;
}
.boxStyle_black:hover {
  font-weight: bold;
  border-width: 1px !important; 
}
.boxStyle_black:focus {
  font-weight: bold;
  border-width: 1px !important; 
}


.footerback{
    background-color: #000;
    width: 100%;
    height: 50px;
}

.fullbkgcolor{
    width: 100%;
    height: auto;
    background-color: #000;
}

.textoverimagecorpprofile{
    position: absolute;
    top:20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    width: 100%;
    pointer-events:none;
    cursor: pointer;
}

.textoverimagecorpprofile h4{
    color: #fff;
}

.textoverimagecorpprofile h2{
    color: #fff;
}

.parceirosslider{
    border-color: #969696;
    border-width: 1px;
    border-style: solid;

}

.parceirosleftarrow{
    position: absolute;
    left: -20px;
    top:40%;
}
.parceirosrightarrow{
    position: absolute;
    right: -20px;
    top:40%;
}

.clientsleftarrow{
    position: absolute;
    left: -20px;
    top:35%;
} 

.clientsrightarrow{
    position: absolute;
    right: -20px;
    top:35%;
}

.clientesslider{
    border-color: #969696;
    border-width: 1px;
    border-style: solid;
}

#statecontent{
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding-left: 25px;
    padding-right: 25px;
    
    font-size: 22px;
    line-height: 50px;
    color: #191919;
    font-weight: normal;
}

.plink{
    
    font-size: 14px;
    line-height: 22px;
    color: #969696;
    display: block;
}


@media all and (max-width: 1379px){
    #cssmenu > div > ul > li > a {
      font-size:12px !important;
      padding-top:10px !important;
    }
}

@media all and (max-width: 1530px){

    .textoverimagecorpprofile{
        position: absolute;
        top:10px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        width: 100%;
    }

}

@media all and (max-width: 1710px){

    .h4ajust{
        margin: 10px;
    } 
    
    .h2ajust{
        margin: 5px;
    }
    
    .textoverimagecorpprofile{
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media all and (max-width: 1530px){

    .destaques_points{
        position: absolute;
        top: -115px;
        left: 5%;
    }

}


@media all and (max-width: 1190px){

    .h4ajust{
        margin: 5px;
    } 
    
    .h2ajust{
        margin: 5px;
    }
    
    .textoverimagecorpprofile{
        padding-left: 5px;
        padding-right: 5px;
    }

}


@media all and (max-width: 991px){

    .destaques_points{
        position: relative;
    }
    
    
    .parceirosleftarrow{
        position: absolute;
        left: -5px;
        top:40%;
    }
    .parceirosrightarrow{
        position: absolute;
        right: -5px;
        top:40%;
    }
    
     .clientsleftarrow{
        position: absolute;
        left: -5px;
        top:40%;
    }
    .clientsrightarrow{
        position: absolute;
        right: -5px;
        top:40%;
    }
    
    .textoverimagecorpprofile{
        position: relative;
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .textoverimagecorpprofile h4{
        color: #191919;
    }

    .textoverimagecorpprofile h2{
        color: #323232;
    }
    
}    

@media all and (max-width: 450px){

    .parceirosleftarrow{
        position: absolute;
        left: 0px;
        top:40%;
    }
    .parceirosrightarrow{
        position: absolute;
        right: 0px;
        top:40%;
    }
    
    #imgprev, #imgnext{
        width: 25px;
        height: auto;
    }
    
    #imgprev2, #imgnext2{
        width: 25px;
        height: auto;
    }
    
    
}   



.padding_top_title {
    padding-top: 20px;
}

.sobre-homepage {
    padding-left: 10px;
    padding-right: 10px;
}

h4.title {
    font-style: normal;
}

.banner_homepageapogen {
    margin-top: -25px;
}

.links-uteis .category-menu {
    margin-top: 5px;
    margin-bottom: 0px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    text-align: center;
}

.errordesc{
    height: 50px;
    width: 100%; 
    background-color: #ffcccc;
    border-radius: 15px;
    border-color: #ff0000;
    border-width: 1px;
    border-style: solid;
    line-height: 50px;
    font-size: 18px;
}

.sucessdesc{
    height: 50px;
    width: 100%; 
    background-color: #ccffe6;
    border-radius: 15px;
    border-color: #00cc66;
    border-width: 1px;
    border-style: solid;
    line-height: 50px;
    font-size: 18px;
}

.links-uteis .category-menu > a {
    color: #646464;
    display: inline-block;
    width: 100%;
    background: #E1E1E1 none repeat scroll 0% 0%;
    text-decoration: none;
    text-transform: uppercase;
}

.links-uteis .category-menu.selected > a {
    color: #FFF !important;
    background: #2577B3 none repeat scroll 0% 0%;
}

.imghomenews{
    max-width:360px;
    width: 100% ;
    max-height: 192px;
    height: auto;
}

.imglinksuteis{
    max-width:292px;
    width: 100% ;
    max-height: 183px;
    height: auto;
}

.select-menu-mobile{
    display: none;
    width: 98%;
    height: 90%;
    background-color: #000000;
    color: #fff;
    border: 0px;
    padding-top:5px;
    margin-bottom:10px;
}

.captcha {
    font-size: 75%;
}

.form-field {
    width: 100%;
    margin-bottom: 15px;
    padding: 2px 10px;
}

.toptitulo2 {
    font-weight: bold;
    color: #646464;
    text-align: center;
}

.imagemcomtexto {
    position: relative;
}

.textonaimagem {
    background: #2577B3 none repeat scroll 0% 0%;
    bottom: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0px;
    width: 80%;
    border-radius: 5px;
    text-align: center;
    
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #FFF !important;
}

.image-auto {
    width: 100%;

}

#slider {
    width: 720px;el
    height: 400px;
    overflow: hidden;
}

#slider .slides {
    display: block;
    width: 6000px;
    height: 400px;
    margin: 0;
    padding: 0;
}

.faceonmenu{
  height: 35px;
  width: 30px;;
  background-color: #b6c500;
  padding-top: 10px;  
}
.faceonmenu_p{
    color: #fff;
    font-size: 22px;
    padding-left: 8px;
    padding-top: 8px;
}
.mapasdiv{
    width: 100%;
    height: 450px;
}

.greenhover:hover{
    color: #b6c500;
}

#slider .slide {
    float: left;
    list-style-type: none;
    width: 720px;
    height: 350px;
}
#slide{
    display: none;
}


#parallax_holder{
  background-color: #ffffff;
  width: 100%;
  height: auto;
  min-height: 350px; 
}
#parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% center;
    min-height: 350px; 
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

#footer-parallax_holder{
  background-color: #ffffff;
  width: 100%;
  height: auto;
  margin-bottom: -14px;
}
#footer-parallax{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% bottom;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

/*FOOTER */
.footer{
    
}
.footer-logo{
    margin-bottom: 10px;
}
.footer-menu{
    text-align: center;
}
.footer-mbuttons{
    padding-top: 33px;

    display: inline-block;
    list-style: none;
}
.footer-mbuttons li{
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding: 10px 20px;
    margin-bottom: -5px;
    
}
.footer-mbuttons li:hover p,
.footer-mbuttons li:hover.active p{
    color: #00b5ad !important;
}

.footer-links{
    margin: 10px 0px 25px 0px;
}
.footer-social{
    display:inline-block;
}

.footer-info{
    overflow:auto;
}
.footer-info p{
    margin: 10px 0px;
    text-align: center;
}
.footer-line{
    width:100%;
    height: 2px;
}
/*FIM DE FOOTER*/

#newsletter{
   width: 100%;
   min-height: 300px;
   height: auto;
   display: inline-block;
   text-align: center;
   background: url(../images/subscribe-newsbkg.jpg);
   background-repeat: no-repeat;
   background-size: 100% 300px;
}

.BlogLastContainer {
  max-width: 400px;
  background-color: black;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.BlogLastContainer div {
  background-color: white;
  width: 100%;
  display: inline-block;
  display: none;
}
.BlogLastContainer img {
  width: 100%;
  height: auto;
}
.imgLastBlog{
    width: 200px;
    height: 200px;
    float: left;
}

.crop{
	float:left;
	margin:.5em 10px .5em 0;
	overflow:hidden; /* this is important */
	}
	/* input values to crop the image: top, right, bottom, left */
.crop img{
	margin:0px 0px 0px 0px;
        
	}
        
/*.imagecrop {
  position: relative;
  width: 1000px;
  max-height: 430px;
  height: auto;
  overflow: hidden;
}*/
/*.thumbnail img {    text-align: center;
    
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #2577b3 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}*/



.bhomeslide:hover{
    text-decoration: none;
    cursor: pointer;
}

.titulodestaquehome{
    
    font-size: 24px !important;
    line-height: 30px !important;
    color: #969696 !important;
    text-align: center;
}


.next {
  right: 5px;
}

.prev {
  left: 5px;
}

body {
    
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #F0F0F0;
}
.grow img {
  height: 130px;
  width: 130px;

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.grow img:hover {
  width: 150px;
  height: 150px;
}
.imgbanner{
  height:430px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.centered{
    margin: 0 auto;
}
.imgcentered{
    display:block;
    margin: 0 auto;
}
.centertext{
    text-align: center;
}
.imgtestemunhos{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 360px;
  max-width: 100%;
  height: 165px;
  
}
/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}

/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}

/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}

/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

#bottomchat{
   position: fixed;
   bottom: 0;
   z-index:99;
   right:0;
   width: 250px;
}
#CloseChat{
  float:right;
  color:#fff;
  padding-right:10px;
  padding-top:5px;
  display:none;
}
#Contactdiv{
  text-align:justify;
  padding-left:10px;
  padding-right:10px;
}
#Contactdiv input[type="text"]{
  height: 30px;
  font-size: 17px;
  width: 100%;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}

#Contactdiv input[type="button"]{
 height: 30px;
 font-size: 17px;
 width: auto;
 border: solid 1px #dcdcdc;
 transition: box-shadow 0.3s, border 0.3s;
 /*float: right;*/
}

#chat{
  width: 100%;
  height: 300px;
  border-width: 1px;
  border-style: solid;
  padding-top: 0px;
  position:relative;
  background-color: #fff;
}
#chatHEad{
  width: 100%;
  background-color: #b6c500;
  text-align: center;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}

#ChatText{
  padding-left: 5px;
  padding-top: 5px;
  overflow-y: auto;
  height: 250px;
}

#chatHEad chattitle{
  font-size: 15px;
  padding-top: 5px;
  color: #fff;
  line-height: 25px;
  font-weight: bold;
}
#Box{
   border-top-width: 1px;
   border-top-style: solid;
   width: 100%;
   height: 30px;
   position:absolute;                  /* added */
   bottom:0;                           /* added */
   left:0;
}

#Box input[type="text"]{
 height: 30px;
 font-size: 17px;
 width: 70%;
 border: solid 1px #dcdcdc;
 transition: box-shadow 0.3s, border 0.3s;
}
#Box input[type="button"]{
 height: 30px;
 font-size: 17px;
 width: 30%;
 border: solid 1px #dcdcdc;
 transition: box-shadow 0.3s, border 0.3s;
 float: right;
}


.parceirosFilter a {
    margin-right: 10px;
	color:#555;
	text-decoration:none;
}

.parceirosFilter a.current {
    font-weight:bold;
}

.noticiasFilter a {
    margin-right: 10px;
	color:#555;
	text-decoration:none;
}

.noticiasFilter a.current {
    font-weight:bold;
}

.casos_sucessoFilter a {
    margin-right: 10px;
	color:#555;
	text-decoration:none;
}

.casos_sucessoFilter a.current {
    font-weight:bold;
}
.social_icons_blog_detail{
  width:50px;
  height:50px;
  border-width: 1px;
  border-style: solid;
  text-align:center;
  font-size: 35px;
  padding-top:8px;
  color: #2A3037;
  position: relative;
  transition:             width 200ms, height 200ms, border-radius 200ms, padding-top 200ms;
    -moz-transition:    width 200ms, height 200ms, border-radius 200ms, padding-top 200ms;
    -ms-transition:     width 200ms, height 200ms, border-radius 200ms, padding-top 200ms;
    -o-transition:      width 200ms, height 200ms, border-radius 200ms, padding-top 200ms;
    -webkit-transition: width 200ms, height 200ms, border-radius 200ms, padding-top 200ms;

}
.social_icons_blog_detail:hover{
  text-decoration: none;
  background-color: #b6c500;
  cursor: pointer;  
  padding-top:16px;
  width:65px;
  height:65px;
}

.social_icons_blog_detail_min{
  width:30px;
  height:30px;
  background-color:#B5B8BF;
  text-align:center;
  padding-top:6px;
  color: #2A3037;
}

.zediv
{
    background:red;
    border-radius:50px;
    height:100px;
    left: 150px;
    position: absolute;
    top: 100px;
    transition:             width 200ms, height 200ms, border-radius 200ms,left 200ms, top 200ms;
        -moz-transition:    width 200ms, height 200ms, border-radius 200ms,left 200ms, top 200ms;
        -ms-transition:     width 200ms, height 200ms, border-radius 200ms,left 200ms, top 200ms;
        -o-transition:      width 200ms, height 200ms, border-radius 200ms,left 200ms, top 200ms;
        -webkit-transition: width 200ms, height 200ms, border-radius 200ms,left 200ms, top 200ms;
    width:100px;
}

.zediv:hover
{
    border-radius:100px;
    height:200px;
    left: 100px;
    top: 50px;
    width:200px;
}


.mail_form_blog{
  height:250px;
  background-color:#21252B;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-align:left;
  padding-left:20px;
  padding-left:20px;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}



.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 395px) {
    #logo{
        width: 80%;
    }
    #bottomchat{
        width: 100%;    
    }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #b6c500;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.header-container{
    width:100%;
}
#cssmenu
 {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 3;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
  border-radius: 0px;
  min-height: 55px;
  z-index: 999999;
  padding-left: 20px;
}
#cssmenu ul{
  float:left;
  width:auto;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 3;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  border-radius: 15px;
  height: 55px;
  z-index: 999999;
}
#cssmenu:after,
#cssmenu > div > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 2;
}
#menu-line {
  position: absolute;
  top: 78px;;
  left: 0;
  height: 0px; /* LINHA QUE SUBLINHA O MENU */
  background: #b6c500; /* COR DA LINHA SUBLINHADO*/
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > div > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > div > ul > li > a {
  padding: 20px;
  padding-top: 7px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #dcdcdc; /* COR DO TEXTO DO MENU*/
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-size:14px;
}
#cssmenu > div > ul > li:hover > a,
#cssmenu > div > ul > li.active > a {
  color: #fff;
  background-color: #000000;
  border-radius: 0px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  
}
#cssmenu > div > ul > li.active > a{
    font-weight:bold;
}
#cssmenu > div > ul > li.has-sub:hover > a::after {
  border-color: #b6c500;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  margin-left:20px;
}
#cssmenu li:hover > ul {
  left: -20px;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 0px 20px;
  width: 290px;
  border-radius: 0px;
  background: #191919;
  text-decoration: none;
  color: #646464;
  margin-top:-1px;
  /*height:50px;*/
  line-height:normal;
  height:auto;
  padding-top:5px;
}
.menu_paddingb{
    height:5px;
    width:100%;
}
.menu_safeheight{
    height:1px;
    width:100%;
}
#cssmenu ul ul li:first-child a {
    padding-top:20px;
    margin-bottom:10px;
}
#cssmenu ul ul li:nth-child(2) a {
    margin-top:14px;
}
#cssmenu ul ul li:last-child a {
    border:none;
    padding-bottom:20px;
}
.fullline_menu {
    width: 100%;
    height: 1px;
    background-color: #646464;
}
#cssmenu ul ul li:last-child a  .fullline_menu,
#cssmenu ul ul li:last-child a  .menu_paddingb{
    height:0px
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #669999;
  font-weight: bold;
  
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

.sticky-cssmenu{
    position:fixed !important;
    top: 0px;
    left:0px;
    min-width:100%;
}

#contactosheader{
  width: 100%;
  background-color:#21252B;
  position: relative;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color:#CCCCCC;
}

#contactosfooter{
  width: 100%;
  background-color:#21252B;
  position: relative;
  text-align: center;
  height: auto;
  color:#CCCCCC;
}

.slidingDiv {
    height:auto;
    padding:10px;
    margin-top:0px;
    border-bottom:1px solid #b6c500;
    display: none;
}

.txtcinza{
  color: #808080;
  display: inline-block;
}

.main_body {
    width:80%;
    height: 100%;
    margin: auto;
    height: auto;
}
.portefolio-main_body {
    width: 90%;
    height: 100%;
    margin-left: 10%;
}
.img-circle {
    border-radius: 50%;
}
.img-testemunhos {
    height: 50px;
    width: 50px;
}
.right_float{
  float:right;
  }
.left_float{
  float: left;
}
/*utilizar caso pretenda manter o float em todas as resoluções */
.float_right{
  float:right;
}
.float_left{
    float:left;
}
.inlinediv{
  display: inline-block;
}
.w50{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.w60{
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
.w70{
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.w80{
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
.w40{
  width: 40%;
  display: inline-block;
  vertical-align: top;
  height: auto;
}
.w30{
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.w20{
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.img_parceiros{
  width: 263px;
  height: 180px
}
.img_noticias{
  width: 360px;
  height: 240px;
  border-width: 3px;
  border-bottom-color: #b6c500;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.img_sucesso{
  width: 360px;
  height: 240px;
  border-width: 3px;
  border-bottom-color: #b6c500;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.grelha_noticias{
  width: 360px;
}

.padding_left{
  padding-left: 30px;
}

.padding_mid{
  padding-left: 15px;
  padding-right: 15px;
}

.padding_top{
  padding-top: 30px;
}


#hist_path{
  width: 100%;
  height: 50px;
  border-width: 0.5px;
  border-bottom-width:0.5px;
  border-bottom-color: #858D91;
  border-bottom-style: solid;
  padding-top: 18px;
  color:#21252B;
  
  font-style: normal;
  font-size: 12px;
  font-variant: normal;
}

#LastTweets,
#contactUs,
#messageForm{
  display: inline-block;
  width: 33%;
  text-align: left;
  vertical-align: top;
  padding-top: 30px;
  padding-left: 5px
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 15px;
    height: 35px
}
.fileUpload input.upload {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.boxStyle1{
  background-color:#fff;
  border-top-color: #646464;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: #646464;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
}
.boxStyle1:hover {
  background-color:#fff;
  border-top-color: #646464;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: #646464;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
}
.boxStyle1:focus {
  background-color:#fff;
  border-top-color: #646464;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: #646464;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
}

.division_bar{
  height:3px;
  width:100px;
  background-color:#b6c500;
}

.division_bar_full{
  height:3px;
  width:100%;
  background-color:#b6c500;
}

.imgequipa{
  width: 555px;
  height: 340px;
}

.imgequipamed{
  width: 263px;
  height: 220px;
}

.Map_back{
background-image: url(../images/map-base.png);
height: 100%;
width: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
}
#banner{
  background-color: #21252B;
  width: 100%;
  height: 450px;
}
#banners_campanhas{
   width: 100%;
}
#banners_nossasmarcas{
    background-color: #0f0f0f;
    width: 100%; 
    min-height: 320px;
    height: auto;
    display: inline-block;
}
.imagemcampanhas{
   width: 100%;
   height: 430px;
}
.imgmarcas{
    width: 165px;
    height: 100px;
}

#banner_welcome{
  background-color: #21252B;
  width: 100%;
  min-height: 550px;
  height: auto;
  display: inline-block;
  height: 550px;
}
#banner_mapas{
    width: 100%;
    height: 450px;
    background-color: #b6c500;
}
#banner_lojas_mapas{
    width: 100%;
    height: 250px;
    background-color: #b6c500;
}

#banner_parceiros{
  background-color: #21252B;
  width: 100%;
  height: 200px;
  position: relative;
}

#banner_parceiros img{
  position: absolute;
  clip: rect(0, 2000px, 200px, 0);
}

#banner_equipa{
  background-color: #21252B;
  width: 100%;
  height: 200px;
  position: relative;
}

#banner_equipa img{
  position: absolute;
  clip: rect(0, 2000px, 200px, 0);
}


#mapa{
  background-color: #21252B;
  width: 100%;
  height: 400px;
  border-width: 2px;
  border-bottom-width:2px;
  border-bottom-color:White;
  border-bottom-style: solid;
}


.categorias_blog{
  color:#21252B;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #21252B;
}
.categorias_blog::before {
    content: "> ";
}
.bottom_dorder_1{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #21252B;
}

#about {
	background: url(../images/about.jpg) 50% 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

/* Introduction */

.fixedElement {
    background-color: #c0c0c0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}

.divimagemnoticiasdetail{
  width: 100%;
  height: 400px;
}

.imagemnoticiasdetail{
  width: 100%;
  height: 400px;
}

.imagemblogdetail{
  width: 750px;
  height: 280px;
}


#menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:99;
    background-color: #0f0f0f;
}
#sticky_navigation{
  height: 110px;
  width: 100%;
  background-color: #0f0f0f;
}

.content_center{
 }

.simplebanner{
    width:100%;
    margin-bottom:0px;
}
.thumbnail_info{
    width:auto;
    max-width:100%; 
}
.dashed-fillet{
    border-top: 1px dashed #000000;
    margin-top: 40px;
    margin-bottom: 40px;
}
.ler_mais{
    display: block;
    line-height: 30px;
    text-decoration: none !important;
    padding:0px !important;
    border-radius: 2px !important;
    border: medium none;
    
    font-size: 14px;
    text-transform: uppercase;
    width: 100px;
    height: 30px;
}

.small_ler_mais{
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #e1e1e1 !important;
}

.botao_azul{
    background: #61a6d0;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 30px;
}
a.botao_azul:hover{
    background: #2a6496;
}

.modal_fullscreen{
    width: 100%;
    height: 100%;
    margin: 5px;
    top: 0;
}

/* Estilos para a div superior */
.toptitulo{
    
    font-size: 24px !important;
    line-height: 30px !important;
    color: #969696 !important;
    text-align: center;
}

.topfilet{
    background: url(../images/home-destaques_filet-h.png) repeat-x;
    height: 10px;
    margin-top: 15px;
}

.topsubtitulo{
    
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #646464 !important;
    text-align: center;
}

.toptext{
    text-align: center;
     
    font-size: 14px;
    color:#333333;
}

.topdiv{
    margin-bottom:40px;
}

/* Fim dos estilos para a div superior */

.titulo-informativo{
    
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #2577b3 !important;
}
.texto-informativo{
    
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #646464 !important;
}

.body_destaque{
    
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #323232 !important;
}

/* Estilos do glossário */
.gloss_item{
    overflow: hidden;
    display:flex;
    margin-bottom: 20px
}

.gloss_termo{
    flex:1;
    margin:0px;
    text-align: right;
    
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #646464 !important;
    color: #ffffff !important;
    padding-top: 10px;
    padding-right: 10px;
}
/* Fim dos estilos do glossário */

/* Estilos do accordion */
.accordion_panel{
    background:transparent;
    border: 0px;
    margin-bottom:10px !important;
}
.accordion_button{
    
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #646464 !important;
    border-radius: 5px;
    cursor: pointer;
    background: #e1e1e1 !important;
    min-height:40px;
    overflow: hidden;
}
.accordion_buttonOn{
    background: #61a6d0 !important;
    color: #ffffff !important;
}

.accordion_text{
    padding-left:14px;
    padding-right:14px;
    padding-top: 10px;
    
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #646464 !important;
    text-align: justify;
    margin-bottom:20px;
}
/* Fim dos estilos do accordion */

/* Estilos das FAQ's Sheets */
.sheet_cell{
    padding: 10px 45px 10px 10px;
    height: 90px;
    background: #e1e1e1;
    margin-bottom: 20px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 5px;
}

.sheet_cell .sheet_arrow a{
    background: url(../images/fact-sheet_arrow-grey.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 90px;
    right: 15px;
    position: absolute;
    text-indent: -9999px;
    width: 40px;
    z-index: 500;
    top: 0;
    
}
.sheet_cell .sheet_arrow a:hover{
    background: url(../images/fact-sheet_arrow-blue.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.sheet_content{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    
}
/* Fim dos estilos das FAQ's Sheets */

/* Estilos das quotas */
.quota_titulo{
    text-align: center;
    
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #2577b3 !important;
}

.quota_div_simbolo{
    background: rgba(97, 166, 208, 0.8);
    color: #FFFFFF;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    z-index: 100;
}
.quota_simbolo{
    background: url(../images/search.png) no-repeat !important;
    top: 45%;
    left: 45%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index:1;
}

.quota_imagem{
    opacity:1;
}


.faixa_azul{
    
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #2577b3 !important;
    line-height: 30px !important;
    color: #ffffff !important;
    background: #2577b3;
    border: medium none;
    border-radius: 4px;
    text-align: center;
    height: 30px;
}

.faixa_azul_content{
    margin-top: 5px;
    margin-bottom: 0px;
    color: #61a6d0 !important;
}


/* Fim dos estilos das quotas */

/* Estilos da media center */

.media-center{
    margin-bottom:20px;
}

.media-center .media_category{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px !important;
}

.media-center .media_category > a{
    color: #646464 !important;
    background: #e1e1e1;
    display: inline-block;
    width: 100%;
    margin: 0px 30px 0px 0px !important;
    text-decoration:none;
}

.media-center .media_category.selected > a {
    color: #FFF !important;
    background: #2577B3 none repeat scroll 0% 0%;
}

/* Fim dos estilos da media center */

#home article { background: url("../images/intro.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }

#about article { background: url("../images/parallax.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }


.portfolio-holder{
    padding:25px 25px 25px 0px;
    
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.portfolio-slider{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.collapsed .portfolio-holder{
    height: auto !important;
}
.collapsed .portfolio-slider{
    overflow: hidden;
}
.collapsed .portfolio-desc{
    display:none;
}

.expanded .portfolio-slider{
    height: auto !important;
}
.expanded .portfolio-desc{
    display:block;
}

.portfolio-toggle{
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0;
}



@media all and (max-width: 1350px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    .main_body {
          width: 90%;
          height: 100%;
          margin: auto;
    }    
    .portefolio-main_body {
        width: 95%;
        height: 100%;
        margin-left: 5%;
    }

}
/* FIM MÉDIA */


@media all and (max-width: 1263px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    background-color: #000;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > div > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
    
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > div > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding-top: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    height: 0px;
    /*background-image: url('../images/header_logo.png');*/
    background-repeat: no-repeat;
    background-position: left;
    /*<a href="#"><img src="images/header_logo.png" id="logo"></a>*/
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }

  #contactosheader{
    width: 100%;
    background-color:#21252B;
    position: relative;
    text-align: center;
    height: 46px;
    line-height: 46px;
    color:#CCCCCC;
  }

  .txtcinza{
    color: #808080;
  }

  .main_body {
      width: 100%;
      height: 100%;
      margin: auto;
  }

    .portefolio-main_body {
        width: 100%;
        height: 100%;
        margin: auto;
    }
  
  .right_float{
    float: none;
    width: 100%;
    }
  .left_float{
    float: none;
    width: 100%;
  }
  #logo{
    padding-left: 20px;
  }
  #contactosfooter{
    width: 100%;
    background-color:#21252B;
    position: relative;
    text-align: center;
    height: auto;
    color:#CCCCCC;
  }
  #LastTweets,
  #contactUs,
  #messageForm{
    width: 100%;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
  }

  .right_float,  .left_float,  .inlinediv,
  .w50,  .w60,  .w70,  .w80,  .w40,  .w30,  .w20{
    width: 100%;
   margin: auto;
   /*padding: 10px;*/
  }
  .simplebanner{
      display:none;
  }
}

@media all and (max-width: 1655px) {
  .main_body {
      width: 90%;
      height: 100%;
      margin: auto;
  }  
  .portefolio-main_body {
      width: 95%;
      height: 100%;
      margin-left: 5%;
  }
}

@media all and (max-width: 1263px) {
    .select-menu-mobile{
        display: inline-block;
    }       
}


@media all and (max-width: 768px) {
    .float_right{
        float:left;
        padding-bottom: 10px;
    }   
}


.talign_center{
    text-align: center !important;
}
.talign_right{
    text-align: right !important;
}
.talign_left{
    text-align: left !important;
}

.margin_null{
    margin: 0px;
}
.padding_null{
    padding: 0px;
}

.header_input{
    background-color: #ffffff;
    border-radius: 10px;
    border:none;
    padding-right:10px;
    padding-left:10px;
}

.header_search{
    padding-top: 13px;
}

.header_lupa{
    margin-top:-10px;
    width:35px;
    height:35px;
    border:none;
    background-color:transparent;
}


.header_language{
    margin-right: 20px;
    margin-left:55px;
}

header_search_form {
    margin-right: 20px;
}

a{
    text-decoration:none !important;
    color: #1f4c7d; /* Main color */ 
    outline:none;
}
a:hover{
    cursor:pointer;
    color: #669999; /* Main color */ 
}
a:active{
    color: #669999 !important; /* Main color */ 
}
.header_login{
    padding-top:30px;
}

.header_bar{
    margin-top:25px;
    margin-bottom:24px;
}

.destaque-text{
    float:none;
    margin:0px auto;
    text-align:center;
}

.destaque-footer-img{
    width: 100%; 
    height: auto;
}

.destaque-footer-img-holder:hover{
    background-color: #669999;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.destaque-footer-img:hover{
     opacity: 0.2; 
}

.destaque-footer-text{
  pointer-events: none; 
  position: absolute;
  top: 12%;
  z-index: 2;
  width:60%;
  max-width: 100%;
  width: 600px;
  height: 100%;
  overflow: hidden;
  background: transparent;
  margin: 0 auto;
  left:0;
  right:0;
  text-align:center;
}

.filter-show_all{
    padding: 20px 25px;
    background-color: #669999;
    text-decoration: none;
    color: #fff;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}

.filter-show_all > p{
    margin: 0px;
    line-height: 10px;
}

.filter-show_all::hover{
    text-decoration: none; 
}


.filter-select   select {
   background: #dcdcdc;
   background-image: url('../images/drop.gif');
   background-repeat: no-repeat;
   background-position: 145px 22px;
   border: none;
   line-height: 50px;
   height: 50px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   min-width: 170px;
   color: #323232;
   padding-left: 15px;
   margin-top: 20px;
   text-align: left;
   appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
}

.product-detail{    
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background-color: transparent;
    color: #669999;
    text-transform: uppercase;
    border: 1px solid #669999;
    cursor: pointer;
    top: 15%;
    position: relative;
}

.product-detail > h5{
    margin: 0;
    line-height: 45px;
}

.product-detail:hover{
    text-decoration: none; 
}

.product-fast_view{
    position:absolute !important;
    top:auto !important;
    bottom:10px;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    border:none !important;
    background-color: #191919 !important;
}
.product-favorite{
    position:absolute !important;
    top:0.5% !important;
    margin:0px auto;
    right:0.5%;
    border:none !important;
    padding:0 !important;
}

.ftecnica-div{
    background-color: #e6e6e6;
    display: inline-block;
    padding-right: 30px;
}

.pdetail-contacto{
    background-color: #e6e6e6;
    display: inline-block;
    padding-right: 30px;
    height:60px;
}
    
a .pdetail-contacto:hover{
    background-color: #689393;
    color: #ffffff;
}

.pdetail-favorito{
    background-color: #e6e6e6;
    display: inline-block;
    padding-right: 30px;
    height:60px;
}
    
a .pdetail-favorito:hover{
    background-color: #689393;
    color: #ffffff;
}

.pdetail-slider{
    margin:0;
    padding:0;
    top:40%;
    background-image:none !important;
}
.pdetail-slider.left{
    margin-left:20px;
}
.pdetail-slider.right{
    margin-right:20px;
}

.custom-nav-tabs{
    border-bottom: 0px !important;
}
.custom-nav-holder{
    padding-left:10px;
    padding-right:10px;
}
.custom-nav{
    background-color:transparent !important;
    color:#669999 !important;
    border: 1px solid #669999;
    border-radius: 0px;
    text-decoration: none !important;
    padding-top:10px;
    padding-bottom:5px;
}
.custom-nav-a{
 font-size: 20px;   
 display:block;
 width:100%;
 height:100%;
}
.custom-nav a{
    background-color:transparent !important;
    color:#669999 !important;
    text-decoration: none !important;
    cursor:pointer;
}
.custom-nav:hover,
.custom-nav:hover a,
.custom-nav-holder.active > .custom-nav,
.custom-nav-holder.active a{
    border-color: #669999; /* Main color */ 
    background-color: #669999 !important; /* Main color */ 
    color:white !important;
}

.filter-button{
    padding: 0px 25px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #1c386a;
}

.filter-button p{
    color: #1c386a;
}

.filter-button:hover,
.filter-button.active{
    background-color: #1c386a;
}

.filter-button:hover p,
.filter-button.active p{
    color: #fff;
}

.news_destaques > * {
    margin:0px;
}

.circle{  
    
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    
    width: 80%;
    height: 0;
    padding-bottom: 80%; 
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.circle img {
    position: absolute;
    left: 50%;
    top: 50%;    
    display: inline;
    margin: 0 auto;
    

    min-width: 100%;
    max-width:none;
    
    height: 100%;
    width: auto;
    
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    transform-origin: 550% 550%;    
   
}

.prod .view2{
    width:100%;
}
.prod .view2 img{
    width:100%;
}
@media (max-width: 767px) {
    .header_login{
        padding-top:0px !important;
    }
    .header_logo img{
        margin: 0px auto;
    }
    .header_input{
        width:80%;
    }
    .header_language{
        margin-left:0px;
        width:auto;
        float:right;
    }
}
.footer_links a:hover{
    color:#669999 !important;
}
.footer_links p{
    margin:5px;
}

#scrolltotop{
   position: fixed;
   bottom: 40px;
   z-index:99;
   right:20px;
}


/* Código para Mozilla Firefox apenas */
@-moz-document url-prefix() {
    html,body{
        height: 100%;
    }
}