body {
  background-image: url('/images/background10.jpg'); 
  background-color: rgb(173, 245, 245);
  background-color: rgb(165, 197, 248);
  
  
}


.page-title {
  display: flex;
  align-items: center;
  margin-top: 0px;
  max-height: 200px;
  min-width: 800px;
  align-items: center;
  background-image: url('/images/background3.PNG'); /* Replace with your image URL */
  background-size: cover; /* Ensures the image covers the entire div */
  background-position: top; /* Centers the image */
  background-repeat: no-repeat; /* Prevents image repetition */
}


.logo-image {
  width: 200px;
  object-fit: 100%;
  margin-left: 30px;
  
}

.title-box {
  display: grid;
  grid-template-columns: 85% 15%;
  width: 1300px;
  margin-top: 0px;
  font-family: 'Aladin', cursive;
  font-family: 'Bubblegum Sans', cursive;
  min-width: 100px;
}


.title-text {
  margin-top: 0px;
  min-width: 410px;
}

.title-buttons{
  display: flex;
  flex-direction: column;
  margin-right: 0px;
  justify-content: center;
  row-gap:  20px;
  
}

.button-whatsapp, .button-location{
  display: flex;
  background-color: transparent;
  border: none;
  padding: 0px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}



.image-whatsapp {
  height: 60px;
  width: 60px;
  
}



.p1-title-text, .p2-title-text, .p3-title-text {
  color: rgb(2, 2, 99);
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 50px;
  object-fit: cover;
  margin-left : 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;

}

.p2-title-text {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  margin-left: 85px;
  margin-top: -10px;
  width: auto;
}

.p3-title-text {
  font-family: 'Aladin';
  font-size: 40px;
  margin-left: 20px;
  color: rgb(3, 3, 177);
}

.buttons {
  background-color: rgb(99, 201, 229);
  background-color: rgb(165, 197, 248);
  margin-top: 0px;
  height: 60px;
  display: flex;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: 800px;
}

.nosotros-button, .convenio-button, .promociones-button,
 .reservar-button, .precios-button, .contacto-button {
  
  width: 140px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: rgb(33, 156, 190);
  color: rgb(1, 1, 36);
  border: none;
  border-radius: 25px;
}

.home-center-box {
    display: flex;
    flex-direction: column;
    
    width: 100%;
    min-width: 655px;
    /*
    background: linear-gradient(to right, rgb(99, 201, 229), rgba(247, 248, 249, 0), rgba(247, 248, 249, 0), rgba(99, 201, 229));
    */
  }

  .ofertas-momento {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    border-radius: 10px;        /* opcional: bordes redondeados */
    margin: 2px auto;
    margin-bottom: 20px;
    max-width: 600px;
  }
  .ofertas-momento p,h2 {
  margin-top: 4px;
  margin-bottom: 4px;
  color: rgb(70, 1, 1);
  }


#myImage {
  object-fit: cover;
  top: 0;
  border-radius: 5px;
  width: 800px;
  height: 300px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 5);
}



#imageContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
 
}



.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: linear-gradient(to right, rgb(99, 201, 229), rgba(247, 248, 249, 0), rgba(247, 248, 249, 0), rgba(99, 201, 229)); */
  pointer-events: none;
  z-index: 1;
}

.home-image {
    width: 1300px;
    min-width: 300px;
}


.home-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  min-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ecf897;
  margin-bottom: 80px;
  border-radius: 15px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #114a14;
}

.reservar-button-botom {
  background-color: #114a14;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}



.promocion-image {
  width: 500px;
}


.my-name {
  margin: 12px;
  font-family: 'Amatic SC', cursive;
  font-size:20px;
  color: rgb(92, 83, 83);
  padding-bottom: 20px;
  margin-left: 30px;
}




@media (max-width: 1100px) {
  .page-title {
    margin-top: 3px;
    max-height: 200px;
  }
  .logo-image{
    margin-left: 15px;
  }

  
  .title-text {
    margin-top: 30px;
  }
  .button-whatsapp, .button-location{
    width: 70px;
    height: 70px;
  }
  .image-whatsapp {
    height: 70px;
    width: 70px;
  }
  .p1-title-text {
    
    margin-left : 10px;
  }
  .p2-title-text {
    
    margin-left: 75px;
  }
  .buttons {
    margin-top: 10px;
    height: 80px;
    
  }
  .nosotros-button, .convenio-button, .promociones-button,
  .reservar-button, .precios-button, .contacto-button {
    width: 140px;
    height: 60px;
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
    min-width: 130px;
    border-radius: 30px;
  }
  .home-center-box {
    padding-top: 0px;
}
  .promocion-button2 {
    height: 275px;
    width: 625px;
    
  }
  .promocion-image {
    width: 625px;
  }
  .my-name {
    font-size:17px;
    
  }
}