@font-face {
    font-family: "Cormorant";
    src: url("../fonts/Cormorant-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Cormorant";
    src: url("../fonts/Cormorant-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

body {
    margin: 0;
}

.container {
    padding: 0 clamp(24px, 8vw, 160px);
}

.row {
    display: flex;
    gap: 140px;
}

.row-content {
    padding-top: 65px;
}

.row-content-second {
    margin-top: 80px;
}

.col {
    width: 50%;
}

.col-images {
    position: relative;
}

header {
    background:
    linear-gradient(
        to top,
        #182D40 0%,
        #182D4047 100%
    ),
    url("../images/background-header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 70vh;
    letter-spacing: 2%;
}

.header-logo {
    max-width: 250px;
    margin-top: 65px;
}

.header-sinopse {
    font-family: "Cormorant", serif;
    color: #ffffff;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 35px;
    margin: 90px 0px 100px;
    padding: 0 clamp(24px, 10vw, 29%);
    max-width: 600px;
}

.content-description {
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    max-width: 550px;
    margin-bottom: 30px;
    letter-spacing: 2%;
}

.strong {
    font-weight: 700;
}

.bg-image {
    width: 100%;
    max-width: 524px;
    aspect-ratio: 524 / 470;
    border-radius: 20px;
}

.bg-office {
    width: 100%;
    max-width: 405px;
    aspect-ratio: 405 / 270;
    position: absolute;
    bottom: -90px;
    right: -7%;
}

.img-atividade {
    width: 100%;
    max-width: 622px;
    aspect-ratio: 622 / 460;
}

.container-supervisao {
    margin: 25px 0 70px 0;
}

.title-supervisao, .separator-title {
    font-family: "Cormorant", serif;
    font-size: clamp(24px, 3vw, 35px);
    font-style: italic;
    color: #182D40;
}

.supervisao {
    max-width: none !important;
}

.separator {
    background: linear-gradient(to top, #F6FAFF 0%, #E8EFF9 100%);
    padding: 60px 0 45px;
}

.separator-title {
    text-align: center;
}

.single-doc {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin: 0 clamp(50px, 10vw, 380px);
    border-bottom: 1px solid #917E3A80;
    padding: 30px 0;
}

.single-doc:last-child {
    border-bottom: none;
}

.doc-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.title-doc a {
    font-family: "Cormorant", serif;
    font-size: 23px;
    color: #182D40;
    text-decoration: none;
    font-weight: 500;
}

.title-doc a:hover {
    text-decoration: underline;
}

.icon-download {
    border: 1px solid #917E3A;
    border-radius: 30px;
    padding: 8px 15px;
}

.content-show {
    margin: 0 clamp(50px, 10vw, 380px);
    max-height: 800px;
    color: #182D40;
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.45s ease;
}

.content-show.is-hidden {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.content-show h3 {
    font-family: "Cormorant", serif;
    font-size: 23px;
    font-weight: 500;
}

.content-show p, ul li {
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.content-show p a, .content-show ul li a {
    color: #182D40; 
    text-decoration: underline;
}

.cta-see-more {
    text-align: center;
}

.cta-see-more-link {
    font-family: "Montserrat", serif;
    font-size: 10px;
    font-weight: 500;
    color: #917E3A;
    border: 1px solid #917E3A;
    text-decoration: none;
    padding: 10px 26px;
    border-radius: 30px;
    letter-spacing: 20%;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cta-see-more-link:hover {
    border: 1px solid #917E3A;
    background-color: #917E3A;
    color: #ffffff;
}


.cta-reclamacoes {
    margin-top: 50px;
}

footer {
    background-color: #182D40;
    margin: 20px 50px 50px;
    border-radius: 20px;
    text-align: center;
    padding: 40px 0;
}

.footer-content p, .footer-content a {
    font-family: "Montserrat", serif;
    font-size: 11px;
    line-height: 24px;
    color: #ffffff;
}

.footer-number a {
    text-decoration: none;
}

.footer-legal, .footer-legal a {
    color: #FFFFFFBF !important;
    padding: 0 20px;
}

@media (max-width: 768px) { 

    .header-logo {
        max-width: 190px;
    }

    .col {
        width: 100%;
    }

    .mobile {
        display: flex;
        flex-direction: column;
    }

    .col-text {
        order: 1;
    }

    .mobile-images {
        order: 2;
    }

    .row {
        flex-direction: column;
        gap: 0px;
    }

    .single-doc {
        margin: 0;
    }

    .content-show {
        margin: 0;
        text-align: center;
    }

    footer { 
        margin: 20px 20px 50px;
    }
}
