@import url('https://fonts.googleapis.com/css2?family=Dosis&family=Playfair+Display&family=Poiret+One&display=swap');

:root {
    --white: #ffffff;
    --preto: #000000;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header {
    background-color: var(--white);
}

li {
    list-style: none;
}

.navbar a {
    color: var(--white);
    text-decoration: none;
}

.navbar {
    position: fixed;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px;
    box-shadow: 0 0.1rem 0.5rem var(--preto);
    background-color: var(--preto);
    width: 100%;
}

.logo img {
    margin-top: 5px;
    width: 250px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 60px;
}

.nav-link {
    transition: 0.5s ease;
}

/*.nav-link:hover {
    color: var(--amarelo);
}*/

.menu-bar {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    margin: 5px auto;
    background-color: var(--white);
    transition: all 0.3s ease-in-out;
}

.header {
    width: 100%;
    background-image: linear-gradient(rgba(100, 100, 100, 0.0), rgba(100, 100, 100, 0.0)), url(images/fundoPrincipal.png);
    background-size: cover;
}

.home {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
}

.text-box {
    max-width: 37rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.caixa-atuacoes {
    width: 100%;
    background-image: linear-gradient(rgba(100, 100, 100, .0), rgba(100, 100, 100, .0)), url(images/fundoAreasAtuacao.png);
    background-size: cover;
}

.atuacoes {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 5%;
}

.atuacoes h2 {
    font-family: 'Poiret One', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 5%;
}

.atuacoes .row {
    display: flex;
    justify-content: space-between;
}

.atuacoes .col5 {
    flex-basis: 45%;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.atuacoes .col5 img {
    width: 100px;
}

.atuacoes h1 {
    text-align: center;
    margin-bottom: 3%;
    color: var(--white);
    font-weight: lighter;
    font-family: 'Playfair Display', sans-serif;
    font-size: 40px;
}

.caixa-avaliacoes {
    width: 100%;
    background-color: var(--preto);
}

.avaliacoes {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 5%;
}

.avaliacoes h2 {
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 5%;
    font-family: 'Poiret One', sans-serif;
}

.avaliacoes .row {
    display: flex;
    justify-content: space-between;
}

.avaliacoes .col5 {
    flex-basis: 45%;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.avaliacoes h1 {
    text-align: center;
    margin-bottom: 3%;
    color: var(--white);
    font-weight: lighter;
    font-family: 'Playfair Display', sans-serif;
    font-size: 40px;
}

.avaliacoes p {
    color: var(--white);
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    margin-bottom: 3%;
}

.caixa-texto {
    background-color: var(--preto);
}

.texto {
    width: 80%;
    margin: auto;
    padding-top: 4%;
    align-items: center;
}

.texto p {
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
    color: var(--white);
}

.texto h2 {
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 5%;
    font-family: 'Poiret One', sans-serif;
}

.texto h1 {
    margin-bottom: 3%;
    color: var(--white);
    font-weight: lighter;
    font-family: 'Playfair Display', sans-serif;
    font-size: 40px;
}

.texto .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.texto .col {
    margin-bottom: 5%;
}

.texto .col img {
    width: 50px;
    margin-right: 2%;
}

.texto .col li {
    color: var(--white);
    margin: 5%;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
}

.footer {
    width: 100%;
    background-image: linear-gradient(rgba(100, 100, 100, .0), rgba(100, 100, 100, .0)), url(images/fundoContato.png);
    background-size: cover;
    text-align: center;
    text-decoration: none;
}

.footer h1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 2%;
    padding-top: 5%;
}

.footer a {
    color: var(--white);
    text-decoration: none;
}

.icons {
    margin-bottom: 3%;
}

.icons .fa {
    color: var(--white);
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.icons .fa-regular {
    color: var(--white);
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.icons .fa-solid {
    color: var(--white);
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.footer p {
    color: var(--white);
}

.footer .row .col5 {
    padding-bottom: 5%;
}

@media (max-width: 1100px) {
    .header {
        width: 100%;
        background-image: linear-gradient(rgba(100, 100, 100, 0.0), rgba(100, 100, 100, 0.0)), url(images/fundoPrincipalM.png);
        background-size: cover;
    }
    .footer {
        width: 100%;
        background-image: linear-gradient(rgba(100, 100, 100, .0), rgba(100, 100, 100, .0)), url(images/fundoContatoM.png);
        background-size: cover;
    }
    .atuacoes h1{
        font-family: 'Playfair Display', sans-serif;
    font-size: 35px;
    }
    .atuacoes h2{
        font-family: 'Poiret One', sans-serif;
    font-size: 20px;
    }
    .avaliacoes h1{
        font-family: 'Playfair Display', sans-serif;
    font-size: 35px;
    }
    .avaliacoes h2 {
        font-size: 22px;
        font-family: 'Poiret One', sans-serif;
    }
    .avaliacoes p {
        font-family: 'Dosis', sans-serif;
        font-size: 18px;
    }
    .texto p {
        font-size: 18px;
        font-family: 'Dosis', sans-serif;
    }
    
    .texto h2 {
        font-size: 22px;
        font-family: 'Poiret One', sans-serif;
    }
    
    .texto h1 {
        font-family: 'Playfair Display', sans-serif;
        font-size: 35px;
    }
    .footer h1 {
        font-size: 35px;
    }
    
}

@media (max-width: 950px) {
    .menu-bar {
        display: block;
    }

    .menu-bar.active .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-bar.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .menu-bar.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .navigation {
        padding: 18px 20px;
    }

    .menu {
        display: block;
    }

    .nav-menu {
        position: fixed;
        right: -100%;
        top: 78px;
        gap: -10px;
        border-radius: 0 0 20px 20px;
        background-color: var(--preto);
        opacity: 100%;
        text-align: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        right: 0;
    }
}

@media (max-width: 768px) {
    .footer {
        width: 100%;
        background-image: linear-gradient(rgba(100, 100, 100, .0), rgba(100, 100, 100, .0)), url(images/fundoContatoP.png);
        background-size: cover;
    }
    .header {
        width: 100%;
        background-image: linear-gradient(rgba(100, 100, 100, 0.0), rgba(100, 100, 100, 0.0)), url(images/fundoPrincipalP.png);
        background-size: cover;
    }

    .text-box img{
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-bar {
        display: block;
    }

    .menu-bar.active .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-bar.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .menu-bar.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .navigation {
        padding: 18px 20px;
    }

    .menu {
        display: block;
    }

    .nav-menu {
        position: fixed;
        right: -100%;
        top: 78px;
        gap: -10px;
        border-radius: 0 0 20px 20px;
        background-color: var(--preto);
        opacity: 100%;
        text-align: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        right: 0;
    }

    .row {
        flex-direction: column;
    }

    .logo img{
        width: 200px;
    }
}