/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700&family=Montserrat:ital,wght@0,200;0,400;1,300&family=Ms+Madi&family=Roboto&family=Roboto+Mono&family=Rubik&display=swap');
body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /*color: #5a5a5a;*/
    color:white;
  }
  
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
  }

/* Estilo del contenedor del mensaje */
.message {
  background-color: #ff9800; /* Naranja Tiki */
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  border-radius: 10px;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 9999;
  display: none; /* Inicia oculto */
}

.message2 {
  background-color: #4caf50; /* Verde */
  color: white;
}

/* Animación de aparición */
.fadeIn {
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

/* Estilo del botón */
button {
  background-color: white;
  color: #ff9800;
  font-size: 16px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #ffcc80;
}





  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }

  
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .bgRosaPastel {
    background-color: #f8b7bd;
  }
  .colorRosaPastel{
    color: #308a50 !important;
  }
  .bgBotonRosa{
    background-color: #875753 !important;
  }
  
  .colorGaleria{
    color:#FFBDAD;
  }

  .cover{
    object-fit: cover;
  }
  .colorCarrusel{
     color: #DE7CAE;
  }
  .filtro{
    filter: brightness(50%);
  }
  .fuentePeque{
    font-size: 1.5rem;
    font-family: 'Ms Madi', cursive;
  }
  .fuenteLogo{
    font-family: 'Ms Madi', cursive;
    font-size: 2.5rem;
  }
  .fuenteCarrusel{
    font-family: 'Ms Madi', cursive;
    font-size: 3.5rem;
  }
  .fuenteCursiva{
    font-family: 'Ms Madi', cursive;
    color:white;
  }
  .fuenteNormal{
    font-family: 'Montserrat', sans-serif;
    color: #D68E87;
  }
  .divVideo{
   
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    filter:brightness(50%);
  
  }

  .borroso{
    backdrop-filter: blur(5px);
  }
  .imgHover{
    transition: all 2s;
    z-index: -1;
  }
  .imgHover:hover{
    filter: brightness(100%);
    transform: scale(1.5);
    z-index: 10;
    overflow:hidden;
    cursor:zoom-in;
    align-self: center;
  }
  .imgHover:click{
    filter: brightness(100%);
    transform: scale(1.5);
   
    z-index: 10;
    cursor:zoom-in;
    align-self: center;
  }
  .imgHover:focus{
    filter: brightness(100%);
    transform: scale(1.5);
    z-index: 10;
    cursor:zoom-in;
    align-self: center;
  }
