.iconos{
    margin-left: 50px;
}
.contenedor-iconos{
    text-align: center;
    background-color: #1761a8;
    padding: 5px;
}
.cus-navbar{
    background-color: white;
}
.navbar-collapse{
    justify-content: center;
}
.iconoW{
    width: 20%;
    height: 10%;
    margin-right: 15px;
}
.iconoWF{
    width: 15%;
    margin-right: 20px;
}
.numeroTF{
    font-size: 35px;
    color: #1761a8;
    font-weight: bold;
}
.footerWhas{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuFooter{
    display: flex;
}
.whast{
    display: flex;
    justify-content: center;
    width: 30%;
}
.contactanos{
    font-size: 30px;
    color: #1761a8;
    font-weight: 100;
}
.numeroT{
    font-size: 25px;
    color: #1761a8;
    font-weight: bold;
}
.titulo{
    font-size: 60px;
    color: #1761a8;
    text-align:left;
}
.titulo2{
    font-size: 60px;
    color: #1761a8;
}
.TituloFooter{
 color: #1761a8;
 font-weight: 100;
 font-size: 50px;
 width: 100%;
}
.SubtituloFooter{
    color: #1761a8;
    font-weight: bold;
}
.centrar{
    text-align: center;
}
.seccionLinea{
    background-color: #309591;
    height: 120px;
}
.seccionLinea2{
    background-color: #309591;
    height: 30px;
}
.seccionLinea3{
    background-color: #309591;
    padding: 50px;
    display: flex;
    justify-content: center;
}
.TituloInvierte{
    color: white;

    width: 80%;
    text-align: center;
}
.seccion2{
    background-image: url(../img/home/Imagen\ fondo\ banner\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.Contactanos{
    font-size: 20px;
}
.subtitulo{
    color: #1761a8;
    font-size: 25px;
    font-weight: 100;
    text-align: left;
}
.subtitulo2{
    font-weight: bold;
    color: #1761a8;
}
.botonC{
    display: flex;
    border-radius: 10px;
    padding: 20px;
    background-color: #309591;
    color: white;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); /* Sombra negra con transparencia */
    width: 200px;
    /* text-align: center; */
    justify-content: center;
    
}
.RedesCelulares{
    display: grid;
    align-items: center;
}
.Footercelulares{
    width: 100%;
    height: auto;
}
.tituloBanner{
    display: flex;
    align-items: center;
}
.contenido{
    display: flex;
    align-items: center;
}
.TituloPaquetes{
    font-size: 50px;
    color: #309591;
    font-weight: bold;
}
.TituloServicios{
    font-size: 50px;
    color: #1761a8;
    font-weight: bold;
}
.margin{
    margin-bottom: 40px;
}
.centrar{
    text-align: center;
}
.ImagenOro{
    width: 100%;
    top: -20px;
    position: relative;
}

.nuestrosC{
    background-image: url(../img/home/fondoC.jpg);
}

.comentarios{
    background-color: white;
    padding: 30px;
    width: 100%;
    margin-right: 10px;
}
.comentario{
    font-size: 20px;
   
}
.triangulo{
    position: relative;
    top: 50px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid rgb(255, 255, 255); /* Cambia el color según tu necesidad */
}

.usuario{
    display: flex;
    align-items: center;
}

.nombreUser{
    color: white;
    font-size: 15px;
    margin-left: 10px;
}

.footerSeccion{
    background-image: url(../img/footer/Fondo.png);
}

@media (max-width: 800px) {
.h1, h1 {
    font-size: 2.5rem;
}

.footerWhas {
    flex-direction: column;
    text-align: center;
  }

  .iconoWF {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .numeroTF {
    font-size: 1.2rem;
  }

  .ContactoFooter {
    font-size: 2rem;
  }

  .whast{
    display: none;
  }
}

@media (max-width: 767.98px) {
    /* Ajustes generales para el navbar */
    .contenedor-iconos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 10px;
    }
  
    .contenedor-iconos img {
      width: 40px;
      height: 40px;
      margin: 5px;
    }
  
    .navbar .container {
      flex-direction: column;
      align-items: center;
    }
  
    .navbar-brand {
      margin-bottom: 10px;
    }
  
    .navbar-collapse {
      width: 100%;
      background: white;
      padding: 15px 0;
      border-radius: 10px;
      text-align: center;
    }
  
    .navbar-nav {
      flex-direction: column;
    }
  
    .navbar-nav .nav-item {
      margin-bottom: 10px;
    }
  
    .nav-link {
      font-size: 18px;
      color: #1761a8 !important;
      font-weight: bold;
    }
  
    /* Botón hamburguesa */
    .navbar-toggler {
      border: none;
      font-size: 24px;
    }
  
    /* Contacto (WhatsApp) ocultar en móviles */
    .whast {
      display: none;
    }
    
  }
  
  @media (max-width: 767.98px) {
  #home .container {
    min-width: 100% !important; /* Elimina el min-width de 1000px en móviles */
    padding: 0 15px;
  }

  #home .row {
    flex-direction: column !important; /* Cambia de fila a columna */
    flex-wrap: wrap;
  }

  .tituloBanner {
    order: 1; /* Texto arriba */
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .parallax-container {
    order: 2; /* Imagen abajo */
    width: 100%;
    text-align: center;
  }

  .parallax-img {
    width: 100%;
    height: auto;
  }

  .titulo {
    font-size: 28px;
  }

  .subtitulo {
    font-size: 18px;
  }

  .botonC {
    width: 100%;
    justify-content: center;
  }
  #about .row {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  #about .col-lg-6 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .contenido {
    padding: 0 15px;
  }

  .titulo2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .subtitulo {
    font-size: 18px;
    text-align: center !important;
  }

  .subtitulo2 {
    display: inline;
  }

  #about img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
