.hero-cruceros {
  height: 100vh;
  max-height: 600px;
  background-image: url('../img/Hannah_1.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* .container{
    flex: content;
    bottom: 10px;
    text-align: end;
} */

.titulo-cruceros{
  position: absolute;
  top:150px;
  right:160px;
  font-family: 'Mistral';
  /* src: url('./fuentes/Mistral.ttf') format('truetype'); */
  background-color:transparent;
  color: #f6f7f7;
  font-style: normal;
  font-size: 45px ;
  /* letter-spacing: 1px; */
  text-shadow: 1px 1px 4px rgba(0,0,0,3);
  text-align: center;
  
  
  /* margin-top: 200px;
  margin-left: 450px; */
}

.final-cruceros{
  /*flex: 1 1 45%;        /* base 45% ancho, crece o se encoge según espacio */
  display:flex ;
  max-width: 100%;
  height: 120px;
  margin:  20px;
  margin-top: 20px;
  margin-bottom: 20px !important;            /* ya usas gap en el padre */
  background-color: #003366;
  border-radius: 8px;
  box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
  /* padding-bottom:  0rem !important;  */
  color: white;
  
  flex-direction:column; 
  align-items:  center; /* baja el texto al pie de la sección */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  /* Fallback: color sólido mientras no cargue el gradient */
  background-color: #003366;

  /* Degradado lineal de arriba abajo */
  background-image: linear-gradient(
    to bottom,        /* dirección: arriba ↓ abajo */
    #003366 0%,       /* color al inicio (0%) */
    #005f99 50%,      /* color intermedio (50%) */
    #0080cc 100%      /* color final (100%) */
  );
  
}

.micrucero{
    display:flex ;
    max-width: 100%;
    height: 120px;
    margin:  20px;
    margin-top: 20px;
    margin-bottom: 20px !important;            /* ya usas gap en el padre */
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    color: rgb(0, 0, 0);
    border: 2px solid blue;

  
  flex-direction:column; 
  align-items:  center; /* baja el texto al pie de la sección */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}