body{
    overflow-x: hidden;
}

/* estilos navbar */
/* Estilos comunes */
.navbar {
  background-color: #fff;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  width: 41vw;
  margin-top: 30px;

}


.submenu {
  display: none;
  list-style: none;
  padding-left: 0;
}

.submenu .nav-item {
  color: rgb(202, 202, 202);
  font-weight: 700;
  font-size: 4vw;
  margin-top: 10px;
  margin-left: 10vw;
}

.submenu.show {
  display: block;
}



.navbar-nav {
  display: flex;
  flex-direction: row;
  margin-right: 2.8vw;
}

.nav-item {
  margin-top: -65px;
  margin-left: 10.3vw;
}

.nav-link {
  font-size: 1.5vw;
  color: black;
  font-weight: bold;
}

.nav-link.active {
  border-bottom: 3px solid green;
  padding-bottom: 3px;
}

.navbar-toggler {
  display: none;
  cursor: pointer;
}

.navbar-toggler i {
  display: none;
}

.navbar-toggler .fa-bars {
  display: inline;
}

.collapse {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9999999;
  background: black;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.dropdown-item {
  padding: 12px 16px;
}

.dropdown-toggle {
  cursor: pointer;
}

.content {
  margin-top: 220px;
}

.navbar{
  background-color: #fff;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}


.logo-navbar{
  margin-top: -75px;
  width: 45%;
}

.navbar-navWeb{
  display: flex;
  flex-direction: row !important;
  margin-right: 2.8vw;
}

.nav-itemWeb{
  list-style: none;
  margin-top: -3vw;
  margin-left: 1.3vw;
}

.nav-itemWeb > a {
  text-decoration: none;
  font-size: 1.5vw;
  color: black;
  font-weight: bold;
}


@media (max-width: 1100px) {
  .logo-navbar{
    margin-top: -45px;
    width: 45%;
  }
}

/* Estilos para pantallas pequeñas (mobile) */

@media (max-width: 991px) {
  .navbar {
    background-color: #fff;
    height: 110px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vw;
    background-color: white;
    position: absolute;
    margin-top: 75%;
    border: none;
    left: 0;
  }

  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
    width: 41vw !important;
    margin-top: -2vw;
  }

  .nav-item {
    color: rgb(202, 202, 202);
    font-weight: 700;
    font-size: 6vw;
    margin-top: 10px;
    margin-left: 1.3vw;
  }

  .nav-link {
    font-size: 1.5vw;
    color: rgb(202, 202, 202);
    font-weight: bold;
  }
  
  .nav-link.active {
    color: rgb(141, 187, 72) !important;
    border-bottom: none;
    padding-bottom: 3px;
  }

  .navbar-toggler {
    margin-top: -10px !important;
    display: flex;
    align-items: center;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-collapse.show {
    display: flex;
  }

  .logo-navbar{
    margin-top: 0px !important;
    width: 45% !important;
  }


}





@media (max-width: 767px) {
  .navbar {
    background-color: #fff;
    height: 90px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vw;
    background-color: white;
    position: absolute;
    margin-top: 80%;
    border: none;
    left: 0;
  }

  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    width: 98vw !important;
    margin-top: -7vw;
  }

  .nav-item {
    color: rgb(202, 202, 202);
    font-weight: 700;
    font-size: 6vw;
    margin-top: 10px;
    margin-left: 1.3vw;
  }

  .nav-link {
    font-size: 1.5vw;
    color: rgb(202, 202, 202);
    font-weight: bold;
  }
  
  .nav-link.active {
    color: rgb(141, 187, 72) !important;
    border-bottom: none;
    padding-bottom: 3px;
  }

  .navbar-toggler {
    margin-top: -30px !important;
    display: flex;
    align-items: center;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-collapse.show {
    display: flex;
  }

  .logo-navbar{
    margin-top: -15px !important;
    width: 45% !important;
  }


}

@media (max-width: 560px) {

  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    width: 98vw !important;
    margin-top: 0vw;
  }


}







/* section contacto */
.introduction-contacto{
    width: 115vw;
    height: 105vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.contacto-container{
  margin-left: 200px;
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-contacto-sup{
    display: flex;
    width: 50vw;
    margin-top: 2vw;
}

.container-contacto-sup-form{
    display: flex;
    width: 50vw;
    margin-top: 1vw;
}

.title-contacto{
    font-size: 4vw;
    margin-bottom: 5vw;
}

.icono-contacto{
    width: 5%;
    height: 1%;
}


.title-icono{
    font-size: 1.3vw;
    font-weight: 500;
}

.text-abajo-icono{
    font-size: 1.3vw;
    font-weight: 500;
}

.input-nombre{
    width: 60%;
    height: 3vw;
    padding: 0px 10px;
    padding-left: 30px;
}

.input-message{
    width: 60%;
    height: 8vw;
    padding: 0px 10px;
    padding-left: 30px;
}

.input-nombre::placeholder{
    padding: 0 0px;
    font-weight: 600;
}

.input-message::placeholder{
    padding: 0 0px;
    font-weight: 600;
}

.iconos-container{
    display: flex;
    width: 55%;
    justify-content: center;
    align-items: center;
}

.enviar{
  width: 12%;
  height: 5vh;
  color: white;
  border-radius: 10px;
  background-color: rgb(122, 184, 28); 
  border: none; position: 
  absolute; margin-top: 10vh; 
  margin-left: 20px;
}






  /* dropdown */
  .dropdown-container {
    position: relative;
  }
  
  .dropdown-menu {
    position: relative; /* Cambia la posición a relativa */
    top: 100%;
    left: 0;
    display: none;
    z-index: 999;
  }
  
  .dropdown-container:hover .dropdown-menu {
    display: block;
    position: absolute; /* Cambia la posición a absoluta al hacer hover */
  }
  


  /* section mapa */

  .section-mapa{
    width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-mapa{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mapa{
    width: 80vw;
    height: 60vh;
  }










/* footer seccion */
footer {
  background-color: #89c444;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer-social a {
  display: block;
  margin: 0 10px;
}

.footer-social i {
  color: white;
  font-size: 20px;
}

.footer-text {
  text-align: center;
}

.footer-text span {
  color: white;
  margin: 0 5px;
  margin-top: 10px;
}







/* Estilos responsivos para tablets */
@media screen and (max-width: 1024px) {

    /* section contacto */
    .input-nombre{
      width: 60%;
      height: 4vw;
    }
    
    .input-message{
        width: 60%;
        height: 10vw;
    }
    .input-nombre::placeholder{
      padding: 0 20px;
      font-size: 1.5vw;
      font-weight: 600;
    }
  
    .input-message::placeholder{
        padding: 0 20px;
      font-size: 1.5vw;
        font-weight: 600;
    }
  }
  

  @media screen and (max-width: 992px) {

  }

  @media screen and (max-width: 992px) {


    /* section contacto */
    .introduction-contacto{
      height: 100%;
    }

    .contacto-container{
      margin-left: 20px;
      margin-top: 150px;
      margin-bottom: 120px;
      align-items: start;
    }

    .title-contacto{
      font-size: 4vw;
      margin-bottom: 5vw;
    }

    .icono-contacto{
      width: 10%;
      height: 1%;
    }

    .title-icono{
      font-size: 3vw;
    }

    .text-abajo-icono{
      font-size: 3vw;
    }

    .container-contacto-sup-form{
      display: flex;
      width: 44vw;
      margin-top: 1vw;
  }

    .input-nombre{
      width: 85%;
      height: 10vw;
      font-size: 3vw;
      padding: 0px 0px;
    }

    .input-message{
      width: 85%;
      padding: 10px 10px;
      height: 20vw;
      font-size: 3vw;
    }

    .input-nombre::placeholder{
      font-size: 3vw;
      padding: 0px 10px;
    }

    .input-message::placeholder{
      font-size: 3vw;
      padding: 0px 0px;
    }


    .enviar{
      width: 25%;
      font-size: 3vw;
      height: 2.3em;
      margin-left: 10vw;
    }

    /* footer seccion */
    .footer-text span {
      font-size: 13px;
      }


  /* section mapa */

  .section-mapa{
    width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-mapa{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mapa{
    width: 90vw;
    height: 73vh;
  }



  #scroll-arrow {
    position: absolute;
    bottom: 185px;
    color: #89c444;
    left: 50vw !important;
    transform: translateX(-50%);
    font-size: 2em;
    animation: bounce 1s infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateX(-50%) translateY(0);
    }
    40% {
      transform: translateX(-50%) translateY(-30px);
    }
    60% {
      transform: translateX(-50%) translateY(-15px);
    }
  }

}

