main{

}

.cone{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: calc(549px - 150px); /* Altura do header */
    background: var(--azul);
}
.cone .limite{
    position: relative;
    z-index: 99;
}
.cone .esq{
    width: 40%;
}
.cone .dir{
    width: 60%;
    padding-left: 2em;
}
.cone-bg{
    position: absolute;
    width: 100%;
    height: calc(100% + 150px); /* Altura do header */
    left: 0;
    top: -150px; /* Altura do header */
    background: var(--azul) url("../imagens/bg-secao1-desktop.png") right top no-repeat;
    z-index: 0;
}

.cone .flex{
    position: relative;
    z-index: 1;
}
.cone .etiqueta{
    display: inline-block;
    padding: 0.2em 0.8em 0.2em 0.8em;
    font-size: 0.8em;
    color: #fff;
    background: #323A91;
    border: 1px solid #4952B5;
    border-radius: 100px;
}
.cone h1{
    font-size: 2.5em;
    color: white;
}
.cone h2{
    font-size: 1em;
    line-height: 1.5em;
    color: white;
}
.cone .seta{
    width: 8em;
    aspect-ratio: 120/48;
    padding: 0 2em 0 2em;
    background: url("../imagens/bg-seta.svg") center center no-repeat;
    background-size: cover;
}
.cone .seta span{
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    text-align: center;
    color: #fff;
}
.cone .caixa-form{
    padding: 1.5em;
    background: #fff;
    border: 1px solid #DCDFEA;
    border-radius: 16px;
    box-shadow: 0px 16px 80px 0px #29305633;
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .cone{
        height: auto;
        max-height: none;
    }
    .cone .esq{
        width: 100%;
        padding: 0 0 3em 0;
    }
    .cone .dir{
        width: 100%;
        padding: 0 0 3em 0;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .cone-bg{
        background-image: url("../imagens/bg-secao1-mobile.png");
    }
    .cone .seta{
        width: 6em;
        padding: 0 1.5em 0 1.5em;
    }
    .cone .seta span{
        font-size: 0.7em;
    }
}

.operadoras{
    margin: 6em 0 0 0;
}
.operadoras .item img{
    width: 100%;
    aspect-ratio:300/150;
}

.conteudo{
    padding: 1em 0 1em 0;
}

.sobre-nos{
    padding: 6em 0 6em 0;
}
.sobre-nos .texto{
    width: 75%;
    padding: 0 6em 0 0;
}
.sobre-nos .imagem{
    width: 25%;
}
.sobre-nos .imagem img{
    width: 100%;
    aspect-ratio: 312/360;
    border-radius: 16px;
    box-shadow: 0px 16px 80px 0px #29305633;
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .sobre-nos .vazia{
        display: none;
    }
    .sobre-nos .texto{
        width: 50%;
        padding: 0;
    }
    .sobre-nos .imagem{
        width: 50%;
        padding: 0 0 0 6em;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .sobre-nos .vazia{
        display: none;
    }
    .sobre-nos .texto{
        width: 100%;
        padding: 0 0 3em 0;
    }
    .sobre-nos .imagem{
        width: 100%;
        padding: 0;
    }
}

.como-funciona{
    padding: 6em 0 6em 0;
    background: var(--azul) url("../imagens/bg-como-funciona.png") center center no-repeat;
    background-size: cover;
}
.como-funciona *{
    color: #fff;
}
.como-funciona .introducao{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.como-funciona .etapas{
    padding: 3em 0 0 0;
}
.como-funciona .etapas > .flex{
    margin: 3em 0 0 0;
    align-items: center;
}
.como-funciona .etapas .texto-e{
    width: 40%;
    padding: 0 0 0 2em;
    border-left: 3px solid var(--principal);
}
.como-funciona .etapas .texto-d{
    width: 40%;
    padding: 0 2em 0 0;
    text-align: right;
    border-right: 3px solid var(--principal);
}
.como-funciona .etapas .numero{
    width: 20%;
    text-align: center;
}
.como-funciona .etapas .numero span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2em;
    text-align: center;
    background: var(--verde);
    border-radius: 100px;
}
.como-funciona .etapas .imagem{
    width: 40%;
    border-radius: 16px;
}
@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
    .como-funciona .introducao{
        width: 100%;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .como-funciona .etapas .texto-e,
    .como-funciona .etapas .texto-d{
        order: 2;
        width: 100%;
        padding: 2em 0 2em 0;
        text-align: center;
        border: none;
    }
    .como-funciona .etapas .numero{
        order: 1;
        width: 100%;
    }
    .como-funciona .etapas .imagem{
        order: 3;
        width: 100%;
    }
}

.consultoria-personalizada{
    padding: 6em 0 6em 0;
}
.consultoria-personalizada .introducao{
    width: 50%;
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .planos .introducao{
        width: 100%;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .planos .introducao{
        text-align: center;
    }
}