@font-face {
    font-family: "Northlane";
    font-style: normal;
    font-weight: normal;
    src: local("Northlane"), url("../assets/fonts/Northlane-One.otf") format("opentype");
}

.global {
    margin-bottom: 0 !important;
}

/**
* Banner
*/

#banner {
    background: url('../assets/images/banner-lp3-bg.png') no-repeat center top;
    background-size: cover;
}

.lp3-banner {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.lp3-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    position: relative;
}

.lp3-banner-logo {
    position: absolute;
    top: 0;
}

.lp3-left-conteudo h1 {
    font-size: 3rem;
    color: #fff;
    width: 60%;
    margin-bottom: 50px;
    font-family: "Gilroy-Bold", sans-serif;
}

.lp3-right-conteudo {
    background: #2300F6;
    border-radius: 30px;
    padding: 40px 60px;
    min-width: 524px;
}

.lp3-right-conteudo-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.lp3-right-conteudo-head h3 {
    font-family: "Gilroy-Medium", sans-serif;
    font-size: 2.1rem;
    line-height: 107%;
    color: #fff;
}

.lp3-right-conteudo-head h3 span {
    font-family: "Gilroy-Bold", sans-serif;
}

.lp3-right-conteudo-body form label {
    color: #fff;
    margin-bottom: 0.3rem;
}

.lp3-right-conteudo-body form label span {
    color: red;
}

.lp3-right-conteudo-body form div.form-group + div.form-group {
    margin-top: 10px;
}

.lp3-right-conteudo-body form button {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Northlane", sans-serif;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
    color: #8011FF;
    line-height: 113%;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 17px;
    border-radius: 20.39px;
}

.lp3-right-conteudo-body form button span {
    margin-bottom: -2px;
}

.lp3-right-conteudo-foot div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp3-right-conteudo-foot div p {
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .lp3-right-conteudo {
        min-width: 470px;
        padding: 30px 50px;
    }

    .lp3-left-conteudo h1 {
        font-size: 2.5rem;
    }

    .lp3-left-conteudo svg {
        width: 320px;
    }

    .lp3-right-conteudo-head h3 {
        font-size: 1.6rem;
    }

    .lp3-right-conteudo-body input.form-control,
    .lp3-right-conteudo-body form button {
        padding: 14px;
    }
}

@media (max-width: 991.98px) {
    .lp3-left-conteudo {
        display: none;
    }

    .lp3-banner {
        padding: 40px 0 50px;
        flex-direction: column;
    }

    .lp3-right {
        margin-top: 30px;
    }

    .lp3-banner-logo {
        position: initial;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .lp3-right-conteudo {
        min-width: auto;
        padding: 30px;
    }
}

@media (max-width: 400px) {
    .lp3-right-conteudo-head img {
        display: none;
    }
}

/**
* Detalhes
*/

.lp3-detalhes {
    padding: 70px 0;
}

.lp3-detalhes .lp3-detalhes-sessao + .lp3-detalhes-sessao {
    margin-top: 100px;
}

.lp3-detalhes-sessao {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.lp3-detalhes-img {
    border-radius: 30px;
}

.lp3-detalhes-texto h2 {
    font-size: 2.8rem;
    color: #170030;
    line-height: 110%;
    margin-bottom: 20px;
}

.lp3-detalhes-texto p {
    margin: 0;
    color: #5E5E5E;
}

@media (max-width: 1199.98px) {
    .lp3-detalhes-sessao {
        gap: 50px;
        flex-direction: column;
        align-items: center;
    }

    .lp3-detalhes div.lp3-detalhes-sessao:last-child .lp3-detalhes-img {
        order: 2;
    }
}

@media (max-width: 575.98px) {
    .lp3-detalhes {
        padding: 40px 0;
    }

    .lp3-detalhes div.lp3-detalhes-sessao .lp3-detalhes-img img {
        width: 100%;
    }

    .lp3-detalhes-texto h2 {
        font-size: 2.3rem;
    }

    .lp3-detalhes .lp3-detalhes-sessao + .lp3-detalhes-sessao {
        margin-top: 60px;
    }
}

/**
* Diferenciais
*/

.lp3-diferenciais {
    padding: 30px 0
}

.lp3-diferenciais h1 {
    text-align: center;
    color: #170030;
    margin-bottom: 50px;
    font-size: 3rem;
}

.details-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    margin: 0 auto;
}

details {
    background-color: #2300F61A;
    border-radius: 30px;
    padding: 30px;
    height: fit-content;
}

summary {
    list-style: none;
    font-weight: bold;
    color: #150090;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    line-height: 130%;
    font-size: 20px;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: ""; /* String vazia, necessária para o pseudo-elemento */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../assets/images/seta-pra-baixo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

details[open] summary::after {
    background-image: url("../assets/images/seta-pra-cima.png");
}

details p {
    margin-top: 15px;
    color: #343434;
    line-height: 130%;
    font-size: 16px;
    margin-bottom: 0;
}

details p br {
    content: "";
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .details-container {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 768px) {
    .details-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .lp3-diferenciais h1 {
        font-size: 2.3rem;
    }

    .lp3-diferenciais h1 {
        text-align: start;
    }

    summary {
        font-size: 18px;
    }
}

/**
* Oferta exclusiva
*/

.lp3-oferta-exclusiva {
    margin-top: 100px;
}

.lp3-oferta-exclusiva-conteudo {
    display: flex;
    justify-content: space-between;
    gap: 120px;
}

.lp3-oec-left img {
    border-radius: 30px;
}

.lp3-oec-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.lp3-oec-right div h1 {
    font-size: 2.8rem;
    color: #170030;
    line-height: 110%;
    margin-bottom: 20px;
}

.lp3-oec-right div p {
    color: #5E5E5E;
    font-size: 1.02rem;
    line-height: 150%;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
}

.lp3-oec-right a {
    /* width: 100%; */
    /* font-family: "Northlane", sans-serif; */
    justify-content: center;
    align-items: center;
    /* text-transform: capitalize; */
    color: #8011FF;
    /* line-height: 113%; */
    /* font-weight: 100; */
    /* letter-spacing: 2px; */
    font-size: 13px;
    padding: 17px;
    border-radius: 20.39px;
}

.lp3-oec-right a span {
    margin-bottom: -2px;
    font-family: Inter, sans-serif;
    font-size: 16px;
}

@media (max-width: 1399.98px) {
    .lp3-oec-left {
        width: 500px;
    }

    .lp3-oec-left img {
        width: 100%;
    }

    .lp3-oec-right {
        flex: 1;
    }
}

@media (max-width: 1199.98px) {
    .lp3-oferta-exclusiva {
        margin-top: 50px;
    }

    .lp3-oferta-exclusiva-conteudo {
        gap: 40px;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .lp3-oec-left {
        width: 100%;
    }
    
    .lp3-oec-right div h1 {
        font-size: 2.3rem;
    }
}

/**
* Contratação
*/

.lp3-contratacao {
    margin-top: 100px;
}

.lp3-contratacao-conteudo {
    background: #8011FF;
    border-radius: 30px;
    height: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    gap: 60px;
}

.lp3-contratacao-conteudo h3 {
    font-size: 39.6px;
    line-height: 110%;
    color: #fff;
    flex: 1;
}

.lp3-contratacao-conteudo a {
    height: 105px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20.39px;

    font-family: 'Northlane', sans-serif;
    font-size: 18px;
    line-height: 114%;
    letter-spacing: 4px;
    color: #8011FF;
    font-weight: 100;
}

.lp3-contratacao-conteudo a span {
    margin-bottom: -2px;
}

.lp3-contratacao-texto p {
    margin-top: 100px;
    text-align: center;
    color: #5E5E5E;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.3px;
}

@media (max-width: 1399.98px) {
    .lp3-contratacao-conteudo h3 {
        font-size: 35px;
    }
}

@media (max-width: 1199.98px) {
    .lp3-contratacao-conteudo h3 {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .lp3-contratacao-conteudo {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
        padding: 40px;
    }

    .lp3-contratacao-conteudo h3 {
        flex: none;
        text-align: center;
    }

    .lp3-contratacao,
    .lp3-contratacao-texto p {
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .lp3-contratacao-conteudo {
        height: auto;
        gap: 20px;
    }

    .lp3-contratacao-conteudo h3 {
        font-size: 20px;
    }

    .lp3-contratacao-conteudo a {
        width: 100%;
        font-size: 14px;
        height: 50px;
    }
}

/**
* Footer
*/

.lp3-footer {
    margin-top: 100px;
    padding: 100px;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    border-color: #F0E2E2;
}

.lp3-footer-conteudo {
    display: flex;
    justify-content: space-between;
}

.lp3-footer-left {
    width: 50%;
}

.lp3-footer-left h2 {
    font-size: 2.2rem;
    line-height: 110%;
    color: #170030;
    margin-bottom: 15px;
}

.lp3-footer-left p {
    color: #5E5E5E;
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 25px;
}

.lp3-footer-left a {
    width: 100%;
    border-radius: 20.39px;
    color: #8011FF;
    justify-content: center;
    font-family: 'Northlane', sans-serif;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 113%;
}

.lp3-footer-right div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.lp3-footer-right div a {
    text-decoration: none;
    color: #150090;
    font-size: 18px;
    font-weight: bold;
}

.lp3-subconteudo {
    padding: 100px;
    border-top: 1px solid currentColor;
    border-color: #F0E2E2;
}

.lp3-footer-subconteudo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .lp3-footer-left h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .lp3-footer-conteudo {
        flex-direction: column;
        gap: 50px;
    }

    .lp3-footer-left {
        width: 100%;
    }

    .lp3-footer {
        margin-top: 50px;
    }

    .lp3-footer,
    .lp3-subconteudo {
        padding: 50px 0;
    }
}

@media (max-width: 575.98px) {
    .lp3-footer-left p {
        font-size: 14px;
    }

    .lp3-footer-left a {
        font-size: 14px;
    }

    .lp3-footer-right div a {
        font-size: 16px;
    }

    .lp3-footer-subconteudo div:first-child {
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }
}