﻿body {
    background-color: rgb(248, 249, 250);
    padding-bottom: 76px;
}

.container {
    max-width: 600px;
    padding: 0em;
}

.centrado {
    background-color: white;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


hr {
    background-color: #01b1b2 !important;
    width: 60%;
    margin-top: 0rem !important;
    margin-bottom: 1.5rem !important;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


/* =========================================================
   CUERPO PERSONALIZADO
   ========================================================= */

.CuerpoPersonalizadoContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 76px);
    padding: 1rem;
    box-sizing: border-box;
}


/* Caja 1 */

.card1 {
    background-color: #313131;
    text-align: center;
    height: 8em;
}

.card1-img {
    max-height: 100px;
    padding: 15px 0;
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/* Caja 2 */

.codarea-titulo {
    color: #313131;
    text-align: center;
    font-size: 1.6rem;
}

.card2-map {
    border: 1px solid black;
    height: 200px; /* altura fija */
    width: auto; /* ancho proporcional según la altura */
    max-width: 200px; /* opcional: limitar máximo ancho */
}

.card2-colum1 {
    /* height: 12em !important; */
    text-align: center;
}

.card2-colum2 {
    font-size: 1rem;
    /*text-align: left !important;
    align-self: center !important;*/
}

.btn-como-llegar {
    background-color: #2c2c2e;
    border-color: #2c2c2e;
    text-decoration: none;
    padding: 0.4rem 0.8rem;
    color: white;
    margin-top: 1rem; /* separación clara del texto de arriba */
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transition: background-color 0.3s ease;
}

    .btn-como-llegar:hover {
        background-color: #444444;
        border-color: #444444;
        text-decoration: none;
    }

.card2-colum2 .circulo {
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-right: 2px;
    width: 20px !important;
    height: 20px !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #ff6961 !important;
}

/* Caja 3 */

.card3 {
    background-color: #313131 !important;
}

.card3-title {
    color: white;
}

.card3-text {
    color: white;
}

/* Caja 4 */

.card4 {
    text-align: center;
    padding: 1.25rem 0 1.25rem 0;
}

.card4-title {
    text-align: center;
}

.card4-img {
    width: 200px;
    height: 200px;
    margin: 0 25px 20px 0
}

/* =========================================================
   FOOTER
   ========================================================= */

.footer {
    background-color: #313131;
    text-align: center;
    padding: 12px 0;
}


.logo-gecor {
    width: 80px;
}


/* Barra fija inferior */
.lang-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.92);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 -10px 26px rgba(0,0,0,0.12);
    z-index: 99999;
}

    /* Links tipo “píldora” */
    .lang-bar a.lang-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        height: 32px;
        padding: 0 12px;
        border-radius: 999px;
        text-decoration: none;
        font-weight: 700;
        font-size: 13px;
        color: #0b5ed7;
        border: 1px solid rgba(11,94,215,0.25);
        background: rgba(11,94,215,0.08);
        transition: transform .08s ease, background .15s ease, color .15s ease, box-shadow .15s ease, border-color .15s ease;
    }

        .lang-bar a.lang-link:hover {
            transform: translateY(-1px);
            background: rgba(11,94,215,0.12);
            box-shadow: 0 8px 18px rgba(11,94,215,0.12);
        }

        .lang-bar a.lang-link.active {
            color: #fff;
            background: #0b5ed7;
            border-color: #0b5ed7;
            box-shadow: 0 10px 22px rgba(11,94,215,0.25);
        }



/* Redes sociales */

.caja-redes-sociales {
    width: 100%;
    text-align: center;
    background-color: #313131;
    padding-bottom: 12px;
}

    .caja-redes-sociales svg {
        fill: white;
    }

    .caja-redes-sociales a:hover {
        text-decoration: none;
    }

.redes-sociales {
    width: 30px;
    height: 30px;
    border: 0;
}

/* Descarga Gecor */

.descarga-gecor {
    padding: 1%;
    width: 30px !important;
}

.titulo-descarga {
    margin: 0;
    color: white;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}

.parrafo-descarga {
    color: white;
    padding-right: 0.5em;
    padding-left: 0.5em;
    text-align: center;
}


.icono-descarga-playstore {
    width: 28px;
    margin-right: 8px;
}

.boton-descarga-playstore {
    background-color: #db4437 !important;
    border-color: #db4437 !important;
    text-decoration: none !important;
}

    .boton-descarga-playstore:hover {
        background-color: #db645a !important;
        border-color: #db645a !important;
        text-decoration: none !important;
    }

.icono-descarga-appstore {
    width: 28px !important;
    margin-right: 8px;
}

.boton-descarga-appstore {
    background-color: #2c2c2e !important;
    border-color: #2c2c2e !important;
    text-decoration: none !important;
}

    .boton-descarga-appstore:hover {
        background-color: #494949 !important;
        border-color: #494949 !important;
        text-decoration: none !important;
    }

icon-appstore {
    width: 32px !important;
    margin-right: 8px !important;
}


/* =========================================================
   TABLET (601px – 992px)
   NO SE ESCALA
   ========================================================= */

@media (max-width: 992px) and (min-width: 601px) {

    .container {
        max-width: 600px;
    }

    .card4-img {
        width: 200px;
        height: 200px;
    }

    card2-colum2 {
        padding-top: 2em;
    }
}
/* =========================================================
   MÓVIL REAL (≤ 600px)
   ========================================================= */

@media (max-width: 600px) {

    .container {
        max-width: 100%;
    }

    .codarea-titulo {
        font-size: clamp(1.8rem, 6vw, 2.4rem);
    }

    .card2-colum2 {
        font-size: clamp(1.1rem, 4vw, 1.5rem);
        padding-top: 2em;
    }

    .card4-img {
        width: 100%;
        height: auto;
    }

    .logo-gecor {
        width: 120px;
    }
}

/* =========================================================
   MÓVIL MUY PEQUEÑO
   ========================================================= */

@media (max-width: 360px) {
    body {
        padding-bottom: 86px;
    }
}
