@media only screen and (max-width: 3840px){

    .seccion-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        padding-top: 160px;
    }

    .seccion-banner{
        width: 100%;
        height: 350px;
        background-color: #022A61;
        float: left;
        background: url('../assets/portada-nosotros.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }

    .contenedor-titulo-seccion{
        width: 1200px;
        height: 140px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-titulo-seccion h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-titulo-seccion h1.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .linea-secciones{
        width: 5px;
        height: 0px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }

    .linea-secciones.muestra-elementos{
        width: 5px;
        height: 30px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }







    .seccion-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-info-uno{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-info-uno{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-info-uno img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-uno{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 10px;
    }

    .contenedor-info-uno h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h2.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: left;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno h3.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: left;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }

    .contenedor-info-uno p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }


    .contenedor-info-uno a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-info-dos{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-info-dos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-info-dos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-dos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 25px;
    }

    .contenedor-info-dos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: right;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: right;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos .p-subrayado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: right;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos .p-subrayado.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: right;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: right;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: right;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }

    .contenedor-general-parallax-servicios{
        width: 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
        float: left;
        background-color: #282828;
        margin-top: 140px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-nosotros-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-estadisticas-servicios{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .estadistica{
        width: 20%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .estadistica img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .estadistica p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .estadistica .numeros-estadistica{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 10px;
    }
}














@media only screen and (max-width: 1380px){

    .seccion-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        padding-top: 160px;
    }

    .seccion-banner{
        width: 100%;
        height: 350px;
        background-color: #022A61;
        float: left;
        background: url('../assets/portada-nosotros.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        position: relative;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-seccion{
        width: 100%;
        height: 140px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-titulo-seccion h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-titulo-seccion h1.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .linea-secciones{
        width: 5px;
        height: 0px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }

    .linea-secciones.muestra-elementos{
        width: 5px;
        height: 30px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }







    .seccion-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 70px;
        display: inline-flex;
        justify-content: center;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-info-uno{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-info-uno img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-uno{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-uno h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h2.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: left;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno h3.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: left;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }

    .contenedor-info-uno p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }


    .contenedor-info-uno a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-img-info-dos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-info-dos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-dos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-dos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: right;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: right;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos .p-subrayado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: right;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos .p-subrayado.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: right;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: right;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: right;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }

    .contenedor-general-parallax-servicios{
        width: 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 90px;
        padding-right: 90px;
        float: left;
        background-color: #282828;
        margin-top: 140px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-nosotros-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-estadisticas-servicios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .estadistica{
        width: 16%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .estadistica img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .estadistica p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .estadistica .numeros-estadistica{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 10px;
    }
}














@media only screen and (max-width: 1080px){

    .seccion-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        padding-top: 160px;
    }

    .seccion-banner{
        width: 100%;
        height: 350px;
        background-color: #022A61;
        float: left;
        background: url('../assets/portada-nosotros.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        position: relative;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-titulo-seccion{
        width: 100%;
        height: 140px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-titulo-seccion h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-titulo-seccion h1.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .linea-secciones{
        width: 5px;
        height: 0px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }

    .linea-secciones.muestra-elementos{
        width: 5px;
        height: 30px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }







    .seccion-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 70px;
        display: inline-flex;
        justify-content: center;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-info-uno{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-info-uno img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-uno{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-uno h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h2.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: left;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno h3.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: left;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }

    .contenedor-info-uno p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }


    .contenedor-info-uno a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-img-info-dos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-info-dos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-dos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-dos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: right;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: right;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos .p-subrayado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: right;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos .p-subrayado.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: right;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: right;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: right;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }

    .contenedor-general-parallax-servicios{
        width: 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 70px;
        padding-right: 70px;
        float: left;
        background-color: #282828;
        margin-top: 140px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-nosotros-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-estadisticas-servicios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .estadistica{
        width: 16%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .estadistica img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .estadistica p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .estadistica .numeros-estadistica{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 10px;
    }
}













@media only screen and (max-width: 850px){

    .seccion-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        padding-top: 160px;
    }

    .seccion-banner{
        width: 100%;
        height: 350px;
        background-color: #022A61;
        float: left;
        background: url('../assets/portada-nosotros.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-titulo-seccion{
        width: 100%;
        height: 140px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-titulo-seccion h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-titulo-seccion h1.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .linea-secciones{
        width: 5px;
        height: 0px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }

    .linea-secciones.muestra-elementos{
        width: 5px;
        height: 30px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }







    .seccion-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-info-uno{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-info-uno img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-uno h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h2.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: left;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno h3.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: left;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }

    .contenedor-info-uno p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }


    .contenedor-info-uno a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 0px;
        visibility: hidden;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 0px;
        visibility: hidden;
        transform: translateX(0px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-img-info-dos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        visibility: hidden;
        display: none;
    }

    .contenedor-img-info-dos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-dos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos .p-subrayado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: left;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos .p-subrayado.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: left;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }

    .contenedor-general-parallax-servicios{
        width: 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px;
        float: left;
        background-color: #282828;
        margin-top: 140px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-nosotros-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-estadisticas-servicios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .estadistica{
        width: 40%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .estadistica img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .estadistica p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .estadistica .numeros-estadistica{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 10px;
    }
}

















@media only screen and (max-width: 680px){

    .seccion-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        padding-top: 105px;
    }

    .seccion-banner{
        width: 100%;
        height: 350px;
        background-color: #022A61;
        float: left;
        background: url('../assets/portada-nosotros.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-titulo-seccion{
        width: 100%;
        height: 140px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-titulo-seccion h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-titulo-seccion h1.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .linea-secciones{
        width: 5px;
        height: 0px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }

    .linea-secciones.muestra-elementos{
        width: 5px;
        height: 30px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }







    .seccion-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-img-info-uno{
        width: 360px;
        height: auto;
        background-color: transparent;
        float: left;
        display: block;
        visibility: visible;
    }

    .contenedor-img-info-uno img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-uno h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h2.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno h3.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }

    .contenedor-info-uno p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }


    .contenedor-info-uno a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 0px;
        visibility: hidden;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 0px;
        visibility: hidden;
        transform: translateX(0px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap-reverse;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-img-info-dos{
        width: 360px;
        height: auto;
        background-color: transparent;
        float: left;
        visibility: visible;
        display: block;
    }

    .contenedor-img-info-dos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-dos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos .p-subrayado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos .p-subrayado.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }

    .contenedor-general-parallax-servicios{
        width: 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
        float: left;
        background-color: #282828;
        margin-top: 140px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-nosotros-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-estadisticas-servicios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .estadistica{
        width: 44%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .estadistica img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .estadistica p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .estadistica .numeros-estadistica{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 10px;
    }
}

















@media only screen and (max-width: 480px){

    .seccion-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        padding-top: 105px;
    }

    .seccion-banner{
        width: 100%;
        height: 350px;
        background-color: #022A61;
        float: left;
        background: url('../assets/portada-nosotros.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-titulo-seccion{
        width: 100%;
        height: 140px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-titulo-seccion h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-titulo-seccion h1.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .linea-secciones{
        width: 5px;
        height: 0px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }

    .linea-secciones.muestra-elementos{
        width: 5px;
        height: 30px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }







    .seccion-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-img-info-uno{
        width: 320px;
        height: auto;
        background-color: transparent;
        float: left;
        display: block;
        visibility: visible;
    }

    .contenedor-img-info-uno img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-uno h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h2.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno h3.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }

    .contenedor-info-uno p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }


    .contenedor-info-uno a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 0px;
        visibility: hidden;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 0px;
        visibility: hidden;
        transform: translateX(0px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap-reverse;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-img-info-dos{
        width: 320px;
        height: auto;
        background-color: transparent;
        float: left;
        visibility: visible;
        display: block;
    }

    .contenedor-img-info-dos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-dos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos .p-subrayado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos .p-subrayado.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }

    .contenedor-general-parallax-servicios{
        width: 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        background-color: #282828;
        margin-top: 140px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-nosotros-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-estadisticas-servicios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .estadistica{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .estadistica img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .estadistica p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .estadistica .numeros-estadistica{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 10px;
    }
}


















@media only screen and (max-width: 380px){

    .seccion-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        padding-top: 105px;
    }

    .seccion-banner{
        width: 100%;
        height: 350px;
        background-color: #022A61;
        float: left;
        background: url('../assets/portada-nosotros.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-titulo-seccion{
        width: 100%;
        height: 140px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-titulo-seccion h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-titulo-seccion h1.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .linea-secciones{
        width: 5px;
        height: 0px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }

    .linea-secciones.muestra-elementos{
        width: 5px;
        height: 30px;
        background-color: #ffffff;
        flex-direction: left;
        margin-top: 20px;
        transition: height ease .5s;
        transition-delay: .3s;
    }







    .seccion-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-img-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: block;
        visibility: visible;
    }

    .contenedor-img-info-uno img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-uno h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h2.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #022A61;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-uno h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno h3.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .9s;
    }

    .contenedor-info-uno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }

    .contenedor-info-uno p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.2s;
    }


    .contenedor-info-uno a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 0px;
        visibility: hidden;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 0px;
        visibility: hidden;
        transform: translateX(0px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: 1.5s;
    }

    .contenedor-info-uno a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap-reverse;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-img-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        visibility: visible;
        display: block;
    }

    .contenedor-img-info-dos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-dos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos p.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-dos .p-subrayado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos .p-subrayado.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 38px;
        color: #282828;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-dos a{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a.muestra-elementos{
        width: auto;
        height: auto;
        background-color: #022A61;
        float: left;
        margin-top: 30px;
        text-decoration: none;
        border: solid 1px #022A61;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 180px;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-top: 60px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-info-dos a:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }

    .contenedor-general-parallax-servicios{
        width: 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        background-color: #282828;
        margin-top: 140px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-nosotros-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-estadisticas-servicios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .estadistica{
        width: 44%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .estadistica img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .estadistica p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .estadistica .numeros-estadistica{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 58px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 10px;
    }
}