
.headerSmall{
  text-align:center;
  background: #ffffff;
  padding: 3px;
  position: relative;
}
.headerSmall a:hover{
  text-decoration: none;
}
.headerSmall img{
  height: 55px;
}
.menu-sub{
  display:none;
  margin-top: 3px;
  margin-bottom: 11px;
  background: #fff;
  border-bottom: 1px #efefef solid;
  border-top: 1px #efefef solid;
}
.menu-sub-item a:hover{
  text-decoration: none;
  color:#F78117;
}
.SmallTitleArea{
  position: absolute;
  top: 122px;
  z-index: 12;
  display: none;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.69); /* White with 70% opacity */
}
.SmallTitleAreaInner h3{
  color: #1580d1 !important;
  font-size: 1.6rem;
  font-weight: 500;
}
.SmallTitleAreaInner h4{
  color: #898989 !important;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: -11px;
}


@media (max-width: 1200px) {
    .index_body {
      height: 400px; /* Adjust the height for middle devices */
    }
    header{
      display: none;
    }
    .headerSmall{
      display: block;
    }
    .headerSmall h2{
      font-size: 1.3rem;
    }
    .title h4{
      margin-top: -11px;
      color: #898989;
      font-size: 1.1rem;
    }
    .menu-sub{
      display:flex;
      justify-content: space-around;
      /* justify-content: space-between; */
    }
    .SmallTitleArea{
      /* display: block; */
    }
  }




  /* SLIDER SLIDER */

  /* General container */
.index_body {
  position: relative;
  width: 100%;
  height: 580px; /* Ajusta según tus necesidades */
  overflow: hidden;
}

/* Each slide */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0; /* Hidden initially */
  z-index: 0;
  transform: scale(1); /* No zoom initially */
  transition: opacity 2s ease, transform 6s ease-in-out; /* Smooth effects */
}

/* Active slide */
.slide.active {
  opacity: 1; /* Fully visible */
  z-index: 1; /* On top of other slides */
  transform: scale(1.1); /* Slight zoom effect */
}

/* Slide transitioning out */
.slide.transitioning {
  z-index: 0; /* Behind the active slide */
}

/* Responsive design for smaller screens */
@media screen and (max-width: 1000px) {
  .index_body {
    height: 450px; /* Adjust the height for mobile devices */
  }
}

/* Responsive design for smaller screens */
@media screen and (max-width: 768px) {
  .index_body {
    height: 300px; /* Adjust the height for mobile devices */
  }
}


.slider-container{
  position: relative;
}
/* Title container */
.slider-title{
  position: absolute;
  top: 5%; /* Distance from the top of the slider */
  left: 2%;
  /* transform: translateX(-50%); */
  z-index: 10; /* Ensure it stays above the slider */
  text-align: center;
  width: 30%;
  color: white; /* Change to match your design */
  /* ext-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); Add shadow for better readability */
  pointer-events: none; /* Avoid blocking interactions with the slider */
  /* background: #ffffff;
  opacity: 0.3; */
}
/* Background with opacity */
.slider-info {
  background: rgba(255, 255, 255, 0.69); /* White with 70% opacity */
  padding: 20px;
  border-radius: 3px; /* Optional: rounded corners */
  display: inline-block; /* Fit content */
}
.slider-pataufnahme{
  position: absolute;
  top: 5%; /* Distance from the top of the slider */
  right: 2%;
  z-index: 10;
}
.slider-pat {
  background: rgba(255, 255, 255, 0.69); /* White with 70% opacity */
  padding: 11px;
  border-radius: 33px; /* Optional: rounded corners */
  display: inline-block; /* Fit content */
}
.slider-pataufnahme img{
  width: 44px;
}
/* Ensure text inside remains fully opaque */
.slider-info h3,
.slider-info p {
  margin: 0;
  padding: 0;
}
.slider-info p {
  color: #777777; /* Text color */
}
.slider-info h3{
  color: #1580d1 !important;
  font-size: 1.6rem;
  font-weight: 500;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .slider-title {
    font-size: 0.7rem; /* Smaller text for mobile */
  }
  .slider-info {
    padding: 10px;
  }
}

/* Text container */
.text-container {
  position: absolute;
  bottom: 16%;
  left: 0%;
  /* transform: translateX(-50%); */
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 10;
  background: rgba(130, 198, 243, 0.9); /* Semi-transparent white background */
  padding: 10px;
  /* border-radius: 3px; */
}

#dynamic-text {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff; /* Ensure text color is readable */
  opacity: 0;
  transition: opacity 1s ease-in-out;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

#dynamic-text.active {
  opacity: 1;
}

/* Responsive adjustments */
@media screen and (max-width: 1000px) {
  #dynamic-text {
    font-size: 1.0rem;
  }
  .text-container {
    bottom: 5%;
  }
  .slider-title{
    top: 22%; /* Distance from the top of the slider */
    width: 11%;
  }
  .slider-title h3{
    font-size: 1.2rem !important;
  }
}
/* Responsive adjustments */
@media screen and (max-width: 768px) {
  #dynamic-text {
    font-size: 0.8rem;
  }
  .slider-title{
    top: 28%; /* Distance from the top of the slider */
    width: 11%;
  }
  .slider-title h3{
    font-size: 0.8rem !important;
  }
}


.contact{
  background: #fafafa;
  padding-top: 22px;
  padding-bottom: 44px;
}
.timer{
  border: 1px #efefef solid;
  background: #ffffff;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  padding: 7px;
}
.timer .col{
  background: #fff;
  margin: 11px;
  font-size: 1.0rem;
  color: #777777;
  padding: 3px;
  background-color: #7cb0d8;
  border-radius: 3px;
  color: #fff;
}
.timer .col.limited{
  background-color: #f78017b2;
}
.timer form input.form-control, .timer form textarea{
  border: none;
  background: #efefef;
}
.timer form{
  margin-bottom: 22px;
}

/* .index_infos{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  width: 11%;
  height: 100%;
  background: rgba(255, 255, 255, 0.69); /* White with 70% opacity */
/* } */

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .timer .col{
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 520px) {
  .timer .col{
    font-size: 0.7rem;
  }
}


.arrow-up {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 22;
  width: 0;
  height: 0;
  border-left: 11px solid transparent; /* Mitad del ancho */
  border-right: 11px solid transparent; /* Mitad del ancho */
  border-bottom: 22px solid rgb(112, 206, 243); /* Color de la flecha */
  display: inline-block;
  display: none;
  cursor: pointer;
  outline: none; /* Elimina cualquier borde de enfoque */
}

.arrow-up:active {
  outline: none; /* Elimina cualquier borde de enfoque */
}