/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

body {
    font-family: 'cooper', Arial, sans-serif;
    overflow-x: hidden;
    background-color: #29292A;
}

header#inicio {
    background: url(../images/bg-header.jpg) center bottom no-repeat;
    background-size: cover;
    min-height: 600px;
    position: relative;
}

header#secciones {
    background: url(../images/bg-header.jpg) center top no-repeat;
    background-size: cover;
    min-height: 160px;
    position: relative;
}


.triangle-float-01 {
    position: absolute;
    z-index: 40;
    bottom: -80px;
    left: -30px;
    animation-delay: 0.3s;
    display: none;
}

.triangle-float-02 {
    position: absolute;
    z-index: 20;
    top: -40px;
    right: -30px;
    animation-delay: 0.6s;
    display: none;
}

.triangle-float-03 {
    position: absolute;
    z-index: 30;
    bottom: -40px;
    right: -30px;
    animation-delay: 1s;
    display: none;
}

.triangle-float-filled-01 {
    position: absolute;
    z-index: 30;
    bottom: -60px;
    left: 0px;
    mix-blend-mode: multiply;
    animation-delay: 1.2s;
}

.triangle-float-outline {
    position: absolute;
    z-index: 30;
    top: 0px;
    left: -135px;
    mix-blend-mode: multiply;
    animation-delay: 0.6s;
    max-width: 200px;
}

.triangle-float-outline-01 {
    position: absolute;
    z-index: 30;
    top: 60px;
    left: 220px;
    mix-blend-mode: multiply;
    animation-delay: 0.6s;
    max-width: 150px;
}

.triangle-float-outline-02 {
    position: absolute;
    z-index: 60;
    top: 500px;
    right: 10px;
    mix-blend-mode: multiply;
    animation-delay: 1.5s;
    max-width: 60px;
}

.triangle-float-outline-03 {
    position: absolute;
    z-index: 60;
    top: 110px;
    right: 0px;
    mix-blend-mode: multiply;
    animation-delay: 1.8s;
    max-width: 60px;
}

#navigation {
    position: relative;
}

.logo {
    position: relative;
    left: 0;
    top: 5px;
    text-align: center;
}

.logo img {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    margin-top: 20px;
}

.menu {
    position: absolute;
    right: 50px;
    top: 30px;
}

.menu a:link, .menu a:visited, .menu a:active {
    font-weight: 500;
    padding: 25px 35px;
    color: #868686;
    font-size: 16px;
    display: inline-block;
}

.menu a:hover, .menu a:focus {
    text-decoration: none;
    color: green;
}

.menu a #under {
    height: 2px;
    width: 30px;
    background-color: green;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.menu a:hover #under {
    width: 45px;
}

#presentacion {
    position: absolute;
    bottom: 120px;
    left: 20%;
    transform: translateX(-12%);
}

.texto-pres {
    font-size: 30px;
    color: #057728;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
    display: block;
}

.texto-pres #second-line {
    padding-left: 0px;
}

.presentacion-btn:link, .presentacion-btn:visited, .presentacion-btn:active {
    background-color: #057728;
    border: 1px solid #057728;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
    display: table;
    margin: 10px auto 0px auto;
    border-radius: 15px;
    text-align: center;
}

.presentacion-btn:hover, .presentacion-btn:focus {
    background-color: #FFFFFF;
    color: #057728;
    text-decoration: none;
}

span.texto-pres i {
    transform: skewX(-10deg);
    font-size: 55px;
    vertical-align: text-bottom;
    padding-right: 5px;
}

.procrear {
    text-align: center;
    padding: 100px 15px 160px 15px;
    background-color: #FFFFFF;
}

.header-procrear {
    display: block;
    font-size: 20px;
    color: #868686;
    margin-bottom: 40px;
}

.procrear img {
    max-width: 300px;
    margin-bottom: 50px;
}

.procrear-btn:link, .procrear-btn:visited, .procrear-btn:active {
    background-color: #FFFFFF;
    border: 2px solid #057728;
    color: #057728;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 30px;
    display: table;
    margin: 10px auto 0px auto;
    border-radius: 15px;
    text-align: center;
    line-height: 1;
}

.procrear-btn:hover, .procrear-btn:focus {
    background-color: #057728;
    color: #FFFFFF;
    text-decoration: none;
}

/* SERVICIOS */
section.servicios {
    padding-top: 100px;
    padding-bottom: 180px;
    background: url(../images/bg-servicios.jpg) right center no-repeat #057728;
    background-size: contain;
    -moz-transform: skewX(0deg) skewY(0deg);
    -webkit-transform: skewX(6deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
    width: 100%;
    margin-left: 0px; 
    margin-top: -100px;
}

section.servicios .container {
    -moz-transform: skewX(0deg) skewY(0deg);
    -webkit-transform: skewX(0deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
}

.header-section {
    position: relative;
}

.header-section h3 {
    font-size: 27px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 50;
}

.triangle-h3 {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-100px);
    z-index: 10;
}

#triangle-h3-secciones {
    left: 40%;
    transform: translateX(-100px);
}

#line-header {
    width: 20px;
    border-bottom: 2px solid #FFFFFF;
    display: block;
    margin: 0px auto;
}

.servicios .body-section {
    color: #FFFFFF;
    text-align: center;
    margin-top: 70px;
    font-size: 20px;
    font-weight: 300;
    line-height: 0;
}

.separador-servicios {
    margin: 25px auto;
}

/* OBRAS ----------------*/
section.obras-section {
    padding-top: 160px;
    padding-bottom: 160px;
    background: url(../images/bg-obras.jpg) no-repeat right top #067729 fixed;
    background-size: cover;
    position: relative;
}

.obras {
    display: block;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
}

span.icono-seccion {
    display: block;
    font-size: 40px;
    color: #FFFFFF;
}

span.h4-seccion {
    display: block;
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 300;
}

/* CONTACTO ------------ */
section.formulario {
    padding-top: 80px;
    padding-bottom: 160px;
    background: url(../images/bg-servicios.jpg) no-repeat right top #067729 fixed;
    background-size: cover;
    position: relative;
}

.pendiente-secciones {
    position: absolute;
    min-height: 35px;
    background: transparent url(../images/pendiente-blanca.png) no-repeat left top;
    background-size: cover;
    left: 0;
    right: 0;
    top: -1px;
}

.form-contacto {
    margin-top: 60px;
}

.form-contacto label {
    display: block;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 8px;
    opacity: 0.85;
    padding-left: 6px;
}

.form-contacto input[type="text"], .form-contacto input[type="tel"], .form-contacto input[type="email"], .form-contacto textarea {
    font-size: 18px;
    background: #025f2a;
    border: 1px solid #069845;
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    color: #FFFFFF;
    outline: none;
    resize: none;
}

.form-contacto input[type="text"]:hover, .form-contacto input[type="tel"]:hover, .form-contacto input[type="email"]:hover, .form-contacto textarea:hover,
.form-contacto input[type="text"]:focus, .form-contacto input[type="tel"]:focus, .form-contacto input[type="email"]:focus, .form-contacto textarea:focus {
    background-color: #FFFFFF;
    color: #333333;
}

input#procesar {
    float: right;
    padding: 17px 46px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #0ab151;
    border: none;
    border-radius: 3px;
}

input#procesar:hover, input#procesar:focus {
    background-color: #025f2a;
}

/* FOOTER */
footer {
    margin-top: -70px;
    background-color: #29292A;
    padding-top: 80px;
    padding-bottom: 30px;
    -moz-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
}

footer .container {
   -moz-transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
}

footer .datos-postales {
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    margin-top: 30px;
    line-height: 2;
    font-weight: 300;
}

footer .datos-postales a {
    color: #FFFFFF;
}

.logo-footer img {
    max-width: 220px;
}

/* EXTRAS*/
.menu-xs {
    background-color: #29292ade;
    position: fixed;
    z-index: 800;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
    display: none;
}

.menu-xs a:link, .menu-xs a:visited, .menu-xs a:active {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    width: 100%;
    font-size: 20px;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.menu-xs a:hover, .menu-xs a:focus {
   border-bottom: 1px solid #057728;
   text-decoration: none;
   padding: 20px 15px 20px 30px;
}

.menu-xs a span {
    color: #057728;
    padding-right: 0px;
    font-size: 0px;
    vertical-align: middle;
    line-height: 0;
    margin-top: -5px;
    display: inline-block;
}

.menu-xs a:hover span {
    font-size: 24px;
    padding-right: 5px;
}

span.cerrar-menu-xs {
    position: absolute;
    top: 5px;
    right: 22px;
    font-size: 26px;
    font-weight: 400;
    padding:10px;
    cursor: pointer;
    display: none;
}

.desplegar-menu-xs {
    position: absolute;
    z-index: 1200;
    color: rgb(0 0 0 / 60%);
    font-size: 22px;
    padding: 10px;
    top: 0;
    right: 15px;
}

.go-up {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 90;
    display: none;
}

.go-up-btn {
    background: #000;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 9px 0 0 0;
    margin: 0px 0 0px 0;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-up-btn:hover {
    background: #5aa97d;
    color: #fff;
}

.go-up-btn .fa {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
}

.ease {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    header#inicio {
        background: url(../images/bg-header.jpg) center bottom no-repeat;
        background-size: cover;
        min-height: 710px;
        position: relative;
    }

    header#secciones {
        background: url(../images/bg-header.jpg) center top no-repeat;
        background-size: cover;
        min-height: 160px;
        position: relative;
    }

    .triangle-float-01 {
        position: absolute;
        z-index: 40;
        bottom: -80px;
        left: -30px;
        animation-delay: 0.3s;
        display: block;
    }

    .triangle-float-02 {
        position: absolute;
        z-index: 20;
        top: -40px;
        right: -120px;
        animation-delay: 0.6s;
        display: block;
    }

    .triangle-float-02 img {
        max-width: 343px;
    }

    .triangle-float-03 {
        position: absolute;
        z-index: 30;
        bottom: -40px;
        right: -30px;
        animation-delay: 1s;
        display: block;
    }

    .triangle-float-filled-01 {
        position: absolute;
        z-index: 30;
        bottom: -60px;
        left: 160px;
        mix-blend-mode: multiply;
        animation-delay: 1.2s;
    }

    .triangle-float-outline {
        position: absolute;
        z-index: 30;
        top: 0px;
        left: -135px;
        mix-blend-mode: multiply;
        animation-delay: 0.6s;
        max-width: 500px;
    }

    .triangle-float-outline-01 {
        position: absolute;
        z-index: 30;
        top: 60px;
        left: 220px;
        mix-blend-mode: multiply;
        animation-delay: 0.6s;
        max-width: 150px;
    }

    .triangle-float-outline-02 {
        position: absolute;
        z-index: 60;
        top: 500px;
        right: 220px;
        mix-blend-mode: multiply;
        animation-delay: 1.5s;
        max-width: 60px;
    }

    .triangle-float-outline-03 {
        position: absolute;
        z-index: 60;
        top: 40px;
        right: 80px;
        mix-blend-mode: multiply;
        animation-delay: 1.8s;
        max-width: 60px;
    }

    .logo img {
        margin-left: 0px;
        margin-right: auto;
        max-width: 300px;
        margin-top: 0px;
    }

    #presentacion {
        position: absolute;
        bottom: 120px;
        left: 50%;
        transform: translateX(-50%);
    }

    .texto-pres {
        font-size: 40px;
        color: #057728;
        font-weight: 600;
        font-style: italic;
        line-height: 1.2;
        display: block;
    }

    .texto-pres #second-line {
        padding-left: 65px;
    }

    .procrear {
        text-align: center;
        padding: 100px 15px 240px 15px;
        background-color: #FFFFFF;
    }

    .header-procrear {
        display: block;
        font-size: 22px;
        color: #868686;
        margin-bottom: 40px;
    }

    /* SERVICIOS */
    section.servicios {
        padding-top: 150px;
        padding-bottom: 230px;
        background: url(../images/bg-servicios.jpg) right center no-repeat #057728;
        background-size: contain;
        -moz-transform: skewX(6deg) skewY(2deg);
        -webkit-transform: skewX(6deg) skewY(2deg);
        -o-transform: skewX(6deg) skewY(2deg);
        -ms-transform: skewX(6deg) skewY(2deg);
        transform: skewX(6deg) skewY(2deg);
        width: 105%;
        margin-left: -40px; 
        margin-top: -100px;
    }


    section.servicios .container {
        -moz-transform: skewX(-6deg) skewY(-2deg);
        -webkit-transform: skewX(-6deg) skewY(-2deg);
        -o-transform: skewX(-6deg) skewY(-2deg);
        -ms-transform: skewX(-6deg) skewY(-2deg);
        transform: skewX(-6deg) skewY(-2deg);
    }

    section.formulario {
        padding-top: 80px;
        padding-bottom: 160px;
        background: url(../images/bg-servicios.jpg) no-repeat right top #067729 fixed;
        background-size: contain;
        position: relative;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1500px) {
    header#inicio {
        background: url(../images/bg-header.jpg) center bottom no-repeat;
        background-size: cover;
        min-height: 850px;
        position: relative;
    }

    header#secciones {
        background: url(../images/bg-header.jpg) center top no-repeat;
        background-size: cover;
        min-height: 160px;
        position: relative;
    }


    .triangle-float-01 {
        position: absolute;
        z-index: 40;
        bottom: -80px;
        left: -30px;
        animation-delay: 0.3s;
    }

    .triangle-float-02 {
        position: absolute;
        z-index: 20;
        top: -40px;
        right: -30px;
        animation-delay: 0.6s;
    }

    .triangle-float-02 img {
        max-width: 393px;
    }

    .triangle-float-03 {
        position: absolute;
        z-index: 30;
        bottom: -40px;
        right: -30px;
        animation-delay: 1s;
    }

}