/*importando fontes*/
@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

.flex-1 {
    flex: 1;
}

/*hero-simulador*/

.container {
    max-width: 1900px;
}

.padding-section-global {
    padding-top: 128px;
    padding-bottom: 128px;
}

.padding-bottom-64 {
    padding-bottom: 64px;
}

.gap-32 {
    gap: 32px;
}

.container-cards-gap {
    gap: 32px;
}

.container-hero-simulador {
    padding-top: 8%;
    opacity: 0px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        var(--primary) 0%,
        var(--border-light) 100%
    );
}

/*hero-simulador texto*/
.card-hero-simulador {
    background: none;
    border: none;
    max-width: 584px;
    min-width: 326px;
    max-height: 317px;
    min-height: 204px;
}

.card-body-hero-simulador {
    max-width: 584px;
    padding: 0px;
    align-items: center;
}

.text-box-hero-simulador h1 {
    line-height: 67.2px;
    text-align: left;
    color: var(--secondary);
    padding-bottom: 32px;
}

.text-box-hero-simulador h2 {
    line-height: 28px;
    color: var(--medium-light);
    text-align: left;
}

.text-box-hero-simulador span {
    font-weight: 600;
}

/*hero-simulador imagem*/
.card-img-hero-simulador {
    width: 100%;
    height: auto;
    max-width: 481px;
    max-height: 498px;
    background: none;
    border: none;
    position: bottom;
}

/* novo cliente */

.container-novo-cliente {
    background: var(--dark-texture) 85%;
}

.card-body-novo-cliente {
    max-width: 789px;
    max-height: 318px;
}

.card-body-novo-cliente h1 {
    line-height: 67.2px;
    color: var(--primary);
    margin-bottom: 32px;
    text-align: center;
}

.card-body-novo-cliente h2 {
    line-height: 28px;
    color: var(--medium-dark);
    margin-bottom: 48px;
    text-align: center;
}

.card-body-novo-cliente span {
    font-weight: 600;
}
/*
.btn-novocliente {
  width: 259px;
  height: 48px;
  border: 1.5px solid var(--medium-light);
  padding: 16px 32px;
  background-color: var(--background-button);
  border-radius: 24px;
}

.btn-novocliente p {
  font-family: "Inter";
  font-size: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  align-items: center;
  color: var(--secondary);
}
*/
.btn-novocliente:hover {
    background-color: var(--background-button);
    border: 2px solid var(--primary);
    transition: 0.5s;
}
*/ .button-primary:hover {
    border: 2px solid var(--primary);
}

/*beneficios*/

.container-beneficios {
    opacity: 0px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        var(--primary) 0%,
        var(--border-light) 100%
    );
    padding: 128px 0px 128px 0px;
}

.title-beneficios h1 {
    line-height: 67.2px;
    padding-bottom: 64px;
    color: var(--secondary);
}

.container-card-beneficios {
    gap: 32px;
}

.card-body-beneficios {
    /* height: 288px; */
    width: 276px;
    padding: 32px;
    gap: 32px;
    border-radius: 32px;
    border: 2px solid var(--border-light);
    background-color: var(--primary);
}

.card-title-beneficios {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    color: var(--secondary);
    padding-top: 16px;
    padding-bottom: 16px;
}

.card-text-beneficios {
    width: 216px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    /* padding-bottom: 32px; */
    color: var(--medium-light);
}

.icon-beneficios {
    width: 48px;
    height: 48px;
}

/*portabilidade*/

.container-portabilidade {
    background: var(--primary) 0%;
    padding: 128px 0px 128px 0px;
}

.card-portabilidade {
    height: auto;
    background: none;
    border: none;
}

.card-body-portabilidade {
    max-width: 584px;
    height: auto;
}

.card-body-portabilidade h1 {
    line-height: 67.2px;
    margin-bottom: 32px;
    color: var(--secondary);
}

.card-body-portabilidade h2 {
    line-height: 28px;
    margin-bottom: 48px;
    color: var(--medium-light);
}

.card-body-portabilidade span {
    font-weight: 600;
}

.card-body-portabilidade a {
    width: 212px;
    height: 48px;
    /* background-color: var(--background-button); */
    /* color: var(--background-dark); */
    /* border: 1.5px var(--border-light) solid; */
    font-family: "Inter," sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

.card-img-portabilidade {
    width: 100%;
    height: auto;
    max-height: 481px;
    min-height: 265px;
    max-width: 481px;
    min-width: 265px;
    background-color: var(--primary);
    gap: 0px;
    border-radius: var(--radiusxxl);
    border: var(--borderstrokedestaque);
    opacity: 0px;
}

/* .btn-portabilidade:hover {
  background-color: var(--background-button);
  border: 2px solid var(--background-dark);
  color: var(--background-dark);
  transition: 0.5s;
} */
/* .button-secondary {
    white-space: nowrap;
}
.button-secondary:hover {
    border: 2px solid var(--background-dark);
} */

/*app*/

.container-app {
    background: radial-gradient(
        46.61% 46.61% at 30.03% 50%,
        #3a3a3a 0%,
        var(--dark-texture) 100%
    );
    padding: 128px 0px 128px 0px;
}

.container-body-app {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.card-img-app {
    width: 100%;
    height: auto;
    max-width: 444.05px;
    max-height: 492.79px;
    background-color: transparent;
}

.container-card-body-app {
    gap: 48px;
}

.card-body-app h1 {
    line-height: 67.2px;
    text-align: left;
    color: var(--primary);
    padding-bottom: 32px;
}

.card-body-app h2 {
    line-height: 28px;
    text-align: left;
    color: var(--medium-dark);
}

.card-body-app span {
    font-weight: 600;
}

/* func-b2c */

.title-func-b2c h1 {
    line-height: 67.2px;
    color: var(--secondary);
    text-align: center !important;
    padding-bottom: 32px;
}

.body-func-b2c h2 {
    max-width: 584px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 32px;
    padding-bottom: 64px;
    color: var(--medium-light);
}

.subtitle-swiper-scroll {
    color: var(--medium-light);
    font-size: 14px;
}

.swiper-container-scrollbar {
    height: 388px;
}

.swiper-slide-width {
    width: 276px !important;
    /* height: 164px !important; */
}

.mySwiper {
    padding-bottom: 48px;
}

/* Adiciona padding ao primeiro slide */
.mySwiper .first-card {
    padding-left: 16px;
}

/* Adiciona padding ao último slide */
.mySwiper .last-card {
    padding-right: 16px;
}

/*corpo dos cards*/

/*titulo dos cards*/
.swiper-slide-title-card {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    color: var(--primary);
}

/*texto corpo dos cards*/
.swiper-slide-description-card {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: var(--primary);
}

.container-cards-grid-items {
    gap: 32px;
}

.swiper-slide-card {
    background-color: var(--light-card);
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    border-radius: 8px;
}

.card-container {
    background-color: var(--light-card);
    padding-top: 32px;
    padding-bottom: 32px;
    /* min-width: 276px; */
    border-radius: 16px;
}

.items-container {
    padding-bottom: 128px;
}

/*form*/

.section-form-container {
    padding: 128px 0px 128px 0px;
}

.form {
    opacity: 0px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        var(--primary) 0%,
        var(--border-light) 100%
    );
}
.form-gap {
    gap: 32px;
}
.form h1 {
    line-height: 67.2px;
    color: var(--secondary);
    text-align: center;
}

.form h2 {
    line-height: 28px;
    color: var(--medium-dark);
    text-align: center;
}

.form span {
    font-weight: 600;
}

.form p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: var(--medium-light);
}

.absolute-img-input {
    position: absolute;
    left: 16px;
}

.absolute-img-text-area {
    position: absolute;
    left: 16px;
    top: 0.6rem;
}

.input-primary {
    border-radius: 8px;
    font-size: 14px;
    padding: 16px 16px 16px 36px;
    background-color: rgb(255 255 255 / 35%);
    max-height: 52px;
    font-family: "Inter";
    font-weight: 400;
    line-height: 19.6px;
    color: var(--secondary);
}

.input-text {
    padding: 16px 8px 16px 8px;
}

.text-area-primary {
    resize: none;
    border-radius: 8px;
    font-size: 14px;
    padding-left: 36px;
    background-color: rgb(255 255 255 / 35%);
    color: var(--secondary);
}

/*estilos form*/
.form-control:focus {
    box-shadow: none;
    color: var(--secondary) !important;
    background-color: rgb(255 255 255 / 35%);
}

.form-control:hover {
    border: 2px solid var(--secondary) !important;
    color: var(--secondary) !important;
}

/* Estilos para select*/

#selectInput {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    appearance: none;
    /* Remove a aparência nativa */
    -webkit-appearance: none;
    /* Remove a aparência nativa no WebKit */
    -moz-appearance: none;
    /* Remove a aparência nativa no Firefox */
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-trigger {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    border: 2px solid var(--border-light) !important;
    background-color: rgb(255 255 255 / 35%);
    border-radius: 8px;
    cursor: pointer;
    color: #71717a !important;
    background-image: url("/global/assets/images/icon-expand-more.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
}

.custom-select-trigger.active {
    background-image: url("/global/assets/images/icon-expand-less.svg");
}

.custom-options {
    position: absolute;
    display: none;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 2px solid var(--border-light) !important;
    background-color: var(--primary);
    z-index: 999;
    border-radius: 0 0 8px 8px;
}

.custom-option {
    padding: 16px;
    cursor: pointer;
    background-color: var(--primary);
    color: #71717a !important;
    display: block;

    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
}

.custom-option:hover {
    color: var(--secondary) !important;
    background-color: var(--primary) !important;
}
.custom-option.selected {
    color: var(--secondary) !important;
    background-color: var(--primary) !important;
}

.custom-options.show {
    display: block;
}

.select-container {
    display: inline-block !important;
    position: relative !important;
    width: 100% !important;
}

/* Estilos para quando o select estiver em foco */
.custom-select-trigger:hover,
.custom-select-trigger:focus {
    border: 2px solid var(--secondary) !important;
    color: var(--secondary) !important;
}

.custom-options::-webkit-scrollbar {
    width: 4px;
}

.text-primary p {
    color: var(--secondary) !important;
}

.custom-options::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 8px;
}

.custom-options::-webkit-scrollbar-track {
    background: #f2f2f2;
}

/* termos de uso*/

.termos-de-uso {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.termos-de-uso h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    color: var(--medium-dark);
}

/* .btn-mensagem {
  width: 220px;
  height: 48px;
  font-weight: 600;
  border: 1.5px solid var(--border-light);
  padding: 16px 32px;
  background-color: var(--background-button);
  border-radius: 24px;
  align-items: center;
}

.btn-mensagem p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  align-items: center;
  color: var(--secondary);
}

.btn-mensagem:hover {
  background-color: var(--background-button);
  border: 2px solid var(--background-dark);
} */

/* acaba aqui desktop*/

/*tablet*/
@media (max-width: 1300px) {
    .container-cards-grid-items {
        max-width: 768px;
    }

    .text-box-hero-simulador h1 {
        line-height: 36.4px;
        font-size: 26px;
        padding-bottom: 16px;
    }

    .text-box-hero-simulador h2 {
        line-height: 19.6px;
        font-size: 14px;
        padding-bottom: 32px;
        font-size: 14px;
    }

    .title-func-b2c h1 {
        padding-top: 64px;
    }
}

@media (max-width: 1180px) {
    .padding-section-global {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .card-container {
        border-radius: 8px;
    }

    .container-cards-grid-items {
        max-width: 768px;
        gap: 16px;
    }

    /*hero-simulador texto*/
    .card-hero-simulador {
        max-width: 379px;
        max-height: 184px;
    }

    /*novo-cliente*/
    .card-body-novo-cliente {
        max-width: 584px;
        max-height: 200px;
    }

    .card-body-novo-cliente h1 {
        font-size: 26px;
        line-height: 36.4px;
        margin-bottom: 16px;
    }

    .card-body-novo-cliente h2 {
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 32px;
    }

    /*beneficios*/
    .container-beneficios {
        padding: 64px 0px 64px 0px;
    }

    .title-beneficios h1 {
        font-size: 26px;
        line-height: 36.4px;
        padding-bottom: 48px;
    }

    .container-card-beneficios {
        gap: 16px;
    }

    .card-body-beneficios {
        height: 179px;
        width: 245.33px;
        gap: 16px;
        border-radius: 16px;
        padding: 16px 15px 16px 16px;
    }

    .card-title-beneficios {
        font-size: 16px;
        line-height: 22.4px;
        padding-top: 0px;
        padding-bottom: 16px;
    }

    .card-text-beneficios {
        width: auto;
        font-size: 12px;
        line-height: 16.8px;
        /* padding-bottom: 16px; */
        color: var(--medium-light);
    }

    .icon-beneficios {
        width: 22px;
        height: 25px;
    }

    /*portabilidade*/
    .container-portabilidade {
        padding: 64px 0px 64px 0px;
    }

    .card-img-portabilidade {
        max-height: 379px;
        max-width: 379px;
    }

    .card-body-portabilidade h1 {
        line-height: 36.4px;
        margin-bottom: 16px;
    }

    .card-body-portabilidade h2 {
        line-height: 19.6px;
        margin-bottom: 32px;
        color: var(--medium-light);
    }

    /*app*/
    .container-app {
        padding: 64px 0px 64px 0px;
    }
    .container-card-body-app {
        gap: 32px;
    }

    .card-body-app h1 {
        line-height: 36.4px;
        font-size: 26px;
        text-align: left;
        padding-bottom: 16px;
        color: var(--primary);
    }

    .card-body-app h2 {
        line-height: 19.6px;
        font-size: 14px;
        text-align: left;
        padding-bottom: 0px;
        color: var(--medium-dark);
    }

    .card-body-app span {
        font-weight: 600;
    }

    .card-img-app {
        max-width: 379.36px;
        max-height: 421px;
    }

    .title-func-b2c h1 {
        line-height: 36.4px;
        padding-bottom: 0px;
    }

    .body-func-b2c h2 {
        font-size: 14px;
        line-height: 19.6px;
        margin-top: 0px;
    }

    .break-text-card {
        white-space: nowrap;
    }

    /*form*/
    .section-form-container {
        padding: 64px 0px 64px 0px;
    }
    .form-gap {
        gap: 16px;
    }
    .form-padding-button {
        padding-top: 16px;
    }
    .form h1 {
        line-height: 36.4px;
    }

    .form h2 {
        line-height: 19.6px;
    }

    .input-primary {
        padding: 8px 16px 8px 36px;
    }

    .form-select {
        padding: 8px 16px;
    }

    /* .btn-mensagem {
    width: 202px;
    height: 40px;
  } */
    /*fim do tablet padrão*/
}

/*fim do tablet padrão*/

/*medium*/
@media (max-width: 992px) {
    .card-body-beneficios {
        height: auto;
        width: auto;
        border-radius: 16px;
        padding: 16px;
    }

    .card-hero-simulador {
        padding-top: 8%;
        max-width: 100%;
        max-height: 100%;
    }

    .card-img-hero-simulador {
        width: 276px !important;
        height: auto !important;
    }

    .card-img-portabilidade {
        max-height: 265px !important;
        max-width: 265px !important;
    }

    .card-img-app {
        max-width: 276px;
        max-height: 306.29px;
    }

    .card-title-beneficios {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .text-box-hero-simulador h1 {
        text-align: center;
    }

    .text-box-hero-simulador h2 {
        text-align: center;
    }

    #app-text {
        order: 1;
    }

    #app-image {
        order: 2;
    }
    .form-padding-button {
        padding-top: 0px;
    }
}

/*fim do medium*/

/*mobile*/
@media (max-width: 576px) {
    .container-hero-simulador {
        padding-top: 15%;
    }

    .padding-section-global {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .text-box-hero-simulador h1 {
        line-height: 36.4px;
        padding-bottom: 16px;
        text-align: center;
    }

    .text-box-hero-simulador h2 {
        line-height: 19.6px;
        padding: 0px 10px 16px 10px;
        font-size: 14px;
        text-align: center;
    }

    .card-body-novo-cliente {
        max-width: 326px;
        max-height: 256px;
    }

    .container-beneficios {
        padding: 48px 0px 48px 0px;
    }

    .card-body-beneficios {
        /* height: 116px; */
        width: auto;
        gap: 8px;
        border-radius: 16px;
        padding: 16px;
    }

    .card-text-beneficios {
        padding-top: 8px;
    }

    .container-portabilidade {
        padding: 48px 0px 48px 0px;
    }

    .card-body-portabilidade {
        font-size: 26px;
        text-align: center;
    }
    .container-app {
        padding: 48px 0px 48px 0px;
    }
    .card-body-app {
        align-items: center;
    }

    .card-body-app h1 {
        text-align: center;
    }

    .card-body-app h2 {
        text-align: center;
        color: var(--medium-dark);
    }

    .title-func-b2c h1 {
        padding-top: 0px;
        padding-bottom: 16px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .body-func-b2c h2 {
        padding-bottom: 48px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .section-form-container {
        padding: 48px 0px 48px 0px;
    }
    .form h1 {
        font-size: 26px;
        line-height: 36.4px;
    }

    .form h2 {
        line-height: 19.6px;
        width: 80%;
    }
}

@media (max-width: 453px) {
    .break-text {
        white-space: nowrap;
    }
}
