
/**************************************/
a {
   /* color: #00a0e3!important;*/
}

.hero__categories__all {
    background: #00a0e3!important;
}

.site-btn {
    background: #00a0e3!important;
}

.primary-btn {
    /*color: #ffffff!important;;
    background: #00a0e3!important;*/
    /*width:100%;*/
    display: block;
    background: #FEB827;
    background: linear-gradient(#e5097f 39%, #c60e71 50%);
    background: -webkit-linear-gradient(#e5097f 39%, #c60e71 50%);
    background: -moz-linear-gradient(#e5097f 39%, #c60e71 50%);
    background: -o-linear-gradient(#e5097f 39%, #c60e71 50%);
    background: -ms-linear-gradient(#e5097f 39%, #c60e71 50%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    float: right;
    margin-right: 1%;
    font-size: 1em;
    font-family: 'Antonio Regular';
    text-align: center;
    padding: 7px;
    border: solid 1px #e5097f;
    color: #fff!important;
    cursor: pointer;
}

.primary-btn:hover {
    background: linear-gradient(#00a0e3 39%, #00a0e3 50%);
    background: -webkit-linear-gradient(#00a0e3 39%, #00a0e3 50%);
    background: -moz-linear-gradient(#00a0e3 39%, #00a0e3 50%);
    background: -o-linear-gradient(#00a0e3 39%, #00a0e3 50%);
    background: -ms-linear-gradient(#00a0e3 39%, #00a0e3 50%);
    border: none;
}



.section-title h2:after {
    background: #00a0e3!important;
}

.text-info {
    color: #00a0e3!important;
}

.header__cart ul li a span {
    background: #00a0e3!important;	
    color: #ffffff!important;
}

.header {
	background: #F3F6FA!important;
}

.header__top {
	background: #F3F6FA!important;
}

.header__top__left ul li {
}

.header__top__left ul li i {
}

.header__top__right__social a {
}

.header__top__right__auth a {
}

.header__menu ul li.active a {
    color: #e5097f!important;
}

.product__pagination a, .blog__pagination a {
    border: 1px solid #00a0e3!important;
    color: #00a0e3!important;;
}
.product__pagination a:hover, .blog__pagination a:hover {
    background: #e5097f!important;
    border-color: #e5097f!important;
    color: #ffffff!important;
}

.alerta {
    background-color: #e5097f!important;
}

.hero.hero-normal {
    background: #F3F6FA!important;
}
.hero {
    background: #F3F6FA!important;
}

/*****************************************/

/* GERAL */
@charset "utf-8";

@font-face {
    font-family: "Roboto";
    src:url(fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: "Lato-Bold";
    src:url(fonts/Lato/Lato-Bold.ttf);
}
@font-face {
    font-family: "Lato-Black";
    src:url(fonts/Lato/Lato-Black.ttf);
}


@font-face {
    font-family: "bookman-old-style";
    src:url(fonts/bookman-old-style/bookman-old-style.ttf);
}

@font-face {
    font-family: "bookman-old-style-bold";
    src:url(fonts/bookman-old-style/bookman-old-style-bold.ttf);
}

@font-face {
    font-family: "bookman-old-style-bold-italic";
    src:url(fonts/bookman-old-style/bookman-old-style-bold-italic.ttf);
}

@font-face {
    font-family: "bookman-old-style-std";
    src:url(fonts/bookman-old-style/bookman-old-style-std.ttf);
}

@font-face {
    font-family: "bookman-old-style-std-bold";
    src:url(fonts/bookman-old-style/bookman-old-style-std-bold.ttf);
}

@font-face {
    font-family: "bookman-old-style-std-bold-it";
    src:url(fonts/bookman-old-style/bookman-old-style-std-bold-it.ttf);
}

@font-face {
    font-family: "bookman-old-style-std-italic";
    src:url(fonts/bookman-old-style/bookman-old-style-std-italic.ttf);
}

p {
  font-family: "Lato-Black";
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "bookman-old-style-bold";
} 
 
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.botao1{
    width:100%;
    display: block;
    background: #FEB827;
    background: linear-gradient(#e5097f 39%, #c60e71 50%);
    background: -webkit-linear-gradient(#e5097f 39%, #c60e71 50%);
    background: -moz-linear-gradient(#e5097f 39%, #c60e71 50%);
    background: -o-linear-gradient(#e5097f 39%, #c60e71 50%);
    background: -ms-linear-gradient(#e5097f 39%, #c60e71 50%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    float: left;
    margin-right: 1%;
    font-size: 1em;
    font-family: 'Antonio Regular';
    text-align: center;
    padding: 7px;
    border: solid 1px #e5097f;
    color: #fff!important;
    cursor: pointer;
}

.botao2{
    display: block;
    background: #F4F4F4;
    background: linear-gradient(#F4F4F4 42%, #BEC8D2 50%);
    background: -webkit-linear-gradient(#F4F4F4 42%, #BEC8D2 50%);
    background: -moz-linear-gradient(#F4F4F4 42%, #BEC8D2 50%);
    background: -o-linear-gradient(#F4F4F4 42%, #BEC8D2 50%);
    background: -ms-linear-gradient(#F4F4F4 42%, #BEC8D2 50%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    width: 100%;
    float: left;
    font-size: 1em;
    font-family: 'Antonio Regular';
    text-align: center;
    padding: 5px;
    border: solid 1px #BEC8D2;
    margin-top: 10px;
}

.botao3{
    /*color: #ffffff!important;;
    background: #00a0e3!important;*/
    /*width:100%;*/
    display: block;
    background: #FEB827;
    background: linear-gradient(#16d216 39%, #124e09 50%);
    background: -webkit-linear-gradient(#16d216 39%, #124e09 50%);
    background: -moz-linear-gradient(#16d216 39%, #124e09 50%);
    background: -o-linear-gradient(#16d216 39%, #124e09 50%);
    background: -ms-linear-gradient(#16d216 39%, #124e09 50%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    float: right;
    margin-right: 1%;
    font-size: 1em;
    font-family: 'Antonio Regular';
    text-align: center;
    padding: 7px;
    border: solid 1px #16d216;
    color: #fff!important;
    cursor: pointer;
}

.section-title h3 {
    color: #1c1c1c;
    font-weight: 700;
    position: relative;
    text-transform: uppercase!important;
}
/*.section-title h3:after {
    position: absolute;
    left: 0;
    bottom: 15px;
    height: 4px;
    width: 80px;
    background: #e5097f!important;
    content: "";
}*/
/*.section-title h3:before {
    position: absolute;
    bottom: 15px;
    right: 0;
    height: 4px;
    width: 80px;
    background: #e5097f!important;
    content: "";
}*/
.prog1 {
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 60px;
    background: url(../img/progresso-compra.png) no-repeat;
    background-size: 100%;
    height: 100px;
}
.prog2 {
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 60px;
    background: url(../img/progresso-compra2.png) no-repeat;
    background-size: 100%;
    height: 100px;
}
.prog3 {
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 60px;
    background: url(../img/progresso-compra3-mob.png) no-repeat;
    background-size: 100%;
    height: 260px;
}
/* /FIM GERAL */

/* BOTAO DAS CATEGORIAS */
.hero__search__form form input {
    width: 100%!important;
}

.btn_categorias_geral {
    background: #7fad39;
    position: relative;
    padding: 10px 25px 10px 40px;
    cursor: pointer;
}
.btn_categorias_geral i {
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}
.btn_categorias_geral span {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}
.btn_categorias_geral:after {
    position: absolute;
    right: 18px;
    top: 9px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 18px;
    color: #ffffff;
}


.hero_categorias {
    position: relative;
}
.hero_categorias ul {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    z-index: 9;
    background: #ffffff;
}
.hero_categorias ul {
    border: 1px solid #ebebeb;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
}
.hero_categorias ul li {
    list-style: none;
}
.hero_categorias ul li a {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 39px;
    display: block;
}
/* /BOTAO DAS CATEGORIAS */


/* DESTAQUE CARROUSEL SLIDER */
/*.categories__slider.owl-carousel .owl-nav button {
    font-size: 18px!important;;
    color: #ffffff;
    height: 40px!important;
    width: 40px!important;
    line-height: 40px!important;
    text-align: center;
    border: none!important;
    border-radius:50%;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-35px);
    background: #e5097f!important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    margin:0 50px!important;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    margin:0 50px!important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/

.banner{
	background: #F3F6FA!important;
	width:100%!important; 
	height:65vh!important;
}
.banner img{
	background: #F3F6FA!important;
	width:100%!important; 
	height:65vh!important;
}


@media (min-width: 1024px) {
    
   /*
   .hero{
        position:relative;
        top:0;
        background-attachment: fixed;
    }
   */       
}

@media (max-width: 1024px),
(max-height: 768px) {
  .banner{
        background: #F3F6FA!important;
        width:100%!important; 
        height:75vh!important;
    }
    .banner img{
        background: #F3F6FA!important;
        width:100%!important; 
        height:75vh!important;
    }   
}


/* TABLET */
@media only screen and (min-width: 767px) and (max-width: 991px) {  
    .banner{
        background: #F3F6FA!important;
        width:100%!important; 
        height:35vh!important;
    }
    .banner img{
        background: #F3F6FA!important;
        width:100%!important; 
        height:35vh!important;
    }   
    
}


/* MOBILE */
@media only screen and (max-width: 767px) { 
  
    .banner{
		background: #F3F6FA!important;
		width:100%!important; 
		height:20vh!important;
	}
	.banner img{
		background: #F3F6FA!important;
		width:100%!important; 
		height:20vh!important;
	}

}

/* /DESTAQUE CARROUSEL SLIDER */


/* BOX PUBLICIDADE */
#box-publicidade{
    position:relative;
    bottom:5px;
    display:block;
    clear:both;
}

#box-publicidade .publicidade-imagem{
    width: 100%!important;
    height: 355px!important;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

#box-publicidade .publicidade-imagem img{
    transition: .5s!important;
}
#box-publicidade .publicidade-imagem img:hover{
    cursor: pointer;
    transform: scale(1.2)!important;   
}
/* / BOX PUBLICIDADE */



/* BOX PRODUTOS */
#box-produto{
    position:relative;
    bottom:5px;
    display:block;
    clear:both;
	background:#F3F6FA!important;
	/*padding:10px 0!important;*/
}
#box-produto .product__discount__percent {
	height: 45px;
	width: 45px;
	background: #dd2222;
	border-radius: 50%;
	font-size: 14px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 15px;
}
#box-produto .produto-imagem{
    /*width: 100%!important;
    height: 220px;*/
    position: relative;
    overflow: hidden;
    background-position: center center;
}

#box-produto .produto-imagem img{
    transition: .5s!important;
    width: 100%; 
	height:220px;
}

/* MOBILE */
@media only screen and (max-width: 767px) { 
	#box-produto .produto-imagem img{
		width: 100%!important; 
		margin: 0!important;
	}
}

#box-produto .imagem:hover{
     /*transition: 5s!important;*/
     cursor: pointer;
     transform: scale(1.2)!important;
}

#box-produto .produto-titulo{
    padding:10px;   
}
#box-produto .produto-texto{

}
#box-produto .produto-preco{
    position: relative;
    margin-bottom: 0.9em;
    display: block;
    font-size: 18px;
    font-weight:bold;
    color: #111;
    text-align: center;
	padding-bottom:5px!important;
    height: 50px!important;
}
#box-produto .produto-preco span {
	display: inline-block;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 10px;
	font-size:14px;
}
#box-produto {
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;   
}
#box-produto a {
    color: #333;
    text-decoration: none;    
}
#box-produto h6 {
height: 70px!important;
}
#produto-botoes a {
    color: #333;
    text-decoration: none;
}
#box-produto .produto-frete {
    width: 100%;
    float: left;
    margin-top: -10px;
    display: block;
    text-align: center!important;
    font-family: 'antonio';
}
#box-produto .produto-frete .frete {
    background: #e5097f!important;
    color: #fff!important;
    font-size: 0.9em!important;
    font-weight: bold;
    width: 50%;
    float: left;
    padding: 5px;
    position: relative!important;
    top: 0;
    display: block;
}
#box-produto .produto-frete .val-frete {
    background: #00a0e3!important;
    color: #FFF!important;
    font-size: 0.9em!important;
    font-weight: bold;
    width: 50%;
    float: right;
    padding: 5px;
    position: inherit;
    display: block;
}
#box-produto .produto-frete .frete:after {
    content: "";
    border: solid 8px transparent;
    border-left: solid 8px #ddd;
    position: absolute;
    z-index: 1;
    right: -13px;
}
/* BOX PRODUTOS */

    
/* ASIDE-CATEGORIAS */
.aside_categorias {
    float: left;
    border: solid 1px #ddd;
    border-bottom: 0;
    width:100%;
}
.aside_categorias .fa-bars:before {
    content: "\f0c9";
}   
.aside_categoria_titulo {
    background: #00a0e3!important;
    position: relative;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}   
.aside_categoria_titulo span {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
	margin-top:10px;
}   
/*.aside_categoria_titulo:after {
    position: absolute;
    right: 18px;
    top: 13px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 18px;
    color: #ffffff;
}*/   
.aside_categoria_titulo i {
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}
/*.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}*/
    
.aside_categorias ul{
    border-bottom: solid 1px #ddd;
}
.aside_categorias h2 {
    background: #F4F4F4;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px 10px 5px;
    border-bottom: solid 1px #ddd;
}   
.aside_categorias ul li {
    list-style: none;
    padding: 5px 5px 5px 20px;
    font-size: 13px;
}
.aside_categorias ul li a {
    color: #000;
    text-decoration: none;
}   
.aside_categorias li a {
    color: #111!important;
}
.aside_categorias li a:hover {
    color: #00a0e3!important;
}

.aside_categorias a {
    color: #00a0e3!important;
}
/* /ASIDE-CATEGORIAS */


/* CARRINHO DE COMPRA */
.caixa-carrinho img{
    width:100px;
    float:left;
    padding-right:10px;
}

.caixa-carrinho .base-btns{
    width:100%;
    float:left;
}
.caixa-carrinho .base-btns .botoes{
    float:right;
}   

.caixa-carrinho .atualizar{                          
  font-size: 14px;
  text-align: center;
  padding:2px;
  margin:2px 0;
  display: inline;
  cursor:pointer;
  color:#03B703;
  background:none;
  border:none;
  float:left;     
}

.caixa-carrinho .excluir{
  font-size: 14px
  text-align: center;
  padding:2px;
  display: inline;
  cursor:pointer;
  color:gray;
  float:left;     
}

.caixa-carrinho .base-btns .produtos{
  padding: 10px 20px;
  background: #DDDDDD;
  background: linear-gradient(#F5F5F5 20%, #DDDDDD 50%);
  background: -webkit-linear-gradient(#F5F5F5 20%, #DDDDDD 50%);
  background: -moz-linear-gradient(#F5F5F5 20%, #DDDDDD 50%);
  background: -o-linear-gradient(#F5F5F5 20%, #DDDDDD 50%);
  background: -ms-linear-gradient(#F5F5F5 20%, #DDDDDD 50%);                              
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  color: #111;
  font-size: 1.1em;
  height: auto;
  font-family: 'Antonio regular';
  text-align: center;
  border: solid 1px #DDDDDD;
  display: inline-block;
  cursor:pointer;
  float:left;
  text-transform:uppercase;
}
.caixa-carrinho .base-btns .comprar{
  width:100%;
  padding: 8px 20px;
  background: #FFA100;
  background: linear-gradient(#FFA100 20%, #FF8000 50%);
  background: -webkit-linear-gradient(#FFA100 20%, #FF8000 50%);
  background: -moz-linear-gradient(#FFA100 20%, #FF8000 50%);
  background: -o-linear-gradient(#FFA100 20%, #FF8000 50%);
  background: -ms-linear-gradient(#FFA100 20%, #FF8000 50%);                              
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
  font-size: 1.1em;
  height: auto;
  font-family: 'Antonio regular';
  text-align: center;
  border: solid 1px #FF8000;
  float: right;
  display: inline-block;
  margin:0;
  cursor:pointer;
  text-transform:uppercase;
}
.caixa-carrinho .total{
    text-align:right;
    padding:10px;
    border:solid 1px #ccc;
    font-family:arial;
    margin-bottom:20px;
}
/* /CARRINHO DE COMPRA */       

/* PAGAMENTO */
.forma-pagamento-paypal {
background: #009CDA;
display: inline-block;
padding: 10px 20px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
font-size: 1.1em;
color: #fff;
font-family: 'Antonio regular';
text-transform: uppercase;
}
.paypal {
background: #009CDA;
display: inline-block;
padding: 10px 20px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
font-size: 1.1em;
color: #fff;
font-family: 'Antonio regular';
text-transform: uppercase;
}
/* /PAGAMENTO */

    
/* COMPRA FINALIZADA */     
.fimcompra .ico-email {
    width: 82px;
    height: 82px;
    background: url(../img/img-email.png) no-repeat center;
    display: block;
    margin: 10px auto;
}
.links-email {
    display: block;
    margin: 20px 0 50px 0px;
    text-align: center;
}
.links-email .gmail {
    background: #C53727;
    color: #fff;
    border: 0;
}
.links-email a {
    display: inline-block;
    padding: 10px 20px;
    width: 19.79421929619674%;
    margin: 0 10px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
}
.links-email .hotmail {
    background: #00B2B2;
    color: #fff;
    border: 0;
}
.links-email .uol {
    background: #FFBF00;
    color: #000;
    border: 0;
}
.links-email .yahoo {
    background: #770077;
    color: #fff;
    border: 0;
}
.fimcompra h3 {
    font-size: 1.5em;
    text-align: center;
    font-weight: inherit;
    color: #555;
    margin-bottom: 30px;
    margin-top: 10px;
    display: block;
    padding: 10px 130px;
    line-height: 22px;
}
.fimcompra h4 {
    font-size: 1.5em;
    text-align: center;
    font-weight: inherit;
    color: #555;
    margin-bottom: 30px;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
}
.fimcompra a {
    display: block;
    background: #F4F4F4;
    background: linear-gradient(#F4F4F4 42%, #BEC8D2 50%);
    background: -webkit-linear-gradient(#F4F4F4 42%, #BEC8D2 50%);
    background: -moz-linear-gradient(#F4F4F4 42%, #BEC8D2 50%);
    background: -o-linear-gradient(#F4F4F4 42%, #BEC8D2 50%);
    background: -ms-linear-gradient(#F4F4F4 42%, #BEC8D2 50%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    background-size: 100%;
    margin: 10px auto;
    font-size: 1.1em;
    font-family: 'Antonio Regular';
    text-align: center;
    padding: 10px;
    border: solid 1px #BEC8D2;
    color: #111;
    text-decoration: none;
    width: 200px;
}       
/* COMPRA FINALIZADA */ 


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #e5097f;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#e5097f 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #e5097f;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}   

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #e5097f;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #e5097f;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #e5097f;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}




#banner{
    position: relative;
    display: flex;
    width: 100%; 
    height:330px;
    margin: 30px 0 0 0!important;
    background: #F4F4F4!important;
} 

#banner .carousel-item{
    position: relative;
    width: 100%; 
    height:300px;
} 

#banner .carousel-control-next-icon, .carousel-control-prev-icon {
   color:#00a0e3 !important;
}
#banner .carousel-control-prev-icon {
    background-image: url(../img/prev.png);
}

#banner .carousel-control-next-icon {
    background-image: url(../img/next.png);
}

.bg-fixed {
      background-attachment: fixed !important;
    }
.bg-cover {
    background-size: cover !important;
}
.overlay-content {
    position: relative;
    z-index: 20;   
}

/*============= RESPONSIVE =================*/
@media (min-width: 1024px) {
    
         
}

@media (max-width: 1024px),
(max-height: 768px) {
 
}


@media (min-width: 1200px) {
  
}


@media (max-height: 640px) {
  
}



/* TABLET */
@media only screen and (min-width: 767px) and (max-width: 991px) {  
    
    
}


/* MOBILE */
@media only screen and (max-width: 767px) { 
  
    #box-produto{
        width: 90%;
        margin: 0 auto;
    }

    #box-produto .produto-imagem img{
        transition: .5s!important;
        width: 100%; height:260px!important; 
        margin-bottom: 10px;
        margin: 0 20px;
    }

}


































    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    