/* PromoMondial Custom Styles */

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

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

/* ====================================
   FORMULARIO (Estilos copiados de LandingDiaDeLaMadre)
   ==================================== */
.subscription-form {
    background-color: var(--secondary-color);
    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: center;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 10px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 11px;
    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: 10px 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 {
    background: url('../img/fondo_header.png') no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 0;
    /* min-height: 80vh; */
    display: flex;
    align-items: center;
    box-shadow: inset 0 25px 30px -15px rgba(0, 0, 0, 0.6);
}

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

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

.banner-tucasa {
    max-width: 300px;
    width: 100%;
    height: auto;
}

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

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

@media (max-width: 991px) {

    .section-1 {
        background-image: url("../img/fondo_header_mobil.png") !important;
        background-size: 100% 50% !important;
        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-logotucasa {
        display: flex !important;
        align-self: center !important;
        align-items: center !important;
        justify-content: center !important;
        margin-top: 0 !important;
    }

    .content-contratahoy {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-top: 0 !important;
    }

    .banner-contratahoy {
        margin-top: 5% !important;
        max-width: 300px !important;
        width: 100%;
        height: auto;
        display: block;
    }

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

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

/* ====================================
   SECCIÓN 2 (Degradado con imágenes)
   ==================================== */
.section-2 {
    background-color: #033E83;
    /* max-height: 850px; */
    background-size: 100% 100%;
    text-align: center;
    box-shadow: inset 0 25px 30px -15px rgba(0, 0, 0, 0.6);
}

.sec2-puppet {
    margin-top: 5%;
    max-height: 600px;
    max-width: 100%;
    height: auto;
    display: block !important;
}

.sec2-text {
    display: block !important;
    width: 100% !important;
    max-width: 550px !important;
    margin: 5% 0 !important;
}

.sec2-oferta {
    max-width: 450px;
    width: 100%;
    object-fit: contain;
    object-position: top;
    display: flex !important;
    align-items: flex-end !important;
}

.content-oferta {
    display: flex !important;
    align-self: flex-end !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
}

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

@media (max-width: 991px) {
    .sec2-puppet {
        margin-top: 10%;
        width: 90% !important;
        /* height: auto; */
        display: block !important;
    }

    .content-div-oferta {
        margin-top: 10% !important;
        display: flex !important;
        flex-direction: column !important;
        align-self: center !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .content-oferta {
        display: flex !important;
        align-self: center !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .sec2-oferta {
        content: url("../img/precio_oferta_mobil.png") !important;
        background-size: 100% 100% !important;
        width: 100%;
    }

    .sec2-text {
        display: block !important;
        width: 70% !important;
        margin: 0 !important;
        text-align: center !important;
    }
}

/* ====================================
   SECCIÓN 3 
   ==================================== */
.section-3 {
    background-color: var(--white);
    box-shadow: inset 0 25px 30px -15px rgba(0, 0, 0, 0.6);
}

.content-sports {
    padding: 0;
}

.sec3-sports {
    max-width: 85%;
    height: auto;
    display: inline-block;
}

.content-balon {
    display: flex !important;
    justify-content: end !important;
    align-items: end !important;
}

.sec3-balon {
    max-width: 90%;
    height: auto;
    display: inline-block;
}

.sec3-campo {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 991px) {
    .content-sports {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .sec3-sports {
        margin-top: 10%;
        width: 80%;
    }

    .sec3-balon {
        width: 90%;
    }

    .sec3-campo {
        width: 100%;
        height: 100px;
        object-fit: cover;
        object-position: top;
    }
}

/* ====================================
   SECCIÓN 4
   ==================================== */
.section-4 {
    background-color: var(--white);
    padding: 60px 0;
    text-align: center;
    box-shadow: inset 0 25px 30px -15px rgba(0, 0, 0, 0.6);
}

.sec4-title {
    max-width: 700px;
    width: 100%;
    display: inline-block;
}

.sec4-planes {
    width: 80%;
    height: auto;
    display: inline-block;
}

@media (max-width: 991px) {
    .sec4-title {
        width: 75%;
    }
}


/* ====================================
   SECCIÓN 5
   ==================================== */
.section-5 {
    background-color: #0057B8;
    /* Azul oscuro */
    padding: 60px 0;
    text-align: center;
    box-shadow: inset 0 25px 30px -15px rgba(0, 0, 0, 0.6);
}

.text-sect-5 {
    font-size: 40px;
    color: var(--white);
}

.sec5-router {
    max-width: 85%;
    height: auto;
    display: inline-block;
}

.sec5-tv {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: inline-block;
}

@media (max-width: 991px) {
    .sec5-router {
        max-width: 80%;
        margin-bottom: 30px;
    }

    .sec5-tv {
        width: 80%;
    }

    .text-sect-5 {
        font-size: 35px;
    }
}

/* ====================================
   SECCIÓN 6
   ==================================== */
.section-6 {
    padding: 0;
    background-color: var(--white);
    text-align: center;
    box-shadow: inset 0 25px 30px -15px rgba(0, 0, 0, 0.6);
}

.sec6-logo {
    max-width: 340px;
    width: 80%;
    height: auto;
    display: inline-block;
}

.sec6-woman {
    max-width: 100%;
    height: auto;
    display: block;
}

.text-sect-6 {
    font-size: 50px;
    color: #0066B1;
}

.content-woman {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: right;
}

.text-link-nueve-once {
    font-size: 15px;
    color: #0066B1;
    display: none;
}

@media (min-width: 991px) and (max-width: 1024px) {
    .text-sect-6 {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .sec6-logo {
        width: 80%;
        margin-bottom: 30px;
    }

    .text-sect-6 {
        font-size: 30px;
        margin-top: 10%;
    }

    .label-link-nueve-once {
        font-size: 25px;
    }

    .link-nueve-once {
        background-color: var(--secondary-color);
        color: #0066B1;
        padding: 5px 10px;
        text-decoration: none;
        font-size: 20px;
        border-radius: 50px;
    }

    .text-link-nueve-once {
        margin-top: 5%;
        margin-bottom: 2%;
        display: block;
    }
}


/* ====================================
   SECCIÓN 7 (Footer)
   ==================================== */
.section-7 {
    background-color: var(--primary-color);
    padding: 60px 0;
    text-align: center;
    box-shadow: inset 0 25px 30px -15px rgba(0, 0, 0, 0.6);
}

.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;
}