:root{
    --color_1:#fff;
    --color_2:#2b2b2b;
    --color_3:#00107C;
    --color_4:#1877F2;
    --color_5:#ff3131;
    --color_6:#ff6b0f;
    --color_7:#1d296a;
    --color_8:#f0f0f0;
    --color_9:rgba(42, 42, 42, 0.818);
    --fuente_A: 'Fira Sans', sans-serif;
}
html {
    scroll-behavior: smooth;
    position: relative;
}
.fredoka-uniquifier {
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    color: var(--color_1);
}
  
nav{
    width: 100%;
    height: 8rem;
    background-color: var(--color_1);
    display: flex;
    flex-direction: row;
    align-items: space-between;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 1000;
    flex-wrap: wrap;
}
.container_img{
    width: 50%;
    display: flex;
    align-items: flex-start;
    padding-left: 1rem;
    order: 1;
}
.container_img img{
    height: auto;
    width: 100%;
}
.container_nav{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    order: 2;
}
nav a{
    text-decoration: none;
    color: var(--color_1);
    font-size: 1rem;
    background-color: var(--color_4);
    padding: 10px;
    border-radius: .1rem;
    width: 5rem;
    margin-right: 1rem;
    text-align: center;
    border-radius: 5px;
}
nav a:focus, nav a:hover{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-decoration: none;
    background-color: var(--color_5);
    color: var(--color_1)
}
.link__{
    background-color: var(--color_2);
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-decoration: none;
    color: var(--color_1)
}
.link__:hover{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-decoration: none;
    background-color: var(--color_4);
    color: var(--color_1)
}
.cajaBuscador{
    width: 100%;
    height: 4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    order: 3;
}
.cajaBuscador button{
    width: 20%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 2px var(--color_5);
    border-top: solid 2px var(--color_5);
    border-bottom: solid 2px var(--color_5);
    border-left: transparent;
    background-color: var(--color_5);
    color: var(--color_1);
}
.cajaBuscador button i{
    color: var(--primer-color);
}
.row_{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.buscador{
    width: 100%;
    height: 2.5rem;
    font-size: 100%;
    padding-left: 2rem;
    background-color: var(--color_8);
    border: none;
}
.selectCat{
    width: 50%;
    height: 2.5rem;
    font-size: 100%;
    align-items: center;
    display: flex;
    padding-left: .5rem;
    background-color: var(--color_5);
    border: none;
    color: var(--color_1);
}
.selectCat:focus{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.buscador:focus,.cajaBuscador button{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.titulo{
    color: var(--color_2);
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    padding: 1rem;
}
.azul{
    color: var(--color_3);
    text-align: center;
}
.titulo2{
    color: var(--color_2);
    text-align: center;
    width: 60%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    background-color: var(--color_1);
    padding: 1rem;
}
.verMas{
    cursor: pointer;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
    width: auto;
    position: absolute;
    top: .5rem;
    right: .5rem;
    color: var(--color_2);
    background-color: var(--color_1);
    width: 30px;
    height: 30px;
    border-radius: 10%;
    z-index: 10;
    padding: 5px;
}
.vista{
    width: 100%;
    height: 60vh;
    position: relative;
}
.cajaH1{
    bottom: 6rem;
    background-color: var(--color_3);
    height: 14rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
}
.colorBlanco{
    color: var(--color_1);
    font-size:xx-large;
}
.colorBlanco2{
    color: var(--color_1);
    font-size:larger;
}
.slider{
    width: 100%;
    height: 30vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    scroll-behavior: smooth;
    margin-top: 8rem;
}
.slider div{
    width: 100%;
    display: flex;
    flex-shrink: 0;
}

.botones{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    background-color: var(--color_1);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.miniatura {
    width: 15%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    background-color: #f00;
}
.miniatura img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    object-position: 0% 70%;
}


.presentacion{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.btnIr{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    padding: 1rem;
    background-color: var(--color_5);
    color: var(--color_1);
}
.presentacion .texto{
    position: absolute;
    bottom: .5rem;
    left: 1rem;
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: .5rem;
    z-index: 10;
    border-radius: 6px;
    width: 70%;
}
.presentacion .texto2{
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    z-index: 10;
    border-radius: 6px;
}
.presentacion .texto a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color_2);
    color: var(--color_1);
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    border-radius: 2px;
    border: none;
    padding: 1rem;
    text-decoration: none;
    outline: none;
    margin-right: 3rem;
}
.presentacion .texto .bienvenidos{
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    color: var(--color_1);
}
.presentacion .texto .bienvenidos2{
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    color: var(--color_2);
}
.presentacion .texto .nombreHotel{
    width: 80%;
    font-size: 1rem;
    font-family: 'Noto Serif', serif;
    color: var(--color_1);
}
.presentacion .texto .nombreHotel2{
    width: 80%;
    font-size: 1rem;
    font-family: 'Noto Serif', serif;
    color: var(--color_2);
}
.presentacion .imagen{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.presentacion .imagen img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 40% 80%;
}
.nombreHotel2{
    color: var(--color_6);
}
.nombreHotel3{
    color: var(--color_1);
}
.nombreHotel4{
    color: var(--color_1);
    width: 50%;
    font-family: 'Noto Serif', serif;
    font-size: 250%;
}
.presentacion2{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    overflow: hidden;
}
.presentacion2 img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 0%;
}
.presentacion2 .caja2{
    width: 280px;
    height: auto;
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: var(--color_2);
    background-color: rgba(235, 235, 235, 0.6);
    padding: 4rem 1rem;
    border-radius: 20px / 20px;
    font-size: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}
.presentacion2 .caja2 a{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color_3);
    color: var(--color_4);
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    border-radius: 20px / 20px;
    border: none;
    padding: .5rem;
    text-decoration: none;
    outline: none;
}
.presentacion3{
    width: 100%;
    height: 100%;
    color: var(--color_2);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

.presentacion3 img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.presentacion3 .caja2{
    width: 250px;
    height: auto;
    position: absolute;
    left: 2rem;
    bottom: 20rem;
    font-family: 'Raleway', sans-serif;
    color: var(--color_1);
    background-color: rgba(41, 41, 41, 0.8);
    padding: 3rem 1rem;
    border-radius: 20px / 20px;
    font-size: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.presentacion3 .caja2 a{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color_3);
    color: var(--color_4);
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    border-radius: 20px / 20px;
    border: none;
    padding: .5rem;
    text-decoration: none;
    outline: none;
}
.habitacionesTres{
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 5rem 1rem;
    background-color: var(--color_1);
}
.habitacionesTres div{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 10px 0 rgba(112, 112, 112, 0.849);
}
.habitacionesTres div label{
    position: absolute;
    font-size: 180%;
    color: var(--color_3);
    background-color: rgba(231, 231, 231, 0.623);
    top: 40%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.habitacionesTres div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
._empresas{
    width: 100%;
    height: auto;
    background-color: var(--color_1);
}
.serviciosHome{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    width: 100%;
}
.cajaEmpleos{
    width: 100%;
    background-color: var(--color_1);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.verEmpleos {
    width: 100%;
    min-height: 400px;
    background-color: var(--color_1);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.evento{
    width: 100px;
    height: 100px;
    margin-bottom: 4rem;
    border-radius: .5rem;
    background-color: var(--color_5);
    color: var(--color_1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    border: 1px solid #ddd;
    margin: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}
.evento img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.evento:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.fa-trash-alt{
    position: absolute;
    top: .5rem;
    right: .5rem;
    cursor: pointer;
    font-size: 120%;
    color: var(--color_7);
}
.fechaEmpleo{
    width: 100%;
    height: auto;
    background-color: var(--color_8);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 1rem;
}
.textoEmpleo{
    width: 100%;
    height: 50%;
    background-color: var(--color_1);
    color: var(--color_2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: .5rem;
    overflow-y: scroll;
}

.textoEmpleo::-webkit-scrollbar {
    -webkit-appearance: none;
}

.textoEmpleo::-webkit-scrollbar:vertical {
width:10px;
}

.textoEmpleo::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
display: none;
} 

.textoEmpleo::-webkit-scrollbar:horizontal {
height: 10px;
}

.textoEmpleo::-webkit-scrollbar-thumb {
background-color: var(--color_3);
border-radius: 20px;
border: 1px solid var(--color_1);
}

.textoEmpleo::-webkit-scrollbar-track {
border-radius: 10px;  
}
.hora{
    font-size: 120%;
    font-family: var(--fuente_A);
    color: var(--color_3);
}
.fa-search{
    color: var(--color_1);
}

.textoEvento{
    width: 100%;
    height: 150px;
    background-color: var(--color_1);
    color: var(--color_2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: .5rem;
    overflow-y: scroll;
}
.textoEvento::-webkit-scrollbar {
    -webkit-appearance: none;
}

.textoEvento::-webkit-scrollbar:vertical {
width:10px;
}

.textoEvento::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
display: none;
} 

.textoEvento::-webkit-scrollbar:horizontal {
height: 10px;
}

.textoEvento::-webkit-scrollbar-thumb {
background-color: var(--color_8);
border-radius: 20px;
border: 1px solid var(--color_1);
}

.textoEvento::-webkit-scrollbar-track {
border-radius: 10px;  
}

.eventocal{
    width: 100%;
    height: 300px;
    margin-bottom: 2rem;
    border-radius: .1rem;
    background-color: var(--color_1);
    color: var(--color_1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 15px var(--color_2);
}
.fotoEvento{
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.fotoEvento img{
    width: 100%;
    object-fit: cover;
    object-position: 0 50%;
}
.fa-trash-alt{
    position: absolute;
    top: .5rem;
    right: .5rem;
    cursor: pointer;
    font-size: 120%;
    color: var(--color_1);
}
.fechaEvento{
    width: 100%;
    height: auto;
    background-color: var(--color_5);
    font-size: 1rem;
    font-family: "Bangers", system-ui;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}
.rojo{
    background-color: var(--color_5);
}
.cajaEmpresa{
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color_3);
    border-radius: 5px;
    margin-bottom: 2rem;
    
}
.empresas__ {
    width: 200px;
    height: 200px;
    margin-bottom: 4rem;
    border-radius: .5rem;
    background-color: var(--color_1);
    color: var(--color_1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 5px 5px 15px var(--color_2);
    position: relative;
}

.empresas__:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 25px var(--color_3);
}

.empresas__ img{
    width: 120%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
}
.empresas__ span{
    width: 100%;
    height: auto;
    background-color: var(--color_5);
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 100;
    color: var(--color_1);
}

.textoEmpresa{
    width: 280px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color_8);
    margin-top: 1rem;
    overflow-y: scroll;
    padding: .1rem;
}
.textoEmpresa::-webkit-scrollbar {
    -webkit-appearance: none;
}

.textoEmpresa::-webkit-scrollbar:vertical {
    width:10px;
}

.textoEmpresa::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.textoEmpresa::-webkit-scrollbar:horizontal {
    height: 10px;
}

.textoEmpresa::-webkit-scrollbar-thumb {
    background-color: var(--color_8);
    border-radius: 20px;
    border: 1px solid var(--color_1);
}

.textoEmpresa::-webkit-scrollbar-track {
    border-radius: 10px;  
}
.tituloEmpresa{
    color: var(--color_2);
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.textoEmpresa span{
    width: 100%;
    text-align: justify;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* Estilos para el modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 600px;
    width: 90%;
    height: 90%;
  }
  
  .modal-content img {
    width: auto;
    height: 70%;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: 50% 50%;
  }
  
  .modal-content h2, .modal-content p {
    margin: 10px 0;
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }
  
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: var(--color_1);
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background-color: var(--color_5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 10000;
  }
  
  .close:hover {
    color: #fff;
    opacity: 1;
    background-color: var(--color_5);
  }
    .caja_info{
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center; 
    }
  .cajaTexto_A{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 20px;
  }
  .caja_a1{
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column
  } 
  .caja_a1 p{
    text-align: justify;
  }
  .caja_a1 ul{
    width: 80%;
  }
  .caja_a2{
    width: 90%;
  }
  .caja_a2 img{
    width: 100%;
    height: auto;
  }

  .listaPie {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; /* Cambiado a flex-start para que los ítems inicien desde la izquierda */
    position: absolute;
    top: 2rem;
    overflow-x: auto; /* Habilita el desplazamiento horizontal */
    white-space: nowrap; /* Evita que los enlaces se rompan en varias líneas */
    height: 2rem; /* Limita la altura a 2rem */
}

.listaPie a {
    text-decoration: none;
    margin-right: .5rem;
    color: var(--color_1);
    flex-shrink: 0; /* Evita que los enlaces se reduzcan en ancho */
}

.listaPie::-webkit-scrollbar {
    height: 5px; /* Altura de la barra de desplazamiento */
}

.listaPie::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Color de la barra de desplazamiento */
    border-radius: 10px; /* Bordes redondeados */
}

.listaPie::-webkit-scrollbar-track {
    background-color: #f0f0f0; /* Color de fondo de la barra */
}

/* Estilos para el modal */
#modalVer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* Oculto por defecto */
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6); /* Fondo semi-transparente */
    z-index: 1000;
}

.modal-content {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    background-color: #fff;
    justify-content: space-around;
    height: 90vh;
    overflow-y: scroll;
    animation: modalFadeIn 0.3s ease;
}

.modal-content h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.modal-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.modal-content button {
    background: #ff5a5f;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.modal-content button:hover {
    background: #ff4045;
}
/* Contenedor general con Flexbox */
.social-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px; /* Espaciado entre los elementos */
    margin-top: 20px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
    height: auto;
}

/* Estilo para cada ítem */
.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

/* Estilo del checkbox pequeño */
.social-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Iconos de redes sociales */
.social-item img {
    width: 40px; /* Tamaño del icono */
    height: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.social-item img:hover {
    transform: scale(1.1); /* Efecto de escala al pasar el cursor */
}

.redes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.redes p a img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;;
}
/* Campos de entrada para las URLs */
.url-input {
    display: none;
    width: 90%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.url-input:focus {
    border-color: #00aaff;
    outline: none;
}

.descripcion_modal{
    text-align: justify;
}

#google_translate_element {
    text-align: center;
    margin: 10px auto;
}

.goog-te-gadget {
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
}

.goog-te-gadget select {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
._partners{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    width: 100%;
}

.carousel-container {
  width: 350px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.carousel {
  display: flex;
  animation: scroll 10s linear infinite;
}

.carousel a {
  flex: 0 0 auto;
  margin: 0 10px;
}

.carousel img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 1024px){
    
    .vista{
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .slider{
        width: 100%;
        height: 85vh;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: hidden;
        scroll-behavior: smooth;
        margin-top: 4rem;
    }
    .cajaTexto_A{
        display: flex;
        flex-direction: row;
    }
    .caja_a1{
        width: 35%;
    } 
    .caja_a2{
        width: 45%;
    }
    nav{
        height: 4rem;
        justify-content: flex-end;
    }
    .container_img{
        order: 1;
        width: 25%;
    }
    .cajaBuscador{
        order: 2;
        width: 50%;
    }
    .container_nav{
        order: 3;
        width: 25%;
    }
    .container_img img{
        height: 5rem;
        width: 10rem
    }

    .presentacion{
        justify-content: flex-start;
        align-items: center;
    }
    .presentacion .texto .nombreHotel{
        font-family: 'Noto Serif', serif;
        font-size: 1.5rem;
        color: var(--color_1);
    }
    .presentacion2 .caja2{
        width: 40%;
        font-size: 130%;
        padding: 5rem 2rem;
        font-size: 120%;
        top: 4rem;
        font-family: 'Raleway', sans-serif;
    }
    .presentacion3{
        flex-direction: row;
    }
    .presentacion3 .caja2{
        bottom: 10rem;
        width: 40%;
        height: auto;   
        font-family: 'Raleway', sans-serif;
    }
    
    .verEmpleos {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .eventocal{
        width: 300px;
        margin-right: 3rem;
    }
    .evento{
        width: 200px;
        margin-bottom: 3rem;
        border-radius: .5rem;
        color: var(--color_1);
        overflow: hidden;
        box-shadow: 5px 5px 15px var(--color_2);
    }

    .buscador{
        width: 70%;
    }
    .selectCat{
        width: 20%;
    }
    .cajaBuscador button{
        width: 10%;
    }
    .empresas__{
        margin-left: 2rem;
    }
}