/**
Theme Name: Dalcomad 2021
Author: Virtue
**/
*{
    padding: 0;
    margin: 0;
    outline: none;
}
html{
	overflow-x:hidden;
}
body
{
text-align: left;
font-family: 'Raleway', sans-serif;
color:#444444;
overflow-x: hidden;
font-size: 15px;
}
a,
a:hover{
    color:#444444;  
    text-decoration: none; 
}
#ttr_sidebar
{
border-left: 1px solid black;
}
#ttr_footer
{
width: 100%;
text-align: center;
padding-top: 50px;
}
.title
{
font-size: 11pt;
font-family: verdana;
font-weight: bold;
}
.language-selector select{
    border: 0;
    font-size: 15px;
    margin-top: 9px;
}
.midias a{
    background: url(../images/sprite-midias-header.png)no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}
.midias a.linkedin{
    background-position-x: -38px;
}
.midias a.instagram{
    background-position-x: -77px;
}
.midias a.youtube{
    background-position-x: -116px;
}
.midias a.pinterest{
    background-position-x: -156px;
}
.right-topo{
    display: flex;
    justify-content: flex-end;
}
.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height: 50px;
	width: 50px;
	vertical-align: bottom;
    outline: none;
}

.mglass {
	display: inline-block;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.searchbutton {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding: 0;
    text-align: right;
    top: 10px;
    outline: none;
    background: transparent;
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	color: black;
    outline: none;
}

#searchright {
	position: absolute;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
    outline: none;
}

#searchright:focus {
	width: 363px; /* Bar width+1px */
	padding: 0 16px 0 0;
}

#searchright {
	left: auto;
	right: 49px; /* Button width-1px */
    background-color: #EEDFDD;
}

#searchright:focus {
	padding: 0 0 0 16px;
}
.searchbutton span{
    background: url(../images/search-icon.png)no-repeat center right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    float: right;
    outline: none;
}
.header-top a{
    font-size: 15px;
    font-weight: 400;
}
#navbarSupportedContent{
    justify-content: flex-end;
}
#navbarSupportedContent li a{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding:21px 33px;
}
.links-topo a{
    padding: 9px 20px;
    display: inline-block;
}
.left-banner{
    background: #9E504A;
}
.left-banner div h1{
    font-size: 39px;
    font-weight: 300;
    color:#fff;
    line-height: 46px;
    margin-bottom: 26px;
    width: 459px;
}
.left-banner div h3{
     font-size: 18px;  
     color:#fff; 
     font-weight: 400;
     margin-bottom: 35px;
     width: 370px;
}
.nav-item.dropdown{
    position: inherit;
}
.dropdown-menu{
    width: 1366px;
    border-radius: 0;
    margin-top: 0px !important;
    border-top: 0;
    padding: 0px 10px;
    padding-bottom: 0px;
    left: 50% !important;
    margin-left: -683px;
}
.dropdown-menu > li{
    /*width: 50%;
    float: left;*/
    margin-top: 30px;
}
.dropdown-menu > li > a{
    font-size: 15px !important;
    display: block;
    margin-bottom: 18px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.dropdown-menu .produtos-menu{
    padding-left: 10px !important;
}
.dropdown-menu .produtos-menu a{
   font-size: 15px !important;
   text-transform: capitalize !important;
   color:#444;
   text-decoration: none;
   font-weight: 400 !important;
   padding-top: 0 !important;
   padding-bottom: 0 !important;
}
.dropdown-menu .produtos-menu a:hover{
    font-weight: 700 !important;
    color:#9B1006
}
.dropdown-menu .produtos-menu li{
    height: 30px;
}
.dropdown-menu .produtos-menu li a:before{
    content: '>';
    color:#9B1006;
    font-weight: 700;
    margin-right: 10px;
}
.dropdown-menu .owl-stage{
    /*display: flex;
    flex-direction: row;*/
}
.link-menu-slide{
    display: block;
    text-align: center;
    font-size: 18px !important;
    text-transform: inherit !important;
    font-weight: 400 !important;
}
.padding-none{
    padding: 0 !important;
}
.bxslider{
    padding-left: 0;
}
.right-banner img{
    width: 100%;
    height: auto;
}
.btn-banner{
    font-size: 15px;
    font-weight: 700;
    color:#fff;
    padding-left: 0;
}
.fora-banner .btn-banner:hover{
    color: #fff;
}
div.outer-div {
   margin-top: 50%;
  }
.slick-dots {
    display: inline-flex;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button:before {
    color: #9E504A;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '•';
    text-align: center;
    color: #EEDFDD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
}
.slick-slider{
    padding-left: 0;
}
.prev.slick-arrow{
    background: url(../images/arrow-left.jpg)no-repeat center center;
    width: 60px;
    height: 60px;
    border:0;
    font-size: 0;
    position: absolute;
    border: 0;
    color: transparent;
    outline: none;
    right: 62px;
    cursor: pointer;
}
.next.slick-arrow{
    background: url(../images/arrow-right.jpg)no-repeat center center;
    width: 60px;
    height: 60px;
    border:0;
    font-size: 0;
    position: absolute;
    border: 0;
    color: transparent;
    outline: none;
    right: 0px;
    cursor: pointer;
}
.faixa-branca-banner{
    background: #fff;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
}
.fora-banner .faixa-branca-banner{
    bottom: -4px;
}
.slick-slider-dots{
    position: absolute;
    right: 122px;
    margin-top: 20px;
}
.wrap-left-banner{
    height: 692px;
    position: relative;
}
.fora-2-bloco{
    padding-top: 105px;
}
.fora-2-bloco h2{
    font-size: 47px;
    font-weight: 300;
}
.fora-3-bloco img{
    width: 100%;
    height: auto;
}
.fora-3-bloco h2{
    font-size: 18px;
    font-weight: 400;  
    line-height: 28px;
    width: 365px;
    margin-left: 58px;
}
.legenda-imagem-bloco-2{
    font-size: 11px;
    font-weight: 400;
    margin-left: 58px;
    width: 365px;
    margin-top: 19px;
    margin-bottom: 76px;
}
.fora-3-bloco .btn{
    color:#9B1006;
    margin-left: 58px;
}
.fora-4-bloco{
    background-color:#EEDFDD;   
    padding-bottom: 118px; 
}
.list-prod h3 a{
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #444;
}
.list-prod h2 a{
    font-size: 29px;
    font-weight: 700;
    text-decoration: none;
    color: #444;
}
.fora-bloco-4-titulo-setor h2{
    font-size: 39px;
    font-weight: 300;
    margin-top: 120px;
    margin-bottom: 80px;
}
.list-prod .fora-title{
    background-color: #fff;
    margin-top: -30px;
    padding-top: 54px;
    padding-bottom: 47px;
}
ul{
    list-style: none;
    padding: 0;
}
.list-acabamentos{
    display: flex;
    justify-content: flex-end;
    margin-top: -33px;
}
.fora-imagem img{
    width: 100%;
    height: auto;
}
.fora-title h2,
.fora-title h3{
    margin-left: 43px;
}
.fora-title h2 a{
    display: block;
}
.fora-title h2 a::after{
    content: '>';
    color:#9B1006;
    font-size: 29px;
    float: right;
    margin-right: 48px;
}
.list-prod.carrossel li > div{
    -webkit-box-shadow: 0px 2px 6px 0px rgb(0 0 0 / .18);
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / .18);
    margin:0 7px 7px 7px;
}
.list-prod.carrossel li.slick-active > div{
    margin-left:27px;
}
.list-prod.carrossel li.slick-current > div{
    margin-left:0px;
    margin-right:27px;
}
.fora-banner .flexslider:hover .flex-direction-nav .flex-next,
.fora-banner .flex-direction-nav .flex-next {
    right: inherit;
    opacity: 1;
    top: 20px !important;
}
.flex-direction-nav .flex-next{
    right: 0;
}
.fora-banner .flexslider:hover .flex-direction-nav .flex-prev,
.fora-banner .flex-direction-nav .flex-prev {
    opacity: 1;
    left: inherit;
    top: 20px !important;
}
.fora-banner .flexslider:hover .flex-direction-nav .flex-prev,
.fora-banner .flex-prev {
    background: url(../images/carrossel-prev.jpg)no-repeat center top;
    background-color: transparent !important;
    position: absolute;
    top: 0px;
    border: 0;
    color: transparent;
    width: 60px;
    height: 60px;
    outline: none;
    right: 61px;
    font-size: 0;
}
.fora-banner .flexslider:hover .flex-direction-nav .flex-next,
.fora-banner .flex-next {
    background: url(../images/carrossel-next.jpg)no-repeat center top;
    background-color: transparent !important;
    position: absolute;
    top: 0px;
    border: 0;
    color: transparent;
    width: 60px;
    height: 60px;
    outline: none;
    right: -3px;
    font-size: 0;
}
.box-faixa-branca{
    margin-top:-4px;
}
.flex-control-nav{
    bottom: 20px;
    text-align: right;
    right: 135px;
}
.flex-control-paging li a.flex-active{
    background-color:#9E504A;
}
.flex-control-paging li a{
    background-color: #EEDFDD;
    font-size: 0;
    width: 12px;
    height: 12px;
    box-shadow: none;
}
.fora-4-bloco .flexslider:hover .flex-direction-nav .flex-prev, .fora-4-bloco .flex-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel2 .owl-nav button.owl-prev{
    background: url(../images/carrossel-prev.jpg)no-repeat center top !important;  
    color: transparent !important; 
    width: 60px;
    height: 60px;  
    font-size: 0;
    opacity: 1 !important;
    position: absolute;
    top: -60px;
    left: inherit;
    right: 63px;
}
.fora-4-bloco .flexslider:hover .flex-direction-nav .flex-next, .fora-4-bloco .flex-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel2 .owl-nav button.owl-next {
    background: url(../images/carrossel-next.jpg)no-repeat center top !important; 
    color: transparent !important; 
    width: 60px;
    height: 60px;
    font-size: 0;
    opacity: 1 !important;
    top: -60px;
    right: 0;
    position: absolute;
}
.owl-carousel2 .owl-nav button.owl-prev{
    background: url(../images/sline-header-prev.jpg)no-repeat center top !important;   
    border: 0;
    display: none;
}
.owl-carousel2 .owl-nav button.owl-next {
    background: url(../images/sline-header-next.jpg)no-repeat center top !important; 
    border: 0;  
    display: none;   
}
.owl-carousel2 .owl-nav button.owl-prev,
.owl-carousel2 .owl-nav button.owl-next {
    top: 30%;
}
.owl-carousel2 .owl-nav button.owl-prev{
    left: 0;
    right: inherit;
}
.fora-4-bloco .flex-control-nav.flex-control-paging{
    display: none;
}
.flex-direction-nav a:before{
    font-size: 0;
}
.flex-direction-nav a.flex-prev:before{
    content:'<' ;
}
.flex-direction-nav a.flex-next:before{
    content:'>' ;
}
.fora-5-bloco h2,
.bloco-8-universidade h2{
    font-size: 39px;
    line-height: 46px;
    margin-top: 80px;
    margin-bottom: 34px;
}
.fora-6-bloco img,
body.blog img,
.archive.category img{
    width: 100%;
    height: auto;
}
.bloco-links-certificacoes{
    margin-top: 20px;
}
.bloco-videos img{
    max-width: 100%;
}
.bloco-baixo-posts .item-blog > div{
    min-height: 450px;
}
.slides-produtos .flex-direction-nav{
    display: none;
}
::-webkit-input-placeholder { /* Edge */
  color: red !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red !important;
}

::placeholder {
  color: red !important;
}
.pagination a{
    
    padding: 10px 18px;
    font-size: 15px;
    color: #000;
}
.pagination a.btn-prev,
.pagination a.btn-next{
    font-weight: 700;
    text-transform: uppercase;
}
.pagination a.current{
    background: #9B1006;
    color: #fff;
}
.fora-6-bloco h3,
body.blog #ttr_main h3,
.archive.category #ttr_main h3,
.view-blog h3{
    font-size: 15px;
    margin-top: 43px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.view-blog h3{
    margin-left: 0;
    margin-top: 14px;
    margin-bottom: 36px;
}
.fora-6-bloco h2,
body.blog #ttr_main h2,
.archive.category #ttr_main h2{
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 13px;
    margin-left: 20px;
}
.single-post article{
    margin-top: 80px;
}
.single-post article h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.single-post article p{
    margin-bottom: 25px;
}
.fora-6-bloco p,
body.blog #ttr_main p,
.archive.category #ttr_main p {
    margin-left: 20px;   
}
.fora-6-bloco h2 a,
body.blog #ttr_main h2 a,
.archive.category  #ttr_main h2 a{
    font-size: 24px;
    color: #444444;
    text-decoration: none;
}
.lef-blog-1{
    padding-left: 4px;
}
.item-blog > div{
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.18); 
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.18);
    min-height: 400px;
}
.img-left{
    height: 400px;
    width: auto;
}
.fora-6-bloco{
    margin-top: 126px;
}
form ul{
    display: flex;
    flex-direction: row;
}
#ttr_content,
#ttr_content .primeiro-bloco1.item-blog.post-3{
    margin-top: 80px;
}
#ttr_sidebar{
    border: 0;
    margin-top: 80px; 
    padding-top: 0px;
    margin-bottom: 80px;
}
#ttr_sidebar h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-left: 0;
    margin-bottom: 28px;
}
#ttr_sidebar li{
    border-left: solid 4px #EEDFDD;
    margin-bottom: 5px; 
    line-height: 36px;
    padding-left: 25px;
}
#ttr_sidebar li:hover,
.current-cat{
    background:#9E504A;
    border-color:#9E504A;
}
#ttr_sidebar li:hover a,
.current-cat a{
    color:#fff;
}
#ttr_sidebar ul li:before {
    content: '>';
    font-size: 25px;
    color: #9B1006;
    margin-right: 20px;
    font-weight: 700;
}
#ttr_sidebar ul li:hover:before,
.current-cat:before{
    color: #fff !important;
}
#ttr_sidebar ul{
    height: 819px;
    overflow-y: scroll;
    width: 334px;
}
.view-blog .fora-bloco-7{
    padding-top: 0px;
    padding-bottom: 25px;
    margin-top: 83px;
    background: transparent;
    border-bottom: solid 4px #EEDFDD;
}
.view-blog .form-with-animated-labels .form-wrapper{
    width: 100%;
    margin-bottom: 20px;
}
.view-blog  form ul{
    flex-direction: column;
}
.page-template-sobre-nossa-historia .fora-bloco-7,
.page-template-sobre-nos .fora-bloco-7{
    margin-bottom: 70px;
}
.bloco-videos figure{
    line-height: 198px;
}
/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-with-animated-labels .form-wrapper {
    position: relative;
    border: solid 1px #999;
    border-radius: 10px;
    height: 60px;
    width: 353px;
    margin-right: 12px;
}
 
.form-with-animated-labels .form-wrapper + .form-wrapper {
    margin-top:0px;
}
 
.form-with-animated-labels [type="text"],
.form-with-animated-labels [type="email"],
.form-with-animated-labels textarea {
    width: 100%;
    padding: 15.5px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: var(--black);
    background: var(--lightgray);
    font-size: 18px;
    outline: none;
}
 
.form-with-animated-labels textarea {
    height: 150px;
}
 
.form-with-animated-labels [type="text"]:focus,
.form-with-animated-labels [type="email"]:focus,
.form-with-animated-labels textarea:focus {
    
}
 
.form-with-animated-labels label {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 15px;
    transform: translateY(-50%);
    color: #444;
    transition: all 0.25s ease-in-out;
    font-weight: 700;
}
 
.form-with-animated-labels .form-textarea-wrapper label {
    top: 10px;
    transform: none;
}
 
.form-with-animated-labels label.focused {
    top: -2px;
    transform: none;
    font-size: 15px;
    font-weight: bold;
    color: #444;
}
 
.form-with-animated-labels [type="submit"] {
    padding: 19px 4px;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color:#444;
}
 
.form-with-animated-labels .form-submit-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(40deg);
    opacity: 0.75;
    fill: var(--white);
    width: 60px;
    height: 60px;
}
 
.form-with-animated-labels .wpcf7-form-control-wrap {
    position: static;
}
 
.form-with-animated-labels .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 100%;
    right: 10px;
    font-size: 12px;
}
.wpcf7-select{
    display: block;
} 
 
/* OUTPUT MESSAGES CF7
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wpcf7 form .wpcf7-response-output {
    font-size: 18px;
    padding: 10px;
    margin: 0;
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--brown);
}
.fora-bloco-7{
    background-color: #EEDFDD;
    padding-top: 87px;
    padding-bottom: 79px;
    margin-top: 180px;
}
.form-wrapper{
    background-color: #fff;
}
.form-submit-wrapper,
.form-with-animated-labels [type="submit"] {
    border-radius: 0 !important;
    border: 0;
    background: #9B1006;
    color:#fff;
    border: 0 !important;
}
.form-wrapper .form-submit-wrapper{
    border-radius: 0 !important;
}
input:focus{
    border:0;
}
input:focus-visible {
    outline: 0;
}
.form-submit-wrapper{
    width: 169px !important;
}
.fora-bloco-7 h2{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 24px;
}
#wpcf7-f41-o1,
#wpcf7-f63-o1,
#wpcf7-f62-o1{
    display: table;
    margin: 0 auto;
}
.bloco-8-universidade{
    margin-bottom: 80px;
}
.bloco-8-universidade p{
    margin-left: 58px;
    width: 320px;
}
.topo-footer h2{
    font-size: 39px;
    text-align: left;
    font-weight: 300;
}
.midias-footer{
    display:inline-flex;
    float: right;
}
.midias-footer li{
   margin: 0 55px;
}
.midias-footer li.youtube{
    margin-right: 0;
}
.midias-footer li a{
    background: url(../images/midias-footer.png)no-repeat;
    display: block;
    width: 40px;
    height: 40px;
}
.midias-footer li.facebook a{
    background-position-x: -0;
}
.midias-footer li.linkedin a{
    background-position-x: -150px;
}
.midias-footer li.instagram a{
    background-position-x: -298px;
}
.midias-footer li.youtube a{
    background-position-x: -446px;
}
.bottom-footer h2,
.mapa-site li a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}
footer ul li{
    text-align: left;  
}
footer .tel{
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    margin-top: -6px;
    margin-bottom: 17px;
}
footer p{
    text-align: left;  
}
.borda-box-footer{
    width: 100%;
    height: 2px;
    background-color:#EEDFDD;
    margin-bottom: 23px;
}
.endereco-footer{
    margin-top: 61px;
    margin-bottom: 27px;
}
.endereco-footer img{
    max-width: 100%;
    width: auto !important;
}
.endereco-footer p{
    font-size:11px;
}
.topo-footer{
    margin-bottom: 29px;
}
.mapa-site li{
    margin-bottom: 15px;
}
.bottom-footer h2{
    margin-bottom: 24px;
}
.links-site{
    padding-left: 10px;
}
.links-site li{
    margin-bottom: -6px;
}
.links-site li:before{
    content: '>';
    font-size: 25px;
    color:#9B1006;
    margin-right: 20px;
    font-weight: 700;
}
.links-site li a:hover{
    color:#9B1006;   
}
.nice-select:active, 
.nice-select.open, 
.nice-select:focus,
.nice-select {
    border:0;
}
.left-banner{
    position: relative;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.right-banner{
    background-size: cover !important;
}
.flexslider{
    margin: 0;
}
.flex-control-thumbs{
    margin-top: -30px;
    display: flex;
    justify-content: flex-end;
    height: 60px;
}
.flex-control-thumbs li {
    width: 60px;
    z-index: 2;
}
.flex-control-thumbs img{
    opacity: 1;
}
.flex-control-thumbs img{
    max-width: 60px;
    height: auto;
    border-radius: 50%;
}
.slides-produtos .flex-control-thumbs .flex-active{
    border: solid 1px #ddd;
    opacity: 0.9;
}
.fora-2-bloco img{
    width: 100%;
    height: auto;
}
/*Sobre nós*/
.left-banner-topo{
    background-color: #9E504A;
    color: #fff;
    position: relative;
}
.left-banner-topo h1{
    position: absolute;
    top: 50%;
    left: 41.6666666%;
    transform: translate(0, -50%) 
}
.bloco-linha-tempo img,
.bloco-banner-topo img{
    width: 100%;
    height: auto;
}
.bloco-texto-geral{
    margin: 80px auto;
    width: 681px;
}
.bloco-texto-geral p{
    text-align: justify;
}
.bloco-menu-sobre li a{
    background-color: #9E504A;
    color:#fff !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 19px 0;
    text-align: center;
}
.bloco-menu-sobre li{
    width: 270px;
    margin-right: 1px;
}
.bloco-menu-sobre nav{
    padding: 0;
}
.bloco-linha-tempo h2{
    font-size: 47px;
    font-weight: 300;
    margin-left: 55px;
    margin-top: 83px;
    margin-bottom: 41px;
}
.bloco-linha-tempo article{
    margin-left: 55px;    
}
.bloco-linha-tempo.imagem-background h2{
   /* margin-top: -309px;*/
    color:#fff;
}
.bloco-linha-tempo.imagem-background p{
    color:#fff;
}
.bloco-linha-tempo .box-text{
    background: url(../images/linha-1.png)no-repeat center top,url(../images/linha-1.png)no-repeat center bottom;
}
.imagem-background .box-text{
    margin-top: -540px;
    background: url(../images/linha-2.png)no-repeat center top,url(../images/linha-2.png)no-repeat center bottom;
    z-index: 999;
}
.bloco-linha-tempo._1 .box-text{
    background:#fff,url(../images/linha-1.png)no-repeat center bottom;
} 
.btn-linhas-sobre{
    color: #fff;
    background-color: #9B1006;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    padding: 18px 23px;
    display: table;
    margin: 0 auto;
}
.btn-linhas-sobre:hover{
    color:#fff;
}
.box-share-sobre{
    padding-top: 100px;
}
.box-share-sobre p{
    font-size:15px;
    color:#9E504A;
    font-weight:700;
}
.box-share-sobre a {
    display: inline-flex;
    margin: 0 10px;
}
.box-share-sobre .facebook{
    background: url(../images/ico-face-hare.png)no-repeat center center;
    width: 19px;
    height: 20px;
}
.box-share-sobre .linkedin{
    background: url(../images/ico-linkedin-share.png)no-repeat center center;
    width: 19px;
    height: 20px;
}
.box-btn{
    background: url(../images/linha-1.png)no-repeat center top;
    padding-top: 60px !important;
}
.conteudo-sobre{
    margin-top: 80px;
}
.bloco-menu-sobre li.selected a{
    background: transparent;
    color:#444 !important;
    border-top:solid 4px #9B1006;
}
/*Produtos*/
.wrap-carroussel-menu{
    overflow:hidden;
}
.owl-dots{
    display: none;
}
.owl-item{
    float: left;
   
}
.owl-item img{
    max-width: 100%;
    height: auto;
}
#carrossel-produtos .owl-item {
    padding-right: 3px;
}
#carrossel-produtos .owl-stage-outer {
    padding:2px;
}
#ourHolder{
    display: flex;
    flex-wrap: wrap;
}
.fora-listagem-produtos{
    background:#EEDFDD;
    padding-bottom: 120px;
}
.item-produto-list{
    margin-bottom: 80px;
}
.item-produto-list > div{
    background: #fff;
    padding-bottom: 33px;
    -webkit-box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 18%);
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 18%);
}
.fora-title h3 a{
    font-size: 18px;
    color: #666;
}
.fora-title h2 a{
    font-size: 29px;
    color: #444444;
    font-weight: 700;
}
.archive-title{
    font-size: 28px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 35px;
}
.faixa-branca{
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 34px;
}
.bloco-texto{
    margin-top: -50px;
    background: #fff;
    z-index: 999;
    position: relative;
    padding-top: 130px;
}
.faixa-branca .box-share-sobre {
    padding-top: 30px;
    padding-bottom: 4px;
}
.faixa-branca .box-share-sobre {
    margin-bottom: 0;
}
.item-produto-view .flex-control-thumbs li {
    width: 100px;
    height: 100px;
}
.item-produto-view .flex-control-thumbs img{
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 9999;
}
.item-produto-view .flex-control-thumbs{
    height: 100px;
    margin-top: -50px;
}
.single-produtos .middle-div h3,
.single-produtos .middle-div h2{
    color: #fff;
}
.single-produtos .middle-div h2{
    font-size: 39px;
}
.left-banner div h3 {
    margin-bottom: 18px;
}
.arquivos a{
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.arquivos a:before{
    content: url(../images/arrrow-down.png);
    margin-right: 20px;
}
.ico-video:before{
    content: url(../images/ico-player-video.png) !important;
}
.ico-tabela-medidas:before{
    content: url(../images/ico-tabela-medidas.png) !important;
}
.bloco-atributos h2{
    font-size: 24px;
    font-weight: 700;
    margin-top: 46px;
    margin-bottom: 0;
}
.bloco-atributos img{
    margin-left: 10px;
}
.item-atributo > div {
    -webkit-box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 18%);
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 18%);
    padding: 40px 30px;
    height: 317px;
}
.titulo-relacionados{
    font-size: 39px;
    font-weight: 300;
    margin-bottom: 81px;
    margin-top: 121px;
}
.bloco-atributos{
    margin-top: 90px;
}
.item-certificado{
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.icone-olho-mobile{
    display: none;
}
/*Colorbox style*/
#cboxTopCenter,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxTopLeft,
#cboxTopRight{
    display: none;
}
#cboxClose{
    top: 0;
}
#cboxOverlay{
    opacity: 0.4 !important;
}
.postid-1696 .wrap-left-banner,
.postid-1701 .wrap-left-banner,
.postid-1703 .wrap-left-banner{
    height: 515px;
    }
.fora-info-adicionais .col-md-6.padding-none{
    text-align: right;
}
.postid-1703 .fora-info-adicionais img,
.postid-59 .fora-info-adicionais img{
    width: 54% !important;
}
.postid-1703 .carousel > .wrap > ul,
.postid-1703 .carousel,
.postid-59 .carousel > .wrap > ul,
.postid-59 .carousel{
    height: 158px;
}
.postid-1703 .fora-info-adicionais h2,
.postid-59 .fora-info-adicionais h2 {
    margin-top: 35px;
    transform: inherit;
    margin-bottom: 20px;
}
.carousel > .wrap > ul{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
#carousel{
    margin-top: -88px;
}
#carousel .flex-viewport{
    z-index: 9999;
}
#carousel  img{
    margin-top: 0px;
    border-radius: 50%;
}
#carousel .flex-active-slide img{
    margin-top: 0;
    border-radius: 50%;
}
#carousel img{
    cursor: pointer;
}
.postid-1703 .bloco-atributos,
.postid-1701 .bloco-atributos,
.postid-1696 .bloco-atributos{
   display: none;
}
.title-acabamento-show{
    visibility: hidden;
    height: 45px;
    margin-bottom: 6px;
}
.flex-active-slide .title-acabamento-show{
    width: 141px;
    height: 45px;
    color: #fff;
    font-weight: 700;
    visibility: visible;
    padding-left: 17px;
    text-shadow: 2px 2px 4px #000000;
    display: table;
}
.title-acabamento-show span{
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}
.fora-imagens-linha{
    width: 1088px;
    margin: 54px auto 63px;
}
.fora-info-adicionais h2{
    font-size: 39px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 0px;
    margin-top: 50%;
    margin-left: 45px;
    transform: translate(0px , -50%);
}
.fora-info-adicionais article {
    font-size: 18px;
    margin-left: 45px;
}
.texto-left h2,
.texto-left article{
    margin-right: 45px;
    margin-left: 0;
}
.bloco-encontre-produtos h2{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 84px;
    margin-bottom: 40px;
}
.bloco-encontre-produtos p a{
    font-size: 15px;
    color: #9B1006;
    font-weight: 700;
    margin-top: 20px;
}
.btn-onde-encontrar{
    background:#9B1006;
    color:#fff;
    font-weight: 700;
    border-radius: 0;
    padding: 17px 69px;
}
.btn-onde-encontrar:hover{
    color: #fff;
}
.bloco-encontre-produtos{
    border-bottom: solid 4px #EEDFDD;
    padding-bottom: 80px;
}
.single-produtos .fora-6-bloco {
    margin-top: 80px;
}
.fora-info-adicionais img{
    width: 100%;
    height: auto;
}
#carousel .single-produtos .flex-direction-nav a{
    display: none;
}
#carousel .flex-direction-nav .flex-prev{
    background: url(../images/prev-cores.png)no-repeat center center / cover;
    left: 26px;
    opacity: 1;
    z-index: 9999;
    font-size: 0;
    top: 63%;
    left: 0px;
}
#carousel .flex-direction-nav .flex-next {
    background: url(../images/next-cores.png)no-repeat center center  / cover;
    right: 23px;
    opacity: 1;
    z-index: 9999;
    font-size: 0;
    top: 63%;
}
#carousel{
    position: relative;
}
.fora-topo-blog{
    background: #9E504A;
    padding: 21px 0;
}
.fora-topo-blog h1,
.fora-topo-blog h2{
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 15px;
}
.titulo-page-blog{
    font-size: 39px;
    font-weight: 300;
    line-height: 46px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.input-group.rounded{
    border:solid 1px #999;
}
.input-group.rounded input{
    border:0;
    padding: 18px 20px;
}
.input-group.rounded input[type="submit"]{
    background: transparent;
    border:0;
}
.input-group.rounded input[type="submit"]{
    background: url(../images/search-icon.png)no-repeat center center;
    width: 24px;
    height: 24px;
    margin-top: 14px;
    margin-right: 10px;
}
.form-busca-blog{
    margin-top: 96px;
}
.form-busca-blog input[type="search"]{
    margin-left: 1px !important;
}
.post-teste{
    margin-bottom: 30px;
}
.form-control:focus{
    box-shadow: none;
}
.search-results .bloco-produtos{
    margin-top: 80px;
}
.search-results .bloco-produtos h2{
    margin-bottom: 10px;
}
.item-category-single-post:before{
    content: '/';
    color: #fff;
}
.fora-topo-blog h2 a,
.fora-topo-blog h2{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.view-blog img {
    width: 100%;
    height: auto;
}
.imagem-capa{
    text-align: center;
}
.imagem-capa img{
    max-width: 100%;
    width: initial;
}
.btn-voltar{
    color: #9B1006;
    font-weight: 700;
    margin-top: 45px;
    display: block;
}
.view-blog .box-share-sobre{
    text-align: right;
    padding-top: 40px;
}
.view-blog h1{
    font-size: 29px;
    font-weight: 700;
    line-height: 34px;
}
.conteudo-sobre a{
    text-decoration: underline;
    color:#9E504A;
}
figure{
    width: 100% !important;
	margin-bottom:0;
}
.categorias-baixo a{
    color:#9B1006;
    font-weight: 700;
}
.categorias-baixo{
    border-bottom: solid 4px #EEDFDD;
    padding-bottom: 40px;
    margin-top: 80px;
}
.box-share-sobre.left{
    float: left;
}
.titulo-leia-mais{
    font-size: 39px;
    font-weight: 300 !important;
    margin-bottom: 90px !important;
}
.leia-mais p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.categoria-blog-desktop .navbar {
    background: transparent !important;
}
.categoria-blog-desktop .navbar-nav{
    flex-direction: column;
}
.categoria-blog-mobile {
    display: none;
}
#ttr_sidebar ul::-webkit-scrollbar-thumb {
    background-color: #fa9b1e;
    border-radius: 5px;
    border: 2px solid #fa9b1e;
    height: 100px !important;
}
#ttr_sidebar ul::-webkit-scrollbar-track {
    background: #fff;
    border: 2px solid #bbb;
    border-radius: 5px;
}
.single-post article a{
    color:#9B1006;
}
.fora-bloco-contato .form-wrapper{
    margin-bottom: 15px;
}
.fora-bloco-contato .col-md-4.form-wrapper{
    width: 32.33333333% !important;    
}
.fora-bloco-contato .col-md-8.form-wrapper{
    width: 65.3% !important;
    padding: 0 !important;
}
.fora-bloco-contato .col-md-12.form-wrapper{
    width: 99% !important;
    height: auto;
}
.wpcf7-select {
    width: 100%;
    height: 58px;
    border-radius: 20px;
    outline: none;
    border:0;
    padding: 0 12px;
    color: #444 !important;
    opacity: 1;
    font-weight: 700;
    font-size: 15px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #444 !important;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #444 !important;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #444 !important;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #444 !important;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
}
.img-ambientada{
    width: 100% !important;
}
.acceptance-202{
    float: left;
    margin-top: 20px;
}
.text-accept{
    font-size: 11px;
    margin-left: 10px;
    float: left;
    margin-top: 22px;
}
.page-template-contato .form-with-animated-labels [type="submit"] {
    width: 20%;
    float: right;
}
.fora-bloco-submit{
    padding: 0;
    border: 0 !important;
}
.item-contato > div{
    background-color:#EEDFDD;
    padding: 40px;
}
.item-contato h2{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.bloco-itens-contato{
    margin-top: 82px;
    margin-bottom: 80px;
}
.item-contato p{
    margin-bottom: 0;
}
#wpcf7-f40-o1 .row{
    margin: 0 auto;
}
.row .col-md-4.form-wrapper:nth-child(3){
    margin-right: 0;
}
.textarea-472 textarea{
    padding-left: 0;
}
.file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
  }
  
  .file-input label {
    display: block;
    position: relative;
    width: 169px;
    height: 60px;
    border-radius: 10px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-weight: bold;
    cursor: pointer;
    transition: transform .2s ease-out;
    margin-left: -10px;
    border: solid 1px  #999;
  }
  
  .file-name {
    position: absolute;
    bottom: -35px;
    left: 10px;
    font-size: 0.85rem;
    color: #555;
  }
  
  input:hover + label,
  input:focus + label {
    transform: scale(1.02);
  }
  
  /* Adding an outline to the label on focus */
  input:focus + label {
    outline: 1px solid #000;
    outline: -webkit-focus-ring-color auto 2px;
  }
  .form-wrapper.file-input{
      padding: 0;
      border:0;
  }
 .file-input .wpcf7-submit {
        width: 165px !important;
        float: right !important;
        margin-top: -61px !important;
  }
  .border-divider{
    background: #EEDFDD;
    height: 4px;
    width: 100%;
  }
  .border-divider{
      margin-top: 100px;
      margin-bottom: 80px;
  }
  .titulo-pag-contato{
      font-size: 39px;
      margin-bottom: 24px;
  }
/*Representantes*/
ul#map {
    background-image: url("../images/map.gif");
    display: block;
    height: 585px;
    margin: 0;
    padding: 0;
    width: 570px;
}
ul#map li {
    display: block;
    padding: 0;
    position: absolute;
}
ul#map {display: block; margin: 0; padding: 0; width:570px; height: 585px; background-image: url(../images/map.gif);}
ul#map li {display: block; padding: 0; position: absolute;}
li#crs {margin-top: 485px; margin-left: 237px; }
li#csc {margin-top: 467px; margin-left: 292px; z-index: 11}
li#cpr {margin-top: 416px; margin-left: 281px; z-index:10;}
li#csp {margin-top: 375px; margin-left: 303px; z-index:9; }
li#cms {margin-top: 336px; margin-left: 229px;}
li#crj {margin-top: 390px; margin-left: 422px; z-index:10; }
li#ces {margin-top: 347px; margin-left: 467px; z-index:10; }
li#cmg {margin-top: 292px; margin-left: 333px; z-index:4; }
li#cgo {margin-top: 264px; margin-left: 301px; z-index:5; }
li#cdf {margin-top: 311px; margin-left: 373px; z-index:6; }
li#cba {margin-top: 207px; margin-left: 397px;}
li#cmt {margin-top: 189px; margin-left: 180px;}
li#cro {margin-top: 199px; margin-left: 104px; z-index:7; }
li#cac {margin-top: 185px; margin-left: 0px;}
li#cam {margin-top: 46px; margin-left: 3px;}
li#crr {margin-top: 0; margin-left: 133px;}
li#cpa {margin-top: 40px; margin-left: 219px;}
li#cap {margin-top: 13px; margin-left: 278px;} 
li#cma {margin-top: 94px; margin-left: 366px; z-index:8;}
li#cto {margin-top: 156px; margin-left: 338px;}			
li#cse {margin-top: 221px; margin-left: 519px; z-index:9;}
li#cal {margin-top: 211px; margin-left: 518px; z-index:9;}
li#cpe {margin-top: 188px; margin-left: 473px;}
li#cpb {margin-top: 169px; margin-left: 511px; z-index:9;}
li#crn {margin-top: 151px; margin-left: 514px;}
li#cce {margin-top: 121px; margin-left: 473px;}
li#cpi {margin-top: 120px; margin-left: 406px; z-index:9;}			
ul#map li a {display: block; text-decoration: none; position: absolute;}
a#rs {width: 116px; height: 101px; }
a#sc {width: 81px; height: 53px; }
a#pr {width: 97px; height: 64px; }
a#sp {width: 131px; height: 84px; }
a#ms {width: 106px; height: 104px; }
a#rj {width: 58px; height: 40px; }
a#es {width: 33px; height: 51px; }
a#mg {width: 163px; height: 131px; }
a#go {width: 108px; height: 108px; }
a#df {width: 16px; height: 9px; }
a#ba {width: 136px; height: 148px; }
a#mt {width: 166px; height: 161px; }
a#ro {width: 104px; height: 87px; }
a#ac {width: 108px; height: 62px; }
a#am {width: 258px; height: 181px;}
a#rr {width: 87px; height: 103px; }
a#pa {width: 188px; height: 187px; }
a#ap {width: 73px; height: 85px; }
a#ma {width: 102px; height: 139px; }
a#to {width: 74px; height: 125px; }
a#se {width: 28px; height: 32px; }
a#al {width: 46px; height: 27px; }
a#pe {width: 97px; height: 34px; }
a#pb {width: 59px; height: 35px; }
a#rn {width: 53px; height: 33px; }
a#ce {width: 61px; height: 76px; }
a#pi {width: 83px; height: 124px; }
a#pa.hover, a#pa:hover, a#pa:active, a#am.hover, a#am:hover, a#am:active, a#mt.hover, a#mt:hover, a#mt:active, a#ba.hover, a#ba:hover, a#ba:active, a#ma.hover, a#ma:hover, a#ma:active,
a#mg.hover, a#mg:hover, a#mg:active, a#to.hover, a#to:hover, a#to:active, a#pi.hover, a#pi:hover, a#pi:active, a#go.hover, a#go:hover, a#go:active, a#ms.hover, a#ms:hover, a#ms:active,
a#rr.hover, a#rr:hover, a#rr:active, a#rs.hover, a#rs:hover, a#rs:active, a#ro.hover, a#ro:hover, a#ro:active, a#ap.hover, a#ap:hover, a#ap:active, a#sp.hover, a#sp:hover, a#sp:active,
a#ce.hover, a#ce:hover, a#ce:active, a#pr.hover, a#pr:hover, a#pr:active, a#ac.hover, a#ac:hover, a#ac:active, a#sc:hover, a#sc.hover, a#sc:active, a#es.hover, a#es:hover, a#es:active,
a#rj.hover, a#rj:hover, a#rj:active, a#pb.hover, a#pb:hover, a#pb:active, a#pe.hover, a#pe:hover, a#pe:active, a#rn.hover, a#rn:hover, a#rn:active, a#se.hover, a#se:hover, a#se:active,
a#al.hover, a#al:hover, a#al:active, a#df.hover, a#df:hover, a#df:active
{ display: block; background: url(../images/spritess.gif) no-repeat; }			
a#pa.hover, a#pa:hover{ background-position: -10px -0px; width: 188px; height: 187px;}
a#am.hover, a#am:hover, a#am:active { background-position: -10px -197px; width: 258px; height: 181px; }
a#mt.hover, a#mt:hover, a#mt:active { background-position: -10px -388px; width: 166px; height: 161px; }
a#ba.hover, a#ba:hover, a#ba:active { background-position: -10px -559px; width: 136px; height: 148px; }
a#ma.hover, a#ma:hover, a#ma:active { background-position: -156px -559px; width: 102px; height: 139px; }
a#mg.hover, a#mg:hover, a#mg:active { background-position: -10px -717px; width: 163px; height: 131px; }
a#to.hover, a#to:hover, a#to:active { background-position: -183px -717px; width: 74px; height: 125px; }
a#pi.hover, a#pi:hover, a#pi:active { background-position: -10px -858px; width: 83px; height: 124px; }
a#go.hover, a#go:hover, a#go:active { background-position: -103px -858px; width: 108px; height: 108px; }
a#ms.hover, a#ms:hover, a#ms:active { background-position: -103px -976px; width: 106px; height: 104px; }
a#rr.hover, a#rr:hover, a#rr:active { background-position: -10px -992px; width: 87px; height: 103px; }
a#rs.hover, a#rs:hover, a#rs:active,.rs.active { background-position: -107px -1090px; width: 116px; height: 101px; }
a#ro.hover, a#ro:hover, a#ro:active { background-position: -10px -1201px; width: 104px; height: 87px; }
a#ap.hover, a#ap:hover, a#ap:active { background-position: -10px -1105px; width: 73px; height: 85px; }
a#sp.hover, a#sp:hover, a#sp:active { background-position: -124px -1201px; width: 131px; height: 84px; }
a#ce.hover, a#ce:hover, a#ce:active { background-position: -186px -388px; width: 61px; height: 76px; }
a#pr.hover, a#pr:hover, a#pr:active { background-position: -124px -1295px; width: 97px; height: 64px; position: relative; z-index: 999999;}
a#ac.hover, a#ac:hover, a#ac:active { background-position: -10px -1298px; width: 108px; height: 62px; }
a#sc.hover, a#sc:hover, a#sc:active { background-position: -128px -1369px; width: 81px; height: 53px; }
a#es.hover, a#es:hover, a#es:active { background-position: -208px -0px; width: 33px; height: 51px; }
a#rj.hover, a#rj:hover, a#rj:active { background-position: -186px -474px; width: 58px; height: 40px; }
a#pb.hover, a#pb:hover, a#pb:active { background-position: -10px -1370px; width: 59px; height: 35px; }
a#pe.hover, a#pe:hover, a#pe:active { background-position: -10px -1415px; width: 97px; height: 34px; }
a#rn.hover, a#rn:hover, a#rn:active { background-position: -186px -524px; width: 53px; height: 33px; }
a#se.hover, a#se:hover, a#se:active { background-position: -208px -61px; width: 28px; height: 32px; }
a#al.hover, a#al:hover, a#al:active { background-position: -208px -103px; width: 46px; height: 27px; }
a#df.hover, a#df:hover, a#df:active { background-position: -208px -140px; width: 16px; height: 9px; }
ul#map li a img {border: 0; width: inherit; height: inherit;}

/*Mapa*/
#map {
    display: none;
    margin-top: 60px;
    margin-bottom: 154px;
}

#map .state {
    cursor: pointer;
    text-decoration: none;
}

#map .state .shape {
    cursor: pointer;
    -width: 0;
}

#map .state .label_icon_state {
    fill: #fff;
    font-family: Arial;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
}

#map .state .label_state {
    display: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

#map .state:hover .label_state,
#map .state.hover .label_state {
    display: block;
}

#map .model-green .state .shape {
    fill: #9e75a9;
}

#map .model-green .state .icon_state {
    fill: #272b62;
    display: none;
}

#map .model-green .state .label_icon_state{
    fill: #272b62;
   /* display: none;*/
}
#map .model-green .state:hover .label_icon_state,
.state-active .label_icon_state{
	 fill: #fff !important;
}
#state_df:hover .label_icon_state{
	fill: #272b62;
}
#map .model-green .state .label_state {
    fill: #666;
    display: none;
}

#map .model-green .state:hover .shape,
#map .model-green .state.hover .shape,
.state-active .shape {
    fill: #521f5f !important;
}

#map .model-green .state:hover .icon_state,
#map .model-green .state.hover .icon_state {
    fill: #5a95ce;
}

#map .model-orange .state .shape {
    fill: #fd7132;
}

#map .model-orange .state .icon_state {
    fill: #6cb361;
}

#map .model-orange .state .label_icon_state {
    fill: #fff;
}

#map .model-orange .state .label_state {
    fill: #666;
}

#map .model-orange .state:hover .shape,
#map .model-orange .state.hover .shape {
    fill: #c93f04;
}

#map .model-orange .state:hover .icon_state,
#map .model-orange .state.hover .icon_state {
    fill: #10592f;
}

#map .model-darkgreen .state .shape {
    fill: #366823;
}

#map .model-darkgreen .state .icon_state {
    fill: #2779c6;
}

#map .model-darkgreen .state .label_icon_state {
    fill: #fff;
}

#map .model-darkgreen .state .label_state {
    fill: #666;
}

#map .model-darkgreen .state:hover .shape,
#map .model-darkgreen .state.hover .shape {
    fill: #4a8c31;
}

#map .model-darkgreen .state:hover .icon_state,
#map .model-darkgreen .state.hover .icon_state {
    fill: #5a95ce;
}
/*fim mapa*/
.country.style-select,
.country.style-select ul{
    width: 100%;
}
.fora-select-estados{
	margin-bottom: 30px;
	border-radius:10px !important;
	border: solid 2px #e5e5e5;
}
.customSelectInner {
    background:url("images/seta-select-uf.png") no-repeat scroll right center;
    width: 100% !important;
    border-radius: 5px;
    font-size: 14px;
	color: #777777;
	padding: 15px 30px;
}
option{
	font-size: 14px;
	color: #777777;
}
.customSelect{
	width: 100%;
	border-radius: 10px;
	background: #fff;
	padding-right: 30px;
}
.bg-select {
    background-color: #fff !important;
}
select{
	height: 53px !important;
}
.bloco-revenda{
	background-color: #fff !important;
	margin-bottom: 20px;
	padding-bottom: 30px;
    padding-bottom: 10px;
}
.bloco-revenda h3{
	font-size: 15px;
	font-weight: 400;
    margin-top: 23px;
    margin-bottom: 0px;
 }
.bloco-revenda h2{
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
    text-align: left;
    margin-top: 11px;
    margin-bottom: 11px;
}
.right h2{
    font-size: 18px;
    text-transform: inherit;
}
.titulo-revenda{
	margin-top: 8px;
}
.bloco-revenda{
    border-left:solid #EEDFDD 4px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    margin-left: 4px;
}
.bloco-revenda .left p{
	margin-bottom: 0;
	color:#777;
	line-height: 1;
}
.bloco-revenda .left p a{
	color:#844195;
	font-size: 15px;
	text-decoration: underline;
}
.bloco-revenda .right h2{
    margin-top: 43px;
    margin-bottom: 9px;
}
.bloco-revenda .right p{
    margin-bottom: 11px;
	font-size: 15px;
	line-height: 18px;
}
.bloco-revenda .right p:FIRST-CHILD{
	margin-top: 86px;
}
.titulo-pg-revenda{
	margin-top: 56px;
}
p.whatsapp{
    background: url(../images/whatsapp-logo_icon-icons.com_57054.png)no-repeat center left;
    padding-left: 32px;
}
p.email{
    background: url(../images/mail_icon-icons.com_72317.png)no-repeat center left;
    padding-left: 32px;
}
p.telefone{
    background: url(../images/phone-call-auricular-symbol-in-black_icon-icons.com_56483.png)no-repeat center left;
    padding-left: 32px;
}
.tx_estados .dentro-conteudo-parallax h2,
.archive .dentro-conteudo-parallax h2
{
	margin-top: 87px;
}
.archive .dentro-conteudo-parallax h2 {
    margin-top: 87px;
}
.archive-produtos .dentro-conteudo-parallax h2 {
	margin-top: 127px;
}
.tx_estados .dentro-conteudo-parallax p,
.archive .dentro-conteudo-parallax p{
	color: #fff;
	font-size: 15px;
}
#mapaVenda{
	margin-top: 60px;
	background: url("images/elipses-bg-mapa.png")no-repeat center top;
}
ul.produtos-repre{
	margin-bottom: 0;
}
.right-topo{
    position: relative;
}
.titulo-pg-revenda{
    font-size: 39px;
    margin-bottom: 29px;
}
.style-select span{
    font-weight: 700;
}
#ttr_sidebar .navbar-expand-lg .navbar-nav {
     flex-direction: column; 
}
.fora-representantes{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 600px;
}
.carousel > .wrap > ul {
    list-style: none;
    white-space: nowrap;
    height: 300px;
}
.dropdown-menu .carousel > .wrap > ul,
.dropdown-menu .carousel {
    height: 385px;
}
.carousel {
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
    width: 100%;
    min-width: 550px;
    height: 300px;
    -webkit-overflow-scrolling: touch;
}
.carousel > .wrap {
    overflow: hidden;
    border-radius: 0px;
}
.wrap {
    margin-left: auto;
    margin-right: auto;
}
.carousel > .wrap > ul > li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0 5px 0 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
#cboxOverlay {
    background: #000;
}
.imagem-background{
    position: relative;
}
.mascara{
    background: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.mascara-full{
    background: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 122.45px;
    display: none;
    z-index: 999;
    overflow: hidden;
}
.open-mascara .mascara-full{
    display: block;
}
.bloco-linha-tempo._1 .box-text{
    background-position: center bottom;
}
.icone-olho-desktop span{
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.icone-olho-desktop img{
    width: 35px;
}
.bloco-videos .col-lg-4{
    margin-bottom: 15px;
}
#cboxLoadedContent {
    margin-bottom: 0;
}
#cboxClose{
    background-image: url(../images/controls2.png);
}
@media only screen and (max-width: 1900px) and (min-width: 1360px){
    .col-md-5.col-sm-5.space-banner,
    .fora-info-adicionais .col-xl-4
    {
        width: 20%;
    }
    .fora-info-adicionais .col-xl-2.texto-left,
    .fora-info-adicionais .col-md-6.col-xl-2{
        width: 29.666667%;
    }
    #carousel .flex-direction-nav .flex-next{
        right: 3px;
    }
}
@media screen and (min-width: 1200px) {
   .container{
        max-width: 1050px;
        padding: 0;
    }
    .container-2{
        max-width: 1320px;
        margin: 0 auto;
    }
  }
@media screen and (min-width: 1920px) {
    #main-content,
    #primary{
        width: 1920px;
        margin: 0 auto;
    }
  }
  @media screen and (max-width: 1200px) {
    #navbarSupportedContent li a{
        font-size: 0.9rem;
        padding: 21px 0.9rem;
    }
    .btn-banner,
    .left-banner div h3,
    .bottom-footer h2, .mapa-site li a,
    .fora-3-bloco h2,
    .list-prod h3 a {
        font-size: 1rem;
    }
    .fora-bloco-7 h2{
        font-size: 1.5rem;   
    }
    .wrap-left-banner {
        height: 500px;
    }
    .fora-2-bloco h2,
    .fora-bloco-4-titulo-setor h2,
    .fora-5-bloco h2, .bloco-8-universidade h2,
    .topo-footer h2,
    .left-banner div h1,
    .list-prod h2 a {
        font-size: 2rem;
    }
    .img-left{
        width: 50%;
    }
    .endereco-footer img{
        max-width: 100%;
        height: auto;
        width: inherit !important;
    }
    .legenda-imagem-bloco-2{
        margin-bottom: 10px;
    }
    .fora-3-bloco h2{
        width: auto;
        margin-left: 62px;
    }
    .left-banner{
        width: 41.66666667%;
    }
    .bloco-5-text{
        width: 100%;
    }
    .wrap-left-banner .col-md-7{
        width: 100%;
    }
    div.outer-div {
        margin-top: 25%;
    }
    .middle-div{
        margin-left: 30px;
        margin-right: 30px;
    }
    .box-faixa-branca {
        margin-top: -4px;
    }
    .fora-bloco-4-titulo-setor h2{
        margin-top: 57px;
    }
    .fora-5-bloco h2{
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
    footer .tel {
        font-size: 1.6rem;
    }
    .fora-6-bloco h2 a {
        font-size: 1.5rem;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .left-banner-topo h1{
        left: 5%;
    }
    .bloco-menu-sobre li {
        width: 235px;
    }
    .bloco-linha-tempo h2 {
        margin-top: 10px;
    }
    .imagem-background .box-text {
        margin-top: -275px;
    }
    .tax-cat_portas .flex-direction-nav a{
        display: none;
    }
    .fora-info-adicionais h2 {
        margin-top:1rem;
        margin-bottom:1rem;
    }
    .fora-imagens-linha {
        width: 100%;
    }
    .bloco-texto{
        padding-top: 45px;
    }
    .file-input .wpcf7-submit {
        width: 130px !important;
    }
    .fora-bloco-contato .col-md-8.form-wrapper {
        width: 64.3% !important;
    }
    .fora-bloco-contato .col-md-4.form-wrapper {
        width: 31.333333% !important;
    }
    .fora-bloco-contato .col-md-12.form-wrapper {
        width: 97% !important;
    }
}
@media screen and (max-width: 992px) {
    .bloco-8-universidade h2{
        margin-top: 20px;
    }
    .text-bloco-8{
        width: 100%;
    }
    p.email{
        font-size: 0.9rem;
    }
    .dropdown-menu {
        min-width: 100%;
        border: 0;
    }
    .dropdown-menu > li {
        width: 100%;
        margin-top: 0px;
    }
    .dropdown-menu > li > a{
        margin-bottom: 0;
    }
    .search-container{
        float: right;
    }
    .form-with-animated-labels .form-wrapper {
        width: 265px;
    }
    .legenda-imagem-bloco-2{
        width: auto;
    }
    .fora-bloco-7 {
        margin-top: 60px;
    }
    .imagem-background .box-text {
        margin-top: -216px;
    }
    .bloco-linha-tempo h2 {
        margin-bottom: 5px;
    }
    .box-share-sobre{
        padding-left: 0;
        padding-right: 0;
    }
    #navbarNav.collapse.show{
        margin-top: 30px;
    }
    .wrap-left-banner {
        height: 388px;
    }
    #ttr_sidebar ul{
        max-width: 334px;
    }
    .file-input label{
        width: 227px;
    }
    .file-input .wpcf7-submit{
        margin-top: 13px !important;
    }
}
@media screen and (max-width: 767px) {
    .midias{
        width: 300px;
    }
    .left-banner {
        width: 100%;
    }
    .right-banner{
        height: 400px;
    }
    .wrap-left-banner{
        display: none;
    }
    .fora-2-bloco h2{
        margin-left: 20px;
    }
    .faixa-branca-banner{
        right: 19px;
    }
    .fora-2-bloco {
        padding-top: 32px;
    }
    .img-left {
        width: 100%;
    }
    .item-blog .img-left{
        height: auto;
    }
    .post-1{
        display: none;
    }
    .post-2,.post-3{
        margin-bottom: 20px;
    }
    .fora-6-bloco p{
        display: none;
    }
    form ul{
        flex-direction: column;
    }
    .form-with-animated-labels .form-wrapper{
        width: 100%;
        margin-bottom: 10px;
    }
    .midias-footer li {
        margin: 0 20px;
    }
    .fora-4-bloco {
        padding-bottom: 20px;
    }
    .flexslider {
        margin: 0 0 60px;
    }
    .page-id-74 .faixa-branca-banner,
    .page-id-102 .faixa-branca-banner,
    .page-id-104 .faixa-branca-banner,
    .page-id-100 .faixa-branca-banner{
        display: none;
    }
    .page-id-74 .left-banner-topo,
    .page-id-102 .left-banner-topo,
    .page-id-104 .left-banner-topo,
    .page-id-100 .left-banner-topo{
        padding-top: 105px !important;
    }
    .bloco-texto-geral{
        width: 100%;
    }
    .bloco-menu-sobre .navbar-toggler{
        margin-top: 20px;
    }
    .imagem-background .box-text {
        margin-top: -231px;
    }
    .imagem-background img{
        width: auto;
        height: 240px;
    }
    .bloco-linha-tempo .box-text {
        background: transparent;
    }
    .box-share-sobre p {
        margin-left: 15px;
    }
    .imagem-background{
        overflow-x: hidden;
    }
    .conteudo-sobre {
        margin-top: 17px;
    }
    .single-produtos .wrap-left-banner {
        height: 213px;
    }
    .single-produtos .wrap-left-banner {
         display: block; 
         overflow-x: hidden;
    }
    .single-produtos .faixa-branca{
        bottom: 0;
    }
    .single-produtos div.outer-div {
        margin-top: 20px;
    }
    .bloco-texto{
        padding-top: 0;
    }
    .single-produtos .right-banner {
        height: 345px;
    }
    .fora-info-adicionais h2,
    .fora-info-adicionais article{
        margin-left: 0;
    }
    .row._par{
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
        padding-bottom: 40px;
    }
    .row._impar{
        padding-bottom: 40px;  
    }
    .row._impar img{
        margin-top: 40px;
    }
    .texto-left{
        margin-bottom: 40px;
    }
    .fora-imagens-linha {
        width: 100%;
        text-align: center;
    }
    .titulo-relacionados {
        font-size: 2.2rem;
    }
    .view-produtos{
        overflow-x: hidden;
    }
    .links-topo a,
    .nice-select.style-select{
        padding-left: 0;
    }
    .form-busca-blog {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .titulo-page-blog {
        margin-bottom: 30px;
    }
    .item-blog > div {
        padding-bottom: 20px;
    }
    #ttr_sidebar {
        margin-top: 0;
    }
    .single-post article {
        margin-top: 20px;
    }
    iframe{
        width: 100%;
        height: auto;
    }
	.conteudo-sobre img{
		max-width:100%;
		height:auto;
	}
    .fora-bloco-contato .col-md-4.form-wrapper,
    .fora-bloco-contato .col-md-8.form-wrapper,
    .fora-bloco-contato .col-md-12.form-wrapper{
        width: 100% !important;
    }
    .item-contato{
        margin-bottom: 10px;
    }
    .bloco-itens-contato{
        margin-bottom: 30px;
    }
    .page-template-contato .left-banner-topo h1,
    .post-type-archive-representantes .left-banner-topo h1,
    .archive.tax-uf .left-banner-topo h1{
        z-index: 99;
        color: #444;
    }
    .text-accept {
        font-size: 0.6rem;
    }
    .form-with-animated-labels [type="submit"] {
        width: 170px;
    }
    #wpcf7-f1685-o2 .row {
        margin: 0 auto;
    }
    .file-input label {
        width: 195px;
    }
    .file-input .wpcf7-submit{
        margin-top: -61px !important;
    }
    #mapaVenda{
        display: none;
    }
    .titulo-pg-revenda{
        font-size: 2rem;
    }
    .dropdown-menu img{
        display: none;
    }
    .dropdown-menu{
        position: relative !important;
        left: inherit !important;
        margin-left:inherit !important;
        width: 100% !important;
    }
    .item-atributo{
        margin-bottom: 20px;
    }
    #searchright{
        right: 0;
    }
    .dropdown-menu .carousel > .wrap > ul, .dropdown-menu .carousel {
        height: auto;
    }
    .open-mascara .mascara-full,
    .link-image-category{
        display: none;
    }
    .bloco-8-universidade p{
        width: auto;
    }
    .item-certificado .col-lg-2{
        text-align: left;
        width: 200px;
    }
    .descricao-certificado{
        position: relative;
    }
    .icone-olho-mobile{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .bloco-videos .col-lg-4{
        margin-bottom: 10px;
    }
    .icone-olho-desktop span{
        margin-top: 0px;
    }
    .icone-olho-desktop span br{
        display: none;
    }
    .icone-olho-desktop img{
        float: left;
    }
    #carousel .flex-direction-nav .flex-next{
        right: 0;
    }
    .bloco-texto {
        margin-top: -13px;
    }
	.instagram-media{
		height:628px !important;
	}
	.endereco-footer p{
		margin-top:18px;
	}
	.endereco-footer {
    	margin-top: 20px;
	}
}