@media only screen and (max-width: 3840px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 30vw;
        background-color: white;
        position: fixed;
        right: -30vw;
        z-index: 100;
        padding-top: 120px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 30vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 120px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 90px;
        padding-left: 90px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -30vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -30vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 320px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 220px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: auto;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-llamada a::before {
        content: "¡LLAMANOS!";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 20px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 230px;
        background-color: transparent;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 68px;
        line-height: 72px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 1100px;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        padding-bottom: 180px;
    }

    .contenedor-logo-nosotros{
        width: 22%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 72%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 1100px;
        display: inline-flex;
        justify-content: space-between;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-mision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 36%;
        height: 100%;
        background-color: transparent;
        padding-right: 90px;
        padding-left: 90px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 340px;
        padding-top: 345px;
        padding-bottom: 345px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 64%;
        height: auto;
        background-color: #ffffff;
        float: right;
        padding-bottom: 180px;
        padding-top: 180px;
        padding-right: 120px;
        padding-left: 90px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 1100px;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 340px;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }


    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-align: center;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 50px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 2px;
        color: white;
    }

    .contenedor-img-informe .info-men{
        padding: 20px;
        font-size: 40px;
    }

    .contenedor-titulo-informe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-servicio h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .img-der{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        bottom: 90px;
    }

    .info-izq{
        padding-left: 120px;
        padding-right: 90px;
    }

    .info-der{
        padding-right: 90px;
        padding-left: 120px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        float: right;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        float: right;
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        width: 100%;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 180px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .contenedor-general-galeria figure{
        width: 16.66%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 1100px;
        margin: auto;
        background-color: transparent;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
    width: 280px;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 45px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: space-between;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 30%;
        height: 100%;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 220px;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 480px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 70%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 30%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor-datos-contacto{
        width: 400px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 20px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 370px;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: 60px;
        background-color: black;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: white;
        background-color: transparent;
    }
}
















@media only screen and (max-width: 1520px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 30vw;
        background-color: white;
        position: fixed;
        right: -30vw;
        z-index: 100;
        padding-top: 120px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 30vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 120px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 90px;
        padding-left: 90px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -30vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -30vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 320px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 220px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: auto;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-llamada a::before {
        content: "¡LLAMANOS!";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 20px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 230px;
        background-color: transparent;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 68px;
        line-height: 72px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 1100px;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        padding-bottom: 180px;
    }

    .contenedor-logo-nosotros{
        width: 22%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 72%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 1100px;
        display: inline-flex;
        justify-content: space-between;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-mision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 36%;
        height: 100%;
        background-color: transparent;
        padding-right: 90px;
        padding-left: 90px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 340px;
        padding-top: 385px;
        padding-bottom: 385px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 64%;
        height: auto;
        background-color: #ffffff;
        float: right;
        padding-bottom: 180px;
        padding-top: 180px;
        padding-right: 120px;
        padding-left: 90px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 1100px;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 340px;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }


    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-align: center;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 50px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 2px;
        color: white;
    }

    .contenedor-img-informe .info-men{
        padding: 20px;
        font-size: 40px;
    }

    .contenedor-titulo-informe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-servicio h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .img-der{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        bottom: 90px;
    }

    .info-izq{
        padding-left: 120px;
        padding-right: 90px;
    }

    .info-der{
        padding-right: 90px;
        padding-left: 120px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 180px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .contenedor-general-galeria figure{
        width: 16.66%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 1100px;
        margin: auto;
        background-color: transparent;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
    width: 280px;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 620px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 90px;
        padding-top: 45px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 70%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 30%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor-datos-contacto{
        width: 465px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 90px;
        padding-top: 45px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 5%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 90%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: 60px;
        background-color: black;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: white;
        background-color: transparent;
    }
}





















@media only screen and (max-width: 1440px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 40vw;
        background-color: white;
        position: fixed;
        right: -40vw;
        z-index: 100;
        padding-top: 120px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 40vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 120px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 90px;
        padding-left: 90px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -40vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -40vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 320px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 220px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: auto;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-llamada a::before {
        content: "¡LLAMANOS!";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 20px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 250px;
        background-color: transparent;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 58px;
        line-height: 62px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 1100px;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        padding-bottom: 180px;
    }

    .contenedor-logo-nosotros{
        width: 22%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 72%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 1100px;
        display: inline-flex;
        justify-content: space-between;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-mision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 38%;
        height: 100%;
        background-color: transparent;
        padding-right: 60px;
        padding-left: 90px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 100%;
        padding-top: 385px;
        padding-bottom: 385px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 62%;
        height: auto;
        background-color: #ffffff;
        float: right;
        padding-bottom: 180px;
        padding-top: 180px;
        padding-right: 90px;
        padding-left: 60px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 1100px;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 340px;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }


    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-align: center;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 50px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 2px;
        color: white;
    }

    .contenedor-img-informe .info-men{
        padding: 20px;
        font-size: 40px;
    }

    .contenedor-titulo-informe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-servicio h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .img-der{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        bottom: 90px;
    }

    .info-izq{
        padding-left: 90px;
        padding-right: 60px;
    }

    .info-der{
        padding-right: 90px;
        padding-left: 60px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 180px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .contenedor-general-galeria figure{
        width: 16.66%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 1100px;
        margin: auto;
        background-color: transparent;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
    width: 280px;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 620px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 90px;
        padding-top: 45px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 70%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 30%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor-datos-contacto{
        width: 465px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 90px;
        padding-top: 45px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 5%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 90%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: 60px;
        background-color: black;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: white;
        background-color: transparent;
    }
}




















@media only screen and (max-width: 1280px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 40vw;
        background-color: white;
        position: fixed;
        right: -40vw;
        z-index: 100;
        padding-top: 120px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 40vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 120px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 90px;
        padding-left: 90px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -40vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -40vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 320px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 220px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: auto;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-llamada a::before {
        content: "¡LLAMANOS!";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 20px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 280px;
        background-color: transparent;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 58px;
        line-height: 62px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        padding-bottom: 180px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-logo-nosotros{
        width: 22%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 72%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 100%;
        padding-right: 90px;
        padding-left: 90px;
        display: inline-flex;
        justify-content: space-between;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-mision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 50%;
        height: 100%;
        background-color: transparent;
        padding-right: 90px;
        padding-left: 90px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 900px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 50%;
        height: auto;
        background-color: #ffffff;
        float: right;
        padding-bottom: 180px;
        padding-top: 180px;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
        margin-bottom: 60px;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 100%;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        margin-bottom: 60px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }


    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 20%;
        float: left;
        height: 100%;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        text-align: center;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 95px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 2px;
        color: white;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-img-informe .info-men{
        padding: 27px;
        font-size: 70px;
    }

    .contenedor-titulo-informe{
        width: 80%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 0px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-servicio h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .img-der{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        bottom: 90px;
    }

    .info-izq{
        padding-left: 90px;
        padding-right: 60px;
    }

    .info-der{
        padding-right: 90px;
        padding-left: 60px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        margin-bottom: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 180px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .contenedor-general-galeria figure{
        width: 16.66%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 100%;
        margin: auto;
        background-color: transparent;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
    width: 280px;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 620px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 90px;
        padding-top: 45px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 70%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 30%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor-datos-contacto{
        width: 465px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 90px;
        padding-top: 45px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 5%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 90%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: 60px;
        background-color: black;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: white;
        background-color: transparent;
    }
}






















@media only screen and (max-width: 1120px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 40vw;
        background-color: white;
        position: fixed;
        right: -40vw;
        z-index: 100;
        padding-top: 120px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 40vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 120px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 90px;
        padding-left: 90px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -40vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -40vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 320px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 220px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: auto;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-llamada a::before {
        content: "¡LLAMANOS!";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 20px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 280px;
        background-color: transparent;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 58px;
        line-height: 62px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        padding-bottom: 180px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-logo-nosotros{
        width: 22%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 72%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 100%;
        padding-right: 90px;
        padding-left: 90px;
        display: inline-flex;
        justify-content: space-between;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-mision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 50%;
        height: 100%;
        background-color: transparent;
        padding-right: 90px;
        padding-left: 90px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 900px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 50%;
        height: auto;
        background-color: #ffffff;
        float: right;
        padding-bottom: 180px;
        padding-top: 180px;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
        margin-bottom: 60px;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 100%;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        margin-bottom: 60px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }


    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 20%;
        float: left;
        height: 100%;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        text-align: center;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 95px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 2px;
        color: white;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-img-informe .info-men{
        padding: 27px;
        font-size: 70px;
    }

    .contenedor-titulo-informe{
        width: 80%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 0px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-servicio h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .img-der{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        bottom: 90px;
    }

    .info-izq{
        padding-left: 90px;
        padding-right: 60px;
    }

    .info-der{
        padding-right: 90px;
        padding-left: 60px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 180px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-general-galeria figure{
        width: 20%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 100%;
        margin: auto;
        background-color: transparent;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
    width: 280px;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 540px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 90px;
        padding-top: 45px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 70%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 30%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor-datos-contacto{
        width: 465px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 90px;
        padding-top: 45px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 5%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 90%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: 60px;
        background-color: black;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: white;
        background-color: transparent;
    }
}


















@media only screen and (max-width: 1050px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 50vw;
        background-color: white;
        position: fixed;
        right: -50vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 50vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 120px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 70px;
        padding-left: 70px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -50vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -50vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 320px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 220px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: auto;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-llamada a::before {
        content: "¡LLAMANOS!";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 20px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 250px;
        background-color: transparent;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 52px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        line-height: 16px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 180px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-logo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 250px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 100%;
        padding-right: 70px;
        padding-left: 70px;
        display: inline-flex;
        justify-content: space-between;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-mision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 47%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 100%;
        height: 100%;
        background-color: transparent;
        padding-right: 70px;
        padding-left: 70px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 90px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-bottom: 0px;
        padding-top: 90px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width: 47%;
        height: auto;
        background-color:transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
        margin-bottom: 0px;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 100%;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        margin-bottom: 60px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 20%;
        float: left;
        height: 100%;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 95px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 2px;
        color: white;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-img-informe .info-men{
        padding: 27px;
        font-size: 70px;
    }

    .contenedor-titulo-informe{
        width: 80%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 0px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-servicio h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .img-der{
        background-color: #69AD0A;
        height: 680px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 680px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        bottom: 90px;
    }

    .info-izq{
        padding-left: 70px;
        padding-right: 60px;
    }

    .info-der{
        padding-right: 70px;
        padding-left: 60px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: -.5px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 180px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-general-galeria figure{
        width: 25%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 100%;
        margin: auto;
        background-color: transparent;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
    width: 280px;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 600px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 0px;
        padding-top: 60px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 70%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 30%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor-datos-contacto{
        width: 600px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 0px;
        padding-top: 60px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 3%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 93%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: 60px;
        background-color: black;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: white;
        background-color: transparent;
    }
}

















@media only screen and (max-width: 920px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 50vw;
        background-color: white;
        position: fixed;
        right: -50vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 50vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 70px;
        padding-left: 70px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -50vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -50vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 320px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 220px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: auto;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-llamada a::before {
        content: "¡LLAMANOS!";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 20px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 250px;
        background-color: transparent;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 52px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        line-height: 16px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 180px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-logo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 250px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 100%;
        padding-right: 70px;
        padding-left: 70px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision{
        margin-top: 60px;
    }

    .contenedor-mision.animaVisMis{
        width:100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 100%;
        height: 100%;
        background-color: transparent;
        padding-right: 70px;
        padding-left: 70px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 90px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-bottom: 0px;
        padding-top: 90px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width: 47%;
        height: auto;
        background-color:transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
        margin-bottom: 0px;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 100%;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        margin-bottom: 60px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 25%;
        float: left;
        height: 100%;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 95px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 2px;
        color: white;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-img-informe .info-men{
        padding: 27px;
        font-size: 70px;
    }

    .contenedor-titulo-informe{
        width: 75%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 0px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        float: left;
    }

    .contenedor-servicio h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        float: left;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-general-info-servicio{
        margin-top: 90px;
    }

    .img-der{
        background-color: #69AD0A;
        height: 680px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 680px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        left: none;
        bottom: none;
    }

    .info-izq{
        padding-left: 70px;
        padding-right: 70px;
    }

    .info-der{
        padding-right: 70px;
        padding-left: 70px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 90px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-general-galeria figure{
        width: 25%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 100%;
        margin: auto;
        background-color: transparent;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
    width: 280px;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 600px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 0px;
        padding-top: 60px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 70%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 30%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor-datos-contacto{
        width: 600px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 0px;
        padding-top: 60px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 3%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 93%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: 60px;
        background-color: black;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: white;
        background-color: transparent;
    }
}

















@media only screen and (max-width: 780px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 60vw;
        background-color: white;
        position: fixed;
        right: -60vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 60vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 50px;
        padding-left: 50px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -60vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -60vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 320px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 220px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: auto;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-llamada a::before {
        content: "¡LLAMANOS!";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 20px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 240px;
        background-color: transparent;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 52px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        line-height: 16px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 180px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-logo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 250px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision{
        margin-top: 60px;
    }

    .contenedor-mision.animaVisMis{
        width:100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 100%;
        height: 100%;
        background-color: transparent;
        padding-right: 50px;
        padding-left: 50px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 90px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-bottom: 0px;
        padding-top: 90px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width:100%;
        height: auto;
        background-color:transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
        margin-bottom: 60px;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 100%;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        margin-bottom: 60px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 30%;
        float: left;
        height: 100%;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 95px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 2px;
        color: white;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-img-informe .info-men{
        padding: 27px;
        font-size: 70px;
    }

    .contenedor-titulo-informe{
        width: 70%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 0px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        float: left;
    }

    .contenedor-servicio h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        float: left;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-general-info-servicio{
        margin-top: 90px;
    }

    .img-der{
        background-color: #69AD0A;
        height: 680px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 680px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        left: none;
        bottom: none;
    }

    .info-izq{
        padding-left: 50px;
        padding-right: 50px;
    }

    .info-der{
        padding-right: 50px;
        padding-left: 50px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 90px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-general-galeria figure{
        width: 25%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 100%;
        margin: auto;
        background-color: transparent;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
    width: 280px;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 70%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 30%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor-datos-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 60px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 3%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 93%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: black;
        float: left;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        letter-spacing: .5px;
        color: white;
        width: 100%;
        background-color: transparent;
    }
}























@media only screen and (max-width: 640px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 70vw;
        background-color: white;
        position: fixed;
        right: -70vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 70vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 30px;
        padding-left: 30px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -70vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -70vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 130px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 50px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: 43px;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;;
    }

    .contenedor-btn-llamada a::before {
        content: "";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 32px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 12px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 240px;
        background-color: transparent;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 52px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        line-height: 16px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 180px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-logo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 250px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision{
        margin-top: 60px;
    }

    .contenedor-mision.animaVisMis{
        width:100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 100%;
        height: 100%;
        background-color: transparent;
        padding-right: 30px;
        padding-left: 30px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 90px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-bottom: 0px;
        padding-top: 90px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width:100%;
        height: auto;
        background-color:transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
        margin-bottom: 60px;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 100%;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        margin-bottom: 60px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 50px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 2px;
        color: white;
        position: relative;
        top: none;
        bottom: none;
        left: none;
        margin-top: none;
        margin-bottom: none;
    }

    .contenedor-img-informe .info-men{
        padding: 20px;
        font-size: 40px;
    }

    .contenedor-titulo-informe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        float: left;
    }

    .contenedor-servicio h1{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        float: left;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-general-info-servicio{
        margin-top: 90px;
    }

    .img-der{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        left: none;
        bottom: none;
    }

    .info-izq{
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-der{
        padding-right: 30px;
        padding-left: 30px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 90px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-general-galeria figure{
        width:33.3%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 100%;
        margin: auto;
        background-color: transparent;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-telefono{
        margin-top: 60px;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
        width: 280px;
        height: auto;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 60px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 70%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 30%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor-datos-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 60px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 3%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 93%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: black;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        letter-spacing: .5px;
        color: white;
        width: 100%;
        background-color: transparent;
    }
}




















@media only screen and (max-width: 520px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 80vw;
        background-color: white;
        position: fixed;
        right: -80vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 80vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -80vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -80vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 130px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 50px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: 43px;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;;
    }

    .contenedor-btn-llamada a::before {
        content: "";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 32px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 12px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 280px;
        background-color: transparent;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 52px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 180px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-logo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 250px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision{
        margin-top: 60px;
    }

    .contenedor-mision.animaVisMis{
        width:100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 100%;
        height: 100%;
        background-color: transparent;
        padding-right: 20px;
        padding-left: 20px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 90px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-bottom: 0px;
        padding-top: 90px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width:100%;
        height: auto;
        background-color:transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
        margin-bottom: 60px;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 100%;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        margin-bottom: 60px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 50px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 2px;
        color: white;
        position: relative;
        top: none;
        bottom: none;
        left: none;
        margin-top: none;
        margin-bottom: none;
    }

    .contenedor-img-informe .info-men{
        padding: 20px;
        font-size: 40px;
    }

    .contenedor-titulo-informe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        float: left;
    }

    .contenedor-servicio h1{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        float: left;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-general-info-servicio{
        margin-top: 90px;
    }

    .img-der{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 580px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        left: none;
        bottom: none;
    }

    .info-izq{
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-der{
        padding-right: 20px;
        padding-left: 20px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 90px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-general-galeria figure{
        width:50%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 100%;
        margin: auto;
        background-color: transparent;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-telefono{
        margin-top: 60px;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
        width: 280px;
        height: auto;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 60px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 65%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 35%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
    }

    .contenedor-datos-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 60px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 3%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 93%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: black;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        letter-spacing: .5px;
        color: white;
        width: 100%;
        background-color: transparent;
    }
}


















@media only screen and (max-width: 410px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 80vw;
        background-color: white;
        position: fixed;
        right: -80vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 80vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -80vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -80vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 120px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 50px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: 43px;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;;
    }

    .contenedor-btn-llamada a::before {
        content: "";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 32px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 12px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 280px;
        background-color: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 52px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 180px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-logo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 250px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision{
        margin-top: 60px;
    }

    .contenedor-mision.animaVisMis{
        width:100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 100%;
        height: 100%;
        background-color: transparent;
        padding-right: 10px;
        padding-left: 10px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 90px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-bottom: 0px;
        padding-top: 90px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width:100%;
        height: auto;
        background-color:transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
        margin-bottom: 60px;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 100%;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        margin-bottom: 60px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 50px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 2px;
        color: white;
        position: relative;
        top: none;
        bottom: none;
        left: none;
        margin-top: none;
        margin-bottom: none;
    }

    .contenedor-img-informe .info-men{
        padding: 20px;
        font-size: 40px;
    }

    .contenedor-titulo-informe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        float: left;
    }

    .contenedor-servicio h1{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        float: left;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-general-info-servicio{
        margin-top: 90px;
    }

    .img-der{
        background-color: #69AD0A;
        height: 680px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 680px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        left: none;
        bottom: none;
    }

    .info-izq{
        padding-left: 10px;
        padding-right: 10px;
    }

    .info-der{
        padding-right: 10px;
        padding-left: 10px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 90px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-general-galeria figure{
        width:50%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 100%;
        margin: auto;
        background-color: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-telefono{
        margin-top: 60px;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
        width: 280px;
        height: auto;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 60px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 60%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 40%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
        width: 100%;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
        display: none;
        visibility: hidden;
    }

    .contenedor-datos-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 60px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 3%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 93%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: black;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        letter-spacing: .5px;
        color: white;
        width: 100%;
        background-color: transparent;
    }
}

















@media only screen and (max-width: 360px){
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
        background-color:white;
    }

    body{
        background-color: white;
        font-family: 'Arsenal', sans-serif;
        overflow-x: hidden;
    }

    nav{
        height: 100vh;
        width: 80vw;
        background-color: white;
        position: fixed;
        right: -80vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav.muestra-menu{
        height: 100vh;
        width: 80vw;
        background-color: white;
        position: fixed;
        right: 0vw;
        z-index: 100;
        padding-top: 85px;
        padding-bottom: 85px;
        transition: right ease .2s;
        -webkit-transition:  right ease .2s;
        -moz-transition:  right ease .2s;
        -o-transition:  right ease .2s;
    }

    nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
    }

    nav ul .ult-li{
        border-bottom: none;
    }

    nav ul li a{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
        height: auto;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        color: #555555;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transform: translateX(0);
        transition: transform ease .2s;
    }

    nav ul li a:hover{
        transform: translateX(20px);
    }

    .seccion-general-web{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: 0vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web.muestra-menu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        left: -80vw;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .seccion-general-web header.muestra-menu{
        width: 100%;
        height: 85px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -80vw;
        border-bottom: solid 1px #e0e0e0;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 18px;
        z-index: 10;
        transition: left ease .2s;
        -webkit-transition:  left ease .2s;
        -moz-transition:  left ease .2s;
        -o-transition:  left ease .2s;
    }

    .contenedor-logo-header{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-header a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-logo-header img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btn-menu-telefono{
        width: 110px;
        height: 43px;
        background-color: transparent;
        float: left;
        margin-top:2px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-llamada{
        width: 50px;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-btn-llamada a{
        width: 100%;
        height: 43px;
        float: left;
        background-color: #69AD0A;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;;
    }

    .contenedor-btn-llamada a::before {
        content: "";
    }

    .contenedor-btn-llamada a:hover{
        transform: scale(1.1);
    }

    .contenedor-btn-llamada a span{
        float: left;
        height: 32px;
        background-color: transparent;
        text-decoration: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        font-weight: 400;
        text-align: center;
        color: white;
        position: absolute;
        padding-top: 1px;
        left: 12px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btn-menu button{
        width: 42px;
        height: 42px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        padding-top: 7px;
        cursor: pointer;
    }

    .contenedor-btn-menu button span{
        font-family: 'Arsenal', sans-serif;
        font-size: 42px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .5px;
        color: #69AD0A;
        background-color: transparent;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-slider-inicio{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .contenedor-datos-slider{
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
        height: 280px;
        background-color: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-titulo-slide{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-slide h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 42px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        background-color: transparent;
    }

    .contenedor-titulo-slide p{
        font-family: 'Arsenal', sans-serif;
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: white;
        margin-top: 28px;
        background-color: transparent;
    }

    .contenedor-btn-contactanos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contactanos button{
        width: 240px;
        height: 50px;
        border: solid 2px white;
        background-color: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        color: #555555;
        border-radius: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-contactanos button:hover{
        transform: scale(1.1);
    }

    .contenedor-slider-inicio figure{
        height: 100vh;
        position: relative;
        width: 400%;
        margin: 0;
        left: 0;
        z-index: -1;
        animation: 50s slider infinite;
    }

    .img-slide{
        width: 25%;
        height: 100%;
        background-color: transparent;
    }

    .img-slide1{
        background: url('../assets/img-slide-inicio-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .img-slide2{
        background: url('../assets/img-slide-inicio-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 25%;
        top: 0px;
    }

    .img-slide3{
        background: url('../assets/img-slide-inicio-3.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 50%;
        top: 0px;
    }

    .img-slide4{
        background: url('../assets/img-slide-inicio-4.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        left: 75%;
        top: 0px;
    }

    @keyframes slider {
        0% { left: 0%; }
        13%{ left: 0%; }

        16% { left: -100%; }
        29% { left: -100%; }

        32% { left: -200%; }
        45% { left: -200%; }

        48% { left: -300%; }
        61% { left: -300%; }
        
        64% { left: -200%; }
        77% { left: -200%; }

        80% { left: -100%; }
        93% { left: -100%; }
        
        96% { left: 0%; }
        100% { left: 0%; }
    }

    .contenedor-seccion-nosotros{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 180px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 180px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-logo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-nosotros img{
        width: 250px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-parrafo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-parrafo-nosotros p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
        letter-spacing: 1px;
        color: #555555;
    }

    .contenedor-parrafo-nosotros p strong{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: justify;
        letter-spacing: .5px;
        color: #555555;
    }

    .contenedor-general-visison-mision{
        width: 100%;
        float: left;
        height: auto;
        background-color: #dddddd;
        display: inline-flex;
        justify-content: center;
        padding-top: 120px;
        padding-bottom:120px;
    }

    .contenedor-vision-mision{
        height: auto;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mision,
    .contenedor-vision{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision{
        margin-top: 60px;
    }

    .contenedor-mision.animaVisMis{
        width:100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-vision.animaVisMis{
        width: 100%;
        height: auto;
        background-color: transparent;
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .5s;
    }

    .contenedor-mision span,
    .contenedor-vision span{
        background-color: transparent;
        width: 70px;
        height: auto;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: justify;
        width: 100%;
        float: left;
        color: #555555;
    }

    .contenedor-mision h2,
    .contenedor-vision h2{
        margin-top: 20px;
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: justify;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-mision p,
    .contenedor-vision p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-ventajas-competitivas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-secc-izq-vcomp{
        width: 100%;
        height: 100%;
        background-color: transparent;
        padding-right: 10px;
        padding-left: 10px;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        background: url('../assets/img-ventajas-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-secc-izq-vcomp h1{
        font-family: 'Arsenal', sans-serif;
        float: left;
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: left;
        color: white;
        background-color: transparent;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 90px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-izq-vcomp h1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-secc-der-vcomp{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-bottom: 0px;
        padding-top: 90px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .contenedor-general-info-ventc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .ultimo-cont-ventc{
        margin-bottom: 0px;
    }

    .contenedor-info-ventc{
        width:100%;
        height: auto;
        background-color:transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
        margin-bottom: 60px;
    }

    .info-ventc1.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-ventc2.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .info-ventc3.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .info-ventc4.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 3.2s;
    }

    .info-ventc5.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4s;
    }

    .info-ventc6.anima-vcomp{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 4.8s;
    }

    .recuadro-info-ventc{
        width: 16px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 6px;
    }

    .recuadro-info-ventc span{
        height: 16px;
        width: 16px;
        float: left;
        background-color: #69AD0A;
    }

    .info-ventc{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-ventc h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: #555555;
        background-color: transparent;
    }

    .info-ventc p{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        letter-spacing: .5px;
        color: #555555;
        margin-top: 10px;
        float: left;
        width: 100%;
        background-color: transparent;
    }

    .seccion-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 180px;
        padding-bottom: 180px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-informes-trabajo{
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .contenedor-titulo-informes-t{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-informes-t h1{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
        text-align: center;
        color: #555555;
        background-color: transparent;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-informes-t h1.anima-infot{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-informes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .informe{
        width: 100%;
        height: auto;
        background-color: white;
        border: solid 1px #e0e0e0;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 20px;
        margin-bottom: 60px;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2); 
        box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .informe1.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .informe2.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .informe3.anima-infot{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 2.4s;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-img-informe{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }

    .contenedor-img-informe span{
        background-color: #69AD0A;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        padding: 15px;
        padding-top: 13px;
        font-family: 'Arsenal', sans-serif;
        font-size: 50px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 2px;
        color: white;
        position: relative;
        top: none;
        bottom: none;
        left: none;
        margin-top: none;
        margin-bottom: none;
    }

    .contenedor-img-informe .info-men{
        padding: 20px;
        font-size: 40px;
    }

    .contenedor-titulo-informe{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-titulo-informe h2{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        color: #555555;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 30px;
        float: left;
    }

    .contenedor-titulo-informe ul li{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .contenedor-titulo-informe ul li span{
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: none;
        letter-spacing: 0px;
        color: #555555;
        list-style: none;
        list-style-position: inside;
        background-color: transparent;
    }

    .seccion-servicios{
        width: 100%;
        height: auto;
        background-color: #dddddd;
        padding-bottom: 180px;
        padding-top: 180px;
        float: left;
    }

    .contenedor-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        float: left;
    }

    .contenedor-servicio h1{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        text-align: center;
        float: left;
        color: #555555;
        margin-bottom: 90px;
        transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-servicio h1.anima-servG{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-general-info-servicio,
    .contenedor-img-servicio,
    .contenedor-img-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-general-info-servicio{
        margin-top: 90px;
    }

    .img-der{
        background-color: #69AD0A;
        height: 680px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-izq{
        background-color: #69AD0A;
        height: 680px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size ease .2s;
        display: none;
        visibility: hidden;
    }

    .img-der:hover,
    .img-izq:hover{
        background-size: cover;
    }

    .img-serv-mantenimiento{
        background-image: url('../assets/img-serv-m.png');
    }

    .img-serv-jardineria{
        background-image: url('../assets/img-serv-j.png');
    }

    .img-serv-limpieza{
        background-image: url('../assets/img-serv-l.png');
    }

    .contenedor-info-servicio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        left: none;
        bottom: none;
    }

    .info-izq{
        padding-left: 10px;
        padding-right: 10px;
    }

    .info-der{
        padding-right: 10px;
        padding-left: 10px;
    }

    .info-izq img{
        width: 70px;
        float: right;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .num-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der img{
        width: 70px;
        float: left;
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .num-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der .num-jard,
    .info-izq .num-limp{
        width: 95px;
    }

    .info-izq h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 1px;
        text-align: right;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .titulo-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-der h2{
        width: 100%;
        font-family: 'Arsenal', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .titulo-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .info-izq p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-mant.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: 1.6s;
    }

    .text-limp.anima-servG{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .info-der p{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: #555555;
        margin-top: 30px;
        background-color: transparent;
        transform: translateX(-80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .text-jard.anima-servGJ{
        transform: translateX(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        transition-delay: .8s;
    }

    .contenedor-galeria{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
    }

    .contenedor-general-galeria{
        width: 100%;
        float: left;
        margin-top: 90px;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-general-galeria figure{
        width:100%;
        float: left;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .contenedor-general-galeria figure img{
        width: 100%;
        float: left;
        height: auto;
        transform: scale(1);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
    }

    .contenedor-general-galeria figure img:hover{
        transform: scale(1.2);
    }

    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 0px;
        padding-top: 180px;
    }

    .contenedor-general-formulario{
        width: 100%;
        margin: auto;
        background-color: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-titulo-contacto h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        letter-spacing: -3px;
        text-align: center;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-titulo-contacto h1.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 90px;
        padding-bottom: 180px;
        color: #555555;transform: translateY(80px);
        opacity: 0;
        transition: transform ease 1.2s, opacity ease 1.2s;
    }

    .contenedor-formulario.anima-contacto{
        transform: translateY(0px);
        opacity: 1;
        transition: transform ease 1.2s, opacity ease 1.2s;
        animation-delay: .8s;
    }

    .titulo-campo{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre input[type="text"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-correo-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-correo,
    .contenedor-telefono{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-telefono{
        margin-top: 60px;
    }

    .contenedor-correo input[type="email"],
    .contenedor-telefono input[type="tel"]{
        width: 100%;
        height: 40px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-comentario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-comentario textarea{
        width: 100%;
        height: 120px;
        background-color: transparent;
        float: left;
        border-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        text-transform: uppercase;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        resize: none;
    }

    .contenedor-btn-env-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .contenedor-btn-env-form input[type="submit"]{
        width: 220px;
        height: 50px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
        transform: scale(1);
        transition: transform ease .1s;
        -webkit-transition: transform ease .1s;
        -moz-transition: transform ease .1s;
        -o-transition: transform ease .1s;
    }

    .contenedor-btn-env-form input[type="submit"]:hover{
        transform: scale(1.1);
    }

    .contenedor-loader-formularioc{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contenedor-loader-formularioc img{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-loader-formularioc img.muestra-loader{
        width: 120px;
        background-color: transparent;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-parallax{
        width: 100%;
        height: auto;
        background-color: #69AD0A;
        float: left;
        height: 220px;
        margin-top: 0px;
        overflow: hidden;
    }

    .img-parallax{
        width: 100%;
        height: 100%;
        background-image: url('../assets/back-parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .img-parallax img{
        width: 280px;
        height: auto;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
    }

    .contenedor-footer-principal{
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 45px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .contenedor-mapa-ubicacion{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
    }


    .contenedor-mapa-ubicacion iframe{
        width: 100%;
        height: 100%;
        border: none;
    }

    .contenedor-form-suscripciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 60px;
    }

    .contenedor-form-suscripciones form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-campo-sus{
        width: 100%;
        display: block;
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: left;
        color: white;
        background-color: transparent;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .contenedor-inputs-sus{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-inputs-sus input[type="email"]{
        width: 55%;
        height: 40px;
        background-color: white;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border: solid 1px #dddddd;
        padding: 5px;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #555555;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-inputs-sus input[type="submit"]{
        width: 45%;
        height: 40px;
        background-color: #69AD0A;
        outline: none;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        border: none;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -moz-appearance: none;
    }

    .contenedor-redes-sociales,
    .contendor-term-cond{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contendor-term-cond{
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contendor-term-cond a,
    .contendor-term-cond span{
        background-color: transparent;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        text-decoration: none;
        width: 100%;
    }

    .contendor-term-cond span{
        margin-left: 5px;
        margin-right: 5px;
        display: none;
        visibility: hidden;
    }

    .contenedor-datos-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 60px;
    }

    .contenedor-datos-contacto h1{
        font-family: 'Arsenal', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        color: white;
        background-color: transparent;
    }

    .info-contacto-footer{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-tel-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
    }

    .contenedor-direccion-f,
    .contenedor-email-f{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-tel-f img,
    .contenedor-direccion-f img,
    .contenedor-email-f img{
        width: 5%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

    .contenedor-tel-f p,
    .contenedor-email-f p,
    .contenedor-direccion-f p{
        width: 90%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Arsenal', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 1px;
        color: white;
        background-color: transparent;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: black;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-subfooter p{
        font-family: 'Arsenal', sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        letter-spacing: .5px;
        color: white;
        width: 100%;
        background-color: transparent;
    }
}