@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');
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



@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');
}

.font-rubikBold{
font-weight: 700;
}

.font-DM-Sans{
  font-family: 'DM Sans', 'sans-serif' !important;
}

.font-weight-medium{
  font-weight: 600 !important;
}
.font-size-sm-1{
  font-size: 0.9rem;
}

.bg-menu-tours{
  background-color: #ebebeb;
}
.border-secondary-yt{
  border-secondary : #929292  !important;
}
.border-bottom-yt{
  border-bottom: 2px solid #929292 !important;
}



.btn-purple {
    color: #fff;
    background-color: #282364;
    border-color: #282364;
}

.btn-purple:hover {
    color: #fff;
    background-color: #282364;
    border-color: #282364;
}

.btn-purple:focus,
.btn-purple.focus {
    color: #fff;
    background-color: #282364;
    border-color: #282364;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25);
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #282364;
    border-color: #282364;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #282364;
    border-color: #282364;
}

/*LUCES DE NAVIDAD*/
.lightrope {
text-align: center;
white-space: nowrap;
overflow: hidden;
position: fixed;
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: #E1423B;
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: #E1423B !important;
color: #fff !important;

}

.background_yamevi button{
color: #fff !important;

}
.background_yamevi_2{
background-color: #414380 !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/load.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: #E1423B;
  transition: .7s;
}
.current a{
  color:#E1423B !important;
}

.space-nav{
padding-top: 2rem;
}
/* END NAV */

/* BODY */
html, body{
/*font-family: 'Taco_regular_2' !important;*/
font-family: "DM Sans", sans-serif !important;
height:100%;
margin: 0;
margin-top: 5.9rem;

}
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:#E1423B;
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:#E1423B;
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: #E1423B;
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: #E1423B;
}
.btn-yamevi{
  background: #E1423B !important;
  color: #fff !important;
}
.btn-yamevi:hover{
  background: #ad2c26 !important;
  color: #fff !important;
  transition: .8s;
}

.btn-yamevi_2{
  background: #414380 !important;
  border: #414380 !important;
  color: #fff !important;
  font-size: 13px !important;
}
.btn-yamevi_2:hover{
  background: #575c9b !important;
  color: #fff !important;
  transition: 1s;
}

.btn-outline-yamevi_2{
background: transparent !important;
border-color: #5b5da3 !important;
color: #5b5da3 !important;
font-size: 12px !important;
}
.btn-outline-yamevi_2:hover{
background: #414380 !important;
border-color: #414380 !important;
color: #fff !important;
transition: 1s;
}
.btn-outline-yamevi_2:not(:disabled):not(.disabled).active{
background: #414380 !important;
border-color: #414380 !important;
color: #fff !important;
}

.btn-outline-yamevi{
background: #fff !important;
border: 1px solid #E1423B !important;
color: #E1423B !important;
}
.btn-outline-yamevi:hover{
background: #E1423B !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: #414380;
}
.fast_access a {
position: relative;
display: block;
overflow: hidden;
color: #414380;
border: 1px solid #414380;
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: #414380;
}
.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: #414380;
}
.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: #E1423B !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: #E1423B;
  font-size:54px;
}
.content_img_1 img{
  width: 99%;
}
.content_img_1{
  animation-duration: 2s;
  animation-name: slidein;
  position: relative;
  min-height: 400px;
}

#map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  z-index: 10;
}

/* 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: #E1423B !important;
}
.ratings i {
font-size: 16px;
color: red
}
.content_steps{
border-bottom: 2px solid #E1423B;
padding: 0 30px 0 30px;
margin-left: 10px;
margin-right:10px;
}
.content_steps h3{
color: #E1423B;
}
.content_type_info{
border-bottom: 1px solid #E1423B;
padding: 0 30px 0 30px;
margin-left: 30px;
margin-right: 30px;
}
.content_type_info h6{
color: #E1423B;
}

.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: #E1423B;
  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: #E1423B;
}
#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: #E1423B;
}
.content_rules_card_result i{
font-size: 12px;
color: #E1423B;
}
.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: #E1423B;
}
.content_resumen{
background-color: transparent !important;
}
.content_resumen .card-header{
background: #E1423B !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: #E1423B !important;
   border: 1px solid #E1423B !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: #C0C1EE;
  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: #C0C1EE;
}
.footer-social i:hover{
  color: #fff;
  transition: .7s;
}
.footer-botom{
  color: #C0C1EE;
  font-size: 13px;
}
.footer-botom a{
  color: #C0C1EE;
  text-decoration:none !important;
}
.footer-botom a:hover{
  color: #fff;
  transition: .7s;
}
.items-info-tours{
  width: 75% !important;
}
/*END FOOTER*/

/* RESPONSIVO */
@media screen and (max-width: 768px) {
.items-info-tours{
  width: 100% !important;
}
.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: #E1423B;
      font-size:30px;
  }

  .img-portada-page{
    background-image: url("../img/hero/banner-tours-sm.png");
  }
  
}
@media screen and (max-width: 1024px) {

#tablaConciliaciones,
#tableReservaciones,
#tablaUsuarios{
  font-size: 12px;
}

  .fast_access li {
      height: 100%;
      width: 100%;
      padding: 0;
      margin: .4rem;
      color: #414380;
  }
  #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: #E1423B;
      font-size:30px;
  }
  .footer-top{
      padding-top: 1rem;
      font-size: 12px;
  }
  .footer-botom{
      font-size: 12px;
  }

  .img-portada-page{
    background-image: url("../img/hero/banner-tours.png");
  }
  
}
.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;
top: 2rem;
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: #E1423B;
font-size: 40px;
}
.f-3{
font-weight: bold;
color: #4c5191;
font-size: 40px;
}
.f-4{
font-weight: bold;
color: #4c5191;
}
.date { 
background: #E1423B; 
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;
}
.btn-login-agencies{
background-color: #414380 !important;
color: #fff !important;
}
.btn-login-agencies:hover{
background-color: #2a2c5f !important;
color: #fff !important;
transition: 1s;
}
.title-login-agen h2{
color: #414380;
font-weight: bold;
}

/*===== Nav | Logo y opciones de menu======*/

.menu-estilos{
font-family: 'Rubik';
font-size: 14px;
color: #414380;
margin: 0px 10px 0px 8px;
}

.menu-idiomas{
position: absolute;
display: flex;
width: 460px;
height: 40px;
right: 0px;
top: 0px;
background: #F1F4FC;
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: #414380;
}
.opciones-idiomas{
text-decoration: none;
font-family: 'Poppins';
}
.seccion-portada{
position:relative;
}


.color-red{
color: #DE3028;
}

.color-purple{
   color: #414380;
}

.zoom-hover {
    transition: transform 0.3s ease;
    overflow: hidden;
}

.zoom-hover:hover {
    transform: scale(1.03);
}



/*Background*/
.background-red{
   background-color: #DE3028;
}

.background-purple{
   background-color: #414380;
}



/*=========Estilos de boton========*/

.btn-outline-purple{
border: 1px solid #414380;
color: #414380;
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: #414380;
color: #FFFFFF;
transition: 0.5s;
}

.btn-trasparente{
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 12px;
text-decoration-line: underline;
color: #414380;
}
.btn-purple{
background-color: #414380;
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-weight: 800 !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: 47vh;
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(65,67,128,.8141853246795997) 0%, rgba(42, 42, 170, 0.75) 32%, rgba(222,48,40,0.8259830774885885) 100%);  */
}

.degradado-portada-page-active{
background: rgb(31,31,31);
background: linear-gradient(180deg, rgba(31,31,31,0.8141853246795997) 0%, rgba(52,52,52,0.45) 85%, rgba(96,96,96,0.1259830774885885) 100%);
/* background: rgb(65,67,128);
background: linear-gradient(90deg, rgba(65,67,128,.8141853246795997) 0%, rgba(42, 42, 170, 0.75) 32%, rgba(222,48,40,0.8259830774885885) 100%);  */
}

#img_zone{
min-height: 35vh;
}


.img-portada-page{
 z-index: 1;
 z-index: 1;
 height: 47vh;
 width: 100%;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 background-image: url("../img/hero/background-tours.png");
}

.img-portada-page-transfers {
z-index: 1;
height: 47vh;
width: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-image: url("../img/hero/background-transfers.png");
}



.img-product{
 object-fit: cover !important;
 border-radius: 20px;
 width: 100%;

}

.plyr__video-embed{
  border-radius: 20px !important;
}

.rounded-xl{
  border-radius: 10px !important;
}


.label-reservation{
 padding: 0;
 margin: 0;
 color: #303030;
}

#player{
  background-color: black;
  justify-content: center;
  border-radius: 10px;
}

#divDescription, #divInclude, #divRestriction{
  h1, h2, h3, h4, h5, h6{
    color:#2e2e2e;
  }
  p{
    color: #8d8d8d;
  }
  h2{
    font-size: 1.5rem;
  }
  h3{
    font-size: 1.3rem;
  }
  h4{
    font-size: 1.1rem;
  }
  p{
    font-size: 0.9rem;
  }
}


/*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: #E9453F;
padding: 0px 15px;
transition: 0.3s;
text-align: right;
}
.btn-search :hover{
color: #161838;
transition: 0.3s;
}
.btn-apply-Filters{
background-color:#3D4184 !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: 3px 2px 5px -3px rgba(0,0,0,0.20);
padding-left: 5px;

}
.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;
margin-left: 5px;
border: 1px solid rgba(0,0,0,.125);
}
.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: #E9453F;
color: white;
text-align: center;
font-size: 11px !important;
}
.card__pax{
font-size: 11px !important;
}

.color-amarillo{
color: #E9453F;
}

.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%); 
}
.nav-link{
color: #808080 !important;
}



.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;
}

.stiker-promo{
position: absolute;
z-index: 20;
top: 10px;
left: -4px;
width: auto !important;
}
/* Fin estilos de tours y hoteles recientes  */

#searchCard{
margin-top: -32px !important; 
z-index:100;
}

#content-ticket h3 {
font-size: 16px;
}
#content-ticket h2 {
font-size: 14px;
}
#content-ticket h5 {
font-size: 12px;
}
#content-ticket p {
color:#636363;
}
#content-ticket ul {
padding-left: 0px;
color:#636363;
}

@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;
}
.img-portada-page{
  background-image: url("../img/hero/background-tours.png");
}
.img-portada-page-transfers{
  background-image: url("../img/hero/background-transfers-sm.png");
}
}

@media (max-width: 610px) {

.menu-idiomas{
 width: 100% !important;
 right: 0 !important;
}

.img-portada-page{
  background-image: url("../img/hero/background-tours.png");
}
  
}

.degradado-portada-page-zones{
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(49, 49, 49, 0.214) 0%, rgba(35, 35, 39, 0.75) 32%, rgba(27, 20, 20, 0.426) 100%); 
}



/*Estilos de busqueda principal*/
.input-search{
display: block;
border: none;
outline:none;
padding: 0px 0px 0px 35px;
color: #747474;
}
.input-search :focus{
outline:none;
}

.icon-input{
position: absolute;
padding-left: 10px;
z-index: 999;

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

.custom-bootstrap-dropdown {
  border-radius: 0.375rem;  /* Bordes redondeados */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Sombra */
}

.select2-results__option--selected{
  background: #dbdbdb !important;
  color: #000 !important;
}

.select2-selection {
  padding-left: 30px !important;
}

.custom-dropdown{
  margin-top: 95px !important;
}

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

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

}


:root {
/* Variables de colores */
--color-primary: #e99d2a;
--color-secondary: #f1f1f1;
--color-accent: #ffd356;
--color-card-purple: linear-gradient(77deg, rgba(230,180,90,1) 13%, rgba(248,209,126,1) 65%, rgba(254,255,202,1) 100%);
--color-btn-primary: linear-gradient(77deg, rgba(255,255,255,1) 0%, rgba(255,240,144,1) 100%);
--color-btn-secondary: rgb(246,231,72);

/* Colores por nivel */
--color-level-1: #ffffff;
--color-level-2: #282364;
--color-level-3: #ffca68;
--color-level-4: #6d6d6d;
}

/* Títulos */
.title-checkReservation {
font-size: 2rem !important;
font-family: "Poppins";
color: var(--color-primary);
margin: 0;
padding: 0;
}

/* Cards */
.card-purple {
background: var(--color-card-purple);
border-radius: 20px !important;
font-size: 1.5rem !important;
color: var(--color-secondary);
border: none !important;
}

.resume-body {
font-family: "Poppins";
font-size: 1.3rem !important;
}

/* Botones promocionales */
.btn-promotion-primary {
background: var(--color-btn-primary);
border: none;
border-radius: 20px;
color: var(--color-secondary);
font-size: 16px;
font-weight: bold;
padding: 12px 20px;
text-align: center;
text-decoration: none;
cursor: pointer;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-promotion-secondary {
background: var(--color-btn-secondary);
border: none;
border-radius: 20px;
color: var(--color-secondary);
font-size: 16px;
font-weight: bold;
padding: 12px 20px;
text-align: center;
text-decoration: none;
cursor: pointer;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-promotion-primary:hover {
transform: scale(1.05);
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.btn-promotion-primary:active {
transform: scale(0.95);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Progress bar */
.progress {
width: 100%;
max-width: 600px;
}

/* Mat Card */
.mat-card {
padding: 0 15px;
border: none;
}

/* Bento Cards */
.bento-card {
background: var(--color-level-1);
font-size: 1.5rem !important;
color: var(--color-secondary);
border-color: var(--color-primary) 1px;
border-radius: 10px !important;
border: 1px solid;
}

.bento-card-color1 {
background: var(--color-level-3);
font-size: 1.5rem !important;
color: var(--color-secondary);
border-color: var(--color-level-4) 1px;
border-radius: 10px !important;
border: 1px solid;
}

.bento-txt {
color: #727272;
}

.bento-heading-txt {
font-size: 1.7rem !important;
font-weight: 600;
color: var(--color-level-2);
}

.text-level-puerple{
color: var(--color-level-2);
}

.level-counter-icon{
width: 20px;
}
.dropdown-divider-levels {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #d8dce0;
}
/* Cupones */
#inp_code_coupon {
font-size: 12px !important;
}

.coupon {
color: #575757;
font-size: 12px !important;
height: 100%;
}

.coupon .kanan {
border-left: 1px dashed #d3d3d3;
width: 100% !important;
position: relative;
}

#inp_amount_discount {
text-align: right;
}

#inp_type_discount {
height: 47px;
font-size: 17px !important;
}

.coupon .kanan .info::after, .coupon .kanan .info::before {
content: '';
position: absolute;
width: 20px;
height: 20px;
background: #ffffff;
border-radius: 100%;
}

.coupon .kanan .info::before {
top: -10px;
left: -10px;
}

.coupon .kanan .info::after {
bottom: -10px;
left: -10px;
}

.coupon .time {
font-size: 1.6rem !important;
}

/* Timeline */
.timeline-steps {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.timeline-steps .timeline-step {
align-items: center;
display: flex;
flex-direction: column;
position: relative;
}

@media (min-width:768px) {
.timeline-steps .timeline-step:not(:last-child):after {
  content: "";
  display: block;
  border-top: .25rem dotted var(--color-accent);
  width: 3.46rem;
  position: absolute;
  left: 7.5rem;
  top: .3125rem;
}

.timeline-steps .timeline-step:not(:first-child):before {
  content: "";
  display: block;
  border-top: .25rem dotted var(--color-accent);
  width: 3.8125rem;
  position: absolute;
  right: 7.5rem;
  top: .3125rem;
}
}

.timeline-steps .timeline-content {
width: 10rem;
text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
border-radius: 1.5rem;
height: 1rem;
width: 1rem;
display: inline-flex;
align-items: center;
justify-content: center;
background-color: var(--color-accent);
}

.timeline-steps .timeline-content .inner-circle:before {
content: "";
background-color: var(--color-accent);
display: inline-block;
height: 3rem;
width: 3rem;
min-width: 3rem;
border-radius: 6.25rem;
opacity: .5;
}

/* FUEGOOOO */

body .textcontainer {
/* padding: 40px 0;
text-align: center; */
}
body .particletext {
text-align: center;
/* font-size: 48px; */
position: relative;
}

body .particletext.fire > .particle {
position: absolute;
background-color: rgba(255, 193, 7, 0.349);
border-radius: 40px;
border-top-right-radius: 0px;
-webkit-animation: fires 0.8s linear infinite;
        animation: fires 0.8s linear infinite;
transform: rotate(-45deg);
opacity: 0;
}


body .particletext.bubbles > .particle {
opacity: 0;
position: absolute;
background-color: rgba(33, 150, 243, 0.5);
-webkit-animation: bubbles 3s ease-in infinite;
        animation: bubbles 3s ease-in infinite;
border-radius: 100%;
}

body .particletext.fire > .particle:before {
position: absolute;
content: "";
top: 60%;
left: 40%;
transform: translate(-50%, -50%);
width: 50%;
height: 50%;
border-radius: 40px;
border-top-right-radius: 0px;
background-color: rgba(251, 138, 0, 0.438);
}

body .particletext.sunbeams > .particle {
position: absolute;
background-color: rgba(253, 216, 53, 0.384);
-webkit-animation: sunbeams 3s linear infinite;
        animation: sunbeams 3s linear infinite;
}


body .particletext.hearts > .particle {
opacity: 0;
position: absolute;
background-color: #cc2a5d;
-webkit-animation: hearts 3s ease-in infinite;
        animation: hearts 3s ease-in infinite;
}

body .particletext.hearts > .particle:before, body .particletext.hearts > .particle:after {
position: absolute;
content: "";
border-radius: 100px;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: #cc2a5d;
}
body .particletext.hearts > .particle:before {
transform: translateX(-50%);
}
body .particletext.hearts > .particle:after {
transform: translateY(-50%);
}
body .particletext.lines > .particle {
position: absolute;
background-color: rgba(244, 67, 54, 0.5);
-webkit-animation: lines 3s linear infinite;
      animation: lines 3s linear infinite;
}
body .particletext.confetti > .particle {
opacity: 0;
position: absolute;
-webkit-animation: confetti 3s ease-in infinite;
        animation: confetti 3s ease-in infinite;
}
body .particletext.confetti > .particle.c1 {
background-color: rgba(76, 175, 80, 0.5);
}
body .particletext.confetti > .particle.c2 {
background-color: rgba(156, 39, 176, 0.5);
}

.container_page_levels{
min-height: 60vh;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url('../img/background/background-level.png');
}

.btn-purple-level{
background-color: #30296b !important;
color: white !important;
border-radius: 20px !important;
}

.confetti {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 100%;
height: 40vh;
overflow: hidden;
}

.confetti-piece {
position: absolute;
width: 8px;
height: 16px;
background: #60f9c3;
top: 0;
opacity: 0;
}
.confetti-piece:nth-child(1) {
left: 7%;
transform: rotate(-46deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 153ms;
        animation-delay: 153ms;
-webkit-animation-duration: 750ms;
        animation-duration: 750ms;
}
.confetti-piece:nth-child(2) {
left: 14%;
transform: rotate(33deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 217ms;
        animation-delay: 217ms;
-webkit-animation-duration: 1105ms;
        animation-duration: 1105ms;
}
.confetti-piece:nth-child(3) {
left: 21%;
transform: rotate(80deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 233ms;
        animation-delay: 233ms;
-webkit-animation-duration: 762ms;
        animation-duration: 762ms;
}
.confetti-piece:nth-child(4) {
left: 28%;
transform: rotate(79deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 22ms;
        animation-delay: 22ms;
-webkit-animation-duration: 1151ms;
        animation-duration: 1151ms;
}
.confetti-piece:nth-child(5) {
left: 35%;
transform: rotate(-21deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 246ms;
        animation-delay: 246ms;
-webkit-animation-duration: 1151ms;
        animation-duration: 1151ms;
}
.confetti-piece:nth-child(6) {
left: 42%;
transform: rotate(70deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 77ms;
        animation-delay: 77ms;
-webkit-animation-duration: 1152ms;
        animation-duration: 1152ms;
}
.confetti-piece:nth-child(7) {
left: 49%;
transform: rotate(-48deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 204ms;
        animation-delay: 204ms;
-webkit-animation-duration: 880ms;
        animation-duration: 880ms;
}
.confetti-piece:nth-child(8) {
left: 56%;
transform: rotate(42deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 151ms;
        animation-delay: 151ms;
-webkit-animation-duration: 1003ms;
        animation-duration: 1003ms;
}
.confetti-piece:nth-child(9) {
left: 63%;
transform: rotate(-40deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 341ms;
        animation-delay: 341ms;
-webkit-animation-duration: 705ms;
        animation-duration: 705ms;
}
.confetti-piece:nth-child(10) {
left: 70%;
transform: rotate(51deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 7ms;
        animation-delay: 7ms;
-webkit-animation-duration: 707ms;
        animation-duration: 707ms;
}
.confetti-piece:nth-child(11) {
left: 77%;
transform: rotate(-59deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 454ms;
        animation-delay: 454ms;
-webkit-animation-duration: 1152ms;
        animation-duration: 1152ms;
}
.confetti-piece:nth-child(12) {
left: 84%;
transform: rotate(67deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 191ms;
        animation-delay: 191ms;
-webkit-animation-duration: 938ms;
        animation-duration: 938ms;
}
.confetti-piece:nth-child(13) {
left: 91%;
transform: rotate(-29deg);
-webkit-animation: makeItRain 1000ms infinite ease-out;
        animation: makeItRain 1000ms infinite ease-out;
-webkit-animation-delay: 125ms;
        animation-delay: 125ms;
-webkit-animation-duration: 1107ms;
        animation-duration: 1107ms;
}
.confetti-piece:nth-child(odd) {
background: #ead3a9;
}
.confetti-piece:nth-child(even) {
z-index: 1;
}
.confetti-piece:nth-child(4n) {
width: 5px;
height: 12px;
-webkit-animation-duration: 2000ms;
        animation-duration: 2000ms;
}
.confetti-piece:nth-child(3n) {
width: 3px;
height: 10px;
-webkit-animation-duration: 2500ms;
        animation-duration: 2500ms;
-webkit-animation-delay: 1000ms;
        animation-delay: 1000ms;
}
.confetti-piece:nth-child(4n-7) {
background: #e969f4;
}

#scratch-card {
display: flex;
justify-content: center;
align-items: center;
position: relative;
min-height: 150px;

display: flex;
justify-content: center;
align-items: center;
position: relative;
min-height: 150px;
}

.animation-new-coupon{
animation: jump-shaking 2.5s ease-in-out infinite; /* Ciclo total de 6s */
}

.coupon-used {
position: relative;
user-select: none; /* Evita la selección de texto */
pointer-events: none; /* Evita clics y eventos */
}

.coupon-used::after {
content: "🔒 Cupón utilizado";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.92); /* Fondo opaco */
pointer-events: none;
z-index: 100;
border-radius: 8px;

/* 🔹 Centrado del texto */
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: bold;
color: black;
text-transform: uppercase;
}

.title-place{
  font-size: 13.5px !important;
  font-family: 'RubikMedium';
}

.subtitle-place{
  font-size: 12px !important;
}

.select2-container--default .select2-selection--single{
  
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e9e9e9;
  color: #393A3B; 
}
/*TIME LINE ACTIVO*/
/* .timeline-with-icons-active {
border-left: 1px solid hsl(0, 0%, 90%);
position: relative;
list-style: none;
}

.timeline-with-icons-active .timeline-item {
position: relative;
}

.timeline-with-icons-active .timeline-item:after {
position: absolute;
display: block;
top: 0;
}

.timeline-with-icons-active .timeline-icon {
position: absolute;
left: -48px;
background-color: hsl(217, 88.2%, 90%);
color: hsl(217, 88.8%, 35.1%);
border-radius: 50%;
height: 31px;
width: 31px;
display: flex;
align-items: center;
justify-content: center;
} */

/*TIME LINE INACTIVO*/
.timeline-with-icons {
border-left: 3px solid hsl(263, 26%, 49%, 0.2);
position: relative;
list-style: none;
left: -38px;
}

.timeline-with-icons .timeline-item {
position: relative;
}

.timeline-with-icons .timeline-item:after {
position: absolute;
display: block;
top: 0;
}

.timeline-with-icons .timeline-icon {
position: absolute;
left: -64px;
color: hsl(217, 88.8%, 35.1%);
background-color: #eee9f8;
border-radius: 50%;
height: 46px;
width: 46px;
display: flex;
align-items: center;
justify-content: center;
}

.timeline-with-icons .timeline-icon.active {
position: absolute;
left: -64px;
color: hsl(217, 88.8%, 35.1%);
background: linear-gradient(180deg, #43375C 0%, #6A5B8A 50%, #6526ec 100%);
border-radius: 50%;
height: 46px;
width: 46px;
display: flex;
align-items: center;
justify-content: center;
}

#back {
position: absolute;
text-align: center;
justify-content: center;
display: flex;
align-items: center;
height: 100%;
width: 100%;
border-radius: 8px;
background-color: #DC143C;
}


#back .card {
width: 85%;
height: 100px;
border-radius: 5px;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
background-color: #fff;
padding: 10px 10px;
position: relative;
}

#back .main,
.copy-button {
display: flex;
justify-content: space-between;
padding: 0 10px;
align-items: center;
}
#back .card::after {
position: absolute;
content: "";
height: 30px;
right: -20px;
border-radius: 40px;
z-index: 1;
top: 33px;
background-color: #dc143c;
width: 30px;
}

#back .card::before {
position: absolute;
content: "";
height: 30px;
left: -20px;
border-radius: 40px;
z-index: 1;
top: 33px;
background-color: #dc143c;
width: 30px;
}

#back .co-img img {
width: 40px;
height: 40px;
}
#back .vertical {
border-left: 4px dotted black;
height: 40px;
position: absolute;
left: 40%;
}

#back .content h1 {
font-size: 25px;
margin-left: -20px;
color: #565656;
}

#back .content h1 span {
font-size: 14px;
opacity: 1;
}
#back .content h2 {
font-size: 14px;
margin-left: -20px;
color: #565656;
text-transform: uppercase;
}

#back .content p {
font-size: 12px;
color: #696969;
margin-left: -20px;
}

#back  .copy-button {
margin: 0px 0 -5px 0;
height: 25px;
border-radius: 4px;
padding: 0 5px;
}

#back  .copy-button input {
width: 100%;
height: 100%;
border: none;
outline: none;
font-size: 12px;
}

#back  .copy-button button {
padding: 3px 20px;
height: 100%;
background-color: #dc143c;
color: #fff;
border: 1px solid transparent;
font-size: 12px;
width: 100%;
margin-top: 18px;
}

/* h3 {
border-color: #a66fff;
border-style: solid;
border: 0.1px 0.1px 1px;
color: black;
z-index: 2;
background-color: rgb(255, 255, 255);
} */

#gift {
height: 300px;
}

#scratch {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
filter: drop-shadow(1px 1px 5px black);
z-index: 3;
/*pointer-events: none; /* No bloquea los eventos */
/* height: 100%;
width: 100%; */
}

#scratch.active {
pointer-events: none; /* Permite la interacción cuando se rasca */
}

#front,
#scratch {
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
text-align: center;
cursor: grabbing;
border-radius: 0.3em;
}

h3.copied {
color: grey;
background-color: rgb(220, 220, 220);
}

.btn-current-level-header{
font-size: 12px;
border-radius: 20px;
border: none;
background: linear-gradient(to right, #4E3E6B, #751DD0);
font-weight: 600;
color: white;
padding: 5px 10px;
height: 28px;
}

.content_home_1{
min-height:40vh;
}


@keyframes jump-shaking {
0% { transform: translateX(0); }
2% { transform: translateY(-2px); }
5% { transform: translateY(-2px) rotate(1deg); }
10% { transform: translateY(-2px) rotate(-1deg); }
15% { transform: translateY(-2px) rotate(1deg); }
20% { transform: translateY(-2px) rotate(-1deg); }
25% { transform: translateY(0) rotate(0); }
100% { transform: translateY(0); } /* Mantiene quieto el resto del tiempo */
}

/* img {
z-index: 1;
    animation: pop 0.7s linear 1;
} */

@keyframes pop{
50%  {transform: scale(2);}
}

@-webkit-keyframes makeItRain {
from {
  opacity: 0;
}
50% {
  opacity: 1;
}
to {
  transform: translateY(300px);
}
}

@keyframes makeItRain {
from {
  opacity: 0;
}
50% {
  opacity: 1;
}
to {
  transform: translateY(300px);
}
}


@-webkit-keyframes bubbles {
0% {
    opacity: 0;
}
20% {
    opacity: 1;
    transform: translate(0, -20%);
}
100% {
    opacity: 0;
    transform: translate(0, -1000%);
}
}  
@keyframes bubbles {
0% {
    opacity: 0;
}
20% {
    opacity: 1;
    transform: translate(0, -20%);
}
100% {
    opacity: 0;
    transform: translate(0, -1000%);
}
}

@-webkit-keyframes hearts {
0% {
    opacity: 0;
    transform: translate(0, 0%) rotate(45deg);
}
20% {
    opacity: 0.8;
    transform: translate(0, -20%) rotate(45deg);
}
100% {
    opacity: 0;
    transform: translate(0, -1000%) rotate(45deg);
}
}
@keyframes hearts {
0% {
    opacity: 0;
    transform: translate(0, 0%) rotate(45deg);
}
20% {
    opacity: 0.8;
    transform: translate(0, -20%) rotate(45deg);
}
100% {
    opacity: 0;
    transform: translate(0, -1000%) rotate(45deg);
}
}
@-webkit-keyframes lines {
0%, 50%, 100% {
    transform: translateY(0%);
}
25% {
    transform: translateY(100%);
}
75% {
    transform: translateY(-100%);
}
}

@keyframes lines {
0%, 50%, 100% {
    transform: translateY(0%);
}
25% {
    transform: translateY(100%);
}
75% {
    transform: translateY(-100%);
}
}
@-webkit-keyframes confetti {
0% {
    opacity: 0;
    transform: translateY(0%) rotate(0deg);
}
10% {
    opacity: 1;
}
35% {
    transform: translateY(-800%) rotate(270deg);
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: translateY(2000%) rotate(1440deg);
}
}
@keyframes confetti {
0% {
    opacity: 0;
    transform: translateY(0%) rotate(0deg);
}
10% {
    opacity: 1;
}
35% {
    transform: translateY(-800%) rotate(270deg);
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: translateY(2000%) rotate(1440deg);
}
}

@-webkit-keyframes fires {
0% {
    transform: rotate(-70deg) translateY(0%);
}
25% {
    transform: rotate(-20deg) translateY(-5%);
    opacity: 1;
}
50% {
    transform: rotate(-70deg) translateY(-10%);
}
75% {
    transform: rotate(-20deg) translateY(-20%);
}
100% {
    transform: rotate(-70deg) translateY(-40%);
    opacity: 1;
}
}
@keyframes fires {
0% {
    transform: rotate(-70deg) translateY(0%);
}
25% {
    transform: rotate(-20deg) translateY(-5%);
    opacity: 1;
}
50% {
    transform: rotate(-70deg) translateY(-10%);
}
75% {
    transform: rotate(-20deg) translateY(-20%);
}
100% {
    transform: rotate(-70deg) translateY(-40%);
    opacity: 1;
}
}
@-webkit-keyframes sunbeams {
0% {
  transform: translateY(40%) rotate(0deg);
}
50% {
  transform: translateY(-40%) rotate(180deg);
}
100% {
  transform: translateY(40%) rotate(360deg);
}
0%, 14%, 17%, 43%, 53%, 71%, 80%, 94%, 100% {
  opacity: 0;
}
6%, 15%, 24%, 28%, 48%, 55%, 78%, 82%, 99% {
  opacity: 1;
}
}
@keyframes sunbeams {
0% {
  transform: translateY(40%) rotate(0deg);
}
50% {
  transform: translateY(-40%) rotate(180deg);
}
100% {
  transform: translateY(40%) rotate(360deg);
}
0%, 14%, 17%, 43%, 53%, 71%, 80%, 94%, 100% {
  opacity: 0;
}
6%, 15%, 24%, 28%, 48%, 55%, 78%, 82%, 99% {
  opacity: 1;
}
}


@media (max-width: 768px) { /* Ajuste para móviles */
.container_page_levels {
  min-height: 85vh !important;
  background-image: url('../img/background/background-level_movil.png');
}
.title-level-ad{
  font-size: 20px;
}
.container_pages_1{
  min-height: 85vh !important;
}
}


.textcontainer {
  text-align: center;
}

.particletext {
  text-align: center;
}

.particletext.fire > .particle {
  position: absolute;
  background-color: rgba(255, 193, 7, 0.5);
  border-radius: 40px;
  border-top-right-radius: 0;
  animation: fires 0.8s linear infinite;
  transform: rotate(-45deg);
  opacity: 0;
}

.particletext.fire > .particle:before {
  position: absolute;
  content: '';
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 40px;
  border-top-right-radius: 0;
  background-color: rgba(251, 140, 0, 0.5);
}

.particletext.fire2 > .particle {
  position: absolute;
  background-color: rgba(255, 147, 7, 0.2);
  border-radius: 40px;
  border-top-right-radius: 0;
  animation: fires 0.8s linear infinite;
  transform: rotate(-45deg);
  opacity: 0;
}

.particletext.fire2 > .particle:before {
  position: absolute;
  content: '';
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 40px;
  border-top-right-radius: 0;
  background-color: rgba(251, 71, 0, 0.2);
}


@keyframes fires {
   0% {
      transform: rotate(-70deg) translateY(0%);
   }
   25% {
      transform: rotate(-20deg) translateY(-5%);
      opacity:1;
   }
   50%{
      transform: rotate(-70deg) translateY(-10%);
   }
   75% {
      transform: rotate(-20deg) translateY(-20%);
   }
   100% {
      transform: rotate(-70deg) translateY(-40%);
      opacity:1;
   }
}


