  
  /* HERO   */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  #hero {
    height: 100vh;
  }
  #swiper-hero {
    height: 100%;
    width: 100%;
  }
  .hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
  }
  .hero-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
  }
  .hero-overlay h1 {
    width: 80%;
  }
  .fixed-top {
    z-index: 1030;
  }

  #footer-container p {
    padding: 0;
    margin: 0;
  }
  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  }
  .whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
  }
  .whatsapp-float i {
    margin-top: 15px;
  }
  #servicios .card-title {
    font-size: 1.4rem!important;    
  }
  .navbar-nav .nav-link.active {
    color: #ffc107 !important;  /* Highlight color - you can adjust this */
    font-weight: bold;
  }
  #galeria {
    min-height: 50vh;
  }
  #swiper-galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 70vh;
  }
  .chevron {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    animation: bounce 2s infinite;
  }
  .chevron a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chevron-img {
    width: 70px; /* Tamaño por defecto */
    height: auto;
    object-fit: contain;
  }
  .chevron-text {
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    height: fit-content;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 500;
  }
  .form-box.nombres,.form-box.contacto {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .form-box.texto {
    width: 100%;
  }
  #idboton {
    width: 100px;
    /* transform: translateX(calc(-50% + 72px)); */
    border-color: #ffc107;
    border-radius: 10px;
    background-color: #ffc107;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  #formulario-contacto .form-buttons {
    width: 100%;
    display: flex    ;
    align-items: center;
    flex-wrap: nowrap;
    margin: 10px 0px;
    justify-content: flex-start;
  }
  #formulario-contacto .inner-container {
    margin: 0 auto;
    padding: 2rem 4rem;
  }
  #formulario-contacto .inner-container .form-input {
    border: 1px solid #c7c7c7;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
  }
  #formulario-contacto .inner-container .textarea {
    border-radius: 10px;
  }
  .min-vh-50 {
    min-height: 70vh;
  }
  .swiper-button-next, .swiper-button-prev {
    color:#ffc107!important;
  }
  .form-box.tabla.mb-3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .tabla-horarios {
    width: 75%;
    max-width: 400px;
    margin: 2rem auto;
    border-collapse: collapse;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    font-family: sans-serif;
  }
  
  .tabla-horarios .tabla-hd.titulo {
    background-color: #eaecee;
    color: #1c1c1c;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 5px;
  }
  
  .tabla-horarios td {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
  }
  
  .tabla-horarios .tabla-hd {
    background-color: #eaecee;
    font-weight: 500;
    color: #1c1c1c;
    font-size: 0.8rem;
  }
  
  .tabla-horarios .tabla-hr {
    text-align: right;
    color: #555;
    font-size: 0.8rem;
  }
  
  .tabla-horarios tr:last-child td {
    border-bottom: none;
  }
  #formulario-contacto .form-title {
    font-size: 1.3rem;
    color: #1c1c1c;
  }
  #formulario-contacto .form.shadow.p-4 {
    background-color: #eaecee;
  }
  .gps.container.min-vh-20.py-4.rounded-3 {
    background-color: #eaeced;
  }

  /* BOTON JAMBURGEZA */
  /* Estilos para el ícono hamburguesa animado */
  .animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    margin: 0.5rem 0.2rem;
  }

  .animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #fff;
  }

  .animated-icon2 span:nth-child(1) {
    top: 0px;
  }

  .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
  }

  .animated-icon2 span:nth-child(4) {
    top: 20px;
  }

  .animated-icon2.cross span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
  }

  .animated-icon2.cross span:nth-child(2) {
    transform: rotate(45deg);
  }

  .animated-icon2.cross span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .animated-icon2.cross span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
  }


  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translate(-50%,0);
    }
    40% {
      transform: translate(-50%,-20px);
    }
    60% {
      transform: translate(-50%,-10px);
    }
  }













  @media (max-width: 767px) {
    #hero {
      height: 93vh;
    }
    .logo-img-header {
      height: 60px !important;
    }
    .logo-img-footer {
      height: 80px !important;
    }
    .whatsapp-float {
      bottom: 10px;
      right: 15px;
    }
    .chevron {
      bottom: 5%;
    }
    .chevron-img {
      width: 50px; /* Aumentar en pantallas más grandes */
    }
    #swiper-galeria img {
      min-height: 50vh;
    }
    #formulario-contacto .inner-container {
      padding: 1.5rem 0;
    }
    .form-box.nombres, .form-box.contacto {
      gap: 10px;
      flex-direction: column;
    }
    #formulario-contacto .inner-container .form-input {
      font-size: 14px;
    }
    #formulario-contacto .inner-container .textarea {
      font-size: 14px;
    }
    #formulario-contacto .form-title {
      font-size: 14px;
    }
    #formulario-contacto .form-title {
      font-size: 1.3rem;
      color: #1c1c1c;
    }

  }