@charset "UTF-8";
/* CSS Header, Footer e Variáveis */

/*FONTES*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,bold,bolditalic');

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500;6..96,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500;6..96,700&family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;600&display=swap');


/*ESTILOS GERAL*/
* { margin: 0; padding: 0; border: 0; outline: none !important; text-decoration: none !important;  font-family: 'Open Sans', sans-serif; }
body{ min-width: 320px; background-color: #fff;}
  
.txt_center { text-align: center;} 
.container-fluid,  .MenuDesktop, .diferenciais, footer{ max-width: 1920px; margin: 0 auto;}
.maxWidth{ position: relative; display: block; margin: 0 auto; max-width: 1280px;}

/**
 * <div class="whatsapp-plug-icon" data-number="" data-message=""></div>
 **/


.whatsapp-plug-icon{position: fixed; z-index: 1000; bottom: 20px; right: 20px; width: 50px; height: 50px; -webkit-border-radius: 50%; cursor: pointer; background-color: #44A01C; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url("whats.svg"); background-size: 50% auto;}
.whatsapp-plug-icon:hover{background-color: #86e25e;}
.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before{content: ''; position: absolute; opacity: 0; border: 4px solid #44A01C; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.whatsapp-plug-icon::after{animation-delay: .5s;}
.whatsapp-plug-icon:hover::after{border: 4px solid #86e25e;}
.whatsapp-plug-icon:hover::before{border: 4px solid #86e25e;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}

.subwhats{ position: absolute; bottom: 50px; right:0px; width: 235px; max-height: 0; overflow: hidden;  z-index: 1; transition: max-height 0.4s ease-out;   }
a.linkWhats:link, a.linkWhats:active, a.linkWhats:visited { text-align: left; line-height: 25px; background-color:#44A01C; color: #fff; border-radius: 8px; display: block; margin-bottom: 15px; padding: 0 5px; font-size: 16px; }
a.linkWhats:hover { background-color:#4B7E35;  }
.whatsapp-plug-icon:hover .subwhats{ width: 235px; max-height: 120px;  transition: max-height 0.4s ease-in; }

.SuporteIcon{ position: fixed; z-index: 1000; bottom: 100px; right: 20px; width: 50px; height: 50px; -webkit-border-radius: 50%; cursor: pointer; background-color: #ff3e3c; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url("group.png"); background-size: 50% auto; }
.SuporteIcon:hover { background-color: #ff3e3c; }
.subwhats{ position: absolute; bottom: 50px; right:0px; width: 100px; max-height: 0; overflow: hidden;  z-index: 1; transition: max-height 0.4s ease-out;   }
a.linkSup:link, a.linkSup:active, a.linkSup:visited { text-align: left; line-height: 35px; background-color:#ff3e3c; color: #fff; border-radius: 8px; display: block; margin-bottom: 5px; padding: 0 5px; }
a.linkSup:hover { background-color:#ff6765;  }
.linkSup i{ font-size: 16px;}
.SuporteIcon:hover .subwhats{ width: 170px; max-height: 120px;  transition: max-height 0.4s ease-in; }

.btn_frete{background-color:#e8c54c ; color:#fff; border: none;} 
.btn_frete:hover{background-color:#f4d682; color:#fff; border: none;}

/*FOOTER DO SITE*/
.DV_Newsletter{ background-color: #EEA320; font-family: 'Open Sans', sans-serif; font-size: 16px; text-align: center; font-weight: bold; color: #fff; padding: 10px; display: block;}
.newsTit{clear: left; display: block; color: #fff;}
#btn_NewsFooter{ -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background-color: #DE4026; color: #fff; font-weight: normal; font-size: 12px; line-height: 35px; position: relative; display: inline-block; margin-left: -4px; padding: 0 20px; top: -1px; }

#input_News{ width: 75%; font-family: 'Open Sans', sans-serif;  font-weight: normal; padding: 0 10px 0 10px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: none; display: inline-block; margin-top: 5px; height: 35px; line-height: 35px; color: #333;}
footer{ background-color: #142656; font-family: 'Open Sans', sans-serif; padding: 40px 0 40px 0; }
footer h3{ font-family: 'Open Sans', sans-serif;   font-weight: 600; font-size: 16px; text-align: center; color: #DE4026;}
.telefone_Footer{ font-family: 'Open Sans', sans-serif;  font-weight: 800; font-size: 14px; text-align: center; color: #ffffff;}
.telefone_Footer i{  color: #ffffff;}
.footer_after{ font-family: 'Open Sans', sans-serif;  font-size: 12px; text-align: center; padding: 15px; color: #666666; line-height: 20px; font-weight: 300; margin-top: 20px;}
#logoVBWP { position: relative; display: block; margin: 10px auto; width: 50px;  }
.duvidas_footer{ color: #ffffff; line-height: 20px;  font-family: 'Open Sans', sans-serif;    font-size: 14px; text-align: center;}
a.link_duvidas:link,  a.link_duvidas:visited {font-size: 14px; color: #ffffff; font-weight: 600;}
a.link_duvidas:hover, a.link_duvidas:active { color: #DE4026;}
.footerULT{ background-color: #454545;}
.faixaBNDS{  font-family: 'Open Sans', sans-serif; color: #005489; text-align: center; font-size: 16px; padding: 10px;}
.faixaBNDS img{ vertical-align: middle; }

a.link_socialFooter:link,  a.link_socialFooter:visited {font-size: 36px; display: inline-block;  margin: 0px 5px 5px 5px; color: #DE4026;}
a.link_socialFooter:hover, a.link_socialFooter:active { color: #EA6654;}
.DV_centraliza { text-align: center; } /* elementos tem que estar com display: inline-block*/
.facebook_Plugin { position: relative; width: 290px; margin: 0 auto; border-bottom: 1px solid #fff; }
#avisosNews{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; display: none; line-height: 100px; font-family: 'Open Sans', sans-serif; font-size: 12px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-align:  center; }
.subtitulo_footer { display: none;  }
.img_pagamentoMobile { display: block; margin: 10px auto; width: 95%; max-width: 380px;}
.img_pagamento {display: none;}
.img_seg_footer{ height: 40px; text-align: center; padding: 7px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #fff;}
.grupo_seg { text-align: center; }

/*HEADER*/
header{ background-color: #fefefe;}
.logotipo { display: block; margin: 14px auto 14px; width: 140px;}
.Pesquisa{ width: 82%; float: left; border: 1px solid #808283; border-radius: 8px;   font-family: 'Open Sans', sans-serif;  font-size: 12px; height: 45px; line-height: 45px; margin-bottom: 15px; padding: 0 10px 0 10px;}

.btn_pesquisar { position: absolute; width: 20%; height: 45px; line-height: 20px; border: none; background-color: transparent; color: #3A3A3A; text-align: center;  margin-bottom: 10px;  font-size: 14px; right: 15px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px; z-index: 2; }



/*MENU*/
.MenuDesktop{ display: none;}
.linksTopoB{ display: none; }

/*PRODUTOS*/
.ListaProdutos { width: 100%; height: auto; list-style: none;  }
.ListaProdutos li { position: relative; display: inline-block; width: 50%; float: left; margin: 15px auto; padding: 5px;}
.ftProd{ position: relative; width: 100%; height: 130px; clear: both; text-align: center; align-items: center; justify-content: center; }
.ListaProdutos li { position: relative; display: inline-block; width: 48%; float: left; margin: 15px 1%; padding: 5px; 
transition: 0.5s; border: 1px solid #D8D8D8; 
}
/*.ListaProdutos li:hover{
    
         -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border: 1px solid #ccc; 
        -webkit-box-shadow: 0px 0px 10px 1px #DBDBDB; 
        box-shadow: 0px 0px 10px 1px #DBDBDB;
        border-radius: 10px; 
    
}*/

.ftProd img {  display: block; width: 100%; height: auto; max-height:100%; max-width: 100%; margin: 0 auto;}
.refProd{ display: block; line-height: 20px; font-family: 'Open Sans', sans-serif; font-size: 10px; color: #333 !important; text-align: center; margin: 5px 0 0 0; font-weight: 600; }
.nomeProd{ width: 100%; height: 60px; line-height: 20px; font-family: 'Quicksand', sans-serif;
 font-size: 16px; color: #808283 !important; text-decoration: none !important; text-align: center; font-weight: 300; overflow: hidden;}
.nomeProd p{ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  font-family: 'Quicksand', sans-serif; font-size: 16px;  }
.nomeProd div{ font-family: 'Quicksand', sans-serif; font-weight: 500;}

.ratingProd{ display:block; line-height:10px; background:url(../imgs/sprite-stars.png) no-repeat; background-position: 0 -84px; height:18px; width: 95px; margin: 5px auto 0;}
.ratingProd em{ position:relative; display: block; background:url(../imgs/sprite-stars.png) no-repeat; background-position: 0 -66px;  height:18px; width: 50px; }

.priceProd{ position:relative; width: 100%; max-width:100%; height:70px; }
.priceProd p { display:block; width:100%; margin: 0; } 
.deProd{ display:block; line-height:12px; text-decoration:line-through !important; color:#666 !important; font-size:12px; text-align: center;  }
.precoProd{ font-size: 18px; color: #000000 !important; margin: 0; text-align: center; font-weight: 600; }
.sprecoProd { color: #808283; font-size: 22px; font-weight: bold; text-align: center;  }
.parcProd{ font-size: 12px; color:#666666 !important; margin: 0; text-align: center; font-weight: 300;  }
.prodIndisponivel{  text-align: center; line-height:70px; font-size: 14px; color:#027b7f; font-weight: bold;  }
.descProd{ position:absolute; width: 50px; text-align:center; padding: 0 5px; height:24px; line-height:24px; font-size:14px; background-color: #038340; color:#fff; z-index:2; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; top: 5px; left: 10px;}

.btnCompLP{ position: relative; text-align: center; line-height: 25px;   background-color: #367f36; color: #fff; border-radius: 8px; width: 80%; max-width: 170px; height: 25px; margin: 0 auto; font-size: 16px;cursor: pointer; margin-top: 10px;  }
.btnCompLP:hover{ background-color: #499e49; }


.emFalta h2{ font-size:22px; text-align:center; color: #027b7f; border-top: 1px dashed #dedede; padding-top: 5px;}
.emFalta p{ color:#444; text-align:center;}
.emFalta a{  position: relative; width: 150px;  margin-left: 50%  !important; left: -75px !important;}

.estrelas { position: relative; width: 100%; height: 25px; padding-top: 4px; }
.estrelas i, .estrelas span { color: #F0C900 !important; font-size: 18px; }
.starYellow { color: #F0C900 !important; }


a.LinkTitProd:link,  a.LinkTitProd:visited { font-family: 'Open Sans', sans-serif; font-size: 24px; display: inline-block;  margin: 5px; color: #6b0103;}
a.LinkTitProd:hover, a.LinkTitProd:active { color: #f9ecd3;}

.TitPAG { font-family: 'Open Sans', sans-serif; font-size: 28px; display: block; padding: 10px 20px;  margin: 10px; color: #698E44; border-bottom: 1px solid #ccc; margin-left: 0px; padding-left: 0px; }

/* FOOTER DO CARRINHO */
.CarrinhoFooter{ position: relative; clear: both;  bottom: 0; width: 100%; height: auto; background-color:rgba(207,207,207,0.2);}

/* PRODUTO*/
/*EXIBE PRODUTOS*/
.tituloProdCompra { margin: 0; padding: 0; }
.FundoBrancoImgProd { position: relative; width: 100%; height: auto; background: #FFF; }
.FundoImgProd { width: 100%; max-width: 320px; height: 320px; display: block; margin: 0 auto 0; }
.FundoImgProd img { position: relative; width: auto; height: auto; margin:0 auto 0; max-width: 100%; max-height: 100%;  }
.ImgExibeProdDesktop { display: none; }
.ImgExibeProd, .InfoExibe { position: relative; width: 100%; height: auto; display: block; margin: 0 auto 0; }
.ImgExibeProd { background: #FFF; margin-top: 15px; } 

.ImgExibeProd img { width: 100%; max-width: 400px; height: auto; display: block; margin: 0 auto 0; }
.InfoExibe { max-width: 100%; overflow: hidden; margin: 10px auto 10px; padding: 10px 0 15px 0; background: #FFF; color: #000; font-weight: bold; }
.InfoProd { position: relative; width: 100%; height: auto; }
.PrecoExibeProd { text-align: left; margin: 0; }
.preco { color: #999; font-weight: 400; text-decoration: line-through !important;}
.precopqn { font-size: 10px; margin-right: 10px; font-weight: 800; color: #e8c54c  ; } .PrecoGrande { font-size: 28px; color: #e8c54c !important; font-weight: bold; }
a.BtnComprar:link, a.BtnComprar:visited { line-height: 50px; font-size: 16px; background: green; color: #FFF; display: block; text-align: center; }
.Parcela { font-weight: 400; border-top: 1px solid #ebebeb; color: #000; text-align: left; padding: 10px 15px 10px 15px; margin: 0; }
.CEP { padding: 15px 10px 0 10px; border-top: 1px solid #ebebeb; } .CepInput, .ButtonOk { position: relative; height: 35px; color: #666; }
.CepInput { width: 77%; padding: 0 20px 0 20px; color: #000; border: 1px solid #CCC; } .ButtonOk { width: 21%; background: #ddd; }
.Relacionados { color: #6A8207 !important; font-size: 36px; font-weight: 400; }
.DescricaoProd { position:relative; display:block; background: #FFF; padding: 10px; height: auto; overflow: hidden; margin-bottom: 20px; line-height: 30px;  }
.DescricaoProd h1 { color: #000000;  font-size:24px;  border-bottom: 1px solid #EEE; padding-bottom:10px; font-weight:normal;}
.DescricaoProd p { font-size: 16px;  }
.DescricaoProd table tr td{ font-size: 14px;}
.DescricaoProd img { max-width: 100% !important; height: auto !important; margin: 10px auto 10px !important; display: block; }
.DescricaoProd iframe { position: relative !important;  width: 100% !important; height: 300px !important; margin: 10px auto; }
.compProd{ font-family:"Open Sans"; font-size:11px; text-align:center;}
.compProd i{ font-size: 22px; margin: 5px 1px; cursor: pointer;}
.compProd i:hover{ opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity:0.7;}
.compProd i:nth-of-type(1){ color: #305891;}
.compProd i:nth-of-type(2){ color: #5abbdc;}
.compProd i:nth-of-type(3){ color: #c82828;}
.compProd i:nth-of-type(4){ color: #ccc;}
.fb-like iframe{ margin-top: 0px !important;}
.breadcrumb li a:link, .breadcrumb li a:visited { color: #000000; }
.sliderProdMin{ display:none;} 

.semprod { position: relative; line-height: 100px; font-family: 'Open Sans', sans-serif; font-size: 16px; color: #333; text-align: center; }

/*Cores*/
.corescolhe{width:30px;height:30px;float:left;margin:3px;cursor:pointer;border:3px rgba(0,0,0,0.4) solid}
.corescolhe:hover{opacity:.5;-moz-opacity:.5;-webkit-opacity:.5}
.exibeDeco{position:absolute;z-index:10;width:250px;height:250px;background:#ccc;border:6px rgba(0,0,0,0.4) solid;margin-left:-280px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;display:none;background-size:100% 100%}
.selecionado{border:1px rgba(0,0,0,0.7) solid; position:relative; display:block;}
.selecionado::after{content:"";width:15px;height:15px;background:url(../imgs/visto.png) no-repeat #06A61C center center;background-size:60% 60%;position:absolute;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;font-size:10px;color:#fff;text-align:center;line-height:13px; right: -7px; top: -7px;}
.subProdTipo{ padding: 0 10px 5px 20px; border-bottom:1px solid #ebebeb; overflow:auto; display:none; clear:both;}
.SelecionadoBtn{float:left; margin-right: 10px;}
.escolhido{text-align:right;font-size:12px;color:rgba(230,13,16,1.00);float:right}.titulo_categoria_prods{color:#006400;position:relative;top:8px}
.depositoPag,.pagseguroPag{position:relative;float:left;width:100%;height:auto;overflow:auto;}
.titleOpcoesParc{ font-size:12px;}
.panelPrecos{ max-height:50px; border-bottom:1px solid #ccc; color:#999 !important;}
.blocoParcelamento{ font-family: "Open Sans"; font-size:12px; text-align: center; }

.tabelaAvalia { border: none !important; }
.avaliacli { position: relative; padding: 20px 10px 20px 10px; }
.avaliacli h1, .avaliacli h2, .avaliacli h3, .avaliacli h4, .avaliacli h5 { margin: 0; padding: 0; }
.avaliacli h2 { margin-top: 20px; }
.avaliacli h4 { font-size: 22px; }
.avaliacli h4 span { font-size: 19px; }
.avaliacli h5 { text-align: justify; font-size: 12px; }
.titavaestre { color: #CCC !important; font-size: 17px !important; }
.avaliacli h5 span { color: #CCC; font-size:  11px; }
.txtavalia { font-weight: 300; color: #3A3A3A; } 

/*ESTRELAS*/
.vote label { cursor:pointer; }
.vote label input{ display:none; }
.vote label i { font-family: 'Open Sans', sans-serif; font-size:25px; color: #CCC; -webkit-transition-property:color, text; -webkit-transition-duration: .2s, .2s; -webkit-transition-timing-function: linear, ease-in; -moz-transition-property:color, text; -moz-transition-duration:.2s; -moz-transition-timing-function: linear, ease-in; -o-transition-property:color, text; -o-transition-duration:.2s; -o-transition-timing-function: linear, ease-in; }
.vote label i:before { content:'\f005'; }
.vote label i.active { color:gold; }



/*CONTATO*/
.contato_div { position: relative; width: 100%; height: auto; overflow: hidden; padding: 15px 15px 20px 15px; }
.imgContato { display: none; }
.txtContato { font-family: 'Open Sans', sans-serif;  color: #9B9B9B; font-size: 20px; font-weight: 300; line-height: 15px; text-align: center; }

/*DIFERENCIAIS*/
.diferenciais{ display: none; position: relative; width: 100%; background-color: #0662ab;  font-family: 'Open Sans', sans-serif; font-size: 16px; color: #fff; text-align: left; padding: 10px 0; line-height: 50px; }


.titulo_home { text-decoration: none !important; font-size: 26px; font-family: 'Open Sans', sans-serif; font-weight: 600; color: #0662ab !important;  padding-top: 20px; }
.desc_home{ font-family: 'Open Sans', sans-serif; font-size: 14px; color: #818181;  border-bottom: 1px solid #C9C9C9; padding-bottom: 10px; }

.whatscall{ position: fixed; z-index: 5; bottom: 10px; right: 20px; width: 60px;}

.videosYoutube{ width: 100%; height: 450px;  display: flex; /* or inline-flex */  flex-direction: row; flex-wrap:  wrap ; overflow: scroll; }
.youtube_thumb{ position: relative; width: 48%; margin: 1%; float: left; cursor: pointer; padding: 5px 0; }
.youtube_thumb:hover{ background-color: #EEEEEE; }
.youtube_thumb p{ font-size: 14px; color: #333; font-weight: 300; padding: 0 5%; }
.imgVideothumb{ position: relative; width: 90%; height: 100px; background-size: cover; margin: 0 auto; }
.frameVideo{ position: relative; width: 100%; height: 200px; }
.tituloVideo{ font-size: 18px; font-weight: 600; color: #000; line-height: 25px; font-family: 'Open Sans', sans-serif; }
a.linkChanel:link, a.linkChanel:active, a.linkChanel:visited { font-size: 18px; color: #3CB54B; text-decoration: none; font-weight: 400; line-height: 40px; border-bottom: 1px solid #eee;  display: block;  }
a.linkChanel:hover{ color: #0662ab; }
.linkChanel i{ color: #FF0000; }

.videosYoutube::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.videosYoutube::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.videosYoutube::-webkit-scrollbar-thumb {
  background: #3cb54b;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.videosYoutube::-webkit-scrollbar-thumb:hover {
  background: #267330;
}
.videosYoutube::-webkit-scrollbar-thumb:active {
  background: #3cb54b;
}
.videosYoutube::-webkit-scrollbar-track {
  background: #f1f1f1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.videosYoutube::-webkit-scrollbar-track:hover {
  background: #e2e2e2;
}
.videosYoutube::-webkit-scrollbar-track:active {
  background: #333333;
}
.videosYoutube::-webkit-scrollbar-corner {
  background: transparent;
}

.videoProd{ display:block;}

.tituloProdCompra { margin: 0; padding: 0; }
.FundoBrancoImgProd { position: relative; width: 100%; height: auto; background: #FFF; }
.FundoImgProd { width: 100%; max-width: 320px; height: auto; display: block; margin: 0 auto 0; }
.ImgExibeProdDesktop { display: none; }
.ImgExibeProd, .InfoExibe { position: relative !important; width: 100%; height: auto !important; display: block; margin: 0 auto 0; }
.ImgExibeProd { background: #FFF; margin-top: 15px; } .ImgExibeProd img { width: 100%; max-width: 400px; height: auto; display: block; margin: 0 auto 0; }


.voltatop{ position:fixed; background: #142656; width: 50px; height:50px; border-radius:60px; -webkit-border-radius:60px; -moz-border-radius:60px; text-align:center; font-size:42px; line-height:30px; left: 15px; bottom: 10px; z-index:10000; display: none; color:#fff; border: 1px solid #fff; }
.voltatop::after{ content: ""; position: absolute; width: 65px; height: 65px; left: -12px; top: -12px;  z-index:1000;}
.voltatop:hover{ background-color: #d19c32;  } 

.instaImagem{ position: relative; width: 48%; margin: 1%; float: left; height: 150px; background-size: 100% auto; background-position: center center; background-color: #000; background-repeat: no-repeat;}
.containerInsta{ padding: 25px 0;}
.instaImagem a{  display: block; float: left; width: 100%; height: 100%; }
.TituloInsta{font-family: 'Open Sans', sans-serif; font-size:16px; text-align:left; color: #000; font-weight: 400; margin-bottom: 20px; margin-top: 20px; }
.TituloInsta i{ color: #000; font-size: 18px; font-weight: 300; margin-bottom: -7px; position: relative; bottom: -3px; background-color: #efc7cd; border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; padding: 5px 8px;}
a.linkInsta:link, a.linkInsta:active, a.linkInsta:visited{ color: #efc7cd; text-decoration: none; }
a.linkInsta:hover{ color: #D6B4BE; }

.ParaEles{ position: relative; width: 100%; height: 180px; background-size: cover; text-align:  center; }
.ParaEles img{ position: relative; top: 50%; transform: translateY(-50%); }
.ParaEles a:link { display: block; height: 100%; width: 100%;}

 .divsIguais { display: flex; flex-wrap: wrap;   }



.imgBlogH{ width: 100%; height: 240px; overflow: hidden; justify-content: center; }
.imgBlogH img{ position: relative; display: block;  height: 100%; width: auto; margin: 0 auto; }
.blogHome h4 { color: #8CB748 !important; font-family: 'Open Sans', sans-serif; font-size: 20px; width: 95%; text-align: center; font-weight: 600; }
.blogHome p { color: #606060 !important; font-family: 'Open Sans', sans-serif !important; font-size: 14px; line-height: 25px; font-weight: 300; width: 95%; text-align: center; height: 75px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.btnSaibaMais { position: relative; margin: 10px auto; width: 150px; border: 1px solid #25BCBD; color: #25BCBD; text-align: center; line-height: 25px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; transition: 0.5s; -webkit-transition: 0.5s; }
.btnSaibaMais:hover { background-color: #25BCBD; color: #fff;  }
    
.tituloP{ position: relative;  display: inline-block; font-family:  'Open Sans', sans-serif; font-size: 26px; text-align: center; color: #003b75; margin-bottom: 10px; font-weight: 600;}
.subP{ font-family: 'Open Sans', sans-serif; font-size: 14px; text-align: center; color: #000000; font-weight: 300; }

.btn_MaisCompraP{ background-color:  #e8c54c !important; border: none !important; color: #fff !important; }
.btn_MaisCompraP:hover{background-color: #f4d682 !important; }
.btn_MaisCompraM{ background-color: #fff !important; border: 1px solid #003b75 !important; color: #003b75 !important; cursor: default !important; }
.btn_MaisCompraM:hover{background-color: #fff !important; }

.mtshop { margin-top: 5px; }
.input_shop { border: 1px solid #9E9E9E; width:80%; height: 28px; float: right;  border-top-left-radius: 10px; border-bottom-left-radius: 10px; max-width: 60px; font-family: 'Open Sans', sans-serif; color: #606060; font-size: 15px !important; text-align: center !important; border-right: none; }
.up_down_btn { position: relative; background: #9E9E9E; float: right; border: 1px solid #606060; color: #606060; height: 14px; width: 100%; text-align: center; color: #fff; }
a.adc_shop:link, a.adc_shop:visited { position: relative; display: block; border: 1px solid #9E9E9E; width: 100%; float: left; border-top-right-radius: 10px; border-bottom-right-radius: 10px; height: 28px; background: #B71521; color: #FFF; font-size: 14px; right: 1px; max-width: 60px; line-height: 28px;  }
.p_s_0 { padding: 0 !important; }

.inputExibe{ float: none; width: 100% !important; max-width: 170px; height: 40px; line-height: 40px; text-align: left; padding: 0 15px;}
.up_down_btnE { position: relative; background: #9E9E9E; float: left; border: 1px solid #606060; color: #606060; height: 20px; width: 100%; text-align: center; color: #fff; -webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;}
.up_down_btnEP{  position: relative; background: #9E9E9E; float: left; border: 1px solid #606060; color: #606060; height: 20px; width: 100%; text-align: center; color: #fff; -webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;}

.escondemobile{ display: none;}

.padding_pesquisa{ padding: 0 20px;}

.labelVB{ font-size: 12px; font-family:"Open Sans", sans-serif; color: #333; font-weight: 400; }
.FormLabelG { font-family:"Open Sans", sans-serif; line-height: 50px; border-bottom: 1px solid #00D56A; color: #024c25; margin-bottom: 40px;  }
.btnEnviar{ background-color: #37aaaa; color: #fff; text-align: center; padding: 8px 40px; font-size: 16px; cursor: pointer;}
.btnEnviar:hover{ background-color:#77e5e5; color: #fff;  }
.divsIguais { display: flex; flex-wrap: wrap; justify-content: center;   }

.BlocoVars{ display: flex; flex-wrap: wrap; }
.Variacao{ width: 30%; margin: 5px 3% 5px 0; height: auto; text-align: center; border: 1px solid #eee; padding: 5px; color: #333; border-radius: 8px; overflow: hidden; cursor: pointer;   }
.Variacao:hover{ border-color: #289A04; }
.VarSelecte { border-color: #93002B !important; }
.VarImg { position: relative; width: 100%; height: 50px; text-align: center; align-items: center;  }
.VarImg img{ position: relative; width: auto; height: 50px; }

.diferenciais_novo { display: none; }


.coracaoFavorito{ position: absolute; font-size: 22px !important; color: #00106f; right: 1px; top: 0px; z-index: 1; padding: 5px; cursor: pointer; transition: 0.5s; }
.coracaoFavorito:hover{ color: #00106f;  }
.coracaoFavoritoMarcado{ color: #00106f; }

.btnConcluirPed{ background-color: #5cb85c; color: #fff; text-align: center; line-height: 40px; padding: 0 50px; border-radius:  .25rem; -webkit-border-radius:  .25rem; -moz-border-radius:  .25rem; font-weight: 400; font-size: 16px;}
.btnConcluirPed:hover{ background-color: #439B43; }

.socialInsta{ display: flex;  width: 100%; height: 100%; position: relative;  border-radius: 10px; text-align: center; align-content: center;  flex-direction: column; justify-content: center; padding: 10px 20px;background: rgb(255,208,78);
background: linear-gradient(180deg, rgba(255,208,78,1) 0%, rgba(247,83,74,1) 50%, rgba(195,59,169,1) 100%);  }
.socialInsta p{ dispay: block;  }
.socialInsta p:nth-of-type(1), .socialInsta p:nth-of-type(2) { font-size: 28px; color: #fff; font-weight: 600; }
.socialInsta p:nth-of-type(2) { font-size: 42px;  }
.socialInsta p:nth-of-type(3){ color: #fff; font-size: 16px;  }
a.linkInstaSo:link, a.linkInstaSo:active, a.linkInstaSo:visited { color: #fff; font-weight: 600; font-size: 18px;  }
a.linkInstaSo:hover { color: #fff;  }

.instaImagem{ position: relative; width: 48%; margin: 1%; float: left; height: 120px; background-size: 100% auto; background-position: center center; background-color: #fff; background-repeat: no-repeat;}
.containerInsta{ padding: 25px 0;}
.instaImagem a{  display: block; float: left; width: 100%; height: 100%; }
.TituloInsta{font-family: 'Open Sans', sans-serif; font-size:16px; text-align:left; color: #000; font-weight: 400; margin-bottom: 20px; margin-top: 20px; }
.TituloInsta i{ color: #000; font-size: 18px; font-weight: 300; margin-bottom: -7px; position: relative; bottom: -3px; background-color: #efc7cd; border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; padding: 5px 8px;}
a.linkInsta:link, a.linkInsta:active, a.linkInsta:visited{ color: #efc7cd; text-decoration: none; }
a.linkInsta:hover{ color: #D6B4BE; }

.BlogNew{ position: relative; width: 100%; height: 70px; line-height: 70px;  font-size:16px; color: #000; text-align: center; background: rgb(254,212,175); background: linear-gradient(90deg, rgba(254,212,175,1) 0%, rgba(227,187,197,1) 50%, rgba(171,214,233,1) 100%); font-family: 'Open Sans', sans-serif;  font-size: 28px; background-image: url("../imgs/fundo_blog.jpg"); background-position: center center; background-repeat:  no-repeat; }

.BlocoAcoesProd{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; width: 100%; max-width: 180px; margin: 0 auto;    } 
.BlocoAcoesProd_action { width: 18%; margin: 0 1%;  background-color: #ccc; color: #fff; text-align: center; line-height: 34px; border-radius: 4px; font-size: 20px; cursor: pointer; background-color: #698E44;   }
.BlocoAcoesProd_action:hover{ background-color: #8CB748; color: #fff;  }
.BlocoAcoesProd_dados { width: 60%; }

.AvisoCarAdd, .AvisoCarRemove{ position: fixed; bottom: 120px; right: 5px; border-radius: 8px; background-color: rgba(16,85,3,0.80); color: #fff; text-align: center; padding: 10px; height: 60px; display: flex; align-items: center; justify-content: center; align-content: center; display: none; z-index: 999;  }
.AvisoCarAdd p, .AvisoCarRemove p{ margin-bottom: 0px;}
.AvisoCarRemove{ background-color: rgba(144,126,2,0.81);}

input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.CarregandoVB{ position:fixed; width: 100%; height:100%; background:rgba(0,0,0,0.9); z-index:9999; display: none; left: 0; top: 0;}
.CarregandoVB div{ position:absolute; width: 180px; height:130px; left: 50%; margin-left: -90px; top: 50%; margin-top: -65px;}
.CarrVB{ position:absolute; width: 150px;}
.Carr{ position:absolute; width:120px; top: 80px; left: 50px;}

/*SITE NOVO*/

/*VANTAGENS*/
.parallax { background-image: url(../imgs/fundo.jpg); min-height: auto; background-attachment: fixed; background-position: center; background-size:auto; }
.dv_vantagens { padding: 50px 5px; }
.dv_vantagens p{ text-align: center; font-size: 18px; color: #454545; }
.div_icons { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; text-align: center; margin: 0 auto; padding: 5px;}
.icones { width: 50%; padding: 10px; display: flex; align-items: center; }
.icones { font-size: 13px; font-family: 'Quicksand', sans-serif;  }
.img_icons { width: 40%; }

/*EQUIPAMENTOS IMAVI*/
.fundo_txt { background-image: url("../imgs/fundo_dell.png"); width: 100%; background-size: auto 100%;  background-repeat: no-repeat;  background-position:  bottom right; padding: 15px;  }



.fundo_txt2 { background-image: url("../imgs/fundo_redes.png"); width: 100%; background-size: auto 100%;  background-repeat: no-repeat;  background-position:  bottom left; padding: 15px; }

.fundo_txt3 { background-image: url("../imgs/fundo_servidores.png");}


.txt { color: #fff; margin: 5px; padding: 10px; font-family: 'Quicksand', sans-serif; font-weight: 500;  }
.txt p {  font-family: 'Quicksand', sans-serif; font-weight: 500; line-height: 30px; text-align: center;  }
.txt span { font-size: 18px; text-align: center; display: block;}
a.btn_orcamento:link, a.btn_orcamento:active, a.btn_orcamento:visited { display: block; background-color: #31943C; width: 150px; text-align: center; color: #fff; margin: 0 auto; line-height: 30px; border-radius: 8px; font-family: 'Quicksand', sans-serif; font-weight: 500; }
a.btn_orcamento:hover { background-color: #56a95f; }

/*CATALOGO*/
.txt_Titulo { position: relative; display: inline-block; font-size: 18px !important; color: #142656 !important; font-weight: 600 !important;margin-bottom:50px; font-family: 'Quicksand', sans-serif; font-weight: 500;}
.txt_Titulo::after { position: absolute; background-color: #77e5e5; height: 3px; width: 100%; content: ""; left: 0; bottom: -20px; border-radius: 10px;}

.dv_BlocoCat { display: flex; width: 100%; margin: 0 auto; max-width: 1100px; flex-wrap: wrap; flex-direction: row; justify-content: center; }
.dv_Bloco {  margin: 1%; width: 48%; padding: 10px; max-width: 300px;  }
.img_cat { width: 80%; margin: 0 auto; }
.txt_Bloco { font-size: 16px; text-align: center; margin-top: 10px; color: #454545; font-weight: 600; }
.txt_Bloco span { color: #00106f; }

.efeito_img{ transition: all 0.5s; cursor: pointer; }
.efeito_img:hover{ -webkit-transform: scale(1.1);  transform: scale(1.1); }

.efeito_img{ transition: all 0.5s; cursor: pointer; }
.efeito_img:hover{ -webkit-filter: drop-shadow(5px 5px 10px rgba(0,0,0,.5)); filter: drop-shadow(5px 5px 10px rgba(0,0,0,.5)); }

/*FOOTER*/
.info_footer { color: #fff; display: flex; font-family: 'Quicksand', sans-serif; flex-direction: column; align-items: center; }
.txt_footer { width: auto; text-align: center; padding-top: 10px; padding-bottom: 10px; font-family: 'Quicksand', sans-serif; font-weight: 300; }
.txt_footer span { font-weight: 600; font-size: 16px; font-family: 'Quicksand', sans-serif; font-weight: 500; }
.icons { padding: 2px; }
a.link_icons:link, a.link_icons:active, a.link_icons:visited { color: #fff; margin: 10px 8px; }
a.link_icons:hover { color: #3dbaba; }
.line_footer { border-bottom: 0.5px solid rgba(255,255,255,0.29); width: 300px; margin: 0 auto; display: block; padding-top: 20px;}
.direitos { font-size: 10px; padding-top: 10px; padding-bottom: 10px; text-align: center;}
.desenvolvido { text-align: center; color: #fff; display: flex; flex-direction: column; font-size: 12px;}
.img_logo_footer { width: 20%; }

/*ATENDIMENTO IMAVI*/
.NomeRepresentante {font-weight: bold !important; font-size: 20px !important;}
.RepresentanteDados a { color: #000; /*font-weight: bold*/; text-decoration: none; outline: none; }
.BoldTxt { font-size: 13px; font-weight: bold; color: #00106f; }
.titrep { color: #00106f; font-weight: bold; font-size: 17px; }
.contrep { color: #000; }
.RepresentanteDados{ display: block;}

.ExibeRepresentantes p {font-size: 16px; font-weight: bold; text-align: center;}

.ExibeRepresentantes, .RepresentanteDados { position: relative; width: 100%; height: auto; overflow: hidden; padding: 0 15px 15px 15px; }
.ExibeRepresentantes {position: relative; float: right; width: 35%; height: 600px; overflow: scroll;
 overflow-x: scroll; overflow-x: hidden; right: 3%;}

.RepresentanteDados p { width: 100%; height: auto; padding: 0 15px 0 15px !important; display: block;
    font-size: 16px; font-weight: 100; text-align: left; font-weight: bold;}

.RepresentanteDados { width: 100%; height: auto; margin: 15px 0.5% 0.5% 0.5%;	
    border-top: 5px solid #00813B;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
	padding: 15px 0 0 0;}	

.faixa_tit { position: relative; width: 100%; height: auto; background: #025124; color: #fff !important; padding: 10px 20px 10px 20px; margin-bottom: 20px; clear: both; text-align: left !important; }
.faixa_tit h1 { margin: 0; }
.classe_centraliza { position: relative; display: block; width: auto; height: auto; margin: 0 auto 0; clear: both !important; text-align: center; }

.textoContato {font-size: 19px; font-weight: 300; line-height: 25px;  text-align: center;}

.contatoTit {font-weight: 600; font-size: 12px; margin: 10px 0 0 0;}

.inputsNews {width: 100%; line-height: 30px; margin: 5px 0 25px; border: none;border-bottom-color: currentcolor; border-bottom-style: none; border-bottom-width: medium; border-bottom: 1px solid #000; -webkit-border-radius: 0; color: #333; max-width: 100%; }

.Mapa { display: none; }
.selectMapa { position: relative; width:90%; display: block; height: 40px; padding-left: 10px; background: #333; color: #FFF; margin: 0 auto 0; }
.ExibeRepresentantes, .RepresentanteDados { position: relative; width: 100%; height: auto; overflow: hidden; padding: 0 15px 15px 15px; }
.ExibeRepresentantes p { font-size: 18px; padding-top: 10px; font-weight:  bold; text-align: center; }
.nenhumrepre { border: 1px solid #CF2C1E; color: #CF2C1E !important; padding: 10px; font-weight: 100 !important; }
.RepresentanteDados { border-top: 5px solid #010147; border-left: 1px solid #EEE; border-right: 1px solid #EEE; border-bottom: 1px solid #EEE; padding: 15px 0 0 0; margin-top: 15px; -webkit-box-shadow: 0px 10px 33px -19px rgba(0,0,0,0.75); -moz-box-shadow: 0px 10px 33px -19px rgba(0,0,0,0.75); box-shadow: 0px 10px 33px -19px rgba(0,0,0,0.75); }
.NomeRepresentante { font-weight: bold !important; font-size: 20px !important; }
.RepresentanteDados p { width: 100%; height: auto; padding: 0 15px 0 15px !important; display: block; font-size: 16px; font-weight: 100; text-align: left; }
.RepresentanteDados a { color: #000; text-decoration: none; outline: none; }
.BoldTxt { font-size: 13px; font-weight: bold; }
.titrep { color: #00813B; font-weight: bold; font-size: 17px; }
.contrep { color: #000; }

.selectMapa {
    position: relative;
    width: 90%;
    display: block;
    height: 40px;
    padding-left: 10px;
    background: #333;
    color: #FFF;
    margin: 0 auto 0;
}
.ExibeRepresentantes, .RepresentanteDados {
    position: relative;
    width: 96%;
    height: auto;
    overflow: hidden;
    padding: 0 15px 15px 15px;
}
.RepresentanteDados {
    border-top: 5px solid #00106f;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 15px 0 0 0;
    margin-top: 15px;
    -webkit-box-shadow: 0px 10px 33px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 33px -19px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 33px -19px rgba(0,0,0,0.75);
}

/*TEXTO COM PARALLAX*/
.text_infos { display: block; font-size: 16px; margin: 0 auto; text-align: center; padding-top: 25px; padding-bottom: 25px; font-family: 'Quicksand', sans-serif; }
.text_infos span{ font-weight: 600; color: #00106f;  }

/*QUEMSOMOS*/
.info_Quem { display: flex; padding-top: 25px; padding-bottom: 25px; color: #fff; flex-direction: column;}
.text_Quem { margin: 5px; font-family: 'Quicksand', sans-serif; font-weight: 300; }
.text_Quem span { font-weight: 600; font-size: 16px; font-family: 'Quicksand', sans-serif; font-weight: 500; }
.img_Quem { margin: 0 auto;padding: 5px;}

.info_QuemB { display: flex; padding-top: 25px; padding-bottom: 25px; color: #fff; flex-direction: column;}
.text_QuemB { margin: 5px; color: #454545; }
.text_QuemB span { font-weight: 600; font-size: 16px;}
.img_QuemB { margin: 0 auto;padding: 5px;}

.fundo_txtB { width: 100%; background-color: #bc2233;  }
.txtB { color: #fff; margin: 0px 5px; padding: 25px; font-family: 'Quicksand', sans-serif; line-height: 25px; font-weight: 300; text-align: center;  }
.txtB span { font-size: 18px; text-align: center; display: block; font-weight: 600;}

/*CONTATO*/
.form-control { border: 1px solid #fff; -webkit-box-shadow: none; }
.formVB{ height: 50px; line-height: 28px; color:#454545; border-bottom: 1px solid #cccccc; border-radius: .25rem; width: 100%; margin-bottom: 15px;}
.btn-lg { margin-bottom: 150px; }
.AvisosForm { display: none;  position: absolute; bottom: 5%; left: 0; background-color: rgba(196,196,196,0.90);  font-family: 'Open Sans', sans-serif;  color:#000; font-weight: 300; text-align: center; padding: 5% 10%; width: 100%;  }


/*FAIXA SITE NOVA*/
.FaixaSite2 { margin: 40px; }
.FaixaSite2 h2 { font-size: 30px; color: #04164d; font-weight: 700; line-height: 30px; margin: 0px; text-align: center; position: relative; }
.FaixaSite2 h2::after { content: ""; width: 200px; height: 3px; bottom: 0; left: 0; background-color: #3dbaba; visibility: visible; margin: 10px auto; display: block; border-radius: 50px; }


.BlocosHomeEsp{ display: flex; width: 100%; flex-wrap: wrap; justify-content: center; }
.BlocoHomeEspDados{ display: flex; flex-wrap: wrap; width: 100%; margin: 10px;  background-color: #fff; bordera-radius: 8px; border-radius: 10px; -webkit-box-shadow: 0px 0px 15px 0px rgba(201,201,201,1);
-moz-box-shadow: 0px 0px 15px 0px rgba(201,201,201,1);
box-shadow: 0px 0px 15px 0px rgba(201,201,201,1);    }
.EspTitulo{ width: 100%; background-color: #e8e8e8; color: #000; font-size: 14px; font-weight: 600;  border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; padding: 10px;  }
.EspDados{  width: 100%; padding: 10px; height: 133px; font-size: 16px; font-weight: 300; color: #2d2d2d;  }
.EspTitulo img { width: 35px; }

.Bloco2Partes{ width: 100%; display: flex; flex-wrap: wrap;  }
.Bloco2PartesB{ width: 100%; display: flex; flex-wrap: wrap; }
.Bloco2Partes_Dados{ width: 100%; padding: 20px; }  
.Bloco2Partes_Titulo{ font-size: 16px; font-weight: 600; padding-bottom: 15px;  }
.Bloco2Partes_Texto{ font-size: 14px; font-weight: 300; }

.BlocoFundoAzul { background-color: #04164d; }  
.BlocoFundoAzul .Bloco2Partes_Titulo, .BlocoFundoAzul .Bloco2Partes_Texto  { color: #fff; }

.BlocoFundoAzulClaro { background-color:#37aaaa; }
.BlocoFundoAzulClaro .Bloco2Partes_Titulo, .BlocoFundoAzulClaro .Bloco2Partes_Texto  { color: #fff; }

.BlocoFundoLaranja { background-color: #d19c32; order: 2;  } 
.BlocoFundoLaranja .Bloco2Partes_Titulo, .BlocoFundoLaranja .Bloco2Partes_Texto  { color: #fff; }

a.BtnBloco2Partes:link, a.BtnBloco2Partes:active, a.BtnBloco2Partes:visited { font-size: 14px; color: #fff; background-color: #41aa2f; padding: 10px 30px; border-radius: 30px; margin-top: 20px; display: inline-block; }  
a.BtnBloco2Partes:hover { background-color: #53DB3B;  }

a.BtnBloco2Partes_2:link, a.BtnBloco2Partes_2:active, a.BtnBloco2Partes_2:visited { color: #37aaaa; background-color: transparent; border: 1px solid #37aaaa;  }  
a.BtnBloco2Partes_2:hover { background-color: #37aaaa; color: #fff;   }

a.BtnBloco2Partes_3:link, a.BtnBloco2Partes_3:active, a.BtnBloco2Partes_3:visited { color: #fff; background-color: transparent; border: 1px solid #fff;  }  
a.BtnBloco2Partes_3:hover { background-color: #fff; color: #37aaaa;   }

.FundoBloco2PartesIMG{ background-size: cover;  background-repeat: no-repeat; background-position: center center; min-height: 250px; }

.BlocoFundoCinza { background-color: #f5f5f5; } 
.BlocoFundoCinza .Bloco2Partes_Titulo { color: #142656; }
.BlocoFundoCinza .Bloco2Partes_Texto  { color: #666; }

.BlocoTexto2Partes{ display: flex; margin: 30px auto; width: 100%; padding: 10px; max-width: 1280px; justify-content: center; flex-wrap: wrap;  }
.BlocoTexto2Partes_dados{ display: flex; width: 100%; margin: 10px; justify-content: center; flex-wrap: wrap; }
.BlocoTexto2Partes_dados img{ width: 80px; margin-bottom: 10px;  }
.BlocoTexto2Partes_dados p:nth-of-type(1){font-size: 18px; font-weight: 600; color: #142656; text-align: center; width: 100%;  }
.BlocoTexto2Partes_dados p:nth-of-type(2){font-size: 16px; font-weight: 300; color: #000; line-height: 25px;  text-align: center;  width: 100%;    }

.TopicosBloco{ display: flex; justify-content: center; flex-wrap: wrap; }
.TopicoBlocoIndividual{ display: flex; width: 100%; padding: 10px 10px; justify-content: center; align-items: center; border-radius: 30px; border: 2px solid #D29C35; font-size: 16px; font-weight: 600; margin-bottom: 10px;   }

.Proprietarios{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 0 auto;  }
.ProprietarioInd{ width: 90%;  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29);  display: flex; justify-content: center; flex-direction: column; padding: 10px; background-color: #fff; border-radius: 8px; margin: 0 0 20px 0;   }
.ProprietarioIndFoto { display: flex; justify-content: center; align-items: center;  }
.ProprietarioIndFoto img{ border-radius: 8px; width: 100%; height: auto; }
.ProprietarioInd p:nth-of-type(1) { font-size: 18px; color: #030f41; font-weight: 600; text-align: center; width: 100%; padding: 5px 0px 0px 0px; margin-bottom: 0; font-style: italic;  }
.ProprietarioInd p:nth-of-type(2) { font-size: 16px; color: #030f41; font-weight: 300; text-align: center; width: 100%;  margin-bottom: 0;  }
.ProprietarioInd p:nth-of-type(3) { font-size: 18px; color: #3dbaba; font-weight: 300; text-align: center; width: 100%;  margin-bottom: 0; padding: 20px 0;  }
.ProprietarioInd p:nth-of-type(4) { font-size: 16px; color: #333; font-weight: 300; text-align: center; width: 100%;  margin-bottom: 0; padding: 5px 0;  }

.logoFooterNovo{ width: 70%; margin: 0 auto; }


.BlocoHomeQuemSomosFoto{ background-color: #37aaab; justify-content: center; display: flex; align-items: center; }
.imgHomeQuemSomos{ position: relative; width: 90%; height: auto; margin: 10px auto; }


.bannerFixo { display: flex; justify-content: center; flex-wrap: wrap; background-image: url("../imgs/banner_primeclin.png"); background-size: cover; background-position: center center; padding: 60px 10px; flex-direction: column; }
.bannerFixo p:nth-of-type(1) { font-weight: 600; font-size: 20px; color: #fff; text-align: center; width: 100%; margin: 0 auto 20px; max-width: 800px; width: 80%;  }
.bannerFixo p:nth-of-type(2) { font-weight: 300; font-size: 18px; color: #fff; text-align: center; width: 100%; margin: 0 auto 20px; max-width: 800px; width: 80%;   }


a.btnBannerFixo:link, a.btnBannerFixo:active, a.btnBannerFixo:visited { color: #fff; background-color: #41aa2f; border-radius: 30px; text-align: center; padding: 10px 0; width: 270px; position: relative; margin: 10px auto; font-weight: 600;   }  
a.btnBannerFixo:hover { background-color: #53DB3B; color: #fff;   }



/*LOGOTIPO CONVENIOS*/
@keyframes slides {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.logos { overflow: hidden; padding: 30px 0px; white-space: nowrap; position: relative; background-color: #fefefe; }
.logos:before, .logos:after { position: absolute; top: 0; content: ''; width: 125px; height: 100%; z-index: 1; }
.logos:before { left: 0; background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255)); }
.logos:after { right: 0; background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255)); }
.logo_items { display: inline-block; animation: 25s slides infinite linear; }
.logo_items img{ height: 100px; margin: 0px 50px; }


.BlocosHomePq{ display: flex; justify-content: center; flex-wrap: wrap; }
.BlocoHomePqInd { width: 90%; -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29); -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29); box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29); padding: 15px; display: flex; flex-direction: column; margin: 0 auto 20px;  }
.BlocoHomePqInd img{ width: 80px; margin: 0 auto;   }
.BlocoHomePqInd p:nth-of-type(1) { font-size: 18px; font-weight: 600; color: #04164d; margin-bottom: 10px;   }
.BlocoHomePqInd p:nth-of-type(2) { font-size: 14px; font-weight: 300; color: #333; line-height: 25px;  margin-bottom: 10px;    }


.FaixaPrincipal{ background-color: #ccc; display: flex; justify-content: center; padding: 20px 10px; font-size: 22px; color: #fff; background-color: #37aaaa; font-weight: 600;    }

.textoPaginasNova{ font-size: 16px; font-weight: 300; line-height: 25px; color: #333; padding: 30px 10px; margin: 0 auto; width: 100%; max-width: 1280px; }

.blocosPaginasDados{ display: flex; flex-wrap: wrap; width: 100%; padding: 10px; max-width: 1280px; margin: 0 auto;  }
.blocoPGIndividual{ display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 20px;   }
.blocoPGIndividualFT{ display: flex; flex-wrap: wrap; width: 100%; height: 200px; justify-content: center;     }
.blocoPGIndividualFT img{  width: 100%; height: auto;   }
.blocoPGIndividualDados{ display: flex; flex-wrap: wrap; width: 100%; height: auto; padding: 10px 0; align-content: center;  }
.blocoPGIndividualDados p{ width: 100%; font-size: 16px; font-weight: 300; line-height: 25px; color: #333;      }
.blocoPGIndividualDados p:nth-of-type(1){  font-size: 18px; font-weight: 600;  text-align: center; }

@media (min-width: 480px) {
	
	.Pesquisa, .btn_pesquisar{ height: 40px; line-height: 40px; }
	/*EXIBE PRODUTOS*/
	.DescricaoProd iframe {  height: 300px !important; }
	
}


@media (min-width: 768px) {
	
	/*LOGOTIPO CONVENIOS*/
	.logos:before, .logos:after { width: 250px;  }
	
    .BlocoFundoLaranja { order: 0;  } 
    .ftProd{ position: relative; width: 100%; height: 180px; clear: both; text-align: center; align-items: center; justify-content: center; }
    
    
	.ParaEles{ width: 45%; margin: 2% 2.5%; float: left; height: 300px; }
	.instaImagem{ height: 100px;  }
	.escondemobile{ display: block;}
    
    .padding_pesquisa{ padding: 0;}
	
	.Pesquisa, .btn_pesquisar{ margin-top: 38px; }
    .btn_pesquisar{ font-size: 11px;}
	/*FOOTER DO SITE*/
	#btn_NewsFooter{   cursor: pointer !important; z-index: 1; }

	.newsTit { clear: none; display: inline-block;}
	.newsText{ display: block;  margin-top: 10px;}
	footer h3, .telefone_Footer, .footer_after{ text-align: left; }
	.footer_after{ text-align: center; }
	#logoVBWP { float: none; margin-left: 10px; display: inline-block;}
	#logo_Footer {  max-width: 90%; margin: 0 auto; margin-top: 20px; }
	
	.menu_Footer { list-style: none; padding: 10px 0px; }
	.menu_Footer li{ width: 100%; float: left; padding: 5px 5px;  }
	.menu_Footer li i { color: #DE4026; font-size: 12px;}
	
	.menu_Footer li a { font-family: 'Open Sans', sans-serif;   font-size: 14px; color: #ffffff; text-decoration: none; padding: 10px 0; font-weight: 400; }
	.menu_Footer li a:hover { font-family: 'Open Sans', sans-serif;   font-size: 14px; color: #DE4026; text-decoration: none; padding: 10px 0; }
	.subtitulo_footer { display: block; font-family: 'Open Sans', sans-serif;  font-weight: bold; font-size: 14px; color: #878787; margin-top: 15px; }
	.img_pagamento {display: block; width: 90%; }
	.img_pagamentoMobile {display: none;}
	.grupo_seg { text-align: left; }
	.duvidas_footer{  text-align: left; }
	#avisosNews{ line-height: 50px; }
	
	
	/*TTOPO*/
	
	.linkTP{ display: none;}
	.telefoneTP{ font-family: 'Open Sans', sans-serif; font-weight: bold;  font-size: 12px; color: #0662ab; line-height: 20px; }
	.nomeTelTopo{ color: #000;  }
	.nomeTelTopo i{ color: #0662ab; font-size: 14px; }
	a.linkIconTopo:link,  a.linkIconTopo:visited {font-size: 28px; display: inline-block; color: #8CB748; margin: 38px 8px 0 10px; }
	a.linkIconTopo:hover, a.linkIconTopo:active { color: #889ca1;}
	.logotipo { display: block; margin: 15px auto; width: 130px;}
	.MenuPrincipal { display: none;	 }
	
	/* PRODUTOS */
	.ListaProdutos li { width: 23%;}
	
	.alinhaEsquerda{ text-align: left;}
	.facebook_Plugin{ margin: 0 0 0 0;}
	
	.imgContato { position: relative; display: block; margin: 0 auto 0; max-width: 90%; width: auto; max-height: 375px; }
	
	.frameVideo{ position: relative; width: 100%; height: 350px; }
	 .tituloP{ font-size:40px !important;}
	
	/*NOVOIMAVI*/
	.dv_vantagens p{ font-size: 24px; margin-bottom: 30px;  }
	.icones { width: 33.3%; padding: 10px; display: flex; align-items: center; justify-content: space-evenly; font-family: 'Quicksand', sans-serif; font-weight: 500; margin-bottom: 20px;  }
    .icones div{ font-family: 'Quicksand', sans-serif; font-weight: 500; text-align: left; width: 150px; }
	.icones { font-size: 18px; color: #454545;  }
	.img_icons { width: 30%; margin-right: 10px;  }

	
	/*EQUIPAMENTOS IMAVI*/
    /*.fundo_txt{ background-size: auto 60%;}
    .fundo_txt2{ background-size: auto 60%;}*/
	.txt { color: #fff;  padding-top: 50px; padding-bottom: 100px ; width: 65%; font-size: 16px; }
	.txt span { font-size: 20px; text-align: center; display: block; margin-bottom: 25px;}
	.txt p { margin-bottom: 25px; font-family: 'Quicksand', sans-serif; font-weight: 500; line-height: 30px; }
	a.btn_orcamento:link, a.btn_orcamento:active, a.btn_orcamento:visited {  width: 200px; line-height: 30px; border-radius: 10px; font-size: 18px;}
	
	/*CATALOGO*/
	.txt_Titulo { position: relative; display: inline-block; font-size: 32px !important; color: #00106f !important; font-weight: 600 !important;margin-bottom: 50px; padding-top: 25px; }
	.txt_Titulo::after { position: absolute; background-color: #77e5e5; height: 3px; width: 100%; content: ""; left: 0; bottom: -20px; border-radius: 10px;}

	.dv_BlocoCat { display: flex; width: 100%; margin: 0 auto; max-width: 1100px; flex-wrap: wrap; flex-direction: row; justify-content: center; }
	.dv_Bloco {  margin: 1%; width: 48%; padding: 10px; max-width: 300px;  }
	.img_cat { width: 75%; margin: 0 auto; }
	.txt_Bloco { font-size: 18px; text-align: center; margin-top: 10px; color: #454545; font-weight: 600; }
	
	/*FOOTER*/
	.info_footer { color: #fff; display: flex; font-family: 'Quicksand', sans-serif; flex-direction: row; align-items: flex-start; }
	.txt_footer { width: 33%; text-align: center; padding-top: 10px; padding-bottom: 10px;}
	.txt_footer span { font-weight: 600; font-size: 16px; }
	.line_footer {  width: 95%; margin: 0 auto; display: block; padding-top: 20px;}
	.direitos { font-size: 10px; padding-top: 10px; padding-bottom: 10px; text-align: center;}
	.dv_infoBox { display: flex; justify-content: space-evenly; align-items: center; margin: 15px auto;}
	.dev_desen { width: 50%; }
	.desenvolvido { text-align: center; flex-direction: row; justify-content: center;}
	.img_logo_footer { width: 15%; }
	
	/*TEXTO COM PARALLAX*/
	.text_infos { width: 50%; display: block; font-size: 16px; margin: 0 auto; text-align: center; padding-top: 50px; padding-bottom: 50px; font-family: 'Quicksand', sans-serif; font-size: 20px;}
	.text_infos span{ font-weight: 600; color: #00106f;  }
	
	/*QUEM SOMOS*/
	.fundo_txtB { width: 100%;  background-image: url("../imgs/fundo_truck_2.png"); background-repeat: no-repeat; background-position: center right;  }
	.txtB span { font-size: 20px; text-align: center; display: block; font-weight: 600; }
	.txtB { color: #fff; margin: 0 auto; padding: 25px; width: 80%; font-size: 16px; }
	
    .fundo_txt2 .txt{ margin-left: 30%; }
    
    .BlocoHomeEspDados{ width: 31.3%; margin: 1%;   }
    .EspDados{ height: 135px; }
    
    
    .Bloco2PartesB{ width: 50%; }
    
    .TopicoBlocoIndividual{ width: 220px; margin-bottom: 20px;   }
    .TopicosBloco{justify-content: space-evenly;   }
    
    .ProprietarioInd{ width: 98%; margin: 1%; justify-content: flex-start; flex-direction: row; }
    .ProprietarioIndFoto { width: 30%; align-items: flex-start;  }
    .ProprietarioIndDados { width: 70%; text-align: left; padding-left: 30px; }
    .ProprietarioIndDados p:nth-of-type(1), .ProprietarioIndDados p:nth-of-type(2), .ProprietarioIndDados p:nth-of-type(3), .ProprietarioIndDados p:nth-of-type(4) {text-align: left; }
	
    .BlocoHomeQuemSomosFoto{ align-items: flex-start; }
    
    .BlocoHomePq{ align-items: normal; }
    .BlocoHomePqInd{ width: 30%; margin: 0 auto 20px; max-width: 300px; padding: 20px 40px;   }
    .BlocoHomePqInd p:nth-of-type(2){ font-size: 16px;  }
    
    .blocoPGIndividualFT{ width: 30%; height: auto; margin-bottom: 10px;  }
    .blocoPGIndividualDados{ width: 70%; text-align: justify; padding-left: 20px;  }
    .blocoPGIndividualDados p:nth-of-type(1){ text-align: left !important;  }

}

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 992px) {
	.MenuPrincipal { display: inline;}
    
    .diferenciais_novo { display: block; position: relative; width: 100%; padding: 10px; max-width: 1280px; clear: both; height: auto; margin: 0 auto; display: flex;  color: #000000; font-size: 16px; text-align: center; justify-content: center; background: #ffffff; }
    .blocoDif{ display: flex; flex: 1;    height: 60px;  /*border: 1px solid #ccc; border-radius: 10px;*/ text-align: center; justify-content: center; align-content: center; align-items: center; align-self: center; flex-wrap: wrap;  }
    .diferenciais_novo div img{ max-height: 48px; float: left; margin-right:7px; }
    .contDif{ text-align: left; }
    /*.blocoDif::after{ content:""; position: absolute; right: 0px; width: 1px; height: 70%; top: 15%; background-color: #000; }*/
    .blocoDif:nth-of-type(3) {line-height: 15px; }
    
    a.linkDif:link, a.linkDif:active, a.linkDif:visited{ font-size: 12px; color: #6a140f; text-decoration: none; line-height: 10px;  }
    a.linkDif:hover{  color: #6a140f; text-decoration: none;   }
    
    .blocoDif:nth-of-type(5)::after { display: none; }
    
    
	.voltatop{width: 40px; height:40px;  font-size:36px; line-height:35px; cursor: pointer;  }
    
    .Variacao{ width: 24%; margin: 5px 1% 5px 0; height: auto; text-align: center; border: 1px solid #eee; padding: 5px; color: #333;   }
	
     .FundoBrancoImgProd { display: none; }
    
	.instaImagem{   height: 140px; }
	

    .Pesquisa{ width: 122%; }
	.Pesquisa, .btn_pesquisar{ height: 44px; line-height: 60px; margin-top:48px; margin-left: 0px; }
	.btn_pesquisar { font-size:16px; line-height: 43px; width: 31%; margin-top: 48px; margin-right: -67px;}
	
	/*MENU*/
	.MenuDesktop{ display: block; width: 100%;  background: #7DB842; height: 50px;}
	.menuTodos{  width: 20%; line-height: 40px; color: #fff; font-family: 'Open Sans', sans-serif;  font-size: 14px; text-align: center; cursor: pointer; float: left; background-color: #698E44; border-radius: 10px; -webkit-border-radius: 8px; -moz-border-radius: 10px; margin-right: 0.5%; /*position: relative;*/ font-weight: 800; margin-top: 10px; }
	.menuTodos:hover{  line-height: 60px;  background-color: #698E44; margin-top: 0; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; color: #fff;  }
    .menuTodos::after{ position: absolute; content:""; width: 1px; height: 30px; right: 0px; background-color: #8CB748; top: 5px;}
	.menuTodos i { color: #fff; margin-right: 5px; }
	.menuTodos:hover i { color: #fff;  }
	
	.MenuPrincipal{  /*width: 990px;*/ position:relative; height: 50px; margin: 0 auto;  }
	.MenuPrincipal ul{ width: 100%; text-align: center; margin: 5px auto}
	.MenuPrincipal li { display:inline-block; height: 50px; }
	.MenuPrincipal li a:link,  .MenuPrincipal li a:active, .MenuPrincipal li a:visited { padding: 0 10px; height: 50px; font-size: 16px; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; font-weight:400; line-height: 50px; color: #1e1e1e; }
	a.semFolha:link, a.semFolha:active, a.semFolha:visited, a.semFolha:hover{ background-image:none !important;}
	.MenuPrincipal ul li:hover {  background-color: #37aaaa !important; margin-top: 0px; height: 50px; line-height: 50px; color: #fefefe !important;     }
	.MenuPrincipal li a:hover { color: #fff; }

	
    .SubSubP{ display: none;  position: absolute; width: 200px; height: auto; right: -200px; background-color: #b7b3b3; z-index: 100; top: 0;  padding: 10px 5px;   }
	.submenuP{ display: none; position: absolute;  width: 580px; height: auto; background-color: #698E44; top: 50px; z-index: 100; padding: 10px 5px;   }
    .subesq{ right: -80%!important;left: auto; }
	a.linksubP:link, a.linksubP:active, a.linksubP:visited {  font-family: 'Open Sans', sans-serif; display: block; width: 33%; float: left; text-decoration: none !important; color: #fff; line-height: 22px; padding-left: 10px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: left; }
	a.linksubP:hover{  background-color:#8CB748; color: #fff; padding-left: 25px; }
	.MenuPrincipal ul li:hover .submenuP { display: block;}
    .submenuP div:hover .SubSubP { display: block;}
	.submenuTodos{ display: none; position: absolute; width:60%; height: auto; background-color: #698E44; top: 60px; z-index: 100; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; padding: 10px 5px; font-weight: 300; }
	.menuTodos:hover .submenuTodos { display: block;}
	a.linksubT:link, a.linksubT:active, a.linksubT:visited {  font-family: 'Open Sans', sans-serif; display: block; width: 33%; float: left; text-decoration: none !important; color: #fff; line-height: 30px; padding-left: 10px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: left; }
	a.linksubT:hover{  background-color:#8CB748; color: #fff;  padding-left: 25px; }
	#avisosNews{ line-height: 60px; }
	
	/*esconde menu*/
	
	
	/*TOPO*/
	.linksTopoB{ margin-top: 35px; display: block; text-align: center; }
	a.linkTP:link,  a.linkTP:visited { display: inline-block; font-family: 'Open Sans', sans-serif;  font-size: 12px; color: #000; line-height: 20px;  padding: 0 5px; font-weight: 600;}
	a.linkTP:hover, a.linkTP:active { color: #EDC6CD;}
	
	a.linkEntreT:link,  a.linkEntreT:visited { display: block; font-family: 'Open Sans', sans-serif;  font-size: 12px; color: #474747; font-weight: normal;}
	.BlogTop{ position: relative;  width: 33%; margin-right: 3%; font-family: 'Open Sans', sans-serif;  font-size: 12px; margin-top: 45px; font-weight: normal; text-align: left; color: #4d4d4d !important; cursor: pointer;line-height: 18px;    }
	.BlogTop i{ float: left; display: inline-block; font-size: 30px; margin-right: 5px; margin-top: 3px; color: #4d4d4d; }
    .BlogTop span{ color: #4d4d4d; font-weight: bold; display: block;    }
    
	.Carrinho{ width: 32px; margin-top: 53px; margin-right: 40px; }
	.Carrinho i{  display: inline-block; font-size: 30px;  color: #808283; text-align: center; margin-top:0px;}
    .Carrinho img { float: left; width: 35px; }
        
	.MinhaConta{ position: relative;  width: 40%;   font-family: 'Open Sans', sans-serif;  font-size: 12px; margin-top: 52px; font-weight: bold; text-align: left; color: #474747; line-height: 18px;   }
	.MinhaConta i{ float: left; display: inline-block; font-size: 30px; margin-right: 5px; color: #4d4d4d; }
    .MinhaConta img { float: left; width: 35px; }
    
	.ItensCarrinho{ position: absolute; width: 25px; height: 25px; margin-left: 36px; margin-bottom: 0px; background-color: #000; color: #fff;  border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; bottom: 12px; text-align: center; line-height: 25px; overflow: hidden;  font-family: 'Open Sans', sans-serif; font-size: 11px; background-size: cover; background-image: url("../imgs/fundo_icone.png");  }
     .ItensFavoritos{ position: absolute;  width: 25px; height: 25px; margin-left: 38px; margin-bottom: 0px;  background-color: #000; color: #fff; border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; bottom: 12px; text-align: center; line-height: 25px; overflow: hidden;  font-family: 'Open Sans', sans-serif; font-size: 11px; background-image: url("../imgs/fundo_icone.png");  background-size: cover;}
	.logotipo { position: relative; display: block; margin: 20px auto;  width: 130px; z-index: 2; } 
	
	.MinhaConta:hover   .SubMinhaConta{ display: block;}
    .MenuDesktopN { display: flex; align-items: center; }
    .headerDesk { display: flex;   }
    
    a.linkWhatsTop:link, a.linkWhatsTop:active, a.linkWhatsTop:visited { background-color: #41aa2f; color: #fff !important; border-radius: 80px !important; padding: 8px 20px !important; }
    .linkWhatsTop i{ font-size: 22px!important; margin-right: 5px !important;   }
	
	.SubMinhaConta { display:none; position:absolute; background-color: #fff; border: 1px solid #dabb7e;  border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px; -webkit-border-radius: 10px 0px 10px 0px;  width: 200px; height:160px; z-index:20; padding: 10px; cursor:default; top: 35px; right: 0; }
	a.linkCLiLogado:link, a.linkCLiLogado:active, a.linkCLiLogado:visited { display:block; line-height:30px; text-decoration:none; float:none !important; text-align:left; font-size:12px !important; background-color: #FFF; margin: 10px 0 0 0; color:#333; padding-left: 18px; }
	a.linkCLiLogado:hover{ text-decoration: none; background-color: rgba(0,0,0,0.6); color:#fff;}
	a.sair:link, a.sair:active, a.sair:visited{ background: #FFF; color:#333;}
	a.sair:hover{ background-color:rgba(192,6,9,0.8); color: #FFF; }
	.SubMinhaConta i { position: relative; float: left; left: 1px; top: 8px; font-size: 14px !important; }
	.SubMinhaConta:before {
		position: absolute;
		content: "";
		  display: inline-block;
		  vertical-align: middle;
		  margin-right: 3px;
		  width: 0; 
		  height: 0;
				top: -5px; left: 49%;

		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		  border-bottom: 5px solid #dabb7e;
		}
	
	/* PRODUTOS */
	.ListaProdutos li { width: 23%;}
	.refProd{ font-size: 12px; }
	.nomeProd{ font-size: 14px; }
    .nomeProd{  height: 40px; line-height: 20px; width: 90%; margin: 0 auto; }
    .nomeProd p{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  }
    
	.borderProdR:after{ content: ""; position: absolute; right:0; width: 1px; height: 270px; top: 30px; border-right: 1px solid #E5E5E5; }
	
	.DescricaoProd { clear: both; padding: 10px; border: 0; }
	.DescricaoProd iframe { position: relative; display: block; width: 100%; margin: 10px auto; padding: 10px; height:450px !important; text-align: center !important; }
	
	/* Slider de produtos fotos */
	.sliderProdMin{ position: relative; width: 100%; display: block;}
	.wrap_carousel4 { background-color: #ffffff; 	width:400px; 	height: 100px; 	position: relative;  display:block;  float: left;  z-index: 0; top: 10px;}
	.carousel4 {width: 400px!important; 	position: relative;  height:auto; overflow:hidden;}
	.carousel4 ul { 	width: 100%; margin: 0px !important; 	padding: 0px !important; 	list-style: none; display:inline-block; }
	.carousel4 ul li { margin-left: 3px; 	list-style: none; display:inline-block; width:95px; height:95px;  text-align:center;}
	.carousel4 ul li img{ margin: 0 auto !important; width:90px; height:90px;}
	.prev4:hover, .next4:hover{ color:#fff; background-color:#000; } 
	.prev4, .next4 { 	position: absolute; 	top: 50%; 	margin-top: -15px; 	cursor: pointer; z-index:10;  color:#ccc; border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; padding: 0 5px;}
	.prev4 { 	left: 0px; } 
	.next4 { 	right: 0px; }
	.ImgExibeProdDesktop{ display: block; margin-top: -15px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
	.ImgExibeProdDesktop img{ width: 100% !important; max-width: 100% !important; height:auto!important; max-height:100% !important; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin: 0 auto; display: block; }
	.paddingProdDesktop{ padding: 0; margin: 0;} 
	.fb-like iframe{ margin-top: 0px !important;}
	#avisosIndica{ text-align:center; line-height:30px; font-size:16px !important;}
	
	/*EXIBE PRODUTOS*/
	.TitulosProd { position: relative; top: 0; clear: both; width: 100%; text-align: left; }
	.TitulosProd h1 { font-size: 35px; } .TitulosProd h4 { font-size: 22px; }
	.ImgExibeProd { display: none; } 
	.ImgExibeProdDesktop { display: block; position: relative; float: left; border: 1px solid rgba(229,229,229,1.00) ; width: 100%; height: auto; }
	.InfoExibe { width: 50%; }
	
	.InfoExibe { margin-top: 10px; }
	.preco { text-align: left; padding-left: 35px; }
	.precopqn { font-size: 18px; } .PrecoGrande { font-size: 42px; }
	a.BtnComprar:link, a.BtnComprar:visited { position: absolute; width: 40%; float: right; line-height: 40px; right: 12px; top: 10px; }

	.DescricaoProd iframe { position: relative; display: block !important; width: 100% !important; max-width: auto !important; max-height: 450px !important;  margin: 5px; padding: 0px; height: 450px !important; text-align: center !important; }

	.DescricaoProd p { font-size: 14px; }
	.DescricaoProd h3 { margin-top: 0; }
	
		/*DIFERENCIAIS*/
.diferenciais{ position: relative; width: 100%; background-color: #003b75;  font-family: 'Open Sans', sans-serif; font-size: 16px; color: #FFFFFF; text-align: left; padding: 10px 0; line-height: 50px;  font-weight: 600;}
.diferenciais img{ display: inline-block; margin-right: 10px; height: 45px; width: auto; float: left; }
  

.diferenciais div div:nth-of-type(3) span{ color: #889ca1; font-weight: bold; }
 .diferenciais div div:nth-of-type(3){ line-height: 20px; }
.diferenciais div div:nth-of-type(3) span{ color: #ffffff; font-weight: bold;  }

	 /*.diferenciais div div:nth-of-type(1){ line-height: 20px; }
.diferenciais div div:nth-of-type(1) span{ color: #2F5DAA; font-weight: bold;  }
.diferenciais div div:nth-of-type(1) img{ }*/
	
		/*DIFERENCIAIS*/
.diferenciais{ display: block;}
	.frameVideo{ position: relative; width: 100%; height: 450px; }

.tituloP{ font-size: 26px;}
	.subP{  font-size: 16px; }
    
    .escondeMenu-8,.escondeMenu-9,.escondeMenu-10, .escondeMenu-11, .escondeMenu-12, .escondeMenu-13, .escondeMenu-14 { display: none; }
   
	
	
	/*SITEIMAVI*/
	.icones { font-size: 20px; }
	.icones { width: 30%; padding: 10px;display: flex; align-items: center; justify-content: center;}
	.img_icons { width: 20%; }
	
	/*EQUIPAMENTOS IMAVI*/
    /*.fundo_txt{ background-size: auto 80%;}*/
	.txt { color: #fff;  padding-top: 50px; padding-bottom: 125px ; width: 53%; font-size: 16px; }
	.txt span { font-size: 20px; text-align: center; display: block; margin-bottom: 25px;}
	.txt p { margin-bottom: 25px; }
	a.btn_orcamento:link, a.btn_orcamento:active, a.btn_orcamento:visited {  width: 200px; line-height: 40px; border-radius: 10px; font-size: 20px;}
	
	/*FOOTER*/
	.info_footer { color: #fff; display: flex; font-family: 'Quicksand', sans-serif; flex-direction: row; align-items: flex-start; }
	.txt_footer { width: 33%; text-align: center; padding-top: 10px; padding-bottom: 10px;}
	.txt_footer span { font-weight: 600; font-size: 16px; }
	.icons { padding: 2px; }
	.line_footer {  width: 95%; margin: 0 auto; display: block; padding-top: 1px;}
	.direitos { font-size: 10px; padding-top: 10px; padding-bottom: 10px; text-align: center;}
	.desenvolvido { text-align: center; flex-direction: row; justify-content: center;}
	.img_logo_footer { width: 15%; }
	
	/*ATENDIMENTO IMAVI*/
	.tituloP{ font-size: 26px;}
	.subP{  font-size: 16px; }
    
    .escondeMenu-8,.escondeMenu-9,.escondeMenu-10, .escondeMenu-11, .escondeMenu-12, .escondeMenu-13, .escondeMenu-14 { display: none; }
    /*footer{ padding-bottom: 30px; }*/
	
	.Mapa {
    position: relative;
    float: left;
    width: 50% !important;
    left: 5%;
    display: block;
	}
	.ExibeRepresentantes {
    position: relative;
    float: right;
    width: 35%;
    height: 600px;
    overflow: scroll;
        overflow-x: scroll;
    overflow-x: hidden;
    right: 3%;
	}
	.ExibeRepMobile {
    display: none;
}
	
	/*QUEMSOMOS*/	
	.info_Quem { display: flex; padding: 40px 10px;  color: #fff; flex-direction: row;  align-items: center; }
	.text_Quem { margin: 5px; font-family: 'Quicksand', sans-serif; font-weight: 300; line-height: 30px; text-align: justify;  padding-right: 20px; }
	.text_Quem span { font-weight: 600; font-size: 16px;}
	.img_Quem { margin: 0 auto; padding: 5px; width: 50%}
	
	.info_QuemB { display: flex; padding-top: 25px; padding-bottom: 25px; color: #fff; flex-direction: row-reverse;  align-items: center;  }
	.text_QuemB { margin: 5px; line-height: 30px; font-family: 'Quicksand', sans-serif; font-weight: 300; }
	.text_QuemB span { font-weight: 600; font-size: 16px; font-family: 'Quicksand', sans-serif; font-weight: 700; }
	.img_QuemB { margin: 0 auto; padding: 5px; width: 50%}
	
	.fundo_txtB { width: 100%; background-position: center left; background-image: url("../imgs/fundo_truck.png"); background-size: auto 100%; }
	.txtB span { font-size: 20px; display: block; font-weight: 600; text-align: center; }
	.txtB { color: #fff; ; padding: 30px; margin-left:55%;  width: 45%; font-size: 16px; text-align: justify; }
	
	a.link_menuP3:link, a.link_menuP3:active, a.link_menuP3:visited { display: block; width: 100%; height: 100%;  font-family: 'Quicksand', sans-serif !important; }
	
    .fundo_txt2 .txt{ margin-left: 47%; }
    .MenuPrincipal ul .linkWhatsTopLI:hover{ background-color: #fff !important; }
    
    
    .BlocoTexto2Partes_dados{ width: 50%; margin: 20px 0; align-content: flex-start; padding: 0 15px;  }   
    .BlocoTexto2Partes_dados img{ width: 80px; margin-bottom: 10px;  }
    .BlocoTexto2Partes_dados p:nth-of-type(1){font-size: 24px;  }
    .BlocoTexto2Partes_dados p:nth-of-type(2){font-size: 18px;  line-height: 30px;  }
    
   /* .ProprietarioInd{ width: 45%; margin: 0 2.5%; justify-content: flex-start; align-items: center; padding: 30px 10px; max-width: 450px;   } 
    .ProprietarioInd img{ width: 380px;  }
    .ProprietarioInd p:nth-of-type(1){ font-size: 20px; }
    .ProprietarioInd p:nth-of-type(2){ font-size: 18px;  }*/
    
    .ProprietarioInd{ width: 85%; margin: 1% auto 40px; justify-content: flex-start; flex-direction: row; }
    .ProprietarioIndFoto { width: 25%; align-items: flex-start;  }
    .ProprietarioIndDados { width: 75%; text-align: left; padding: 10px 40px; }
    .ProprietarioIndDados p:nth-of-type(1) {font-size: 24px;  }
    .ProprietarioIndDados p:nth-of-type(2), .ProprietarioIndDados p:nth-of-type(4) {font-size: 18px; line-height: 30px; }
    .ProprietarioIndDados p:nth-of-type(3) {font-size: 22px; }
    
    .bannerFixo {  padding: 100px 10px;  }
    .bannerFixo p:nth-of-type(1) {  font-size: 26px; width: 80%;  }
    .bannerFixo p:nth-of-type(2) { font-weight: 300; font-size: 24px;  width: 80%;   }
    
    .BlocoHomeQuemSomosFoto{  align-content: center;  }
    .imgHomeQuemSomos{ max-width: 550px; }
    
    .FaixaPrincipal{ font-size: 28px; padding: 45px 10px;}

}

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 1100px) {
	a.link_menuP3:link, a.link_menuP3:active, a.link_menuP3:visited {font-size: 14px;  padding: 0 12px;  }
	
	/*EQUIPAMENTOS IMAVI*/
	.txt { color: #fff;  padding-top: 70px; padding-bottom: 160px ; width: 55%; max-width: 600px; font-size: 18px; line-height: 35px; }
	.txt span { font-size: 23px; text-align: center; display: block; margin-bottom: 25px;}
	.txt p { margin-bottom: 25px; }
	a.btn_orcamento:link, a.btn_orcamento:active, a.btn_orcamento:visited {  width: 250px; line-height: 40px; border-radius: 10px; font-size: 20px;}
	a.btn_orcamento:hover { background-color: #56a95f; }
	
	/*TEXTO COM PARALLAX*/
	.text_infos { font-size: 22px; width: 30%; }
	
    .txtB{ width: 50%; margin-left: 50%; }
    .fundo_txtB { padding: 10px 10px; background-color: #fff; }
	
    
}


/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 1280px) {
	
   /* .MinhaConta{ width: 180px; margin-right: 7%;}
    .Carrinho i{  display: inline-block; font-size: 35px;  color: #0662ab; text-align: center; margin-top: 5px;}
	.MinhaConta i{ float: left; display: inline-block; font-size: 35px; margin-right: 5px; color: #0662ab; margin-top: 5px;}
    .linksTopoB{ line-height: 35px; font-size: 14px !important; margin-top: 27px; }
    .telefoneTP{ font-size: 14px; }*/
    
     .Variacao{ width: 19%; margin: 5px 1% 5px 0; height: auto; text-align: center; border: 1px solid #eee; padding: 5px; color: #333;   }
    
    .BlogTop { font-size: 14px !important;}
    .Carrinho {  margin-right:65px; margin-top: 54px;}
    .ItensCarrinho{ margin-left: 44px; bottom: 5px; }
    .ItensFavoritos{ margin-left: 40px; bottom: 5px; }
    .MinhaConta{ font-size: 14px !important; margin-top: 54px; width: 40%;   }
    
    .MinhaConta i , .Carrinho i, .MinhaConta i , .BlogTop i{font-size: 34px; }
    .logotipo{ width: 150px; margin: 20px auto;}
    .Pesquisa{ margin-top: 50px; width: 680px; height: 46px; background: transparent;color: #FFF; }
    .btn_pesquisar{ margin-top: 51px; left: 558px; }
	.MenuPrincipal ul { display: flex !important; justify-content: space-between; }
	
	.MenuPrincipal li a:link, .MenuPrincipal li a:active, .MenuPrincipal li a:visited { font-size: 16px; padding: 0 30px; }
	.MenuPrincipal li a:hover { color: #fefefe; }
    
    a.linkEntreT:active, a.linkEntreT:visited, a.linkEntreT:link { font-size: 14px;}
    
  
    
    a.link_menuP3:link, a.link_menuP3:active, a.link_menuP3:visited { padding: 0 20px;   }
    a.link_menuP:link, a.link_menuP:active, a.link_menuP:visited { padding: 0 20px;  }
    
     .ftProd{ position: relative; width: 100%; height: 300px; clear: both; text-align: center; align-items: center; justify-content: center; }
     .ftProd img{ max-width: 300px;}
    
    
    .escondeMenu-8{ display: inline-block; }
    
     .instaImagem{   height: 185px; }
    
    .duvidas_footer{ max-width: 65%; line-height: 25px; }
	
	/*FOOTER*/
	/*.line_footer { width: 75%; }*/
	
	/*QUEMSOMOS*/
	
	.text_Quem p{ font-size: 17px; font-weight: 300; }
	.text_Quem span { font-weight: 600; font-size: 20px;}
	.img_Quem {; padding: 5px; width: 35;}
	
	.info_QuemB { display: flex; padding-top: 25px; padding-bottom: 25px; color: #fff; flex-direction: row-reverse;}
	.text_QuemB p{ font-size: 17px; font-weight: 300; }
	.text_QuemB span { font-weight: 600; font-size: 20px;}
	.img_QuemB {; padding: 5px; width: 50%; margin-right: 15px }
	
	.txtB span { font-size: 22px; display: block; font-weight: 600; text-align: center; }
	.txtB {  padding: 60px;  font-size: 18px; background-position: center center; }
	
    .fundo_txt{ background-size: auto 100%; }

	
    .EspTitulo{ font-size: 18px; }
    .EspDados{ height: 170px; font-size: 18px; line-height: 30px;   }

	.Bloco2Partes_Dados{ width: 700px; padding: 80px 50px; } 
    .Bloco2Partes_Titulo{ font-size: 22px; }
    .Bloco2Partes_Texto{ font-size: 18px; text-align: left; }
    .BlocoFundoLaranja, .BlocoFundoCinza{ justify-content: flex-end; }
    
    a.BtnBloco2Partes:link, a.BtnBloco2Partes:active, a.BtnBloco2Partes:visited { font-size: 18px;padding: 10px 50px; border-radius: 30px; width: 280px; text-align: center; } 
    
    .TopicoBlocoIndividual{ width: 350px; margin-bottom: 50px; font-size: 22px; font-weight: 400;    }
    .TopicosBloco{justify-content: space-evenly;   }
    
    .logoFooterNovo{ width: 60%; margin: 0 auto; }
    
    .bannerFixo {  padding: 150px 10px;  }
    .bannerFixo p:nth-of-type(1) {  font-size: 38px; width: 80%; margin-bottom: 50px;  }
    .bannerFixo p:nth-of-type(2) { font-weight: 300; font-size: 30px;  width: 80%; margin-bottom: 50px;   }
    
    a.btnBannerFixo:link, a.btnBannerFixo:active, a.btnBannerFixo:visited {  padding: 10px 0; width: 400px; font-weight: 400;  font-size: 22px;  } 
	
}

@media only screen and (min-width: 1440px) {
	
	/*QUEMSOMOS*/
	
	.text_Quem p{ font-size: 17px; font-weight: 300; }
	.text_Quem span { font-weight: 600; font-size: 20px;}
	.img_Quem { padding: 5px; width: 50%; align-items: center !important;}
	
	.info_QuemB { display: flex; padding-top: 25px; padding-bottom: 25px; color: #fff; flex-direction: row-reverse; }
	.text_QuemB p{ font-size: 17px; font-weight: 300; }
	.text_QuemB span { font-weight: 600; font-size: 20px;}
	.img_QuemB {; padding: 5px; width: 50%; margin-right: 15px }
	
    .fundo_txtB { position: relative; padding: 50px 10px; background-position: center center; background-image: url("../imgs/fundo_truck_2.png");   }
    .fundo_txtB::before{  content: ""; position: absolute; width: 50%; background-color: #bc2233; height: 100%; right:0; top: 0; z-index: 0; }
	.txtB span { font-size: 22px; display: block; font-weight: 600; text-align: center; }
	.txtB { color: #fff; padding: 20px; width: 50%; margin-left: 50%; font-size: 18px; line-height: 30px; z-index: 1;   }
	.txtB p {  font-size: 18px; line-height: 35px;   }
	.info_Quem { align-items: center !important;} 
	
	
    
    .Bloco2Partes_Dados{ width: 700px; padding: 110px 50px; } 
    .Bloco2Partes_Titulo{ font-size: 24px; }
    .Bloco2Partes_Texto{ font-size: 20px; text-align: left; }
    .BlocoFundoLaranja{ justify-content: flex-end; }
    
     .BlocoHomeQuemSomosFoto{  align-content: center;  justify-content: flex-end;  }
    .imgHomeQuemSomos{ margin: 10px 70px; }
	
}

@media only screen and (min-width: 1445px) { 

	/*QUEMSOMOS*/
	
	.text_Quem { width: 50%;  }
	.text_Quem p{ font-size: 17px; font-weight: 300; }
	.text_Quem span { font-weight: 600; font-size: 20px;}
	.img_Quem { padding: 5px; width: 50%;  }
    
	
	.text_QuemB { width: 50%; }
	.text_QuemB p{ font-size: 17px; font-weight: 300; font-family: 'Quicksand', sans-serif; font-weight: 300;  }
	.text_QuemB span { font-weight: 600; font-size: 20px; font-family: 'Quicksand', sans-serif; font-weight: 700; }
	.img_QuemB { padding: 5px; width: 50%; }
	
	.txtB span { font-size: 22px; display: block; font-weight: 600; text-align: center; }
	.txtB { color: #fff; ; padding: 30px; background-color: transparent; opacity: 0.9; width: 59%; font-size: 18px; margin-left: 626px;}





}