  a{
    font-size: medium;
    font-family: 'Poppins', sans-serif;
  }
  h1{
    font-family: 'Cinzel', serif;
  }
  .nav-link{
    font-family:'Cinzel', serif;
    font-size: 0.9em;
    color: black;
  }
  h5{
    font-family: playfair display, sans-serif;
  }
  #header {
  background-color: #f8f9fa;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
  #logo-header{
      max-height: 9vh;
  }
  #logo-header:hover{
      transform: scale(1.02);
      transition: transform 0.3s ease;
  }
  .navbar-nav:hover{
      color: #5c711e;
  }
  #logo-trip-header {
      position:absolute;
      max-width: 90px;
      top: 30px;
      right: 30px;
  }
  .float-button {
              font-family: dosis, sans-serif;
              position: fixed;
              bottom: 20px;
              right: 20px;
              background-color: #5c711e;
              color: white;
              border: none;
              border-radius: 30px;
              width: 200px;
              height: 39px;
              font-size: 18px;
              cursor: pointer;
              box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
              transition: transform 0.2s ease;
          }

          .float-button:hover {
              transform: scale(1.1);
              background-color: #8eaf2e;
          }
  .footer {
    background-color: #f8f9fa; 
    color: black;
    padding: 40px 0 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
  }

  .hero {
        height: 90vh;
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
        background: 
          linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
          url('/assets/images/home/hero.jpeg') 
          no-repeat top center/cover; 
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0px 40px;
      }

      .hero-content {
        max-width: 700px;
      }
      
      .hero h1 {
        font-size: 3em;
        margin-bottom: 0.5em;
      }

      .hero p {
        font-size: 1.5em;
        margin-bottom: 1em;
        font-family: dosis, sans-serif;
      }

      .hero a {
        background: #5c711e;
        color: white;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 1.2em;
        border-radius: 10px;
        transition: background 0.3s ease;
        font-family: dosis, sans-serif;
      }

      .hero a:hover {
        background: #8eaf2e;
      }
@media (max-width:768px){
  .hero {
    background: 
          linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
          url('/assets/images/home/hero_phone2.jpeg') 
          no-repeat top center/cover; 
  }
}

/*Servicios ofrecidos*/

 /*h2 {
      text-align: center;
      color: #4a5b2e;
      font-size: 2.5em;
      margin: 30px 0;
    }*/

.service-frame {
  background: #fbead8;
  padding-bottom: 10px;
}

@media (min-width:1200px){
  .service-section-item {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
}



@media (max-width:1200px){


  .service-section-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .service-section-item-last {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

    .service-section.alt {
      background: #f8f0dc;
    }

    .service-section .img-container {
      width: 40%;
      margin-right: 5%;
      max-width: 500px;
    }

    .service-section .img-container img {
      width: 100%;
      max-width: 500px;
    }

    .service-text h3 {
      color: #556b2f;
      margin-bottom: 15px;
    }

    .service-text p {
      font-style: italic;
      line-height: 1.8;
      font-size: 1em;
      margin-bottom: 20px;
    }

    .service-text button {
      background: #6b812f;
      color: #fff;
      padding: 10px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.2em;
      cursor: pointer;
      font-style: italic;
      transition: background 0.3s ease;
    }

    .service-text button:hover {
      background: #556b2f;
    }


    @media (max-width: 768px) {
    .service-section .img-container {
      width: 100%;
      margin-right: 10%;
      max-width: 500px;
    }

    .service-section .img-container img {
      width: 100%;
      max-width: 500px;
    }

  }

/*Fin servicios ofreciso*/



  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 30px;
  }

  .footer-section {
    position: static;
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
  }
  .footer-section-etc {
    position: static;
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
  }
  .footer-ict-logos {
    width: 75px;
    margin-bottom: 15px;
  }
  .footer-essential-logos {
    width: 100px;
    margin-bottom: 15px;  
  }
  .footer-trip-logos {
    width:80px;
    margin-bottom: 15px;  
  }
  .footer-trip-logos:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
  }
  .footer-description {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
  }

  .social-icons {
    display: flex;
    gap: 15px;
  }

  .social-icon {
    color: #f0b13f;
    background-color: #5c711e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .social-icon:hover {
    background-color: #8eaf2e;
    color: #f0b13f;
    transform: translateY(-3px);
  }

  .footer-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
  }

  .footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #338133;
  }

  .footer-links {
    list-style: none;
    padding: 0;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    opacity: 0.9;
  }
  #link-cel {
    color: black;
    text-decoration: none;
  }
  #link-mail {
    color: black;
    text-decoration: none;
  }
  .footer-links a:hover {
    color: #5c711e;
    padding-left: 5px;
  }

  .footer-links i {
    font-size: 12px;
  }

  .footer-contact {
    position: static;
    list-style: none;
    padding: 0;
  }

  .footer-contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.9;
  }
  .footer-contact a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.9;
  }

  .footer-contact i {
    margin-top: 3px;
    color: #5c711e;
  } 
  .footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    text-align: center;
  }

  .footer-copyright {
    position: static;
    font-size: 10px;
    opacity: 0.8;
  }

  .footer-copyright a {
    position: static;
    color: black;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 12px;
  }

  .footer-copyright a:hover {
    color: #8f9192; 
    text-decoration: underline;
  }


  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      padding: 0 30px;
    }
    
    .footer-section {
      min-width: 100%;
    }
  }

  @media (max-width: 480px) {
  }
