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

    #fotoFooter{
        width: 35%;
    }
    #logoPersonal{
        width: 25%;
        margin-left: 41%;
        margin-top: 10%;
    }

    #logoFibertel{
        width: 25%;
        margin-left: 41%;
    }

    #divPersonal{
        margin-bottom: 4%;
    }
}

@media only screen and (min-width: 458px)  {

    #fotoFooter{
        width: 20%;
    }

    #logoPersonal{
        width: 45%;
    }

    #logoFibertel{
        width: 45%;
    }

    #divPersonal{
        margin-bottom: 6%;
    }

    #logosInner{
        margin-left: 30%;
    }
}

@media only screen and (min-width: 458px) {

    #herodesktop{
      background-image: url(/imagenes/personasCelu.jpeg);
      background-size: cover;
      height: 812px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      align-content: center;
      text-align: center;
      background-repeat: no-repeat;
    }
    #titulodesktop{
      position: relative;
      top: -15%;
    }
    #linea{
      display: none;
    }
    #bajadamobile{
      display: none;
    }
    #molinosmobile{
      display: none;
    }
    #numeritosmobile{
      display: none;
    }
  }
  
  
  @media only screen and (max-width: 458px) {
  
    #herodesktop{
      background-image: url(/imagenes/mobilehero.jpg);
      background-size: cover;
      height: 812px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      align-content: center;
      text-align: center;
      background-repeat: no-repeat;
    }
    #break{
      display: none;
    }
    #bajadadesktop{
      display: none;
    }
    #espacio{
      display: none;
    }
    #molinosdesk{
      display: none;
    }
    #numeritosdesk{
      display: none;
    }
    #bajada{
      color: black !important;
    }
    #luz{
      color: #fff !important;
    }
    #operaciones{
      color: #fff !important;
      line-height: normal;
    }
    #numeritos{
      color: black !important;
    }
    #bajadamobile{
     
      line-height: normal;
      padding: 10%;
    }
    #molinosmobile{
     
      padding: 10%;
      line-height: normal;
    }
    #numeritosmobile{
     
      padding: 10%;
      line-height: normal;
    }
  
  }