@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');
*{
  font-family:"Montserrat";
}
p{
	color: #222222;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
}

.topo{
  background: #0084d1;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

@media only screen and (min-width: 1200px) {
  .logo{
    display: block;
    margin: -20px auto 10px auto;
    width: 166px;
    position: relative;
    z-index: 12;
  }

  #header{
    position: relative;
    z-index: 11;
  }
  /*#header:after{
    content: "";
    width: 320px;
    height: 48px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    background: url(../img/bg_logo.png) no-repeat center;
  }*/
  #header .container{
    z-index: 1;
  }
}
/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		

#menu {
  margin-top: -65px;
}
.center_menu{
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 935px;
}
 
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
  float: left;
}

#menu ul li{ 
	float: left;
	height: auto;
  padding: 0 35px;
	position: relative;
}

#menu ul li a{ 
	font-size: 16px; 
	display: block; 
	height: auto;  
	padding: 0px 5px; 
	line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
	color: #17191b;
  border-bottom: 3px solid transparent;
	text-decoration: none;
} 

#menu ul li a:hover{ 
	border-color: #0084d1;
}

#menu ul.menu_right{
  float: right;
}


/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 99%; left:0px; display: none; width:195px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:195px; background:#027f01; }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; padding: 8px 10px; font-size:15px; background: #027f01; border-bottom:1px dotted #fff;}
#menu li ul li a:hover{background: #025601;}
#menu li ul li:last-child a{border-bottom: none;}
#menu li.menu-off > ul{
  display: none !important;
}
@media only screen and (min-width: 1200px) { 
	#menu.nav-fixed {position: fixed; left: 0; top:0; z-index: 199; background: #0084d1; width: 100%; padding: 5px 0; 
    text-align: center; margin-top: 0;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.6);}
	#menu.nav-fixed ul{ display: inline-block !important; margin: 0 auto; float: none !important; text-align: center; }
	#menu.nav-fixed ul li{display: inline-block; vertical-align: top; float: none ;}
	#menu.nav-fixed ul a{line-height: 40px; color: #fff; border:none} 
	#menu.nav-fixed li ul{text-align: left; display: none; top: 34px;}
	#menu.nav-fixed li ul a{ line-height:20px; }  
} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; cursor: pointer;}

@media only screen and (max-width: 1200px) { 
  .pull {cursor: pointer; display: block; float: right; padding: 0 40px 0 0; }
  .bgplb{ background-position: right bottom; }
  #menu {background: #fff; position: fixed; left: -100%; margin-top: 0; top: 75px; z-index: 99999; width: 100%; height:100vh; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
  #menu ul{float: none !important; margin: 0 0; }
  #menu ul li {width: 90%; margin: 0 auto; display: block; float: none; height: auto; border-bottom:1px solid #ddd; padding: 0}
  #menu ul li a {text-align: left; color: #171717; font-size: 1.1em; height: auto; line-height: 45px; padding: 0 10px; } 
 
  #menu-toggle:checked + #menu { left: 0 !important; }
 
	#header{
		position: sticky;
		top: 0;
		z-index: 111;
		background: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.3);
	}

	.logo{
    display: block;
		margin: 15px 0;
	}
	.logo img{
		height: 50px;
	}
}

#painel-home ul{
	padding-left: 0;
	list-style: none;
}
#painel-home img{
	width: 100%;
}
.slick-next {
  background-position: -32px 0 !important; 
  right: 5% !important;
}
.slick-prev {
  background-position: 0 0;
  left: 5% !important;
}
.carousel .slick-next {
  right: 0 !important;
}
.carousel .slick-prev {
  left: 0 !important;
}

.carousel .slick-slide {
    padding: 5px 10px;  
}   
  .slick-next, .slick-prev{
    height: 28px !important;
    width: 28px !important;   
    background-image: url(../img/icones/arrow.png) !important;
  }
  .slick-next:before, .slick-prev:before{
    display: none !important;
  }

.card{
  transition: all .3s;
}
.card:hover{
  border-color: #008ac6;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.6);
}

.card h3{
  color: #222222;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
 
	.item img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%);}

.zoom{display: block; text-align: center; width: 100%; margin-bottom: 15px; overflow: hidden; position: relative;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.card:hover .zoom img,
.zoom:hover img {transform: scale(1.3); transition: all .5s;}
.lupa:before{
  position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, .4) url(../img/icones/zoom.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    left: 0;
}
.lupa:hover:before{
  opacity: 1;
}

.btn-1{
  background: #008ac6;
  border-radius: 20px;
  color: #FFF;
  font-weight: 500;
  padding: 10px 25px;
}

  .btn-1:hover{
    color: #FFF;
    background: #0080b8;
  }

#empresa{
  position: relative;
  z-index: 12;
} 
@media(min-width:768px){  
  .banner_compras{
    margin-top: -80px;
  }
} 

.bnr {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  height: 220px;
}
@media(max-width:992px){
  .bnr {
    height: 180px;
  }
}
@media(max-width: 768px){
  .bnr {
    height: 125px;
  }
}

.bnr-shopping2{
  background-image: url(../img/topo/shopping2.jpg);
}
.bnr-shopping{
  background-image: url(../img/topo/shopping.jpg);
}
.bnr-empresa{
  background-image: url(../img/topo/empresa.jpg);
}
.bnr-contato{
  background-image: url(../img/topo/contato.jpg);
}
@media(max-width:992px){
  .bnr-contato{
    background-position: 0 0;
  }
}

.page-header {
  margin-bottom: 20px;
  padding: 20px 0 ;
}

.page-header h1:after{
  content: "";
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-bottom: 1px solid #171915;
}
.page-header h1{
  color: #008ac6;
  position: relative;
  border-bottom: 1px solid #afc4cf;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase; 
  padding: 0 0 5px 0;
  margin: 0 0;
}

.tit{
  color: #008ac6;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #afc4cf;
}

.banner_int{
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat:  no-repeat;
  background-position: center;
  color: #fff;

}
.banner_produtos{
  background-image: url(../img/bg_banner_compras_produtos.jpg) ;
}
.banner_empresa{
  background-image: url(../img/bg_empresa.jpg) ;
}
@media(max-width:992px){
  .banner_int{
    background-position: right center;
  }
}
@media(min-width:992px){
  .banner_empresa img{
    max-width: 45%;
  }
  .banner_int img{
    position: absolute;
    bottom: 0;
  }
}
.banner_int h3{
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 3px solid #008ac6;
}
.banner_int p{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.slide .slick-dots{
  bottom: 0 !important;
}
.slide .slick-dots li button:before {
  color: #fff !important;
  font-size: 14px !important;
  opacity: .7;
}
.slide .slick-dots li.slick-active button:before {
  color: #008ac6 !important;
  opacity: 1 !important;
}

#form label{
  font-weight: 500;
  color: #2d292b;
}

#form .form-control{
  min-height: 45px;
  border:1px solid #90a2a9;
}

#form .btn{
  background: #0089c5;
 	color: #fff;
 	margin-top: 20px;
 	height: 45px;
 	border: none;
 	cursor: pointer;
}

  #form .btn:hover{
  	background: #0080b8;
  }

 .captcha{
 	float: left;
 	border:1px solid #90a2a9;
 	margin-right: 10px;
 	padding: 9px 5px 9px 10px;
 }

 #captcha{
 	width: 180px;
 	float: left !important;
 }
 
input#termos-privacidade{
  margin: 0 10px 0 0; width: 15px; height: 15px;
}

#footer{
	padding: 30px 0 0 0;
	background: #0089c5;
	color: #fff;
}

#footer address,
#footer p{
	color: #fff;
}

#footer .btn_s{
	background: #0d4574;
	border-radius: 50%;
	width: 37px;
	height: 37px;
	padding: 8px 0 0 0;
}
	#footer .btn_s:hover{
		background: #009734;
	}

	#footer svg{
		fill: #fff;
		width: 20px;
		height: 20px;
	}
	
.rodape{
	margin-top: 15px;
	background: #0080b8;
	padding: 5px 0;
  font-size: 14px;
}

.fancybox-type-iframe .fancybox-inner {
  height: 450px !important;
}

.barratopo{display:none} 

 
@media(max-height: 295px){
 #menu{
 	 overflow-y: scroll;
 }
}

 

.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa {color: #fff; display: block;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; right: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
border-radius: 50%; background: #0ba360; z-index: 1000; z-index: 2000;}
.wa::after,
.wa::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;}
.wa::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}


#privacy-policy {
    width: 85%;
    max-width: 808px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff !important;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 9999999999;
    padding: 20px 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeIn 1.3s 5s forwards;
    -moz-animation: fadeIn 1.3s 5s forwards;
    animation: fadeIn 1.3s 5s forwards;
    font-size: 13px; 
}

#privacy-policy h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

#privacy-policy article {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

#privacy-policy button {
    width: 112px;
    height: 44px;
    border-radius: 5px;
    background-color: #008ac6;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#privacy-policy a {
  text-decoration: underline;
}

@media  (max-width: 767px) {
    #privacy-policy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #privacy-policy article {
        width: 100%;
    }

    #privacy-policy button {
        width: 100%;
    }
}

  .alertRetorno{
    position: fixed;
      top: 0;
      z-index: 9999999999;
      background: rgba(0,0,0,0.5);
      width: 100%;
      height: 100%;
  }

  .fundoRetorno{
      margin: auto;
      top: 40%;
      position: relative;
      text-align: center;
      background: #fff;
      max-width: 308px;
      padding: 45px;
      border-radius: 7px;
  }

  .fechaalerta{
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
  }