.itemLt {
    background: #fff;
    box-shadow: 0 4px 20px 0 hsla(210, 1%, 42%, .13);
    margin: 10px 10px 40px 10px !important;
    min-height: 260px !important;
    width: inherit;
    border-radius: 5px;
}

.L40Img {
    width: 35%;
  padding: 20px;
}

.R60Txt {
    width: 65%;
  padding: 20px 20px;
}


.enlineaLt {
    display: inline-flex;
}

.diferneciadorLt {
    background-color: #8ddbfe;
    border-radius: 0 10px 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    padding: 5px 10px;
    width: fit-content;
    margin-left: 10px;
}

.verCondiciones a {
    color: #008bcc;
    font-weight: 500;
    padding: 10px 0 0 10px;
    text-decoration: none
}

.BtnSolicitarLt {
    border-radius: 19px;
    font-size: 18px;
    margin: 0 0 0 10px;
    padding: 4px 10px;
    background-color: #ff6600;
    color: #fff;
  text-decoration:none;
}
.BtnSolicitarLt:hover {
    border-radius: 19px;
    font-size: 19px;
    margin: 0 0 0 10px;
    padding: 4px 10px;
    background-color: #ff6600;
    color: #fff;
   -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
      text-decoration:none;
}

.direccinLt {
    color: #666666;
    font-weight: 600;
    font-size: 18px;
}



.CalugaDesdeDP {
    color: #333;
    font-size: 14px;
    margin: 0;
    padding-left: 10px;
    line-height: 20px;
}

.CalugaDetalleDP {
    color: #666;
    font-size: 12px;
    line-height: 18px !important;
    margin: 0;
    padding-left: 10px;
}

.NomHotelLt {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    padding-left: 10px;
}






 .contCarruselLt {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: auto;
            background-color: #fff;
            flex-direction: column;
       width: auto;
        }
      .carousel {
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
            overflow: hidden;
            position: relative !important;
            width: 100%;
        }
        .carousel-images {
            display: flex;
            transition: transform 0.3s ease-in-out;
        }
        .carousel-images img {
            width: 100%;
           max-width: 100%;
            max-height: 320px;
            object-fit: cover;
        }
        .thumbnails {
            display: flex;
            justify-content: center;
            margin-top: 10px;
              overflow: hidden;
        }
        .thumbnails img {
            width: 100%;
            height: 60px;
            object-fit: cover;
            margin: 5px;
            cursor: pointer;
            border-radius: 5px;
            opacity: 0.6;
            transition: opacity 0.3s;
        }
        .thumbnails img.active {
            opacity: 1;
            border: 2px solid #333;
        }
        .controls {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        .controls button {
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            font-size: 20px;
        }

.carousel-container {
    width: 100%;
}





@media (max-width: 768px) {
  .L40Img {
    width: 100%;
    padding: 20px;
}

.R60Txt {
    width: 100%;
  padding: 20px 20px;
}
  
  .enlineaLt {
    display: block;
}
  
  
}