/* aquí van los estilos personalizados */

html,
body {
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    /*font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Open Sans', sans-serif; 
    font-family: 'Lato', sans-serif;*/
    font-size: 16px;
    line-height: 1.363em;
    color: rgba(0, 0, 0, 0.6);
    /* background: #f4f4f4; */
}

.carousel-inner img {
    margin: auto;
}

.carousel-control.left,
.carousel-control.right {
    background: transparent;
}


/* flexbox para que los paneles tengan el mismo alto ??? */

.equal,
.equal>div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row .equal .panel {
    background-color: #eaeceb;
}

h2 {
    font-size: 3.5625rem;
    /*57px;*/
    margin-top: 0;
}

.home-convenios h2 {
    font-size: 3.0vw;
}

.home-convenios h3 {
    font-size: 2.05vw;
}

.home-convenios h4 {
    font-size: 1.75vw;
}

.smu-primario {
    color: #987fb6;
}

.smu-secundario {
    color: #6dbdc4;
}

h3 {
    font-size: 1.875rem;
    line-height: 1.2em;
}

a:link,
a:visited {
    color: #333;
}

.padding-0-right {
    padding-right: 2px;
}

.padding-0-left {
    padding-left: 2px;
}

.panel-default {
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    background-position: center center;
}

.esfumado {
    padding: 0.85em 1.5em;
    color: #efefef;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    height: 300px;
    width: 100%;
    z-index: 10;
}

.esfumado:hover {
    /*border: 1px solid #f00;*/
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 1);
}

.grow:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.contenido--convenios {
    margin-top: 0.4rem;
}

.convenios a:hover {
    position: relative;
    text-decoration: none;
    z-index: 100;
}

.esfumado h3,
.convenio.convenio-titulo {
    /*font-family: 'Roboto Slab', 'Roboto Condensed', serif;*/
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.convenio.convenio-titulo {
    color: rgba(0, 0, 0, 0.65);
    color: var(--oscuro);
    font-size: 2.5em;
    line-height: 1em;
    grid-column: 1 / -1;
    margin: 0;
}

.img-convenio {
    z-index: 1;
    margin: 0 0 1em 1em;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.promo {
    font-size: 1.5em;
    font-weight: 600;
    /* background-color: rgb(120,190,195);*/
    background-color: #f33;
    border-right: 1px solid #f33;
    color: #fff;
    letter-spacing: 0.0625em;
    text-align: right;
    width: 100%;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 0;
    padding: 40px 20px 10px 0px;
    position: absolute;
    z-index: 3;
    -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
    display: block;
}

.xxpromo {
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
}

.promo-bajada {
    font-size: 0.8em;
    text-align: right;
    padding-right: 7px;
    font-weight: 100;
    letter-spacing: 0;
}

.promo-detalles {
    margin-top: 2.4rem;
}

.promo-detalles>p,
.promo-detalles>ul>li {
    margin-bottom: 1rem;
}

.promo-detalles h3,
.promo-detalles h4,
.promo-detalles h5 {
    display: inline-block;
}

.text-destacado {
    font-size: 1.25em;
}

.detalles {
    /* min-height: 300px; lo comenté el 21-09-14*/
    border: 1px dotted #ccc;
    padding: 1em;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.2rem;
}

.detalles li {
    margin: 0.5em 0;
    display: flex;
}

.detalles li>i {
    flex-basis: 18px;
}

.detalles a:link,
.detalles a:visited {
    color: rgba(5, 5, 5, 0.6);
}

.detalles a:hover {
    color: rgba(5, 5, 5, 0.95);
}

.detalles i {
    margin-right: 0.5em;
}

.detalles--info {
    /* margin-top: 4.08em;     */
}

.detalles--info-elemento {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 0.85em;
}

.xpromo {
    font-size: clamp(2.25rem, 2.75vw, 3rem);
    font-weight: 600;
    color: var(--azul-smu, rgb(120, 190, 195));
}

.xpromo-bajada {
    /* line-height: 1.363em; */
    font-weight: 700;
    text-transform: lowercase;
    font-size: clamp(2.5rem, 2.75vw, 3rem);
    margin-bottom: .5rem;
    display: inline-block;
}

@media only screen and (min-width: 749px){
    .xpromo-bajada {
        max-width: 48%;
    }
}
.convenio-logo {
    /* min-width: 200px; */
}

.byc-cabezal {
    background-color: rgb(120, 190, 195);
}

.byc-cabezal h1 {
    font-family: source-serif-pro, serif;
    font-size: 3.825rem;
    letter-spacing: 0.03em;
    font-weight: 600;
    font-size: clamp( 4rem, 2.5vw + 1rem, 5.85rem);
}


/* .byc-cabezal .container{
    background-image: url('cuadraditos.png');
    background-position: right;
    background-repeat: no-repeat;
}
 */

.container--convenios {
    margin-top: 4.8rem;
}

.byc-intro {
    /* height: 300px; la comenté el 21-09-14*/
    min-height: 300px;
}

.carousel {
    overflow: hidden
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
    width: 100%;
}

.volver-hdr a:link,
.volver-hdr a:visited {
    color: #fff;
}

.site-footer {
    background-color: #454344;
    color: #eee;
    font-size: 1em;
    padding: 15px 0;
    margin-bottom: 0;
    bottom: 0px;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}

.detalles-logo {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 15px 0;
    margin: -14px -14px 15px -14px;
    border-bottom: 3px solid #eee;
}

.encabezado-banner__img {
    box-shadow: 0px 10px 8px -8px #444;
    /* box-shadow: 0px 10px 8px -8px hsla(0, 0%, 80%, 0.85);*/
}

.convenios-icons {
    max-height: 31px;
}

.byc-cabezal--titulo {
    display: flex;
    align-items: center;
    margin: 1em 0;
}

@media only screen and (max-width: 600px) {
    .byc-cabezal--titulo {
        flex-direction: column;
    }
}


/* estos estaban directamente en el header-convenios.php */

.site-header .navbar a:link,
.site-header .navbar a:visited {
    color: #3C3C3C;
}

.navbar-collapse__smu100 {
    padding-top: 1.5em;
}

.navbar-logo-smu {
    max-width: 230px;
}

#menu-menu-principal a:hover {
    background: #eee;
    color: #3C3C3C; //#333;
}

#menu-menu-principal {
    padding-top: 10px;
    margin-top: -7px;
}

.redes .smu-svg {
    width: 20px;
    max-height: 20px;
    fill: rgba(69, 67, 68, 1);
    transition: all .2s ease-in-out;
}

.header-smu-buscar {
    background: rgba(60, 60, 60, 1);
}

input[type="text"].header-smu-buscar {
    color: #eee;
    padding-left: 0.75rem;
}

#menu-menu-principal.navbar-right {
    padding-top: 10px;
}

.redes-nav {
    padding-top: 10px;
    margin-top: 6.5em;
}

.site-footer {
    background-color: #3C3C3C;
    /* height: 100%; */
    margin-bottom: 2rem;
}

.redes-footer .smu-svg {
    width: 20px;
    max-height: 20px;
    fill: rgba(255, 255, 255, 1);
    transition: all .2s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .navbar-header__smu100 {
        padding-top: 0;
    }
    .navbar-logo-smu {
        max-width: 80px;
    }
    #menu-menu-principal.navbar-right {
        padding-top: 2.5em;
    }
    .navbar-logo-smu-link {
        padding-top: 0;
    }
    .navbar-collapse__smu100 {
        padding-top: 0;
    }
    .smu-svg-logo__footer {
        margin: auto 0;
        padding-left: 3em;
        max-height: 120px;
    }
    .col-footer {
        text-align: center;
    }
    .xcol-footer {
        text-align: center;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-logo-smu {
        max-width: 150px;
    }
    .redes-nav {
        padding-top: 10px;
        margin-top: 1.5em;
    }
    .navbar_menusmu100 {
        /*font-size: 0.875rem;*/
    }
    .col-footer {
        text-align: center;
    }
    .xcol-footer {
        text-align: center;
    }
}

.smu-svg--icons {
    max-width: 25px;
}

.svg-icons--oscuro {
    fill: var(--oscuro);
}


/* hoteles */

.tarjeta-convenios {
    display: grid;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 25rem), 1fr));
    gap: 1em;
}

.card-beneficios {
    border: 1px solid #dedede;
    border-radius: 5px;
}

.card-beneficios .card-beneficios-image {
    /* max-height: 10rem; */
}

.card-beneficios-image>img {
    border-radius: 3px 3px 0 0;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    max-height: clamp(18rem, 20rem, 26rem);
    height: auto;
    aspect-ratio: 16/9;
}

.card-beneficios .card-beneficios-contenido {
    padding: 2em 1em;
}

/* navegacion por rubros agregado el 2026-06-06 */

/* Navegación rápida (sticky opcional) */
.navegacion-rubros {
    background: #f5f5f5;
    padding: 10px 15px;
    margin: 20px 0;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.navegacion-rubros a {
    text-decoration: none;
    color: #0056b3;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 20px;
    transition: background 0.2s;
}
.navegacion-rubros a:hover {
    background: #e0e0e0;
}
/* Scroll suave */
html {
    scroll-behavior: smooth;
}
/* Espaciado para compensar el sticky (opcional) */
.rubro-seccion {
    scroll-margin-top: 80px; /* Para que no quede oculto bajo la barra sticky */
}