@font-face {
    font-family: monserrat;
    src: url(../fonts/Montserrat-Light.ttf);
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: monserrat;
}

.titulodes {
    font-size: 70px;
    font-weight: 800;
    margin-top: 90px;
    letter-spacing: 0em;
    color: #000000;
    text-align: center;
    position: relative;
}

.tcard {
    padding: 3px;
}

.fondofotones {
    background-size: 600px;
    background-repeat: round;
    background-image: url(../images/fotoncitybn2.png);
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../images/fotoncitybn2.png);
}

.brand-logo {
    margin-left: 20px;
    margin-top: 5px;
}

#map {
    position: relative; top: 0; bottom: 0; width: 100%;
}

#cat {
    padding-top: 10px;
    padding-bottom: 10px;
}

nav {
    position: fixed;
    z-index: 10;
}

nav li a:hover {
    background: white;
    color: black;
}

.sidenav li a:hover {
    background: black;
    color: white;
}

.transparent {
    opacity: 0.5;
    background-color: black;
}

.botongas:hover { 
    cursor: pointer; 
    color: #d50000;   
}

.luzboton:hover { 
    cursor: pointer; 
    color: #64dd17;
}

#cabecera {
    width: 100%;
    padding: 0 7%;
    display: table;
    margin: 0;
    max-width: 100%;
    /*background-color: #ff3300;*/
}

@media (max-width: 690px) {
    .titulodes {
        font-family: Roboto;
        font-size: 40px;
        font-weight: 800;
        margin-top: 80px;
    }

    .brand-logo {
        margin-left: 0px;
        margin-top: 5px;
    }
}

.social {
    width: 300px;
    text-align: center;
}

.social>a{
    display: inline-flex;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: 15px 15px;
    margin: 0 15px;
    font-size: 25pt;
    justify-content: center;
    width: 40px;
    height: 40px;
    align-items: center;
    border-radius: 15px;
    transition: 0.2s;
}

.social>a>i {
    transition: 0.8s;
}

.social>a:hover {
    background-color: black;
    border: 1px solid white;
    color: white;
}

.social>a:hover > i {
    transform: rotate(15deg) scale(1.2);
}

.socialbtn {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #f1f1f1;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #000000;
    overflow: hidden;
    position: relative;
}

.socialbtn i{
    line-height: 90px;
    font-size: 34px;
    transition: 0.2s linear;
}

.socialbtn:hover i{
    transform: scale(1.3);
    color: #f1f1f1;
}

.socialbtn::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #000000;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.socialbtn:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

.card-action {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.btn-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;              /* 🔵 totalmente redondo */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #0f0f0f, #1b1b1b);
    box-shadow:
        0 6px 14px rgba(0,0,0,0.45),
        inset 0 0 0 rgba(255,255,255,0.1);
    padding: 0;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.25s ease;
}

/* Ícono centrado + glow */
.btn-icon img {
    width: 22px;
    height: 22px;
    filter:
        brightness(1.3)
        drop-shadow(0 0 6px rgba(255,255,255,0.35));
    transition: filter 0.25s ease, transform 0.25s ease;
}

/* Hover elegante */
.btn-icon:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow:
        0 10px 22px rgba(0,0,0,0.6),
        0 0 12px rgba(255,255,255,0.15);
}

/* Glow más intenso al hover */
.btn-icon:hover img {
    filter:
        brightness(1.6)
        drop-shadow(0 0 10px rgba(255,255,255,0.65));
}

/* Click */
.btn-icon:active {
    transform: scale(0.95);
}



/* Categoria general */
#gen {
    padding: 20px 0 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
}

#gen #cat {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

#gen #cat::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
}

#gen #cat {
    text-shadow:
        0 0 8px rgba(255,255,255,0.25),
        0 0 20px rgba(255,255,255,0.08);
}

@media (max-width: 600px) {
    #gen #cat {
        font-size: 1.5rem;
        letter-spacing: 0.25em;
    }
}


/* Categoria gastronomia */
#gas {
    padding: 20px 0 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
}

#gas #cat {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

#gas #cat::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
}

#gas #cat {
    text-shadow:
        0 0 8px rgba(255,255,255,0.25),
        0 0 20px rgba(255,255,255,0.08);
}

@media (max-width: 600px) {
    #gas #cat {
        font-size: 1.5rem;
        letter-spacing: 0.25em;
    }
}


/* Categoria hospedajes */
#hos {
    padding: 20px 0 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
}

#hos #cat {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

#hos #cat::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
}

#hos #cat {
    text-shadow:
        0 0 8px rgba(255,255,255,0.25),
        0 0 20px rgba(255,255,255,0.08);
}

@media (max-width: 600px) {
    #hos #cat {
        font-size: 1.5rem;
        letter-spacing: 0.25em;
    }
}



/* Categoria enoturismo */
#eno {
    padding: 20px 0 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
}

#eno #cat {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

#eno #cat::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
}

#eno #cat {
    text-shadow:
        0 0 8px rgba(255,255,255,0.25),
        0 0 20px rgba(255,255,255,0.08);
}

@media (max-width: 600px) {
    #eno #cat {
        font-size: 1.5rem;
        letter-spacing: 0.25em;
    }
}



/* Categoria deportes */
#dep {
    padding: 20px 0 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
}

#dep #cat {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

#dep #cat::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
}

#dep #cat {
    text-shadow:
        0 0 8px rgba(255,255,255,0.25),
        0 0 20px rgba(255,255,255,0.08);
}

@media (max-width: 600px) {
    #dep #cat {
        font-size: 1.5rem;
        letter-spacing: 0.25em;
    }
}



/* Categoria salud */
#sal {
    padding: 20px 0 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
}

#sal #cat {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

#sal #cat::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
}

#sal #cat {
    text-shadow:
        0 0 8px rgba(255,255,255,0.25),
        0 0 20px rgba(255,255,255,0.08);
}

@media (max-width: 600px) {
    #sal #cat {
        font-size: 1.5rem;
        letter-spacing: 0.25em;
    }
}



/* Categoria construccion */
#con {
    padding: 20px 0 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
}

#con #cat {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

#con #cat::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
}

#con #cat {
    text-shadow:
        0 0 8px rgba(255,255,255,0.25),
        0 0 20px rgba(255,255,255,0.08);
}

@media (max-width: 600px) {
    #con #cat {
        font-size: 1.5rem;
        letter-spacing: 0.25em;
    }
}


/* Overlay centrado */
.modal-cupon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 9999;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

/* Caja modal */
.modal-content-cupon {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    max-width: 380px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Botones */
.modal-actions {
    display: flex;
    justify-content: space-evenly;
    margin-top: 22px;
}

.btn-modal {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-modal:hover {
    transform: scale(1.05);
    opacity: 0.85;
}

