@media only screen and (max-width: 3840px){

    .seccion-general-contacto{
        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-contacto.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-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-formulario-uno{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-formulario-uno h2{
        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;
    }

    .contenedor-general-formulario-uno form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .contenedor-input-doble,
    .contenedor-input-triple{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-input-33{
        width: 31%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-input-48{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-input-48 input[type="file"]{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
    }

    .input-formulario{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .input-formulario-textarea{
        width: 100%;
        height: 160px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .contenedor-btn-submit-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]{
        width: 180px;
        height: 50px;
        background-color: #022A61;
        float: left;
        margin-top: 20px;
        text-decoration: none;
        border: solid 1px #022A61;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-aplicantes{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-aplicantes h2{
        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;
    }

    .contenedor-general-aplicantes form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-general-parallax-servicios{
        width: 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
        float: left;
        background-color: #282828;
        margin-top: 80px;
        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-contacto{
        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-contacto.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-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-formulario-uno h2{
        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;
    }

    .contenedor-general-formulario-uno form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .contenedor-input-doble,
    .contenedor-input-triple{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-input-33{
        width: 31%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-input-48{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-input-48 input[type="file"]{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
    }

    .input-formulario{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .input-formulario-textarea{
        width: 100%;
        height: 160px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .contenedor-btn-submit-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]{
        width: 180px;
        height: 50px;
        background-color: #022A61;
        float: left;
        margin-top: 20px;
        text-decoration: none;
        border: solid 1px #022A61;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-aplicantes h2{
        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;
    }

    .contenedor-general-aplicantes form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .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: 80px;
        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-contacto{
        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-contacto.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-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-formulario-uno h2{
        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;
    }

    .contenedor-general-formulario-uno form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .contenedor-input-doble,
    .contenedor-input-triple{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-input-33{
        width: 31%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-input-48{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-input-48 input[type="file"]{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
    }

    .input-formulario{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .input-formulario-textarea{
        width: 100%;
        height: 160px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .contenedor-btn-submit-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]{
        width: 180px;
        height: 50px;
        background-color: #022A61;
        float: left;
        margin-top: 20px;
        text-decoration: none;
        border: solid 1px #022A61;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-aplicantes h2{
        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;
    }

    .contenedor-general-aplicantes form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .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: 80px;
        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-contacto{
        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-contacto.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-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-formulario-uno h2{
        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;
    }

    .contenedor-general-formulario-uno form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .contenedor-input-doble,
    .contenedor-input-triple{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-33{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-input-48{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-input-48 input[type="file"]{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
    }

    .input-formulario{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .in-form-top{
        margin-top: 40px;
    }

    .input-formulario-textarea{
        width: 100%;
        height: 160px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .contenedor-btn-submit-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]{
        width: 180px;
        height: 50px;
        background-color: #022A61;
        float: left;
        margin-top: 20px;
        text-decoration: none;
        border: solid 1px #022A61;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-aplicantes h2{
        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;
    }

    .contenedor-general-aplicantes form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .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: 80px;
        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-contacto{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        padding-top: 110px;
    }

    .seccion-banner{
        width: 100%;
        height: 350px;
        background-color: #022A61;
        float: left;
        background: url('../assets/portada-contacto.png');
        background-position: 30% 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-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-formulario-uno h2{
        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;
    }

    .contenedor-general-formulario-uno form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 0px;
    }

    .contenedor-input-doble,
    .contenedor-input-triple{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-33{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-input-48{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-input-48 input[type="file"]{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
    }

    .input-formulario{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .in-form-top{
        margin-top: 0px;
    }

    .input-formulario-textarea{
        width: 100%;
        height: 160px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .contenedor-btn-submit-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]{
        width: 180px;
        height: 50px;
        background-color: #022A61;
        float: left;
        margin-top: 20px;
        text-decoration: none;
        border: solid 1px #022A61;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-aplicantes h2{
        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;
    }

    .contenedor-general-aplicantes form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .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: 80px;
        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-contacto{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        padding-top: 110px;
    }

    .seccion-banner{
        width: 100%;
        height: 350px;
        background-color: #022A61;
        float: left;
        background: url('../assets/portada-contacto.png');
        background-position: 30% 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-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-formulario-uno h2{
        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;
    }

    .contenedor-general-formulario-uno form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .contenedor-input-doble,
    .contenedor-input-triple{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 0px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-33{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-input-48{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        margin-top: 40px;
    }

    .contenedor-input-48 input[type="file"]{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
    }

    .input-formulario{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .in-form-top{
        margin-top: 0px;
    }

    .input-formulario-textarea{
        width: 100%;
        height: 160px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .contenedor-btn-submit-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]{
        width: 180px;
        height: 50px;
        background-color: #022A61;
        float: left;
        margin-top: 20px;
        text-decoration: none;
        border: solid 1px #022A61;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-aplicantes h2{
        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;
    }

    .contenedor-general-aplicantes form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .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: 80px;
        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-contacto{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        padding-top: 110px;
    }

    .seccion-banner{
        width: 100%;
        height: 350px;
        background-color: #022A61;
        float: left;
        background: url('../assets/portada-contacto.png');
        background-position: 30% 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-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-formulario-uno h2{
        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;
    }

    .contenedor-general-formulario-uno form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .contenedor-input-doble,
    .contenedor-input-triple{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 0px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-input-33{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .input-100{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-input-48{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        margin-top: 40px;
    }

    .contenedor-input-48 input[type="file"]{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
    }

    .input-formulario{
        width: 100%;
        height: 44px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .in-form-top{
        margin-top: 0px;
    }

    .input-formulario-textarea{
        width: 100%;
        height: 160px;
        border-radius: 10px;
        float: left;
        padding: 5px;
        border: solid 1px #dadada;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        appearance: none;
        outline: none;
        background-color: transparent;
    }

    .contenedor-btn-submit-formulario-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]{
        width: 180px;
        height: 50px;
        background-color: #022A61;
        float: left;
        margin-top: 20px;
        text-decoration: none;
        border: solid 1px #022A61;
        border-radius: 50px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-formulario-uno input[type="submit"]:hover{
        border: solid 2px #022A61;
        background-color: transparent;
        color: #022A61;
    }







    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-general-aplicantes h2{
        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;
    }

    .contenedor-general-aplicantes form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .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: 80px;
        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;
    }
}