/*banner inicial*/
.secao-principal {
    height: 750px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    max-width: 1200px;
    margin: 0 auto;
    
}

.secao-principal h2{
    margin-bottom: 40px;
}

.img-banner {
    max-width: 52%;  
    min-width: 450px;
    margin-top: 25px;
}

body {
    background-color: #387190;
    color: white;
    font-family: "Plus Jakarta Sans";
    margin: 0;
}

/*Seção do header*/
header {
    height: 130px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent;
    align-items: center;
    max-width: 1200px;
    min-width: none;
    margin: 0 auto;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-logo {
    height: 37px;
}

header div {
    display: flex;
    gap: 20px;
}

header div a{
    margin: 0 auto;
}

.navegador-padrao {
    min-width: 350px;
    margin-left: 10px;
    margin-right: 10px;

    display: flex;
    justify-content: space-between;
}

.menu-celular, .nav-mobile {
    display: none;
}


/*Estilos Gerais*/
a {
    text-decoration: none;
    color: inherit;
}

.button {
    font-size: 15px;
    font-weight: 600;
    width: fit-content;

    padding: 17px 35px;
    color: white;
    text-decoration: none;
    display: inline-block;

    background-color: #49bfab;

    border-style: none;
    border-radius: 6px;

    cursor: pointer;

    position: relative;
    overflow: hidden;

    transition: color .3s ease;
    z-index: 0;
    white-space: nowrap;
}

.button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 0%;
    height: 100%;

    background: white;

    transition: width .4s ease;
    
    z-index: -1;
}

.button:hover::before {
    width: 100%;
}

.button:hover {
    color: #306A92;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}


h2, h3 {
    font-size: 42px;
    margin: 0;
    margin-bottom: 70px;
}

.mini-titulo {
    margin: 0;
    margin-bottom: 30px;
    font-size: 16px;
    background-color: white;
    border-radius: 4px;
    color: #214e6c;
    width: fit-content;

    white-space: nowrap;

    padding: 4px 10px
}

/*seção do footer*/
footer {
    background-color: #214e6c;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: solid;
    border-width: 1px;
    border-color: #ffffff29;
    padding-top: 40px;
    padding-bottom: 10px;
}
footer img {
    width: 83px;
}

footer a img{
    width: 18px;
    margin-right: 4px;
    margin-left: 4px;
}

footer p {
    width: 100%;
    text-align: center;
    border-top: solid;
    border-width: 1px;
    border-color: #ffffff29;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 10px
}

/*Adaptações pra Celular e Tablet*/

@media (max-width: 1023px){

    h2, h3 {
    font-size: 28px;
    margin-bottom: 20px;
    }

    .mini-titulo {
        margin-bottom: 15px;
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }
    
    /*header*/
    .navegador-padrao a, header .button{
        display: none;
    }

    .nav-mobile {
    overflow: hidden;
    height: 100dvh;
    width: 0;
    padding: 0;
    gap: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4DB5C2; 
    display: flex;
    flex-direction: column;
    transition: 0.6s;
    color: white;
    }

    .nav-mobile button {
        align-self: end;
    }

    .active {
        width: 50%;
        padding: 2rem;
    }


    header {
      height: 70px;
      padding-left: 20px;
      padding-right: 20px;
      background:linear-gradient(to right, #387190 27%, #4DB5C2); 
      position: fixed;
      z-index: 1;
    }
    .header-logo{
        height: 30px;
    }

    .menu-celular {
        display: inline;
        background-color: transparent;
        border: none;
        width: fit-content;
        cursor: pointer;
    }

    .navegador-padrao {
        min-width: 0;
    }

    .menu-celular img{
        height: 30px;
    }

    /*banner inicial*/
    .secao-principal {
        margin-top: 15px;
        height: 642px;
        max-width: 400px;
        margin-left:10%
    }

    .img-banner {
        display: none;
        max-width: 0px;  
        min-width: 0px;
        margin-top: 0px;
    }

    /*Faixa de empresas*/
    .secao-empresas div {
        display: grid;
        width: 1300px;
        grid-template-rows: 1fr 1fr ;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        align-items: center;
        justify-content: space-between;
        height: fit-content;
    }

    .secao-empresas img{
        width: 60%;
        min-width: 120px;
    }
    .secao-empresas .img-alta {
        max-width: 40%;
    }

    /*Como funciona*/
    .proximo {
        display: none;
    }

    .secao-funciona-passos{
        flex-direction: column;
        width: 170px;
        gap: 80px;
    }

    /*Nossos serviços*/
    .nossos-servicos {
        margin-top: 150px;
    }

    .nossos-servicos-conteudo {
        display: none;
        width: 0;
    }

    .conteudo-celular {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .conteudo-celular h3{
        font-size: 22px;
    }

    .outdoor-celular {
        display: flex;
        justify-self: center;
        align-items: center;
        gap: 5%;
        width: 90%;
        padding: 5px;
        background-color: #214e6c;
        border: 2px solid white;
        border-radius: 10px;
    }

    .outdoor-celular img{
        height: 100%;
    }


    /*Infraestrutura*/
    .infraestrutura a {
        margin-top: 70px
    }

    .infraestrutura img{
        display: none;
        width: 0%;
    }

    .infraestrutura div {
        width: 90%;
    }

    .infraestrutura ul {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .infraestrutura li {
        width: fit-content;
        font-size: 14px;
    }

    /*Certificações*/

    .certificacoes div{
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .certificacoes img{
        width: 100%;
    }

    /*Sobre nós*/

    .sobre-nos {
        display: flex;
        flex-direction: column;
    }

    .sobre-nos-conteudo{
        grid-template-columns: 1fr;
    }

    .sobre-nos li {
        width: 90%;
        align-self: center;
    }
}