@font-face {
    font-family: "Proxima Nova";
    font-weight: 300;
    font-style: normal;
    src:
        url(../fonts/proximanova-light.woff2) format("woff2"),
        url(../fonts/proximanova-light.woff) format("woff"),
        url(../fonts/proximanova-light.ttf) format("truetype");
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 400;
    font-style: normal;
    src:
        url(../fonts/proximanova-regular.woff2) format("woff2"),
        url(../fonts/proximanova-regular.woff) format("woff"),
        url(../fonts/proximanova-regular.ttf) format("truetype");
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 600;
    font-style: normal;
    src:
        url(../fonts/proximanova-semibold.woff2) format("woff2"),
        url(../fonts/proximanova-semibold.woff) format("woff"),
        url(../fonts/proximanova-semibold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Mono";
    font-weight: 400;
    font-style: normal;
    src:
        url(https://http2.mlstatic.com/ui/webfonts/v4.2.0/roboto-mono/roboto-mono-400.woff2) format("woff2"),
        url(https://http2.mlstatic.com/ui/webfonts/v4.2.0/roboto-mono/roboto-mono-400.woff) format("woff"),
        url(https://http2.mlstatic.com/ui/webfonts/v4.2.0/roboto-mono/roboto-mono-400.ttf) format("truetype");
}

*:focus {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 3px #007eb5,
        0 0 0 5px rgba(71, 154, 209, 0.3);
    outline: none;
}

*:focus-visible {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 3px #007eb5,
        0 0 0 5px rgba(71, 154, 209, 0.3);
    outline: none;
}

*:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.logo-item {
    width: 100%;
}

.select-custom {
    width: 400px;
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #ccc;
    font-size: 20px;
    margin: 10px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #fffbeb;
    color: #848484;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

#btn-gerar-cobranca {
    border-radius: 25px;
    background-color: #93995f;
}

.andes-dropdown__arrow::after {
    border-right-color: #93995f !important;
    border-bottom-color: #93995f !important;
}

.andes-badge--neutral,
.andes-message__border-color--neutral {
    background-color: #93995f;
}

.andes-radio__input:checked + .andes-radio__background .andes-radio__outer-circle {
    border-color: #93995f;
}

.andes-radio__input:checked + .andes-radio__background .andes-radio__inner-circle {
    background-color: #93995f;
}

.andes-list__item--selected::before {
    border-color: #93995f;
}

.andes-switch .andes-checkbox__input:checked ~ .andes-checkbox__mimic:before {
    border-color: #93995f;
    background-color: #93995f;
}

.andes-form-control--focused .andes-form-control__border:after {
    background-color: #93995f !important;
}

.with-custom-color {
    color: #93995f;
}

.item-installments_row_media .options-list__label .group-media-object div:nth-child(3) .text span,
.item-installments_row_media .options-list__label .group-media-object .ui-avatar__content span {
    color: #93995f;
}

#installments_group_generic .icon-wrapper .icon-installments span {
    color: #93995f;
}

a,
a:hover {
    color: #93995f;
}

.options-list .options-list__item:not(.disabled, .with-action-text, .with-switch) .options-list__label::before {
    border-color: #93995f;
}

.options-list .options-list__item input:checked + .options-list__label:not(.with-switch) {
    box-shadow: inset 0.25em 0 0 0 #93995f;
}

.options-list .options-list__item.with-action-text .options-list__label .group-media-object div:nth-child(3) .text {
    color: #93995f;
}

.options-list .options-list__label::before {
    border-right-color: #93995f !important;
    border-bottom-color: #93995f !important;
}

.more-cards__label {
    color: #93995f;
}

.andes-button--loud {
    background: #93995f;
    border-color: #93995f;
    color: #fff;
}

.andes-button.andes-button--loud[data-loading="true"] {
    background: #93995f !important;
    border-color: #93995f !important;
    color: #fff !important;
}

.andes-button--transparent,
.andes-button--secondary,
:focus ~ .ui-select__status-arrow::after {
    border-color: #93995f;
    color: #93995f;
}

.andes-button--transparent svg path,
.andes-button--secondary svg path,
.andes-button--link svg path,
.andes-button--quiet svg path,
.andes-button--terciary svg path {
    fill: #93995f;
}

.andes-button--link,
.andes-button--quiet,
.andes-button--terciary,
.andes-button--link:hover,
:focus + .ui-select__label,
:focus ~ .ui-select__label {
    color: #93995f;
}

.andes-button::after {
    background: hsl(198.20000000000005, 100%, 53.4%);
}

.andes-button--loud:hover {
    background: hsl(198.20000000000005, 100%, 39.2%);
    border-color: hsl(198.20000000000005, 100%, 39.2%);
    color: #fff;
}

.andes-button--loud:active {
    background: hsl(198.20000000000005, 100%, 32.9%);
    border-color: hsl(198.20000000000005, 100%, 32.9%);
    color: #fff;
}

.hidden {
    display: none;
}

.description-section {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.description-section > p {
    text-align: left;
}

.elipse-text {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elipse-text-none {
    overflow: visible;
}

.see-more {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: -20px;
}

.see-more > p {
    cursor: pointer;
    text-align: left;
}

.label-input {
    margin: 0 10px;
    font-weight: 600;
}

body {
    background-image: url(../img/bg.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: -270px;
    background-size: auto;
}

.congrats--instructions .congrats-header {
    background: none;
    padding: 10px 0px;
    padding-top: 0px;
}
.congrats--instructions .congrats-content .group-button {
    margin-top: 1em;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}
.title-header {
    color: #ffffff;
    font-family: Candal;
    font-size: 63px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
}

.title-header > p {
    line-height: 77px !important;
}

.sub-title-header {
    height: 75px;
    width: 474px;
    color: #ffffff;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    margin-top: 50px;
    display: block;
    color: #2b574e;
    font-size: 40px;
    width: 100%;
}

.congrats-header p {
    color: #fff;
    font-size: 1.3em;
    line-height: 55px;
}

.congrats-header__container {
    max-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin-top: 0px;
}

.ui-card {
    background-color: transparent !important;
    text-align: center;
    box-shadow: none !important;
    padding-top: 0px !important;
}

#btn-prosseguir {
    height: 50px;
    width: 400px;
    border-radius: 25px;
    background-color: #93995f;
    color: #fffbeb;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    box-shadow: none;
    border: none;
    cursor: pointer;
    padding: 0 121px;
}

#btn-prosseguir:disabled {
    opacity: 0.5;
    /* Exemplo de estilo para um botão desabilitado */
    cursor: not-allowed;
}

#btn-gerar-cobranca {
    height: 50px;
    width: 400px;
    border-radius: 25px;
    background-color: #93995f;
    color: #fffbeb;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    box-shadow: none;
    border: none;
    cursor: pointer;
    padding: 0 121px;
}

#btn-gerar-cobranca:disabled {
    opacity: 0.5;
    /* Exemplo de estilo para um botão desabilitado */
    cursor: not-allowed;
}

#btn-copy {
    height: 50px;
    width: 400px;
    border-radius: 25px;
    background-color: #93995f;
    color: #fffbeb;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    box-shadow: none;
    border: none;
    cursor: pointer;
    padding: 0 121px;
}

#btn-baixar {
    height: 50px;
    width: 310px;
    border-radius: 25px;
    background-color: #f06039;
    color: #fffbeb;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    box-shadow: none;
    border: none;
    cursor: pointer;
    /* padding: 0px 100px; */
}

#btn-site {
    height: 50px;
    width: 310px;
    border-radius: 25px;
    background-color: #93995f;
    color: #fffbeb;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    box-shadow: none;
    border: none;
    cursor: pointer;
    /* padding: 0px 100px; */
}

.disabled-text {
    height: 50px;
    width: 400px;
    border-radius: 5px;
    background-color: #fffbeb;
    text-wrap: nowrap;
    overflow-x: auto;
}

.disabled-text::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    /* Largura da barra de rolagem */
}

.disabled-text::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Cor do preenchimento da barra de rolagem */
}

#img-sucesso {
    margin-top: 40px;
}

.text-info {
    height: 25px;
    color: #ffffff;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    margin: 20px;
}

#price {
    height: 49px;
    color: #2b574e;
    font-family: Candal;
    font-size: 44px;
    letter-spacing: 0;
    line-height: 49px;
    text-align: center;
}

.avatar {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    width: 100%;
    background: #fffbeb;
    border-radius: 0px;
    padding: 0px;
    height: 100px;
}

.avatar img {
    margin: 0 20px;
    width: 130px;
}

.text-auth {
    height: 25px;
    width: 332px;
    color: #ffffff;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
}

.group-check {
    padding: 10px 60px;
    text-align: left;
}

.group-check input[type="checkbox"] {
    display: none;
    /* Oculta a caixa de seleção padrão */
}

/* Estilize a aparência da caixa de seleção personalizada */
.group-check label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    /* Espaço para o marcador personalizado */
    cursor: pointer;
}

/* Estilize o marcador personalizado */
.group-check label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 3px;
    top: 4px;
}

/* Estilize o símbolo de "check" */
.group-check label::after {
    content: "\2713";
    /* Código unicode para o símbolo de "check" */
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 1px;
    left: 4px;
    visibility: hidden;
    /* Inicialmente oculto */
}

/* Estilize o marcador personalizado quando estiver selecionado */
.group-check input[type="checkbox"]:checked + label::before {
    background-color: #93995f;
    border-color: #93995f;
}

/* Mostrar o símbolo de "check" quando a caixa de seleção está marcada */
.group-check input[type="checkbox"]:checked + label::after {
    visibility: visible;
}

.btn-login {
    height: 50px;
    width: 400px;
    border-radius: 25px;
    background-color: #93995f;
    color: #fffbeb;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    box-shadow: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.out-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    color: #2b574e;
    cursor: pointer;
}
.out-btn > ion-icon {
    color: #2b574e;
    font-size: 30px;
    cursor: pointer;
    margin: 6px;
}
.out-btn > h1 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}

#btn-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: auto;
}

#btn-share > ion-icon {
    font-size: 30px;
    margin: 0 7px;
}
/* Estilos para dispositivos móveis com largura de tela menor que 768px */
@media (max-width: 767px) {
    /* Adicione aqui os estilos específicos para dispositivos móveis */
    .avatar {
        justify-content: center;
        display: inline-flex;
        align-items: center;
        width: 100%;
    }

    .avatar img {
        margin: 0 20px;
        width: 87px;
        margin: 10px;
    }

    .out-btn > ion-icon {
        color: #2b574e;
        width: 30px;
        cursor: pointer;
        margin: 6px;
    }
    .congrats-header p {
        color: #fff;
        font-size: 38px;
        line-height: 55px;
        /* width: 20px; */
        line-height: 40px !important;
    }

    .out-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20%;
        color: #2b574e;
        cursor: pointer;
    }

    body {
        background-image: url(../img/bg-m.png);
        background-color: #0e384f;
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-position-y: 30px;
        background-size: cover;
        background-size: 129%;
    }

    .select-custom {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid #ccc;
        font-size: 20px;
        margin: 10px;
        padding: 0 10px;
        border-radius: 5px;
        background-color: #fffbeb;
        color: #848484;
        font-family: "DM Sans";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .group-button {
        margin: 0 10px;
    }

    .group-check {
        text-align: left;
        margin: 0px;
    }

    .btn-login {
        height: 50px;
        width: 100%;
        border-radius: 25px;
        background-color: #93995f;
        color: #fffbeb;
        font-family: "DM Sans";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 21px;
        text-align: center;
        box-shadow: none;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .disabled-text {
        height: 50px;
        width: 100%;
        border-radius: 5px;
        background-color: #fffbeb;
        text-wrap: nowrap;
        overflow-x: auto;
        font-size: 20px;
        margin: 0 10px;
    }

    .qr_code_img {
        margin: 0 10px;
        width: 100%;
    }

    .title-header {
        color: #ffffff;
        font-family: Candal;
        font-size: 63px;
        letter-spacing: 0;
        text-align: center;
        margin-top: 20px;
    }
    
    .title-header > p {
        padding-top: 40px;
        line-height: 77px !important;
    }

    .sub-title-header {
        height: 25px;
        width: 474px;
        color: #ffffff;
        font-family: "DM Sans";
        font-size: 24px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 35px;
        text-align: center;
        margin-top: 50px;
        display: block;
        color: #2b574e;
        font-size: 31px;
        width: 100%;
        text-wrap: wrap;
        width: 370px;
        margin-bottom: 40px;
    }

    #etapa1{
        padding-top: 60px !important;
    }
}

/* Estilos para dispositivos móveis com largura de tela entre 768px e 991px */
@media (min-width: 768px) and (max-width: 991px) {
    /* Adicione aqui os estilos específicos para dispositivos móveis */
}

/* Estilos para dispositivos móveis com largura de tela maior que 992px */
@media (min-width: 992px) {
    /* Adicione aqui os estilos específicos para dispositivos móveis */
}
