/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2024 | 21:35:20 */



/* ---------------------------- btn menu ---------------------------- */
.btn_contactanos a{
    border:2px solid #DBB566;
    border-radius:0px
}

/* ---------------------------- Habitacion home ---------------------------- */
.listado_habitacion-home .jet-listing-grid__item:nth-child(2n+1)  .contendor-producto > div > .columna_producto:nth-child(1){
    order:2
}

.img_habitacion{
    overflow:hidden;
}

.img_habitacion img{
    transition:.3s all ease
}

.contendor-producto:hover .img_habitacion img{
    transform:scale(1.1)
}

/* ---------------------------- Testimonios ---------------------------- */
.contenedor_testimonio .star_rating{
    width: 7em;
}

.contenedor_testimonio .star_rating::before {
    content: "sssss";
    color: transparent;
    top: 0;
    left: 30px;
    position: relative;
    font-family: star;
    font-size:1.2em;
    
}

.contenedor_testimonio .star_rating span.star{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 30px;
    height:30px;
}

.contenedor_testimonio .star_rating .star::before{
    content: "SSSSS";
    position: relative;
    top: 0px;
    left: 0px;
    font-family: star;
    color:#AD6A12;
    font-size:1.2em
}

.testimonios_slider .slick-arrow{
    right:0 !important;
    left:0 !important;
    margin:auto
}

.testimonios_slider .prev-arrow{
    transform:translateX(-60px)
}
.testimonios_slider .jet-listing-grid__item.slick-active{
    opacity:.5
}
.testimonios_slider .jet-listing-grid__item.slick-active.slick-center{
    opacity:1
}

/* Estilos para el contenedor de la barra de desplazamiento */
::-webkit-scrollbar {
    width: 6px; /* Ancho de la barra de desplazamiento */
}

::-webkit-scrollbar-track {
    background: #170B00;/* Color de fondo del track (pista) */
}

::-webkit-scrollbar-thumb {
    background: #DBB566; /* Color de la barra de desplazamiento */
    border-radius: 0px; /* Bordes redondeados de la barra */
}

::-webkit-scrollbar-thumb:hover {
    background: #BDA17C; /* Color de la barra cuando se pasa el ratón por encima */
}