@charset "utf-8";a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,html,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0 auto;padding:0;border:0;outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}table,table td{padding:0;border:none}img{vertical-align:top}embed{vertical-align:top}a{text-decoration:none}form input,form textarea,form button{resize:none;outline:none}hr{background-color:#000;border:none;width:20px;height:1px}::-webkit-scrollbar{width:7.5px;height:7.5px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-border-radius:10px;border-radius:10px}::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:#434343;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}::-webkit-scrollbar-thumb:window-inactive{background:rgba(200,200,200,.9)}

@media only screen and (max-width:1600px){body{zoom:90%;}}
@media only screen and (max-width:1400px){body{zoom:80%;}}
@media only screen and (max-width:1200px){body{zoom:70%;}}
@media only screen and (max-width:1000px){body{zoom:100%;}}

/* - - - - - GERAL - - - - - */
::root{font-size: 16px;}

.central{
	width: 1200px;
	height: auto;
	position: relative;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

/*fontes*/
body,textarea,input{font-family: 'Montserrat'; font-style: italic;}
/*fontes*/

/*owl-carousel*/

/*owl-nav*/
.owl-nav{width: 100%; height: 0; position: absolute;}
.owl-nav .owl-next,.owl-nav .owl-prev{position: absolute; overflow: hidden; text-indent: -999999px; background-size: 100%; background-position: center center; background-repeat: no-repeat;}
.owl-nav .owl-next{right: 0;}
.owl-nav .owl-prev{left: 0;}
/*owl-nav*/

/*owl-dots*/
.owl-dots{position: absolute; width: 100%; text-align: center;} 
.owl-dot{display: inline-block; position: relative; width: 6px; height: 6px; margin: 5px; background-color: #f3f3f3; cursor: pointer; border-radius: 15px;}
.owl-dot.active{background-color: #1A4568;}
/*owl-dots*/

/*owl-carousel*/

/* - - whats_fixed - - */
#whats_fixed{width: 60px; height: 60px; position: fixed; right: 30px; bottom: 30px; object-fit: cover; z-index: 500; transition: 0.3s;}
#whats_fixed:hover{transform: scale(1.1);}
#whats_fixed img{width: 100%; height: 100%; position: relative;}

#whats_fixed::after,
#whats_fixed::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
#whats_fixed::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}
/* - - whats_fixed - - */

/* - - - - WAY - - - - */
.way{width: 100%; height: auto; position: relative; color: #fff; text-transform: uppercase; font-size: 14px;}
.way li{position: relative; display: inline-block; vertical-align: top; box-sizing: border-box; padding: 0 15px 0 0;}
.way li:after{content: "/"; position: absolute; right: 2.5px; top: 0;}
.way li:last-of-type{padding: 0;}
.way li:last-of-type:after{content: "";}
.way li a{color: #fff; cursor: pointer; transition: 0.3s;}
.way li a:hover{color: #5F84A1;}

/* - - - WHITE - - - */
.way.white{color: #fff;}
.way.white li{color: #fff;}
.way.white li a{color: #fff;}
.way.white li a:hover{color: #F3C83C;}
/* - - - WHITE - - - */

/* - - - - WAY - - - - */

/* - - - mensagem - - - */

/*geral*/
.mensagem{width: 100%; min-height: 375px; height: auto; position: relative;}

.mensagem .central{min-height: 375px; height: auto; box-sizing: border-box; padding: 180px 150px; text-align: center; color: #fff;}

.mensagem .imagem{height: auto; position: relative; margin-bottom: 10px;}
.mensagem .way{width: 100%; height: auto; position: relative; color: #fff; text-transform: uppercase;}
.mensagem .way li{position: relative; display: inline-block; vertical-align: top; padding-right: 10px;}
.mensagem .way li:last-of-type{padding: 0;}
.mensagem .way li:after{content: "/"; position: absolute; right: 0; top: 0;color: #1A4568;}
.mensagem .way li:last-of-type:after{content: "";}
.mensagem .way li a{color: #fff; transition: 0.3s;}
.mensagem .way li a span{color:#1A4568 }
.mensagem .way .current{font-size: 35px; font-weight: 500; text-transform: uppercase; position: relative; display: block;}
.mensagem .way .current a{}
.mensagem .way li a:hover{color: #434343;}
.mensagem .titulo{font-size: 35px; font-weight: 500; text-transform: uppercase; position: relative; display: block;}
.mensagem .descricao{font-size: 20px; font-weight: 500; margin-top: 15px;color: #5F84A1;}
.mensagem .busca_enviada{
    width: 350px; 
    height: 45px;
    line-height: 45px;
    margin: 25px auto 0; 
    position: relative; 
    background-color: rgba(255,255,255,0.3); 
    border-width: 1px; 
    border-style: solid;
    overflow: hidden;
    border-radius: 25px;
    box-sizing: border-box;
    padding-right: 40px;
}
.mensagem .busca_enviada input,.mensagem .busca_enviada button{box-sizing: border-box; transition: 0.3s; border: none; background: none;}
.mensagem .busca_enviada input{
    width: 100%; 
    height: 45px; 
    line-height: 45px; 
    position: relative; 
    padding: 0 12.5px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
}
.mensagem .busca_enviada input::placeholder{color: #fff; opacity: 1;}
.mensagem .busca_enviada input:-ms-input-placeholder{ color: #fff;}
.mensagem .busca_enviada input::-ms-input-placeholder {color: #fff;}
.mensagem .busca_enviada button{
    border-color: #fff; 
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 5px;
    background: url("../../imagens/padrao/icon-search-enviada.png") center center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.mensagem .busca_enviada button:hover{top: 3px;}
.mensagem .link_out{
    display: block;
	width: 175px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border: none;
	border: 1px #1A4568 solid;
	outline: none;
	cursor: pointer;
	color: #5F84A1;
	font-size: 16px;
	transition: 0.3s;
	text-align: center;
	margin: 20px auto 0;
}
.mensagem .link_out:hover{background: #fff;}
/*geral*/

/*enviada*/
#enviada{background-color: #e5e5e5;}
#enviada .imagem{width: 150px;}
#enviada .link_out:hover{color: #1A4568;}
#enviada h1 {color: #5F84A1;}
/*enviada*/

/*pagenotfound*/
#pagenotfound{background-color:#e5e5e5;}
#pagenotfound .imagem{width: 175px;}
#pagenotfound .link_out:hover{color: #1A4568;}
#pagenotfound h1 {color: #1A4568;}
/*pagenotfound*/

/*productnotfound*/
#productnotfound{background-color: #FF0000;}
#productnotfound .imagem{width: 200px;}
#productnotfound .busca_enviada{border-color: #FF0000;}
#productnotfound .link_out:hover{color: #FF0000;}
/*productnotfound*/

/* - - - mensagem - - - */

