/* PromoMondial Custom Styles */
.fondo-body {
    background: url('../img/fondo_header.png') no-repeat center center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
    /* background-size: 100% 100%; */
}

body {
    background-color: #023F84;
}

.col-padding {
    padding: 0 !important;
}

.barra-top {
    height: 70px;
    background-color: #0057B8;
    box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
}

.content-formulario {
    margin-top: 5% !important;
}

.content-titulo-formulario {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-bottom: 20px;
}

.text-titulo-formulario {
    font-size: 20px;
    font-weight: 700;
    color: #0056B8;
}

.text-subtitulo-formulario {
    font-size: 14px;
    font-weight: 50;
    color: #737373;
}

/* ====================================
   FORMULARIO (Estilos copiados de LandingDiaDeLaMadre)
   ==================================== */
.subscription-form {
    background-color: var(--white);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    color: #000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.subscription-form h2 {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    /* reset */
}

.form-group {
    margin-bottom: 8px;
}

.form-group label {
    display: block;
    text-align: start;
    font-weight: 200;
    margin-bottom: 2px;
    font-size: 15px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    font-family: inherit;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

/* Estilos de botones (submit y upload) */
.btn-submit,
.btn-upload {
    display: block;
    width: 80%;
    margin: 15% auto 0 auto;
    padding: 6px;
    background-color: var(--primary-color);
    color: var(--white);
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    text-align: center;
}

.btn-submit:hover,
.file-upload-wrapper:hover .btn-upload {
    background-color: #0099e6;
    /* Equivalente a rgb(0, 153, 230) */
    color: #002c8b;
    /* Equivalente a rgb(0, 44, 139) */
    border-color: #0099e6;
    /* Quita el borde primario original fusionándolo con el nuevo fondo */
}

/* Custom File Upload Button */
.file-upload-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.file-upload-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

/* Ocultar texto larguísimo en móvil */
.btn-upload {
    font-size: 13px;
    /* un poco más pequeño para que quepa */
    width: 90%;
}

.file-name-display {
    font-size: 10px;
    color: #000;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.contact-soon {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 900;
}

/* Errores jQuery Validate */
label.error {
    color: #e74c3c;
    font-size: 9px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 0;
}

input.error,
select.error {
    border: 2px solid #e74c3c !important;
}

/* ====================================
   SECCIÓN 1 (Banner y Formulario)
   ==================================== */
.section-1 {
    display: flex;
    align-items: center;
}

.content-header {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
}

.content-columna {
    background-color: #023F84;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
}

.content-informacion {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.content-informacio-bloque-2 {
    margin-top: 5%;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.content-logos-dsports {
    display: flex;
    flex-direction: row !important;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin-top: 1%;
}

.content-exito {
    background-color: var(--white);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    color: #000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    margin-top: 5%;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.content-nocliente {
    display: flex;
    flex-direction: row !important;
    justify-content: start;
    align-items: center;
    margin-top: 5%;
    gap: 5px;
}

.img-mondial {
    content: url("../img/mondial_mon.png") !important;
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0rem;
    background-size: 100% 100%;
}

.img-logos-dsports {
    max-width: 160px;
    width: 100%;
    height: auto;
}

.img-logo-dsports-blanco {
    max-width: 120px;
    width: 100%;
    height: auto;
}

.img-logo-intergo {
    max-width: 80px;
    width: 100%;
    height: auto;
}

.img-separacion {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.img-whatsapp-solo {
    max-width: 25px;
    width: 100%;
    height: auto;
}

.img-num-telefono {
    max-width: 200px;
    width: 100%;
    height: auto;
}

.img-logo {
    max-width: 100px;
    width: 100%;
    margin-top: 1%;
    margin-left: 10%;
    height: auto;
}

.text-exito-h3 {
    color: #0056B8;
}

.text-exito {
    color: #5E5F5F;
}

.text-informacion {
    color: white;
    font-size: 50px;
    font-weight: 800;
}

.text-precio {
    color: white;
    font-size: 20px;
    font-weight: 50;
    margin-top: 5%;
}

.text-disfruta {
    color: white;
    font-size: 20px;
    font-weight: 50;
    margin-top: -3%;
}

.precio {
    color: white;
    font-size: 35px;
    font-weight: 800;
}

.text-pregunta {
    color: white;
    font-size: 35px;
    font-weight: 800;
}

.text-descarga {
    color: white;
    font-size: 20px;
    font-weight: 50;
}

.text-nocliente {
    font-size: 12px;
}

.text-nocliente-link {
    border-bottom: 1px solid #00A9E0;
    font-size: 12px;
    color: #00A9E0;
    text-decoration: none;
}

#landing-form-interesado {
    max-width: 480px;
    padding: 20px;
}

.content-logotucasa {
    display: flex !important;
    align-self: center !important;
    align-items: start !important;
    justify-content: flex-start !important;
    margin-top: -100% !important;
    margin-left: -10% !important;
}

.content-doc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner-tucasa {
    min-width: 100vh;
    width: 100%;
    height: auto;
}

.content-contratahoy {
    display: flex !important;
    align-items: start !important;
    justify-content: start !important;
    margin-top: 30% !important;
    margin-left: -10%;
}

.content-red-social {
    margin-bottom: 0%;
}

.banner-contratahoy {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
}

.select-tpodoc {
    max-width: 50px;
    width: 100%;
}

@media (max-width: 1200px) {
    .text-informacion {
        font-size: 45px;
    }
}

@media (min-width: 992px)and (max-width: 1200px) {
    .text-informacion {
        font-size: 33px;
    }

    .text-precio {
        font-size: 15px;
        margin-top: 4%;
    }

    .precio {
        font-size: 25px;
    }

    .text-pregunta {
        font-size: 25px;
    }


    .text-descarga {
        font-size: 16px;
    }

    .img-logos-dsports {
        max-width: 120px;
    }

    .img-logo-dsports-blanco {
        max-width: 90px;
    }

    .content-logos-dsports {
        display: flex;
        flex-direction: row !important;
        align-items: start;
        justify-content: start;
        gap: 10px;
        margin-top: 0% !important;
    }
}

@media (max-width: 991px) {

    .img-logo {
        margin-top: 3%;
    }

    .content-informacion {
        margin-top: 5%;
    }

    .img-mondial {
        content: url("../img/mondial_mon_mobil.png") !important;
        width: 100%;
    }

    .text-informacion {
        font-size: 30px;
    }

    .text-precio {
        font-size: 15px;
        margin-top: 4%;
    }

    .text-descarga {
        font-size: 14px;
    }

    .text-pregunta {
        font-size: 23px;
    }

    .text-nocliente {
        font-size: 14px;
    }

    .text-siguenos {
        width: 200px !important;
        text-align: start !important;
    }

    .img-logos-dsports {
        max-width: 110px;
    }

    .precio {
        font-size: 20px;
    }

    .img-logo-dsports-blanco {
        max-width: 80px;
    }

    .img-logo-intergo {
        max-width: 60px;
        width: 100%;
        height: auto;
    }

    .social-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem;
    }

    .social-icons {
        gap: 4px !important;
    }

    .section-1 {
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    .content-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .content-formulario {
        margin-top: 10% !important;
    }

    .content-red-social {
        margin-bottom: 5%;
    }

    .banner-tucasa,
    .banner-contratahoy {
        margin: 0;
    }
}


.whatsapp-container {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whatsapp-numbers {
    margin-top: 15px;
    color: var(--white);
    text-align: center;
}

.whatsapp-num-large {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

.whatsapp-num-small {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 5px;
}

.whatsapp-img {
    max-width: 600px;
    width: 80%;
    height: auto;
    transition: transform 0.3s ease;
}

.whatsapp-img:hover {
    transform: scale(1.05);
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    color: var(--primary-color);
    /* border: 3px solid var(--primary-color); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.social-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    background-color: var(--primary-color);
    color: #ffffff;
}