:root {
    --gris: rgb(118, 118, 118);
  }

.menu-desplegable-flex{
    justify-content: end !important;
}
.margen-menu-desplegable{
    margin-left: auto;
}
.borde-boton{
    /* border: 1px solid var(--gris) !important; */
    border: none;
    box-shadow: 0px 2px 4px 0px rgb(128, 135, 125) !important;
    border-radius: 10px !important;
    padding: 12px !important;
    transition: 1s !important;
    background-color: white;
}
.borde-boton:hover{
    /* border: 1px solid var(--gris) !important; */
    box-shadow: none;
    background-color: rgb(207, 218, 200);
}
.gris
{
    color: var(--gris);
}
/* header, div.space-sides{
    padding-left: 10%;
    padding-right: 10%;
} */
.categorias
{
    color: #4f4f4f;
    /* Nico */
    /* Nico */
}
/* Nico */
.button-after-slider-class{
    font-size: 3.5em !important;
    color: #4f4f4f;
}

.testimonios-text{
    margin-top: 15px;
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    .testimonios-text{
        font-size: 11px;
    }
  }
.container-buttons-after-slider{
    /* box-shadow: 0px 3px 6px 0px rgb(128, 135, 125); */
    padding: 20px;
    border-radius: 10px;
    width: 82% !important;
    margin: 20px auto !important;
}
@media only screen and (max-width: 600px) {
    .container-buttons-after-slider{
        width: 98% !important;
        /* box-shadow: none !important; */
        padding: 5px;
        border-radius: 10px;
        margin: 10px auto !important;
    }
}

.button-class-css{
    margin-top: 10px !important;
}
@media only screen and (max-width: 600px) {
    .button-class-css{
        width: 33% !important;
    }
  }
@media only screen and (max-width: 600px) {
    .button-class-css{
        width: 31% !important;
    }
  }


#mostrador{
    width: 83%;
    margin: auto !important;
    border-radius: 10px;
}

.testimonios-class-container{
    width: 85% !important;
    margin: auto;
    border-radius: 20px !important;
}
/* Nico */
.categorias:hover
{
color: black;
}
select.no-border , span.select2-selection.select2-selection--single
{   
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.25rem;
}
.separator, span.select2-selection.select2-selection--single
{
    border-right: solid 1px gray !important;
    border-radius: 0px;
    text-align: center;
}
.no-border, span.select2-selection.select2-selection--single
{
    border-style: none;
}
span.select2-selection__arrow
{
    display: none;
}
.barra-busqueda
{
    width: 35%;
}
#tipo
{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.precio
{
    font-size: 80%;
}
.t-90
{
    font-size: 90%;
}
.t-80
{
    font-size: 80%;
}
.t-70
{
    font-size: 70%;
}
.t60
{
    font-size: 60%;
}
/* Nico changes  */
.imagen {
    min-height: 165px;
    opacity: 0.9;
    transition: 0.3s;
    position: relative;
}
.imagen img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.imagen:hover {
    opacity: 1;
}
/* .accordion-button:after{
    display: none;
} */
/* Nico changes  */
.cuadrado
{
    border: solid 1px white;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    flex-flow: column-reverse;
    /* color: rgb(140, 101, 17);
    background-color: white; */
}
.wbox
{
    display: -webkit-box;
}
.b-airbnb {
    color: black;
    border: solid 1px rgb(96, 156, 61) !important;
}
#select2-departamento-container {
    /* margin-left: 20px; */
    padding: 0% !important;
}
.accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
 color: rgb(64, 106, 41) !important;
 background-color: rgba(114, 205, 62, 0.329) !important;
} 

@media only screen and (max-width: 600px) {
    .logo {
        width: 50%;
    }
    .menu-desplegable{
        text-align: center;
    }
    .margen-menu-desplegable{
        margin: auto;
    }
    body{
        padding-left: 0%;
        padding-right: 0%;
    }

    .tituloh1{
        /* font-size: 110%; */
      font-size: 20px;
    }

    .titulo-reducido{
        /* font-size: 70%; */
        font-size: 15px;
    }

    .select2-dropdown {
        margin-left: 20px;
        width: 200px !important;
    }
    
}

@media only screen and (min-width: 800px) {
    .show-accordion-desktop {
        display: block !important;
    }
}

/* Nico Changes  */

.select2-dropdown {
    border-bottom-right-radius: 10px !important; 
    border-bottom-left-radius: 10px !important;
    margin-top: 10px;
    width: 300px !important;
}

.contenedor-icono-whatsapp{
    width: 67px;
    /* background: white; */
    border-radius: 40px;
    margin: auto;
}
.icono-whatsapp{
    border-radius: 10px;
    background-color: white;
    width: 49px;
}

.contenedor-main-icono{
    z-index: 1200;
    width: 150px;
    margin-right: 20px;
}

.text-whatsapp{
    font-size: 80%;
}

.text-whatsapp-container{
    width: 150px;
}

.filtros-icon{
    font-size: 20px !important;
    margin-top: 3px !important;
}

.btn-resize-filter{
    padding: 5px !important;
}

.delete-arrows-filter[type=number]::-webkit-inner-spin-button, 
.delete-arrows-filter[type=number]::-webkit-outer-spin-button, .input-main-filter-number[type=number] { 
  -webkit-appearance: none; 
  margin: 0; 
}

.delete-arrows-filter[type=number], .input-main-filter-number[type=number] { 
    appearance:textfield; 
    text-align: center;
}

.select-resultados{
    padding: 0px 10px;
}
.resultados-paginas{
    font-size: 14px;
}

input.select2-search__field{
    padding: 0px;
    border-radius: 10px;
    border-style: dotted;
    margin: 5px 5px;
    width: 94% !important;
}

input.select2-search__field:focus{
    border: none;
}

.button-search-filter-rounded{
    border-radius: 20px;
    /* border-style: dotted; */
    border: none;
    box-shadow: 0 0 10px 0 #4f4f4f;
    color: #4f4f4f;
    margin: 5px;
}

.rounded-input{
    border-radius: 7px;
    color: #4f4f4f;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.footer {
    position: relative;
    width: 100%;
}

.div-footer{
    bottom: 0;
}

.select2-results__option {
    padding: 1px 18px !important;
}

.icons_class{
    align-items: end;
    justify-content: end;
}

@media only screen and (min-width: 992px) {
    .disappear {
        display: none !important;
    }
} 
@media only screen and (max-width: 992px) {
    .disappear {
        display: inherit !important;
    }
}

.disappear{
list-style: none;
margin: auto;
}

@media only screen and (max-width: 992px) {
    .contenedor-ws {
        left: -35px!important;
        position: absolute;
    }
} 
@media only screen and (max-width: 992px) {
    .profile-class-dropdown {
        display: none !important;
    }
} 
@media only screen and (min-width: 992px) {
    .profile-class-dropdown {
        display: inherit !important;
    }
}

.profile-class-dropdown{
    list-style: none;
    margin: 0px;
    /* padding-right: 15px; */
    padding-left: 0px !important;
}

.buscador-class-container{
    /* box-shadow: 0px 0px 20px 0px rgb(128, 135, 125) !important; */
    background-color: white;
    height: 70px;
    width: 100%;
    border-radius: 10px;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
}

/* .form-buscador-class{
    padding: 0px 29px;
} */
/* .header-public-class{
    box-shadow: 0px 0px 20px 0px rgb(128, 135, 125) !important;
} */
.logo-style-class-container{
   position: relative;
   width: 100px;
}
.logo {
    width: 100px;
    border-radius: 136px;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.margenes-superiores{
    margin-top: 100px;
}

.container-buscador-principal{
    background-color: white;
    box-shadow: 0px 4px 15px -1px rgb(128, 135, 125) !important;
    border-radius: 10px;
    position: relative;
    margin: auto;
    width: 72% ;
    right: 0;
    left: 0;
    top: 13px;
    bottom: 0px;
    z-index: 1 !important;
}


@media only screen and (max-width: 700px) {
    .container-buscador-principal {
        width: 99% !important;
    }
}

.buscador-opacity-class{
    display: none;
    position: absolute;
    top: -32px;
    height: 32px;
    width: 100%;
    background-color: black;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


#thumbnail-carousel .splide__arrow.splide__arrow--prev, #thumbnail-carousel .splide__arrow.splide__arrow--next{
    width: 30px !important;
    height: 30px !important;
    background-color: white;
}


@media only screen and (max-width: 600px) {
    #thumbnail-carousel .splide__arrow.splide__arrow--prev, #thumbnail-carousel .splide__arrow.splide__arrow--next{
        width: 12px !important;
        height: 12px !important;
    }
  }

#thumbnail-carousel .splide__arrow.splide__arrow--prev:hover, #thumbnail-carousel .splide__arrow.splide__arrow--next:hover{
    background-color: rgb(96, 156, 61);
}

#thumbnail-carousel{
    margin-top: 27px;
}

.splide__arrow--next {
    right: -10px !important;
    background-color: rgb(96, 156, 61) !important;

}
.splide__arrow--prev {
    left: -10px !important;
    background-color: rgb(96, 156, 61) !important;

}

.splide__arrow.splide__arrow--prev, .splide__arrow.splide__arrow--next{
    width: 50px;
    height: 50px;
    background-color: white;
}

@media only screen and (max-width: 600px) {
    .splide__arrow.splide__arrow--prev, .splide__arrow.splide__arrow--next{
        width: 25px;
        height: 25px;
    }
  }

#cuantosform{
    width: 350px;
    left: 130px;
    margin-top: 10px;
}

@media only screen and (min-width: 300px) {
    #cuantosform{
        left: 70px;
    }
  }
@media only screen and (min-width: 1000px) {
    #cuantosform{
        left: 118px;
    }
  }

@media only screen and (min-width: 1270px) {
    #cuantosform{
        left: 460px;
    }
  }


.image-fondo{
    /* box-shadow: 0px 3px 213px 73px green; */
    box-shadow: 0px 3px 127px 43px green;
    height: 1px;
}

.behavior-class{
    width: 100%;
    z-index: 100;
    top: 100px;
}

.carrusel-style-class{
    margin: 50px 20px 23px 20px;
    border-radius: 25px !important;
}
@media only screen and (max-width: 600px) {
    .carrusel-style-class{
        margin: 0px 10px;
    }
  }

.splide__track{
    border-radius: 10px !important;
    width: 85%;
    margin: auto;
    position: absolute;
}
@media only screen and (max-width: 800px) {
    .splide__track {
        width: 100%;
        height: 100%;
        border-radius: 10px !important;
        margin: 20px 0!important;
    }
  }
.nav-bar-categorias{
    font-size: 17px;
    color: #4f4f4f;
    margin-right: 20px;
}

/* .wrapper-icons-redes{
    width: 50% !important;
} */

.nav-list-items-class {
    display: inherit;
}

@media only screen and (max-width: 800px) {
    .nav-list-items-class {
        display: none !important;
    }
  }

.hr-class-each-nav-item{
    margin: 0 auto;
    width: 80%
}
.redes-buttons {
    padding-left: 155px;
}

@media only screen and (max-width: 992px) {
    .redes-buttons {
        padding-top: 10px;
    }
  }
@media only screen and (max-width: 1174px) {
    .redes-buttons {
        padding-left: 0px !important;
    }
  }
@media only screen and (max-width: 1194px) {
    .redes-buttons {
        padding-left: 55px;
    }
  }
@media only screen and (min-width: 1300px) {
    .redes-buttons {
        padding-left: 255px;
    }
  }
@media only screen and (min-width: 1560px) {
.redes-buttons {
    padding-left: 550px;
}
}
.dropdown-additional-css{
    width: 200px !important;
    padding: 10px !important;
    left: -135px !important;
}

.arreglo-menu-profile{
    padding: 5px;
}
.arreglo-menu-profile:hover{
    background-color: #d8d8d8;
}

.image-fondo-form{
    position: absolute;
    width: 100%;
    /* z-index: -1; */
    opacity: 0.1;
    bottom: 0;
    left: 245px;
}
#fechaform{
    margin-left: 30vw;
    width: 20rem;
    margin-top: 0.8rem;
}

@media only screen and (max-width: 600px) {
    #fechaform {
        margin-left: 77px !important;
    }
}
@media only screen and (min-width: 1500px) {
    #fechaform {
        margin-left: 36rem !important;
    }
}
@media only screen and (min-width: 1500px) {
    #fechaform {
        margin-left: 40rem !important;
    }
}

.select2-container--default .select2-selection--multiple{
    border: none !important;
}

.select2-search__field{
    height: 25px !important;
    text-align: center !important;
}

/* //////////////////////////////////// */
.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    transform: translateX(20px);
    opacity: 0;
}

.container-destacados{
    justify-content: center;
    width: 85% !important;
    border-radius: 20px !important;
}

.imagenes-iconos{
    height: 100px;
}
@media only screen and (max-width: 665px) {
    .imagenes-iconos {
        height: 70px;
    }
}
@media only screen and (max-width: 500px) {
    .imagenes-iconos {
        height: 70px;
    }
}
.disclamerClassImportant{
    border: 1px solid;
    padding: 7px;
    border-radius: 10px;
}

.reserva-tab{
    font-weight: 800 !important;
    font-size: 16px !important;
}

.separadores-caracteristicas{
    margin: 3px 0px 3px 0px;
    width: 90% !important;
}

.accordion-collapse .collapse .accordion-body{
    padding: 10px !important;
}

.accordion-body{
    padding: 10px !important;
}

.carrusel-container{
    box-shadow: 0px 8px 20px -8px !important;
    border-radius: 10px !important;
    padding: 20px !important;
}

.shadow-class{
    box-shadow: 0px 4px 10px 0px grey;
    border-radius: 10px;
}

.SocialProof{
    margin: 10px !important;
}

/* Etiqueta Buscador  */
.select2-selection__choice__remove{
    color: white !important;
}

.select2-selection__choice{
    background-color: rgb(96, 156, 61) !important;
    color: white;
}

.select2-container--default .select2-selection--multiple {
    height: 40px !important;
}

.slider-centered {
    margin-top: -40px;
}

@media only screen and (min-width: 900px) {
    .zoomImage{
        height: 500px !important;
    }
}
@media only screen and (max-width: 700px) {
    .zoomImage{
        height: 300px !important;
    }
}

@media only screen and (min-width: 800px) {
    .boton-acordion .accordion-button:after {
        display: none !important;
    }
}
@media only screen and (max-width: 799px) {
    .boton-acordion .accordion-button:after {
        display: inherit !important;
    }
}
/* Nico Changes  */