    @font-face {
        font-family: "Jost";
        src: url("fonts/Jost-VariableFont_wght.ttf") format("truetype");
        font-weight: 100 900;
        font-display: swap;
    }

:root{
	--azulODM: #023568;
    --azulA: #c7def2;
    --azulB: #a0c3e8;
    --azulC: #6093cb;
	--naranjaODM: #ababab;
	--rojo: #dc3545;
    --verde: #19d319;
}

body{
    font-family: "Jost", sans-serif;
    text-align: center;
    background-color: #efefef;
    margin: 0px;
}

.logo-container{
    text-align: center;
    padding: 10px 0px 0px 0px;
    background-color: white;
}

.logo{
    vertical-align: middle;
    display: flex
;
    align-items: center;
}

.tituloH1{
    color: var(--rojo);
}

.logoODM{
    display: inline-block;
    width: 100%;
    max-width: 250px;
}

.separador{
    background: linear-gradient(45deg,#3f87c6 0,#083e7d 57%,#083e7d 71%,#083e7d 100%);
    height: 10px;
    margin-bottom: 15px;
}

table{
    display: inline-table;
}

a{text-decoration: none; color: var(--azulODM);font-weight: bold;}

.lista{
    width: 100%;
    max-width: 470px;
    display: inline-block;
    background-color: white;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin-bottom: 20px;
}

.opcion{
    width: 100%;
    max-width: 1200px;
    border-collapse: collapse;
}

span{
    color: green;
}

.galeria{
    margin-bottom: -6px;
    margin-top: -26px;
    border-radius: 0px 8px 8px 0px;
}

.datos{
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
}

.info{
    color: #9a9a9a;
    font-size: 12px;
    padding: 10px;
    margin-top: 0px;
}

.titulo{
    color: var(--azulODM);
    font-size: 20px;
    margin: 0;
}

.text-sm{
    font-weight: 400;
    color: #444444;
    text-align: left;
}

.scrolling{
    overflow-y: scroll;
    padding: 0px 10px;
    background-color: #f6f6f6;
    border-radius: 8px;
    height: 145px;
    font-size: 14px;
}

.descktop{
    display: none;
}
/* Si el ancho es menor a 1100px: cambiar a azul */
@media screen and (min-width: 980px) {
  .movil {
    display: none;
  }
  .descktop{
    display: inline-table !important;
    width: 520px;
  }
  .lista{
    max-width: 1000px;
  }
  .info{
    margin-top: -20px;
  }
}

.info-hotel{
    height: 368px;
    position: absolute;
    width: 508px;
}

.social-icon{
    background-color: var(--azulC);
    border-radius: 100px;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 6px;
}
.social-icon:hover{
    background-color: var(--azulODM);
    transition: background-color 0.2s ease;
}

.social-label{
    color: var(--azulODM);
    font-weight: bold;
}

.footer-links{
    border-top: dashed 1px gray;
}

.icon{
    color: white;
   /* color: white;
    background-color: var(--verde);
    text-align: center;
    border-radius: 4px;*/
}

.links-movil{
    margin: 10px 0px 20px 0px;
}

.web{
    text-align: center;
    background-color: var(--azulA);
    width: 150px;
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}
.web:hover{
    background-color: var(--azulB);
    transition: background-color 0.2s ease;
}

.contacto{
    display: flex;
    gap: 16px;
    align-items: center;
}

.contacto a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 6px 12px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}
.contacto a:hover {
  background-color: var(--verde);
}

footer{
    background-color: var(--azulODM);
    color: white;
    padding: 20px;
}

@media(max-width : 300px) {
    .logoMiramar {
        width: 100%;
        height: auto;
    }
}