html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
.carousel-inner > .carousel-item > img {
    object-fit:cover;
    height: 70vh;
    width: 100%; 
}
.logo1 {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    top: 10vh;
    margin: auto;
    z-index: 100;
 }
.logo_Portada{
    width: 70%;
    max-width: 500px;
    margin-top: 50px;
    
}
.fuente_nav{
    font-size: 1px;
}



h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
}

.bg-image_PT {
    background-image: url('../img/Paquetes_turisticos/Fondo_seccion-filtro.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0;
  }
 .bg-image_letras{
  background-image: url('../img/Portadas/fondo_letras.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 50px 0;
  
 } 
 .bg-image_letras2{
  background-image: url('../img/fondos/DJI_0103.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
 
  
 } 
.portada {
   
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 150px 0;
    height: 50vh;
    
    
    }


.bg-image_eventos {
    background-image: url('../img//Eventos/evento_fondo.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0;
  }


.Noticia2 h4{
  text-align: right;
}
.Mision_Vision_Card {
   
  background-size: cover;
  background-position: center center;
  position: relative;
  
  height: 100
px;
  
  
  }

/*ICONOS*/

.star_icon{
    display: inline-block;
    width: 20px;
  }
.location_icon{
  display: inline-block;
    width: 10px;
}  
  
 /*BOTONES*/
.btn_reservar{
  background-color: rgb(0, 203, 3);
}
.btn_ig{
  color: black;
  text-decoration: none;
}
.btn_ig:hover{
  color: rgb(255, 205, 3);
}
/*boleteria*/
.flight-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}
.flight-card_2 {
  
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}


/* Estilo del contenido de la tarjeta */

.card-title-flight {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text-flight {
  font-size: 14px;
  color: #888888;
  margin-bottom: 8px;
}
.card-text-flight-2 {
  font-size: 18px;
  color: #888888;
  margin-bottom: 8px;
}
.card-content {
  grid-column: 1 / span 1;
}

.card-image-flight {
  grid-column: 2 / span 1;
  text-align: center;
  
}

span{
  color: darkorange;
}
/*pagination*/
/*.pagination {
  background-color: 	; /* Cambia el color de fondo 
  color: ;  Cambia el color del texto */


.pagination .page-link {
  background-color: #ffc107; /* Cambia el color de fondo del enlace */
  color: #000000; /* Cambia el color del texto del enlace */


 
}

.pagination .page-item.active .page-link {
  background-color: #ffffff ;  /* Cambia el color de fondo del enlace activo */
  color: #ffc107; /* Cambia el color del texto del enlace activo */
  border-color: #ffc107;
}
/*Tarjetas de Perfil*/
.bodycard {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f0f0f0;
}

.tarjeta_perfil {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.foto-perfil {
  width: 250px;
  height: 250px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 auto 10px auto; 
  overflow: hidden; /* Para recortar la imagen si es más grande que el círculo */
}
.foto-perfil img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Para asegurarse de que la imagen llene completamente el círculo */
}

.bodycard h1, .bodycard p {
  margin: 5px 0;
}

/*--------------*/



@media (max-width: 767px) {
  .flight-card {
    padding: 15px;
  }

  .card-title-flight {
    font-size: 18px;
  }

  .card-text-flight {
    font-size: 12px;
  }

}
  @media only screen and (max-height: 500px) {
    .logo1{
        top: 1vh;
    }
    .carousel-inner > .carousel-item > img {
      object-fit:cover;
      height: 90vh;
      width: 100%; 
}
}
@media only screen and (max-width: 400px) {
  
  .carousel-inner > .carousel-item > img {
    height: 60vh;

  }
  }

  
