.content-preaprobado {
    max-width: 1220px;
    width: 90%;
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-preaprobado .first-layout {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.content-preaprobado .first-layout h1 {
    font-size: 36px;
    font-weight: 900;
    color: #0093d9;
}

.content-preaprobado .second-layout {
    width: 40%;
    height: fit-content;
}


.content-preaprobado .second-layout .cont {
    width: 100%;
    position: relative;
    border-radius:16px;
}

.content-preaprobado .second-layout .cont img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius:16px;
}

.content-preaprobado .second-layout .cont div {
    position: absolute;
    bottom: 0;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 20px;
    border-radius: 15px;
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.738532913165266) 43%, rgba(0, 0, 0, 0.7833508403361344) 100%);
}

.content-preaprobado .second-layout .cont div h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
}

.content-preaprobado .second-layout .cont div p {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.content-preaprobado .second-layout section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.content-preaprobado .second-layout section h2 {
    font-size: 22px;
    color: #0093d9;
    font-weight: 700;
}

.content-preaprobado .second-layout section div {
    display: flex;
    align-items: center;
    gap: .3rem;
}

.content-preaprobado .second-layout section div a {
    color: #0093d9;
    font-size: 14px;
}


/* ------------------BASIC INFO FORM---------------------- */


.content-preaprobado .first-layout .form-basic-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.content-preaprobado .first-layout .form-basic-info legend {
    font-size: 20px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-basic-info .one-camp {
    width: 100%;
}

.content-preaprobado .first-layout .form-basic-info .one-camp .cont {
    width: 50%;
    margin: 0 auto;
}

.content-preaprobado .first-layout .form-basic-info .one-camp .cont button {
    border: none;
    background-color: #0093d9;
    height: 46px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

.content-preaprobado .first-layout .form-basic-info .one-camp label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-basic-info .one-camp input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}

.content-preaprobado .first-layout .form-basic-info .double-camp {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.content-preaprobado .first-layout .form-basic-info .double-camp .cont {
    width: 39%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-basic-info .double-camp .cont label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-basic-info .double-camp .cont input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;

}

.content-preaprobado .first-layout .form-basic-info .double-camp .contS {
    width: 59%;
    display: flex;
    flex-direction: column;
}


.content-preaprobado .first-layout .form-basic-info .double-camp .contS label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-basic-info .double-camp .contS input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}

.content-preaprobado .first-layout .form-basic-info .double-campM {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}


.content-preaprobado .first-layout .form-basic-info .double-campM .cont {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-basic-info .double-campM .cont label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-basic-info .double-campM .cont input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}


.content-preaprobado .first-layout .form-basic-info .double-campM .cont button {
    border: none;
    background-color: #0093d9;
    height: 46px;
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}



/* ----------------------DROPDOWN TOMADOR--------------------------- */

.content-preaprobado .first-layout .dropdown-tomador {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}


.content-preaprobado .first-layout .dropdown-tomador h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0093d9;
}


.content-preaprobado .first-layout .form-tomador {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all 1s ease;
}


.content-preaprobado .first-layout .form-tomador .one-camp {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-tomador .one-camp label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .one-camp input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}


.content-preaprobado .first-layout .form-tomador .double-camp {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.content-preaprobado .first-layout .form-tomador .double-camp .cont {
    width: 39%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-tomador .double-camp .cont label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .double-camp .cont select {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
    appearance: none;
    cursor: pointer;
    background-image: url("../img/arrowDown2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.content-preaprobado .first-layout .form-tomador .double-camp .cont input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;

}

.content-preaprobado .first-layout .form-tomador .double-camp .contS {
    width: 59%;
    display: flex;
    flex-direction: column;
}


.content-preaprobado .first-layout .form-tomador .double-camp .contS label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .double-camp .contS input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}

.content-preaprobado .first-layout .form-tomador .double-campR {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.content-preaprobado .first-layout .form-tomador .double-campR .cont {
    width: 69%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-tomador .double-campR .cont label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .double-campR .cont input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;

}

.content-preaprobado .first-layout .form-tomador .double-campR .contS {
    width: 29%;
    display: flex;
    flex-direction: column;
}


.content-preaprobado .first-layout .form-tomador .double-campR .contS label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .double-campR .contS input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}

.content-preaprobado .first-layout .form-tomador .double-campL {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.content-preaprobado .first-layout .form-tomador .double-campL .cont {
    width: 29%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-tomador .double-campL .cont label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .double-campL .cont input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;

}

.content-preaprobado .first-layout .form-tomador .double-campL .contS {
    width: 69%;
    display: flex;
    flex-direction: column;
}


.content-preaprobado .first-layout .form-tomador .double-campL .contS label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .double-campL .contS input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}


.content-preaprobado .first-layout .form-tomador .three-camp {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.content-preaprobado .first-layout .form-tomador .three-camp .contL {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-tomador .three-camp .contL label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .three-camp .contL input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}

.content-preaprobado .first-layout .form-tomador .three-camp .contM {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-tomador .three-camp .contM label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .three-camp .contM input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}

.content-preaprobado .first-layout .form-tomador .three-camp .contR {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-tomador .three-camp .contR label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .three-camp .contR input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}

.content-preaprobado .first-layout .form-tomador .three-camp .contR select {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
    appearance: none;
    cursor: pointer;
    background-image: url("../img/arrowDown2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}


.type_contract,
.duration-contract {
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all .5s ease;
}


.content-preaprobado .first-layout .form-tomador .double-campM {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}


.content-preaprobado .first-layout .form-tomador .double-campM .cont {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-tomador .double-campM .cont label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-tomador .double-campM .cont input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}



/* ----------------------DROPDOWN ACTIVIDAD--------------------------- */

.content-preaprobado .first-layout .dropdown-actividad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.content-preaprobado .first-layout .dropdown-actividad h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-actividad {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all 1s ease;
}

.content-preaprobado .first-layout .form-actividad .double-campM {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}


.content-preaprobado .first-layout .form-actividad .double-campM .cont {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-actividad .double-campM .cont label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-actividad .double-campM .cont input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}

.content-preaprobado .first-layout .form-actividad .double-campM .cont select {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
    appearance: none;
    cursor: pointer;
    background-image: url("../img/arrowDown2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.content-preaprobado .first-layout .form-actividad .double-campL {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.content-preaprobado .first-layout .form-actividad .double-campL .cont {
    width: 39%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-actividad .double-campL .cont label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-actividad .double-campL .cont input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;

}

.content-preaprobado .first-layout .form-actividad .double-campL .cont select {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
    appearance: none;
    cursor: pointer;
    background-image: url("../img/arrowDown2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.content-preaprobado .first-layout .form-actividad .double-campL .contS {
    width: 59%;
    display: flex;
    flex-direction: column;
}


.content-preaprobado .first-layout .form-actividad .double-campL .contS label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-actividad .double-campL .contS input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}

.content-preaprobado .first-layout .form-actividad .double-campL .contS select {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
    appearance: none;
    cursor: pointer;
    background-image: url("../img/arrowDown2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}



/* ------------------------------CAMP CHECKS--------------------------------- */

.content-preaprobado .first-layout .form-actividad .camp-checked {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.content-preaprobado .first-layout .form-actividad .camp-checked .contL {
    width: 32%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-actividad .camp-checked .contL label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-actividad .camp-checked .contL select {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
    appearance: none;
    cursor: pointer;
    background-image: url("../img/arrowDown2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}


.content-preaprobado .first-layout .form-actividad .camp-checked .contM {
    width: 32%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-actividad .camp-checked .contM label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-actividad .camp-checked .contM select {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
    appearance: none;
    cursor: pointer;
    background-image: url("../img/arrowDown2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.content-preaprobado .first-layout .form-actividad .camp-checked .contR {
    width: 32%;
    display: flex;
    flex-direction: column;
}

.content-preaprobado .first-layout .form-actividad .camp-checked .contR label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.content-preaprobado .first-layout .form-actividad .camp-checked .contR input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
}

.content-preaprobado .first-layout .form-actividad .camp-checked .contR select {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 .4rem;
    height: 46px;
    font-weight: 300;
    appearance: none;
    cursor: pointer;
    background-image: url("../img/arrowDown2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}





/* ---------------------CHECK TERMS------------------------ */

.content-preaprobado .first-layout .check-terms {
    width: 100%;
    display: flex;
    align-items: center;
    gap: .4rem;
}

.content-preaprobado .first-layout .check-terms label {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
}

.content-preaprobado .first-layout .check-terms input {
    cursor: pointer;
    appearance: none;
    border-radius: 5px;
    height: 18px;
    width: 18px;
    border: 1px solid #D9D9D9;
}

.content-preaprobado .first-layout .check-terms input:checked {
    background-image: url("https://www.shutterstock.com/image-vector/check-mark-icon-color-editable-600nw-2474013721.jpg");
    background-position: center;
    background-size: contain;
}


.content-preaprobado .first-layout .btn-pay {
    text-align: center;
    height: 69px;
    background-color: #0093d9;
    border-radius: 8px;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

/* --------------------MODAL QUESTIONS---------------------- */

.modal-question {
    background-color: rgba(0, 0, 0, 0.44);
    width: 100vw;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all .5s ease;
}

.modal-question .cont {
    background-color: white;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
}

.modal-question .cont h3 {
    color: #0093d9;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.modal-question .cont div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-question .cont div button {
    height: 39px;
    background-color: #0093d9;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: white;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 49%;
}



/* --------------------MODAL PAY-------------------------- */

.modal-pay {
    background-color: rgba(0, 0, 0, 0.44);
    width: 100vw;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    z-index: -1;
    /* position: fixed;
    z-index:999; */
    transition: all .5s ease;
}

.modal-pay .cont {
    background-color: white;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
    flex-direction: column;
}

.modal-pay .cont div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 3rem;
    width: 100%;
}

.modal-pay .cont div section {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1rem;
}

.modal-pay .cont div section div {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: 0;
    flex-direction: row;
}

.modal-pay .cont div section a {
    color: #0093d9;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;

}

.modal-pay .cont div img {
    width: 92px;
    height: 92px;
}

.modal-pay .cont div h2 {
    color: #0093d9;
    font-size: 36px;
    margin-top: .5rem;
    font-weight: 900;
}

.modal-pay .cont div p {
    font-size: 14px;
    color: #0093d9;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.8rem;
}

.modal-pay .cont div p span {
    color: #0093d9;
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.modal-pay .cont div .text-t {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}

.modal-pay .cont button {
    width: 100%;
    min-height: 53px;
    padding: .5rem;
    color: white;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    background-color: #0093d9;
    border: none;
    border-radius: 8px;
    margin: 1rem 0 0;
    display: flex;
    align-items: center;
    gap: .3rem;
    justify-content: center;
}

.modal-pay .cont .close-m {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}




/* -------------------MODAL ERROR--------------------------- */

.modal-error {
    background-color: rgba(0, 0, 0, 0.44);
    width: 100vw;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    z-index: -1;
    /* position: fixed;
    z-index: 999; */
    transition: all .5s ease;
}

.modal-error .cont {
    background-color: white;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 2rem;
    flex-direction: column;
}

.modal-error .cont .close-m {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.modal-error .cont div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    width: 100%;
}

.modal-error .cont div img {
    width: 92px;
    height: 92px;
}

.modal-error .cont div h2 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 1rem;
}


.modal-error .cont button {
    width: 100%;
    height: 53px;
    padding: 0 .5rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    background-color: #0093d9;
    border: none;
    border-radius: 8px;
    margin-top: 1rem;
}



/* ----------------------LOADING------------------------ */

.loading {
    background-color: rgba(0, 0, 0, 0.44);
    width: 100vw;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all .7s ease;
}

.loading .cont {
    background-color: white;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    display: flex;
    height: 300px;
    width: 90%;
    max-width: 400px;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
}


.loading .cont .spinner {
    width: 56px;
    height: 56px;
    display: grid;
    animation: spinner-plncf9 4s infinite;
}

.loading .cont .spinner::before,
.loading .cont .spinner::after {
    content: "";
    grid-area: 1/1;
    border: 9px solid;
    border-radius: 50%;
    border-color: #0093d9 #0093d9 #0000 #0000;
    mix-blend-mode: darken;
    animation: spinner-plncf9 1s infinite linear;
}

.loading .cont .spinner::after {
    border-color: #0000 #0000 #dbdcef #dbdcef;
    animation-direction: reverse;
}



/* -------------------MODAL ASESOR------------------------- */

.modal-asesor {
    background-color: rgba(0, 0, 0, 0.44);
    width: 100vw;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    z-index: -1;
    /* position: fixed;
    z-index: 999; */
    transition: all .5s ease;
}

.modal-asesor .cont {
    background-color: white;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 2rem;
    flex-direction: column;
}

.modal-asesor .cont div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 3rem;
    width: 100%;
}

.modal-asesor .cont .close-m {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.modal-asesor .cont div h2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: #0093d9;
    margin: 0;
}

.modal-asesor .cont div img {
    width: 92px;
    height: 92px;
}

.modal-asesor .cont div p {
    font-size: 14px;
    margin-top: 1rem;
    font-weight: 300;
    text-align: justify;
}


.modal-asesor .cont button {
    width: 100%;
    height: 53px;
    padding: 0 .5rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    background-color: #0093d9;
    border: none;
    border-radius: 8px;
    margin: 2rem 0 0;
}



/* ----------------------------MODAL CREATE CITA------------------------------ */

/* calendar */


.modal-create-date .spinner {
    width: 56px;
    height: 56px;
    display: grid;
    margin: 0 auto;
    animation: spinner-plncf9 4s infinite;
}

.modal-create-date .spinner::before,
.modal-create-date .spinner::after {
    content: "";
    grid-area: 1/1;
    border: 9px solid;
    border-radius: 50%;
    border-color: #0093d9 #0093d9 #0000 #0000;
    mix-blend-mode: darken;
    animation: spinner-plncf9 1s infinite linear;
}

.modal-create-date .spinner::after {
    border-color: #0000 #0000 #dbdcef #dbdcef;
    animation-direction: reverse;
}

.modal-create-date .incomplete-date{
    color: red;
    font-weight: 600;
    transition: all .5s ease;
    position: absolute;
    opacity: 0;
}

.modal-create-date .motived-visit {
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}

.modal-create-date .motived-visit label {
    color: #0093d9;
    font-size: 12px;
    font-weight: 700;
}

.modal-create-date .motived-visit .content-arr-weeks {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
}

.modal-create-date .motived-visit .content-arr-weeks .left {
    transform: rotate(90deg);
    width: 12px;
}

.modal-create-date .motived-visit .content-arr-weeks .right {
    transform: rotate(-90deg);
    width: 12px;

}



.modal-create-date .motived-visit .content-week-days {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    transition: all .5s ease;
    width: 90%;
}

.modal-create-date .motived-visit .content-week-days .day {
    width: 16%;
    min-width: fit-content;
}

.modal-create-date .motived-visit .content-week-days .day h3 {
    font-size: 12px;
    color: #0093d9;
    font-weight: 700;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.modal-create-date .motived-visit .content-week-days .day p {
    font-size: 9px;
    text-wrap: nowrap;
    overflow: hidden;
}

.modal-create-date .motived-visit .content-week-days .day ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
    overflow: hidden;
    height: 350px;
    padding: 0;
}

.modal-create-date .motived-visit .content-week-days .day ul li {
    padding: .1rem .3rem;
    border-radius: 5px;
    background-color: #ededed;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    transition: 0.5s ease;
}

.modal-create-date .motived-visit .content-week-days .day ul li.selected {
    background-color: #003366; /* Azul oscuro */
    color: white; /* Texto blanco */
}

/* .modal-create-date .motived-visit .content-week-days .day ul li:hover {
    background-color: #cfcfcf;
    cursor: pointer;
} */

.modal-create-date .motived-visit .content-scroll {
    width: 100%;
    transition: all 2s ease;
    overflow: hidden;
    height: 190px;
}

.modal-create-date .more-hours {
    padding: .4rem .4rem .8rem .4rem;
    text-align: center;
  }
  
  .modal-create-date .more-hours span {
    font-size: 12px;
    cursor: pointer;
    transition: all 1s ease;
  }

.modal-create-date {
    background-color: rgba(0, 0, 0, 0.44);
    width: 100vw;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; 
    position: absolute;
     z-index: -1;
    /* position: fixed;
    z-index: 999; */
    transition: all .5s ease;
}

.modal-create-date .cont {
    background-color: white;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 2rem;
    flex-direction: column;
}

.modal-create-date .cont form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 3rem;
    width: 100%;
}

.modal-create-date .cont form legend {
    font-size: 20px;
    font-weight: 700;
    color: #0093d9;
}

.modal-create-date .cont form .camp {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.modal-create-date .cont form .camp label {
    font-size: 12px;
    font-weight: 700;
    color: #0093d9;
}

.modal-create-date .cont form .camp input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: .4rem;
    height: 46px;
    font-weight: 300;
}


.modal-create-date .cont .close-m {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}


.modal-create-date .cont button {
    width: 100%;
    height: 53px;
    padding: 0 .5rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    background-color: #0093d9;
    border: none;
    border-radius: 8px;
    margin: 2rem 0 0;
}




/* -----------------------------MODAL FINISH-------------------------------- */

.modal-finish {
    background-color: rgba(0, 0, 0, 0.44);
    width: 100vw;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all .5s ease;
}

.modal-finish .cont {
    background-color: white;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 2rem;
    flex-direction: column;
}

.modal-finish .cont .close-m {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.modal-finish .cont div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    width: 100%;
}

.modal-finish .cont div img {
    width: 92px;
    height: 92px;
}

.modal-finish .cont div h2 {
    font-size: 22px;
    color: #0093d9;
    font-weight: 700;
    margin-top: 1rem;
}


.modal-finish .cont button {
    width: 100%;
    height: 53px;
    padding: 0 .5rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    background-color: #0093d9;
    border: none;
    border-radius: 8px;
    margin-top: 1rem;
}

/* ------------------RESPONSIVE------------------------ */


@media screen and (max-width:700px) {
    .content-preaprobado .first-layout {
        width: 100%;
    }


    .content-preaprobado .second-layout {
        display: none;
    }
}


@media screen and (max-width:440px) {

    .content-preaprobado .first-layout .form-tomador .double-campL .contS,
    .content-preaprobado .first-layout .form-tomador .double-campL .cont {
        width: 49%;

    }

    .content-preaprobado .first-layout .form-tomador .double-campR {
        flex-wrap: wrap;
        row-gap: 1.5rem;
    }

    .content-preaprobado .first-layout .form-tomador .double-campR .contS,
    .content-preaprobado .first-layout .form-tomador .double-campR .cont {
        width: 100%;
    }

    .content-preaprobado .first-layout .form-tomador .double-camp .contS,
    .content-preaprobado .first-layout .form-tomador .double-camp .cont {
        width: 49%;
    }

    .content-preaprobado .first-layout .form-tomador .three-camp {
        flex-wrap: wrap;
        row-gap: 1.5rem;
    }

    .content-preaprobado .first-layout .form-tomador .three-camp .contL,
    .content-preaprobado .first-layout .form-tomador .three-camp .contM {
        width: 49%;
    }

    .content-preaprobado .first-layout .form-tomador .three-camp .contR {
        width: 100%;
    }

    .modal-question .cont {
        padding: 2rem;
    }

    .modal-question .cont h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .content-preaprobado .first-layout .form-actividad .double-campL .contS,
    .content-preaprobado .first-layout .form-actividad .double-campL .cont {
        width: 49%;
        display: flex;
        flex-direction: column;
    }

    .modal-pay .cont div h2 {
        font-size: 24px;
    }

    .modal-pay .cont div p {
        font-size: 12px;
    }

    .modal-pay .cont div p span {
        font-size: 20px;
    }

    .modal-pay .cont div .text-t {
        font-size: 12px;
    }

    .modal-asesor .cont div h2 {
        font-size: 21px;
    }

    .modal-asesor .cont div p {
        font-size: 12px;
    }


    .modal-asesor .cont button {
        margin: 1rem 0 0;
    }

    .content-preaprobado .first-layout .form-actividad .camp-checked {
        flex-direction: column;
        gap: 1rem;
    }

    .content-preaprobado .first-layout .form-actividad .camp-checked .contL,
    .content-preaprobado .first-layout .form-actividad .camp-checked .contM,
    .content-preaprobado .first-layout .form-actividad .camp-checked .contR {
        width: 100%;
    }
}


@keyframes spinner-plncf9 {
    100% {
        transform: rotate(1turn);
    }
}