/*Para Celulares*/
@media (max-width: 600px) {
    .body{
        overflow-x: hidden !important;
    }
    .html{
        overflow-x: hidden !important;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-brand{
        width: 5%;
    }
    .navbar-nav {
        margin-left: 0% !important;
    }
    .logoDeFondo {
        display: none;
    }
    .tituloPrincipal{
        margin-top: 40%;
        height: 100% !important;
        margin-bottom: 20%;
    }
    .hero-title{
        font-size: 2.5em;
    }
    .hero-subtitle{
        margin-top: 10%;
        font-size: 1.5em;
        margin-bottom: 20%;
    }
    .fondoUno{
        background-image: url('https://aionliderazgoequipos.com/assets/images/fondos/fondoToma5.jpg') !important;
        background-position: center;
        background-size: cover;
        border-radius: 25px;
        width: 100%;
    }
    .fondoDos{
        background-image: none;
    }
    .fondoDeColor{
        background-color: #efebe2;
        padding-top: 5%;
    }
    .contenedorDelTituloDeProposito{
        height: 8% !important;
        font-size: 1.3em;
    }
    .contenedorDeTextoDeProposito{
        margin-top: 0%;
        text-align: center;
    }
    .textoDeTituloDeProposito{
        margin-left: 15%;
        text-align: center;
    }
    .textoDeProposito{
        margin-left: 0%;
    }
    .contenedorDeTextoDeEquipo{
        margin-top: 0%;
        text-align: center;
        float: none;
        width: 100%;
    }
    .textoDeEquipo{
        margin-left: 0%;
        float: none;
        text-align: center;
        width: 100%;
    }
    .margenDeArriba{
        margin-top: 4%;
    }
    .noSeVeEnCelulares{
        display: none;
    }
    .fotoEquipo{
        width: 100%;
        margin-top: 12%;
    }
    .textoDeTituloDeSoluciones{
        margin-left: 0%;
        text-align: center;
    }
    .contenedorDelTituloDeDiseñamosSoluciones{
        height: 8%;
    }
    .fondoDeSoluciones{
        width: 100%;
        margin: 0%;
    }
    .contenedorTextoDeFondoDeSoluciones{
        padding-top: 5%;
        width: 100%;
    }
    .textoDeFondoDeSoluciones{
        font-size: 1.3em;
    }

    .imgClavesCompleta{
        display: none;
    }
    .imgClavesMobile{
        display: block;
        width: 80%;
        margin-left: 10%;
    }

    .imgClientesCompleta{
        display: none;
    }
    .imgClientesMobile{
        display: block;
        width: 80%;
        margin-left: 10%;
    }
    .footer{
        background-color: #efebe2;
    }
    .imgContactoDesktop{
        display: none;
    }
    .imgContactoMobile{
        display: block;
        width: 80%;
        margin-left: 10%;
    }
}