body{
    font-size:16px;
}
.hotel-card:nth-child(odd)  {
    background-color: #e5e3f1;
}

.hotel-card:nth-child(even)  {
    background-color: #FBf7E6;
}

.info-hotel .titulo{
    font-size:2.2rem;
    font-weight: bold;
   
}

.hotel-card p{
    margin: 0;
}
 
.info-hotel .titulo-direccion {
    font-size:1rem;
    font-weight: normal; clear: both;
}

.info-hotel  .apartado span{
    font-size:1.1rem;
    font-weight: bold;
}

.info-hotel  .apartado p{
    font-size:1.1rem;
    font-weight: normal;
    margin-bottom: 0;
    word-break: break-all;
    text-box: break-word;
}

.imagenh{
    background-color: aqua;
    height: auto;
    background-size: cover !important;
    background-position: right center !important;
    border-top-right-radius:  var(--bs-border-radius) !important;
    border-bottom-right-radius:  var(--bs-border-radius) !important;
    border-top-left-radius:  0 !important;
    border-bottom-left-radius:  0 !important;
}


 

.fiesta-inn{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/fiesta-inn.jpg") no-repeat center;
  
}
.one-xalapa{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/one-xalapa.jpg") no-repeat center;
  
}

.alferez{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/alferez.jpg") no-repeat center;
  
}

.terraza-alferez{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/terraza-alferez.jpg") no-repeat center;
  
}

.balcon-alferez{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/balcon-alferez.jpg") no-repeat center;
  
}

.posada-cafeto{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/posada-cafeto.jpg") no-repeat center;
  
}

.salmones{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/salmones.jpg") no-repeat center;
  
}

.maria-victoria{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/maria-victoria.jpg") no-repeat center;
  
}

.holiday{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/holiday.jpg") no-repeat center;
  
}

.city-express{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/city-express.jpg") no-repeat center;
  
}

.mision-plaza{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/mission-plaza.jpg") no-repeat center;
  
}

.mision-express{
    background: url("https://www.uv.mx/apps/filu/app/json/2025/images/hoteles/mission-express.jpg") no-repeat center;
  
}










@media screen and  (max-width: 720px) {
    .imagenh{
        background-size: cover !important;
        background-position: center center !important;
        height: 160px;
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
    border-bottom-right-radius:   var(--bs-border-radius)  !important;
    border-bottom-left-radius:   var(--bs-border-radius)  !important;
    }
}
 