/* En tu hoja de estilos CSS */
.custom-button {
  border-radius: 10px; /* Bordes redondeados */
  /*padding: 10px 20px;*/ /* Espaciado interno */
  font-size: 15px; /* Tamaño de fuente */
  text-transform: uppercase; /* Convertir el texto a mayúsculas */
  background-color: #4fb4d5; /* Color de fondo */
  border: none; /* Sin borde */
  color: #ffffff; /* Color de texto */
  transition: background-color 0.3s, color 0.3s; /* Transición suave */
}

.custom-button:hover {
  background-color: #4fb4d5; /* Color de fondo al pasar el mouse */
  color: #ffffff; /* Color de texto al pasar el mouse */
}

/*PESTAÑAS*/
.nav-tabs > li.active > a {
  color: white !important;
  background-color: #4fb4d5 !important;
  border: 1px solid #dddddd !important;
  border-bottom-color: transparent !important;
  cursor: default !important;
}

/* INSTAGRAM */
.insta-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
  padding: 12px;
  border-radius: 50%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.insta-btn:hover {
  background-color: #0063c7;
}

.insta-btn i {
  font-size: 24px;
}

/* MESSENGER */
.messenger-btn {
  position: fixed;
  bottom: 60px;
  right: 10px;
  background-color: #0084ff;
  color: #fff;
  padding: 11px;
  border-radius: 50%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.messenger-btn:hover {
  background-color: #0063c7;
}

.messenger-btn i {
  font-size: 24px;
}

/* WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #25d366;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
}

.whatsapp-float {
  width: 45px;
  height: 45px;
  font-size: 29px;
}

.whatsapp-float:hover {
  background-color: #3cb371;
  color: #fff;
}

.whatsapp-float i {
  padding-top: 0px;
}

.btn-arrow-right:after,
.btn-arrow-left:after {
  /* align the "after" square to the right */

  right: -14px;
  width: 30px;
  height: 28px;
  top: 5px;
}

.botonSlider {
  position: relative;
  font-size: 40px;
}

.sinPadding {
  padding-left: 0px;
  padding-right: 0px;
}

.margen-izq {
  margin-left: -7px;
}

.padding-der {
  padding-right: 10px;
}
#botoncdp {
  justify-content: center !important;
}

@media (max-width: 500px) {
  #numberInput {
    width: 70% !important;
  }
}  

@media (min-width: 430px) {
  .custom-button {
    width: 80%;
    font-size: 12px;
  }
}
/****************************/
/*reglas del tamaño 320px */
/*#dc1060*/
@media (min-width: 320px) {
  #botoncdp {
    font-size: 24px;
    padding: 0px 20px;
    background-color: #4fb4d5;
    margin-top: 5px;
    position: relative;
    /* right: 23px; */
    /* margin-left: -2vh; */
  }
  .margen-izq {
    margin-top: -17px;
  }

  .arrows-small {
    margin-top: 230px;
  }

  .arrow-new2 {
    border-bottom: 15px solid transparent !important;
    border-top: 15px solid transparent !important;
    position: absolute;
    top: 5px;
    left: 17px;
    border-left: 15px solid #fff !important;
  }

  #asiento {
    margin-left: -28px;
  }

  #identifica {
    margin-left: 0px;
  }

  #resumen {
    margin-left: 17px;
  }

  #pago {
    margin-left: 10px;
  }

  #confirma {
    margin-left: -9px;
  }

  #parche {
    left: 225px;
  }

  #slider2 {
    left: 156px;
  }

  #fila-mapa iframe {
    width: 102%;
  }

  #contenedor-precios {
    margin-top: -25px;
  }

  .videoOp {
    margin-bottom: 15% !important;
  }

  /* #tablePriceTitle {
    margin-bottom: 2%;
  } */
 
  #tablePrice {
    height: auto;
    text-align: center;
  }

  #video {
    margin-top: 10px;
  }

  #video iframe {
    width: 102%;
    margin-left: 0px;
  }

  .contenedor-evento {
    padding-left: 25px;
    padding-right: 25px;
  }

  .icono-red-social,
  .end-social {
    display: inline-block;
  }

  .icono-red-social {
    margin-right: 2%;
  }

  .end-social {
    padding-left: 7px;
  }

  .end-social h2 {
    width: 92%;
  }

  .span-social i {
    font-size: 25px;
  }

  #artista-red-social {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

/**************************/
@media (min-width: 375px) {
  #botoncdp {
    font-size: 24px;
    padding: 0px 20px;
    background-color: #4fb4d5;
    margin-top: 5px;
    position: relative;
    /* right: 23px;
    margin-left: -7vh; */
  }
  .arrows-small {
    margin-top: 230px;
  }

  #contenedor-mini-menu {
    width: 84%;
  }

  #asiento {
    margin-left: -29px;
  }

  #identifica {
    margin-left: 7px;
  }

  #resumen {
    margin-left: 18px;
  }

  #tablePrice {
    height: auto;
    text-align: center;
  }

  #pago {
    margin-left: 16px;
  }

  #confirma {
    margin-left: -3px;
  }

  .padding-der {
    padding-right: 4px;
  }

  #parche {
    left: 268px;
  }

  #slider2 {
    left: 201px;
  }

  #video iframe {
    width: 104%;
    margin-left: 0px;
  }

  .fila-redes-sociales {
    padding-left: 18px;
  }

  .end-social h2 {
    width: 100%;
  }
}

/**************************/
@media (min-width: 425px) {
  #botoncdp {
    font-size: 24px;
    padding: 0px 20px;
    background-color: #4fb4d5;
    margin-top: 5px;
    position: relative;
    /* right: 23px;
    margin-left: -10vh; */
  }
  .arrows-small {
    margin-top: 226px;
  }

  .margen-izq {
    margin-left: -15px !important;
  }

  .padding-der {
    width: 102.8%;
  }

  #asiento {
    margin-left: -31px;
  }

  #identifica {
    margin-left: 12px;
  }

  #resumen {
    margin-left: 23px;
  }

  #pago {
    margin-left: 25px;
  }

  #confirma {
    margin-left: 1px;
  }

  #slider2 {
    left: 243px;
  }

  #parche {
    left: 304px;
  }

  #video iframe {
    width: 106.3%;
    margin-left: 0px;
  }
}

/**************************/
@media (min-width: 500px) and (max-width: 992px) {
  #botoncdp {
    font-size: 24px;
    padding: 0px 20px;
    background-color: #4fb4d5;
    margin-top: 5px;
    position: relative;
    /* right: 23px; */
  }
  #img_m {
    max-width: 68% !important;
    margin-top: 26px;
  }
}

/**************************/
/*reglas para el tamaño 768px */
@media (min-width: 768px) {
  .margen-izq {
    margin-left: 0px !important;
  }

  .padding-der {
    width: 98.2%;
  }

  .arrows-small {
    margin-top: 86px;
  }

  .arrow-new2 {
    border-bottom: 25px solid transparent !important;
    border-top: 25px solid transparent !important;
    border-left: 25px solid #fff !important;
  }

  #asiento {
    margin-left: -58px;
  }

  #identifica {
    margin-left: 22px;
  }

  #resumen {
    margin-left: 32px;
  }

  #pago {
    margin-left: 28px;
  }

  #confirma {
    margin-left: 9px;
  }

  #order-asiento button {
    /*left: -23px;
        width: 217%;*/
    padding-left: 19px;
  }

  #order-identificacion button {
    /*width: 176%;
        left: 36px;*/
    padding-left: 21px;
  }

  #order-resumen button {
    /*left: 63px;
        width: 146%;*/
    padding-left: 20px;
  }

  #order-pago button {
    /*left: 68px;
        width: 106%;*/
    padding-left: 19px;
  }

  #order-confirmacion button {
    /*width: 193%;
        left: 40px;*/
    padding-left: 17px;
  }

  #buyOnlineTitle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #des {
    width: 96%;
    padding-right: 0px !important;
  }

  #parche {
    left: 646px;
  }

  #slider2 {
    left: 196px;
  }

  #contenedor-localidades {
    margin-top: -20px;
  }

  #contenedor-precios {
    margin-top: 12px;
  }

  #contenedor-video{
    width: 40.4%;
    margin-left: 133px;
  }

  #fila-mapa iframe {
    margin-left: 27px;
  }

  #video iframe {
    width: 100%;
    margin-left: 0px;
  }

  .contenedor-evento {
    padding-left: 0px;
    padding-right: 0px;
  }

  .fila-redes-sociales {
    padding-left: 15px;
  }
}

/***************************/
/*reglas para el tamaño 992px */
@media (min-width: 400px) {
  #botoncdp {
    font-size: 24px;
    padding: 0px 20px;
    background-color: #4fb4d5;
    margin-top: 5px;
  }
  .padding-der {
    width: 98.1%;
  }

  .arrows {
    margin-top: 82px;
  }

  #fila-menu-pasos {
    padding-left: 15px;
    padding-right: 15px;
  }

  .opcion {
    padding-left: 0px;
    /*padding-right: 0px;*/
    width: 19.8%;
    display: inline-block;
    margin-right: -5px;
  }

  .opcion button {
    width: 100%;
  }

  #order-asiento button {
    /*left: -62px;
        width: 158%;*/
    padding-left: 19px;
  }

  #order-identificacion button {
    /*width: 126%;
        left: -32px;*/
    padding-left: 16px;
  }

  #order-resumen button {
    /*left: -35px;
        width: 111%;*/
    padding-left: 23px;
  }

  #order-pago button {
    /*left: -56px;
        width: 98%;*/
    padding-left: 30px;
  }

  #order-confirmacion button {
    /*width: 144%;
        left: -91px;*/
    padding-left: 20px;
  }

  .padding-especial {
    width: 50% !important;
  }

  #parche {
    left: 346px;
  }

  #slider2 {
    left: 290px;
  }

  #contenedor-mapa {
    width: 47%;
  }

  #fila-mapa iframe {
    margin-left: 0px;
    margin-top: -15px;
  }

  #contenedor-precios {
    width: 40%;
    margin-top: 0px;
  }

  #tablePrice {
    height: auto;
    text-align: center;
  }

  #tablePrice,
  #spanLoCar,
  #botonAbrir {
    font-size: 14px !important;
  }

  #tablePrice td,
  #tablePrice th {
    padding: 8px;
  }

  #video iframe {
    width: 99.8%;
    margin-left: 0px;
  }

  .fila-redes-sociales {
    overflow: hidden;
  }

  .end-social {
    margin-left: 0%;
  }

  .end-social h2 {
    width: 74%;
  }
}

/***************************/
/*reglas para el tamaño 1024px */
@media (min-width: 250px) {
  #botoncdp {
    font-size: 24px;
    padding: 0px 20px;
    background-color: #4fb4d5;
    margin-top: 5px;
  }

  /*#contenedor-menu-pasos{
        left: 145px;
        width: 93%;
    }*/
  .margen-izq {
    margin-top: -44px;
  }

  /*#order-asiento button{
        left: -67px;
    }*/

  #parche {
    left: 358px;
  }

  #slider2 {
    left: 303px;
  }

  .boton_ip {
    width: 12%;
    background-color: #01b3d5;
    border-radius: 16px;
    border-color: #01b3d5;
  }

  #decrement {
    border-radius: 10px 0px 0px 10px;
    position: relative;
    left: 4px;
  }

  #increment {
    border-radius: 0px 10px 10px 0px;
    position: relative;
    right: 4px;
  }

  @media (max-width: 768px) {
    .boton_ip {
      width: 17%;
      /* Cambia el ancho al 100% para ocupar todo el ancho disponible */
    }

    #decrement,
    #increment {
      /* border-radius: 16px; */
      /* Cambia el radio de borde a 16px para que coincida con .boton_ip */
      position: static;
      /* Restablece la posición a estática para que los botones se muestren en su posición original */
      left: 0;
      right: 0;
    }
  }
}

/***************************/

/*reglas para el tamaño 1200px */
@media (min-width: 1200px) {
  #botoncdp {
    font-size: 24px;
    padding: 0px 20px;
    background-color: #4fb4d5;
    margin-top: 5px;
  }

  .margen-izq {
    margin-top: 0px;
  }

  .padding-der {
    width: 98.4%;
  }

  #order-asiento button {
    /*left: -63px;
        width: 138%;*/
    padding-left: 20px;
  }

  /*#order-identificacion button {
        left: -41px;
        width: 118%;
    }*/

  /*#order-resumen button {
        left: -47px;
    }*/

  /*#order-pago button {
        left: -64px;
    }*/

  /*#order-confirmacion button {
        width: 112%;
        left: -101px;
    }*/

  #parche {
    left: 424px;
  }

  #slider2 {
    left: 377px;
  }

  #contenedor-precios {
    width: 33%;
  }
  #contenedor-mapa {
    width: 33%;
  }
  #contenedor-spotify {
    width: 33%;
  }

  #contenedor-video{
    width: 100%;
    margin-left: 100px;
  }
}

/***************************/
@media (min-width: 1440px) {
  #botoncdp {
    font-size: 24px;
    padding: 0px 20px;
    background-color: #4fb4d5;
    margin-top: 5px;
  }

  #mapT {
    width: auto;
  }

  .margen-izq {
    margin-top: 0px;
  }

  .padding-der {
    width: 98.6%;
  }

  /*#contenedor-menu-pasos{
        width: 108.3%;
        left: 97px;
    }*/

  /*#order-asiento button{
        width: 133%;
    }*/

  /*#order-identificacion button {
        left: -36px;
    }*/

  /*#order-resumen button {
        left: -38px;
    }*/

  /*#order-pago button {
        left: -52px;
        width: 99%;
    }*/

  /*#order-confirmacion button {
        left: -86px;
    }*/

  #parche {
    left: 513px;
  }

  #slider2 {
    left: 478px;
  }

  #contenedor-localidades {
    margin-top: -5px;
  }

  #video {
    margin-top: 15px;
  }

  #video iframe {
    width: 99.8%;
  }

  .span-social i {
    font-size: 26px;
  }

  #artista-red-social {
    font-size: 24px;
  }
}

/***************************/
.ocultar {
  display: none !important;
}

.pasos-menu button {
  cursor: initial;
}

.btn-azul:hover {
  color: #5bc0de;
}

.puntero {
  cursor: pointer;
}

#img_m {
  position: relative;
  /*max-width: 160% !important;*/
  left: -30px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  #botoncdp {
    font-size: 24px;
    padding: 0px 20px;
    background-color: #4fb4d5;
    margin-top: 5px;
  }

  #mapT {
    width: auto;
  }
}

#numberInput {
  text-align: center;
  width: 20%;
  height: 30px;
}

.cs-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 7, 7, 0.779);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cs-loader {
  opacity: 1;
  visibility: visible;
}

/* .cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
} */

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  /* width: calc(100% - 200px); */
  color: #fff;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}
