/*Link de fuente*/
@import url("https://use.typekit.net/naf2cny.css");

/*Fuente CocoGothic*/
@font-face {
    font-family: "centurygothic";
    src: url(../fuentes/centurygothic.woff2) format("woff2");
    font-style: normal;
    font-weight: normal;
}

/*Reset*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    overflow-x: hidden;
}

/* =====================================================
    Textura de fondo
====================================================== */
    #fondo-textura{
        background-image: url('../img/fondo-textura.png');
        background-repeat: repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        min-height: 100vh;
        height: auto;
        margin: 0;
    }
/* =====================================================
    MENÚS
====================================================== */

.dropdown{
    position: relative;
}

.menu-icono{
    display: block;
    height: 85px;
    width: auto;
}

.dropdown::after{
    content:"";
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    height:30px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}


/* =========================================================
   SUBMENÚ GENERAL
   ========================================================= */

.submenu-menu{
    font-family:"centurygothic", sans-serif;
    position:absolute;
    top:70px;
    left:284px;
    transform:translateX(-50%);
    background:#1e3226c5;
    padding:40px 55px;
    display:none;
    gap:100px;
    min-width:650px;
    backdrop-filter:blur(8px);
    z-index:999;
}

.dropdown:hover > .submenu-menu.con_submenu{
    display:flex;
}

.submenu-menu.sin_submenu{
    display:none !important;
    visibility:hidden;
    pointer-events:none;
}

/* Mostrar únicamente al pasar sobre el menú correspondiente */
.dropdown:hover > .submenu-menu{
    display:flex;
}

/* Submenús sin contenido */
.submenu-menu:empty{
    display:none !important;
}

.submenu-menu a{
    display:block;
    text-decoration:none;
    font-size:20px !important;
    margin-bottom:18px;
    white-space:nowrap;
}

.columna{
    display:flex;
    flex-direction:column;
}

/* Submenú de categorías */
.submenu-menu.categoria,
.submenu-menu.categorias{
    width:680px;
}

/* Si un submenú debe mostrarse en una sola columna */
.submenu-menu.pequeño,
.submenu-menu.pequeno{
    width:650px;
    flex-direction:column;
    gap:10px;
}


/* =========================================================
   MENÚ VERDE OSCURO
   INICIO Y LO MEJOR
   ========================================================= */

.menu-verde-oscuro{
    width:100%;
    background:#1e3226;
    height:118px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.m-inicio{
    width:80%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.menu-verde-oscuro a{
    text-decoration:none;
    color:white;
    font-size:1.6rem;
    letter-spacing:2px;
    transition:.3s;
}

.menu-verde-oscuro a:hover{
    color:#C67F31;
}

.menu-verde-oscuro .submenu-menu{
    background:#1e3226c5;
}

.menu-verde-oscuro .submenu-menu a{
    color:#C67F31;
}

.menu-verde-oscuro .submenu-menu a:hover{
    color:white;
}


/* =========================================================
   MENÚ VERDE OLIVO
   ENLACES
   ========================================================= */

.menu-verde-olivo{
    width:100%;
    background:#464D2B;
    height:118px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.m-enlaces{
    width:80%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.menu-verde-olivo a{
    text-decoration:none;
    color:white;
    font-size:1.6rem;
    letter-spacing:2px;
    transition:.3s;
}

.menu-verde-olivo a:hover{
    color:#C67F31;
}

.menu-verde-olivo .submenu-menu{
    background:#464d2bcb;
}

.menu-verde-olivo .submenu-menu a{
    color:#C67F31;
}

.menu-verde-olivo .submenu-menu a:hover{
    color:white;
}


/* =========================================================
   MENÚ NARANJA
   CONTACTO, CATEGORÍAS Y NEGOCIOS
   ========================================================= */

.menu-naranja{
    width:100%;
    background:#804219;
    height:118px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.m-contacto{
    width:80%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.menu-naranja a{
    text-decoration:none;
    color:white;
    font-size:1.6rem;
    letter-spacing:2px;
    transition:.3s;
}

.menu-naranja a:hover{
    color:#C67F31;
}

.menu-naranja .submenu-menu{
    background:#804219c0;
}

.menu-naranja .submenu-menu a{
    color:white;
}

.menu-naranja .submenu-menu a:hover{
    color:#C67F31;
}


/* =========================================================
   MENÚ GUINDA
   ANÚNCIATE
   ========================================================= */

.menu-guinda{
    width:100%;
    background:#653737;
    height:118px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.m-anunciate{
    width:80%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.menu-guinda a{
    text-decoration:none;
    color:white;
    font-size:1.6rem;
    letter-spacing:2px;
    transition:.3s;
}

.menu-guinda a:hover{
    color:#C67F31;
}

.menu-guinda .submenu-menu{
    background:#653737be;
}

.menu-guinda .submenu-menu a{
    color:#C67F31;
}

.menu-guinda .submenu-menu a:hover{
    color:white;
}


/* =========================================================
   ISOTIPO CENTRAL
   ========================================================= */

.isotipo img,
.dropdown.inicio .menu-icono{
    height:85px;
    display:block;
    width:auto;
}

.dropdown.inicio span:empty{
    display:none;
}


/* =========================================================
   DISTRIBUCIÓN DE LOS ELEMENTOS DEL MENÚ
   ========================================================= */

.m-inicio,
.m-enlaces,
.m-contacto,
.m-anunciate{
    font-family:"tt-modernoir", sans-serif;
    font-weight:400;
    font-style:normal;
}

.m-inicio > .dropdown,
.m-enlaces > .dropdown,
.m-contacto > .dropdown,
.m-anunciate > .dropdown{
    display:flex;
    align-items:center;
}

.m-inicio > .dropdown > a,
.m-enlaces > .dropdown > a,
.m-contacto > .dropdown > a,
.m-anunciate > .dropdown > a{
    display:flex;
    align-items:center;
}


/* =========================================================
   CATEGORÍAS EN DOS COLUMNAS
   ========================================================= */

.submenu-menu.categoria,
.submenu-menu.categorias{
    flex-wrap:wrap;
}

.submenu-menu.categoria > .columna,
.submenu-menu.categorias > .columna{
    width:calc(50% - 50px);
}


                /* =====================================================
                    MENÚ HAMBURGUESA
                ====================================================== */
                .menu-hamburguesa,
                .boton-hamburguesa,
                .menu-movil-verdeo,
                .menu-movil-nara,
                .menu-movil-verdeol,
                .menu-movil-guinda,
                .checkbox-categorias,
                .checkbox-lo-mejor{
                    display:none;
                }

                    @media screen and (min-width:320px) and (max-width:768px){

                        .menu-verde-oscuro, 
                        .menu-verde-olivo,
                        .menu-naranja,
                        .menu-guinda{
                            height:80px;
                        }
                        .m-inicio,
                        .m-anunciate,
                        .m-contacto,
                        .m-enlaces{
                            width:90%;
                            height:80px;
                            position:relative;
                            display:flex;
                            justify-content:center;
                            align-items:center;
                        }
                        .menu-izquierda,
                        .menu-derecha, .w-1, .w-2, .w-3, .w-5, .w-6, .w-7  {
                            display:none !important;
                        }

                        .isotipo{
                            position:absolute;
                            left:50%;
                            top:50%;
                            transform:translate(-50%, -50%);
                            z-index:2;
                        }
                        .isotipo img{
                            height:58px;
                            width:auto;
                        }

                        .menu-hamburguesa{
                            display:none;
                        }
                        .boton-hamburguesa{
                            display:flex;
                            position:absolute;
                            right:0;
                            top:50%;
                            transform:translateY(-50%);
                            width:45px;
                            height:45px;
                            flex-direction:column;
                            justify-content:center;
                            align-items:center;
                            gap:6px;
                            cursor:pointer;
                            z-index:10002;
                        }
                        .boton-hamburguesa span{
                            display:block;
                            width:30px;
                            height:3px;
                            background:#ffffff;
                            border-radius:5px;
                            transition:.3s;
                        }
                        /*Menú móvil verde oscuro*/
                        .menu-movil-verdeo{
                            display:block;
                            position:fixed;
                            top:0;
                            right:-100%;
                            width:85%;
                            max-width:380px;
                            height:100vh;
                            background:#1e3226;
                            overflow-y:auto;
                            z-index:10000;
                            transition:right .4s ease;
                            box-shadow:-10px 0 30px rgba(0,0,0,.35);
                        }
                        .menu-hamburguesa:checked ~ .menu-movil-verdeo{
                            right:0;
                        }
                        /*Menú móvil naranja*/
                        .menu-movil-nara{
                            display:block;
                            position:fixed;
                            top:0;
                            right:-100%;
                            width:85%;
                            max-width:380px;
                            height:100vh;
                            background:#804219;
                            overflow-y:auto;
                            z-index:10000;
                            transition:right .4s ease;
                            box-shadow:-10px 0 30px rgba(0,0,0,.35);
                        }
                        .menu-hamburguesa:checked ~ .menu-movil-nara{
                            right:0;
                        }
                        /*Menú móvil verde olivo*/
                        .menu-movil-verdeol{
                            display:block;
                            position:fixed;
                            top:0;
                            right:-100%;
                            width:85%;
                            max-width:380px;
                            height:100vh;
                            background:#464D2B;
                            overflow-y:auto;
                            z-index:10000;
                            transition:right .4s ease;
                            box-shadow:-10px 0 30px rgba(0,0,0,.35);
                        }
                        .menu-hamburguesa:checked ~ .menu-movil-verdeol{
                            right:0;
                        }
                        /*Menú móvil guinda*/
                        .menu-movil-guinda{
                            display:block;
                            position:fixed;
                            top:0;
                            right:-100%;
                            width:85%;
                            max-width:380px;
                            height:100vh;
                            background:#653737;
                            overflow-y:auto;
                            z-index:10000;
                            transition:right .4s ease;
                            box-shadow:-10px 0 30px rgba(0,0,0,.35);
                        }
                        .menu-hamburguesa:checked ~ .menu-movil-guinda{
                            right:0;
                        }

                        .cerrar-hamburguesa{
                            position:absolute;
                            top: 64px;
                            right:22px;
                            color:white;
                            font-family: "centurygothic", sans-serif;
                            font-size:42px;
                            font-weight:200;
                            line-height:1;
                            cursor:pointer;
                            z-index:10003;
                        }

                        .contenido-menu-movil{
                            width:100%;
                            display:flex;
                            flex-direction:column;
                            padding:100px 35px 50px;
                            box-sizing:border-box;
                        }

                        .contenido-menu-movil > a{
                            color:white;
                            text-decoration:none;
                            font-family:"tt-modernoir", sans-serif;
                            font-size:23px;
                            letter-spacing:2px;
                            padding:20px 0;
                            border-bottom:1px solid rgba(255,255,255,.15);
                            transition:.3s;
                        }
                        .contenido-menu-movil > a:hover{
                            color:#C67F31;
                        }

                        .boton-categorias-movil{
                            width:100%;
                            display:flex;
                            justify-content:space-between;
                            align-items:center;
                            color:white;
                            font-family:"tt-modernoir", sans-serif;
                            font-size:23px;
                            letter-spacing:2px;
                            padding:20px 0;
                            border-bottom:1px solid rgba(255,255,255,.15);
                            cursor:pointer;
                            box-sizing:border-box;
                        }

                        .simbolo-categoria{
                            font-family:Arial, sans-serif;
                            font-size:30px;
                            font-weight:300;
                            transition:.3s;
                        }

                        .submenu-movil{
                            max-height:0;
                            overflow:hidden;
                            display:flex;
                            flex-direction:column;
                            transition:max-height .4s ease;
                        }
                        .checkbox-categorias:checked ~ .submenu-movil{
                            max-height: 600px;
                        }

                        .checkbox-categorias:checked
                        + .boton-categorias-movil
                        .simbolo-categoria{
                            transform:rotate(45deg);
                        }

                        .submenu-movil a{
                            color:#C67F31;
                            text-decoration:none;
                            font-family:"centurygothic", sans-serif;
                            font-size:16px;
                            padding:11px 10px;
                            transition:.3s;
                        }
                        .submenu-movil a:hover{
                            color:white;
                        }

                        .boton-lo-mejor-movil{
                            width:100%;
                            display:flex;
                            justify-content:space-between;
                            align-items:center;
                            color:white;
                            font-family:"tt-modernoir", sans-serif;
                            font-size:23px;
                            letter-spacing:2px;
                            padding:20px 0;
                            border-bottom:1px solid rgba(255,255,255,.15);
                            cursor:pointer;
                            box-sizing:border-box;
                        }
                        .simbolo-lo-mejor{
                            font-family:"centurygothic", sans-serif;
                            font-size:30px;
                            transition:.3s;
                        }
                        .submenu-lo-mejor-movil{
                            max-height:0;
                            overflow:hidden;
                            display:flex;
                            flex-direction:column;
                            transition:max-height .4s ease;
                        }
                        .checkbox-lo-mejor:checked
                        ~ .submenu-lo-mejor-movil{
                            max-height:300px;
                        }
                        .checkbox-lo-mejor:checked
                        + .boton-lo-mejor-movil
                        .simbolo-lo-mejor{
                            transform:rotate(45deg);
                        }
                        .submenu-lo-mejor-movil a{
                            color:#C67F31;
                            text-decoration:none;
                            font-family:"centurygothic", sans-serif;
                            font-size:16px;
                            padding:11px 10px;
                            transition:.3s;
                        }
                        .submenu-lo-mejor-movil a:hover{
                            color:white;
                        }
                    }

/* =====================================================
    FOOTERS
====================================================== */
    
    /*FOOTER COLOR VERDE OSCURO (INICIO Y LO MEJOR)*/
    .footer-verdeo{
        background:#1e3226;
        color:#fff;
        padding: 55px 8%;
        font-family: "centurygothic", sans-serif;
    }

    .arriba-footer{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 60px;
    }

    .preguntas-f{
        width: 33%;
    }
    .preguntas-f h3{
        font-size: 2rem;
        margin-bottom: 25px;
        font-weight: 400;
    }
    .preguntas-f ul{
        list-style: none;
    }
    .preguntas-f li{
        margin-bottom: 15px;
    }
    .preguntas-f a{
        color:white;
        text-decoration: none;
        transition: .3s;
    }
    .preguntas-f a:hover{
        color:#C58B2B;
    }

    .logo-f{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo-f img{
        width: 90px;
    }

    .contacto-f{
        width: 33%;
        text-align: center;
    }
    .contacto-f a{
        display: block;
        color:white;
        text-decoration: none;
        margin-bottom: 18px;
        line-height: 1.6;
        transition: .3s;
    }
    .contacto-f a:hover{
        color:#C58B2B;
    }

    .redes-f{
        display: flex;
        justify-content: center;
        gap: 25px;
        margin-top: 10px;
    }
    .redes-f img{
        width: 30px;
        transition: .3s;
    }
    .redes-f img:hover{
        transform:scale(1.15);
    }

    .abajo-footer{
        border-top: 1px solid rgba(255,255,255,.15);
        margin-top: 45px;
        padding-top: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 25px;
    }
    .abajo-footer img{
        height: 30px;
    }
    .abajo-footer p{
        margin: 0;
        font-size: .95rem;
    }
    .abajo-footer a{
        color:white;
        text-decoration: none;
        transition: .3s;
    }
    .abajo-footer a:hover{
        color:#C58B2B;
    }


    /*FOOTER COLOR VERDE OLIVA (ENLACES, NOSOTROS)*/
    .footer-verdeli{
        background:#464D2B;
        color:#fff;
        padding: 55px 8%;
        font-family: "centurygothic", sans-serif;
    }

    /*FOOTER NARANJA (CONTACTO, TODAS LAS CATEGORÍAS, TODOS LOS NEGOCIOS)*/
    .footer-nara{
        background:#804219;
        color:#fff;
        padding: 55px 8%;
        font-family: "centurygothic", sans-serif;
    }

    /*FOOTER GUINDA (ANÚNCIATE Y AVISO DE PRIVACIDAD)*/
    .footer-guinda{
        background:#653737;
        color:#fff;
        padding: 55px 8%;
        font-family: "centurygothic", sans-serif;
    }

                

/* =====================================================
    BOTONES FLOTANTES
====================================================== */
    .panel-flotante{
        position:absolute;
        top:50%;
        right:82px;
        transform:translateY(-50%) translateX(15px);
        width:250px;
        background:#FFF;
        border-radius:16px;
        padding:18px;
        box-shadow:
            0 15px 40px rgba(0,0,0,.18);
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transition:
            opacity .25s,
            transform .25s,
            visibility .25s;
    }

    /* Panel visible */
    .panel-flotante.activo{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:translateY(-50%) translateX(0);
    }

    /* Flecha */
    .panel-flotante::after{
        content:"";
        position:absolute;
        right:-8px;
        top:50%;
        transform:translateY(-50%) rotate(45deg);
        width:16px;
        height:16px;
        background:#FFF;
    }

    /* Título */
    .panel-flotante h4{
        margin:0 0 10px;
        font-size:17px;
        font-weight:700;
        color:#222;
    }

    /* Contenido */
    .contenido-panel{
        font-size:14px;
        color:#666;
        line-height:1.6;
    }

    /*Clima*/
    .dato-clima{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom:10px;
        font-size:14px;
    }
    .dato-clima:last-child{
        margin-bottom:0;
    }
    .dato-clima strong{
        font-weight:600;
    }
    .dato-clima span{
        color:#666;
    }
    .estado-clima{
        display:flex;
        align-items:center;
        gap:16px;
        margin-bottom:18px;
    }

    .icono-clima-actual{
        width:64px;
        height:64px;
        flex-shrink:0;
    }
    .icono-clima-actual img{
        width:100%;
        height:100%;
        object-fit:contain;
    }
    .descripcion-clima{
        display:flex;
        flex-direction:column;
        justify-content:center;
    }
    .descripcion-clima strong{
        font-size:18px;
        color:#222;
        line-height:1.3;
    }
    .descripcion-clima span{
        font-size:14px;
        color:#666;
    }
    .estado-clima strong{
        font-size:16px;
        color:#222;
    }
    .estado-clima div:last-child{
        color:#666;
        font-size:13px;
    }
    #panel-clima hr{
        margin:12px 0;
        border:none;
        border-top:1px solid #ECECEC;
    }

    /*LOADER DEL PANEL*/
    .loader-panel{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:14px;
        padding:18px 0;
    }

    .loader-panel span{
        font-size:13px;
        color:#777;
    }
    .loader-circulo{
        width:28px;
        height:28px;
        border-radius:50%;
        border:3px solid #ECECEC;
        border-top-color:#C67F31;
        animation:girarLoader .8s linear infinite;
    }
    @keyframes girarLoader{
        to{
            transform:rotate(360deg);
        }
    }

    /*Widget de cambio de moneda*/
    .titulo-moneda{
        text-align:center;
        font-size:15px;
        font-weight:700;
        margin-bottom:18px;
        color:#C67F31;
    }
    .titulo-moneda span{
        font-weight:400;
        color:#999;
        font-size:13px;
    }
    .moneda-item{
        display:grid;
        grid-template-columns:32px 1fr auto;
        align-items:center;
        gap:12px;
        padding:11px 0;
        border-bottom:1px solid rgba(0,0,0,.08);
    }
    .moneda-item:last-of-type{
        border-bottom:none;
    }
    .moneda-item img{
        width:28px;
        height:28px;
        object-fit:contain;
    }
    .moneda-item strong{
        font-size:14px;
        color:#333;
        font-weight:600;
    }
    .moneda-item span{
        font-size:15px;
        font-weight:700;
        color:#C67F31;
    }
    .actualizacion-moneda{
        display:block;
        margin-top:18px;
        text-align:center;
        color:#999;
        font-size:11px;
    }

/* =====================================================
    BOTÓN FLOTANTE DE CLIMA
====================================================== */
    .btn-flotante-c{
        background: #C67F31;
        background: radial-gradient(circle,rgba(198, 127, 49, 1) 51%, rgba(198, 127, 49, 0) 100%);
        box-shadow: 0 0 5px #000;
        width: 65px;
        height: 65px;
        border-radius: 50px;
        padding: 25px 15px;
        z-index: 1000;
        
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        overflow: visible;
        white-space: nonewrap;
        position: fixed;
        bottom: 35%;
        right: 2%;

        transition: width .4s ease;
    }

    .btn-flotante-c:hover{
        width: 75px;
        height: 75px;
    }
    .icono-clima{
        max-width: 100%;
        overflow: hidden;
        transition: max-width .4s ease;
    }
    .icono-clima img{
        width: 100%;
    }


/* =====================================================
    BOTÓN FLOTANTE DE TRÁFICO
====================================================== */
    .btn-flotante-t{
        background: #653737;
        background: radial-gradient(circle,rgba(101, 55, 55, 1) 51%, rgba(101, 55, 55, 0) 100%);
        box-shadow: 0 0 5px #000;
        width: 65px;
        height: 65px;
        border-radius: 50px;
        padding: 5px 9px;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        overflow: visible;
        white-space: nonewrap;
        position: fixed;
        bottom: 25%;
        right: 2%;
        transition: width .4s ease;
    }

    .btn-flotante-t:hover{
        width: 75px;
        height: 75px;
    }
    .icono-trafico{
        max-width: 100%;
        overflow: hidden;
        transition: max-width .4s ease;
    }
    .icono-trafico img{
        width: 70%;
        margin-left: 5px;
    }

    .trafico-contenido{
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
    }
    .icono-trafico-panel{
        width:70px;
        margin-bottom:15px;
    }
    .trafico-contenido p{
        font-size:15px;
        line-height:1.6;
        color:#444;
        margin-bottom:20px;
    }
    .btn-googlemaps{
        width:100%;
        border:none;
        cursor:pointer;
        background:#653737;
        color:#fff;
        padding:12px;
        border-radius:12px;
        font-weight:600;
        transition:.25s;
    }
    .btn-googlemaps:hover{
        background:#7c4444;
    }

/* =====================================================
    BOTÓN FLOTANTE DE MONEDA DE CAMBIO
====================================================== */
    .btn-flotante-m{
        background: #464D2B;
        background: radial-gradient(circle,rgba(70, 77, 43, 1) 51%, rgba(70, 77, 43, 0) 100%);
        box-shadow: 0 0 5px #000;
        width: 65px;
        height: 65px;
        border-radius: 50px;
        padding: 5px 15px;
        z-index: 1000;
        
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        overflow: visible;
        white-space: nonewrap;
        position: fixed;
        bottom: 15%;
        right: 2%;

        transition: width .4s ease;
    }

    .btn-flotante-m:hover{
        width: 75px;
        height: 75px;
    }
    .icono-moneda{
        max-width: 100%;
        overflow: hidden;
        transition: max-width .4s ease;
    }
    .icono-moneda img{
        width: 70%;
        margin-left: 5px;
    }


/* =====================================================
    WIDGET FLOTANTE DE PROMOCIONES DEL DÍA
====================================================== */

    .promo-widget{
        position: fixed;
        left: -420px;
        bottom: 25px;
        width: 300px;
        height: 375Px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,.35);
        transition: left .8s ease;
        z-index: 99999;
    }
    .promo-widget.mostrar{
        left: 25px;
    }

    /* Botón cerrar */
    .cerrar{
        position: absolute;
        right: 12px;
        top: 12px;
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50%;
        background: rgba(0,0,0,.55);
        color: white;
        cursor: pointer;
        font-size: 24px;
        z-index: 10;
    }

    /* Carrusel */
    .promo-slider{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .promo-slide{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity .8s;
    }
    .promo-slide.activo{
        opacity:1;
    }

    

/* =====================================================
    INICIO
====================================================== */

    /*Fotos y barra de búsqueda*/
    .hero{
        width: 100%;
        height: 70vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        overflow: hidden;
    }

    .hero-fondo{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: opacity 3s ease-in-out;
        z-index: 0;
    }

    .fondo-1{
        opacity: 1;
    }
    .fondo-2{
        opacity: 0;
    }

    .overlay{
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 2;
    }

    .contenido{
        position: relative;
        z-index: 3;
        width: 90%;
        margin-bottom: 5%;
        max-width: 1000px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    .logo{
        width: 400px;
        max-width: 90%;
    }
    .busqueda{
        font-family: "centurygothic", sans-serif;
        width: 45%;
        max-width: 750px;
        background:white;
        border-radius: 6px;
        display: flex;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    }
    .busqueda input{
        flex: 1;
        border: none;
        padding: 10px 28px;
        font-size: 1.2rem;
        outline: none;
        color:#333;
    }
    .busqueda input::placeholder{
        color: #8d8d8d;
    }

    .busqueda button{
        border: none;
        background :#C67F31;
        color:white;
        padding: 0 17px;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 1px;
        cursor: pointer;
        transition: .3s;
    }
    .busqueda button:hover{
        background:#a56b22;
    }

    /*Introducción de inicio*/  
    .intro-inicio{
        width: 100%;
        display: inline-block;
        padding: 5% 15% 10% 15%;
        background-color: #1e3226;
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        
    }
    .ti-inicio{
        width: 100%;
        color: #ffffff;
        font-size: 55px;
        text-align: center;
        letter-spacing: 2px;
        display: inline-block;
    }
    .subti-inicio{
        width: 100%;
        color:#ffffff;
        line-height:1.5;
        font-size: 30px;
        font-weight: 100;
        text-align: center;
        letter-spacing: 2px;
        display: inline-block;
    }

    /*Iconos de categorías*/
    .inicio-categorias{
        width: 100%;
        height: auto;
        padding: 0% 20% 1%;
        margin-top: -5%; 
        display: block;
        align-content: center;
    }
    
    .cuadro-catego{
        width: calc(77% / 5);
        height: 190px;
        margin: 0 2% 2% 2%;
        padding: 2%;
        border-radius: 13px;
        display: inline-block;
        vertical-align: top;
        background-color: #464D2B;
    }
    .cuadro-catego img{
        display: block;
        margin: auto;
        width: auto;
        height: 60%;
    }
    .cuadro-catego  div{
        text-align: center;
        font-family: "centurygothic", sans-serif;
        font-size: 17px;
        line-height: 21px;
        font-weight: 500;
        margin: 20px 0 0px 0;
        color: #fff;
    }
    .icon-blanco{
        display: block;
        width: 40%;
        margin: auto;
    }
    .cuadro-catego:hover{
        transform: scale(1.1);
        transition-duration: 0.5s;
        background-color: #653737;
    }

    /*Carrusel de anuncios promocionales en INICIO*/
    #carouselExampleAutoplaying{
        width: 60%;
        height: auto;
        margin: auto;
        padding: 4% 0 4% 0;
        margin-top: 5%;
    }

    /*Botón de "Anúnciate"*/
    .btn-anunciate{
        padding: 5% 5% 10%;
        display: block;
        text-align: center;
    }
    a.btn-nombre{
        font-family: "centurygothic", sans-serif;
        text-decoration: none;
        font-size: 25px;
        font-weight: 600;
        border-radius: 35px;
        letter-spacing: 3px;
        padding: 19px 25px 18px 25px;
        background-color: #653737;
        color: #ffffff;
    }
    a.btn-nombre:hover{
        background: #522c2c;
        color: #fff;
    }
    .flecha-btn{
        width: 3%;
    }

    /*Título de destacados*/
    .inicio-destacados{
        width: 58%;
        height: auto;
        background-image: url("../img/decoracion-titulos1.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: auto;
        margin-bottom: 5%;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .titulo-destaca{
        z-index: 2;
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 90px;
        color: #C67F31;
        max-width: 1000px;
        display: flex;
    }

    /*Subtítulo de destacados*/
    .subtitulo-destaca{
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 40px;
        text-align: center;
        color: #000000;
        width: 100%;
        margin: auto;
        display: block;
    }

    /*Tarjetas de negocios destacados*/
    .destacados-inicio{
        width: 100%;
        height: auto;
        padding: 4% 20% 10%;
        display: block;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 30px;
    }
    .tarjeta-inicio{
        width: 100%;
        height: 435px;
        display: inline-block;
    }
    
    /*Botón de "Ver más" en sección mini de Hoy en la Condesa*/
    .btn-hoy{
        padding: 10% 0 10%;
        display: block;
        text-align: left;
    }
    a.btn-text{
        font-family: "centurygothic", sans-serif;
        text-decoration: none;
        font-size: 18px;
        font-weight: 100;
        border-radius: 35px;
        letter-spacing: 3px;
        padding: 19px 25px 18px 25px;
        background-color: #653737;
        color: #ffffff;
    }
    a.btn-text:hover{
        background: #522c2c;
        color: #fff;
    }
    .flecha-ver{
        width: 9%;
    }

                
                

                    /*@media (max-width:768px){
                        .logo{
                            width:90%;
                        }
                        .busqueda{
                            flex-direction:column;
                        }
                        .busqueda input{
                            padding:18px;
                        }
                        .busqueda button{
                            width:100%;
                            padding:18px;
                        }
                    }*/


/* =====================================================
    COMIDA Y BEBIDAS (CATEGORÍAS)
====================================================== */

    /*Título de comida y bebidas*/
    .titulo-categoria{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15%;
        margin-top: 5%;
    }
    .fondo-naranja{
        width: 100%;
        height: 350px;
        position: relative;
        text-align: center;
        background-color: #804219;
        background-image: url('../img/fondo-textura2.png'); /* Imagen PNG transparente */
        background-repeat: no-repeat;
        background-size: cover;
    }
    .fondo-naranja img{
        width: 26%;
        height: auto;
        padding-top: 8%;
    }
    .fondo-naranja h1{
        position: absolute;
        top: 93%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 80px;
        font-weight: 100;
        color: white;
        line-height: 90px;
    }

    /*Contenedor de dos columnas*/
    .contenedor-comibebi{
        width: 100%;
        display: block;
        padding: 3% 7%;
        /*background-color: #1e3226; /*Este fondo solo es para guiarme*/
    }

    /*Columna izquierda*/
    .col-izquierda{
        width: 29%;
        display: inline-block;
        padding: 1% 3% 1% 1%;
        vertical-align: top;
        /*background-color: #804219; Este fondo solo es para guiarme*/
    }

    /*Mapa interactivo*/
    .mapa-negocios{
        display: block;
    }
    
    #mapa-condesa{
        width:100%;
        height: 400px;
        border-radius:18px;
        overflow:hidden;
    }

    /*MARCADOR PREMIUM*/
    .marcador-negocio{
        position:relative;
        width:42px;
        height:52px;
        display:flex;
        flex-direction:column;
        align-items:center;
        cursor:pointer;
        transition:transform .25s ease;
    }
    /* Círculo */
    .marcador-circulo{
        position:relative;
        width:42px;
        height:42px;
        border-radius:50%;
        background:linear-gradient(
            180deg,
            #FFFFFF 0%,
            #FAFAFA 100%
        );
        border:1px solid var(--color);
        display:flex;
        justify-content:center;
        align-items:center;
        box-shadow:
            0 6px 18px rgba(0,0,0,.18);
        transition:all .25s ease;
    }

    /* Brillo superior */
    .marcador-circulo::before{
        content:"";
        position:absolute;
        top:3px;
        left:6px;
        right:6px;
        height:12px;
        border-radius:20px;
        background:rgba(255,255,255,.75);
        pointer-events:none;
    }

    /* Icono */
    .marcador-circulo img{
        width:28px;
        height:28px;
        position:relative;
        z-index:2;
        pointer-events:none;
    }

    /* Punta */
    .marcador-punta{
        width:10px;
        height:10px;
        margin-top:-2px;
        background:#FFF;
        border-right:1px solid var(--color);
        border-bottom:1px solid var(--color);
        transform:rotate(45deg);
        box-shadow:3px 3px 8px rgba(0,0,0,.06);
    }

    /* Hover */
    .marcador-negocio:hover{
        transform:translateY(-3px);
    }
    .marcador-negocio:hover .marcador-circulo{
        box-shadow:
            0 10px 26px rgba(0,0,0,.22);
    }

    /* Activo */
    .marcador-negocio.activo{
        transform:translateY(-4px) scale(1.08);
    }

    .marcador-negocio.activo .marcador-circulo{
        border-color:var(--color);
        box-shadow:
            0 0 0 7px rgba(var(--halo), .18),
            0 12px 28px rgba(0,0,0,.25);
    }

    /*POPUP DEL MAPA*/

    /* Eliminar el estilo de Leaflet */
    .popup-personalizado .leaflet-popup-content-wrapper{
        background:transparent;
        box-shadow:none;
        border:none;
        border-radius:0;
        padding:0;
    }
    .popup-personalizado .leaflet-popup-content{
        margin:0;
    }
    .popup-personalizado .leaflet-popup-tip-container{
        margin-top:-2px;
    }
    .popup-personalizado .leaflet-popup-tip{
        width:14px;
        height:14px;
        background:#FFF;
        box-shadow:none;
        border-right:1px solid rgba(0,0,0,.08);
        border-bottom:1px solid rgba(0,0,0,.08);
    }
    
    /*========================*/
    .popup-negocio{
        width:210px;
        background:#FFF;
        border-radius:18px;
        padding:16px 18px;
        box-shadow:0 18px 40px rgba(0,0,0,.18);
    }
    /*========================*/
    .popup-negocio h3{
        margin:0;
        font-size:17px;
        font-weight:700;
        color:#262626;
    }
    /*========================*/
    .popup-negocio p{
        margin:5px 0 14px;
        font-size:14px;
        color:#777;
    }
    /*========================*/
    .popup-estrellas{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom:14px;
        font-size:14px;
    }
    .popup-estrellas{
        color:#D8A120;
    }
    .popup-estrellas span{
        color:#8E8E8E;
        font-size:13px;
    }
    /*========================*/
    .popup-negocio a{
        display:inline-flex;
        align-items:center;
        gap:6px;
        color:#D77D17;
        text-decoration:none;
        font-weight:600;
        transition:.25s;
    }
    .popup-negocio a:hover{
        transform:translateX(3px);
    }
    .estrella-activa{
        color:#E2A72E;
    }
    .estrella-inactiva{
        color:#DADADA;
    }
    /*========================*/
    @keyframes popup{
        from{
            opacity:0;
            transform:translateY(8px);
        }
        to{
            opacity:1;
            transform:none;
        }
    }

    .popup-negocio{
        position: fixed;
        bottom: 20px;
        left: 20px;
        width: 210px;
        background: #FFF;
        border-radius: 18px;
        padding: 16px 18px;
        box-shadow: 0 18px 40px rgba(0,0,0,.18);
        animation: popup .25s ease;
        z-index: 9999;
    }
    .popup-negocio h3{
        margin:0;
    }
    .popup-negocio p{
        margin:6px 0 12px;
    }
    #popup-link{
        color:#D77D17;
        text-decoration:none;
        font-weight:600;
    }

    /*Filtros*/
    .contenedor-filtros{
        width: 100%;
        margin-top: 83px;
        display: block;
    }
    .titulo-filtros{
        width: 100%;
        padding: 2% 5%;
        background-color: #1e3226;
        color: #ffffff;
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 35px;
        letter-spacing: 2px;
    }
    .lista-filtros{
        display: block;
        flex-direction: column;
    }
    .filtro-btn{
        width: 100%;
        display: block;
        justify-content: space-between;
        align-items: center;
        padding: 18px 15px;
        background: #f4f4f4;
        border: none;
        border-bottom: 2px solid #E2C9A5;
        font-family: "centurygothic", sans-serif;
        font-size: 20px;
        text-align: left;
        color: #000000;
        cursor: pointer;
        transition: .25s;
    }
    .filtro-btn:hover{
        color:#C67F31;
    }
    .filtro-btn.activo{
        border-bottom: 3px solid #C67F31;
    }
    .estrella{
        opacity: 0;
        color:#C67F31;
        font-size: 24px;
        transition: .25s;
    }
    .filtro-btn.activo .estrella{
        opacity: 1;
    }

    /*Columna derecha*/
    .col-derecha{
        width: 69%;
        display: inline-block;
        padding: 1%;
        /*background-color: #C67F31; Este fondo solo es para guiarme*/
    }

    /*Carrusel de anuncios promocionales en CATEGORÍAS*/
    #carouselAutoplaying{
        width: 78%;
        height: auto;
        padding-bottom: 4%;
    }

    /*Tarjetas de negocios*/
    .anuncios-negocios{
        width: 100%;
        height: auto;
        padding: 4% 0 4%;
        display: block;
        /*background-color: #464D2B; Este fondo solo es para guiarme*/
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 35px;
    }
    .tarjeta{
        width: 100%;
        height: 435px;
        display: inline-block;
    }
    .card-negocio{
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
        background: #f4f4f4;
        border-radius: 8px;
        overflow: hidden;
        transition: .3s;
        padding: 7%;
    }
    .card-negocio:hover{
        transform: translateY(-5px);
        box-shadow: 0 8px 18px rgba(0,0,0,.15);
    }
    .contenedor-imagen{
        position: relative;
        width: 100%;
        height: 240px;
        overflow: hidden;
    }
    .foto-negocio{
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
        display: block;
    }
    .icono-categoria{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 16%;
        height: 19%;
        border-radius: 8px;
        background: #1e3226;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .icono-categoria img{
        width: 70%;
    }
    .info-negocio{
        padding: 8% 3% 0;
    }
    .nombre-negocio{
        margin: 0;
        font-size: 23px;
        color: #000000;
        font-family:"centurygothic",sans-serif;
        font-weight: 600;
    }
    .tipo-negocio{
        margin: 6px 0 15px;
        color:#7c7c7c;
        font-size: 19px;
    }
    .pie-tarjeta{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .calificacion{
        display: flex;
        gap: 2px;
    }
    .calificacion img{
        width: 15px;
    }
    .resenas{
        font-size: 17.6px;
        color:#4c4c4c;
    }

    /*Tarjetas de negocios DESTACADOS*/
    .tarjeta.destacado{
        grid-column: span 1;
    }
    /*
    .tarjeta.destacado .contenedor-imagen{
        height: 242px;
    }
    */
    .tarjeta.destacado .card-negocio{
        background-color: #f3e3d2;
    }
    /*
    .tarjeta.destacado .icono-categoria{
        top: 0px;
        left: 0px;
        width: 8%;
        height: 22%;
    }
    */
    .tarjeta.destacado .info-negocio{
        padding: 4% 3% 0;
    }
    .destacado-label{
        display: none;
    }
    .tarjeta.destacado .destacado-label{
        display: flex;
        align-items: center;
        gap: 8px;
        color:#C67F31;
        font-weight: 600;
        margin-right: -28%;
    }
    .tarjeta.destacado .destacado-label img{
        width: 12%;
    }

    /*Tarjeta SIN NEGOCIOS (sé el primero en anunciarte)*/
    .tarjeta.proximamente{
        grid-column: span 2;
    }
    .tarjeta.proximamente .contenedor-imagen{
        height: 242px;
    }
    .tarjeta.proximamente .card-negocio{
        padding: 3%;
        background-color: #C67F31;
    }
    .tarjeta.proximamente .info-negocio{
        padding: 4% 3% 0;
    }
    .se-primero{
        margin: 0;
        font-size: 50px;
        color: #ffffff;
        font-family:"centurygothic",sans-serif;
        font-weight: 600;
        text-align: center;
    }
    .info-primero{
        margin: 30px 0 40px;
        color:#ffffff;
        font-size: 23spx;
        text-align: center;
        font-family:"centurygothic",sans-serif;
    }

    .btn-anun{
        width: 100%;
        display: flex;
    }
    a.btn-anun{
        width: 50%;
        font-family: "centurygothic", sans-serif;
        text-decoration: none;
        font-size: 25px;
        font-weight: 600;
        border-radius: 35px;
        letter-spacing: 3px;
        padding: 19px 25px 18px 25px;
        background-color: #464D2B;
        color: #ffffff;
        margin: auto;
    }
    a.btn-anun:hover{
        background: #804219;
        color: #fff;
    }
    .flecha-btn-anun{
        width: auto;
        height: 10%;
        margin: auto;
    }

                
                    



/* =====================================================
    NEGOCIOS (LAS CHALUPITAS)
====================================================== */

    /*Fotos con movimiento*/
    /*BEFORE / AFTER*/
    .condesa-before-after{
        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:0px 20px;
        margin-top: 5%;
    }

    /*CONTENEDOR*/
    .condesa-ba-container{
        position:relative;
        width:min(1300px,90vw);
        height:520px;
        overflow:hidden;
        border-radius:
            0 0 50% 50% /
            0 0 100% 100%;
        background:#000;
        isolation:isolate;
        touch-action:none;
        cursor:default;
    }

    /*EVITAR SELECCIÓN*/
    .condesa-ba-container,
    .condesa-ba-container *{
        user-select:none;
        -webkit-user-select:none;
        -webkit-user-drag:none;
    }

    /*CAPAS*/
    .condesa-ba-layer{
        position:absolute;
        inset:0;
    }
    .condesa-ba-layer img{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
        pointer-events:none;
    }
    .condesa-ba-after{
        z-index:1;
    }
    .condesa-ba-before{
        z-index:2;
        width:50%;
        overflow:hidden;
    }

    /*DIVISOR*/
    .condesa-ba-divider{
        position:absolute;
        top:30px;
        bottom:30px;
        left:50%;
        width:2px;
        transform:translateX(-50%);
        z-index:30;
        pointer-events:none;
        background:
            linear-gradient(
                to bottom,
                transparent,
                rgba(255,255,255,.95) 12%,
                rgba(255,255,255,.95) 88%,
                transparent
            );
        box-shadow:
            0 0 12px rgba(255,255,255,.30);
    }

    /*MARCO*/
    .condesa-ba-container::after{
        content:"";
        position:absolute;
        inset:2px;
        pointer-events:none;
        z-index:50;
        border-left:2px solid rgba(255,255,255,.85);
        border-right:2px solid rgba(255,255,255,.85);
        border-bottom:2px solid rgba(255,255,255,.85);
        border-top:none;
        border-radius:
            0 0 50% 50% /
            0 0 100% 100%;
    }

    /*THUMB*/
    .condesa-ba-thumb{
        position:absolute;
        top:50%;
        left:50%;
        width:68px;
        height:68px;
        transform:translate(-50%,-50%);
        border:none;
        border-radius:50%;
        background:#C86B02;
        backdrop-filter:blur(12px);
        display:flex;
        justify-content:center;
        align-items:center;
        cursor:grab;
        z-index:100;
        box-shadow:
            0 15px 40px rgba(0,0,0,.28);
        transition:
            transform .20s ease,
            box-shadow .20s ease;
    }
    .condesa-ba-thumb:hover{
        transform:
            translate(-50%,-50%)
            scale(1.05);
    }
    .condesa-ba-thumb:active{
        cursor:grabbing;
        transform:
            translate(-50%,-50%)
            scale(.96);
    }
    .condesa-ba-thumb img{
        width:34px;
        height:34px;
        object-fit:contain;
        pointer-events:none;
    }

                

    /*Información principal del establecimiento*/
    .establecimiento-info{
        margin-top: 5%;
        padding: 4% 25%;
    }

    .logo-establecimiento{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo-fondo{
        width: 25%;
        padding: 1%;
        border-radius: 5%;
        background-color: #ffffff;
    }
    .logo-fondo img{
        width: 100%;
    }

    .nombre-precio{
        width: 71%;
        text-align: center;
    }
    
    .nombre-establecimiento{
        font-family: "tt-modernoir", sans-serif;
        color: #000000;
        font-size: 50px;
        text-align: left;
    }
    .precio-establecimiento{
        font-family: "centurygothic", sans-serif;
        color: #2c2c2c;
        font-size: 20px;
        text-align: left;
    }

    .descri-establecimiento{
        border-top: 2px solid rgba(0, 0, 0, 0.267);
        margin-top: 30px;
        padding-top: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 25px;
    }
    .descri-establecimiento p{
        margin: 0;
        font-family: "centurygothic", sans-serif;
        font-size: 20px;
        text-align: left;
        color: #000000;
    }
    
    /*Galería de fotos del establecimiento*/
    .galeria-negocio{
        display: flex;
        align-items: center;
        gap: 15px;
        margin: 40px 0;
        padding: 0 20%
    }
    .contenedor-galeria{
        height: 220px;
        display: flex;
        gap: 12px;
        overflow-x :auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        flex:1;
    }
    .contenedor-galeria::-webkit-scrollbar{
        display: none;
    }

    .miniatura{
        width: 218px;
        height: auto;
        object-fit: cover;
        cursor: pointer;
        flex-shrink: 0;
        transition:.3s;
    }
    .miniatura:hover{
        transform: scale(1.04);
    }
    /*
    .btn-galeria{
        width: 40px;
        height: 40px;
        border: none;
        background:#4a512999;
        color:white;
        font-size: 18px;
        cursor: pointer;
        border-radius: 50%;
        transition: .3s;
    }
    .btn-galeria:hover{
        background:#4a5129;
    } */

    /*Ligthbox*/
    #lightbox{
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.85);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 99999;
    }
    #imagenGrande{
        max-width: 80%;
        max-height: 80%;
    }
    #cerrar{
        position: absolute;
        top: 25px;
        right: 40px;
        color: #ffffff;
        font-size: 45px;
        cursor: pointer;
    }
    #anterior,
    #siguiente{
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        color: #ffffff;
        font-size: 55px;
        cursor: pointer;
    }
    #anterior{
        left: 40px;
    }
    #siguiente{
        right: 40px;
    }

    /*Contacto de establecimiento*/
    .establecimiento-contacto{
        width: 100%;
        height: auto;
        margin: 4% 0;
        color:#fff;
        padding: 3% 20%;
        font-family: "centurygothic", sans-serif;
        display: flex;
    }
    .fondo-datos{
        width: 100%;
        margin: auto;
        padding: 5% 1% 5% 8%;
        border-radius: 20px;
        background: #653737;
        display: flex;
        gap: 5%;
    }

    .titulo-datos{
        font-family: "centurygothic", sans-serif;
        color:#fff;
        font-size: 50px;
        font-weight: 600;
        padding-bottom: 35px;
    }
    .datos-establecimiento{
        width: 60%;
        display: inline-block;
    }
    .datos-establecimiento img{
        width: 31px;
    }
    .datos-establecimiento a{
        display: block;
        color:white;
        text-decoration: none;
        margin-bottom: 20px;
        transition: .3s;
        font-size: 20px;
    }
    .datos-establecimiento a:hover{
        color:#C58B2B;
    }

    .horario-establecimiento{
        width: 35%;
        display: inline-block;
    }
    .horario-establecimiento img{
        width: 40px;
    }
    .dias-horas{
        display: block;
        color:white;
        text-decoration: none;
        margin-bottom: 20px;
        transition: .3s;
        font-size: 20px;
    }
    .dias-horas:hover{
        color:#C58B2B;
    }

    /*Íconos de servicios del establecimiento*/
    .servicios-establecimiento{
        width: 100%;
        height: auto;
        padding: 4% 20% 1%;
        margin-top: -5%; 
        display: block;
        align-content: center;
    }

    .subti-iconos{
        font-family: "centurygothic", sans-serif;
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        color: #000;
        padding: 4% 0 4% 0;
    }
    
    .cuadros-iconos{
        width: calc(77% / 5);
        height: 190px;
        margin: 0 2% 2% 2%;
        padding: 2%;
        border-radius: 13px;
        display: inline-block;
        vertical-align: top;
        background-color: #dbcecc;
        align-items: center;
    }
    .cuadros-iconos img{
        display: block;
        margin: auto;
        width: auto;
        height: 60%;
    }
    .cuadros-iconos  div{
        text-align: center;
        font-family: "centurygothic", sans-serif;
        font-size: 17px;
        line-height: 21px;
        font-weight: 500;
        margin: 10px 0 0px 0;
        color: #000000;
    }
    .cuadros-iconos:hover{
        transform: scale(1.1);
        transition-duration: 0.5s;
    }
    .icon-blanco{
        display: block;
        width: 40%;
        margin: auto;
    }

    /*Video de establecimiento*/
    .conoce{
        padding: 3% 5%;
    }
    .conoce video{
        width: 60%;
        margin: auto;
        display: block;
    }

    /*Reseñas*/
    .seccion-resenas{
        width: 100%;
        padding: 3% 20%;
        display: inline-block;
    }

    .titulo-resenas{
        width: 100%;
        align-items: center;
        margin-bottom: 70px;
        display: inline-block;
    }

    .titulo-resenas h2{
        width: 20%;
        font-family:"tt-modernoir",sans-serif;
        font-size: 96px;
        color:#C67F31;
        font-weight: 400;
        margin-right: 35px;
        letter-spacing: 3px;
        display: inline-block;
        vertical-align: middle;
    }
    .titulo-resenas img{
        width: 75%;
        display: inline-block;
    }

    .contenedor-resenas{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10%;
        justify-items: center;
    }
    .resena-personal{
        width: 100%;
        height: 650px;
        background:#F3F3F3;
        border-radius: 170px 170px 0 0;
        padding: 23% 8% 0% 10%;
        display: inline-grid;
        flex-direction: column;
        justify-content: space-between;
        font-family: "centurygothic", sans-serif;
        overflow: hidden;
    }
    .nombre-persona{
        font-size: 29px;
        font-weight: 600;
        color:#000000;
    }
    .fecha{
        display:block;
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 25px;
        color: #3f3f3f;
    }
    .texto-resena{
        font-size: 22px;
        color: #3f3f3f;
        line-height: 1.4;
    }
    .abajo-resena{
        width: 100%;
        height: auto;
        display: block;
        margin: auto;
    }
    .estrellas-resena{
        width: 65%;
        display: inline-block;
        margin: auto;
    }
    .estrellas-resena img{
        width: 10%;
    }
    .comillas{
        width: 30%;
        display: inline-block;
        margin: auto;
        color:#6D3A37;
        font-size: 170px;
        font-family: "centurygothic", sans-serif;
        vertical-align: middle;
    }

    /*Calificar establecimiento*/
    .calificar-establecimiento{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15%;
        margin-top: 5%;
        background-color: #653737;
    }
    
    .calificacion-establecimiento{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 2% 0;
    }
    .card-calificacion{
        width: 50%;
        background: #F4F4F4;
        border-radius: 35px;
        padding: 2%;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0,0,0,.08);
    }
    .card-calificacion h2{
        font-family:"Century Gothic", sans-serif;
        font-size: 35px;
        color: #000000;
        margin-bottom: 10px;
    }
    .estrellas-calificacion{
        display: flex;
        justify-content: center;
        gap: 18px;
    }
    .calificacion{
        border: none;
        background: none;
        font-size: 5rem;
        cursor: pointer;
        color: #B89B9B;
        transition: .25s;
    }
    .calificacion.active{
        color: #653737;
    }
    .calificacion:hover{
        transform: scale(1.12);
    }

    /*Deja tu reseña*/
    .deja-resena{
        margin-top: 35px;
        background: #F4F4F4;
        border-radius: 25px;
        padding: 35px;
        font-family:"Century Gothic", sans-serif;
    }
    .deja-resena h3{
        margin-bottom: 30px;
        font-size: 35px;
    }
    .deja-resena input,
    .deja-resena textarea{
        width: 100%;
        border: none;
        background: white;
        padding: 18px;
        border-radius: 12px;
        margin-bottom: 20px;
    }
    .deja-resena textarea{
        height: 180px;
        resize: none;
    }

    .datos-resena{
        margin-bottom:25px;
    }
    #fechaHora{
        background:#ececec;
    }

    .btn-publicar{
        background:#6D3A37;
        color:white;
        border:none;
        padding:18px 45px;
        border-radius:12px;
        transition:.3s;
    }

    .btn-publicar:hover{
        background:#C67F31;
    }


/* =====================================================
    ANUNCIOS CLASIFICADOS
====================================================== */
    /*Título de anuncios clasificados*/
    .titulo-a-clasidicados{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15%;
        margin-top: 5%;
    }
    .fondo-naranja {
        width: 100%;
        height: 350px;
        position: relative;
        text-align: center;
        background-color: #804219;
        background-image: url('../img/fondo-textura2.png'); /* Imagen PNG transparente */
        background-repeat: no-repeat;
        background-size: cover;
    }
    .fondo-naranja img {
        width: 26%;
        height: auto;
        padding-top: 8%;
    }
    .fondo-naranja h1 {
        position: absolute;
        top: 93%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 90px;
        font-weight: 100;
        color: white;
        line-height: 90px;
    }

    /*Clasificados de categoria de Comida y Bebidas*/
    .clasificados-comibebi{
        width: 100%;
        height: auto;
        padding: 0% 15% 1%;
        margin-bottom: 5%;
        display: flex;
        align-content: center;
        vertical-align: middle;
    }

    .nombre-izquierda{
        width: 20%;
        display: inline-block;
        align-items: center;
        margin: auto;
    }
    .nombre-categoria{
        font-family: "centurygothic", sans-serif;
        text-align: center;
        font-size: 35px;
        font-weight: 700;
        color: #1e3226;
        padding: 4% 0 4% 0;
    }

    .info-derecha{
        width: 79%;
        display: inline-block;
        padding-left: 4%;
    }
    .cuadro-anuncio-guinda{
        width: calc(88% / 5);
        height: 203px;
        margin: 1%;
        padding: 2%;
        border-radius: 13px;
        display: inline-block;
        vertical-align: top;
        background-color: #653737;
        color: #ffffff;
        font-family: "centurygothic", sans-serif;
        box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.3);
    }
    .cuadro-anuncio-guinda:hover{
        transform: scale(1.1);
        transition-duration: 0.5s;
    }

    .name-product{
        text-align: center;
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #C67F31;
    }
    .price-product{
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        margin-top: 8px;
    }
    .descrption-product{
        text-align: left;
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px;
    }
    .seller-contact{
        width: 100%;
        display: inline-block;
        text-decoration: none;
        margin-top: 10px;
    }
    .seller-contact img{
        width: 15px;
    }
    .seller-contact a{
        display: block;
        text-decoration: none;
        transition: .3s;
        font-size: 9px;
        color: #FFFFFF;
        margin-top: 5px;
    }
    
    /*Clasificados de categoria de Diversión y Entretenimiento*/
    .clasificados-dien{
        width: 100%;
        height: auto;
        padding: 0% 15% 1%;
        margin-bottom: 5%;
        display: flex;
        align-content: center;
        vertical-align: middle;
    }

    .cuadro-anuncio-verdeol{
        width: calc(88% / 5);
        height: 203px;
        margin: 1%;
        padding: 2%;
        border-radius: 13px;
        display: inline-block;
        vertical-align: top;
        background-color: #464D2B;
        color: #ffffff;
        font-family: "centurygothic", sans-serif;
        box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.3);
    }
    .cuadro-anuncio-verdeol:hover{
        transform: scale(1.1);
        transition-duration: 0.5s;
    }




/* =====================================================
    NOSOTROS
====================================================== */
    
    /*Título de nosotros*/
    .nosotros-decoracion{
        width: 60%;
        height: auto;
        background-image: url("../img/decoracion-titulos2.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: auto;
        margin-top: 15%;
        margin-bottom: 5%;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .titulo-nosotros{
        z-index: 2;
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 90px;
        color: #C67F31;
        display: flex;
    }

    /*Información principal*/
    .somos{
        padding: 0 20% 5%;
        display: block;
        font-family: "centurygothic", sans-serif;
        color: #000;
        
    }
    .subtitulo-nosotros{
        width: 100%;
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 50px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 2px;
        display: inline-block;
        background-color: #464d2be5;
        color: #ffffff;
    }
    p.info1-nosotros{
        text-align: center;
        font-size: 23px;
        padding: 2% 11% 5%;
        vertical-align: middle;
    }
    .columna-text{
        display: inline-block;
        width: 59%;
        height: auto;
        margin-left: 4%;
        vertical-align: middle;
    }
    .columna-img{
        display: inline-block;
        width: 35%;
        height: auto;
        vertical-align: bottom;
    }

    .hero2{
        width: 100%;
        height: 58vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-image 4s ease-in-out;
    }

    .overlay2{
        position: absolute;
        inset: 0;
    }
    
    p.info2-nosotros{
        font-size: 23px;
        margin-bottom: 45px;
    }

    /*Información secundaria con franja*/
    .somos-2{
        width: 100%;
        font-family: "centurygothic", sans-serif;
    }
    .somos2-encabezado{
        padding: 0 20% 0;
    }
    .subtitulo2-nosotros{
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 40px;
        font-weight: 400;
        color: #1e3226;
        margin:0;
    }
    .somos2-contenido{
        width: 100%;
        font-family: "centurygothic", sans-serif;
        padding: 2% 20%;
    }
    .somos2-contenido p{
        font-size: 23px;
        color:#000000;
    }

    /*Información final*/
    .bienvenida-decoracion{
        width: 75%;
        height: auto;
        background-image: url("../img/decoracion-titulos2.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: auto;
        margin-top: 5%;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .bienvenida-final{
        width: 30%;
        z-index: 2;
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 54px;
        text-align: center;
        color: #C67F31;
        display: flex;
    }
    .somos2-club{
        padding: 1% 25%;
        margin-bottom: 10%;
    }
    .club-final{
        font-family: "centurygothic", sans-serif;
        font-size: 31px;
        font-weight: 600;
        text-align: center;
        color: #C67F31;
        margin:0;
    }



/* =====================================================
    LO MEJOR
====================================================== */
    
    /*LAS ESTRELLAS DEL MES*/
    .estrellas-mes{
        width: 100%;
        display: flex;
        margin-bottom: 10%;
        margin-top: 5%;
    }
    .contenedor-seccion{
        width:100%;
        background:#C67F31;
        border-radius: 0 0 400px 400px;
        padding: 10% 15%;
    }

    .encabezado-estrellas{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom: 80px;
    }
    .encabezado-estrellas img{
        width: 30%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
    }
    .titulo-las-estrellas{
        font-family:"tt-modernoir", sans-serif;
        font-size: 100px;
        font-weight: 400;
        color: #ffffff;
        text-align: center;
        letter-spacing: 2px;
    }

    .subtitulo-las-estrellas{
        width: 100%;
        font-family: "centurygothic", sans-serif;
        font-size: 24px;
        text-align: center;
        color: #ffffff;
        line-height: 35px;
        padding: 2% 10% 8%;
    }

    .ranking{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 40px;
    }
    .ranking-card{
        display:flex;
        align-items:flex-start;
        margin-bottom: 5%;
    }
    .ranking-card img{
        width: 166px;
        height: 239px;
        object-fit: cover;
        border-radius: 80px 80px 0 0;
        z-index: 1;
    }
    .info-card{
        flex:1;
        padding: 0 18px 18px 82px;
        color:#ffffff;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        margin-left: -68px;
    }

    /*Franjas de colores*/
    .franja-guinda{
        flex:1;
        background:#6D3A37;
        padding: 18px 18px 18px 104px;
        margin-left: -86px;
        color:#ffffff;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }
    .franja-guinda h4{
        font-family:"tt-modernoir", sans-serif;
        font-size: 50px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .franja-verdeos{
        flex:1;
        background:#1e3226;
        padding: 18px 18px 18px 104px;
        margin-left: -86px;
        color:#ffffff;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }
    .franja-verdeos h4{
        font-family:"tt-modernoir", sans-serif;
        font-size: 50px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .franja-verdeol{
        flex:1;
        background:#464D2B;
        padding: 18px 18px 18px 104px;
        margin-left: -86px;
        color:#ffffff;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }
    .franja-verdeol h4{
        font-family:"tt-modernoir", sans-serif;
        font-size: 50px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .franja-naranja{
        flex:1;
        background:#804219;
        padding: 18px 18px 18px 104px;
        margin-left: -86px;
        color:#ffffff;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }
    .franja-naranja h4{
        font-family:"tt-modernoir", sans-serif;
        font-size: 50px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    /*Estrellas de calificación*/
    .calificacion-las img{
        width: 20px;
        height: auto;
    }
    .descripcion-lugar{
        font-family: "centurygothic", sans-serif;
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
        padding: 10px 0 0 18px;
        color:#ffffff;
    }

    /*Botón de "ver más"*/
    .btn-ver-mas{
        text-decoration:none;
        color:#ffffff;
        font-size: 16px;
        transition: .3s;
        padding-left: 18px;
    }
    .btn-ver-mas:hover{
        color:#653737;
    }

    /*HOY EN LA CONDESA*/
    .titulo-hoy{
        font-family:"tt-modernoir", sans-serif;
        font-size: 95px;
        line-height:.9;
        margin-bottom: 40px;
    }
    .descripcion-hoy{
        font-size: 22px;
        line-height: 30px;
    }

    .evento .card{
        background: #464D2B;
        border-radius: 20px;
        overflow: hidden;
        margin-left: 40px;
    }
    .foto-evento{
        height: 320px;
        object-fit: cover;
    }

    .capa-evento{
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(120,60,20,.45);
    }
    .capa-evento h3{
        color:#ffffff;
        font-size: 60px;
        font-family:"tt-modernoir", sans-serif;
        text-align: center;
    }
    .btn-desplegable div{
        width: 100%;
        color:#ffffff;
        font-size: 40px;
        border: none;
        border-radius: 0;
    }

    .contenido-evento{
        display: flex;
        gap: 35px;
        padding: 40px;
        color: #ffffff;
        font-family: "centurygothic", sans-serif;
    }
    .contenido-evento img{
        width: 50%;
        height: 260px;
        object-fit: cover;
        border-radius: 15px;
    }
    .contenido-evento h4{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .contenido-evento p{
        font-size: 20px;
        line-height: 30px;
    }

    /*Recomendaciones*/
    .titulo-recomendaciones{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12%;
        margin-top: 15%;
    }
    .fondo-amarillo{
        width: 100%;
        height: 350px;
        position: relative;
        text-align: center;
        background-color: #C67F31;
    }
    .fondo-amarillo img{
        width: 35%;
        height: auto;
        padding-top: 3%;
    }
    .fondo-amarillo h1{
        position: absolute;
        top: 93%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 90px;
        font-weight: 100;
        color: white;
        line-height: 90px;
    }

    .contenedor-recomendar{
        padding: 0 20% 5%;
        display: block;
        font-family: "centurygothic", sans-serif;
        color: #000;
        
    }
    .subtitulo-recomendar{
        width: 100%;
        text-align: center;
        font-size: 23px;
        padding: 2% 11% 5%;
        vertical-align: middle;
    }

    .separador-reco img{
        width: 40%;
        margin: 5% 0 5% 0;
    }

    .texto-foto{
        display: inline-block;
        width: 100%;
    }
    .reco-texto{
        display: inline-block;
        width: 65%;
        height: auto;
        margin-left: 4%;
        vertical-align: middle;
    }
    .reco-foto{
        display: inline-block;
        width: 25%;
        height: auto;
        vertical-align: top;
        margin-left: 4%;
    }
    .reco-foto img{
        width: 100%;
        height: auto;
    }

                /*==========================
                    RESPONSIVE
                ==========================*/

                @media(max-width:768px){

                    /*HOY EN LA CONDESA*/
                    .contenido-evento{
                        flex-direction:column;
                    }
                    .contenido-evento img{
                        width:100%;
                    }
                    .titulo-eventos{
                        font-size:4.5rem;
                    }
                    .capa-evento h3{
                        font-size:3rem;
                    }

                }




/* =====================================================
    ENLACES
====================================================== */

    /*Título de enlaces*/
    .enlaces-decoracion{
        width: 58%;
        height: auto;
        background-image: url("../img/decoracion-titulos1.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: auto;
        margin-top: 15%;
        margin-bottom: 5%;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .titulo-enlaces{
        z-index: 2;
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 90px;
        color: #C67F31;
        max-width: 1000px;
        display: flex;
    }
    
    /*Enlaces de movilidad*/
    .movilidad{
        width: 100%;
        height: auto;
        margin-top: 10%;
        padding: 0% 20% 1%;
        margin-bottom: 5%;
        display: block;
        align-content: center;
        background-color: #464D2B;
    }
    .ti-movilidad{
        font-family: "centurygothic", sans-serif;
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        color: #fff;
        padding: 4% 0 4% 0;
    }
    .cuadro-enlace{
        width: calc(77% / 5);
        height: 154px;
        margin: 0 2% 2% 2%;
        padding: 2%;
        border-radius: 13px;
        display: inline-block;
        vertical-align: top;
        background-color: #ffffff;
    }
    .cuadro-enlace a{
        text-decoration: none;
    }
    .cuadro-enlace img{
        display: block;
        margin: auto;
        width: auto;
        height: 60%;
    }
    .cuadro-enlace  div{
        text-align: center;
        font-family: "centurygothic", sans-serif;
        font-size: 17px;
        line-height: 21px;
        font-weight: 700;
        margin: 20px 0 0px 0;
        color: #464D2B;
    }
    .foto-enlace{
        display: block;
        width: 40%;
        margin: auto;
    }
    .cuadro-enlace:hover{
        transform: scale(1.1);
        transition-duration: 0.5s;
    }

    /*Enlaces de sevicios*/
    .servicios-publicos{
        width: 100%;
        height: auto;
        padding: 0% 20% 1%;
        margin-bottom: 5%;
        display: block;
        align-content: center;
        background-color: #653737;
    }
    .ti-serviciospubli{
        font-family: "centurygothic", sans-serif;
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        color: #fff;
        padding: 4% 0 4% 0;
    }
    .cuadro-enlacesp{
        width: calc(73% / 6);
        height: 200px;
        margin: 0 2% 2% 2%;
        padding: 2% 1%;
        border-radius: 13px;
        display: inline-block;
        vertical-align: top;
        background-color: #ffffff;
    }
    .cuadro-enlacesp a{
        text-decoration: none;
    }
    .cuadro-enlacesp img{
        display: block;
        margin: auto;
        width: auto;
        height: 60%;
    }
    .cuadro-enlacesp  div{
        text-align: center;
        font-family: "centurygothic", sans-serif;
        font-size: 17px;
        line-height: 21px;
        font-weight: 700;
        margin: 20px 0 0px 0;
        color: #464D2B;
        text-decoration: none;
    }
    .cuadro-enlacesp:hover{
        transform: scale(1.1);
        transition-duration: 0.5s;
    }

    /*Enlaces de emergencias*/
    .emergencias{
        width: 100%;
        height: auto;
        padding: 0% 20% 1%;
        margin-bottom: 5%;
        display: block;
        align-content: center;
        background-color: #804219;
    }
    .ti-emergencias{
        font-family: "centurygothic", sans-serif;
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        color: #fff;
        padding: 4% 0 4% 0;
    }
    .cuadro-enlaceeme{
        width: calc(87% / 3);
        height: 175px;
        margin: 0 2% 2% 2%;
        padding: 2% 1%;
        border-radius: 13px;
        display: inline-block;
        vertical-align: top;
        background-color: #ffffff;
    }
    .cuadro-enlaceeme a{
        text-decoration: none;
    }
    .cuadro-enlaceeme img{
        display: block;
        margin: auto;
        width: auto;
        height: 70%;
    }
    .cuadro-enlaceeme  div{
        text-align: center;
        font-family: "centurygothic", sans-serif;
        font-size: 17px;
        line-height: 21px;
        font-weight: 700;
        margin: 20px 0 0px 0;
        color: #464D2B;
    }
    .cuadro-enlaceeme:hover{
        transform: scale(1.1);
        transition-duration: 0.5s;
    }

    /*Enlaces de trámites*/
    .tramites{
        width: 100%;
        height: auto;
        padding: 0% 20% 1%;
        margin-bottom: 15%;
        display: block;
        align-content: center;
        background-color: #464D2B;
    }
    .ti-tramites{
        font-family: "centurygothic", sans-serif;
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        color: #fff;
        padding: 4% 0 4% 0;
    }
    .cuadro-enlacetra{
        width: calc(82% / 4);
        height: 170px;
        margin: 0 2% 2% 2%;
        padding: 2%;
        border-radius: 13px;
        display: inline-block;
        vertical-align: top;
        background-color: #ffffff;
    }
    .cuadro-enlacetra a{
        text-decoration: none;
    }
    .cuadro-enlacetra img{
        display: block;
        margin: auto;
        width: auto;
        height: 70%;
    }
    .cuadro-enlacetra  div{
        text-align: center;
        font-family: "centurygothic", sans-serif;
        font-size: 17px;
        line-height: 21px;
        font-weight: 700;
        margin: 20px 0 0px 0;
        color: #464D2B;
        text-decoration: none;
    }
    
    .cuadro-enlacetra:hover{
        transform: scale(1.1);
        transition-duration: 0.5s;
    }




/* =====================================================
    ANÚNCIATE
====================================================== */
    
    /*Título de anúnciate*/
    .anunciate-titulo{
        width: 100%;
        display: inline-block;
        background-color: #653737;
        padding: 9% 25% 10%;
        margin-bottom: 5%;
        margin-top: 5%;
        justify-content: center;
        align-items:center;
        text-align: center;
        color: #ffffff;
    }
    .nombre-anunciate{
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 90px;
        display: inline-block;
        width: 100%;
    }
    .intro-anunciate{
        padding-top: 5%;
        text-align: center;
        font-family: "centurygothic", sans-serif;
        display: inline-block;
        width: 100%;
        font-size: 24px;
        font-weight: 100;
    }

    /*Sección de anúnciate en directorio y clasificados*/
    .contacto-directorio{
        width: 100%;
        padding-top: 60px;
        padding: 0 20%;
    }

    .contenido-tab{
        display: none;
        width: 90%;
        margin: auto;
        background: white;
        border-radius: 10px 10px 0 0;
        padding: 90px 0;
    }
    .contenido-tab.activo{
        display: block;
    }

    .tabs{
        width: 90%;
        margin-top: -171px;
        margin-left: 10%;
        display: flex;
        gap: 25px;
    }
    .tab{
        border: none;
        outline: none;
        background: #ffffff;
        font-family: "centurygothic", sans-serif;
        color: #c8c8c8;
        padding: 15px 45px;
        border-radius: 18px 18px 0 0;
        font-size: 2rem;
        font-family: inherit;
        cursor: pointer;
        transition: .3s;
    }
    .tab.activo{
        color: #222222;
    }

    .tab:hover{
        color: #653737;
    }

    .descripcion{
        width: 65%;
        margin: 0 auto 70px;
        font-size: 22px;
        color: #000000;
        text-align: center;
    }
    .formulario-directorio{
        width: 70%;
        margin: auto;
        background: #f0f0f0;
        border-radius: 35px;
        padding: 45px;
    }

    .fila{
        display: flex;
        gap: 25px;
        margin-bottom: 25px;
    }
    .formulario-directorio input,
    .formulario-directorio textarea{
        width: 100%;
        border: none;
        background: #D8BCBC;
        padding: 10px 22px;
        font-size: 20px;
        border-radius: 12px;
        outline: none;
        font-family: "centurygothic", sans-serif;
    }
    ::placeholder{
        color:#a37977;
    }
    .formulario-directorio input[type=email]{
        margin-bottom: 25px;
    }

    .parte-inferior{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 20px; 
    }
    .formulario-directorio select{
        width:100%;
        border:none;
        outline:none;
        background:#D8BCBC;
        padding: 10px 22px;
        font-size: 20px;
        color:#6D3A37;
        border-radius:12px;
        font-family:inherit;
        appearance:none;
        -webkit-appearance:none;
        -moz-appearance:none;
        cursor:pointer;
        color:#a37977;
        font-family: "centurygothic", sans-serif;
    }
    textarea{
        width: 55%;
        height: 170px;
        resize: none;
    }
    .logo-formulario{
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5%;
        margin: auto;
    }
    .logo-formulario img{
        width: 100%;
    }

    .btn-enviar{
        display: block;
        margin: 40px auto 0;
        background: #6D3A37;
        color: #ffffff;
        border: none;
        padding: 10px 60px;
        font-size: 1.8rem;
        border-radius: 12px;
        cursor: pointer;
        transition: .3s;
    }
    .btn-enviar:hover{
        background:#C67F31;
    }

    /*Sección de contáctanos*/
    .contacto-anuncia{
        width: 100%;
        padding: 3% 20% 15%;
        display: inline-block;
    }

    .ti-anuncia{
        width: 100%;
        align-items: center;
        margin-bottom: 70px;
        display: inline-block;
    }

    .ti-anuncia h2{
        width: 45%;
        font-family:"tt-modernoir",sans-serif;
        font-size: 96px;
        color:#C67F31;
        font-weight: 400;
        
        letter-spacing: 3px;
        display: inline-block;
        vertical-align: middle;
    }
    .ti-anuncia img{
        width: 53%;
        display: inline-block;
    }

    .figura-contacto{
        width: calc(87% / 3);
        height: 270px;
        margin: 0 2% 2% 2%;
        padding: 4% 2% 0;
        border-radius: 170px 170px 0 0;
        display: inline-block;
        vertical-align: middle;
        background-color: #dbcecc;
        text-decoration: none;
    }
    .figura-contacto img{
        display: block;
        margin: auto;
        width: auto;
        height: 27%;
    }
    .figura-contacto a{
        text-decoration: none;
    }
    .figura-contacto  div{
        text-align: center;
        font-family: "centurygothic", sans-serif;
        padding-top: 18%;
        font-size: 15px;
        font-weight: 800;
        line-height: 21px;
        color: #653737;
    }
    .figura-contacto:hover{
        transform: scale(1.1);
        transition-duration: 0.5s;
    }
    



/* =====================================================
    CONTACTO
====================================================== */
    .titulo-contacto{
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 5%;
    }
    .titulo-contacto img{
        display: block;
        width: 100%;
        height: auto;
    }
    .ti-contac{
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 90px;
        letter-spacing: 2px;
        color: white;
        position: absolute;
        top: 31%;
        left: 50%;
        transform: translateX(-50%);
    }

    /*Contenedor de Contacto*/
    .contenedor-contacto{
        width: 100%;
        height: auto;
        margin: 4% 0;
        color:#fff;
        padding: 3% 15%;
        font-family: "centurygothic", sans-serif;
        display: flex;
    }
    .color-contacto{
        width: 100%;
        margin: auto;
        padding: 5%;
        border-radius: 20px;
        background: #464D2B;
        display: flex;
        gap: 5%;
    }
    .info-contacto{
        width: 75%;
        display: inline-block;
    }
    .info-contacto img{
        width: 40px;
    }
    .info-contacto a{
        display: block;
        color:white;
        text-decoration: none;
        margin-bottom: 20px;
        transition: .3s;
        font-size: 20px;
    }
    .info-contacto a:hover{
        color:#C58B2B;
    }

    .redes-contacto{
        width: 20%;
        display: inline-block;
    }
    .redes-contacto img{
        width: 40px;
    }
    .redes-contacto a{
        display: block;
        color:white;
        text-decoration: none;
        margin-bottom: 20px;
        transition: .3s;
        font-size: 20px;
    }
    .redes-contacto a:hover{
        color:#C58B2B;
    }

    /*Mapa y ubicación escrita*/
    .mapa{
        padding: 0 0 20% 0;
        display: block;
    }
    .mapa iframe{
        width:100%;
        height:600px;
    }
    .name-direcc{
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        color: #c3932f;
        margin: 0 0 1% 0;
    }




/*==================================================
    PREGUNTAS FRECUENTES
==================================================*/
    /*Título preguntas frecuentes*/
    .titulo-preguntas{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15%;
        margin-top: -1px;
    }
    .fondo-guinda{
        width: 100%;
        height: 350px;
        position: relative;
        text-align: center;
        background-color: #653737;
        background-image: url('../img/fondo-textura2.png'); /* Imagen PNG transparente */
        background-repeat: no-repeat;
        background-size: cover;
    }
    .fondo-guinda img{
        width: 26%;
        height: auto;
        padding-top: 8%;
    }
    .fondo-guinda h1{
        position: absolute;
        top: 93%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "tt-modernoir", sans-serif;
        font-style: normal;
        font-size: 90px;
        font-weight: 100;
        color: white;
        line-height: 90px;
    }

    .lmc-faq{
        position:relative;
        padding:0 0 100px 0;
    }



    /*Filtros*/
    .lmc-faq-filters{
        display:flex;
        justify-content:center;
        align-items:center;
        flex-wrap:wrap;
        gap:14px;
        margin-bottom:55px;
        padding: 0 10%;
    }
    .lmc-faq-filter{
        cursor:pointer;
        border:none;
        outline:none;
        padding:12px 24px;
        border-radius:50px;
        background:#FFFFFF;
        border:1px solid #E5D8C8;
        color:#555555;
        font-size:.95rem;
        font-weight:600;
        transition:
            background .35s ease,
            color .35s ease,
            border-color .35s ease,
            transform .30s ease,
            box-shadow .35s ease;
    }
    .lmc-faq-filter:hover{
        color:#B8863B;
        border-color:#C9A46A;
        transform:translateY(-2px);
        box-shadow:0 10px 25px rgba(0,0,0,.08);
    }
    .lmc-faq-filter.active{
        background:#464e2b;
        color:#FFFFFF;
        border-color:#B8863B;
        box-shadow:0 12px 30px rgba(184,134,59,.25);
    }

    /*CONTENEDOR DE PREGUNTAS*/
    .lmc-faq-content{
        max-width:900px;
        margin:0 auto;
    }

                /*==================================================
                    RESPONSIVE
                ==================================================*/

                @media (max-width:992px){
                    .lmc-faq{
                        padding:80px 0;
                    }
                    .lmc-faq-header{
                        margin-bottom:45px;
                    }
                }

                @media (max-width:768px){
                    .lmc-faq{
                        padding:70px 0;
                    }
                    .lmc-faq-filters{
                        gap:10px;
                        margin-bottom:40px;
                    }
                    .lmc-faq-filter{
                        padding:10px 18px;
                        font-size:.90rem;
                    }
                    .lmc-faq-description{
                        font-size:1rem;
                        line-height:1.7;
                    }
                }

                @media (max-width:576px){
                    .lmc-faq-filter{
                        width:100%;
                    }
                }

    /*TARJETAS*/
    .lmc-faq-item{
        position:relative;
        margin-bottom:18px;
        background:#FFFFFF;
        border:1px solid #E7DED2;
        border-radius:18px;
        overflow:hidden;
        transition:
            transform .35s ease,
            box-shadow .35s ease,
            border-color .35s ease;
    }
    .lmc-faq-item:hover{
        transform:translateY(-3px);
        border-color:#C69C6D;
        box-shadow:
            0 18px 40px rgba(0,0,0,.08);
    }

    /*BOTÓN DE PREGUNTA*/
    .lmc-faq-question{
        display:flex;
        justify-content:space-between;
        align-items:center;
        gap:25px;
        width:100%;
        padding:28px 34px;
        border:none;
        background:#FFFFFF;
        cursor:pointer;
        text-align:left;
        transition:
            background .30s ease;
    }
    .lmc-faq-question:hover{
        background:#FCFAF7;
    }
    .lmc-faq-question span:first-child{
        color:#464e2b;
        font-size:1.05rem;
        font-weight:600;
        line-height:1.6;
    }

    /*ICONO*/
    .lmc-faq-icon{
        position:relative;
        flex-shrink:0;
        width:38px;
        height:38px;
        border-radius:50%;
        background:#F6F1EA;
        border:1px solid #E7DED2;
        transition:
            background .35s ease,
            border-color .35s ease,
            transform .35s ease;
    }

    /* Línea horizontal */
    .lmc-faq-icon::before{
        content:"";
        position:absolute;
        top:50%;
        left:50%;
        width:16px;
        height:2px;
        background:#B8863B;
        border-radius:5px;
        transform:translate(-50%,-50%);
    }

    /* Línea vertical */
    .lmc-faq-icon::after{
        content:"";
        position:absolute;
        top:50%;
        left:50%;
        width:2px;
        height:16px;
        background:#B8863B;
        border-radius:5px;
        transform:translate(-50%,-50%);
        transition:
        transform .30s ease;
    }

    /*ITEM ABIERTO*/
    .lmc-faq-item.active{
        border-color:#464D2B;
        box-shadow:
            0 20px 45px rgba(198,156,109,.16);
    }
    .lmc-faq-item.active .lmc-faq-question{
        background:#FCFAF7;
    }
    .lmc-faq-item.active .lmc-faq-icon{
        background:#804219;
        border-color:#804219;
    }
    .lmc-faq-item.active .lmc-faq-icon::before{
        background:#FFFFFF;
    }
    .lmc-faq-item.active .lmc-faq-icon::after{
        transform:translate(-50%, -50%) scaleY(0);
    }

    /*RESPUESTAS*/
    .lmc-faq-answer{
        height:0;
        overflow:hidden;
        transition:
            height .45s ease,
            opacity .30s ease,
            visibility .30s ease,
            padding .35s ease;
        padding:0 34px;
        background:#FFFFFF;
    }
    .lmc-faq-item.active .lmc-faq-answer{
        padding:20px 34px 38px;
    }

    /*TEXTO*/
    .lmc-faq-answer p{
        margin:15px 0;
        color:#5F5F5F;
        font-size:1rem;
        line-height:1.85;
        padding-bottom: 15px;
    }
    .lmc-faq-answer p + p{
        margin-top:18px;
    }
    .lmc-faq-answer p a{
        color: #804219;
    }
    .lmc-faq-answer strong{
        font-weight:600;
    }

    /*LISTAS*/
    .lmc-faq-answer ol{
        margin:20px 0 0;
        padding-left:22px;
    }
    .lmc-faq-answer li{
        margin-bottom:12px;
        color:#5F5F5F;
        line-height:1.8;
    }
    .lmc-faq-answer li:last-child{
        margin-bottom:0;
    }

     /*ENLACES PREGUNTAS FRECUENTES*/
    .lmc-faq-answer a{
        color:#B8863B;
        font-weight:600;
        text-decoration:none;
        transition:color .30s ease;
    }
    .lmc-faq-answer a:hover{
        color:#9E6E2C;
    }

    /*SELECCIÓN*/
    .lmc-faq-question:focus-visible{
        outline:3px solid rgba(198,156,109,.35);
        outline-offset:3px;
    }

                /*==================================================
                    RESPONSIVE
                ==================================================*/
                @media (max-width:768px){
                    .lmc-faq-question{
                        padding:22px;
                        gap:18px;
                    }
                    .lmc-faq-question span:first-child{
                        font-size:1rem;
                    }
                    .lmc-faq-answer{
                        padding:0 22px;
                    }
                    .lmc-faq-item.active .lmc-faq-answer{
                        padding:0 22px 22px;
                    }
                    .lmc-faq-icon{
                        width:34px;
                        height:34px;
                    }
                    .lmc-faq-icon::before{
                        width:14px;
                    }
                    .lmc-faq-icon::after{
                        height:14px;
                    }
                }

                @media (max-width:576px){
                    .lmc-faq-question{
                        align-items:flex-start;
                    }
                    .lmc-faq-question span:first-child{
                        line-height:1.5;
                    }
                }

    /*ANIMACIÓN DE FILTRO*/
    .lmc-faq-item{
        transition:
            opacity .30s ease,
            transform .30s ease,
            box-shadow .35s ease,
            border-color .35s ease;
    }
    .lmc-faq-item.lmc-faq-hidden{
        opacity:0;
        transform:translateY(12px);
        pointer-events:none;
    }





/* =====================================================
    AVISO DE PRIVACIDAD
====================================================== */
    .contenedor-aviso{
        width: 100%;
        margin-top: 5%;
        padding: 5% 20%;
        display: flex;
    }
    .aviso-hoja{
        width: 100%;
        display: block;
        background-color: #f1f1f1;
        border-radius: 20px;
        padding: 5% 8%;
        font-family: "centurygothic", sans-serif;
        color: #000000;
    }

    .logo-aviso{
        width: 30%;
        margin: auto;
        align-items: center;
        margin-bottom: 20px;
    }
    .logo-aviso img{
        width: 100%;
    }
    .aviso-titulo{
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        color: #653737;
        margin: auto;
        padding-bottom: 65px;
    }
    .aviso-parrafos{
        font-size: 17px;
        text-align: justify;
        margin: auto;
        padding-bottom: 25px;
    }
    .negritas-parrafo{
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: justify;
        margin: auto;
    }




            /*==================================================
                RESPONSIVE GENERAL DE LAPTOPS
            ==================================================*/
            
                @media screen and (min-width: 769px) and (max-width: 1440px){


                    /* =====================================================
                    RESPONSIVE DE MENÚ
                    ====================================================== */
                    .menu-izquierda,
                    .menu-derecha{
                        gap:60px;
                    }
                    .menu-verde-oscuro a,
                    .menu-verde-olivo a,
                    .menu-naranja a,
                    .menu-guinda a{
                        font-size:1.25rem;
                    }
                    .isotipo img{
                        height:70px;
                    }
                    .submenu-verdeo,
                    .submenu-verli,
                    .submenu-nara,
                    .submenu-guinda{
                        min-width:520px;
                        padding:30px 40px;
                        gap:60px;
                    }
                    .submenu-verdeo a,
                    .submenu-verli a,
                    .submenu-nara a,
                    .submenu-guinda a{
                        font-size:17px !important;
                    }

                    /* =====================================================
                    RESPONSIVE DE FOOTERS
                    ====================================================== */
                    .footer-verdeo,
                    .footer-verdeli,
                    .footer-nara,
                    .footer-guinda{
                        padding-left:6%;
                        padding-right:6%;
                    }
                    .arriba-footer{
                        gap:35px;
                    }
                    .abajo-footer{
                        margin-top: 7px;
                    }
                    .abajo-footer a{
                        font-size: 13px;
                    }
                    .abajo-footer p{
                        font-size: 13px;
                    }
                    .preguntas-f a{
                        font-size: 13px;
                    }
                    .preguntas-f li {
                        margin-bottom: 5px;
                    }
                    .contacto-f a{
                        font-size: 13px;
                    }

                    /* =====================================================
                    RESPONSIVE DE BOTONES FLOTANTES
                    ====================================================== */
                    .btn-flotante-c,
                    .btn-flotante-t,
                    .btn-flotante-m{
                        right: 20px;
                        width: 55px;
                        height: 55px;
                    }
                    .btn-flotante-c:hover,
                    .btn-flotante-t:hover,
                    .btn-flotante-m:hover{
                        width: 60px;
                        height: 60px;
                    }
                
                    /* =====================================================
                    RESPONSIVE DE WIDGET DE PROMOCIONES
                    ====================================================== */
                    .promo-widget{
                        width: 250px;
                        height: 300px;
                    }
                    .cerrar{
                        width: 25px;
                        height: 25px;
                        font-size: 18px;
                    }
                    
                    /*==================================================
                    RESPONSIVE DE INICIO
                    ==================================================*/
                    /*Hero*/
                    .hero{
                        height: 75vh;
                        margin-top: 8%;
                    }
                    .logo{
                        width: 330px;
                    }
                    .busqueda{
                        width: 60%;
                    }

                    /*Introducción de Inicio*/
                    .intro-inicio{
                        padding:6% 10% 9%;
                    }
                    .ti-inicio{
                        font-size:45px;
                    }
                    .subti-inicio{
                        font-size:24px;
                    }

                    /*Ícono de categorías*/
                    .inicio-categorias{
                        padding:0 10% 2%;
                    }
                    .cuadro-catego{
                        width:16%;
                        height:170px;
                        margin:0 1.5% 2%;
                    }
                    .cuadro-catego div{
                        font-size:15px;
                        line-height:18px;
                    }

                    /*Botón de "Anúnciate"*/
                    a.btn-nombre{
                        font-size: 18px;
                    }

                    /*Negocios destacados*/
                    .inicio-destacados{
                        width:65%;
                    }
                    .titulo-destaca{
                        font-size:70px;
                    }
                    .subtitulo-destaca{
                        font-size:30px;
                        padding:0 8%;
                    }

                    /*Tarjetas de negocios destacados*/
                    .destacados-inicio{
                        padding:4% 13% 10%;
                        grid-template-columns:repeat(4,1fr);
                        gap:20px;
                    }
                    .tarjeta-inicio{
                        width: 95%;
                        height: 412px;
                    }
                    .anuncios-negocios{
                        grid-template-columns:repeat(3,1fr);
                        gap:25px;
                    }

                    /*==================================================
                    RESPONSIVE DE COMIDAS Y BEBIDAS
                    ==================================================*/
                    /*Título*/
                    .fondo-naranja img{
                        padding-top: 14%;
                    }
                    .fondo-naranja h1{
                        font-size: 67px;
                        line-height: 67px;
                        top: 88%;
                    }
                    /*Contenedor y columnas*/
                    .contenedor-comibebi{
                        padding:3% 5%;
                    }
                    .col-izquierda{
                        width:30%;
                    }
                    .col-derecha{
                        width:68%;
                    }
                    /*Carrusel*/
                    #carouselAutoplaying{
                        width:90%;
                    }
                    /*Mapa interactivo*/
                    #mapa-condesa{
                        height: 335px;
                    }
                    /*Filtros*/
                    .titulo-filtros{
                        font-size: 28px;
                    }
                    .filtro-btn{
                        padding: 14px 13px;
                        font-size: 17px;
                    }
                    .estrella{                        
                        font-size: 19px;
                    }
                    /*Tarjetas de negocios*/
                    .tarjeta{
                        height: 400px;
                    }
                    .contenedor-imagen{
                        height: 210px;
                    }
                    .tarjeta.destacado .contenedor-imagen{
                        height: 210px;
                    }

                    a.btn-anun{
                        font-size: 18px;
                    }
                    .flecha-btn-anun{
                        width: 25%;
                    }
                    
                    /*==================================================
                    RESPONSIVE DE LAS CHALUPITAS
                    ==================================================*/
                    /*Título y logo*/
                    .establecimiento-info{
                        margin-top: 5%;
                        padding:4% 15%;
                    }
                    .nombre-establecimiento{
                        font-size:40px;
                    }
                    /*Galería*/
                    .galeria-negocio{
                        padding:0 12%;
                    }
                    .miniatura{
                        width: 196px;
                    }
                    /*Contacto*/
                    .establecimiento-contacto{
                        padding:3% 12%;
                    }
                    /*Servicios de establecimiento*/
                    .cuadros-iconos div{
                        font-size: 15px;
                    }
                    .cuadros-iconos{
                        width: calc(87%/5);
                        margin: 0 1% 1% 1%;
                        padding: 1%;
                    }
                    /*Reseñas*/
                    .titulo-resenas h2{
                        width: 31%;
                    }
                    .titulo-resenas img{
                        width: 63%;
                    }
                    .nombre-persona{
                        font-size: 25px;
                    }
                    .fecha{
                        font-size: 20px;
                    }
                    .texto-resena{
                        font-size: 19px;
                    }
                    .card-calificacion{
                        width: 35%;
                    }
                    .card-calificacion h2{
                        font-size: 30px;
                    }
                    .calificacion{
                        font-size: 4rem;
                    }

                    /*==================================================
                    RESPONSIVE DE ANUNCIOS CLASIFICADOS
                    ==================================================*/
                    .clasificados-comibebi{
                        padding: 0% 8% 1%;
                    }
                    .clasificados-dien{
                        padding: 0% 8% 1%;
                    }
                    .nombre-izquierda{
                        width: 25%;
                    }
                    .nombre-categoria{
                        font-size: 30px;
                    }
                    .info-derecha{
                        width: 74%;
                    }
                    .cuadro-anuncio-guinda{
                        width: calc(87% / 4);
                        padding: 1%;
                    }
                    .cuadro-anuncio-verdeol{
                        width: calc(87% / 4);
                        padding: 1%;
                    }

                    /*==================================================
                    RESPONSIVE DE NOSOTROS
                    ==================================================*/
                    .nosotros-decoracion{
                        width: 81%;
                    }
                    .somos{
                        padding-left:12%;
                        padding-right:12%;
                    }
                    .hero2{
                        height: 77vh;
                    }
                    .somos2-encabezado,
                    .somos2-contenido{
                        padding-left:12%;
                        padding-right:12%;
                    }
                    p.info2-nosotros{
                        font-size: 19px;
                    }
                    p.info1-nosotros{
                        font-size: 21px;
                    }
                    .somos2-contenido p{
                        font-size: 21px;
                    }
                    .bienvenida-final{
                        font-size: 39px;
                    }
                    .club-final{
                        font-size: 28px;
                    }
                    /*==================================================
                    RESPONSIVE DE LO MEJOR
                    ==================================================*/
                    /*Las estrellas del mes*/
                    .subtitulo-las-estrellas{
                        font-size: 21px;
                        line-height: 28px;
                        padding:2% 8% 7%;
                    }
                    .ranking-card img{
                        width:135px;
                        height:200px;
                    }
                    .franja-guinda h4,
                    .franja-verdeos h4,
                    .franja-verdeol h4,
                    .franja-naranja h4{
                        font-size:36px;
                    }
                    .calificacion-las img {
                        width: 18px;
                        height: auto;
                    }
                    .descripcion-lugar{
                        font-size: 15px;
                    }
                    /*Hoy en la Condesa*/
                    .titulo-hoy{
                        font-size: 83px;
                    }
                    .descripcion-hoy {
                        font-size: 19px;
                        line-height: 26px;
                    }
                    .foto-evento{
                        height:280px;
                    }
                    .capa-evento h3{
                        font-size:45px;
                    }
                    .contenido-evento{
                        gap:25px;
                        padding:30px;
                    }
                    .contenido-evento h4{
                        font-size:32px;
                    }
                    .contenido-evento p{
                        font-size:17px;
                        line-height:26px;
                    }
                    .contenido-evento img{
                        width: 40%;
                        height: 210px;
                    }
                    /*Recomendaciones*/
                    .fondo-amarillo img{
                        padding-top: 10%;
                    }
                    .fondo-amarillo h1{
                        font-size: 67px;
                    }

                    /*==================================================
                    RESPONSIVE DE ENLACES
                    ==================================================*/
                    .enlaces-decoracion{
                        width: 67%;
                    }
                    .titulo-enlaces{
                        font-size: 70px;
                    }
                    .movilidad,
                    .servicios-publicos,
                    .emergencias,
                    .tramites{
                        padding-left:10%;
                        padding-right:10%;
                    }
                    /*==================================================
                    RESPONSIVE DE ANÚNCIATE
                    ==================================================*/
                    .anunciate-titulo{
                        padding:9% 15% 10%;
                    }
                    .nombre-anunciate{
                        font-size:70px;
                    }
                    .tabs{
                        margin-top: -134px;
                    }
                    /*Contáctanos*/
                    .ti-anuncia h2{
                        font-size: 70px;
                    }
                    .figura-contacto{
                        width: calc(86% / 3);
                    }
                    .figura-contacto div{
                        font-size: 11px;
                    }

                    /*==================================================
                    RESPONSIVE DE CONTACTO
                    ==================================================*/
                    .redes-contacto a{
                        font-size: 17px;
                    }
                    .redes-contacto img{
                        width: 30px;
                    }
                    .info-contacto a{
                        font-size: 17px;
                    }
                    .info-contacto img{
                        width: 30px;
                    }
                    /*==================================================
                    RESPONSIVE DE PREGUNTAS FRECUENTES
                    ==================================================*/
                    .fondo-guinda img{
                        padding-top: 15%;
                    }
                    .fondo-guinda h1{
                        font-size: 67px;
                        line-height: 65px;
                    }

                }






                /*==================================================
                    RESPONSIVE GENERAL DE CELULAR
                ==================================================*/
                @media screen and (min-width: 320px) and (max-width: 768px){
                    
                    /* =====================================================
                    RESPONSIVE DE FOOTERS
                    ====================================================== */
                    .footer-verdeo,
                    .footer-verdeli,
                    .footer-nara,
                    .footer-guinda{
                        padding: 45px 7%;
                    }
                    .arriba-footer{
                        flex-direction: column;
                        align-items: center;
                        gap: 40px;
                        text-align: center;
                    }
                    .preguntas-f,
                    .contacto-f{
                        width: 100%;
                    }
                    .preguntas-f h3{
                        font-size: 24px;
                    }
                    .logo-f img{
                        width: 75px;
                    }
                    .abajo-footer{
                        flex-direction: column;
                        text-align: center;
                        gap: 20px;
                    }
                    /* =====================================================
                    RESPONSIVE DE BOTONES FLOTANTES
                    ====================================================== */
                    .btn-flotante-c,
                    .btn-flotante-t,
                    .btn-flotante-m{
                        width: 50px;
                        height: 50px;
                        right: 15px;
                    }
                    .btn-flotante-c{
                        bottom: 30%;
                    }
                    .btn-flotante-t{
                        bottom: 22%;
                    }
                    .btn-flotante-m{
                        bottom: 14%;
                    }
                    .panel-flotante{
                        right:60px;
                        width:220px;
                    }
                    /* =====================================================
                    RESPONSIVE DE WIDGET DE PROMOCIONES
                    ====================================================== */
                    .promo-widget{
                        width: 200px;
                        height: 252px;
                        left: -300px;
                    }
                    .promo-widget.mostrar{
                        left:15px;
                    }
                    /*==================================================
                    RESPONSIVE DE INICIO
                    ==================================================*/
                    /*Fotos y botón de busqueda*/
                    .hero{
                        height:70vh;
                        min-height:500px;
                        margin-top:80px;
                    }
                    .contenido{
                        width:90%;
                        gap:25px;
                        margin-bottom:0;
                    }
                    .logo{
                        width:75%;
                        max-width:320px;
                    }
                    .busqueda{
                        width: 65%; 
                        flex-direction: column;  
                    }
                    .busqueda input{
                        padding:15px;
                        font-size:1rem;
                    }

                    .busqueda button{
                        width:100%;
                        padding:14px;
                    }
                    /*Título*/
                    .intro-inicio{
                        padding: 12% 7% 15%;
                    }
                    .ti-inicio{
                        font-size: 34px;
                        line-height: 1.1;
                    }
                    .subti-inicio{
                        font-size: 19px;
                        line-height: 1.5;
                        letter-spacing: 1px;
                    }
                    /*Íconos de categorías*/
                    .inicio-categorias{
                        padding: 0 5% 5%;
                        margin-top: -12%;
                    }
                    .cuadro-catego{
                        width: 42%;
                        height: 150px;
                        margin: 2% 3%;
                        padding: 7%;
                    }
                    .cuadro-catego img{
                        height: 55%;
                    }
                    .cuadro-catego div{
                        font-size: 14px;
                        line-height: 17px;
                        margin-top: 12px;
                    }
                    /*Carrusel*/
                    #carouselExampleAutoplaying{
                        width:90%;
                        margin-top:10%;
                    }
                    /*Botón anúnciate*/
                    .btn-anunciate{
                        padding:12% 5% 18%;
                    }
                    a.btn-nombre{
                        font-size: 13px;
                        padding: 15px 20px;
                    }
                    .flecha-btn{
                        width:7%;
                    }
                    /*Destacados*/
                    .inicio-destacados{
                        width: 90%;
                    }
                    .titulo-destaca{
                        font-size: 28px;
                    }
                    .subtitulo-destaca{
                        font-size: 20px;
                        line-height: 1.3;
                        padding: 0 8%;
                    }
                    .destacados-inicio{
                        padding: 8% 7% 15%;
                        grid-template-columns: repeat(2,1fr);
                        gap: 25px;
                    }
                    .tarjeta-inicio{
                        height:auto;
                    }
                    /*==================================================
                    RESPONSIVE DE COMIDAS Y BEBIDAS
                    ==================================================*/
                    /*Título*/
                    .fondo-naranja{
                        width: 100%;
                        height: 220px;
                    }
                    .fondo-naranja img{
                        width: 45%;
                        padding-top: 170px;
                    }
                    .fondo-naranja h1{
                        font-size: 37px;
                        line-height: 37px;
                        top: 234px;
                    }
                    /*Contenedor y columnas*/
                    .contenedor-comibebi{
                        padding:5%;
                    }
                    .col-izquierda,
                    .col-derecha{
                        width:100%;
                        display:block;
                        padding:0;
                    }
                    /*Mapa interactivo*/
                    .mapa-negocios{
                        margin-bottom:30px;
                    }
                    #mapa-condesa{
                        height:300px;
                    }
                    /*Filtros*/
                    .contenedor-filtros{
                        margin-top:30px;
                    }
                    .titulo-filtros{
                        font-size:27px;
                    }
                    .filtro-btn{
                        font-size: 17px;
                        padding: 10px 13px;
                    }
                    /*Carrusel*/
                    #carouselAutoplaying {
                        width: 100%;
                        margin-top: 30px;
                    }
                    /*Tarjetas de negocios*/
                    .anuncios-negocios{
                        grid-template-columns: repeat(2,1fr);
                        gap: 15px;
                        padding:7% 5%;
                    }
                    .tarjeta{
                        height:auto;
                        min-height: 322px;
                    }
                    .card-negocio{
                        padding:5%;
                    }
                    .contenedor-imagen{
                        height: 160px;
                    }
                    .nombre-negocio{
                        font-size: 17px;
                    }
                    .tipo-negocio{
                        font-size: 15px;
                    }
                    .pie-tarjeta{
                        display: inline-block;
                    }
                    .resenas{
                        font-size: 15px;
                    }
                    .tarjeta.destacado .contenedor-imagen{
                        height: 160px;
                    }
                    .tarjeta.destacado .destacado-label{
                        margin-left: 181px;
                    }
                    a.btn-anun{
                        font-size: 14px;
                        padding: 13px 13px 13px 13px;
                    }
                    .flecha-btn-anun {
                        width: 22%;
                        height: auto;
                    }

                    /*==================================================
                    RESPONSIVE DE LAS CHALUPITAS
                    ==================================================*/
                    /*Dos fotos*/
                    .condesa-before-after{
                        padding: 50px 15px;
                    }
                    .condesa-ba-container{
                        height: 220px;
                    }
                    .condesa-ba-thumb{
                        width:56px;
                        height:56px;
                    }
                    .condesa-ba-thumb img{
                        width:28px;
                        height:28px;
                    }
                    /*Título y logo*/
                    .establecimiento-info{
                        padding: 8% 7%;
                        margin-top: 5%;
                    }
                    .logo-establecimiento{
                        flex-direction: column;
                        gap: 25px;
                    }
                    .logo-fondo{
                        width: 50%;
                    }
                    .nombre-precio{
                        width: 100%;
                    }
                    .nombre-establecimiento{
                        font-size: 35px;
                        text-align: center;
                    }
                    .precio-establecimiento{
                        font-size: 17px;
                        text-align: center;
                    }
                    .descri-establecimiento{
                        flex-direction: column;
                        align-items: flex-start;
                    } 
                    .descri-establecimiento p{
                        font-size: 17px;
                    }
                    /*Galería*/
                    .galeria-negocio{
                        padding: 0 5%;
                        margin: 30px 0;
                    }
                    .contenedor-galeria{
                        height: 180px;
                    }
                    .miniatura{
                        width: 180px;
                    }
                    /*Contacto de establecimiento*/
                    .establecimiento-contacto{
                        padding: 5%;
                    }
                    .fondo-datos{
                        flex-direction: column;
                        padding: 10%;
                        gap: 30px;
                    }
                    .datos-establecimiento,
                    .horario-establecimiento{
                        width: 100%;
                    }
                    .datos-establecimiento img {
                        width: 25px;
                    }
                    .titulo-datos{
                        font-size: 30px;
                        padding-bottom: 20px;
                    }
                    .datos-establecimiento a,
                    .dias-horas{
                        font-size: 15px;
                    }
                    /*Servicios*/
                    .servicios-establecimiento{
                        padding: 7% 5%;
                    }
                    .subti-iconos{
                        font-size: 22px;
                    }
                    .cuadros-iconos{
                        width: 43%;
                        height: 110px;
                        margin: 2% 2%;
                    }
                    .cuadros-iconos div{
                        font-size: 13px;
                    }
                    /*Reseñas*/
                    .seccion-resenas{
                        padding: 7% 5%;
                    }

                    .titulo-resenas{
                        margin-bottom: 40px;
                    }

                    .titulo-resenas h2{
                        width: 41%;
                        font-size: 55px;
                        margin: auto;
                        vertical-align: middle;
                    }
                    .titulo-resenas img{
                        width: 57%;
                    }
                    .contenedor-resenas{
                        grid-template-columns: 1fr;
                        gap: 30px;
                    }
                    .resena-personal{
                        border-radius: 100px 100px 0 0;
                        padding: 25% 8% 0;
                        height: 88%;
                    }
                    .nombre-persona{
                        font-size: 23px;
                    }
                    .fecha{
                        font-size: 18px;
                    }
                    .texto-resena{
                        font-size: 17px;
                    }
                    /*Calificación*/
                    .calificar-establecimiento{
                        padding: 10% 5%;
                    }
                    .card-calificacion{
                        width: 78%;
                        padding: 7%;
                        border-radius: 25px;
                    }
                    .card-calificacion h2{
                        font-size: 24px;
                        line-height: 1.3;
                    }
                    .estrellas-calificacion{
                        gap:5px;
                    }
                    .calificacion{
                        font-size: 56px;
                    }
                    /*Déjanos tu reseña*/
                    .deja-resena{
                        padding: 0;
                    }
                    .deja-resena h3{
                        font-size: 24px;
                    }
                    .deja-resena input,
                    .deja-resena textarea{
                        padding: 14px;
                    }
                    .deja-resena textarea{
                        height: 150px;
                    }
                    .btn-publicar{
                        width: 100%;
                    }
                    /*==================================================
                    RESPONSIVE DE ANUNCIOS CLASIFICADOS
                    ==================================================*/
                    .clasificados-comibebi,
                    .clasificados-dien {
                        padding: 0% 8% 1%;
                        flex-direction: column;
                    }
                    .nombre-izquierda{
                        width: 100%;
                    }
                    .nombre-categoria{
                        font-size: 30px;
                        padding: 50px 0 30px 0;
                    }
                    .info-derecha{
                        width: 100%;
                    }
                    .cuadro-anuncio-guinda,
                    .cuadro-anuncio-verdeol{
                        width: calc(87% / 2);
                        padding: 3%;
                    }
                    /*==================================================
                    RESPONSIVE DE NOSOTROS
                    ==================================================*/
                    .nosotros-decoracion {
                        width: 100%;
                        margin-top: 38%;
                    }
                    .titulo-nosotros {
                        font-size: 40px;
                    }
                    .somos{
                        padding: 0 7% 10%;
                    }
                    .subtitulo-nosotros{
                        font-size: 32px;
                    }
                    .somos2-encabezado,
                    .somos2-contenido{
                        padding-left:7%;
                        padding-right:7%;
                    }
                    .columna-text{
                        width: 100%;
                    }
                    .columna-img{
                        width: 100%;
                    }
                    p.info1-nosotros {
                        font-size: 16px;
                        padding: 2% 5% 5%;
                    }
                    p.info2-nosotros {
                        font-size: 16px;
                        margin-bottom: 45px;
                        margin-top: 50px;
                    }
                    .subtitulo2-nosotros{
                        font-size:32px;
                    }
                    .somos2-contenido p{
                        font-size:17px;
                        line-height:1.7;
                    }
                    .bienvenida-decoracion{
                        width: 90%;
                    }
                    .bienvenida-final{
                        width: 60%;
                        font-size: 26px;
                    }
                    .somos2-club{
                        padding: 5% 7%;
                    }
                    .club-final{
                        font-size: 18px;
                    }
                    /*==================================================
                    RESPONSIVE DE LO MEJOR
                    ==================================================*/
                    /*Las estrellas del mes*/
                    .estrellas-mes{
                        margin-top: 16%;
                    }
                    .contenedor-seccion{
                        padding: 15% 7% 0;
                        margin-bottom: 10%;
                        border-radius:0 0 100px 100px;
                    }
                    .encabezado-estrellas{
                        margin-bottom: 30px;
                    }
                    .encabezado-estrellas img{
                        width: 30%;
                    }
                    .titulo-las-estrellas{
                        font-size: 39px;
                        line-height: 1;
                    }
                    .subtitulo-las-estrellas{
                        font-size: 15px;
                        line-height: 20px;
                        padding: 5% 3% 10%;
                    }
                    .ranking{
                        grid-template-columns: 1fr;
                        gap: 30px;
                    }
                    .ranking-card{
                        width: 100%;
                    }
                    .ranking-card img{
                        width: 110px;
                        height: 170px;
                    }
                    .calificacion-las img {
                        width: 18px;
                        height: auto;
                    }
                    .franja-guinda,
                    .franja-verdeos,
                    .franja-verdeol,
                    .franja-naranja{
                        padding: 15px 15px 15px 65px;
                        margin-left: -55px;
                    }
                    .franja-guinda h4,
                    .franja-verdeos h4,
                    .franja-verdeol h4,
                    .franja-naranja h4{
                        font-size: 27px;
                    }
                    .descripcion-lugar{
                        font-size: 13px;
                        padding-left: 10px;
                    }
                    .btn-ver-mas{
                        font-size: 14px;
                        padding-left: 10px;
                    }
                    /*Hoy en la Condesa*/
                    .titulo-hoy{
                        margin-left: 20px;
                        font-size: 55px;
                        margin-bottom: 25px;
                    }
                    .descripcion-hoy{
                        margin-left: 20px;
                        font-size: 15px;
                        line-height: 20px;
                    }
                    .evento .card{
                        margin-left: 28px;
                        width: 85%;
                    }
                    .foto-evento{
                        height: 175px;
                    }
                    .capa-evento h3{
                        font-size: 35px;
                    }
                    .contenido-evento{
                        flex-direction: column;
                        gap: 20px;
                        padding: 25px;
                    }
                    .contenido-evento img{
                        width: 100%;
                        height: 220px;
                    }
                    .contenido-evento h4{
                        font-size: 25px;
                    }
                    .contenido-evento p{
                        font-size: 15px;
                        line-height: 25px;
                    }
                    /*Recomendaciones*/
                    .fondo-amarillo{
                        width: 100%;
                        height: 127px;
                    }
                    .fondo-amarillo img{
                        width: 45%;
                        padding-top: 52px;
                    }
                    .fondo-amarillo h1{
                        font-size: 27px;
                        line-height: 37px;
                        top: 134px;
                    }
                    .contenedor-recomendar{
                        padding: 5% 5%;
                    }
                    .subtitulo-recomendar {
                        font-size: 14px;
                        padding: 2% 0%;
                    }
                    .texto-foto{
                        width: 97%;
                        flex-direction: column;
                    }
                    .reco-foto{
                        width: 97%;
                        flex-direction: column;
                    }
                    .reco-texto{
                        width: 97%;
                        flex-direction: column;
                    }
                    .reco-foto img{
                        width: 97%;
                        height: auto;
                    }
                    /*==================================================
                    RESPONSIVE DE ENLACES
                    ==================================================*/
                    .enlaces-decoracion{
                        width: 90%;
                        margin-top: 45%;
                    }
                    .titulo-enlaces{
                        font-size: 45px;
                        text-align: center;
                    }
                    .movilidad,
                    .servicios-publicos,
                    .emergencias,
                    .tramites{
                        padding: 5% 5% 10%;
                        margin-top: 20%;
                    }
                    .ti-movilidad,
                    .ti-serviciospubli,
                    .ti-emergencias,
                    .ti-tramites{
                        font-size: 27px;
                    }
                    .cuadro-enlace,
                    .cuadro-enlacesp,
                    .cuadro-enlaceeme,
                    .cuadro-enlacetra{
                        width: 42%;
                        margin: 3%;
                    }
                    /*==================================================
                    RESPONSIVE DE ANÚNCIATE
                    ==================================================*/
                    .contacto-directorio{
                        width: 100%;
                    }
                    .anunciate-titulo{
                        width: 100%;
                        padding: 20% 7%;
                        margin-top: 13%;
                    }
                    .nombre-anunciate{
                        font-size: 50px;
                        line-height: 1;
                    }
                    .intro-anunciate{
                        font-size: 15px;
                        line-height: 1.3;
                    }
                    .tabs{
                        margin-top: -67px;
                        margin-left: 0;
                    }
                    .tab{
                        padding: 15px 16px;
                        font-size: 17px;
                    }
                    .contenido-tab{
                        width: 100%;
                        padding: 60px 0; 
                    }
                    .descripcion {
                        margin: auto;
                        font-size: 14px;
                        line-height: 19px;
                    }
                    /*Formulario directorio*/
                    .formulario-directorio{
                        width:100%;
                        padding:25px;
                        border-radius:25px;
                    }
                    .fila{
                        flex-direction:column;
                        gap:0;
                        margin-bottom:0;
                    }
                    .formulario-directorio input,
                    .formulario-directorio textarea,
                    .formulario-directorio select{
                        font-size:16px;
                        margin-bottom:18px;
                        padding:14px;
                    }
                    .parte-inferior{
                        flex-direction:column;
                        align-items:center;
                    }
                    textarea{
                        width:100%;
                    }
                    .logo-formulario{
                        width:70%;
                        padding:20px 0 0;
                    }
                    .btn-enviar{
                        width:100%;
                        font-size:17px;
                        padding:15px;
                        margin-top:25px;
                    }
                    /*Contacto*/
                    .contacto-anuncia{
                        padding:7% 5% 20%;
                    }
                    .ti-anuncia{
                        margin-bottom:40px;
                    }
                    .ti-anuncia h2{
                        width: 55%;
                        font-size: 36px;
                        margin: auto;
                        vertical-align: middle;
                    }
                    .ti-anuncia img{
                        width: 43%;
                    }
                    .figura-contacto{
                        width:90%;
                        height:230px;
                        margin:5%;
                    }
                    /*==================================================
                    RESPONSIVE DE CONTACTO
                    ==================================================*/
                    .titulo-contacto {
                        margin-top: 15%;
                        width: 100%;
                        height: auto;
                    }
                    .ti-contac {
                        font-size: 45px;
                        top: 24%;
                    }
                    .contenedor-contacto{
                        width: 100%;
                        padding: 5%;
                    }
                    .color-contacto{
                        flex-direction: column;
                        padding: 10%;
                        gap: 30px;
                    }
                    .redes-contacto,
                    .info-contacto{
                        width: 100%;
                    }
                    .redes-contacto a,
                    .info-contacto a{
                        font-size: 15px;
                    }
                    .redes-contacto img,
                    .info-contacto img{
                        width: 25px;
                    }
                    .titulo-datos{
                        font-size: 30px;
                        padding-bottom: 20px;
                    }
                    .name-direcc {
                        font-size: 20px;
                    }
                    
                    /*==================================================
                    RESPONSIVE DE PREGUNTAS FRECUENTES
                    ==================================================*/
                    .titulo-preguntas{
                        margin-top:15%;
                        margin-bottom:25%;
                    }
                    .fondo-guinda {
                        width: 100%;
                        height: 210px;
                    }
                    .fondo-guinda img{
                        width: 45%;
                        padding-top: 136px;
                    }
                    .fondo-guinda h1 {
                        font-size: 42px;
                        line-height: 38px;
                        top: 212px;
                    }
                    /*==================================================
                    RESPONSIVE DE AVISO DE PRIVACIDAD
                    ==================================================*/
                    .contenedor-aviso{
                        padding: 24% 5% 10%;
                    }

                    .aviso-hoja{
                        margin-top: 10%;
                        padding:10% 7%;
                    }

                    .logo-aviso{
                        width:60%;
                    }

                    .aviso-titulo{
                        font-size:28px;
                        padding-bottom:35px;
                    }

                    .aviso-parrafos,
                    .negritas-parrafo{
                        font-size:15px;
                        line-height:1.7;
                    }

                }