
@import url('bootstrap/css/bootstrap.min.css'); /*<--------Bootstrap 4.6*/

/*Importacion de fonts y tipográfias*/


@font-face {
    font-family: 'RubikLight';
    src: url('../fonts/Rubik-Light.ttf');
}
@font-face {
    font-family: 'RubikRegular';
    src: url('../fonts/Rubik-Regular.ttf');
}
@font-face {
    font-family: 'RubikMedium';
    src: url('../fonts/Rubik-Medium.ttf');
}
@font-face {
    font-family: 'RubikBold';
    src: url('../fonts/Rubik-Bold.ttf');
}
@font-face {
    font-family: 'RubikItalic';
    src: url('../fonts/Rubik-LightItalic.ttf');
}
@font-face {
    font-family: 'Colvetica';
    src: url('../fonts/GOTHIC.TTF');
}
@font-face {
    font-family: 'Louis';
    src: url('../fonts/Sansation.ttf');
}

@font-face {
    font-family: 'Maxi';
    src: url('../fonts/BP.ttf');
}


/*Estilos principales*/

body::-webkit-scrollbar {
	width: 7px;
    z-index: 20;
    position: absolute;
    left: 0;
}

body::-webkit-scrollbar-thumb {
	background: #4EBFBB;
    border-radius: 5px;
    
}
 
html,body{
    padding: 0;
    background-color: #EDEDED;
    scroll-behavior: smooth;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

body{
    margin-top:140px !important
}



/*Loader*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../assets/img/load/three-dots.svg') 50% no-repeat rgb(255, 255, 255);
    background-size: 7% ;
    opacity: .8;
}


/* Works on Firefox */

a{
    color: #CC8F4E;
}
a:hover{
    color: #4EBFBB;
}
section[id]{
    scroll-margin-top: 130px;
}

/* AMENIDADES */
#content_amenities,
#product_list{
  max-height: 400px;
  overflow: scroll;
  padding: 10px;
}
#product_list::-webkit-scrollbar,
#content_amenities::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
#product_list::-webkit-scrollbar-thumb,
#content_amenities::-webkit-scrollbar-thumb {
  background: #FA8072;
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
#product_list::-webkit-scrollbar-thumb:hover ,
#content_amenities::-webkit-scrollbar-thumb:hover {
  background: #FA8072;
  transition: 2s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
#product_list::-webkit-scrollbar-thumb:active,
#content_amenities::-webkit-scrollbar-thumb:active {
  background-color: #FA8072;
}
.content_btn_add{
  z-index: 111;
  right: 35px;
  bottom: 45%;
  position: absolute;
}
.content_num_amenity{
  background: white;
  border-radius: 8px;
  box-shadow: rgb(128 98 96 / 16%) 0px 6px 10px 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 5px;
  height: 40px;
  margin: 0px 10px 10px 10px;
  -webkit-box-align: center;
  align-items: center;
}
.btn_add{
    color: #fff;
    transition: all 0.3s ease 0s;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    /* position: relative; */
    overflow: hidden;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #FA8072;
    box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
}
.content_img_amenity{
  height: 120px;
  width: 100%;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.img_amenity{
  width: 80%;
  height: 100%;
}
.content_info_amenity{

}
.content_buy_amenities{
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 112;
}
.btn_buy_amenities{
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 53px;
  width: 200px;
  cursor: pointer;
  /* position: relative; */
  overflow: hidden;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #FA8072;
  border-top: 1px solid #fff;
  box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
  border-top-left-radius: 2em;
}
.btn_buy_amenities span{
  font-size: 24px;
}
.btn_buy_amenities:hover{
  background: #FA8072;
  transition: .5s;
}
/*---------------------------------------------------------------------------------------*/

.breadcrumb li a{
    color: #DC3545 !important;
}
/*Declaración de tipografias*/
.font-rubikLight{
    font-family: 'RubikLight';
}
.font-rubikRegular{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}
.font-rubikMedium{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    font-weight: 600;
}
.font-rubikBold{
    font-family: 'RubikBold';
}
.font-rubikItalic{
    font-family: 'RubikItalic';
}
.font-colvetica{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    font-weight: 700;
}
.font-Maxi{
    font-family: 'Maxi';
}
/*wallet */
.wallet{
    background-color: #d2fce0 !important;
}
.text-wallet{
    color: #155826;
}
.subtitle-wallet{
    color: #155826;
}
.wallet-success{
    color: #00d146 !important;
}
.wallet-dots-success{
    height: 6px;
    width: 6px;
    border-radius: 15px;
    background-color: #006fb9;
    margin-left: 3px;
}
.wallet-dots-danger{
    height: 6px;
    width: 6px;
    border-radius: 15px;
    background-color: #131313;
    margin-left: 3px;
}
/*Colores*/
.bg-gris{
    background-color: #494949;
}
.bg-gris-claro{
    background-color: #EFEFEF;
}

.bg-primary{
    background-color: #4EBFBB !important;
}

.color-gris{
    color: #444444;
}
.color-grisClaro{
    color: rgb(94, 94, 94);
}
.color-amarillo{
    color: #f1a85a;
}
/*Niveles de tamaño de letra*/
.font-size-xs{
    font-size: 0.78rem;
}
.font-size-sm{
    font-size: 0.85rem;
}
.font-size-sm-1{
    font-size: 0.90rem;
}
.font-size-sm-15{
    font-size: 1rem;
}
.font-size-smx2{
    font-size: 1.2rem;
}

.font-size-md{
    font-size: 1.2rem;
}

.font-size-lg{
    font-size: 1.4rem;
}
.font-size-xl{
    font-size: 2rem;
}
.font-size-lgx2{
    font-size: 2rem;
}

/*Estilos de texto bold*/
.font-bold-300{
    font-weight: 300;
}
.font-bold-500{
    font-weight: 600;
}

/*texto*/
p{
    font-size: 14px;
    color: #757575;
}

.custom-control-input:focus~.custom-control-label::before {
    border-color: #DC3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 47, 69, 0.25) !important;
  }
  
  .custom-control-input:checked~.custom-control-label::before {
    border-color: #DC3545  !important;
    background-color: #DC3545 !important;
  }
  
  .custom-control-input:active~.custom-control-label::before {
    background-color: #DC3545 !important;
    border-color: #DC3545 !important;
  }
  
  .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #DC3545 !important;
  }
  
  .custom-control-input-green:not(:disabled):active~.custom-control-label::before {
    background-color: #DC3545 !important;
    border-color: #DC3545 !important;
  }

/*Estilos para centrar*/

.centrar-vertical{
    display: flex;
    align-items: center;
}
.centrar-horizontal{
    display: flex;
    justify-content: center;
   
}

/*Espaciado entre secciones*/
.space{
    margin-bottom: 4rem;
}
.space-xl{
    margin-top: 10rem;
}


/*Estilos de navbar*/
.navbar{
    transition: 0.35s;
}
.menu-active{
    border-bottom: 3px solid #CC8F4E ;
    color: rgb(0, 0, 0) !important;
    transition: 0.35s;
    justify-content: center;
    text-align: center;
}

.menu-estilos{
    justify-content: center;
    text-align: center;
}
.menu-active .menu-estilos div{
    background-color: #CC8F4E ;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    

}

.menu-active .menu-estilos{
    font-family: 'RubikMedium';
    color: #525252 !important;
}

.menu-active .menu-estilos div i{
    color: white;
}

.menu-estilos div i{
    font-size: 22px;

}
.menu-estilos div{
    margin-bottom: 6px;

}
.icon-nav-item{
    min-width: 50px !important;
    min-height: 50px !important;
}

.container-fluid{
    padding-left: 180px;
}
.logo-black{
    height: 40px;
    width: 174px;
    background-image: url('../img/icon/mivey_solid.png');
    background-repeat: no-repeat;
    background-size: cover;
   
}
.logo-white{
    height: 40px;
    width: 174px;
    background-image: url('../img/icon/mivey_white.png');
    background-repeat: no-repeat;
    background-size: cover;
}


/*Estilos portada home*/
.portada-home{
    min-height: 45vh;
}

.portada-image-background{
   min-height: 45vh;
   background-image: url('../img/portada.jpg');
   background-position: center center;
   background-size: cover;
}

.portada-image-backgroundT{
    min-height: 100vh;
    background-image: url('../img/home-page/portada-tras.jpg');
    background-position: center center;
    background-size: cover;
 }

.portada-image-backgroundTraslados{
    min-height: 100vh;
    background-image: url('../img/home-page/portada-tras.jpg');
    background-position: center center;
    background-size: cover;
 }

.portada-degradado-background{
    min-height: 45vh;
    background: linear-gradient(90deg, rgba(32, 30, 24, 0.2) 0%, rgba(0, 0, 0, 0) 70.11%);
}
.portada-text{
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6);
}
.wave-home{
    bottom: 0;
}

.img-product{
    object-fit: cover !important; 
    height: 500px;
    width: 100%;

}

/* Estilos de tours y hoteles recientes  */
.card__r {
    position: relative;
    display: block;
    height: 300px;  
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
}
.card__image {      
    width: 100%;
    min-height: 250px;
    height: auto;
}
.card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;      
    border-radius: calc(var(--curve) * 1px);    
    background-color: #fff;      
    transform: translateY(100%);
    transition: .2s ease-in-out;
}
.card__r:hover .card__overlay {
  transform: translateY(0);
}
.card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1em 1.5em 1em 1.5em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;    
    background-color: #fff;
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}
.card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;      
    z-index: 1;
}
.card__arc path {
    fill: #fff;
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}       
.card__r:hover .card__header {
  transform: translateY(0);
}
.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;      
  border-radius: 50%;      
}
.card__title {
  font-size: 1.2em;
  margin: 0 0 .3em;
  color: #6A515E;

}
.card__price{
  text-align: end;
  font-family: 'RubikMedium';
}
.card_location {
  font-size: .8em;
  color: #D7BDCA;
}
.card__description {
    padding: 0 1.5em 1em 1.5em;
    margin: 0;
    /* color: #D7BDCA;  */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.card__category{
    border-radius: 15px;
    padding: 4px 15px;
    background-color: #CC8F4E;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 11px;
}
.card__pax{
    font-size: 12px;
}
  /* Fin estilos de tours y hoteles recientes  */

  /* Estilos de modulo Nosotros */
.content__info_au{
    /* top right bottom left */
    padding: 1em 4em 1em 4em;
}


/* Estilos de tours y hoteles recientes  */
.card__h {
    position: relative;
    display: block;
    height: 360px;  
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
}
.card__image_h {      
    width: 100%;
    min-height: 360px;
    height: auto;
    object-fit: cover;
}
.card__overlay_h {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;      
    border-radius: calc(var(--curve) * 1px);    
    /*background-color: #fff; */
    transform: translateY(100%);
    transition: .2s ease-in-out;
    background: rgb(31,31,31);
    background: linear-gradient(0deg, rgba(31,31,31,0.81) 0%, rgba(0,0,0,0.7945224033312851) 56%, rgba(0,0,0,0.5698033022076896) 84%, rgba(0,0,0,0) 100%); 
}
.card__h:hover .card__overlay_h {
  transform: translateY(0);
}
.card__h:hover .card__header_h {
    background: none;
  }
.card__header_h {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1em 1.5em 1em 1.5em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;    
    /*background-color: #fff;*/
    background: rgb(31,31,31);
    background: linear-gradient(0deg, rgba(31,31,31,0.8141853246795997) 0%, rgba(0,0,0,0.4967695943425211) 60%, rgba(0,0,0,0) 100%); 
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}
.card__arc_h {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;      
    z-index: 1;
}
.card__arc_h path {
    /*fill: #fff;*/
    /*d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");*/
}       
.card__h:hover .card__header_h {
  transform: translateY(0);
}
.card__thumb_h {
  flex-shrink: 0;
  width: 50px;
  height: 50px;      
  border-radius: 50%;      
}
.card__title_h{
  font-size: 1em;
  margin: 0 0 .3em;
  color: #ffffff;
}
.border_h{
    border-bottom: 3px solid #CC8F4E;
    width: 40%;
}
.card__price_h{
  font-family: 'RubikRegular';
  background-color: #CC8F4E;
  font-size: 1.2rem;
  margin-bottom: 0px;
}
.content__price_h{
    position: absolute;
    background-color: #CC8F4E;
    padding: 5px 10px;
    margin-bottom: 0px;
    top:25px;
    right: 0;
    border-radius: 5px 0px 0px 5px;
}
.card_location_h {
  font-size: .8em;
  color: #ebebeb;
}
.card__description_h {
    padding: 0 1.5em 1em 1.5em;
    margin: 0;
    color: white !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.card__description_h p{
    color: white !important;
    margin: 0px;
    padding: 0px;
    font-size: 0.75rem;
}
.content__price h4{
    margin: 0px;
    padding: 0px;
}
.card__category_h{
    /*background-color: #4EBFBB;*/
    background: none;
    color: white;
    text-align: center;
    font-size: 11px;
}
.card__pax_h{
    font-size: 12px;
}
  /* Fin estilos de tours y hoteles recientes  */

  /* Estilos de modulo Nosotros */
.content__info_au_h{
    /* top right bottom left */
    padding: 1em 4em 1em 4em;
}
.currency_hotel{
    font-size: 0.8rem !important;
}
  


/*Estidos de card de bodas*/
.card__b {
    position: relative;
    display: block;
    height: 280px;  
    border-radius: 0.8rem;
    overflow: hidden;
    text-decoration: none;
    background-color: white;
}
.img-decoration{
    height: 100px;
    left:0;
    display: flex;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transform: rotate(10deg);
}
.card__image_b {      
    width: 90%;
    min-height: 180px;
    height: auto;
    object-fit: cover;
    border-radius: 1rem;
}
.card__overlay_b {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;      
    border-radius: calc(var(--curve) * 1px);    
    /*background-color: #fff; */
    transform: translateY(100%);
    transition: .2s ease-in-out;
    /*background: rgb(31,31,31);
    background: linear-gradient(0deg, rgba(31,31,31,0.81) 0%, rgba(0,0,0,0.7945224033312851) 56%, rgba(0,0,0,0.5698033022076896) 84%, rgba(0,0,0,0) 100%); */
}
.content_image_b{
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0.8rem 0rem;
    transform: translateX(0);
    transition: .2s ease-in-out;
}
.card__b:hover .card__overlay_b {
  transform: translateY(0);
}
.card__b:hover .card__header_b {
    background: none;
  }
.card__header_b {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1em 1.5em 1em 1.5em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;    
    /*background-color: #fff;*/
    /*background: rgb(31,31,31);
    background: linear-gradient(0deg, rgba(31,31,31,0.8141853246795997) 0%, rgba(0,0,0,0.4967695943425211) 60%, rgba(0,0,0,0) 100%); */
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}
.card__arc_b {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;      
    z-index: 1;
}
.card__arc_b path {
    /*fill: #fff;*/
    /*d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");*/
}       
.card__b:hover .card__header_b {
  transform: translateY(0);
}
.card__b:hover .content_image_b {
    transform: translateX(-100%);
    transition: .2s ease-in-out;
  }
.card__thumb_b {
  flex-shrink: 0;
  width: 50px;
  height: 50px;      
  border-radius: 50%;      
}
.card__title_b{
  font-size: 1em;
  margin: 0 0 .3em;
  color: #707070;
}
.border_b{
    border-bottom: 3px solid #4EBFBB;
    width: 40%;
}
.card__price_b{
  font-family: 'RubikRegular';
  font-size: 1.4rem;
  position: absolute;
  right: 20px;
}
.content__price{
    position: absolute;
    background-color: #4EBFBB;
    padding: 5px 10px;
    top:25px;
    right: 0;
    border-radius: 5px 0px 0px 5px;
}
.card_location_b {
  font-size: .8em;
  color: #EFB275;
}
.card__description_b {
    padding: 0 1.5em 1em 1.5em;
    margin: 0;
    color: rgb(110, 110, 110) !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.card__description_b p{
    color: rgb(128, 128, 128) !important;
    margin: 0px;
    padding: 0px;
    font-size: 0.75rem;
}
.content__price h4{
    margin: 0px;
    padding: 0px;
}
.card__category_b{
    /*background-color: #4EBFBB;*/
    background: none;
    color: white;
    text-align: center;
    font-size: 11px;
}
.card__pax_b{
    font-size: 12px;
}
.content__price_b{
    position: absolute;
    background-color: #EFB275;
    padding: 5px 10px;
    top:25px;
    right: 0;
    border-radius: 5px 0px 0px 5px;
}

.card__price_b_b{
    font-family: 'RubikRegular';
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom:0 ;
}
.desde_price{
    font-size: 0.9rem !important;
    color: #EFB275 !important;
    text-align: center;
}
.bottom-decoration{
    width: 90%;
    margin-top: 10px;
}
  /* Fin estilos de tours y hoteles recientes  */

  /* Estilos de modulo Nosotros */
.content__info_au_b{
    /* top right bottom left */
    padding: 1em 4em 1em 4em;
}
.currency_hotel{
    font-size: 0.8rem !important;
}
  
  /* Fin estilos de modulo Nosotros */


/*Estilos form contacto*/
.banner-form-contacto{
    min-height: 430px;
    background-image: url('../img/home-page/banner-contactos.png');
    background-position: center center;
    background-size: cover;
}
.banner-form-degradado{
    min-height: 430px;
    background: linear-gradient(280deg, rgba(58, 44, 22, 0.5) 5.11%, rgba(44, 44, 44, 0) 92.64%);
}
.text-form-contacto{
    min-height: 430px;
}

.formulario-contacto{
   position: relative;
   top:-19%;
}
.form-control {
    color: #495057;
    background-color: #ffffff !important;
    font-size: 0.9rem !important;
    
  }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #4EBFBB !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(252, 62, 62, 0.25);
  }

.btn-amarillo2{
    background-color: #CC8F4E;
    color: white;
    border-radius: 2rem;
    border-style: none;
    padding: 8px 30px;
    transition: 0.3s;
    text-shadow: none;
}
.btn-amarillo2:hover{
    background-color: #4EBFBB;
    transition: 0.3s;
    color: white;
    text-decoration: none;
}

.btn-amarillo{
    background-color: #4EBFBB;
    color: white;
    border-radius: 2rem;
    border-style: none;
    padding: 8px 30px;
    transition: 0.3s;
    text-shadow: none;
}
.btn-amarillo:hover{
    background-color: #CC8F4E;
    transition: 0.3s;
    color: white;
    text-decoration: none;
}

.btn-verde{
    background-color: #13812c;
    color: white;
    border-radius: 2rem;
    border-style: none;
    padding: 8px 50px;
    transition: 0.3s;
    text-shadow: none;
}
.btn-verde:hover{
    background-color: #0eaf34;
    transition: 0.3s;
    color: white;
    text-decoration: none;
}


/*Estilos footer*/
.footer-seccion-top p{
    margin: 0;
    padding: 0;
}

.menu-opciones{
    margin: 0;
    padding: 0;
}
.lista-op {
    list-style: none;
    
}

.lista-op a{
    color: black;
    text-decoration: none;
}

/*Boton subir*/


.button-subir{
    background-color: #4EBFBB;
    color: white;
    height: 3rem;
    width: 3rem;
    border-radius: 3rem;
    border-style: none;
    text-align: center;
    line-height: 3rem;
    position: fixed;
    bottom: 1.2rem;
    right: 1.2rem;
    display: none;
    z-index: 10;

}


.button-subir:hover{
    background-color: #48aa89;
    color: white;
}

.nav-white li a{
    color: white !important;
}

.button-whatsapp{
    background-color: #00B52C;
    color: white;
    height: 3rem;
    width: 3rem;
    border-radius: 3rem;
    border-style: none;
    text-align: center;
    line-height: 3rem;
    position: fixed;
    bottom: 5rem;
    right: 1.2rem;
    font-size: 1.8rem;
    z-index: 10;
    display:none;

}
.button-whatsapp:hover{
    color: white;
    background-color: #019626;
}

/*card-opiniones*/
.owl-stage-outer{
    padding-bottom: 50px;
}
.owl-dots{
    width: 100%;
    height: 6px;
    margin: 0 0.4em;
    display: flex;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 10px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    transition: .4s;
  }
  .owl-dots button{
      background-color:#EEEEEE;
  }
  .owl-dots button:hover{
    background-color:#EEEEEE;
  }
  .owl-theme .owl-dot span {
    width: 32px;
    height: 5px;
    margin: 0 0.5em;
    background: #cecece;
    display: flex;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 10px;
    transition: .4s;
    justify-content: center;
    align-items: center;

  }
  .owl-nav{
      justify-content: center;
      align-items: center;
      display: flex;
      width: 100%;
      position: absolute;
      top:38%;
  }

  .owl-nav .owl-prev{
      left: -45px !important;
      position: absolute;
  }
  .owl-nav .owl-next{
    right: -45px !important;
    position: absolute;
}
  
  .owl-nav button{
      height: 3.5rem !important;
      width: 3.5rem !important;
      border-radius: 3rem !important;
      background-color: white !important;
      -webkit-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.34);
      -moz-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.34);
      box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.34);
      margin: 1rem !important;
  }
  .owl-nav button span{
      text-decoration: none;
      border: none;
      font-size: 26px;
      color: black;
      font-weight: 500;
      margin:0px 10px;
      padding: 0px;
    
  }

  
  .owl-nav button:hover{
    background-color:#995353;
  }
  
  .owl-dots button{
      border: none;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #4EBFBB;
    transition: .4s;
    transform: scaleX(1.4);
  }

  
.card-opiniones{
}
.img-card-servicios{
    max-height: 300px;
}
.img-beneficios{
    height: 40px;
}
.foto-perfil-opiniones{
    max-height: 5.5rem;
    max-width: 5.5rem;
    position: absolute;
    bottom: -15px;
   
    border: 10px solid #EFEFEF;
}

.line-hei{
    line-height: 12px;
}


/*Slider acordepn*/

.accordion {
    width: 100%;
    max-width: 1080px;
    height: 250px;
    overflow: hidden;
    margin: 30px auto;
    border-radius: 5px;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 250px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;

  }
  .accordion ul li div a h2 {
    text-overflow: clip;
    font-size: 24px;
    margin-bottom: 2px;
    top: 160px;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }

  .accordion ul li:nth-child(1) { background-image: url('../img/home-page/destinos-top/cancun.jpg');  }
.accordion ul li:nth-child(2) { background-image: url('../img/home-page/destinos-top/cdmx.jpg'); }
.accordion ul li:nth-child(3) { background-image: url('../img/home-page/destinos-top/loscabos.jpg'); }
.accordion ul li:nth-child(4) { background-image: url('../img/home-page/destinos-top/islamujeres.jpg'); }
.accordion ul li:nth-child(5) { background-image: url('../img/home-page/destinos-top/puertovallarta.jpg'); }


.accordion ul:hover li { width: 8%; }
.accordion ul:hover li:hover { width: 60%; }
.accordion ul:hover li:hover a { background: linear-gradient(0deg, rgba(0, 191, 203, 0.8) 0%, rgba(0, 0, 0, 0.40) 100%); }
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


/*Card tip viajes*/

.card-tips-viaje{
    min-height: 250px;
    margin: 25px 0px;
    border-radius: 5px;
    padding: 30px 30px;
    position: relative;
    
}
.formulario-contacto{
    width: 85%;
}

.powered-by{
    height: 25px;
}


/*Estilo de portadas*/
.portada-page{
   position: relative;
    /*background: rgb(164,128,21);
    background: linear-gradient(273deg, rgba(175, 140, 34, 0.841) 5%, rgba(216, 166, 57, 0.941) 25%, rgba(0,153,251,0.7242976842301615) 59%, rgba(0,109,179,0.7242976842301615) 90%); */
}

.degradado-portada-page{
    z-index: 2;
    position: absolute;
    height: 45vh;
    width: 100%;
    background: rgb(31,31,31);
    background: linear-gradient(180deg, rgba(31,31,31,0.9141853246795997) 0%, rgba(52,52,52,0.55) 45%, rgba(96,96,96,0.2259830774885885) 80%); 
}

.degradado-portada-page2{
    z-index: 2;
    position: absolute;
    height: 45vh;
    width: 100%;
    background: rgb(31,31,31);
    background: linear-gradient(180deg, rgba(31,31,31,0.9141853246795997) 0%, rgba(52,52,52,0.55) 45%, rgba(96,96,96,0.2259830774885885) 80%); 
}
.degradado-portada-page3{
    z-index: 2;
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgb(31,31,31);
    background: linear-gradient(180deg, rgba(31,31,31,0.9141853246795997) 0%, rgba(52,52,52,0.55) 45%, rgba(96,96,96,0.2259830774885885) 80%); 
}

.box-navbar-top{
    background-color: #f1f1f1 !important;
    border-bottom-left-radius: 24px;
    height: 60px;
}
.box-header{
    width: 100vw;
}
.font-weight-medium{
    font-weight:500 !important;
}

.img-portada-page{
    z-index: 1;
    height: 45vh;
    width: 100%;
    object-fit: cover;
}


.img-product{
    height: 525px;

}
.text-traslados{
    display: block;
}


/*Estilos de autos*/
.card-reservation-cars{
    border-radius: 10px;
    top:-75px;
    z-index: 10;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #E30613 !important;
}
.daterangepicker td.in-range {
    background-color: #ffe3e9 !important;
}

.daterangepicker td.end-date{
    background-color: #E30613 !important;
}

.applyBtn{
    background-color: #E30613 !important;
    border: none;
}

.applyBtn:hover{
    background-color: #b90511 !important;
}

.label-card-reservation{
    font-size: 14px;
    margin-bottom: 4px;
    color: #686868;
}
.badge-danger{
    border-radius: 15px;
}

.title-price{
    font-family: 'RubikMedium';
}
.items-cars{
    font-family: 'RubikLight';
}
.card-car{
    transition: 0.5s;
    cursor: pointer;
}
.card-car:hover{
   transform: scale(1.03);
   -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
   -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
   box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
    transition: 0.5s;
}
.icon-input{
    position: absolute;
    padding-left: 10px;

}
.input-container{
    display: flex;
    align-items: center;
}
.input-container input{
    padding-left: 30px;
}

.input-passenger{
    border-radius: 0.25rem 0rem 0rem 0.25rem;
    
}
.input-children{
    border-radius: 0rem 0.25rem 0.25rem 0rem;

}


.list-items-cars {
    display: flex;
    padding-left: 0px;
}
.list-items-cars li {
    text-decoration: none;
    list-style: none;
    margin-right: 20px;
    color: #666666;
    font-family: 'RubikLight';
    font-size: 13px;
}
.list-detail-car{
    padding-left: 0px;
}
.list-detail-car li{
    list-style: none;
    font-family: 'RubikLight';
    color: #666666;
    font-size: 13px;
}
.list-category-car{
    padding: 0;
}
.list-category-car li{
    list-style: none;
    color: #666666;
    font-size: 15px;
    cursor: pointer !important;
}
.card-car-result{
    transition: 0.5s;
}
.card-car-result:hover{
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
   -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
   box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
    transition: 0.5s;
    transform: scale(1.01);
}


/* AMENIDADES */
#content_amenities,
#product_list{
  max-height: 400px;
  overflow: scroll;
  padding: 10px;
}
#product_list::-webkit-scrollbar,
#content_amenities::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
#product_list::-webkit-scrollbar-thumb,
#content_amenities::-webkit-scrollbar-thumb {
  background: rgb(41, 216, 132);
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
#product_list::-webkit-scrollbar-thumb:hover ,
#content_amenities::-webkit-scrollbar-thumb:hover {
  background: rgb(22, 167, 97);
  transition: 2s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
#product_list::-webkit-scrollbar-thumb:active,
#content_amenities::-webkit-scrollbar-thumb:active {
  background-color: rgb(22, 187, 107);
}
.content_btn_add{
  z-index: 111;
  right: 35px;
  bottom: 45%;
  position: absolute;
}
.content_num_amenity{
  background: white;
  border-radius: 8px;
  box-shadow: rgb(128 98 96 / 16%) 0px 6px 10px 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 5px;
  height: 40px;
  margin: 0px 10px 10px 10px;
  -webkit-box-align: center;
  align-items: center;
}
.btn_add{
    color: #fff;
    transition: all 0.3s ease 0s;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    /* position: relative; */
    overflow: hidden;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(41, 216, 132);
    box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
}
.content_img_amenity{
  height: 120px;
  width: 100%;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.img_amenity{
  width: 80%;
  height: 100%;
}
.content_info_amenity{

}
.content_buy_amenities{
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 112;
}
.btn_buy_amenities{
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 53px;
  width: 200px;
  cursor: pointer;
  /* position: relative; */
  overflow: hidden;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(41, 216, 132);
  border-top: 1px solid #fff;
  box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
  border-top-left-radius: 2em;
}
.btn_buy_amenities span{
  font-size: 24px;
}
.btn_buy_amenities:hover{
  background: rgb(22, 167, 97);
  transition: .5s;
}

.mivey_promo_img{
    position: absolute;
   right: 10%;
   height: 280px;
}



@media screen and (max-width: 991px) {
    .mivey_promo_img{
       height: 200px !important;
    }
    
    .menu-r{
        text-align: center;
        align-items: center;
    }
    .menu-r li {
        display: flex;
    }
    .font-size-xl{
        font-size: 1.8rem;
    }
    .font-size-smx2{
        font-size: 1.1rem;
    }
    .home-r{
        text-align: center;
    }
    .servicios-r{
        margin-top: 40px;
    }
    .frase-r{
        display: none;
    }
    .formulario-contacto{
        position: relative;
        width: 100%;
    }
    .formulario-centrar{
        display: flex;
        align-items: center;
    }
    .margin-bottom{
        margin-bottom: 30px;
    }
    footer{
        text-align: center;

    }
    .none-display{
        display: none;
    }

    .content-btn-nav{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body{
        margin-top:60px !important
    }
    .box-btn-menu-small{
        display: flex !important;
        justify-content: center !important;
        align-items: center;
    }
    .box-navbar-top, .btn-contacto{
        display: none !important;
    }
    .box-header{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    
}

@media screen and (max-width: 771px) {
    .mivey_promo_img{
        height: 150px !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
     }
    .text-traslados{
        display: none;
    }
    .box-navbar-top, .btn-contacto{
        display: none !important;
    }
    .font-size-xl{
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 600px) {
    .portada-home, .portada-image-background, .portada-degradado-background {
        min-height: 20vh !important;
    }
    
    .degradado-portada-page{
        height: 20vh !important;
    }

    .mivey_promo_img{
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 130px !important;
     }
    
    
    body{
        margin-top:60px !important
    }
    .box-navbar-top, .btn-contacto{
        display: none !important;
    }
    .box-header{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .box-btn-menu-small{
        display: flex !important;
        justify-content: center !important;
        align-items: center;
    }
    .accordion { height: auto; }
    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
    .footer-top{
        height: 300px;
    }
    .carousel-item{
        max-height: 300px;
    }
    .text-traslados{
        display: none;
    }
    .img-product{
        object-fit: cover !important; 
        height: 300px;
        width: 100%;
    
    }
    
    
}




.slider-container{
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative; 
    color: #fff;
    border-radius: 0.3rem;
    margin-top: 5px;
}

.left-slides{
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.right-slides{
    position: absolute;
    left: 35%;
    top: 0;
    width: 65%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.left-slides > div{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.left-slides h3{
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: 'RubikMedium';
    padding-left: 15px ;
    
}

.left-slides p{
    font-size: 0.95rem;
    padding-right: 40px;
    padding-left: 15px ;
    
}

.right-slides > div{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.slider-container button{
    position: absolute;
    left: 35%;
    top: 50%;
    font-size: 1.5rem;
    padding: 12px;
    border: none;
    cursor: pointer;
    color: rgb(0, 191, 203);
    background-color: rgb(255, 255, 255);
}

button:hover{
    opacity: 0.9;
}

button:focus{
    outline: none;
}

.slider-container .left-btn{
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.slider-container .right-btn{
    transform: translateY(-100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*Menu redes sociales*/

.redes-sociales{
    width: 45px;
    left: 0;
    bottom: 1.2rem;
    position: fixed;
    padding: 0;
    margin: 0;
    z-index: 1000;
    display: none;
}

.redes-sociales ul{
    padding: 0;
}

.redes-sociales ul li{
    background-color: #CC8F4E !important;
    padding: 15px;
    display: flex;
    color: white;
    font-size: 1.2rem;
    width: 55px;
    transition: 0.4s;
    border-radius: 0px 10px 10px 0px;

}

.redes-sociales ul li:hover{
    width: 75px;
    transition: 0.4s;
    padding-left: 35px;
    cursor:pointer;
    background-color: #4EBFBB !important;
   
}


/*Estilos de traslados*/

.contenedor-traslados{
    min-height: 100vh;
    
}

.contenedor-traslados-background{
    min-height: 100vh;
    width: 100%;
    background: rgb(31,31,31);
    background: linear-gradient(180deg, rgba(31,31,31,0.8141853246795997) 0%, rgba(52,52,52,0.5613763359155548) 59%, rgba(96,96,96,0.1259830774885885) 100%); 
}


.btn-blue{
    background-color: #0073C1 !important;  
    color: rgb(255, 255, 255) !important;
    font-size: 0.8rem;
}
.btn-blue :hover{
    background-color: #0465a7 !important;
    color: white !important;
}

select{
    font-family: 'RubikRegular' !important;
}

.blurContent label{
    color: #8d8d8d;
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 15px;
}

.label-category{
    background-color: #919191;
    border-radius: 20px;
    color: white;
    font-size: 0.85rem;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    border: 1px solid transparent;
}

.btn-circle-sm {
    width: 23px;
    height: 23px;
    padding: 3px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    border: 1px solid transparent;
}

.delete_right {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 0%;
}

/*Estilos btn cambiar foto de perfil*/
.btn-profile{
    height: 40px;
    width: 40px;
    background-color: rgb(241, 241, 241);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4e4e4e;

    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.5s;
}
.btn-profile :hover{
    background-color: #d1d1d1;
    transition: 0.5s;
}
.btn-close-profile{
    color: #bdbdbd;
    cursor: pointer;

}


/*Estilos de busqueda principal*/
.input-search{
    display: block;
    border: none;
    outline:none;
    padding: 0px 0px 0px 35px;
    color: #747474;
}
.input-search :focus{
    outline:none;
}
.btn-search{
    background-color: transparent;
    border: none;
    color: #4EBFBB;
    padding: 0px 15px;
    transition: 0.3s;
    text-align: right;
}
.btn-search :hover{
    color: #4EBFBB;
    transition: 0.3s;
}
.btn-apply-Filters{
    background-color:#4EBFBB ;
    color: white;
    border-radius: 20px;
}

.btn-apply-Filters :hover{
    color: white !important;
    background-color: #4EBFBB;
    
}


.scroll-product{
    height:100vh;
    overflow-y: scroll;
    scrollbar-width: none; /*Oculta scroll para firefox*/
}

.scroll-product::-webkit-scrollbar {
    display: none !important;
    
}

.btn-gallery{
    background: none !important;
    border: none;
}

.label-category{
    background-color: #CC8F4E;
    border-radius: 20px;
    color: #303030;
    padding: 3px 10px;
    margin-right:10px ;
    font-size: 14px;
}

/*Estilos de anuncios*/
.ads img {
    height: 220px !important;
    display: block;
    object-fit: scale-down;
}

.owl-stage .owl-item{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    transition: 0.8s !important; 
    transform: scale(1) !important;
}
.olw-item{
    transition: 0.8s !important; 
}
.owl-stage .center a img{
    transition: 0.8s;
    /*transform: scale(1.2) !important;*/
}

.owl-stage .center a:hover{
    text-decoration: none;
}


/* AMENIDADES */
#content_amenities,
#product_list{
  max-height: 400px;
  overflow: scroll;
  padding: 10px;
}
#product_list::-webkit-scrollbar,
#content_amenities::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
#product_list::-webkit-scrollbar-thumb,
#content_amenities::-webkit-scrollbar-thumb {
  background: rgb(41, 216, 132);
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
#product_list::-webkit-scrollbar-thumb:hover ,
#content_amenities::-webkit-scrollbar-thumb:hover {
  background: rgb(22, 167, 97);
  transition: 2s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
#product_list::-webkit-scrollbar-thumb:active,
#content_amenities::-webkit-scrollbar-thumb:active {
  background-color: rgb(22, 187, 107);
}
.content_btn_add{
  z-index: 111;
  right: 35px;
  bottom: 45%;
  position: absolute;
}
.content_num_amenity{
  background: white;
  border-radius: 8px;
  box-shadow: rgb(128 98 96 / 16%) 0px 6px 10px 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 5px;
  height: 40px;
  margin: 0px 10px 10px 10px;
  -webkit-box-align: center;
  align-items: center;
}
.btn_add{
    color: #fff;
    transition: all 0.3s ease 0s;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    /* position: relative; */
    overflow: hidden;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(41, 216, 132);
    box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
}
.content_img_amenity{
  height: 120px;
  width: 100%;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.img_amenity{
  width: 80%;
  height: 100%;
}
.content_info_amenity{

}
.content_buy_amenities{
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 112;
}
.btn_buy_amenities{
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 53px;
  width: 200px;
  cursor: pointer;
  /* position: relative; */
  overflow: hidden;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(41, 216, 132);
  border-top: 1px solid #fff;
  box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
  border-top-left-radius: 2em;
}
.btn_buy_amenities span{
  font-size: 24px;
}
.btn_buy_amenities:hover{
  background: rgb(22, 167, 97);
  transition: .5s;
}

#btnAmeni{
    background-color: #e2b168;
    border-color: #e2b168;
}
.btnFinishReserveB{
    background-color: #FA8072;
    border-color: #FA8072;
}
.btn-reservew{
    background-color: #FA8072;
    border-color: #FA8072;
}
.btn-reservew:hover{
    background-color: #e76051;
    border-color: #e76051;
}
.breadcrumb-item{
    cursor: pointer;
}


.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
  }
  
  /*Estilos solo al icono whatsapp*/
  .whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
  }
  
  /*Estilos con animation contorno respirando*/
  @keyframes breathe {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  
  /*Estilos de animacion del icono latiendo*/
  @keyframes beat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }