html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

   .avaliacao-compra {
        max-width: 600px;
        margin: 50px auto;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .avaliacao-compra h2 {
        text-align: center;
        color: #333;
    }

    .avaliacao-compra p {
        text-align: center;
        color: #666;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group label {
        display: block;
        color: #333;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .form-group textarea {
        height: 100px;
    }

    .form-group input:focus,
    .form-group textarea:focus {
        outline: none;
        border-color: #007BFF;
    }

    .submit-btn {
        display: block;
        width: 100%;
        padding: 15px;
        background-color: #007BFF;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
    }

    .submit-btn:hover {
        background-color: #0056b3;
    }

    .success-message {
        display: none;
        text-align: center;
        margin-top: 20px;
        color: green;
        font-weight: bold;
    }    


button{
    cursor: pointer !important;
}
.topo-1{
	margin: 0px 0px 0px 0px;
    padding: 0px;
    background-color: #050a30;
    color: #fff;
}

.titulo-topo-1{
	font-family: Poppins,sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 5px;
    margin: 0;
}

img{
	width: 100%;
	height: auto;
}

.topo-2{
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #fff;
}

.img-estr-topo-2{
	width: 100px;
	height: auto;
}

.estre-topo-2{
	color: #777777;
	font-size: 16px;
}

.titulo-principal{
	color: #193073;
    font-family: "Montserrat", Open Sans;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
}

.titulo-principal-2{
	color: #008cd1;
    font-family: "Montserrat", Open Sans;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: 30px;
}

.li-topo-2{
	color: #646464;
	font-family: montserrat, sans-serif;
    font-size: 15px;
    margin-top: -12px;
}

.li-2-topo-2{
	color: #646464;
	font-family: montserrat, sans-serif;
    font-size: 17px;
    margin-top: -12px;
}

.topo-3 {
    padding-bottom: 80px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #fafafa 0%, #fafafa 100%);
}




.btn3{
	margin-top: -30px;
    padding: 30px 40px 10px 40px;
    background-color: #193073;
    border-radius: 50px 50px 50px 50px;
    box-shadow:0px 0px 8px 0px rgb(0 0 0 / 50%);

}

.btn :hover{
	background-color: #3C3C3C;
}

.texto-btn{
	text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", Open Sans;
    font-size: 25px;
    font-weight: 600;
}

.esp-topo{
	margin-top: 30px;
}



.titulo-cont{
	font-size: 30px;
    color: #193073;
    font-family: montserrat,sans-serif;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: 0;
}
.texto-cont{
	font-size: 17px;
    color: #000000;
    margin-top: 20px;
}

.topo-4{
	background-color: #fff;
	padding-bottom: 40px;
    padding-top: 40px;
}

.texto-principal{
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-family: sans-serif;
    font-weight: 400;
}

.titulo-icone{
    margin-top: 15px;
    font-size: 24px;
    font-family: montserrat,sans-serif;
    line-height: 1.2;
    font-weight: bold;
}

.img-depo{
    width: 80%;
    height: auto;
    border-radius: 15px;
}

.img-btn{
	width: 60%;
	height: auto;
	margin-top: -30px;
}

.img-escrito{
	width: 70%;
	height: auto;
}

a{
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

.borda-1{

    padding: 20px 0px 25px 0px;
    transition: background 0s;
    border-style: solid;
    border-color: #DDDDDD;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 33%);
}

.borda-2{

    padding: 20px 0px 25px 0px;
    transition: background 0s;
    border-style: solid;
    border-color: #193073;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 33%);
}

.unidade{
	color: #555555;
    font-family: montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    padding-top: 20px;
}

.funo-cinza{
	font-family: Open Sans,sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    background: #545454;
}

.img-selo{
	float: left;
	width: 30%;
	height: auto;
	margin-top: -30px;
	margin-left: -10px;
}


.youtube{
	
    width: 100%;
    height:auto;
	margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
}

.topo-21{
	background-color: #1d1d1d;
	padding-top: 40px;
	padding-bottom: 40px;
}

.img-max{
	width: 100%;
	height: auto;
}

.img-max2{
	width: 80%;
	height: auto;
}


hr {
	border: 0;
	border-top: 1px solid #000;
}

.hr hr {
	border: 0;
	border-top: 1px solid #ccc;
}

.topo-5{
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 50px;
}

.titulo-avaliacao{
	line-height: 1em;
    font-size: 27px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #2a2a2a;
    font-weight: 700;
}

.text-avali{
	font-family: Ubuntu, Helvetica, sans-serif;
    margin-right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #575757;
}

.img-estrela{
	width: 120px;
	height: auto;
}

.img-estrela-2{
	width: 80px;
	height: auto;
}

.texto-ava{
	font-size: 20px;
	color: #333333;
    letter-spacing: -0.02em;
    line-height: 1.45em;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.coment-nome{
	font-weight: 700 !important;
	font-family: Open Sans,sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #777;

}

.texto-coment{
	font-family: Open Sans,sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-top: -15px;
}

.topo-6{
	background-color: transparent;
    background-image: linear-gradient(180deg, #FAFAFA 0%, #EFEFEF 100%);
    padding-top: 30px;
    padding-bottom: 30px;
}

.img-garantia{
	width: 100%;
	height: auto;
}

.texto-seguro{
	text-align: center;
    color: #000;
    font-family: "Montserrat", Open Sans;
    font-size: 14px;
    font-weight: 400;
}

.btn{
	color: #000;
	font-weight: bold;
}

.rodape{
	    background-image: linear-gradient(180deg, #191970 0%, #000 100%);
	    padding-top: 50px;
	    padding-bottom: 20px;
}

.rodape a{
	color: #FFFFFF;
}


.img-logo{
	width: 20%;
	height: auto;
	padding-bottom: 0px;
    padding-top: 10px;
}

.topo-1 .fa-cart-shopping{
	color: #fff;
	font-size: 25px;
}

.img-principal{
	width: 90%;
	height: auto;
}

.img-principal1{
	width: 75%;
	height: auto;
}

.carousel-control-prev{
    background: none !important;
    border: none !important;
}

.carousel-control-next{
    background: none !important;
    border: none !important;
}

.carousel-indicators li {
  background-color: #000 !important;
}

.carousel-control-prev-icon{
    background-color: #000 !important;
}

.carousel-control-next-icon{
    background-color: #000 !important;
}

.img-full{
	width: 50px;
	height: auto;
}

#play1{
    width:100%;
    height:auto;
    margin-top:-230px;
    margin-left:-180px;
    z-index: 9998;
    position: absolute;
}

#play2{
    width:100%;
    height:auto;
    margin-top:-230px;
    margin-left:-180px;
    z-index: 9998;
    position: absolute;
}

#play3{
    width:100%;
    height:auto;
    margin-top:-230px;
    margin-left:-180px;
    z-index: 9998;
    position: absolute;
}

.topo-8{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #EBEAEA;
}

.titulo-como-comrpar{
	color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.5px;
    margin-top: 15px;
}

.como-comprar{
	color: #193073;
    font-weight: 900;
    border: 3px solid #193073;
    border-radius: 50%;
    font-size: 58px;
    padding: 10px;
}

.topo-7{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e8e8e8;
}

.img-garantia{
	width: 90%;
	height: auto;
}

.titulo-garantia{
	color: #00000;
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
}


.img-cont{
	width: 380px;
    height: 280px;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    border-style: solid;
    border-color: #969DA4C4;
    border-radius: 20px;
    max-width: 100%;
    margin: 0 auto;
}

.img-barra{
    width: 100%;
    height: auto;
    max-width: 650px;
}

.titulo-cont{
	font-size: 30px;
    color: #008cd1;
    font-family: montserrat,sans-serif;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: 0;
}

.texto-cont{
	font-size: 17px;
    color: #fff;
    margin-top: 20px;
}

.texto-cont span{
    font-weight: bold;
    color: #004AAD;
}



.texto-cada{
    font-weight: 600;
    margin-top: 10px;
    font-size: 26px;
    color: black;
    border-bottom: rgb(183, 183, 183) 1px solid;
    padding-bottom: 10px;
}

.img-selo{
    float: left;
    width: 30%;
    height: auto;
    margin-top: -30px;
    margin-left: -10px;
}

.btn-compra{
    width: 95%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 25px;
    background-color: #04bd36;
    border-radius: 15px 15px 15px 15px;
    padding: 10px 5px 10px 5px;
}

.texto-btn2{
	text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", Open Sans;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.titulo-variante span{
	color: #000;
	font-weight: 700;
}

.popup{
    background-color: #ffffff;
    display: none;
    position: sticky;
    z-index: 3;
    bottom: 10px;
    left: 10px;
    width: 300px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
    border-radius: 10px;
}

.mensagem{
    display: flex;
    align-items: center;
}

.imgPop{
    width: 35%;
    height: 80px;
    border-radius: 10px 0px 0px 10px;
    border-right: black 1px solid;
    padding-right: 5px;
}

.titulo-novo{
    color: #1d1d1d;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.0869565217;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.titulo-novo span{
    color: #2879c3;
}   

.img-line{
    width: 100%;
    height: auto;
} 

.img-icone{
    width: 100%;
    height: auto;
    max-width: 90px;
}

.titulo-icone2{
    color: #2879c3;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: -15px;
}

.titulo-icone3{
    color: #2879c3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: -15px;
}

.topo-nv{
    background-color: #f3fbff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.fundo-azul{
    background-color: #2879c3;
    padding: 20px;
}

.img-pro-nv{
    width: 80%;
    height: auto;
}

.esp-icone2{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    padding-top: 20px;
}

.esp-icone3{
    padding-bottom: 15px;
    padding-top: 20px;
}

.fundo-azul0{
    width: 100%;
    background-image: url(../images/fundo.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 106px;
    padding: 13px 0 17px 40px;
}

.fundo-branco{
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #cfe1e1;
    box-shadow: 0 0 15px #cfe1e1;
    padding: 30px 20px 30px 20px;
    position: relative;
    min-height: 280px;
}

.img-ingre{
    width: 70px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 15px;
}

.esp-ingre{
    padding-top: 20px;
}

.img-icon{
    width: 65%;
    height: auto;
    margin-bottom: 10px;
}

.texto-icon{
    font-size: 16px;
    line-height: 1.2;
    color: #111;
}

@media screen and (max-width: 600px) {

    .img-icon{
        width: 80%;
        height: auto;
    }

    .texto-icon{
        font-size: 12px;
    }    

    .fundo-azul0{
        width: 100%;
        background-image: none;
        background-color: #0d5aa2;
        border-top-left-radius:30px;
        border-top-right-radius:30px;
        padding: 13px 0 17px 15px;
    }

    .esp-icone2{
        padding-top: 25px;
    }

    .esp-icone3{
        padding-top: 25px;
    }

    .esp-icone{
        padding-top: 25px;
    }

    .img-icone{
        max-width: 80px;
    }  

    .titulo-icone2{
        font-size: 24px;
    }

    .titulo-icone2{
        font-size: 22px;
    }

    .titulo-novo{
        font-size: 28px;
    }    

    .titulo-topo-1{
        font-size: 14px;
    }    

	.titulo-cont{
		font-size: 23px;
        line-height: 23px;
        margin-top: 30px;
	}

	.img-garantia{
	width: 70%;
	height: auto;
	}

	.titulo-garantia{
		    font-size: 22px;
	}

	#play1{
    width:100%;
    height:auto;
    margin-top:-257px;
    margin-left:-200px;
    z-index: 9998;
    position: absolute;
	}

	#play2{
    width:100%;
    height:auto;
    margin-top:-257px;
    margin-left:-200px;
    z-index: 9998;
    position: absolute;
	}

	#play3{
    width:100%;
    height:auto;
    margin-top:-257px;
    margin-left:-200px;
    z-index: 9998;
    position: absolute;
	}

	.img-principal{
	width: 100%;
	height: auto;
	}

	.topo-1 .fa-cart-shopping{
		color: #fff;
		font-size: 15px;
	}


	.img-logo{
    	width: 50%;
    	height: auto;
        display: block;
        margin: 0 auto;
    }

	.btn-compra{
		width: 90%;
		margin: auto;
		text-align: center;
	}

	.img-btn{
	width: 100%;
	height: auto;
	}

	.img-escrito{
	width: 100%;
	height: auto;
	}


	.titulo-cont{
		font-size: 23px;
        line-height: 23px;
        margin-top: 30px;
	}

	.centralizar{
		text-align: center !important;
	}

	.texto-btn{
		font-size: 20px;
	}

	.titulo-principal{
		font-size: 28px;
		line-height: 32px;
	}

	.titulo-principal-2{
		font-size: 22px;
		line-height: 24px;
	}

}	

.preto{
    color: #111;
}

.amarelo{
    color: #fdb932;
}

.branco{
    color: #fff;



@media screen and (max-width: 600px) {

	.titulo-cont0{
    	font-size: 26px;
    	padding-top: 25px;
	}
	.sumir{
		display: none;
	}

	.img-logo{
		display: block;
		margin: 0 auto;
	}	

	.titulo-garantia{
		    font-size: 22px;
	}

	.img-garantia{
	width: 70%;
	height: auto;
	}

	.img-princ{
		width: 95%;
		height: auto;
	}

	#play{
    	width:100%;
    	height:auto;
    	margin-top:-257px;
    	margin-left:-200px;
    	z-index: 9998;
    	position: absolute;
	}

	#play1{
    width:100%;
    height:auto;
    margin-top:-257px;
    margin-left:-200px;
    z-index: 9998;
    position: absolute;
	}

	#play2{
    width:100%;
    height:auto;
    margin-top:-257px;
    margin-left:-200px;
    z-index: 9998;
    position: absolute;
	}

	#play3{
    width:100%;
    height:auto;
    margin-top:-257px;
    margin-left:-200px;
    z-index: 9998;
    position: absolute;
	}


	.btn-compra{
		width: 90%;
		margin: auto;
		text-align: center;
	}

	.img-btn{
	width: 100%;
	height: auto;
	}

	.img-escrito{
	width: 100%;
	height: auto;
	}


	.titulo-cont{
		font-size: 23px;
        line-height: 23px;
        margin-top: 30px;
	}

	.centralizar{
		text-align: center !important;
	}

	.texto-btn{
		font-size: 22px;
	}

	.titulo-principal{
		font-size: 28px;
		line-height: 32px;
	}

	.titulo-principal-2{
		font-size: 22px;
		line-height: 24px;
	}

}	
}

.azul{
    color: #0d2551;
}

.img-logo{
	width: 80%;
	height: auto;
	max-width: 200px;
}

.texto-topo-0{
	font-family:  Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding-top: 15px;
}

.topo-0{
	background-color: #418ddb;
	padding-top: 10px;
	padding-bottom: 10px;
}

.texto-topo-0 a{
	color: #fff;
	margin-right: 25px;
}

.botao-topo-0{
	font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #009900;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #007000;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
}

@media screen and (max-width: 600px) {

	.titulo-cont0{
    	font-size: 26px;
    	padding-top: 25px;
	}
	.sumir{
		display: none;
	}

	.img-logo{
		display: block;
		margin: 0 auto;
	}	

	.titulo-garantia{
		    font-size: 22px;
	}

	.img-garantia{
	width: 70%;
	height: auto;
	}

	.img-princ{
		width: 95%;
		height: auto;
	}

	#play{
    	width:100%;
    	height:auto;
    	margin-top:-257px;
    	margin-left:-200px;
    	z-index: 9998;
    	position: absolute;
	}

	#play1{
    width:100%;
    height:auto;
    margin-top:-257px;
    margin-left:-200px;
    z-index: 9998;
    position: absolute;
	}

	#play2{
    width:100%;
    height:auto;
    margin-top:-257px;
    margin-left:-200px;
    z-index: 9998;
    position: absolute;
	}

	#play3{
    width:100%;
    height:auto;
    margin-top:-257px;
    margin-left:-200px;
    z-index: 9998;
    position: absolute;
	}


	.btn-compra{
		width: 90%;
		margin: auto;
		text-align: center;
	}

	.img-btn{
	width: 100%;
	height: auto;
	}

	.img-escrito{
	width: 100%;
	height: auto;
	}


	.titulo-cont{
		font-size: 23px;
        line-height: 23px;
        margin-top: 30px;
	}

	.centralizar{
		text-align: center !important;
	}

	.texto-btn{
		font-size: 22px;
	}

	.titulo-principal{
		font-size: 28px;
		line-height: 32px;
	}

	.titulo-principal-2{
		font-size: 22px;
		line-height: 24px;
	}

}	

.titulo-ant-kit{
   font-size: 30px;
    line-height: 1.3em;
    letter-spacing: .6px;
    color: #000;
    text-transform: none;
    font-weight: 700;
}

.fundo-kit{
   border-color: #0000001f;
   border-style: solid;
   border-width: 2px;
   border-radius: 5px;
   padding-top: 20px;
   padding-bottom: 20px;
   margin: 10px;
}

.fundo-kit1{
   border-color: #0000001f;
   border-style: solid;
   border-width: 2px;
   border-radius: 5px;
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #eae4da80;
   box-shadow: 0 0 10px #6c8eb7;
}

.img-kit{
   width: 100%;
   height: auto;
}

.fundo-preto{
   max-width: 100%;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 100px;
   background-color: #000;
   font-size: 16px;
   line-height: 1.6em;
   letter-spacing: 0px;
   color: #fff;
   text-transform: none;
   font-weight: 700;
}

.titulo-kit{
   font-size: 20px;
    line-height: 1.3em;
    letter-spacing: .6px;
    color: #71bba0;
    text-transform: none;
    font-weight: 700;
    padding-top: 15px;
}

.texto-preco{
   font-size: 30px;
   line-height: 1.3em;
   letter-spacing: .6px;
   color: #000;
   text-transform: none;
   font-weight: 700;
}

.anti-preco{
   font-size: 16px;
   font-weight: 400;
   color: #000;
}

.anti-preco span{
   font-weight: 600;
   color: #333;
}

.topo-10{
   padding-top: 40px;
   padding-bottom: 40px;
   background: #fff;
}

.titulo-topo-10{
   font-size: 30px;
    line-height: 1.3em;
    letter-spacing: .6px;
    color: #000;
    text-transform: none;
    font-weight: 700;
}

.titulo-topo-10{
      font-size: 28px;
      line-height: 1.3em;
   }  

.botao{
      text-align: center;
       display: flex;
       margin: 0 auto;
   }

.botaokit{
   font-size: 16px;
   text-transform: uppercase;
   font-weight: 600;
    background-color: #1874cd;
   color: #fff;
   padding: 18px 15px;
   box-shadow: 0 0 10px #6c8eb7bf;
   border-radius: 5px;
   text-align: center;
}

.titulo-ant-kit{
   font-size: 30px;
    line-height: 1.3em;
    letter-spacing: .6px;
    color: #000;
    text-transform: none;
    font-weight: 700;
}

.fundo-kit{
   border-color: #0000001f;
   border-style: solid;
   border-width: 2px;
   border-radius: 5px;
   padding-top: 20px;
   padding-bottom: 20px;
   margin: 10px;
}

.fundo-kit1{
   border-color: #0000001f;
   border-style: solid;
   border-width: 2px;
   border-radius: 5px;
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #eae4da80;
   box-shadow: 0 0 10px #6c8eb7;
}

.img-kit{
   width: 100%;
   height: auto;
}

.fundo-preto{
   max-width: 100%;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 100px;
   background-color: #000;
   font-size: 16px;
   line-height: 1.6em;
   letter-spacing: 0px;
   color: #fff;
   text-transform: none;
   font-weight: 700;
}

.titulo-kit{
   font-size: 20px;
    line-height: 1.3em;
    letter-spacing: .6px;
    color: #71bba0;
    text-transform: none;
    font-weight: 700;
    padding-top: 15px;
}

.texto-preco{
   font-size: 30px;
   line-height: 1.3em;
   letter-spacing: .6px;
   color: #000;
   text-transform: none;
   font-weight: 700;
}

.anti-preco{
   font-size: 16px;
   font-weight: 400;
   color: #000;
}

.anti-preco span{
   font-weight: 600;
   color: #333;
}

.desconto{
   background-color: #ff0000;
   border-radius: 25px;
   font-size: 19px;
   color: #fff;
   font-family: 'Montserrat', sans-serif;
   padding: 10px 20px;
   margin: 0 auto;
   max-width: 100%;
   margin-bottom: 15px;
}

#kit .fa-star{
   color: #fed624;
   font-size: 14px;
}

.fa-star{
   color: ##fcb900;
   font-size: 14px;
}  

.fa-circle-check{
   color: #fcb900
   font-size: 20px;
} 

.texot-kit{
   font-size: 12px;
   line-height: 1.3em;
   letter-spacing: .6px;
   color: #000;
   text-transform: none;
   font-weight: 400;
}



/* Rodapé */
.rodape {
  background-color: #333333; /* Cor de fundo escura para contraste com texto branco */
  color: #ffffff; /* Cor do texto */
  padding: 40px 0; /* Espaçamento interno */
  border-top: 1px solid #444444; /* Borda superior mais clara para separação */
}

/* Texto do Rodapé */
.texto-rodape {
  font-size: 14px;
  color: #ffffff; /* Texto branco para boa visibilidade contra o fundo escuro */
  margin: 0 0 10px;
}

.texto-rodape a {
  color: #00aaff; /* Azul claro para links */
  text-decoration: none;
  font-weight: 500; /* Negrito leve para destacar links */
}

.texto-rodape a:hover {
  color: #0077cc; /* Azul mais escuro para o hover */
  text-decoration: underline; /* Sublinhado ao passar o mouse */
}

/* Títulos do Rodapé */
.titulo-rodape {
  font-size: 18px;
  color: #ffffff; /* Títulos brancos para se destacarem no fundo escuro */
  margin-bottom: 15px;
  font-weight: 700; /* Negrito para títulos */
}

/* Imagem da Logo */
.img-todape {
  width: 260px; /* Define a largura da imagem */
  height: auto; /* Mantém a proporção da imagem */
  box-shadow: none; /* Remove qualquer sombra */
  border: none; /* Remove qualquer borda */
  display: block; /* Garante que a imagem seja exibida como bloco */
  margin: 0 auto; /* Centraliza a imagem horizontalmente */
}

.img-todape:hover {
  transform: scale(1.05); /* Aumenta levemente o tamanho da logo ao passar o mouse */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adiciona sombra para destacar a logo */
}

/* Imagem do WhatsApp */
.img-whatsapp {
  max-width: 100%; /* Garante que a imagem não ultrapasse a largura do contêiner */
  height: auto; /* Mantém a proporção da imagem */
  max-height: 100px; /* Define a altura máxima da imagem */
  display: block; /* Remove o espaçamento abaixo da imagem */
  margin: 0 auto; /* Centraliza a imagem horizontalmente */
}

/* Botão do WhatsApp */
.btn-whatsapp {
  display: block;
  text-align: center; /* Centraliza o conteúdo dentro do link */
}

/* Ícones de Pagamento e Envio */
.icones-pagamento,
.icones-envio {
  font-size: 24px;
  color: #ffffff; /* Cor branca para ícones */
  margin: 10px 0;
}

.icones-pagamento i,
.icones-envio i {
  margin: 0 15px; /* Espaçamento entre ícones */
}

/* Centralização de Texto */
.text-center {
  text-align: center; /* Centraliza o texto e os elementos dentro do contêiner */
}

/* Contêiner */
.container {
  max-width: 1200px; /* Largura máxima do contêiner */
  margin: 0 auto; /* Centraliza o contêiner */
  padding: 0 15px; /* Espaçamento lateral */
}

/* Ajustar padding para o CTA */
  .cta-button {
    padding: 10px 20px;
    background-color: #fcb900;
    border: none;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
  }

/* Colunas */
.col-12 {
  width: 100%; /* Garante que o contêiner ocupe a largura total */
}

.col-md-4 {
  width: 33.3333%; /* Divide o contêiner em três colunas iguais */
  box-sizing: border-box; /* Inclui o padding e bordas na largura total */
}

/* Responsividade */
@media (max-width: 768px) {
  .col-md-4 {
    width: 100%; /* Em telas menores, ocupa 100% da largura */
  }
  .texto-rodape, .titulo-rodape {
    text-align: center; /* Centraliza texto e títulos em telas menores */
  }
}


/* Estilizando o contêiner dos vídeos */
.topo-5 .video-container {
  margin-bottom: 20px; /* Espaço abaixo de cada vídeo */
}

/* Ajustando a borda e o espaçamento dos vídeos */
.topo-5 video {
  border-radius: 10px; /* Bordas arredondadas para os vídeos */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra leve ao redor do vídeo */
}

/* Centralizando os textos abaixo dos vídeos */
.topo-5 .titulo-icone {
  margin-top: 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333; /* Cor do texto */
}

.topo-5 .texto-principal {
  font-size: 1em;
  color: #666; /* Cor do texto */
  margin-top: 10px;
}


.frete-gratis {
    color: #FF7F50;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #eaffea;
}

.icon-container {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon-item {
    text-align: center;
}

.icon-container i {
    color: #555; /* Cor dos ícones */
    font-size: 24px; /* Tamanho dos ícones */
    margin: 0 10px;
}

.icon-label {
    margin-top: 5px;
    font-size: 12px;
    color: #555;
    text-align: center;
}

.aviso-rodape {
            font-size: 0.9rem;
            color: #333;
            text-align: center;
            margin-top: 1rem;
            background-color: #000; /* Fundo preto para contraste com o texto branco */
            color: #fff; /* Cor padrão do texto em branco */
        }
        
        
        
     .img-barraicon{
    width: 90%;
    height: auto;
    max-width: 550px;
}



  /* Efeitos de hover nos cards */
  #como-usar-joelheira div:hover {
    transform: translateY(-5px);
  }

  /* Estilo responsivo */
  @media (max-width: 768px) {
    #como-usar-joelheira {
      padding: 20px 10px;
    }
    #como-usar-joelheira h2 {
      font-size: 1.8em;
    }
    #como-usar-joelheira p {
      font-size: 1em;
    }
    #como-usar-joelheira img {
      width: 80px; /* Reduz o tamanho das imagens no mobile */
    }
  }
  
  /* CSS para topo-11 */
.topo-11 {
    background-color: #f8f8f8;
    padding: 40px 0;
    border-bottom: 2px solid #eaeaea;
}

.topo-11 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}

.topo-11 .testimonial {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 300px;
    padding: 20px;
    text-align: center;
}

.topo-11 .testimonial img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}

.topo-11 .testimonial .name {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.topo-11 .testimonial .stars {
    font-size: 20px;
    color: #f5a623;
    margin-bottom: 10px;
}

.topo-11 .testimonial p {
    font-size: 16px;
    color: #666;
    margin: 0;
}


/* Estilos para a seção topo-11 */
.elementor-section.topo-11 {
    padding: 40px 0;
}



.testimonial {
    flex: 1 1 calc(33.333% - 20px); /* Ajusta para três colunas */
    box-sizing: border-box;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
}

.testimonial img.product-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial img.product-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 0 !important; /* Força a imagem a ser quadrada */
    margin-bottom: 15px;
}


.stars {
    font-size: 1.5rem;
    color: #f39c12;
    margin-bottom: 10px;
}

.name {
    font-weight: bold;
    margin-bottom: 10px;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}


/* Seção específica da Magic Sole */
.magicsole-description {
    padding: 50px 0;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

/* Imagem da Magic Sole */
.magicsole-image {
    border-radius: 10px;
    max-height: 400px;
    object-fit: cover;
}

/* Ícone de seta */
.magicsole-icon {
    color: #ff8800;
    transition: transform 0.3s ease;
}

.magicsole-icon:hover {
    transform: scale(1.2);
}

/* Título elegante */
.magicsole-title {
    font-size: 2rem;
    color: #333;
    line-height: 1.4;
}

/* Destaque em laranja */
.orange-highlight {
    color: #ff8800;
    text-decoration: none;
}

/* Texto principal */
.magicsole-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

/* Responsividade */
@media (max-width: 768px) {
    .magicsole-description {
        padding: 30px 15px;
    }

    .magicsole-title {
        font-size: 1.5rem;
    }

    .magicsole-text {
        font-size: 1rem;
    }
}
.image-gallery {
  text-align: center;
}

.main-image img {
  width: 100%;
  max-width: 500px; /* Limite opcional para evitar imagens muito grandes */
  height: auto;
  margin-bottom: 10px;
}

.thumbnail-images img {
  width: 20%; /* Cada imagem miniatura ocupa 30% do espaço */
  margin-right: 10px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.thumbnail-images img:hover {
  transform: scale(1.1); /* Efeito de hover */
}

.benefit-item {
  font-size: 16px;
  margin-bottom: 10px;
}

.titulo-principal {
    font-size: 2.5rem; /* Tamanho do título maior para destaque */
    font-weight: bold; /* Negrito para dar ênfase */
    color: #333; /* Cor escura para boa legibilidade */
    text-align: center; /* Centraliza o texto */
    margin-bottom: 20px; /* Espaço inferior */
    line-height: 1.2; /* Linha ajustada para proximidade adequada */
}

.titulo-principal small {
    display: block; /* Exibe o "small" em uma nova linha */
    font-size: 1.2rem; /* Tamanho menor para o subtítulo */
    color: #666; /* Cor mais clara para menos destaque que o título */
    font-weight: 400; /* Normaliza o peso da fonte */
    margin-top: 10px; /* Espaço entre o título principal e o subtítulo */
}

@media (max-width: 768px) {
    .titulo-principal {
        font-size: 2rem; /* Reduz o tamanho do título em telas menores */
    }

    .titulo-principal small {
        font-size: 1rem; /* Reduz o tamanho do subtítulo em telas menores */
    }
}

.estre-topo-2 {
  font-size: 14px;
  margin-bottom: 20px;
}

/* Estilo geral da seção */
    .beneficios {
        background-color: #FF7F50; /* Fundo laranja moderno */
        padding: 60px 0; /* Espaçamento superior e inferior maior */
        color: #fff; /* Texto em branco para contraste */
    }

    /* Estilo para o conteúdo textual */
    .beneficios h1 {
        font-size: 2.5rem; /* Tamanho do título grande e impactante */
        line-height: 1.2;
        color: #fff; /* Título em branco */
        font-weight: 500;
    }

    .beneficios p {
        font-size: 1.1rem; /* Tamanho de fonte ajustado para legibilidade */
        line-height: 1.6;
        color: #f1f1f1; /* Cor do texto levemente mais clara que o título */
    }

    .orange-color {
        color: #FFD700; /* Destaque dourado para contraste com o fundo laranja */
    }

    /* Estilo para a imagem */
    .beneficios img {
        max-width: 100%; /* Responsivo: imagem ocupa o espaço disponível */
        border-radius: 15px; /* Bordas arredondadas modernas */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Sombra sutil para destaque */
    }

    /* Ajustes responsivos */
    @media (max-width: 992px) {
        .beneficios h1 {
            font-size: 2rem; /* Reduz o tamanho do título para telas menores */
            text-align: center; /* Centraliza o título em dispositivos móveis */
        }

        .beneficios p {
            text-align: center; /* Centraliza os parágrafos em dispositivos móveis */
        }

        .beneficios img {
            margin-top: 20px; /* Adiciona espaço acima da imagem no mobile */
        }
    }

    @media (max-width: 768px) {
        .beneficios h1 {
            font-size: 1.75rem; /* Reduz o título um pouco mais para telas pequenas */
        }
    }

    @media (max-width: 576px) {
        .beneficios {
            padding: 40px 20px; /* Reduz o espaçamento em telas muito pequenas */
        }

        .beneficios img {
            margin: 20px 0; /* Espaço adicional para a imagem em telas muito pequenas */
        }
    }
    
  

/* Animação de pulsação contínua */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Estilo responsivo: botão em telas menores */
@media (max-width: 768px) {
    .cta-button {
        padding: 12px 25px; /* Ajusta o padding para telas menores */
        font-size: 1rem; /* Reduz o tamanho da fonte em telas menores */
    }
}




/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* Container */
.prod-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Section styling */
.prod-section {
  padding: 0px 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Title Styling */
.prod-title {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 20px;
}

.prod-title span {
  color: #008cba; /* Blue accent color */
}

.prod-text {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #555;
}

/* Image Styling */
.prod-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Buttons (if needed) */
.prod-btn {
  background-color: #008cba;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.prod-btn:hover {
  background-color: #005f7f;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .prod-title {
    font-size: 2rem;
  }

  .prod-text-right, .prod-text-left {
    text-align: center !important;
  }

  .prod-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

/* Typography enhancements */
.prod-subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
}

.prod-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
}

.prod-description {
  font-size: 1.2rem;
  color: #666;
}

/* Spacing for elements */
.prod-space-top {
  margin-top: 40px;
}

.prod-center {
  text-align: center;
}





/* Estilos básicos */
.topo-41 {
  background-color: #f7f7f7;
  padding: 40px 0;
  text-align: center;
}

.depoimento-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.depoimento-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 20px;
}

/* Estilos do carrossel */
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

.carousel-track {
  display: flex;
  gap: 10px;
  will-change: transform;
  animation: scroll-infinite 20s linear infinite; /* Velocidade para desktop */
}

.carousel-img {
  width: 30%; /* Mostra 3 imagens ao mesmo tempo no desktop */
  max-width: 1000px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

/* Animação contínua para desktop */
@keyframes scroll-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Ajustes para mobile */
@media (max-width: 768px) {
  .carousel-track {
    animation: scroll-infinite-mobile 10s linear infinite; /* Velocidade para mobile */
  }

  .carousel-img {
    width: 50%; /* Mostra 2 imagens ao mesmo tempo no mobile */
    max-width: none;
  }
}

/* Animação contínua para mobile */
@keyframes scroll-infinite-mobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Animação contínua para mobile */
@keyframes scroll-infinite-mobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.palmilha-info {
  padding: 20px;
  background-color: #f9f9f9; /* Cor de fundo leve para destacar a seção */
  margin: 20px 0; /* Margem entre outras seções */
}

.palmilha-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px; /* Limita a largura máxima para não ficar muito largo */
  margin: 0 auto;
}

.palmilha-img {
  max-width: 40%;
  height: auto; /* Para manter as proporções da imagem */
  border-radius: 10px; /* Bordas arredondadas para dar um visual moderno */
}

.palmilha-texto {
  max-width: 55%; /* Para o texto ocupar um pouco mais de espaço que a imagem */
  padding-left: 20px;
}

.palmilha-texto h2 {
  font-size: 1.8rem; /* Tamanho maior para o título */
  color: #333; /* Cor escura para legibilidade */
}

.palmilha-texto p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666; /* Texto mais suave, mas ainda legível */
}

/* Ajustes para dispositivos menores */
@media (max-width: 768px) {
  .palmilha-container {
    flex-direction: column;
    text-align: center;
  }

  .palmilha-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .palmilha-texto {
    max-width: 100%;
    padding-left: 0;
  }
}





/* Estilo da notificação de prova social */
.notification {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  display: none;
  font-size: 14px;
  z-index: 9999;
  max-width: 300px;
}

/* Barra de progresso (carregamento mais fino e visível) */
.progress {
  width: 100%;
  height: 2px; /* Barra mais fina */
  background-color: #ddd;
  border-radius: 1px;
  overflow: hidden;
  margin-top: 10px;
}

.progress::before {
  content: '';
  display: block;
  height: 100%;
  background-color: #4caf50; /* Verde mais visível */
  width: 0;
  animation: load 4s linear forwards; /* Carrega em 4 segundos */
}

.notification.show {
  display: block;
  animation: fadeIn 1s ease-in-out, fadeOut 1s 4s ease-in-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes load {
  from { width: 0; }
  to { width: 100%; }
}


.alert-stock-warning {
    margin-top: 20px;
    background-color: #fef8e7; /* Cor de fundo suave */
    border: 1px solid #ffc107; /* Cor de borda de alerta */
    padding: 15px;
    border-radius: 5px;
    color: #333; /* Cor do texto */
    font-size: 16px;
}

.alert-stock-warning i {
    color: #ffc107; /* Cor do ícone de atenção */
    font-size: 20px;
    margin-right: 10px;
}

.alert-stock-warning strong {
    color: #333; /* Destaque no texto de atenção */
}

.alert-stock-warning {
    margin-top: 10px; /* Reduzindo o espaço de cima */
    background-color: #fef8e7;
    border: 1px solid #ffc107;
    padding: 15px;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
}



.urgente {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 768px) {
    .cta-button {
        padding: 12px 20px;
        font-size: 1rem;
        width: 100%;
        max-width: 100%;
        display: block;
    }
}



  .faixa-campeao {
            background: linear-gradient(90deg, #f9f9f9, #f0f0f0); /* Gradiente sutil */
            color: #2c2c2c; /* Texto escuro para maior contraste */
            padding: 15px 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            border-radius: 8px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05); /* Sombra suave */
            font-family: 'Roboto', sans-serif;
            position: relative;
            overflow: hidden;
        }

        /* Troféu Dourado Moderno */
        .faixa-campeao .icone-trofeu {
            font-size: 2em;
            color: #FFD700;
            margin-right: 15px;
            animation: bounce 2s infinite; /* Animação leve */
        }

        /* Texto principal */
        .faixa-campeao h1 {
            font-size: 1.8em;
            font-weight: 700;
            margin: 0;
            color: #333;
        }

        /* Texto complementar */
        .faixa-campeao p {
            font-size: 1.1em;
            margin-top: 5px;
            color: #666;
        }

        /* Animação bounce suave */
        @keyframes bounce {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-5px);
            }
        }

        /* Faixa de portais famosos */
        .faixa-portais {
            background-color: #fff;
            padding: 10px 0;
            text-align: center;
            display: flex;
            justify-content: center;
            gap: 25px;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            margin-top: 20px;
        }

        .faixa-portais img {
            max-height: 40px; /* Altura máxima das logos */
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }

        .faixa-portais img:hover {
            opacity: 1; /* Destaca logo no hover */
        }

        /* Responsividade - Faixa e logos para mobile */
        @media (max-width: 768px) {
            .faixa-campeao {
                flex-direction: column;
                padding: 20px 15px;
            }

            .faixa-campeao .icone-trofeu {
                margin-right: 0;
                margin-bottom: 10px;
            }

            .faixa-campeao h1 {
                font-size: 1.6em;
            }

            .faixa-campeao p {
                font-size: 1em;
            }

            .faixa-portais {
                flex-direction: column;
                gap: 15px;
            }

            .faixa-portais img {
                max-height: 35px;
            }
        }

.kit-card {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 20px;
    transition: transform 0.2s ease-in-out;
}
.kit-card:hover {
    transform: scale(1.05);
}