@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Righteous&display=swap');

:root {
    --verde: #2F4F4E;
    --rosa: #B00062;
    --amarelo: #DAA521;
    --azul: #74BCE0;
    --white: #ffffff;
    --preto: #000000;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

header {
    background-color: var(--white);
}

li {
    list-style: none;
}

.navbar a {
    color: var(--verde);
    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(--rosa);
    background-color: var(--white);
    width: 100%;
}

.logo {
    margin-top: 5px;
}
.logo img{
    border-radius: 50px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 60px;
}

.nav-link {
    transition: 0.5s ease;
}

.nav-link:hover {
    color: var(--rosa);
}

.menu-bar {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    margin: 5px auto;
    background-color: var(--verde);
    transition: all 0.3s ease-in-out;
}

.header{
    width: 100%;
    background-image: linear-gradient(rgba(100, 100, 100, 0.7),rgba(100, 100, 100, 0.7)),url(images/capaHome.jpeg);
    background-size: cover;
}

.home{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
}

.text-box{
    max-width: 37rem;
}

.text-box h1{
    font-size: 4rem;
    margin-bottom: 2rem;
    line-height: 4rem;
    color: var(--white);
}

.header-consultoria{
    width: 100%;
    background-image: linear-gradient(rgba(100, 100, 100, 0.7),rgba(100, 100, 100, 0.7)),url(images/capaConsultoria.jpg);
    background-size: cover;
}

.home-consultoria{
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
}

.text-box-consultoria{
    max-width: 37rem;
}

.text-box-consultoria h1{
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 3rem;
    line-height: 3rem;
    color: var(--white);
}

.header-doulagem{
    width: 100%;
    background-image: linear-gradient(rgba(100, 100, 100, 0.7),rgba(100, 100, 100, 0.7)),url(images/capaHome.jpeg);
    background-size: cover;
}

.home-doulagem{
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
}

.text-box-doulagem{
    max-width: 37rem;
}

.text-box-doulagem h1{
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 3rem;
    line-height: 3rem;
    color: var(--white);
}

.header-sobre{
    width: 100%;
    background-image: linear-gradient(rgba(100, 100, 100, 0.7),rgba(100, 100, 100, 0.7)),url(images/capaHome.jpeg);
    background-size: cover;
}

.home-sobre{
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
}

.text-box-sobre{
    max-width: 37rem;
}

.text-box-sobre h1{
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 3rem;
    line-height: 3rem;
    color: var(--white);
}

.home-btn{
    padding: 15px 45px;
    background: var(--verde);
    color: var(--white);
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.5s;
    text-decoration: none;
}

.home-btn:hover{
    background: var(--rosa);
    color: var(--white);
}

.servicos-btn{
    color: var(--rosa);
}

nav .fa-solid{
    display: none;
}

.caixa-texto{
    background-color: var(--white);
}

.texto{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    align-items: center;
}

.texto p{
    font-size: 20px;
    color: var(--preto);
}

.texto h2{
    font-size: 45px;
    font-weight: 600;
    color: var(--preto);
}

.texto h3{
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
    color: var(--preto);
}

.texto .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
    align-items: center;
}
    
.texto .smallerrow{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1%;
    align-items: center;
}

.center {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.texto img{
    width: 90%;
    height: 90%;
    border-radius: 10px;
    display: block;
    margin: 0px auto;
}

.texto .col{
    flex-basis: 45%;
    margin-bottom: 5%;
}

.texto .col1{
    text-align: left;
    margin-right: 100px;
}

.texto .col2{
    text-align: right;
    margin-left: 100px;
}

.col3{
    max-width: 37rem;
    align-items: center;
}

.col3 img{
    width: 50%;
    height: 50%;
    border-radius: 10px;
}

.col1-consultoria{
    text-align: left;
    margin-right: 300px;
}

.col2-consultoria{
    flex-basis: 45%;
    margin-bottom: 5%;
    text-align: right;
    margin-top: 3%;
}

.col1-sobre{
    flex-basis: 45%;
    margin-top: 3%;
    margin-bottom: 5%;
    text-align: left;
}

.col2-sobre{
    max-width: 37rem;
    align-items: center;
}

.col2-sobre img{
    width: 50%;
    height: 50%;
    border-radius: 10px;
}


.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: var(--verde);
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
    color: var(--azul)
}

.footer p{
    color: var(--azul);
}

.icons .fa{
    color: var(--amarelo);
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.icons .fa-regular{
    color: var(--amarelo);
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

@media (max-width: 1100px){
    *{
        font-family: 'Montserrat', sans-serif;
    }
    .header-consultoria{
        width: 100%;
        background-image: linear-gradient(rgba(100, 100, 100, 0.7),rgba(100, 100, 100, 0.7)),url(images/capaConsultoriaMobile.jpg);
        background-size: cover;
    }
    .home{
        align-items: center;
    }
    .row{
        flex-direction: column;
    }
    .texto{
        width: 90%;
    }
    .texto img{
        width: 90%;
        height: 90%;
    }
    .texto .col1{
        text-align: left;
        margin: 0;
        margin-bottom: 5%;
    }
    .texto .col2{
        text-align: right;
        margin: 0;
        margin-bottom: 5%;
    }
    .texto .col3{
        margin: 0;
        margin-bottom: 5%;
    }
    .col1-consultoria{
        text-align: left;
        margin: 0;
        margin-bottom: 5%;
    }
    .col2-consultoria{
        text-align: right;
        margin: 0;
        margin-bottom: 5%;
    }
    .col3 img{
        width: 70%;
    }
    .col1-sobre{
        text-align: left;
        margin: 0;
        margin-bottom: 5%;
    }
    .col2-sobre{
        align-items: center;
        margin: 0;
        margin-bottom: 5%;
    }
    .col2-sobre img{
        width: 70%;
    }
}

@media (max-width: 768px){
    .header{
        width: 100%;
        background-image: linear-gradient(rgba(100, 100, 100, 0.7),rgba(100, 100, 100, 0.7)),url(images/capaMobile.jpeg);
        background-size: cover;
    }
    .logo img{
        width: 55px;
        height: 55px;
    }
    .text-box{
        max-width: 15rem;
    }
    .text-box h1{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .text-box-consultoria{
        max-width: 15rem;
    }
    .text-box-consultoria h1{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .text-box-doulagem{
        max-width: 15rem;
    }
    .text-box-doulagem h1{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .text-box-sobre{
        max-width: 15rem;
    }
    .text-box-sobre h1{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .home-btn{
        padding: 10px ;
    }
    .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: 70px;
        gap: -10px;
        border-radius: 0 0 20px 20px;
        background-color: var(--white);
        text-align: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }
    .nav-item{
        margin: 16px 0;
    }
    .nav-menu.active{
        right: 0;
    }
}