﻿
/* ============================================================
   CONTENEDOR GENERAL
============================================================ */


    /* ============================================================
   RESPONSIVE
============================================================ */
    @media (max-width: 1100px) {
        .pp-title {
            font-size: 1.8rem;
        }
    }

    @media (max-width: 900px) {
        .pp-left {
            display: none;
        }

        .pp-right {
            padding: 30px;
        }

        .pp-form-box {
            width: 100%;
            max-width: 420px;
        }

        .pp-red-curve {
            width: 100%;
            height: 90px;
        }
    }

    .red-curve {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px; /* antes 250 px → ahora más larga */
    height: 120px; /* un poco más alta para mantener proporción */
    background: #D62828;
    clip-path: path("M0,120 C180,30 380,0 500,0 L500,120 Z");
    z-index: 3;
}
@media screen and (max-width: 1280px) and (max-height: 720px) {
    body {
        /*width: 10%;*/
        font-size: 15px;
    }
}

/* Curva roja */
/* ==== CURVA ROJA TIPO PROTOTIPO ==== */
.pp-red-curve {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 160px;
    overflow: hidden;
    z-index: 0; /* 👈 detrás de las tarjetas */
}

    .pp-red-curve::before {
        content: "";
        position: absolute;
        width: 200%;
        height: 260px;
        background: #D62828;
        border-radius: 50%;
        bottom: -190px;
        left: -10%;
    }





.slider-img {
    height: 60vh; /* altura responsiva */
    object-fit: cover; /* recorta sin deformar */
    object-position: center;
}

.btn-azul {
    background-color: #1E2A52;
    color: white;
    border: none;
    padding: 10px 32px; /* ancho largo */
    font-weight: 700; /* bold */
    border-radius: 40px; /* forma redonda */
    font-size: 1rem;
}

    .btn-azul:hover {
        background-color: #162040; /* tono un poco más oscuro al pasar el mouse */
        color: white;
    }


.nav-logo {
    height: 60px; /* ajusta a tu gusto */
    width: auto;
    object-fit: contain;
}

.bg-dark-blue {
    background-color: #1E2A52; /* azul corporativo */
}
/* Tamaños de logos */
.logo-gloria {
    height: 70px;
}

.logo-ecuajugos {
    height: 90px;
}

.footer-container {
    background: #d5d8df;
    padding: 10px 0;
}

/* Mantener proporciones, sin deformar */
.footer-logo-wrapper {
    background-color: transparent; /* evita contraste feo */
    padding: 4px; /* separa del borde */
    display: inline-block;
}

/* TITULOS */
.footer-title {
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 4px;
    color: #1E2A52;
}

/* SIGNO + en rojo */
.plus {
    color: #C00018;
    margin-right: 4px;
}

/* LINKS */
.footer-link {
    color: #1E2A52;
    font-size: 0.85rem;
    text-decoration: underline;
}

    .footer-link:hover {
        text-decoration: none;
    }

/* COPYRIGHT – alineado abajo */
.footer-copy {
    font-size: 0.85rem;
    margin: 0;
    padding-bottom: 10px; /* alinearlo más abajo */
    color: #1E2A52;
    font-weight: 700; /* negrilla */
}

/* Bloques de la derecha */
.footer-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title-section {
    background-color: #1E2A52; /* azul corporativo */
    padding: 40px 0 0 0; /* padding solo arriba */
    text-align: center;
    position: relative;
}

.title-text {
    color: white;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 40px; /* espacio inferior para que no se monten */
    text-transform: uppercase;
    font-family: "Segoe UI", "Roboto", sans-serif;
}

.title-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px; /* AUMENTADO */
    background-color: #C50019;
}


.required {
    color: red;
    margin-left: 3px;
    font-weight: 800;
}


.mensajeLS {
    width: 750px;
    background: #3F4B59;
    border-radius: 0.5em;
    color: #fff;
}
.mensaje {
    width: 550px;
    background: #3F4B59;
    border-radius: 0.5em;
    color: #fff;
}

.mensaje100 {
    width: 100%;
    background: #3F4B59;
    border-radius: 0.5em;
    color: #fff;
}
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.grid_cabecera {
    border-color: transparent;
    border-style: Solid;
    font-family: Helvetica;
    font-size: 12px;
    background-color: #1E2A52;
    color: white;
    text-align: center;
}
.grid_internoNC {
    font-family: Helvetica;
    font-size: 12px;
    text-align: center;
    border-color: #F7F7F7;
    border-width: 2px;
    border-style: solid;
    color: Black;
    width: 100%;
}
table.table > thead > tr.tableCabecera {
    background-color: #1E2A52;
    color: white;
}

    .grid_interno {
        font-family: Helvetica;
        font-size: 12px;
        text-align: center;
        border-color: #F7F7F7;
        border-width: 2px;
        border-style: solid;
        color: Black;
        width: 100%;
    }

    .grid_internoPop {
        font-family: Helvetica;
        font-size: 12px;
        text-align: center;
        border-color: #F7F7F7;
        border-width: 2px;
        border-style: solid;
        color: Black;
        width: 80%;
    }

    .grid_pie {
        border-color: #DFDFDF;
        border-style: Solid;
        font-family: Helvetica;
        font-size: 12px;
        background-color: #DFDFDF;
    }
.primaryCel {
    background-color: #0566C6;
}

.upload-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.upload-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: #fbbf24; /* amarillo tipo btn-warning */
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.25s, transform 0.15s;
    width: 100%;
    text-align: center;
}

    .upload-button:hover {
        background-color: #f59e0b;
        transform: translateY(-1px);
    }

    .upload-button img {
        width: 24px;
        height: 24px;
        filter: brightness(0) invert(1); /* vuelve el icono blanco */
    }

.upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


@media (max-width: 600px) {
    .title-text {
        font-size: 1.8rem; /* más pequeño para móviles */
        padding-bottom: 25px; /* ajustamos el espacio para que no se monte */
        letter-spacing: 1px; /* menos separación entre letras */
    }

    .title-section {
        padding-top: 15px; /* un poco menos de espacio arriba */
    }

    .title-bottom-bar {
        height: 8px; /* línea roja más delgada en móviles */
    }

}



