#loading-screen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 1;
}

.disable-overflow-y{
  overflow-y: hidden;
}
.enable-overflow-y{
  overflow-y: visible;
}

.banner-home {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding-left: 5rem;
  padding-right: 30rem;
  height: 100vh;
  background-image: url(../assets/Home/PlazarellaSanFranciscodelRinconGto.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


.title {
  font-size: 70px;
}

.image-card {
  width: 400px;
  height: 330px;
  margin: 20px;
}

.opacity {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  /* Ajusta la duración y el tipo de transición según tus preferencias */
}

.opacity:hover {
  opacity: 1;
  width: 100%;
  height: 100%;
}


.top-view {
  height: 60vh;
  background-image: url(../sassets/Home/Mesa\ de\ trabajo\ 14.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.img-fluid {
  max-width: 100%;
  height: auto
}


/*--------------------------------------------------------------
# parallax Section
--------------------------------------------------------------*/
.parallax {
  width: 100%;
  background: linear-gradient(45deg, red, blue);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
}

.un-gran-centro {
  height: 100vh;
  background: url(../assets/Home/PlazarellaSanFranciscodelRinconGto.jpg) top center;
  background-size: cover;
  position: relative;
}

.dia-del-nino-background {
  height: 100vh;
  background: url(../assets/dia-del-nino/ActiviadadesenSanPanchoPlazarellaKids.png) top center;
  background-size: cover;
  position: relative;
}

.descubre-magia {
  height: 80vh;
  background: url(../assets/Home/Mesa\ de\ trabajo\ 20.png) top center;
  background-size: cover;
  position: relative;
}

.experimenta {
  height: 60vh;
  background: url(../assets/Home/Mesa\ de\ trabajo\ 21.png) top center;
  background-size: cover;
  position: relative;
}

/* .parallax::before {
  content: "";
  position: -webkit-sticky;
  position: sticky;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

.parallax .parallax-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.parallax .parallax-container-home {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.parallax h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  .parallax h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.parallax h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .parallax h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #000;
  color: #000;
}

.btn-get-started:hover {
  background: #1d1f22;
  border: 2px solid #000000;
  color: #d4a237;
}

/*--------------------------------------------------------------
# buttons
--------------------------------------------------------------*/

.btn-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid grey;
  color: #fff;
  background-color: #000000;
}

.btn-started:hover {
  background: #d4a237;
  border: 2px solid #000000;
  color: #fff;
}


.image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.image-container img {
  width: 33.33%;
  /* Ajusta el tamaño según tus necesidades y ten en cuenta el espacio entre las imágenes */
  max-width: 300px;
  /* Establece un ancho máximo para las imágenes */
  height: auto;
  /* Mantiene la proporción de aspecto */
  background-color: black;
  opacity: 0.7;
  /* Ajusta la opacidad a negro según tus preferencias */
  transition: opacity 0.3s ease;
  /* Agrega una transición suave para la opacidad */
  margin-top: 40px;
  margin-left: 40px;
}

.image-container img:hover {
  opacity: 1;
  /* Cambia la opacidad a 100% al pasar el mouse sobre la imagen */
}

.info-footer {
  height: 20vh;
}

.info-footer-item {
  width: 15%;
}

.separator {
  height: 80%;
  border-left: 2px solid #000;
}

footer {
  height: 8vh;
  text-align: center;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.6);
}


.cardContacto {
  background-color: black;
  z-index: 1;
}

.cardContacto input {
  background-color: #000 ; 
  color: #fff;
}

.cardContacto input:focus {
  background-color: #000 ; 
  color: #fff;
}

.cardContacto textarea {
  background-color: #000;
  color: #fff;
}

.cardContacto textarea:focus {
  background-color: #000;
  color: #fff;
}

.cardContacto button {
  background-color: gainsboro;
  color: #000;
  width: 100px;
  float: right;
}

.ParallaxDirectory {
  height: 40vh;
  background: url(../assets/Home/Mesa\ de\ trabajo\ 14.png) top center no-repeat;
  background-size: cover;
  position: relative;
}

.shop-detail-container {
  width: 100%;
}

.shop-main-image {
  width: 100%;
  height: 30vh;
  background-image: url('../assets/Home/atnt.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.item-galery {
  width: 300px;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-item-galery {
  width: 280px;
  height: 280px;
  max-width: 280px;
  max-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-directory {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-size {
  height: 32px;
  width: 32px;
}

.icon-button:hover {
  background-color: #000000 !important;
}

.icon-button svg {
  transition: 0.3s;
  fill: #000000;
}


.icon-button:hover svg {
  fill: #d4a237;
}

.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  z-index: 1;
}

.width-banner-home {
  width: 60%;
}

.width-map {
  width: 70%
}
.width-facebook {
  width: 50%;
  height: 100%;
}

/* Asegúrate de que los estilos sean lo suficientemente específicos */
#carrusel .slick-dots {
  margin-top: 100px;
}

#carrusel .slick-dots li button {
  width: 10px;
  height: 10px;
}

.button {
  width: auto;
  padding: 20px;
  font-family: dosis !important;
  font-size: 24px;
  border: 0;
  border-radius: .5rem !important;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
}

.button-orange {
  background-color: #f18425;
}

.button-orange:hover {
  background-color: #f18425;
  box-shadow: 0 0 20px #f18425;
  transform: scale(1.1);
  color: #ffffff;
  text-decoration: none;
}

@font-face {
  font-family: programa;
  src: url(./dia-del-nino/fonts/LilitaOne-Regular.ttf);
}

.programa-font {
  font-family: programa !important;
}

.growing {
  position: relative;
  animation: grow 2s infinite ; 
}

@keyframes grow {
  0% { 
    transform: scale(1); 
  } 
  /* 25% { 
    transform: scale(1.05); 
    box-shadow: 0 0 10px #f18425;
  }  */
  50% { 
    transform: scale(1.1); 
    box-shadow: 0 0 20px #f18425;
  } 
  /* 75% { 
    transform: scale(1.05);
    box-shadow: 0 0 10px #f18425;
  }  */
  100% { transform: scale(1); 
    box-shadow: none;
  } 
}


.banner-dia-de-muertos{
  background-image: url('../assets/dia-muertos/BannerFondoWeb.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #f7ecd8;
}

@font-face {
  font-family: Playfair;
  src: url(./fonts/PlayfairDisplay-Medium.ttf);
}

@font-face {
  font-family: Comorant;
  src: url(./fonts/CormorantSC-Light.ttf);
}

@font-face {
  font-family: Poppins;
  src: url(./fonts/Poppins-Medium.ttf)
}

.font-playfair{
  font-family: Playfair;
}

.font-comorant{
  font-family: Comorant;
}

.font-poppins{
  font-family: Poppins !important;
}

.title-dia-muertos{
  color: #1e2745; 
  font-size: 100px;
}

.subtitle-dia-muertos{
  color:#d25336; 
  font-size: 30px;
}