@font-face {
    font-family: monserrat;
    src: url(../fonts/Montserrat-Light.ttf);
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #0c192c;
    font-family: monserrat;
}

.videojuego {
    background-color: #252850;
    color: white;
}

.mb5 {
    margin-bottom: 5px;
}

.card-reveal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.card-reveal a.btn {
    width: 80%;
    margin-bottom: 10px;
    text-align: center;
}

.cardcolor {
    background-color: #1A73E8;
}

.botoncolor {
    background-color: white;
    color: #0196b2;
}

.pad1 {
    padding: 1px;
}

.web {
    background-color: #bd14e4;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.web:hover {
    background-color: #9b0fb7;
}

.d3 {
    background-color: #006798;
    color: white;
}

.dbanco {
    background-color: #007fff;
    color: white;
}

.cazul {
    background-color: #007fff;
    color: white;
}

.crojo {
    background-color: #9E2B25;
    color: white;
}

.cinsta {
    background-color: #9b0fb7;
    color: white;
}

.cverde {
    background-color: #00cc66;
    color: white;
}

.servicios {
    background-color: #fe3130;
    color: white;
}

.asesorias {
    background-color: #8d53ff;
    color: white;
}

.card-image img {
    height: 200px;
    object-fit: cover;
}

.btn.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.btn.red {
    background-color: #ff0000 !important;
}

/*.card {
    min-height: 400px;
}*/

.gra1 {
    background: linear-gradient(45deg, #780206, #061161);
    background-size: 300% 300%;
    /*animation: color 10s ease-in-out infinite;*/
}

.gracer {
    background: linear-gradient(45deg, yellow, #780206);
    background-size: 300% 300%;
    /*animation: color 10s ease-in-out infinite;*/
}

.gra2 {
    background: linear-gradient(45deg, #8fe388, #5e8c61);
    background-size: 200% 200%;
    /*animation: color 10s ease-in-out infinite;*/
}

.grared {
    background: linear-gradient(45deg, #ff0000, #061161);
    background-size: 300% 300%;
    /*animation: color 10s ease-in-out infinite;*/
}

.gra3 {
    background: linear-gradient(45deg, #360033, #0b8793);
    background-size: 300% 300%;
    animation: color 10s ease-in-out infinite;
}

@keyframes color {
    0% {
        background-position: 0 50%;
    }    
    50% {
        background-position: 100% 50%;
    }    
    100% {
        background-position: 0 50%;
    }    
}

.fondo {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.burbujas {
    position: relative;
    display: flex;
}

.burbujas span {
    position: relative;
    width: 30px;
    height: 30px;
    background: #4fc3dc;
    margin: 0 4px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #4fc3dc44,
                0 0 50px #4fc3dc,
                0 0 100px #4fc3dc;
    animation: animate 15s linear infinite;
    animation-duration: calc(120s / var(--i));
}

.burbujas span:nth-child(even) {
    background: #ff2d75;
    box-shadow: 0 0 0 10px #ff2d7544,
    0 0 50px #ff2d75,
    0 0 100px #ff2d75;
}

@keyframes animate
{
    0% 
    {
        transform: translateY(100vh) scale(0);
    }
    100% 
    {
        transform: translateY(-10vh) scaleY(1);
    }
}

.brand-logo {
    margin-left: 20px;
    margin-top: 5px;
}

#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;
}

#links a {
    display: block;
    width: 12em;
    left: 50%;
    margin-left: -6em;
    margin-bottom: 4px;
    line-height: 2em;
    font-size: 1em;
    text-decoration: none;
    background: #ff0000;
    color: white;
    padding: .2em 0 .2em 1em;
}

.linkciudad {
    color: black;
}

.luzboton:hover {
    color: #0000ff;
    text-shadow: 0 0 10px #0000ff,
                 0 0 20px #0000ff,
                 0 0 30px #0000ff,
                 0 0 40px #0000ff,
                 0 0 50px #0000ff;
}

#cabecera {
    width: 100%;
    padding: 0 7%;
    display: table;
    margin: 0;
    max-width: 100%;
    /*background-color: #ff3300;*/
}

.titulo {
    font-family: monserrat;
    font-size: 50px;
    font-weight: bolder;
    margin-top: 80px;
    color: #ffffff;
}

.subtitulo {
    font-family: monserrat;
    font-size: 30px;
    font-weight: bolder;
    color: #ffffff;
}

.titulogas {
    font-family: monserrat;
    font-size: 90px;
    font-weight: bolder;
    margin-top: 80px;
}

.tituloeno {
    font-family: monserrat;
    font-size: 90px;
    font-weight: bolder;
    margin-top: 80px;
}

@media (max-width: 690px) {
    .titulo {
        font-size: 40px;
        font-weight: 1000;
    }
    .subtitulo {
        font-family: monserrat;
        font-size: 24px;
        font-weight: bolder;
        color: #ffffff;
    }
}

.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%;
}

#banderita {
    position: absolute;
    width: 50px;
    height: auto;
    top: 10px;
    left: 10px;
}

.btn-cuadrado {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-cuadrado:hover {
    border-color: #00e676;
    box-shadow: 0 0 10px #00e676;
}

.btn-cuadrado i {
    margin-right: 5px;
    font-size: 24px;
}

.input-field .prefix {
    color: #2196f3; /* Azul */
}

#filtroHoteles {
    border-bottom: 2px solid #2196f3 !important;
    box-shadow: none;
    color: white !important;
}

#filtroHoteles:focus {
    border-bottom: 2px solid #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important;
}

#filtroHoteles::placeholder {
    color: #b0bec5;
    opacity: 1;
}

.input-field label {
    color: #9e9e9e;
}

.input-field label.active {
    color: #2196f3;
}

.container {
    margin-bottom: 30px;
}



.futuristic-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(145deg, #0e0e0e, #1c1c1c);
    color: #fff;
    margin-bottom: 40px;
}
  
.futuristic-card .card-image img {
    width: 100%;
    height: auto;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
  
.futuristic-card .card-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
  
.futuristic-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(90deg, #444444, #555555);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
  
.futuristic-btn:hover {
    background: linear-gradient(90deg, #666666, #777777);
    box-shadow: 0 5px 15px rgba(200,200,200,0.5);
}

#language-button {
    z-index: 10;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

#language-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Opciones adicionales */
#language-options {
    position: fixed;
    z-index: 100;
    bottom: 100px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    pointer-events: none;
}

#language-options a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

#language-options a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 100000;
}

#language-options.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Efecto al pasar el cursor por las opciones */
#language-options a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

#mapa {
    display: none;
    position: fixed;
    z-index: 100;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
}

#close-map {
    display: none;
    position: fixed;
    z-index: 101;
    top: 12%;
    right: 12%;
    width: 40px;
    height: 40px;
    background-color: #00ff66;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }

  #close-map:hover {
    background-color: #00ffaa;
  }