.txt-link {
    text-decoration: underline;
    cursor: pointer;
}

.hide-section {
    display: none;
}

.style-back {
    padding: 150px;
}

.input-style {
    border-radius: 4px;
    border: 0.5px solid var(--Grises-G-C, #D2D5DB);
    background: #FFF;
    display: flex;
    padding: 10px 16px;
    align-items: center;
    margin-bottom: 15px;
}

.input-style.error::placeholder {
    color: red;
}

.input-style:disabled {
    background-color: #D2D5DB;
}

.input-style:disabled::placeholder {
    color: #fff;
}

.modal-backdrop {
    background-color: transparent !important;
}

.text-header,
.text-header-dos {
    color: var(--Neutros-Blanco, #FFF);
    text-transform: uppercase;
    line-height: 60px;
}

.text-header-tres {
    color: var(--Neutros-Blanco, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-title {
    line-height: 1;
    text-transform: uppercase;
}

.custom-modal .modal-content {
    background-color: white;
    padding: 0px 0px 100px 150px;
    border-radius: 10px;
}

.custom-modal .modal-dialog {
    max-width: 50%;
    margin: auto;
}

.modal-header-tache {
    display: flex;
    justify-content: flex-end;
}

.modal-header {
    padding: 100px 150px 0px 0px;
    justify-content: center;
}

.modal-body {
    padding: 50px 150px 0px 0px;
}

.style-text-input-green {
    color: var(--Success-prueba, #2AC078);
}

.btn-enviar,
.btn-send:hover {
    border-radius: 4px;
    background: var(--Secundarios-S-2, #743BBC);
    display: flex;
    padding: 8px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: var(--Neutros-Blanco, #FFF);
}

.modal-header,
.modal-footer {
    border: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.input-valid {
    padding-right: 30px;
    background-image: url('../../../../s3.amazonaws.com/mx.com.fuller.cms/cms/images/formulario/729610-bi_check.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right center;
    color: #2AC078;
    font-size: 16px;
    font-weight: 400;

}


.hide-label-error {
    display: none;
}

.hide-label-email-error {
    display: none;
}

.msj-error {
    color: var(--Neutros-Blanco, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-check-input[type='checkbox'] {
    border-radius: 0.25em;
}

.form-check-input:checked+label::after {
    accent-color: red;
}


.form-check .form-check-input {
    width: 24px;
    height: 24px;
    border: 1px solid #f77599;
}

.form-check-label {
    margin-left: 15px;
    padding-right: 20px;
    color: #fff;
}

.icon-info {
    z-index: 1 !important;
    position: absolute !important;
    cursor: pointer !important;
    width: 30px;
    padding-right: -22px;
    margin-left: 30.5rem;
    margin-top: 0.6rem;
}

.form-check-input:checked {
    background-color: #743BBC;
    border-color: #743BBC;
    color: #fff;
}

.modal-header-tache .btn-close {
    padding: 1.25rem;
}

@media only screen and (max-width: 1920px) {
    .icon-info {
        margin-left: 38.5rem;
    }
}

@media only screen and (max-width: 1440px) {
    .icon-info {
        margin-left: 28.5rem;
    }
}


@media only screen and (max-width: 1872px) {
    .text-header {
        font-size: 50px;
    }

    .style-back {
        /* background: var(--Primarios-P-1, #F3364C); */
        padding: 120px;
    }
}

@media only screen and (max-width: 1400px) {
    .icon-info {
        margin-left: 30.5rem;
    }

    .style-back {
        padding: 30px 80px 30px 80px;
    }

    .text-header {
        font-size: 34px !important;
        line-height: 40px;
    }

    .text-header-dos {
        font-size: 28px !important;
        line-height: 40px;
    }

    .modal-header {
        padding: 90px 80px 0px 0px;
    }

    .modal-body {
        padding: 50px 100px 0px 0px;
    }

    .custom-modal .modal-content {
        padding: 0px 0px 100px 100px;
    }

}

@media only screen and (max-width: 932px) {
    .text-header {
        line-height: 36px;
    }

    .text-header-dos {
        line-height: 36px;
    }

    .text-header-tres {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .style-back {
        padding: 30px;
    }

    .modal-header {
        padding: 30px 50px 30px 50px;
    }

    .modal-body {
        padding: 0px 10px 80px 10px;
        line-height: 20px;
    }

    .custom-modal .modal-content {
        padding: 0;
    }

    .custom-modal .modal-dialog {
        max-width: 90%;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    .icon-info {
        margin-left: 17.5rem;
    }

    .modal-header {
        .title-mob {
            font-size: 36px !important;
        }
    }
}

@media only screen and (max-width: 430px) {
    .icon-info {
        margin-left: 22.5rem;
    }
}

@media only screen and (max-width: 412px) {
    .icon-info {
        margin-left: 20.5rem;
    }
}

@media only screen and (max-width: 393px) {
    .icon-info {
        margin-left: 20.5rem;
    }
}

@media only screen and (max-width: 384px) {
    .icon-info {
        margin-left: 19.5rem;
    }
}

@media only screen and (max-width: 360px) {
    .icon-info {
        margin-left: 18.5rem;
    }
}

@media only screen and (max-width: 320px) {
    .icon-info {
        margin-left: 15.5rem;
    }
}