<html>
  <head>
    <meta content="text/html; charset=windows-1252" http-equiv="content-type">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"
      title="Wrap Long Lines">
  </head>
  <body><span style="font-family: monospace;">

  
  /* Fondo del carrusel con
      banner.png */
      <br>
      #banner { background-image: url('../images/banner.png'); <br>
      background-size: cover; <br>
      background-repeat: no-repeat; <br>
      padding: 20px; <br>
      border-radius: 10px;
      <br>
      /* Botón Conoce Más con color de la Fundación */
.btn-custom {
  background-color: #F4A261 !important; /* Color de la paleta de la Fundación */
  color: white !important; /* Texto en blanco para mejor visibilidad */
  border: none;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

/* Efecto hover (cuando el mouse pasa sobre el botón) */
.btn-custom:hover {
  background-color: #E76F51 !important; /* Color más oscuro en hover */
  color: white !important;
  transform: scale(1.05); /* Efecto de crecimiento leve */
}
      }
      <br>
      /* Ajustes del carrusel para que se vea bien dentro del marco */
      <br>
      .carousel-inner img { border-radius: 5px;
      <br>
      max-height: 500px; /* Ajusta la altura si es necesario */ <br>
      object-fit: cover;
      <br>
      }.carousel-item img { width: 100%; <br>
      height: fit content;
      }
      <br>
      .carousel-item { max-height: 1080px;
      }<br>
    </span>
  </body>
</html>
