@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.header-privado{
    background-image: url('../../img/2.0/fabrica.png'), linear-gradient(90deg, #112a25 0, #163730 35%, #398c56 100%) !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 140px;
    position: relative;
    width: 100%;
    height: 590px;
    color: #fff;
    background-color: var(--principal);
    padding-top: 120px;
    overflow: hidden;
}



.header-main-privado{
    background-color: #fff;
    padding-top: 110px;
    padding-bottom: 130px;
}

.header.a .btn{
    padding: 12px 90px !important;
}

.privado-logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}

.privado-logo svg{
    width: 75px !important;
    height: auto !important;
}

.privado-logo h4{
    font-size: 45px;
    margin-left: 25px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Exo 2' !important;
}

.privado-txt{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 20px;
}

.privado-txt h6{
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Exo 2' !important;
}

.privado-txt h3{
    font-size: 79px;
    line-height: 85px;
    font-weight: 700;
    color: #00db41;
    letter-spacing: -4px;
    font-family: 'Exo 2' !important;
}


.privado{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: 330px;
}

.div-privado{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-privado img{
    width: 400px;
}


.div-privado-text{
    width: 60%;
}

.div-privado-text h4{
    font-size: 43px;
    font-weight: 600;
    line-height: 50px;
    color: #163730;
}

.div-privado-text p{
    font-size: 18px;
    margin-top: 22px;
    color: #163730;
}


.grafico{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: 330px;
}

.div-grafico{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-grafico img{
    width: 450px;
}


.div-grafico-text{
    width: 50%;
}

.div-grafico-text h4{
    font-size: 43px;
    font-weight: 600;
    line-height: 50px;
    color: #00a531;
}

.div-grafico-text p{
    font-size: 18px;
    margin-top: 22px;
    color: #163730;
}

.div-privado-text b{
    font-weight: 600;
}

.mini-description{
    background-color: #e8f2e6;
    padding: 6px 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-bottom: 30px;
}

.mini-description img{
    width: 25px;
    margin-right: 10px;
}


.mini-description h5{
    font-size: 16px;
    font-weight: 600;
    color: #003226;
}

.privado-title{
    font-size: 43px;
    color: #00a531;
    font-weight: 600;
}

.privado-description{
    color: #163730;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 55px;
}

.how-title{
    font-size: 43px;
    color: #fff;
    font-weight: 600;
}

.how-description{
    color: #fff;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 55px;
}


.header.d .topics .bx{
    min-width: 600px !important;
}

.header.c{
    padding-top: 110px !important;
    padding-bottom: 130px !important;
}

.header.c .container{
    display: block !important;
}

.contra-privado{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.contra-privado-card{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0px;
}

.contra-privado-card img{
    width: 200px;
}

.priv-card-text{
    margin-left: 25px;
}

.priv-card-text h4{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.priv-card-text p{
    color: #fff;
    font-size: 20px;
    font-weight: 200;
}

.faq-container {
    margin-top: 30px;
    max-width: 1170px;
    margin-right: auto;
    padding: 0px;
}

.faq-item {
    background-color: #f8f9fa;
    border-left: 4px solid #00a531;
    padding: 25px 20px;
    margin-bottom: 25px;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-item.active {
    background-color: #e9ecef;
}

.faq-question {
    font-weight: 600;
    color: #343a40;
    font-size: 16px;
    position: relative;
    padding-right: 30px;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #00a531;
    transition: all 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: '-';
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-left: 10px;
    color: #495057;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding-top: 15px;
}

.faq-answer p {
    margin: 0;
    line-height: 1.6;
}

.faq-contact {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #495057;
}

.contact-link {
    color: #00a531;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.contact-link:hover {
    color: #00631e;
}

@media only screen and (max-width: 1249px) {
    .logo-privado{
        width: 70px !important;
        height: auto !important;
    }
    .div-privado img {
        width: 360px;
    }
    .privado{
        gap: 35px;
    }
    .div-privado-text h4 {
        font-size: 38px;
        line-height: 44px;
    }
    .div-privado-text p{
        font-size: 16px;
    }
    .privado-title{
        font-size: 38px;
    }
    .header.d .topics .bx{
        width: 90%;
    }
    .how-title{
        font-size: 38px;
        margin-top: 70px;
    }
    .contra-privado{
        flex-direction: column;
    }
    .contra-privado-card{
        width: 100%;
    }
    .grafico{
        flex-direction: column-reverse;
        height: auto;
    }
    .div-grafico{
        width: 100%;
    }
    .div-grafico-text{
        width: 100%;
    }
    .div-grafico-text h4{
        font-size: 38px;
    }
    .privado-txt h3{
        font-size: 61px;
        white-space: nowrap;
    }
    .privado-txt h6 {
        font-size: 26px;
        line-height: 30px;
    }
    .privado-logo h4{
        font-size: 32px;
        line-height: 36px;
    }
    .header.a .btn{
        margin-top: 10px !important;
    }
}

@media (max-width: 800px) {
    .privado{
        flex-direction: column-reverse;
        height: auto;
    }
    .div-privado-text{
        width: 100%;
    }
    .header.d .topics .bx{
        min-width: fit-content !important;
    }
    .contra-privado-card{
        flex-direction: column;
        align-items: flex-start;
    }
    .privado-title {
        font-size: 25px;
    }
    .privado-description{
        font-size: 16px;
    }
    .privado-txt h6 {
        font-size: 21px;
        line-height: 0px;
    }
    .privado-logo svg{
        width: 60px !important;
    }
    .privado-logo h4 {
        font-size: 27px;
        line-height: 30px;
    }
    .privado-txt h3{
        font-size: 48px;
    }
    .header.a .img{
        justify-content: center;
        align-items: center;
    }
    .privado-logo{
        justify-content: center;
        align-items: center;
    }
    .div-privado img {
        width: 290px;
    }
    .mini-description h5{
        font-size: 15px;
    }
    .div-privado-text h4{
        font-size: 25px;
        line-height: 30px;
    }
    .header-main-privado {
        padding-top: 90px;
        padding-bottom: 80px;
    }
    .card-flex-tex-title{
        margin: 10px 0px;
    }
    .how-title{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .how-description{
        font-size: 16px;
    }
    .div-grafico img {
        width: 340px;
    }
    .div-grafico-text h4{
        font-size: 25px;
        line-height: 38px;
    }
    .div-grafico-text p{
        font-size: 16px;
    }
    .faq-container{
        padding: 0px;
    }
    .faq-item.active .faq-answer {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .header.c .container{
        padding-top: 10px !important;
    }
}

@media (max-width: 768px) {
    .faq-question {
        font-size: 15px;
    }
    
    .faq-contact {
        font-size: 16px;
    }
}