@charset "UTF-8";


body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Isso impede a rolagem lateral */
}


.collapse {
    margin-left: 15%;
}

  


.titulo{
    text-align: center;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    color: #cda05d;
    margin-bottom: 5vh;
    
}

/* Garante que o select tenha visibilidade no celular */
select {
    display: block;
    width: 100%;
    padding: 10px;
}


.whatsapp_consultora{
	height: 7vh;
	width: auto;
}



    
/*estilo do menu */
.navbar{
	background-color: #ffffff;

}

/*cor da fonte do menu*/
.navbar a{
	color: #cda05d;
	transition: color 0.3s ease, transform 0.3s ease; 
	/* Define a fonte para Century Gothic */
	font-family: 'Century Gothic', sans-serif; 
}

/*efeito ao passar o mouse no texto do menu*/
.navbar a:hover {
    color: #a45d2d;
    transform: scale(1.1);
}

.logo{
    height: auto;
    width: 150px;
}

.navbar-nav .loja_virtual .nav-link{
    color: #da0080 !important;
}

.navbar-toggler {
    border: none !important; /* Remove a borda */
    outline: none !important; /* Remove o contorno ao clicar */
    box-shadow: none !important; /* Remove qualquer sombra */
}


/*estilo do footer */

.rodape{
    text-align: center;
}

.sociais{
    text-decoration: none;
}
.distancia_footer h6{
    margin-top: 5px;
    margin-bottom: 1%;
    color: #cda05d;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold
}
.distancia_footer img{
    height: 6.5vh;
    padding: 0% 1%;
}

.distancia_footer a{
    text-decoration: none;
    color: #cda05d;
    font-family: 'Vanitas', sans-serif;
}

.endereco, .copy {
    text-align: center;
    margin-bottom: 0px;
    color: #cda05d;
}
.distancia_footer{
    margin-bottom: 1%; 
    color: #cda05d;  
}

footer{
    background-color: #fadcda;
}


/*estilo do index */

.container_card {
    padding: 20px;
}

.card_produtos a{
	text-decoration: none;
	color: #cda05d;
}

.card_index {
    margin: 0;
    padding-bottom: 6vh;
    display: flex; /* Usar flexbox para centralizar */
    justify-content: center; /* Centraliza os itens na horizontal */
    flex-wrap: wrap; /* Permite que os itens se movam para a próxima linha */
    gap: 20px; /* Adiciona espaçamento uniforme entre os cards */
}

.card_produtos {
    display: flex;
    flex-direction: column; /* Organiza o conteúdo verticalmente */
    align-items: center;
    justify-content: space-between; /* Distribui espaço */
    border: 1px solid #cda05d;
    padding: 20px;
    box-shadow: 0 24px 28px rgba(205, 160, 93, 0.3);
    transition: transform 0.2s;
    width: 100%;
    max-width: 350px; /* Largura fixa dos cards */
    min-height: 600px; /* Define uma altura mínima para uniformizar os cards */
    height: auto;
    background-color: white;
    border-radius: 10px;
}

.card_produtos:hover {
    transform: scale(1.05); /* Efeito de zoom ao passar o mouse */
}

.card_produtos h4 {
    margin-bottom: 10px; /* Espaçamento entre título e texto */
    text-align: center; /* Centraliza o título */
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

/* Texto dentro dos cards */
.text-container {
    flex-grow: 1; /* Faz o texto ocupar espaço máximo dentro do card */
    padding: 2vh;
    text-align: justify;
    font-family: 'Vanitas', sans-serif;
    margin-bottom: auto; /* Espaçamento entre o texto e a imagem */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza verticalmente o texto */
}



/* Container da imagem para garantir alinhamento */
.img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.img-responsive {
    width: 100%;
    height: auto;
    max-height: 400px;
    max-width: 350px;
    object-fit: cover; /* Ajusta as imagens para preencher o espaço sem distorcer */
    object-fit: cover; /* Ajusta as imagens para preencher o espaço sem distorcer */
    margin-bottom: 10px ;
}

.img-responsive.dynamic-margin {
    margin-top: auto; /* Remove a margem fixa */
}

/*estilo do empresa */

.empresa{
    margin: 5%;
    color: #cda05d;
    font-family: 'Vanitas', sans-serif;
    text-align: justify;
}
.empresa p{
	font-family: 'Vanitas', sans-serif;
}
.empresa h6{
	font-family: 'Vanitas', sans-serif;
	font-weight: bold;
}

/*estilo do distribuidor */

.info_distribuidor img{
    height: 12vh;
    margin-bottom: 0%;
}

.info_distribuidor, .form-group{
    text-align: justify;
    margin-top: 20vh;
}

.info_distribuidor h4{
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
	margin-top: 5vh;
	color: #cda05d;
	text-align: left;
}

.distribuidor_h1{
	font-family: 'Century Gothic', sans-serif;
	color: #cda05d;
	font-weight: bold;
}

.info_distribuidor p{
	font-family: 'Vanitas', sans-serif; 
	color: #cda05d;
    text-align: justify;
}
.info_distribuidor, .form-group h2{
    text-align: center;  
}

.form-group h2{
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
}
.distribuidor{
    background-color:  white;
    color: black;
    padding-bottom: 5vh;
    /* padding-left: 5vh; */
}

.form-group{
    background-color: rgb(250, 220, 218, 0.75);
    color: #cda05d;
    padding: 5vh;  
}

.formulario{
	display: block;        /* Faz com que o input ocupe toda a largura disponível */
    margin: 0 auto;       /* Centraliza horizontalmente */
    text-align: left;
}

.btn-lg{
	font-family: 'Century Gothic', sans-serif;
	background-color: rgb(243, 130, 148);
	color: white;
	border: none;
	border-radius: 15px;
}

form h5 {
    margin-bottom: 0; /* Remove margens do h5 */
    margin-top: 20px; /* Remove margens do h5 */
}

.logo_formulario{
    max-width: 70%;
}


@media (max-width: 768px) {
    .info_distribuidor img {
        max-width: 60%; /* Reduz a largura no mobile */
        height: auto; /* Ajusta a altura proporcionalmente */
    }
}

/*estilo do relatorio de tranparencia */

.transparencia{
    margin: 5%;
    color: #cda05d;
    font-family: 'Vanitas', sans-serif;
    text-align: justify;
}
.transparencia p{
	font-family: 'Vanitas', sans-serif;
}

.transparencia h2{
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
}

.obrigado_text{
	font-family: 'Vanitas', sans-serif; 
	text-align: center;
	color: #cda05d;
}

.link{
	font-family: 'Vanitas', sans-serif; 
	color: #cda05d;
	text-decoration: underline;
}
.card_distribuidor .card-body {
    color: #cda05d; /* Cor dourada */
    border: 1px solid #cda05d; /*Borda para visualização (opcional) */
    box-shadow: 0 24px 28px rgba(205, 160, 93, 0.3);
    border-radius: 8px;
}
.card_distribuidor{
    transition: transform 0.2s; /* Efeito de transição ao passar o mouse */
    border: none;
}

.card_distribuidor .card-title,
.card_distribuidor .card-text {
    color: #cda05d; /* Cor dourada */

}

.card_distribuidor:hover {
    transform: scale(1.05); /* Efeito de zoom ao passar o mouse */
}
.coracao{
    margin-top: 5%;
    width: 15vh;
    margin-bottom: 3%;
}

@media (min-width: 992px) {
    .card_index {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .card_produtos {
        flex: 0 0 30%; /* 3 por linha */
        max-width: 30%;
    }
}

@media (max-width: 768px) {
    .card_produtos {
        flex: 0 0 100%; /* 1 por linha */
        max-width: 100%;
    }
    .form-group {
        margin-top: -20px; /* Ajuste conforme necessário */
        padding-top: 0;
    }

    .distribuidor {
        margin-top: -70px;
        flex-direction: column;
        align-items: center;
        padding-top: 5px;
    }

}


