/* Navbar custom styles */
.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 180px;
    /* Adiciona margem à esquerda */
    padding-right: 180px;
    /* Adiciona margem à direita */
}

/* Estilos gerais */

/* Definições básicas */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f8f9fa;
    color: #212529;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .navbar-custom {
        padding-left: 10px;
        /* Reduz margem à esquerda para telas menores */
        padding-right: 10px;
        /* Reduz margem à direita para telas menores */
    }
}

.navbar-custom .navbar-brand {
    margin-right: 1rem;
    /* Espaçamento entre brand e navbar-nav */
}

.navbar-custom .nav-item {
    margin-left: 0.5rem;
    /* Espaçamento entre itens do navbar-nav */
    margin-right: 0.5rem;
    /* Espaçamento entre itens do navbar-nav */
}

/* Header */
header {
    max-height: 900px;
    overflow: hidden;
}

/* .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Hero Section */
.carousel-image {
    height: 550px;
    width: auto;
    object-fit: cover;
}

*/

/* Social Links */
.social-link {
    font-size: 1rem;
    color: #532559;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
}

.social-link i {
    font-size: 1.5rem;
}

.social-link:hover {
    color: #2d0c31;
}

/* New Section with Icons and Text */
.section-icons {
    background-color: #502557;
    padding: 20px 0;
}

.section-icons .col-lg-3,
.section-icons .col-md-6,
.section-icons .col-6 {
    text-align: center;
    color: #fff;
}

.section-icons i {
    font-size: 2rem;
}

/* Estilos para a seção de Testimonials */
#testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f8f9fa;
}



/* Footer */
footer {
    background-color: #f8f9fa;
    color: #212529;
    text-align: center;
    padding: 20px 0;
}

.social-link-footer {
    font-size: 1.5rem;
    color: #532559;
    text-decoration: none;
}

.social-link-footer i {
    margin-right: 10px;
    font-size: 1.8rem;
}

.social-link-footer:hover {
    color: #2d0c31;
}

/* Media Queries */


@media (max-width: 576px) {

    .section-icons .col-lg-3,
    .section-icons .col-md-6,
    .section-icons .col-6 {
        margin-bottom: 20px;
        /* Ajusta o espaçamento entre os ícones em telas menores */
    }
}

@media (max-width: 991.98px) {
    .section-icons {
        margin-top: 30px;
        /* Ajuste o espaçamento superior da seção em telas menores */
    }
}

/* Call to Action Section */
#cta {
    background-color: #532559;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    /* Tamanho maior para o título */
    margin-bottom: 20px;
}

.cta-description {
    font-size: 1.2rem;
    /* Tamanho maior para a descrição */
    margin-bottom: 15px;
}

.cta-price {
    font-size: 1.5rem;
    /* Tamanho maior para o preço original */
    margin-bottom: 10px;
}

.cta-price-discounted {
    font-size: 3rem;
    /* Tamanho maior para o preço com desconto */
    margin-bottom: 20px;
}

.cta-btn {
    font-size: 1.5rem;
    /* Tamanho maior para o botão */
    padding: 12px 30px;
    /* Maior padding para o botão */
    margin-top: 20px;
}

/* Estilos para a seção de FAQ */
#faq {
    background-color: #f8f9fa;
    padding-top: 50px;
    padding-bottom: 50px;
}

.card-header {
    background-color: #fff;
}

.card-body {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
}

/* Centralizar perguntas e respostas em dispositivos móveis */
@media (max-width: 576px) {
    .accordion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 90%;
        margin-bottom: 20px;
        text-align: center;
        /* Alinha texto no centro */
    }

    .card-header {
        text-align: center;
        /* Alinha cabeçalho no centro */
    }

    .card-body {
        text-align: center;
        /* Alinha corpo no centro */
    }
}

/* Estilos para a seção de Testimonials */
#testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f8f9fa;
}

.testimonial-card {
    height: 100%;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-card .card-body {
    text-align: center;
}

@media (max-width: 576px) {
    .testimonial-card {
        margin-bottom: 30px;
    }

    .testimonial-card .card-body {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


#purchase-button {
    padding: 3rem 0;
    background-color: #f8f9fa;
}

.cta-btn {
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 10px;
    background-color: #28a745;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.cta-btn:hover {
    background-color: #218838;
    color: #fff;
}

@media (max-width: 576px) {
    .cta-btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

.social-link {
    font-size: 1rem;
    color: #532559;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link i {
    margin-right: 10px;
    font-size: 1rem;
}

.social-link:hover {
    color: #2d0c31;
}

@media (max-width: 576px) {
    .social-link {
        font-size: 1rem;
    }

    .social-link i {
        font-size: 1.5rem;
    }
}

#about {
    margin-top: -30px;
}


.roxo {
    color: #9008a2;
}
.amarelo{
    color: yellow;
}

.verde {
    color: #08cb67;
    font-size: 1.2em;
}

.fonte_titulo {
    font-size: 30px;
}

.fonte_menor {
    font-size: 22px;
}