 /*color director es   #d094b6; */
<style>
    /* Estilos basicos */
    body {
      background-color: #fff;
    }
	.container {
      max-width: 1366px;
    }
   
 /* Barra de navegacion */
    
	
	nav ul li:hover {
	background-color: #d292b5;
	border-radius: 1px;
	padding: 3px; /* Cambiado */
	color: white;
}
	nav ul li:hover a {
	background-color: #d292b5 !important;
    color: white !important;

}
 
	
/* Carousel */	
	.carousel {
  display: flex;
  justify-content: center;
}

.carousel-inner {
  width: 100%;
  max-width: 600px; /* Ajusta el ancho máximo del carousel según tus necesidades */
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  max-width: 100%;
  height: auto;
}
 .owl-carousel  {
      transition-duration: 2s; /* Ajusta la duración según tus necesidades. Por ejemplo, 2s para una transición más lenta. */

}
 .owl-carousel .item {
  position: relative;
}

.owl-carousel .item .slide-content {
  position: relative;
  display: flex;
  align-items: center;
}

.owl-carousel .item .caption {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40%;
   /*background-color: rgba(0, 0, 0, 0.3);*/
  color: #fff;
  padding: 60px;
}

.owl-carousel .item .caption h3,
.owl-carousel .item .caption p {
  margin: 0;
}

/* Titulos */

 .text-container {
  text-align: center;
}
 
/* Tarjetas */

.titulos-tarjetas {
font-family: 'Kanit', sans-serif;
font-size: 26px;
color: #000;
}
.titulos-texto-inicial {
font-family: 'Satisfy', cursive;
font-size: 36px;
color: #000;
}

.textos-tarjetas {
font-family: 'News Cycle', sans-serif;
font-size: 18px;
}

 .card-custom {
 height: 600px;

 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 }
 
 .card-body-custom {
	height: 110px; 
 }
 
 .card-custom-blog {
 height: 365px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 /*background-color: #eedde7;*/
 background-color: #000;
 font-color: #FFF;
 
 }
 .altura-fija {
  height: 90px; /* Ajusta el valor según tus necesidades */
}
.altura-fija2 {
  height: 120px; /* Ajusta el valor según tus necesidades */
}
.altura-fija3 {
  height: 50px; /* Ajusta el valor según tus necesidades */
}
.photo-container {
  position: relative;
  overflow: hidden;
}

.enlarge-on-hover {
  transition: transform 0.3s;
}

.enlarge-on-hover:hover {
  transform: scale(1.2);
}

.custom-border2 {
    border-radius: 8px !important;
}
.custom-border3 {
    border-radius: 38px !important;
}
 

.texto-centrado {
  text-align: center;
}
 
 .card-band {
  background-color: #FFF; /*color director*/
  height: 70px;
  width: 100%;
}

.card-band-text {
  color: #000;
   
   
}

 
/* Botones */
.custom-btn {
  background-color: #757575;
}

.custom-btn:hover {
	 
	filter: brightness(95%);
}

/* tooltip */

  .tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-container .tooltip-text {
  position: absolute;
  top: -35px; /* Ajusta el valor según la posición deseada */
  left: 50%;
  transform: translateX(-50%);
  background-color: #757575;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.tooltip-container .tooltip-text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #757575 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
  opacity: 1;
}

/* whatsapp */
.whatsapp {
 position: fixed; 
 right:25px;  
 bottom:80px; 
 z-index:999;
}
.whatsapp img {
 width:60px; 
 height:60px;  
}
.whatsapp:hover{
opacity: 0.7 !important;
filter: alpha(opacity=70) !important;
}



/* call to action */
 
.call-to-action {
  width: 75%;
  margin: 0 auto;
  background-color: #757575;
  text-align: center;
  padding: 40px 0;
  border-radius: 10px; /* Ajusta el valor según el grado de redondez deseado */
}
.call-to-action-titulo {
	font-family: 'Great Vibes', cursive;
	font-size: 45px;
	 
 
}

/* testimonials */
.testimonials {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.section-title {
  text-align: center;
}

.testimonial-item {
  margin-bottom: 30px;
}

.testimonial-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 16px;
  margin-bottom: 10px;
}

.testimonial-author {
  font-size: 14px;
  font-weight: bold;
}
.testimonials .container {
  max-width: 75%;
}

/* back to top */
 .back-to-top {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999;
      width: 40px;
      height: 40px;
      background-color: #757575;
      color: #ffffff;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      transition: opacity 0.3s ease;
    }

    .back-to-top:hover {
      opacity: 0.7;
    }
	
	/* parrafos */
	.parrafo1 {
	font-family: 'Open Sans', sans-serif;
	/*color: #a8a8aa;*/
	color: #42313b;
	font-size: 20px;
	}

	/* barra titulos */
  .barra {
  width: 75%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
}

.banda {
  width: 10px;
  background-color: #42313b;
  height: 100%;
  border-radius: 7px 0 0 7px;
}

.contenido {
  padding: 10px;
  flex-grow: 1;
}

.contenido p {
  margin: 0;
}

/* titulos de paginas */

.titulos-paginas {
	font-family: 'Tangerine', cursive;
	font-size: 55px;
	color: #241c20;
	
	
}

/* ficha */
.seccion-desde{
	font-family: 'Carlito', sans-serif;
	font-size: 26px;
  background-color: #f0f0f0;
  border-radius: 3px;
  padding: 5px;
  height: 40px;
}

.accordion {
  background-color: #ffffff;
}

.accordion-item {
  border-bottom: 1px solid #dddddd;
}

.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: none;
  padding: 10px;
  width: 100%;
  text-align: left;
}

.icon {
  margin-left: 5px;
}

.accordion-content {
  padding: 10px;
}



/* destinos */
  .texto-con-fondo {
  background-color: black;
  color: white;
  padding: 8px;
  text-align: center;
  margin: 0;
}

.card-img {
  position: relative;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


   .owl-carousel .item img.vertical {
    max-height: 300px; /* Establece un tamaño máximo para las imágenes verticales */
    width: auto; /* Ajusta el ancho automáticamente para mantener la proporción */
  }

.w-75-custom {
	width: 75%;
}


/* pruebas 
.dropdown {
  position: relative;
  display: inline-block;
}**/

.icon {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
/*
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 100px;
  padding: 2px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.dropdown-content a {
  display: block;
  padding: 2px;
  text-decoration: none;
  color: #333;
}

.dropdown-content a:hover {
  background-color: #ddd;
}*/

/* blog */
     .blog-post1 {
      display: flex;
      align-items: center;
      border-radius: 10px;
      padding: 10px;
      margin-bottom: 10px;
      background-color: #f2f2f2;
    }
	
    .blog-post1 img {
      width: 100px;
      height: 100px;
      background-color: lightgray;
      border-radius: 10px 0 0 10px;
      object-fit: cover;
    }
    .blog-post1-content {
      padding-left: 30px;
    }
    .blog-post1 h2 {
      font-size: 24px;
      margin-top: 0;
    }
	
	.textos-blog {
		
		font-family: 'Open Sans', sans-serif;
		font-size: 20px;
	}
  /* menu descolgable 
  .dropdown-item {
  background-color: white;
  color: black;
}
  dropdown-menu-custom {
  background-color: white;
  color: black;
}
.dropdown-item:hover {
  background-color: black;
  color: white;
}*/

/*.nav-list {
  display: none;
}

.nav-list:hover,
.nav-list:active {
  display: block !important;
  position: fixed !important;
  right: 0;
}*/

/* Estilos para los elementos de lista dentro del menú desplegable */
 .nav-custom {
      
      border-radius: 8px !important;
      
    }
.nav-item {
      border-radius: 8px !important;
    }

.custom-fondo {
	background-color: #ede3dc !important; // color fondo director
}

/* estilos para staff **/

 .person {
      height: 250px;
    }
    @media (max-width: 767px) 
		{
			.person {
				height: auto;
			}
		  
		   
			 .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .owl-carousel {
        width: 100%;
    }
	.owl-carousel .w-75-custom {
        width: 100%;
    }
.owl-carousel .item .slide-content {
	position: relative;
		display: flex;
	align-items: center;
    width: 100%;
}
.owl-carousel .item .caption {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 60px;
}

    .item {
        width: 100%;
    }

    .item img {
        width: 100%;
        height: auto;
    }

    .caption {
			text-align: center;
			
			width: 90%;
    }
	.slide-content {
			width: 90%;
	}
	
	.w-75-custom {
		width: 100%;
	}
	
		}

.sombraImagen {
  position: relative;
}

.sombraImagen::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  opacity: 0.5;
}	
	
	/*menu flotante de idiomas*/
	 


  </style>