@font-face {
    font-family: 'waffle-soft';
    src: url('/fuentes/made-waffle-soft/Waffle-soft.otf');
}
@font-face {
    font-family: 'manjari';
    src: url('/fuentes/manjari/Manjari-Regular.ttf');
}
@font-face {
    font-family: 'manjari-bold';
    src: url('/fuentes/manjari/Manjari-Bold.ttf');
}
@font-face {
    font-family: 'code-pro';
    src: url('/css/fonts/CodecPro-Regular.otf');
    /*https://www.fontshmonts.com/uncategorized/codec-pro/*/
}

@font-face {
    font-family: 'code-pro-extra';
    src: url('/css/fonts/CodecPro-ExtraBold.otf');
    /*https://www.fontshmonts.com/uncategorized/codec-pro/*/
}

@font-face {
    font-family: 'code-pro-bold';
    src: url('/css/fonts/CodecPro-Bold.otf');
    /*https://www.fontshmonts.com/uncategorized/codec-pro/*/
}
.bgMapa {
    min-height: 500px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #9041fe;

}

svg a {
    color: white!important;
}
.componentes {
    min-height: 500px;
    height: 100%;
}
.descrubre {
    z-index: 1;
    position: relative;
    color: white!important;
    font-size: 4rem!important;
    font-family: 'waffle-soft';
}
#contenedorMapa {
    position: relative;
}
.imgAyudaClickMap {
    position: absolute;
    top: 40%;
    left: 73%;
}
.itemCarrusel {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}
.wrapper2 {
    position: relative;
}
.autoComplete_wrapper>ul {
    z-index: 99!important;
}
.imgCatalogo {
    height: 290px;
    border-radius: 25px;
    width: 25%;
    margin-top: 0.5rem;
    object-fit: cover;
}
.wrapper2 i {
    top: 50%;
    z-index: 1;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    background: #FFF;
}
.encabezado {
    min-height: 7%;
    max-height: 25%;
    position: relative;
    background: linear-gradient(325deg, #C1161F, #B5165B, #7D3EAB, #334897);
}
.encabezado-celular {
    margin-top: 0px;
}
.logoBlanco {
    max-width: 20%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    border-radius: 20px;
    min-width: 200px;
    min-height: 84px;
    max-width: 200px;
    max-height: 84px;
}
#agregar {
    background-color: #9340FF;
    border-radius: 25px;
    position: relative;
    width: 100%;
}
#agregar div {
    position: absolute;
}
#catalogoTours * img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    min-height: 290px;
    max-height: 290px;
}
#agregarTour {
    max-height: 100px !important;
    min-height: 100px !important;
    max-width: 100px !important;
}
#agregar p {
    text-align: center;
    color: blueviolet;
    text-decoration: none;
    justify-content: center;
    font-size: 20px;
    font-family: "code-pro-extra";
}
  .wrapper2 i:first-child {
    left: 1rem;
  }

  .wrapper2 i:last-child {
    right: 1rem;
  }

.carousel2 {
    position: relative;
    width: 100%;
    perspective: 500px;
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
    height: 100%;
    min-height: 300px;
}
.wrapper2 .carousel2 {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}
.carousel2 div {
    border-radius: 25px;
    margin-left: 8px;
    height: 100%;
    border-radius: 25px;
    width: calc(100% - 8px);
    object-fit: cover;
}
.carousel2 div:first-child {
    margin-left: 0px;
}
.textoRotativo {
    text-shadow: 0.5px 0.5px 0.5px #000, -0.5px 0.5px 0.5px #000, -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    width: 100%;
    text-align: center;
    white-space: normal;
    z-index: 1;
    color: white;
    font-size: 64px;
    font-family: "code-pro-extra";
}
.imgRotativa {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 600px;
    max-height: 600px;
    top: 0;
    border-radius: 20px !important;
}
#verTour {
    width: 60%;
    font-size: 46px;
    font-family: "code-pro-extra";
    background-color: #9041fe;
    color: white;
    border-radius: 20px;
    padding: 0.3rem;
    left: 50%;
    bottom: 0;
    border: none;
}
#mapaRep path:hover {
    color: #9340FF;
    cursor: pointer;
}
.contenedorTarjetas {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: start;
    /* padding: 0 1rem; */
    margin: 0px auto;
    /* width: 94%; */
}
.espaciador {
    height: 10px; /* o simplemente nada y se usará solo como empujador */
}
.fade-slide-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-slide-in.show {
    opacity: 1;
    transform: translateY(0);
}
.tarjetaTour {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    cursor: pointer;
    border-radius: 20px;
    box-shadow:
        0px 5px 10px rgba(0, 0, 0, 0.3),
        inset 0px -5px 10px rgba(0, 0, 0, 0.3);
    height: 100%;
    background-color: white;
    padding: 0px 3px;
    min-height: 453px;
    display: flex;
    flex-direction: column;
}
.tarjetaTour span{
    font-weight: bolder;
}

.textMoradoTarjetaTour{
    color: #8e3aff;
    font-weight: bolder;
}

.tarjetaTour img{
    /* height: 50%;
    width: 100%; */
}

.circuloMoradoDolar{
    background-color: #8e3aff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textoDineroDescuento {
    position: relative;
    display: inline-block;
    color: black;
}

.textoDineroDescuento::after {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: 50%;
    height: 2px;
    background-color: red;
    transform: translateY(-100%);
}
.textoMorado{
    color:#8e3aff;
}

.cardNoActividades {
    border: 2px solid #cba3ff;
    border-radius: 15px;
    padding: 30px;
    background-color: white;
    max-width: 320px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.imgNoActividades {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.textoNoActividades {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
}
  /* Contenedor principal */
  #redes {
    padding: 40px 20px;
    text-align: center;
  }

  /* Alineación de columnas */
  #redes .elementor-inner-section > .elementor-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  #redes .elementor-inner-section .elementor-column {
    flex: 1 1 20%;
    min-width: 150px;
  }

  /* Espaciado entre enlaces */
  #redes h4 {
    margin: 10px 0;
  }

  /* Redes sociales */
  #redes .elementor-section .elementor-container .elementor-inner-column {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #redes .elementor-icon-wrapper {
    font-size: 2rem;
  }

  /* Íconos SVG */
  #redes svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    transition: transform 0.3s ease;
  }

  #redes a:hover svg {
    transform: scale(1.1);
  }

  /* Título redes sociales */
  #redes h2 {
    margin: 30px 0 10px;
    font-size: 1.8rem;
  }

  /* Responsive */
  @media (max-width: 768px) {
    #search-bb18068{
        max-width: 150px;
    }
    .textoMorado{
        padding: auto 0;
        font-size: 12px;
    }
    .circuloMoradoDolar{
        width: 20px;
        height: 20px;
    }
    #redes .elementor-inner-section > .elementor-container {
      flex-direction: column;
      align-items: center;
    }

    #redes .elementor-inner-section .elementor-column {
      flex: 1 1 100%;
      max-width: 100%;
    }

    #redes h2 {
      font-size: 1.5rem;
    }

    #redes svg {
      width: 30px;
      height: 30px;
    }
  }

  body {
    margin: 0;
    padding: 0;
  }
  #encabezadoTop {
    transition: margin-top 0.3s ease;
}
.descripcionHomePage{
    font-weight: 400!important;
}
.descripcionHomePage b, .tituloHomePage b{
    color: #8e3aff;
    font-weight: 600!important;
}
  #banner {
    background-color: yellow;
    color: black;
    padding: 5px 20px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    z-index: 9!important;
    transition: all 0.3s ease;
    position: absolute;
    top: 188px;
    left: 0;
    opacity: 1;
  }

  #banner.fixed {
    position: fixed;
    top: 0;
  }

  #banner.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
  }


  .contenido-banner {
    position: relative;
    display: flex;
    justify-content: flex-end; /* Alínea el contenedor de botones a la derecha */
    align-items: center;
    width: 100%;
  }

  .contenido-banner > .mensaje {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
  }

  .contenido-banner > div:last-child {
    display: flex;
    align-items: center;
  }


  .cerrar {
    background-color: black!important;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 10px;
  }

  .cerrar-x {
    background-color: transparent!important;
    color: black!important;
    border: none;
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
  }

  .contenido {
    height: 2000px;
    padding-top: 220px;
  }

@media screen and (min-width: 768px) {


    .tarjetaTour {
        flex: 1 1 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}
@media screen and (min-width: 1200px) {
    .tarjetaTour {
        flex: 1 1 calc(25% - 1rem);
        max-width: calc(25% - 1rem);
    }
}
@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .d-xl-flex {
        display: flex !important
;
    }
}

@media (min-width: 1820px) and (min-height: 900px) {
    .carousel2 div {
        border-radius: 25px;
        margin-left: 8px;
        height: 100%;
        border-radius: 25px;
        width: calc(100% - 8px);
        object-fit: cover;
    }
}

@media (min-width: 1820px) and (min-height: 900px) {
    .wrapper2 .carousel2 {
        max-height: 800px;
    }
}
@media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

@media (max-width: 990px) {
    .imgRotativa {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        min-height: auto;
        top: 0;
        border-radius: 20px;
    }
}

@media (max-width: 990px) {
    .textoRotativo {
        padding-left: 0.5rem;
        padding-top: 0.5rem;
        width: 90%;
        white-space: normal;
        z-index: 1;
        position: relative;
        color: white;
        font-size: 2rem;
        font-family: "code-pro-extra";
    }
}
@media (max-width: 600px) {
    #verTour {
        width: 60%;
        font-size: 2rem;
        font-family: "code-pro-extra";
        background-color: #9041fe;
        color: white;
        border-radius: 20px;
        padding: 0.3rem;
        left: 50%;
        bottom: 0;
        border: none;
    }
}
@media screen and (max-width: 576px) {
    .imgAyudaClickMap {
        top: 40%;
        left: 73%;
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 600px) {
    .descrubre {
        color: white;
        font-size: 3rem !important;
        padding-top: 1.5rem !important;
        font-family: 'code-pro-extra';
    }
}
@media (max-width: 767px) {
    /* .encabezado-celular {
        margin-top: 60px;
    } */
    #banner {
        top: -60px;
    }
    .imgCatalogo {
        height: 290px;
        border-radius: 25px;
        width: calc(100% - 8px);
        margin: 0 auto;
        margin-top: 0.5rem;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .textoMorado {
        padding: auto 0;
        font-size: 12px;
    }
    .circuloMoradoDolar{
        width: 15px;
        height: 15px;
    }
}
@media (min-width: 992px) {
    .textoMorado {
        padding: auto 0;
        font-size: 12px;
    }
    .circuloMoradoDolar{
        width: 16px;
        height: 16px;
    }
}
@media (min-width: 1200px) {
    .textoMorado {
        padding: auto 0;
        font-size: 12px;
    }
    .circuloMoradoDolar{
        width: 18px;
        height: 18px;
    }
}
@media (min-width: 1400px) {
    .textoMorado {
        padding: auto 0;
        font-size: 16px;
    }
}
