@font-face{
    font-family: 'Taco';
    src: url('../fonts/Raleway/static/Raleway-SemiBold.ttf');
}
@font-face{
    font-family: 'Taco-regular';
    src: url('../fonts/Raleway/static/Raleway-Regular.ttf');
}
@font-face{
    font-family: 'Taco_elegante';
    src: url('../fonts/Playfair/static/PlayfairDisplay-Regular.ttf');
}
@font-face{
    font-family: 'Taco_regular_2';
    src: url('../fonts/Barlow/Barlow-Regular.ttf');
}


@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/coolvetica.otf');
}
@font-face {
  font-family: 'Louis';
  src: url('../fonts/Sansation.ttf');
}

@font-face {
  font-family: 'Maxi';
  src: url('../fonts/BP.ttf');
}

/*LUCES DE NAVIDAD*/
.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 10px;
  height: 20px;
  border-radius: 50%;
  margin: 20px 35px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
          animation-name: flash-1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
  background: aqua;
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
          animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
          animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #e6e7f1;
  width: 6px;
  height: 4.3333333333px;
  border-radius: 2px;
  top: -4.6666666667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 76px;
  height: 21.6666666667px;
  border-bottom: solid #d7dafd 2px;
  border-radius: 80%;
  opacity: .5;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@-webkit-keyframes flash-2 {
  0%, 100% {
    background: aqua;
    box-shadow: 0px 4.6666666667px 24px 3px aqua;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: aqua;
    box-shadow: 0px 4.6666666667px 24px 3px aqua;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}





.overlayAnuncie { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); display: none;}
.overlayAnuncie form { position: relative; background: #FFF; width: 40%; height: 80%; margin: 50px auto; padding-bottom: 1px; }
.overlayAnuncie form i { 
	position: absolute; top: -15px; right: -15px; background: #000; color: #fff; width: 30px; height: 30px; padding: 5px;
	text-align: center; line-height: 20px; font-size: 16px; cursor: pointer; border-radius: 100%;
}

.content-name-agency {
}
.name-agency img{
  left: -25px ;
  top: 3%;
  position: absolute;
  height: 40px;
transform: rotate(-10deg);


}
.content-name{
  position: relative;
}
.name-agency{
  display: flex !important;

}
.name-agency p {
  font-family: 'Taco_elegante';
  color: #17a2b8;
  font-size:54px;
}


.content-name  h1{
  background-color: #212529;
  display:inline-block;
}
.snowflake {
  position: absolute;
  width: 5px;
  height: 5px;
  background: linear-gradient(white, white);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
}

#snow{
  top:0;
  position: fixed;
}

.label_new{
  padding: 3px 10px;
  background-color:#DE3028;
  color: white;
  font-size: 13px;
  border-radius: 20px;
}

table{
  font-size: 14px;
}
td small{
  font-size: 13px !important;
}
td{
  font-size: 13px !important;
}
table tr th {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.a + .b {
  margin-top: 4em;
}
.w-40{
  width: 40%!important;
}

.h-40{
  height: 40% !important;
}

.background_yamevi{
  background-color: #17a2b8!important;
  color: #fff !important;
  
}

.background_yamevi button{
  color: #fff !important;
  
}
.background_yamevi_2{
  background-color: #2A2E31 !important;
}
.sorting {
  background-color: #D4D4D4;
}
.asc:after {
  content: ' ↑';
}

.desc:after {
  content: " ↓";
}
.thead{
  background-color: #000000;
  color: #fff;
}
.container_pages { 
  min-height: 75vh;
  /* top, right bottom left */
  /* padding: 0 2rem 4rem 2rem ; */
}
.container_pages_1 { 
  min-height: 75vh; 
  /* top, right bottom left */
  padding: 0 2rem 4rem 2rem ;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/load/loading_yt.gif') 50% no-repeat rgb(249,249,249);
  opacity: .9;
}
/* NAV */
#nav_agencies{
    background: transparent;
    padding: 1.5rem 1.6rem 1.2rem 1.6rem;
}
#nav_agencies .nav_icon_movil{
    display: none;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url('../img/icon/menu.png') !important;
}
.nav-link{
  font-family: 'Taco_regular_2' !important;
    color: #000;
}
.nav-link:hover{
    color: #17a2b8;
    transition: .7s;
}
.current a{
    color:#17a2b8!important;
}

.space-nav{
  padding-top: 2rem;
}
/* END NAV */

/* BODY */
html, body{
  font-family: 'Taco_regular_2' !important;
  height:100%;
  margin: 0;
  margin-top: 5rem;
  
}
h1{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold !important;
}
ul {
    list-style: none;
  }

hr {
    border-color: var(--hr-color);
    margin: 20px 0;
  }
.row{
    margin: 0 !important;
    max-width: 100vw !important;
}
/* END BODY */
/* alerts */

.sinbordefondo {
  background-color: transparent !important;
  border: 0;
  color: #000;
  font-size: 15px;
  width: 100%;
}

/* ANIMACIONES */
@keyframes slidein {
    from {
      margin-left:100%;
      width:300%
    }
  
    to {
     margin-left:0%;
     width:100%;
   }
}
@keyframes moveLeft {
    from {
      transform: translateX(-500px);
    }
    to {
      transform: translateX(0px);
    }
}
@keyframes moveRight {
    from {
      transform: translateX(500px);
    }
    to {
      transform: translateX(0px);
    }
}
.fast_access[data-animation="to-top"] a span:last-child {
  transform: translateY(100%);
}

.fast_access[data-animation="to-top"] a:hover span:first-child {
  transform: translateY(-100%);
}

.fast_access[data-animation="to-right"] a span:last-child {
  transform: translateX(-100%);
}

.fast_access[data-animation="to-right"] a:hover span:first-child {
  transform: translateX(100%);
}

.fast_access[data-animation="to-left"] a span:last-child {
  transform: translateX(100%);
}

.fast_access[data-animation="to-left"] a:hover span:first-child {
  transform: translateX(-100%);
}

/* END ANIMACIONES */

/* BTNS PROPIOS */
#form_reserva_edit .custom-select{
  background-color: transparent !important;
  width: 80% !important;
  border-radius: 0px;
  border-bottom: 1px solid #999 !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
#form_reserva_edit input{
  width: 85% !important;
  border-radius: 0px;
  border-bottom: 1px solid #999 !important;
}

#form_reserva_edit .form-group{
  padding-left: 1rem !important;
  padding-right: 1.5rem !important;
}

#btnToTop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color:#17a2b8;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#btnToTop i{
    font-size: 20px;
}

#btnToTop:hover {
  background-color: #ad2c26;
  transition: 1s;
}
#btn_generate_pdf {
  position: fixed;
  bottom: 15px;
  left: 20px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color:#17a2b8;
  color: white !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#btn_generate_pdf i{
    font-size: 20px;
}

#btn_generate_pdf:hover {
  background-color: #ad2c26;
  transition: 1s;
}
#content-anuncio{
  position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.anuncio-header{
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#anuncio-body{
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
#anuncio {
  position: fixed;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  top: 150px;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}
#btn_add_file .spinner-border{
  width: 1rem !important;
  height: 1rem !important;
}
#btn-anuncio {
  position: fixed;
  z-index: 99;
  font-size: 14px;
  top: 150px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
#btn-anuncio a{
  font-size: 20px;
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#btn-anuncio a:hover{
  -webkit-transform: translate(120px, 0);
  -moz-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  -o-transform: translate(120px, 0);
  transform: translate(120px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.btn-now-anuncio,
#btn-anuncio a i {
  -webkit-animation: tiembla 2s infinite;
}
@-webkit-keyframes tiembla{
  0%  { -webkit-transform:rotateZ(-5deg); }
  50% { -webkit-transform:rotateZ( 0deg) scale(.8); }
  100%{ -webkit-transform:rotateZ( 5deg); }
}
#content-anuncio .card-header{
  background-color: transparent;
}
.price-anuncio{
color: #17a2b8;
font-size: 25px;
}
.carousel-yt2{
  height: 300px !important;
  max-height: 220px !important;
  width: 100%;
  max-width: 100%;
}
.btn-carousel-yt{
  background-color: transparent!important;
  border-color: transparent;
}

.table-yamevi{
  color: #17a2b8;
}
.btn-yamevi{
    background: #2A2E31!important;
    color: #fff !important;
}
.btn-yamevi:hover{
    background: #1a1d1f !important;
    color: #fff !important;
    transition: .8s;
}

.btn-yamevi_2{
    background: #2A2E31 !important;
    border: #2A2E31 !important;
    color: #fff !important;
    font-size: 13px !important;
}
.btn-yamevi_2:hover{
    background: #121314 !important;
    color: #fff !important;
    transition: 1s;
}

.btn-outline-yamevi_2{
  background: transparent !important;
  border-color: #2A2E31 !important;
  color: #2A2E31 !important;
  font-size: 12px !important;
}
.btn-outline-yamevi_2:hover{
  background: #2A2E31 !important;
  border-color: #2A2E31 !important;
  color: #fff !important;
  transition: 1s;
}
.btn-outline-yamevi_2:not(:disabled):not(.disabled).active{
  background: #2A2E31 !important;
  border-color: #2A2E31 !important;
  color: #fff !important;
}

.btn-outline-yamevi{
  background: #fff !important;
  border: 1px solid #2A2E31!important;
  color: #2A2E31!important;
}
.btn-outline-yamevi:hover{
  background: #2A2E31!important;
  border: 1px solid #fff !important;
  color: #fff !important;
  transition: .7s;
}
.btn_animation span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.btn_animation span:after {
  content: '\2708';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn_animation:hover span {
  padding-right: 25px;
}
.btn_animation:hover span:after {
  opacity: 1;
  right: 0;
}

.btn_animation_2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btn_animation_2 span:after {
  content: '\270B';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn_animation_2:hover span {
  padding-right: 25px;
}
.btn_animation_2:hover span:after {
  opacity: 1;
  right: 0;
}

.fast_access {
  display: flex;
  justify-content: center;
}
.fast_access li {
    height: 100%;
    width: 100%;
    padding: .5rem;
    margin: .5rem;
    color: #2A2E31;
}
.fast_access a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #2A2E31;
  border: 1px solid #2A2E31;
  border-radius: .25rem;
  text-align: center;
}
.fast_access a span {
  transition: transform .4s ease-out;
}
.fast_access a span i{
  font-size: 35px;
}
.fast_access a span p{
  font-size: 13px;
}
.fast_access a span h5{  
  font-size: 30px;
}
.fast_access a span:first-child {
  display: inline-block;
  padding: 10px;
  color: #2A2E31;
}
.fast_access a span:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
}
.fast_access i {
  font-size: 30px;
  color: #2A2E31;
}
.fast_access a:hover span:first-child {
  transform: translateY(100%);
}
.fast_access a:hover span:last-child,
.fast_access[data-animation] a:hover span:last-child {
  transform: none;
}

.progress_yamevi{
  background-color: #17a2b8!important ;
}
#alert-msg input{
  background: transparent !important;
  border: none !important;
}
/* END BTNS PROPIOS*/ 

/* HOME */
.backgound_img{
    background-image: url('../../assets/img/hero/h1_hero.jpg');
}
.backgound_img_sorteo{
    background-image: url('../img/hero/h1_hero.jpg');
}
.text_home_0{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text_home_1{
 /* padding: 25px 50px 75px 100px;
    top padding is 25px
    right padding is 50px
    bottom padding is 75px
    left padding is 100px */
    padding: 1.5rem 2rem 1.5rem 2.5rem;  
    position: relative;
}
.text_home_1 h1{
    font-family: 'Taco_elegante';
    color: #17a2b8;
    font-size:54px;
}
.content_img_1 img{
    width: 99%;
}
.content_img_1{
    animation-duration: 2s;
    animation-name: slidein;
}

/* END HOME */
/*---------------------------------------------------------------------------------------*/
/* RESERVACTION */
/*---------------------------------------------------------------------------------------*/
.title_bold{
  color: rgb(90 90 90) !important;
  font-weight: bold;
}


/* END RESERVACTION */
/*---------------------------------------------------------------------------------------*/
/* 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;
}
/*---------------------------------------------------------------------------------------*/
/*TRASLADOS*/
.content_amenity{
  width: 25%;
}

#content_results{
  padding-left: 3rem;
  padding-right: 3rem;
}
.text_not_available{
  color: #17a2b8!important;
}
.ratings i {
  font-size: 16px;
  color: red
}
.content_steps{
  border-bottom: 2px solid #17a2b8;
  padding: 0 30px 0 30px;
  margin-left: 10px;
  margin-right:10px;
}
.content_steps h3{
  color: #17a2b8;
}
.content_type_info{
  border-bottom: 1px solid #17a2b8;
  padding: 0 30px 0 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.content_type_info h6{
  color: #17a2b8;
}

.strike-text {
  color: red;
  text-decoration: line-through
}

.product-image {
  width: 100%
}

.dot {
  height: 7px;
  width: 7px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 3px;
  background-color: blue;
  border-radius: 50%;
  display: inline-block
}

.spec-1 {
  color: #938787;
  font-size: 15px
}
.para {
  font-size: 16px
}
.content_traslados_1{
    animation-duration: 1.5s;
    animation-name: moveLeft;
}
.content_traslados_2{
    animation-duration: 1.5s;
    animation-name: moveRight;
}
.card_header{
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #2A2E31;
    border-bottom: 1px solid #fff;
}
.card_header h4{
    color: #fff;
}
.card_header h5{
    color: #fff;
}
#form_reserva label{
    font-size: 15px;
}
.content_btn_cuentas {
    display: flex;
    justify-content: center;
    padding: .5rem;
    align-items: flex-start;
}
.content_btn_cuentas button{
    padding: .8rem 2rem .8rem 2rem;
}
.form-row label i{
  color: #17a2b8;
}
#form_transfer_edit{
  background-color: transparent !important;
  border: 0 !important;
}
.content_card_result_center {
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_card_result_center span{
  color: #17a2b8;
}
.content_rules_card_result i{
  font-size: 12px;
  color: #17a2b8;
}
.content_rules_card_result span{
  font-size: 12px;
}
.content_prices_card_resilt{
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;

}
.content_prices_results i{
  font-size: 25px;
  padding-bottom: .5rem;
  color: transparent;
}
.content_prices_results .active{
  font-size: 25px;
  padding-bottom: .5rem;
  color: #17a2b8;
}
.content_resumen{
  background-color: transparent !important;
}
.content_resumen .card-header{
  background: #17a2b8!important;
  color: #fff !important;
}
.content_resumen .line_resumen{
  padding: 3px;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.content_resumen select,
.content_resumen input{
  border: none !important;
}
.btn_load{
  font-weight: 100;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn_load span{
  margin: .2rem !important;
  width: .7rem !important;
  height: .7rem !important;
  vertical-align: middle;
}
.btn_load_black{
    color: #fff;
    background-color: #4c5191 !important;
    border-color: #4c5191 !important;
}
.modal-confirm {		
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #47c9a2;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}

.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}


.modal-confirm #header_error {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.confirm_reservation_state .spinner-border{
  width: 1rem !important;
  height: 1rem !important;
}
  /*END TRASLADOS*/

  /* RESERVACIONES */
  #content_view_reserva small{
    font-weight: bold;
  }
  #tableReservaciones{
    font-size: 14px;
  }
  #table_ticket{
    width: 70%;
    border:1px solid #a5a5a5; border-radius: 5px; 
  }
   #table_ticket td{
      border: none !important;
      padding: 5px !important;
   }
   #table_ticket #terms_conditions{
     padding: 30px 30px 0 30px !important;
   }
   #content_edit_reserva label,
   #content_edit_reserva span{
     font-size: 13px;
   }
   
   #content_edit_reserva h6{
     font-size: 14px;
   }
   #currency{
    text-transform: uppercase !important;
     font-size: 11px;
   }
   .currency{
    text-transform: uppercase !important;
     font-size: 11px;
   }
   .form_edit_reserva label{
     font-size: 13px;
   }
   #close_edit_reserva button{
     color: #17a2b8!important;
     border: 1px solid #17a2b8!important;
     border-radius: 5px;
     margin-left: 7px;
   }
   /* CONCILIATIONS */
   .column_mult{
     display: none;
     text-align: center;
   }
  /* CUENTA */
  .content-img-profile{
    padding: 1rem 1rem .2rem 1rem;
  }
  /*FOOTER*/
footer {
    background-image: url('../img/footer/footer.png') ;
    bottom: 0;
    min-height: 250px;
    height: auto;
    width: 100%;
    color: #FFFFFF;
    padding: 1rem;
}
.footer-top{
    padding-top: 1rem;
    font-size: 15px;
}
.footer_title_1 p{
    font-size: 13px;
}
.footer-social i{
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
}
.footer-social i:hover{
    color: #fff;
    transition: .7s;
}
.footer-botom{
    color: #FFFFFF;
    font-size: 13px;
}
.footer-botom a{
    color: #FFFFFF;
    text-decoration:none !important;
}
.footer-botom a:hover{
    color: #fff;
    transition: .7s;
}
/*END FOOTER*/
  
/* RESPONSIVO */
@media screen and (max-width: 768px) {
  .space-nav{
    /* padding-top: 8rem; */
    text-align: center;
  }
  .navbar-toggler{
    margin-top: 0rem !important;
    margin-bottom: 30px;
  }
  .menu-idiomas{
    right:20% !important;
  }
  
  .container_pages { 
    min-height: 75vh; 
    /* top, right bottom left */
    padding: 0 ;
  }
  #content_results{
    padding-left: 0;
    padding-right: 0;
  }
  .img_amenity{
    width: 70%;
    height: 100%;
  }
  .content_traslados_2{
    display: none;
  }
  #form_transfer_edit{
    display: none;
  }
  .hidden-sm{
    display: none;
  }
    .fast_access {
        display: block;
        justify-content: center;
      }
    #nav_agencies .nav_icon{
        text-align: right;
        margin-right: 0;
    }
    #nav_agencies .nav_icon{
        display: none;
    }
    #nav_agencies .nav_icon_movil{
        display: block;
    }
    
    .text_home_1 h1{
        font-family: 'Taco_elegante';
        color: #17a2b8;
        font-size:30px;
    }
    
    
}
@media screen and (max-width: 1024px) {

  #tablaConciliaciones,
  #tableReservaciones,
  #tablaUsuarios{
    font-size: 12px;
  }

    .fast_access li {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: .4rem;
        color: #2A2E31;
    }
    #nav_agencies .nav_icon{
        text-align: right;
        margin-right: 0;
    }
    #nav_agencies .nav_icon{
        display: none;
    }
    #nav_agencies .nav_icon_movil{
        display: block;
    }
    #nav_agencies .nav-link{
        font-size: 14px;
    }
    
    .text_home_1 h1{
        font-family: 'Taco_elegante';
        color: #17a2b8;
        font-size:30px;
    }
    .footer-top{
        padding-top: 1rem;
        font-size: 12px;
    }
    .footer-botom{
        font-size: 12px;
    }
    
}
.space-nav{
  /* padding-top: 8rem; */
  text-align: center;
}

 /* These classes determine the different appearances */
 .opacity {
  opacity: 0.6;
}
.grayscale {
  filter: grayscale(100%);
}
.blur {
  filter: blur(3px);
}
.opacitygrayscale {
  opacity: 0.6;
  filter: grayscale(100%);
}
.opacityblur {
  opacity: 0.6;
  filter: blur(3px);
}
.grayscaleblur {
  filter: blur(3px) grayscale(100%);
}
.everything {
  filter: blur(3px) grayscale(100%);
  opacity: 0.6
}

.product_list{
  max-height: 600px;
  overflow-y: auto;
}

.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;
}

.card_float a{
  text-decoration: none !important;
  color: #000 !important;
}
.card_float a:hover{
  text-decoration: none !important;
  color: #007bff !important;
}
.card_float {
  color: rgb(37, 37, 37);
  position: absolute;
  right: 0px;
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  /* max-width: 250px; 
  text-align: left;*/
  z-index: 999;
  /*font-size: 12px;*/
  /*max-height: 500px;
  padding: auto;
  overflow: auto;*/
  /*height: 200px;*/
  width: 280px;
}

.product_card {
  transition: box-shadow .3s;
  background: #fff;
  float: left;
}
.product_card:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.delete_right {
  display: block;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 0%;
}

#total_final{
  font-size: 23px !important;
  padding-right: .2em;
 }
 #type_currency{
   font-size: 15px !important;
 }
.tittle-reservation-detail{
  color: #979797;
  /* font-weight: bold; */
}
/* ################################################################## */
/* SORTEO */
/* ################################################################## */
.f-1{
  color: #000000; font-size: 40px; font-weight: 300; line-height: 58px; margin: 0 0 58px;
}
.f-2{
  font-weight: bold;
  color: #17a2b8;
  font-size: 40px;
}
.f-3{
  font-weight: bold;
  color: #4c5191;
  font-size: 40px;
}
.f-4{
  font-weight: bold;
  color: #4c5191;
}
.date { 
  background: #17a2b8; 
  color: #ffffff; 
  display: inline-block;  
  font-size: 12px; 
  font-weight: bold; 
  line-height: 12px; 
  letter-spacing: 1px; 
  margin: 15px 0 20px; 
  padding: 10px 15px 8px; 
  text-transform: uppercase; 
}
.contento_two{
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_two_all{
  padding-bottom: 30px;
}
.content_two_all > .content_img_sorteo > img{
  width: 100%;
  height: 100%;
}
.content_two_all > .terms_conditions{
  padding-top: 20px;
  text-align: right;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf')format('truetype');
}

/* ESTILOS AGENCIAS */
.sidenav_agencies {
  height: 100%;
  background-image: url('../img/background/login_agen.png');
  overflow-x: hidden;
  padding-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-login-agencies{
  background-color: #2A2E31 !important;
  color: #fff !important;
}
.btn-login-agencies:hover{
  background-color: #2a2c5f !important;
  color: #fff !important;
  transition: 1s;
}
.title-login-agen h2{
  color: #2A2E31;
  font-weight: bold;
}

/*===== Nav | Logo y opciones de menu======*/

.menu-estilos{
  font-family: 'Rubik';
  font-size: 14px;
  color: #2A2E31;
  margin: 0px 10px 0px 8px;
}

.menu-idiomas{
  position: absolute;
  display: flex;
  width: 413px;
  height: 40px;
  right: 0px;
  top: 0px;
  background: #f1fbfc;
  border-radius: 0px 0px 0px 20px;
}
.portada-text{ 
  /* height: 550px; */
  width: 100%;
  /* display: flex; */
  align-items: center;
  /*justify-content: center;*/
  position: relative;
  z-index: 4;
}

.contenedor-text{
  padding: 50px;
}
.navbar-effect{
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.06);

}
.text-contenido-idiomas{
  padding: 8px 30px 8px 30px;
}
.menu-opciones-telefono{
  text-decoration: none;
  font-family:'Poppins';
  font-size: 14px;
  color: #2A2E31;
}
.opciones-idiomas{
  text-decoration: none;
  font-family: 'Poppins';
}
.seccion-portada{
  position:relative;
}


.color-red{
  color: #DE3028;
 }
 
 .color-purple{
     color: #2A2E31;
 }
 
 /*Background*/
 .background-red{
     background-color: #DE3028;
 }
 
 .background-purple{
     background-color: #2A2E31;
 }
 


/*=========Estilos de boton========*/

.btn-outline-purple{
  border: 1px solid #2A2E31;
  color: #2A2E31;
  border-radius: 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  transition: 0.5s;
}
.btn-outline-purple:hover{
  background-color: #2A2E31;
  color: #FFFFFF;
  transition: 0.5s;
}

.btn-trasparente{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-decoration-line: underline;
  color: #2A2E31;
}
.btn-purple{
  background-color: #2A2E31;
  color: #FFFFFF;
  border-radius: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  transition: 0.5s;

}
.btn-purple:hover{
  background-color: #30296b;
  transition: 0.5s;
  color: #FFFFFF;
}


/*Estilos seccion servicios*/
.idiomas-hover a{
  text-decoration:none !important;
  transition: all 1s !important;
}

/* ---------------TOURS---------------- */


/*Estilos portada home*/
.portada-home{
  min-height: 100vh;
}

.portada-image-background{
 min-height: 100vh;
 background-image: url('../img/home-page/portada-home.jpg');
 background-position: center center;
 background-size: cover;
}

.portada-degradado-background{
  min-height: 100vh;
  background: linear-gradient(120deg, rgba(32, 30, 24, 0.4) 0%, rgba(0, 0, 0, 0) 70.11%);
}
.portada-text{
  text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}
.wave-home{
  bottom: 0;
}
#productTitle,#productPrice,#label_total{
  font-family: 'Rubik' !important;
}

/*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: 35vh;
   width: 100%;
   background: rgb(31,31,31);
   background: linear-gradient(180deg, rgba(31,31,31,0.9141853246795997) 0%, rgba(52,52,52,0.45) 85%, rgba(96,96,96,0.1259830774885885) 80%);
   background: rgb(65,67,128);
   background: linear-gradient(90deg, rgba(26, 78, 109, 0.814) 0%, rgba(9, 48, 121, 0.75) 32%, rgba(40, 134, 222, 0.626) 100%); 
}

.img-portada-page{
   z-index: 1;
   height: 35vh;
   width: 100%;
   object-fit: cover;
   background-position: center center;
   object-position: center center;
}


.img-product{
   object-fit: cover !important; 
   height: 500px;
   width: 100%;

}

.label-reservation{
   padding: 0;
   margin: 0;
   color: #303030;
}


/*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: #17A2B8;
  padding: 0px 15px;
  transition: 0.3s;
  text-align: right;
}
.btn-search :hover{
  color: #161838;
  transition: 0.3s;
}
.btn-apply-Filters{
  background-color:#17A2B8 !important;
  color: white !important;
  border-radius: 20px !important;
}

.btn-apply-Filters :hover{
  color: white !important;
  
}


.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: #3D4184;
  border-radius: 20px;
  color: #ffffff;
  padding: 3px 10px;
  margin:5px ;
  font-size: 14px;
  display: inline-block;
}
#divCategories{
  display: inline;
}

/*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;
}



.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 de tours y hoteles recientes  */
/*texto*/
p{
  font-size: 14px;
  /* color: #757575; */
}

#divDescription,#divRestriction h1{
  font-size: 22px;
}
#divDescription,#divRestriction h2{
  font-size: 20px;
}
#divDescription,#divRestriction h3{
  font-size: 18px;
}
#divDescription,#divRestriction h4{
  font-size: 14px;
}
#divDescription,#divRestriction h5{
  font-size: 14px;
}
#divDescription,#divRestriction h6{
  font-size: 12px;
}
#divDescription,#divRestriction p{
  font-size: 14px;
}
#divDescription,#divRestriction ul li, ol li{
  font-size: 14px;
}
.card__r {
  position: relative;
  display: block;
  height: 300px;  
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;

}
.card-img-overlay{
  background: rgb(0,0,0);
  background: linear-gradient(185deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 71%);   
}
.card__image {      
  width: 100%;
  min-height: 250px;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.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: 99%;
  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: 0.8em;
margin: 0 0 .3em;
color: #474747;

}
.card__price{
text-align: end;
font-family: 'RubikMedium';
font-size: 1.3em;
}
.card_location {
font-size: .7em;
color: #D7BDCA;
}
.card__description {
  font-size: 0.83rem;
  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__description p{
  font-size: 0.8em;
}
.card__category{
  margin-top: 15px;
  border-radius: 15px;
  padding: 4px 15px;
  background-color: #17A2B8;
  color: white;
  text-align: center;
  font-size: 11px !important;
}
.card__pax{
  font-size: 11px !important;
}

.color-amarillo{
  color: #17A2B8;
}

.li-category{
  cursor: pointer;
}

.card-category{
  /*background-color: #645C9D;*/
  min-height: 100px;
  color: white;
}
.card-pointer :hover{
  cursor: pointer !important;
}

.degradado-portada-page-2{
  text-transform:uppercase;
  
  z-index: 2;
  font-size: 1rem;
  height: 100px;
  width: 100%;
  font-family: 'RubikMedium';
  display: flex;
  justify-content: right;
  align-items: center;
  color: #FFFFFF;
  /*text-shadow: 2px 1px 0 #333333;*/
  background: rgb(0,0,0);
  background: linear-gradient(144deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.551263976364993) 76%); 
}

.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;
    border: none !important;
}
.owl-nav .owl-next{
  right: -45px !important;
  position: absolute;
  border: none !important;
}

.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: #DE3028;
  transition: .4s;
  transform: scaleX(1.4);
}
.owl-stage-outer{
  padding-bottom: 10px;
}
/* Fin estilos de tours y hoteles recientes  */

#searchCard{
  margin-top: -32px !important; 
  z-index:100;
}

@media (max-width: 991px) {
  .menu-idiomas{
    right: 25%;
    top:auto;
    justify-content: center;
    width: 440px !important;
    bottom: 0 !important;
    border-radius: 50px 50px 0px 0px;
    transition: 1s;
  }
  .idiomas-hover{
    transition: 1s !important;
  }
  .navbar-brand{
    margin-bottom: 30px ;
  }
  .navbar-effect{
    min-height: 100px;
  }
  .space-nav{
    padding-top: 0px !important;
    padding-bottom: 60px !important;
  }
}

@media (max-width: 610px) {

  .menu-idiomas{
   width: 100% !important;
   right: 0 !important;
  }
  

    
}
