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 introduction */

  .introduction {
    margin-top: -150px !important;
    height: 130vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/mejoras/Web/Imagenes/Desarrollo.jpg);
  }
  
  .introduction-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .text-intro-soluciones{
    font-weight: bold;
    font-size: 8vw;
    color: #fff;
  }


  .letraFondo{
    font-family: 'Cormorant SC', serif;
    font-weight: 900;
    position: absolute;
    font-size: 35vw;
    z-index: -1;
    margin-top: -80px;
    /* margin-left: -5%; */
    color: blue;
  }
  
  
  
  .button-intro{
    color: #fff;
    border-radius: 4vw;
    font-size: 18px;
    font-weight: bold;
    border: none;
    width: 20em;
    height: 70px;
    background-color: rgb(122, 184, 28);
  }

.social-icons {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .social-icons a {
    margin-bottom: 1rem;
    display: block;
    color: white;
    font-size: 2rem;
  }
  
  .social-icons a:hover {
    color: yellow;
  }
  
  /* icono whatsapp */
  .whatsapp-button {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    color: white;
    font-size: 1rem;
  }
  
  .whatsapp-icon:hover {
    color: green;
  }

/* icono whatsapp */
.whatsapp-button {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    color: white;
    font-size: 1rem;
  }
  
  .whatsapp-icon:hover {
    color: green;
  }

  
  #whatsapp-message-container {
    display: none;
    z-index: 99;
    position: fixed; /* Cambiar a position: fixed */
    /* bottom: 2000px; Ajustar posición */
    /* right: calc(1rem + 0px); Ajustar posición */
    background-color: #fff;
    color: black;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 10px;
    margin-right: -70px;
    border-radius: 10px;
  }
  
  #whatsapp-message-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    bottom: -10px;
    right: 20px;
    z-index: -1;
  }
  
  #whatsapp-message-container:before {
    content: "";
    position: absolute;
    top: 10%;
    right: 15px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  #whatsapp-message-container.animate {
    animation: appear 1s ease forwards;
  }
  
  .back-to-top {
    position: fixed;
    bottom: 170px;
    right: 10px;
    z-index: 8;
    display: none;
    transition: bottom 1s; /* Agrega una transición suave para el cambio de posición */
}


  .whatsapp-message-visible {
      bottom: 110px;
  }

  /* Definimos la animación */
  @keyframes appear {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }








/* section cuadros */
.hacemos-container{
    width: 100vw;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hacemos-agroup{
    width: 100%;
    height: 7vw;
    display: flex;
    flex-direction: column;
    margin-top: 6vw;
    /* justify-content: center; */
    /* align-items: center; */
}

.text-header-hacemos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lineGreen1{
    height: .3vw;
    width: 5vw;
    margin-right: 1vw;
    background-color: blue;
}

.lineGreen2{
    height: .3vw;
    width: 5vw;
    margin-left: 1vw;
    background-color: blue;
}

.textCenter{
    font-size: 4vw;
    color: black;
    font-weight: bold;
}

.text-hacemos{
    height: 30%;
    width: 60%;
    text-align: center;
}

.text-hacemos > span{
    margin: 0 auto;
    font-size: 2.3vw;
    color: black;
    font-weight: 400;
}

.cuadros-seleccion-container{
    margin-left: 2vw;
    padding:  0px 0px 0vw 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.cuadro{
    border: 1px solid blue;
    width: 90%;
    height: 120%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cuadro:hover{
    border: 1px solid rgb(122, 184, 28);
}

.cuadro img{
    width: 20%;
}

.cuadro span{
    font-size: 2vw;
    color: black;
    font-weight: 600;
}

.cuadro button{
    font-size: 1.5vw;
    width: 50%;
    height: 18%;
    border-radius: 1vw;
    background-color: #fff;
    border: 3px solid black;
    color: #000;
    font-weight: 600;
}

.cuadro button:hover{
    font-size: 1.5vw;
    width: 50%;
    height: 18%;
    border-radius: 1vw;
    background-color: rgb(122, 184, 28);
    border: none;
    color: #fff;
    font-weight: 600;
}





/* section telefonía */
.container-telefonia-icons{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.telefonia-individual{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.telefonia-individual span{
    text-align: center;
    font-size: 2vw;
}

.telefonia-individual img{
    /* margin-top: -5%; */
    width: 40%;
}


.image-telefonia-fondo{
    width: 100vw;
    position: absolute;
    margin-top: -25vw;
    transform: rotate(0deg);
    z-index: -9;
}

.telefoniaGrande{
  font-size: 1.7vw;
  line-height: 2.5vw;
}

.telefoniaPequenia{
  font-size: 1.3vw;
  line-height: 2.5vw;
}





/* section internet */
.container-internet-icons{
    margin-top: 6vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.internet-individual{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.internet-individual span{
    text-align: center;
    font-size: 2vw;
}

.internet-individual img{
    /* margin-top: -5%; */
    width: 40%;
}

.image-internet-fondo{
    width: 100vw;
    margin-left: -21vw;
    position: absolute;
    margin-top: 0vw;
    transform: rotate(0deg);
    z-index: -9;
}






/* section telefoniaIP */
.container-telefoniaIP-icons{
    margin-top: 6vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.telefoniaIP-individual{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.telefoniaIP-individual span{
    text-align: center;
    font-size: 2vw;
}

.telefoniaIP-individual img{
    /* margin-top: -5%; */
    width: 40%;
}










/* section contacto */
.introduction-contacto{
    width: 115vw;
    height: 85vh;
    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 */
  }
  


/* 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) {




    .introduction {
      margin-top: -150px !important;
      height: 115vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../../assets/images/mejoras/Mobile/Imagenes/Desarrollo.jpg);
    }
  
    
    .text-intro-soluciones{
      font-size: 10vw;
      margin-top: 100px;
    }
  
    .letraFondo{
      margin-top: 20px;
    }

    .button-intro{
      font-size: 3.8vw;
      width: 33%;
      height: 6%;
    }
  
    .hacemos-container{
      height: 100%;
    }
    
    .cuadros-seleccion-container{
      margin-left: 5vw;
      grid-gap: 10vw;
      grid-template-columns: repeat(1, 1fr);
    }
  
    .cuadro{
      width: 90%;
      height: 100%;
    }

    .cuadro img{
      width: 15%;
      margin-top: 20px;
    }
  
    .cuadro span{
        font-size: 4vw;
    }
    
    .cuadro button{
        font-size: 3.5vw;
        height: 45px;
        border-radius: 5vw;
        margin-bottom: 20px;;
    }
    

    .cuadro button:hover{
      font-size: 3.5vw;
      height: 38px;
      border-radius: 5vw;
      margin-bottom: 20px;;
  }

    /* section telefonía */
    .container-telefonia-icons{
      margin-left: 20px;
      margin-top: -30px;
      margin-bottom: -20px;
      grid-template-columns: repeat(2, 1fr);
    }


    .whatsapp-button {
      position: fixed;
      bottom: 2rem;
      right: 1rem;
      color: white;
      font-size: 1rem;
    }
    
    .telefonia-individual span{
      text-align: center;
      font-size: 3.3vw;
    }

    .textCenter{
      font-size: 8vw;
      color: black;
      font-weight: bold;
    }
    
    .text-hacemos{
        height: 30%;
        width: 80%;
        margin-top: 30px;
        text-align: center;
    }

    .text-hacemos > span{
      margin: 0 auto;
      font-size: 5vw;
      color: black;
      font-weight: 400;
    }
  
    .telefonia-individual{
      width: 80%;
    }
  
    .telefonia-individual img{
      width: 60%;
    }

    .telefoniaGrande{
      font-size: 4.3vw !important;
      line-height: 5vw;
    }
    
    .telefoniaPequenia{
      font-size: 4.3vw !important;
      line-height: 5vw;
    }

    .image-internet-fondo{
      /* width: 100vw; */
        margin-left: -10vw;
        position: absolute;
        margin-top: 0vw;
        transform: rotate(0deg);
        z-index: -9;
    }
    

    /* section internet */
    .container-internet-icons{
      margin-top: 10vw;
      grid-gap: 5vw;
      grid-template-columns: repeat(2, 1fr);
    }


    .internet-individual span{
      font-size: 3.3vw;
    }

    .internet-individual img{
      width: 50%;
    }


    /* section telefoniaIP */
    .container-telefoniaIP-icons{
      margin-top: 10vw;
      grid-template-columns: repeat(2, 1fr);
    }

    .telefoniaIP-individual span{
      font-size: 3.3vw;
    }

    .telefoniaIP-individual img{
      width: 50%;
    }


    .hibrid{
      margin-top: -30px !important;
    }



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

    .contacto-container{
      margin-left: 20px;
      margin-top: 50px;
      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;
      }

      .image-internet-fondo{
        width: 97vw;
      }
      .image-telefonia-fondo{
        width: 97vw;
      }


    #scroll-arrow {
      position: absolute;
      bottom: 10px;
      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);
      }
    }
}

