body {
  margin: 0;
    font-family: "montserrat", sans-serif;
	background-color:#fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  }

  .navbar {
    background-color: #66348b; /* Fondo violeta */
    height: 71px;
    width: 100%;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada */
  }

  .navbar-container {
      height: 100%;
  padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
	  width: 100%;
	  /*padding: 10px;*/
    /*margin: 0px auto 10px auto;*/
	  margin: 0px auto;
  }
  
  #searchForm
  {
	  width:100%;
  }

  .navbar-brand img {
     max-height: 50px;
  height: auto;
  }

  .navbar-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 400px;
    box-shadow: 0 0 32px #a0a8b60f, 0 4px 8px #a0a8b629;
    border-radius: 20px;
  }

  .navbar-search input {
    height: 40px;
    width: 400px;
    padding: 10px 70px 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    outline: none;
    transition: all 0.3sease;
  }

  .navbar-search input:focus {
    border: 2px solid #67328a;
    transition: all 0.2s ease;
  }
  /* Iconos */
  .navbar-icons a {
    color: #555; /* Iconos en gris oscuro */
  }

  .navbar-icons a:hover {
    color: #67328a; /* Color morado al hacer hover */
  }
  .navbar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    box-sizing: border-box;
    /* width: 100%; */
  }

  .navbar-menu li {
    margin-left: 20px;
    position: relative;
  }

  .navbar-menu a {
    text-decoration: none;
    color: #FFF; /* Texto en blanco */
    padding: 10px;
    position: relative; /* Para el efecto de la línea */
    transition: color 0.3s ease;
  }
/* Efecto de hover con línea */
  .navbar-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF; /* Color de la línea */
    transform: scaleX(0); /* Inicialmente sin línea */
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .navbar-menu a:hover::after {
    transform: scaleX(1); /* Línea visible al hacer hover */
    transform-origin: left;
  }
  .navbar-menu a:hover {
    color: #FFF; /* Color del texto al hacer hover */
    font-weight: 400;
  }
 
 
  .dropdown {
    position: relative;
    /* padding-bottom: 20px;  */
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    right: 0px;
        top: 33px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        padding: 10px;
        min-width: 50px;
    z-index: 990;
  }

 
  .dropdown-content a {
    color: #555; /* Texto en gris oscuro */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #f0f0f0; /* Fondo gris claro al hacer hover */
    color: #67328a; /* Color del texto al hacer hover */
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .navbar-icons {
    display: flex;
  }

  .navbar-icons a {
    margin-left: 10px;
    color: #fff;
    font-size: 20px;
  }

  
  .navbar-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    
  }

  .navbar-image {
    display: none; /* Ocultamos la imagen */
  }

  .search-icon {
    display: none;
    cursor: pointer;
    color: #fff;
  }
  /* Ajusta el dropdown para los idiomas */
.languages {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding: 10px;
    min-width: 40px;
    z-index: 1000;
  }

  .languages a {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 8px;
    padding: 8px;
    text-decoration: none;
    color: #555;
    transition: background 0.3s ease;
  }

  .languages a:hover {
    background-color: #f0f0f0; /* Fondo gris claro al hacer hover */
          color: #333;
  }

  /* Estilos para las banderas */
  .flag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ccc;
  }

  /* Mostrar el menú al hacer hover */
  .dropdown:hover .languages {
    display: block;
  }

 .section h2 {
      /*font-size: 2rem;*/
	  font-size: 1.5rem;
      text-align: left;
      margin-left: 60px;
      color: #1a1a1a;
        max-width: 1200px;
  margin: 20px auto 20px auto;
  
  padding-right: 0;

    }


  @media (max-width: 768px) {
    .languages {
      right: auto;
      /* left: 50%; */
      transform: translateX(-50%);
      min-width: 100px;
    }
    .language-selector {
        gap: 2px;
        
    }
    .navbar-menu a {
      color: #6a0f70;
    }
    .navbar-menu a:hover {
      color: #b6109b; /* Color del texto al hacer hover */
      font-weight:700;
      transform: scaleX(1);
    }
    
}
/* BOTONES VER MAS */

.section .containerCard .card:nth-child(n + 5) {
    display: none;
  }
  
  /* Ocultar el botón "Ver más" si no hay más de 4 cards */
  .ver-mas-container {
    text-align: center;
    margin-top: 20px;
    display: none; /* Oculto por defecto */
    margin-bottom: 20px;
  }
  
  /* Mostrar el botón "Ver más" si hay más de 4 cards */
  .section .containerCard.has-more-cards + .ver-mas-container {
    display: block;
  }
  
  /* Estilos del botón "Ver más" */
  .ver-mas-btn {
    background-color: #FFFFFF	;
    border: 1px solid #67328a;
    color: #67328a;
    padding: 6px 20px;
    border-radius: 10px;
    font-family: "montserrat", sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .ver-mas-btn:hover {
    background-color: #67328a;
    color: white;
  }

  /* Secciones */
  .section {
    padding: 20px 20px;
    text-align: center;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .section.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .section h2 {
    /*font-size: 2.5rem;*/
    /*margin-bottom: 10px;*/
	
	font-size: 1.7rem;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: 'montserrat', serif;
	
    color: #2b2b2b;
  }

  .section p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
  }

  /* CARDS */
  .containerCard {
    display: grid;
    
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    justify-content: start;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    width: 100%;  /* Hace que se adapten al contenedor */
    max-width: 300px; /* Evita que sean demasiado anchas */
    height: auto; /* Altura adaptable */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

  .card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }

  .card-image-container {
    height: 180px; /* Tamaño fijo */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantiene el tamaño sin distorsión */
    transition: transform 0.6s ease-in-out;
}
  

  .card:hover img {
    transform: scale(1.2);
  }
  .card-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.2; /* Reducir el interlineado */
    margin: 5px 0; /* Reducir el margen entre los párrafos */
}
.card-content .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

  .badge,
  .favorite {
    position: absolute;
    z-index: 10;
    transition: opacity 0.3s ease-in-out;
  }
  /* Badge en la esquina superior izquierda */
  .badge {
    top: 10px;
    left: 10px;
    background: navy;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
  }
  .badge-in {
    background: red;
    color: white;
    font-size: 10px;
    padding: 5px 10px;
    display: inline-block;
  }
  /* Icono de favoritos en la esquina superior derecha */
  .favorite {
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #d3d3d3; /* Gris más claro */
    cursor: pointer;
    transition: color 0.3s, text-shadow 0.3s;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
      1px 1px 0 white; /* Simula un borde blanco en el icono */
  }
  /* Cuando se da like */
  .favorite.liked {
    color: red;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
      1px 1px 0 white; /* Mantiene el borde blanco */
  }

  /* No desaparecen en hover */
  .card:hover .badge,
  .card:hover .favorite {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .card-content {
    padding: 15px;
    text-align: center;
    
  }

  .card-content h3 {
    font-size: 16px;
    margin: 10px 0;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

  }

  .card-content p {
    font-size: 14px;
    color: #555;
  }

  .card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background: #fff;
  }

  .stars {
    color: gold;
    margin-bottom: 5px;
  }

  .price, .priceadult{
    font-size: 16px;
    font-weight: bold;
    color: #67328a;
  }
  h4 .font-weight-bold{
    font-size: 16px;
    font-weight: bold;
    color: #67328a;
  }
  .currency {
    font-size: 16px;
    font-weight: bold;
    color: #67328a;
  }

  /* Slide para la sección de playas */
  .playas-section {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
  }

  .playas-container {
    display: flex;
    transition: transform 0.5s ease;
  }

  .playas-container .containerCard {
    flex: 0 0 100%;
    display: flex;
    gap: 20px;
    padding: 0 20px;
  }
  
  .playas-container .card {
    cursor: pointer;
  }
  
  .card3 {
    cursor: pointer;
  }

  .slide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(221, 108, 152, 0.8);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }

  .slide-button.left {
    left: 10px;
  }

  .slide-button.right {
    right: 10px;
  }

  .slide-button.hidden {
    display: none;
  }

  /* FOOTER */


/* Asegurar que el resto del contenido esté sobre la imagen */
.main-filler {
  flex: 1;
}

.footer {
  position: relative;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer-logo-img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  z-index: 0;
  pointer-events: none; /* evita que tape contenido clickeable */
}

.footer-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  padding-left: 140px; /* Espacio para la imagen de fondo */
}

.footer-section {
  flex: 1;
  padding: 20px;
  min-width: 250px;
  position: relative;
  z-index: 2;
}

  .footer-section h3 {
    margin-bottom: 15px;
  }

  .footer-section ul {
    list-style: none;
    padding: 0;
  }

  .footer-section ul li {
    margin-bottom: 10px;
  }

  .footer-section ul li a {
    color: #fff;
    text-decoration: none;
  }

  .social-icons a {
    color: #fcc616;
    margin: 0 10px;
    font-size: 30px;
  }

  .footer-bottom {
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
  }
  @media (max-width: 1024px) {
  .footer-content {
    padding-left: 20px;
  }

  .footer-logo-img {
    opacity: 0.3; /* opcional, para que no tape contenido */
	height: 60%;
  	max-height: 75%;
  }
}

  @media (max-width: 768px) {
     .footer-logo-img {
		opacity: 1; 
		height: 150px;
        max-height: 150px;
        position: relative;
	  }
    .navbar-container {
      flex-wrap: wrap;
      /* margin: 0 15px 0 15px; */
      padding: 10px;
      justify-content: center;
      position: relative;
    }
  
	.navbar-brand img {
		height: 50px;
	  }
    .navbar-menu {
      display: none;
      flex-direction: column;
      width: 100%;
      background-color: white;
      position: fixed;
      top: 80px;
      /* left: 0; */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      padding: 10px 0;
      
    }
    .navbar-search input{
      width: 350px;
    }
    .navbar-menu.active {
      display: flex;
      flex-direction: column;
    }

    .navbar-menu li {
      margin: 10px 0;
      text-align: center;
    }

    
    .navbar-toggle {
      display: block;
      order: 3;
      position: absolute;
      right: 10px;
      margin-left: 10px;
      color: rgb(
            221,
            108,
            152
          );
    }

    .navbar-search {
      display: none;
      position: absolute;
      top: 90px;
      /* left: 0; */
      /* width: 100%; */
      background-color: white;
      padding: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 10;
      border-radius: 0;
    }

    
    .navbar-search.active {
      display: flex;
      justify-content: center;
      /* width: 100%; */
    }
    .navbar-search button{
        right: 13px;
    }

    .search-icon {
      display: block;
      order: 2;
      position: absolute;
      /* left: 10px; */
      color:rgb(
        221,
        108,
        152
      );
    }

    .navbar-icons {
      display: none;
    }

    .section {
      padding: 10px 10px;
    }

    .section h2 {
      /*font-size: 2rem;*/
	  font-size: 1.5rem;
      text-align: left;
      margin-top: 10px;

    }

    .section p {
      display: none;
    }

    .containerCard {
        display: flex;
        flex-wrap: nowrap; /* Evita que las tarjetas se apilen verticalmente */
        overflow-x: auto; /* Activa el desplazamiento horizontal */
        scroll-snap-type: x mandatory; /* Hace que las tarjetas encajen en el scroll */
        padding: 10px;
        gap: 15px;
    }

    .card {
        flex: 0 0 auto; /* Evita que se redimensionen */
        width: 250px; /* Tamaño fijo */
        scroll-snap-align: start; /* Cada tarjeta se ajusta al inicio */
    }

    /* Ocultar barra de scroll en algunos navegadores */
    .containerCard::-webkit-scrollbar {
        display: none;
    }

    .containerCard {
        -ms-overflow-style: none;  /* Ocultar scrollbar en IE/Edge */
        scrollbar-width: none;  /* Ocultar scrollbar en Firefox */
    }

    .playas-container .containerCard {
      flex: 0 0 100%;
      display: flex;
      gap: 10px;
      padding: 10px;
     
    }

    .slide-button {
      display: none;
    }
    .dropdown {
        position: relative;
      }

      .dropdown-content {
        background-color: #f9f9f9; /* Fondo gris pastel claro */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        padding: 10px;

        right: 25px;
        top: 40px;
      }
      .dropdown-content a:hover {
        color: #67328a;
      }
      .dropdown:hover .dropdown-content {
        display: block;
      }

      .dropdown::after {
        /* content: "▼";  */
        font-size: 12px;
        margin-left: 5px;
        color: #555;
      }

      .navbar-menu.active,
      .navbar-search.active {
        border-bottom: 1px solid #e0e0e0; /* Borde claro en la parte inferior */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Sombra para el dropdown */
      }
  }

  /* America del Norte */
  .section h2.titulo-america-norte {
    color: #2b2b2b; /* Color específico para América del Norte */
}

 /* America del Sur */
 .section h2.titulo-america-sur {
    color: #2b2b2b; /* Color específico para América del Norte */
}
 /* America del Sur */
 .section h2.titulo-europa {
    color: #2b2b2b; /* Color específico para América del Norte */
}
 /* America del Sur */
 .section h2.titulo-europa {
    color: #2b2b2b; /* Color específico para América del Norte */
}
 /* America del Africa */
 .section h2.titulo-africa_oceania {
    color: #2b2b2b; /* Color específico para América del Norte */
}

#Imperdibles .header-text,
#Imperdibles .containerCard {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 15px; */
  /* padding-right: 15px; */
}

#Imperdibles .header-text h2 {
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Montserrat', serif;
  color: #2b2b2b;
  text-align: left;
}

#Imperdibles .header-text p {
  margin: 10px auto 30px;
  color: #666;
  text-align: left;
}
.destinos-container {
    max-width: 1200px;
    margin: 10px auto 30px;
    text-align: center;
    font-family: "montserrat", sans-serif;
}

.destinos-tabs {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

.destinos-tabs li {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    color: #666;
}

.destinos-tabs li.active {
    color: #000;
    border-bottom: 3px solid rgb(103 50 138);
}

.destinos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  justify-items: center;
  text-align: center;
}

/* Cada burbuja */
.destinos-grid span {
  width: 150px; /* fijo para todos */
  height: 40px;
  background: white;
  border-radius: 999px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Enlace interno */
.destinos-grid span a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #1a1a1a;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

/* Hover neutral */
.destinos-grid span:hover {
  background: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

/* Responsive igual que antes */
@media (max-width: 768px) {
    .destinos-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
    }
	.destinos-grid span {
	    width: 100px;
		font-size: 10px;
	}
}



        /* Estilos para la nueva sección de Principales Destinos */
        .destinos-wrapper > .col-lg-3,
.destinos-wrapper > .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
        .containerCard-principales {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 0 20px 0;
          }
    
          .card-principal {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
          }
    
          .card-principal:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
          }
    
          .card-image-container-principal {
            position: relative;
            height: 250px;
			height: 180px !important;
            overflow: hidden;
          }
    
          .card-image-container-principal img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
          }
    
          .card-principal:hover .card-image-container-principal img {
            transform: scale(1.1);
          }
    
          .card-overlay-principal {
            position: absolute;
            bottom: -100%;
            left: 0;
            right: 0;
            background: rgba(
              204,
              183,
              249,
              0.9
            ); /* Color de fondo con transparencia */
            color: white;
            padding: 20px;
            transition: bottom 0.3s ease;
          }
    
          .card-principal:hover .card-overlay-principal {
            bottom: 0;
          }
    
          .card-overlay-principal h3 {
            margin: 0;
            font-size: 1.5rem;
            transition: transform 0.3s ease;
          }
    
          .card-principal:hover .card-overlay-principal h3 {
            transform: translateY(-10px);
          }
    
          .card-overlay-principal p {
            margin: 10px 0 0;
            font-size: 0.9rem;
            opacity: 0;
            transition: opacity 0.3s ease 0.1s;
            color: #fff;
          }
    
          .card-principal:hover .card-overlay-principal p {
            opacity: 1;
          }
    
          .card-footer-principal {
            text-align: center;
            padding: 15px;
          }
    
          .ver-mas {
            background: none;
            border: none;
            color: #67328a; /* Color del texto */
            font-size: 1rem;
            cursor: pointer;
            position: relative;
            padding: 5px 0;
          }
    
          .ver-mas::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #67328a; /* Color de la línea */
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.3s ease;
          }
    
          .ver-mas:hover::after {
            transform: scaleX(1);
            transform-origin: left;
          }
          /* Estilos específicos para móviles */
@media (max-width: 768px) {
    .card-overlay-principal {
        bottom: 0; /* Mostrar el overlay siempre en móviles */
        background: rgba(0, 0, 0, 0.7); /* Negro con transparencia */
        padding: 15px; /* Ajustar el padding */
    }

    .card-overlay-principal h3 {
        font-size: 1.8rem; /* Texto más grande */
        margin-bottom: 5px; /* Espaciado */
    }

    .card-overlay-principal p {
        opacity: 1; /* Mostrar el texto siempre */
        font-size: 1rem; /* Texto más grande */
    }

    .card-principal:hover .card-overlay-principal {
        bottom: 0; /* Evitar que se mueva en móviles */
    }

    .card-principal:hover .card-overlay-principal h3 {
        transform: none; /* Evitar animación en móviles */
    }

    .card-principal:hover .card-image-container-principal img {
        transform: none; /* Evitar zoom en móviles */
    }
}

span.twitter-typeahead {
	width: 70%;
	background-color: var(--light);
	position: relative; display: inline-block;
}

.typeahead, .tt-query  {
  width: 100%;
  padding: 12px 50px 12px 20px; /* Espaciado para evitar que el texto quede debajo del botón */
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  outline: none;
  transition: all 0.3s ease;
}

.tt-hint {
	visibility: hidden;
}

.tt-suggestion {
	 font-size: 28px;
	 line-height: 24px;
	 padding: 3px 20px;
	 color: var(--light);
}
 
.tt-suggestion p {
	 margin: 0;
	 color: var(--light);
	 font-size: 16px;
}
 
.tt-suggestion p:hover {
	color:#58AEB0;
}

.tt-dropdown-menu {
	 background: #67328a;
	 margin-top: 2px;
	 padding: 8px 0;
	 width: 100%;
	 color: var(--light) !important;
	 border-radius: 5px;
	 margin-left: 0.520%;
}
@media screen and (max-width: 600px)
{ 
	.typeahead, .tt-query, .tt-hint, .tt-dropdown-menu {
		 width: 270px;
	}
}


#carousel {
	aspect-ratio: 7/3
}

#MyCarousel2 {
	aspect-ratio: 1;
	max-height: 45vh
}
.carousel-item img
{
	height: 400px;	
}

.btn-secondary {
	background-color: #67328a; /* Color del botón de búsqueda */
	color: white !important; /* Texto en blanco */
	border: none;
	padding: 6px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn-secondary:hover {
	background-color: #67328a; /* Color rosa antiguo al hacer hover */
	transform: scale(1.05); /* Efecto de escala */
	text-decoration:none;
}
.text-primary{
	color: #2b2b2b !important;
}

.btn-primary {
	background-color: #67328a; /* Color del botón de búsqueda */
	color: white !important; /* Texto en blanco */
	border: none;
	padding: 6px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn-primary:focus {
	background-color: #67328a; /* Color del botón de búsqueda */
	color: white !important; /* Texto en blanco */
	border: none;
	padding: 6px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn-primary:hover {
	background-color: #67328a; /* Color rosa antiguo al hacer hover */
	transform: scale(1.05); /* Efecto de escala */
	text-decoration:none;
}

.btn-third {
	background-color: #67328a; /* Color del botón de búsqueda */
	color: white !important; /* Texto en blanco */
	border: none;
	padding: 6px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn-third:hover {
	background-color: #67328a; /* Color rosa antiguo al hacer hover */
	transform: scale(1.05); /* Efecto de escala */
	text-decoration:none;
}

.btn-outline-primary {
	border: 1px solid #a780ff !important;
    border-radius: .25rem !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #a780ff !important;
    text-align: center;
    text-decoration: none;
}
.btn-outline-primary:hover {
	background-color: #67328a !important; /* Color rosa antiguo al hacer hover */
	transform: scale(1.05); /* Efecto de escala */
	text-decoration:none;
	color:#FFF !important;
}
.border-primary{
	border: 1px solid #a780ff !important;
}
.bg-primary {
    background-color: #e9ecef !important;
}
.justify-content-center
{
	width: 100%;
}

.font-weight-bold2
{
	font-size: 1rem !important;
	margin-left: 15px;
}

.u-background-image{
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	width: 60px;
    height: 60px;
}
@media (max-width:576px) {
	#carousel1 {
		aspect-ratio: 7/3
	}
	#MyCarousel2 img {
		height: 165px !important
	}
	#MyCarousel {
		max-height: 61vh
	}
	.MyCarousel2 {
		max-height: 30vh  !important;
	}
	.carousel-item img
	{
		height: 200px !important;
	}
	.col-lg-4 .card {
		width: 100% !important;
	}
	.col-lg-12 .card {
		width: 100% !important;
	}
	.col-lg-4 .card {
		width: 100% !important;
	}
	.col-lg-12 .card {
		width: 100% !important;
	}
}

.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.loading {
	height: 300px;
	position: relative;
}

@keyframes spinner {
	0% { transform: translate(-50%,-50%) rotate(0deg); }
	100% { transform: translate(-50%,-50%) rotate(360deg); }
}

.spinner-container {
	position: relative;
	width: 100px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
}

.spinner div {
	animation: spinner 1s linear infinite;
	top: 50px;
	left: 50px;
	box-sizing: content-box;
	position: absolute;
	width: 50px;
	height: 50px;
	border: 15px solid var(--primary);
	border-top-color: transparent;
	border-radius: 50%;
}

.spinner {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0;
}

.spinner-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: transparent;
	/*background-color: var(--light);*/
	opacity: .75;
}