/*modal_te_llamamos.php*/

.modal_2 {
    display: none;
    /* El modal está oculto por defecto */
    position: fixed;
    /* Fijar el modal en la pantalla */
    top: 0;
    left: 0;
    /* margin: auto; */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fondo semitransparente */
    z-index: 9999;
    /* Asegura que el modal esté encima de otros elementos */
    justify-content: center;
    align-items: center;
}


@media (max-width: 620px)
{

    .modal_2 {
        width: 100%;
        height: 100%;
    }

    .modal_2-content {
        position: fixed;
        /* Fijar el modal en la pantalla */
        top: 0;
        left: 0;
        border-radius: 0px !important;
        display: flex;
        height: 100%;
        width: 100%;
        margin-top: 0px !important;
        background: #012241;
        padding: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        position: relative;
    }

    #closeModal_2 {
        position: absolute;
        right: 16.5px;
        top: 16px;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    #titulo_grande_modal_2 {
        color: white;
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        margin-bottom: 83px !important;
    }

    #recuadros_modal_2 {
        display: flex;
        flex-direction: column;
        width: 100%; 
    }

    #recuadros_modal_2 a{
        text-decoration: none;
    }

    .recuadro_modal_002 {
       border-top: 1px solid #0C3154;  
       display: flex;
       flex-direction: row !important;
       flex-wrap: nowrap;
       justify-content: flex-start;
       align-items: center;   
       height: 102px !important;   
    }

    .img_modal_2 {
        width: 24px;
        height: 24px;
        background-size: contain;  
    }

    .titulo_modal_2 {
        font-size: 15px !important;
        font-weight: 500 !important;
        color: white;
        width: 224px;
        margin-bottom: 0px !important;
    }

    .texto_modal_2 {
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #D0D5D9;
        width: 224px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .input_modal_2 {
        width: 100% !important;
        height: 48px !important;
        border: 1px solid #C0C7CC !important;
        border-radius: 6px !important;
        padding: 20px 14px;
        gap: 16px;
    }

    #llamadme_modal_2 {
        margin-top: 16px !important;
        margin-bottom: 32px !important;
    }

    #checkbox_acepto_pd_modal_2 {
        appearance: none;
        width: 14px;
        height: 14px;
        border-radius: 3px !important;
        border: 1px solid white !important;
        background: none;
        position: relative;
        top: 3px;
        margin-right: 8px !important;
    }

    /* Estilo cuando el checkbox está seleccionado y se coloca un checkmark */
    #checkbox_acepto_pd_modal_2:checked::after {
        content: "✔" !important;
        position: absolute;
        color: white;
        font-size: 10px;
        top: -2px;
        left: 2px;
    }

    #prot_datos_modal_2 {
        color: white;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
    }

    #prot_datos_modal_2 a,
    #parrafo_modal_2 a {
        color: white !important;
        text-decoration-line: underline !important;
    }

    #parrafo_modal_2 {
        color: white;
        text-align: center;
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: 12.6px;
        width: 92%;
        justify-self: center;
    }
}

/*fin modal_te_llamamos.php*/


/*modal_llamadme.php*/

.modal {
    display: none;
    /* El modal está oculto por defecto */

    /* margin: auto; */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fondo semitransparente */
    z-index: 9999;
    /* Asegura que el modal esté encima de otros elementos */
    justify-content: center;
    align-items: center;
}

.modal-content {
    border-radius: 12px;
    background: #012241;
    margin: auto !important;
    margin-top: 12% !important;
    display: flex;
    height: 408PX;
    width: 339px;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    position: fixed;
    top: 30px;
    
}


.boton_modal_llamadme,
.boton_modal_llamadme:hover,
.boton_modal_llamadme:focus {
    display: flex !important;
    height: 54px !important;
    padding: 17px 28px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 48px !important;
    border: none !important;
    background: var(--color-verde-claro) !important;
    color: var(--color-azul-menos-oscuro) !important;
    width: 100% !important;
}


.boton_modal_llamadme a {
    color: var(--color-azul-menos-oscuro) !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 26px !important;
}

#closeModal{
    position: absolute;
    right: 16.5px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#titulo_modal{
    color: white;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 32px !important;
    margin-top: 32px;
}

.input_modal{
    width: 275px !important;
    height: 48px !important;
    border: 1px solid #C0C7CC !important;
    border-radius: 6px !important;
    padding: 20px 14px;
    gap: 16px;
}

#llamadme_modal{
    margin-top: 32px !important;
    margin-bottom: 16px !important;
}

#checkbox_acepto_pd_modal{
appearance: none; 
width: 14px;
height: 14px;
border-radius: 3px !important;
border: 1px solid white !important;
background:  none;
position: relative;
top: 3px;
margin-right:8px !important;
}

/* Estilo cuando el checkbox está seleccionado y se coloca un checkmark */
#checkbox_acepto_pd_modal:checked::after {
    content: "✔" !important;
    position: absolute;
    color: white;
    font-size: 10px;
    top: -2px;
    left: 2px;
}

#prot_datos_modal{
    color: white;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

#prot_datos_modal a, #parrafo_modal a{
    color: white !important;
    text-decoration-line: underline !important;
}

#parrafo_modal{
    color: white;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.6px;
}


@media (max-width: 620px) {

.modal {
    width: 100%;
    height: 100%;
}

.modal-content {
    position: fixed;
    /* Fijar el modal en la pantalla */
    top: 0;
    left: 0;        
    border-radius: 0px !important;
    display: flex;
    height: 100%;
    width: 100%;
    margin-top: 0px !important;
    z-index: 9000 !important;
}

#closeModal{
    position: absolute;
    right: 16.5px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#titulo_modal{

    margin-bottom: 132.5px !important;
}

.input_modal{
    width: 100% !important;
}

#llamadme_modal{
    margin-bottom: 119.5px !important;
}

}

/*fin modal_llamadme.php*/

/*modal_cobertura.php*/

.modal_cobertura {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal-content-cobertura {
    border-radius: 12px;
    background: #F0F8FF;
    margin: auto !important;
    margin-top: 365px !important;
    display: flex;
    height: 294px;
    width: 555px;
    padding: 32px;
    padding-bottom: 40px !important;
    flex-direction: column;
    z-index: 9000 !important;
    /* Asegura que el modal esté encima de otros elementos */
    flex-shrink: 0;
    position: relative;
}

#closeModalCobertura{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#titulo_modal_cobertura{
    color: var(--color-azul-oscuro);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0px !important;
    margin-top: 0px;
}

#texto_modal_cobertura{
    color: var(--color-azul-menos-oscuro);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 32px !important;
    margin-top: 0px;
}

.input_modal_cobertura{
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #C0C7CC !important;
    border-radius: 6px !important;
    padding: 20px 14px;
    gap: 16px;
}

#modal_cobertura_btn{
    margin-top: 32px !important;
    margin-bottom: 16px !important;
    display: none !important;
}

#modal_cobertura_btn,
#modal_cobertura_btn:hover,
#modal_cobertura_btn:focus {
    display: flex;
    height: 54px;
    padding: 17px 28px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 48px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    border: none;
    background: var(--color-verde-claro);
    width: 100%;
    margin-bottom: 119.5px !important;
}

#modal_cobertura_btn a{
    color: var(--color-azul-menos-oscuro) !important;
    text-decoration: none !important;
}


@media (max-width: 620px) {

.modal_cobertura {
    width: 100%;
    height: 100%;
}

.modal-content-cobertura {
    position: fixed;
    /* Fijar el modal en la pantalla */
    top: 0;
    left: 0;        
    border-radius: 0px !important;
    display: flex;
    height: 100%;
    width: 100%;
    margin-top: 0px !important;
    padding: 64px 20px 0px 20px;
    z-index: 9000 !important;

}

#closeModalCobertura{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#titulo_modal_cobertura{

    margin-bottom: 0px !important;
    margin: 0px 24px;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}

#texto_modal_cobertura{

    margin-bottom: 32px !important;
    margin: 0px 43px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
}


/*fin modal_cobertura.php*/

#modal_cobertura{position: fixed; top: 0;}