@media only screen and (max-width: 3840px){

    .seccion-general-safety{
        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-seguridad.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;
    }

    .contenedor-general-info-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;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-general-info-uno h2.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;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-listado-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-listado{
        width: 23%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-listado.muestra-elementos{
        width: 23%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .e-listado-1.muestra-elementos{
        transition-delay: .9s;
    }

    .e-listado-2.muestra-elementos{
        transition-delay: 1.2s;
    }

    .e-listado-3.muestra-elementos{
        transition-delay: 1.5s;
    }

    .e-listado-4.muestra-elementos{
        transition-delay: 1.8s; 
    }

    .contenedor-listado figure{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        overflow: hidden;
    }

    .contenedor-listado figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        transform: scale(1);
        transition: transform ease .2s;
    }

    .contenedor-listado:hover figure img{
        transform: scale(1.1);
        transition: transform ease .2s;
    }

    .contenedor-info-listado{
        width: 100%;
        height: auto;
        padding: 0px;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .icono-listado{
        width: 60px;
        height: 60px;
        padding: 5px;
        float: left;
        background-color: #282828;
        position: absolute;
        top: -30px;
        left: 20px;
        border-radius: 5px;
        transition: background-color ease .2s;
    }

    .icono-listado img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-listado:hover .contenedor-info-listado .icono-listado{
        background-color: #00aeef;
        transition: background-color ease .2s;
    }

    .info-listado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 50px;
    }

    .info-listado h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-listado a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 12px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .1px;
        text-align: left;
        text-decoration: underline;
        transition: color ease .2s;
    }

    .contenedor-listado:hover .contenedor-info-listado .info-listado a{
        color: #00aeef;
        transition: color ease .2s;
    }






    .seccion-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-equipamento-ppe{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-ppe{
        width: 47%;
        height: 100%;
        background-color: transparent;
        float: left;
        background: url('../assets/img-seguridad-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-info-ppe{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-ppe 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: left;
        line-height: 48px;
        margin-top: 0px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe h2.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: 0px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-ppe 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;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }


    .contenedor-info-ppe 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-ppe 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-ppe 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-general-parallax-servicios{
        width: 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
        float: left;
        background-color: #282828;
        margin-top: 0px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-seguridad-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-safety{
        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-seguridad.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: 140px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-info-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;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-general-info-uno h2.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;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-listado-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-listado{
        width: 23%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-listado.muestra-elementos{
        width: 23%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .e-listado-1.muestra-elementos{
        transition-delay: .9s;
    }

    .e-listado-2.muestra-elementos{
        transition-delay: 1.2s;
    }

    .e-listado-3.muestra-elementos{
        transition-delay: 1.5s;
    }

    .e-listado-4.muestra-elementos{
        transition-delay: 1.8s; 
    }

    .contenedor-listado figure{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        overflow: hidden;
    }

    .contenedor-listado figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        transform: scale(1);
        transition: transform ease .2s;
    }

    .contenedor-listado:hover figure img{
        transform: scale(1.1);
        transition: transform ease .2s;
    }

    .contenedor-info-listado{
        width: 100%;
        height: auto;
        padding: 0px;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .icono-listado{
        width: 60px;
        height: 60px;
        padding: 5px;
        float: left;
        background-color: #282828;
        position: absolute;
        top: -30px;
        left: 20px;
        border-radius: 5px;
        transition: background-color ease .2s;
    }

    .icono-listado img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-listado:hover .contenedor-info-listado .icono-listado{
        background-color: #00aeef;
        transition: background-color ease .2s;
    }

    .info-listado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 50px;
    }

    .info-listado h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-listado a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 12px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .1px;
        text-align: left;
        text-decoration: underline;
        transition: color ease .2s;
    }

    .contenedor-listado:hover .contenedor-info-listado .info-listado a{
        color: #00aeef;
        transition: color ease .2s;
    }






    .seccion-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-ppe{
        width: 47%;
        height: 100%;
        background-color: transparent;
        float: left;
        background: url('../assets/img-seguridad-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-info-ppe{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-ppe 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: left;
        line-height: 48px;
        margin-top: 0px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe h2.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: 0px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-ppe 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;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }


    .contenedor-info-ppe 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-ppe 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-ppe 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;
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .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: 0px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-seguridad-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-safety{
        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-seguridad.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: 140px;
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-info-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;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-general-info-uno h2.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;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-listado-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-listado{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-listado.muestra-elementos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .e-listado-1.muestra-elementos{
        transition-delay: .9s;
    }

    .e-listado-2.muestra-elementos{
        transition-delay: 1.2s;
    }

    .e-listado-3.muestra-elementos{
        transition-delay: 1.5s;
    }

    .e-listado-4.muestra-elementos{
        transition-delay: 1.8s; 
    }

    .contenedor-listado figure{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        overflow: hidden;
    }

    .contenedor-listado figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        transform: scale(1);
        transition: transform ease .2s;
    }

    .contenedor-listado:hover figure img{
        transform: scale(1.1);
        transition: transform ease .2s;
    }

    .contenedor-info-listado{
        width: 100%;
        height: auto;
        padding: 0px;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .icono-listado{
        width: 60px;
        height: 60px;
        padding: 5px;
        float: left;
        background-color: #282828;
        position: absolute;
        top: -30px;
        left: 20px;
        border-radius: 5px;
        transition: background-color ease .2s;
    }

    .icono-listado img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-listado:hover .contenedor-info-listado .icono-listado{
        background-color: #00aeef;
        transition: background-color ease .2s;
    }

    .info-listado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 50px;
    }

    .info-listado h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-listado a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 12px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .1px;
        text-align: left;
        text-decoration: underline;
        transition: color ease .2s;
    }

    .contenedor-listado:hover .contenedor-info-listado .info-listado a{
        color: #00aeef;
        transition: color ease .2s;
    }






    .seccion-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-ppe{
        width: 47%;
        height: 100%;
        background-color: transparent;
        float: left;
        background: url('../assets/img-seguridad-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-info-ppe{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-ppe 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: left;
        line-height: 48px;
        margin-top: 0px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe h2.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: 0px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-ppe 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;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }


    .contenedor-info-ppe 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-ppe 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-ppe 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;
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .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: 0px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-seguridad-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-safety{
        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-seguridad.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: 140px;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-info-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;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-general-info-uno h2.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;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-listado-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-listado{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-listado.muestra-elementos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .e-listado-1.muestra-elementos{
        transition-delay: .9s;
    }

    .e-listado-2.muestra-elementos{
        transition-delay: 1.2s;
    }

    .e-listado-3.muestra-elementos{
        transition-delay: 1.5s;
    }

    .e-listado-4.muestra-elementos{
        transition-delay: 1.8s; 
    }

    .contenedor-listado figure{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        overflow: hidden;
    }

    .contenedor-listado figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        transform: scale(1);
        transition: transform ease .2s;
    }

    .contenedor-listado:hover figure img{
        transform: scale(1.1);
        transition: transform ease .2s;
    }

    .contenedor-info-listado{
        width: 100%;
        height: auto;
        padding: 0px;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .icono-listado{
        width: 60px;
        height: 60px;
        padding: 5px;
        float: left;
        background-color: #282828;
        position: absolute;
        top: -30px;
        left: 20px;
        border-radius: 5px;
        transition: background-color ease .2s;
    }

    .icono-listado img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-listado:hover .contenedor-info-listado .icono-listado{
        background-color: #00aeef;
        transition: background-color ease .2s;
    }

    .info-listado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 50px;
    }

    .info-listado h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-listado a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 12px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .1px;
        text-align: left;
        text-decoration: underline;
        transition: color ease .2s;
    }

    .contenedor-listado:hover .contenedor-info-listado .info-listado a{
        color: #00aeef;
        transition: color ease .2s;
    }






    .seccion-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-ppe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
        background: url('../assets/img-seguridad-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-info-ppe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-info-ppe 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: left;
        line-height: 48px;
        margin-top: 0px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe h2.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: 0px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-ppe 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;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }


    .contenedor-info-ppe 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-ppe 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-ppe 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;
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .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: 0px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-seguridad-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-safety{
        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-seguridad.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: 140px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-info-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;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-general-info-uno h2.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;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-listado-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-listado{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-listado.muestra-elementos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .e-listado-1.muestra-elementos{
        transition-delay: .9s;
    }

    .e-listado-2.muestra-elementos{
        transition-delay: 1.2s;
    }

    .e-listado-3.muestra-elementos{
        transition-delay: 1.5s;
    }

    .e-listado-4.muestra-elementos{
        transition-delay: 1.8s; 
    }

    .contenedor-listado figure{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        overflow: hidden;
    }

    .contenedor-listado figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        transform: scale(1);
        transition: transform ease .2s;
    }

    .contenedor-listado:hover figure img{
        transform: scale(1.1);
        transition: transform ease .2s;
    }

    .contenedor-info-listado{
        width: 100%;
        height: auto;
        padding: 0px;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .icono-listado{
        width: 60px;
        height: 60px;
        padding: 5px;
        float: left;
        background-color: #282828;
        position: absolute;
        top: -30px;
        left: 20px;
        border-radius: 5px;
        transition: background-color ease .2s;
    }

    .icono-listado img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-listado:hover .contenedor-info-listado .icono-listado{
        background-color: #00aeef;
        transition: background-color ease .2s;
    }

    .info-listado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 50px;
    }

    .info-listado h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-listado a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 12px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .1px;
        text-align: left;
        text-decoration: underline;
        transition: color ease .2s;
    }

    .contenedor-listado:hover .contenedor-info-listado .info-listado a{
        color: #00aeef;
        transition: color ease .2s;
    }






    .seccion-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-ppe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
        background: url('../assets/img-seguridad-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-info-ppe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-info-ppe 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: left;
        line-height: 48px;
        margin-top: 0px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe h2.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: 0px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-ppe 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;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }


    .contenedor-info-ppe 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-ppe 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-ppe 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;
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .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: 0px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-seguridad-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-safety{
        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-seguridad.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: 80px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-info-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;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-general-info-uno h2.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;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-listado-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-listado{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-listado.muestra-elementos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .e-listado-1.muestra-elementos{
        transition-delay: .9s;
    }

    .e-listado-2.muestra-elementos{
        transition-delay: 1.2s;
    }

    .e-listado-3.muestra-elementos{
        transition-delay: 1.5s;
    }

    .e-listado-4.muestra-elementos{
        transition-delay: 1.8s; 
    }

    .contenedor-listado figure{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        overflow: hidden;
    }

    .contenedor-listado figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        transform: scale(1);
        transition: transform ease .2s;
    }

    .contenedor-listado:hover figure img{
        transform: scale(1.1);
        transition: transform ease .2s;
    }

    .contenedor-info-listado{
        width: 100%;
        height: auto;
        padding: 0px;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .icono-listado{
        width: 60px;
        height: 60px;
        padding: 5px;
        float: left;
        background-color: #282828;
        position: absolute;
        top: -30px;
        left: 20px;
        border-radius: 5px;
        transition: background-color ease .2s;
    }

    .icono-listado img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-listado:hover .contenedor-info-listado .icono-listado{
        background-color: #00aeef;
        transition: background-color ease .2s;
    }

    .info-listado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 50px;
    }

    .info-listado h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-listado a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 12px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .1px;
        text-align: left;
        text-decoration: underline;
        transition: color ease .2s;
    }

    .contenedor-listado:hover .contenedor-info-listado .info-listado a{
        color: #00aeef;
        transition: color ease .2s;
    }






    .seccion-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-ppe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
        background: url('../assets/img-seguridad-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-info-ppe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-info-ppe 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: left;
        line-height: 48px;
        margin-top: 0px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe h2.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: 0px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-ppe 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;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }


    .contenedor-info-ppe 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-ppe 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-ppe 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;
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .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: 0px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-seguridad-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-safety{
        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-seguridad.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: 80px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-info-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;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-general-info-uno h2.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;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .6s;
    }

    .contenedor-listado-info-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-listado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-listado.muestra-elementos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .e-listado-1.muestra-elementos{
        transition-delay: .9s;
    }

    .e-listado-2.muestra-elementos{
        transition-delay: 1.2s;
    }

    .e-listado-3.muestra-elementos{
        transition-delay: 1.5s;
    }

    .e-listado-4.muestra-elementos{
        transition-delay: 1.8s; 
    }

    .contenedor-listado figure{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        overflow: hidden;
    }

    .contenedor-listado figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        transform: scale(1);
        transition: transform ease .2s;
    }

    .contenedor-listado:hover figure img{
        transform: scale(1.1);
        transition: transform ease .2s;
    }

    .contenedor-info-listado{
        width: 100%;
        height: auto;
        padding: 0px;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .icono-listado{
        width: 60px;
        height: 60px;
        padding: 5px;
        float: left;
        background-color: #282828;
        position: absolute;
        top: -30px;
        left: 20px;
        border-radius: 5px;
        transition: background-color ease .2s;
    }

    .icono-listado img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-listado:hover .contenedor-info-listado .icono-listado{
        background-color: #00aeef;
        transition: background-color ease .2s;
    }

    .info-listado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 50px;
    }

    .info-listado h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-listado a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 12px;
        color: #282828;
        font-weight: 800;
        letter-spacing: .1px;
        text-align: left;
        text-decoration: underline;
        transition: color ease .2s;
    }

    .contenedor-listado:hover .contenedor-info-listado .info-listado a{
        color: #00aeef;
        transition: color ease .2s;
    }






    .seccion-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: #F7F7F7;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-equipamento-ppe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-ppe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
        background: url('../assets/img-seguridad-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-info-ppe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-info-ppe 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: left;
        line-height: 48px;
        margin-top: 0px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe h2.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: 0px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
    }

    .contenedor-info-ppe p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #282828;
        font-weight: 400;
        text-align: left;
        margin-top: 20px;
        transform: translateX(-50px);
        opacity: 0;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }

    .contenedor-info-ppe 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;
        margin-top: 20px;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease .5s, opacity ease .5s;
        transition-delay: .3s;
    }


    .contenedor-info-ppe 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-ppe 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-ppe 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;
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .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: 0px;
        display: inline-flex;
        justify-content: center;
        background: url('../assets/background-parallax-seguridad-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;
    }
}