button{
    cursor: pointer !important;
}
.topo-1{
	margin: 0px 0px 0px 0px;
    padding: 0px;
    background-color: #050a30;
    color: #fff;
}

/* Exibir conteúdo somente em Desktop (telas maiores que 768px) */
.desktop-only {
    display: block; /* Mostra em telas maiores */
}

.mobile-only {
    display: none; /* Esconde conteúdo mobile por padrão */
}

/* Quando a tela for menor que 768px (dispositivos móveis) */
@media (max-width: 768px) {
    .desktop-only {
        display: none; /* Esconde a seção de desktop em dispositivos móveis */
    }

    .mobile-only {
        display: block; /* Exibe a seção para mobile */
    }
}


.foto-cliente {
  width: 144px;             /* Aumento de 20% */
  height: 108px;            /* Mantém proporção 4:3 */
  border-radius: 12px;      /* Cantos arredondados */
  margin-top: 10px;
  object-fit: cover;
}





.img-wpp: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 */
}



.rodape{
	    background-image: linear-gradient(180deg, #191970 0%, #000 100%);
	    padding-top: 50px;
	    padding-bottom: 20px;
}

/* 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 */
}

.img-logo{
	width: 80%;
	height: auto;
	max-width: 200px;
}
.img-wpp{
	width: 80%;
	height: auto;
	max-width: 200px;
}

.texto-rodape a:hover {

  text-decoration: underline; /* Sublinhado ao passar o mouse */
}

.texto-rodape {
  font-size: 14px;
  color: #ffffff; /* Texto branco para boa visibilidade contra o fundo escuro */
  margin: 0 0 10px;
}

.img-wpp{
		display: block;
		margin: 0 auto;
	}
	
	
	
	

.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{
	background-color: #fff;
	padding-bottom: 40px;
    padding-top: 40px;
}

.img-estr-topo-2{
	width: 100px;
	height: auto;
}

.estre-topo-2{
	color: #777777;
	font-size: 16px;
}

.titulo-principal{
	color: #193073;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
}

.titulo-principal-2{
	color: #fdb932;
    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%, #EFEFEF 100%);
}

.btn2{
	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-04{
	background-color: #fff;
	padding-bottom: 40px;
    padding-top: 40px;
}
.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;
}

.fundo-cinzaclaro{
	font-family: Open Sans,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 7px;
    background: #828282;
}

.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-image: (180deg, #0d5aa2 0%, #000 100%);
	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;
}

.topo-05{
	padding-top: 30px;
	padding-bottom: 50px;
	background-image: linear-gradient(180deg, #fafafa 0%, #f3fbff 80%);
} 

.topo-06{
	padding-top: 30px;
	padding-bottom: 50px;
	background-image: linear-gradient(180deg, #fff 100%, #EFEFEF 50%);
}

.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;
}

.topo-kit{
	background-color: transparent;
    background-image: linear-gradient(180deg, #fff 100%, #EFEFEF 0%);
    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;
}



.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-image: linear-gradient(180deg, #0d5aa2 0%, #000 100%);
}

.img-garantia{
	width: 90%;
	height: auto;
}

.titulo-garantia{
	color: #fff;
    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;
}

.img-barraicon{
    width: 90%;
    height: auto;
    max-width: 550px;
}

.titulo-cont{
	font-size: 30px;
    color: #fdb932;
    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;
}

.img-pay{
    float: center;
    width: 80%;
    height: auto;

}

.img-pay1{
    float: center;
    width: 30%;
    height: auto;

}

.btn-compra {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #32CD32; /* Verde do botão */
    margin: 0 auto;
    color: white; /* Cor do texto */
    margin-top: 30px;
    font-size: 25px;
    background-color: #04bd36;
    border-radius: 15px 15px 15px 15px;
    padding: 10px 5px 10px 5px;
}
.dddd{
    width: 95%;
    display: flex;
    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", sans-serif;
    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;
}

.topo-av{
    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-wpp: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 */
}



.rodape{
	    background-image: linear-gradient(180deg, #191970 0%, #000 100%);
	    padding-top: 50px;
	    padding-bottom: 20px;
}

/* 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 */
}

.img-logo{
	width: 80%;
	height: auto;
	max-width: 200px;
}
.img-wpp{
	width: 80%;
	height: auto;
	max-width: 200px;
}

.texto-rodape a:hover {

  text-decoration: underline; /* Sublinhado ao passar o mouse */
}

.texto-rodape {
  font-size: 14px;
  color: #ffffff; /* Texto branco para boa visibilidade contra o fundo escuro */
  margin: 0 0 10px;
}

.img-wpp{
		display: block;
		margin: 0 auto;
	}	





.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;
}

.azul{
    color: #0d2551;
}