@media only screen and (max-width: 3600px) {

    .seccion-inicio{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
    }

    .slider{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }
      
    .slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .slide-1{
        background: url('../assets/img-slide-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-2{
        background: url('../assets/img-slide-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-3{
        background: url('../assets/img-slide-3.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .slide.current {
        opacity: 1;
    }
    
    .slide .contenedor-info-slides {
        position: absolute;
        bottom: -120px;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        background-color: transparent;
        padding-left: 90px;
        padding-right: 90px;
        opacity: 0;
        
    }
    
    .slide .contenedor-info-slides .titulo-slideb {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: left;
        line-height: 60px;
    }

    .slide .contenedor-info-slides .titulo-slidea {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 76px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #FFC127;
        text-align: left;
        line-height: 90px;
    }
    
    .slide.current .contenedor-info-slides {
        opacity: 1;
        transform: translateX(600px);
        transition: all 0.7s ease-in-out 0.3s;
    }

    .contenedor-botones-nav-slide{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 80px;
        float: left;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contenedor-botones-nav-slide button {
        width: 80px;
        height: 80px;
        background-color: #FFC127;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: none;
        padding: 20px;
    }

    .contenedor-botones-nav-slide button span {
        font-family: 'Montserrat', 'sans-serif';
        font-size: 40px;
        font-weight: 600;
        color: #000000;
        background-color: transparent;
        float: left;
    }
    
    .slide.current .contenedor-info-slides {
        transform: translateY(-160px);
        opacity: 1;
    }







    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-top: 160px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros{
        width: 1200px;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
    }

    .contenedor-text-nosotros strong{
        color: #FFC127;
        font-weight: 600;
    }

    .contenedor-text-nosotros .linea-nosotros{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-15anosexp{
        margin-top:160px;
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/back_parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 160px;
        padding-top: 160px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-15anosexp .titulo1-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 106px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #FFC127;
        text-align: center;
        line-height: 120px;
    }

    .contenedor-15anosexp .titulo2-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 106px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #ffffff;
        text-align: center;
        line-height: 116px;
        margin-top: 14px;
    }





    .contenedor-general-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        position: relative;
    }

    .contenedor-mision-y{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-1{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .mision-text1{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mision-text1 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #000000;
        text-align: justify;
        line-height: 34px;
    }

    .mision-text1 strong{
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-mision-parallax{
        width: 100%;
        height: auto;
        background-color: transparent;
        background: url('../assets/back_parallax2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 160px;
        padding-bottom: 160px;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-text-mision-2{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-text-mision-2 img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mision-text2{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .mision-text2 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: justify;
        line-height: 34px;
    }

    .mision-text2 strong{
        color: #FFC127;
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-img-mision{
        width: 1200px;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-img-mision img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }






    .seccion-servicios-construccion{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-serv-construccion{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-serv-construccion a{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-serv-construccion a figure{
        width: 100%;
        height: 690px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .contenedor-serv-construccion a .c-hospitalaria{
        background: url('../assets/img-construccion-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-serv-construccion a .c-industrial{
        background: url('../assets/img-construccion-i.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-general-info-serv-cons{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-general-info-serv-cons img{
        width: 70px;
        height: 70px;
        background-color: transparent;
    }

    .contenedor-info-serv-cons{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 40px;
    }

    .contenedor-info-serv-cons p{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .contenedor-info-serv-cons ul{
        width: 82%;
        height: auto;
        background-color: transparent;
        list-style: inside;
        list-style-type: disc;
        margin: auto;
    }

    .contenedor-info-serv-cons ul li{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contenedor-serv-construccion a:hover .contenedor-general-info-serv-cons{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-titulo-serv-cons{
        width: 100%;
        height: auto;
        float: left;
        background-color: #FFC127;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .contenedor-titulo-serv-cons h3{
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
        background-color: transparent;
    }





    .seccion-clientes{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 100px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-titulo-clientes{
        width: 1250px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli .h-uno-c{
        width: 50%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: right;
        padding-right: 10px;
        float: left;
        line-height: 80px;
    }

    .contenedor-titulo-cli .h-dos-c{
        width: 50%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5;
        color: #ffffff;
        text-align: left;
        float: left;
        padding-left: 10px;
    }

    .contenedor-logos-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-logos-clientes img{
        width: 100px;
        height: 100px;
        float: left;
        background-color: transparent;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }

    .contenedor-logos-clientes .logo-h{
        width: 140px;
        height: 70px;
        float: left;
        background-color: transparent;
        margin-left: 0px;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }





    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-contacto{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        float: left;
    }

    .contenedor-form-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-form-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-nombre{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-apellido{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-dato-email{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dato-tel{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-mensaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .titulo-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding-left: 5px;
    }

    .inputDato{
        width: 100%;
        height: 40px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .inputDatoTextA{
        width: 100%;
        height: 160px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 20px;
        margin-top: 5px;
        resize: none;
    }

    .contenedor-btn-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 80px;
    }

    .contenedor-btn-form input[type="submit"]{
        width: 240px;
        height: 60px;
        background-color: #FFC127;
        color: #000000;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-form input[type="submit"]:hover{
        background-color: #000000;
        color: #FFC127;
    }

    .contenedor-mapa-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 160px;
    }

    .contenedor-mapa-contacto iframe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
    }
}






















@media only screen and (max-width: 1380px) {

    .seccion-inicio{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
    }

    .slider{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }
      
    .slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .slide-1{
        background: url('../assets/img-slide-1.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-2{
        background: url('../assets/img-slide-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-3{
        background: url('../assets/img-slide-3.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .slide.current {
        opacity: 1;
    }
    
    .slide .contenedor-info-slides {
        position: absolute;
        bottom: -120px;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        background-color: transparent;
        padding-left: 90px;
        padding-right: 90px;
        opacity: 0;
        
    }
    
    .slide .contenedor-info-slides .titulo-slideb {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: left;
        line-height: 60px;
    }

    .slide .contenedor-info-slides .titulo-slidea {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 76px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #FFC127;
        text-align: left;
        line-height: 90px;
    }
    
    .slide.current .contenedor-info-slides {
        opacity: 1;
        transform: translateX(600px);
        transition: all 0.7s ease-in-out 0.3s;
    }

    .contenedor-botones-nav-slide{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 80px;
        float: left;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contenedor-botones-nav-slide button {
        width: 80px;
        height: 80px;
        background-color: #FFC127;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: none;
        padding: 20px;
    }

    .contenedor-botones-nav-slide button span {
        font-family: 'Montserrat', 'sans-serif';
        font-size: 40px;
        font-weight: 600;
        color: #000000;
        background-color: transparent;
        float: left;
    }
    
    .slide.current .contenedor-info-slides {
        transform: translateY(-160px);
        opacity: 1;
    }







    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-top: 160px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-text-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
    }

    .contenedor-text-nosotros strong{
        color: #FFC127;
        font-weight: 600;
    }

    .contenedor-text-nosotros .linea-nosotros{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-15anosexp{
        margin-top:160px;
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/back_parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 160px;
        padding-top: 160px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-15anosexp .titulo1-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 106px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #FFC127;
        text-align: center;
        line-height: 120px;
    }

    .contenedor-15anosexp .titulo2-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 106px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #ffffff;
        text-align: center;
        line-height: 116px;
        margin-top: 14px;
    }





    .contenedor-general-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        position: relative;
    }

    .contenedor-mision-y{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
    }

    .mision-text1{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mision-text1 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #000000;
        text-align: justify;
        line-height: 34px;
    }

    .mision-text1 strong{
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-mision-parallax{
        width: 100%;
        height: auto;
        background-color: transparent;
        background: url('../assets/back_parallax2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-left: 90px;
        padding-right: 90px;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-text-mision-2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-text-mision-2 img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mision-text2{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .mision-text2 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: justify;
        line-height: 34px;
    }

    .mision-text2 strong{
        color: #FFC127;
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-img-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 90px;
    }

    .contenedor-img-mision img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }






    .seccion-servicios-construccion{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-serv-construccion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-serv-construccion a{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-serv-construccion a figure{
        width: 100%;
        height: 690px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .contenedor-serv-construccion a .c-hospitalaria{
        background: url('../assets/img-construccion-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-serv-construccion a .c-industrial{
        background: url('../assets/img-construccion-i.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-general-info-serv-cons{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-general-info-serv-cons img{
        width: 70px;
        height: 70px;
        background-color: transparent;
    }

    .contenedor-info-serv-cons{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 40px;
    }

    .contenedor-info-serv-cons p{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .contenedor-info-serv-cons ul{
        width: 82%;
        height: auto;
        background-color: transparent;
        list-style: inside;
        list-style-type: disc;
        margin: auto;
    }

    .contenedor-info-serv-cons ul li{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contenedor-serv-construccion a:hover .contenedor-general-info-serv-cons{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-titulo-serv-cons{
        width: 100%;
        height: auto;
        float: left;
        background-color: #FFC127;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .contenedor-titulo-serv-cons h3{
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
        background-color: transparent;
    }





    .seccion-clientes{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 100px;
        display: inline-flex;
        justify-content: center;
        padding-left: 60px;
        padding-right: 60px;
    }

    .contenedor-titulo-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli .h-uno-c{
        width: 50%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: right;
        padding-right: 10px;
        float: left;
        line-height: 80px;
    }

    .contenedor-titulo-cli .h-dos-c{
        width: 50%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5;
        color: #ffffff;
        text-align: left;
        float: left;
        padding-left: 10px;
    }

    .contenedor-logos-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-logos-clientes img{
        width: 100px;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }

    .contenedor-logos-clientes .logo-h{
        width: 140px;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 0px;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }





    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        float: left;
    }

    .contenedor-form-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-form-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-nombre{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-apellido{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-dato-email{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dato-tel{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-mensaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .titulo-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding-left: 5px;
    }

    .inputDato{
        width: 100%;
        height: 40px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .inputDatoTextA{
        width: 100%;
        height: 160px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 20px;
        margin-top: 5px;
        resize: none;
    }

    .contenedor-btn-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 80px;
    }

    .contenedor-btn-form input[type="submit"]{
        width: 240px;
        height: 60px;
        background-color: #FFC127;
        color: #000000;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-form input[type="submit"]:hover{
        background-color: #000000;
        color: #FFC127;
    }

    .contenedor-mapa-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 160px;
    }

    .contenedor-mapa-contacto iframe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
    }
}




















@media only screen and (max-width: 1140px) {

    .seccion-inicio{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
    }

    .slider{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }
      
    .slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .slide-1{
        background: url('../assets/img-slide-1.png');
        background-position: center left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-2{
        background: url('../assets/img-slide-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-3{
        background: url('../assets/img-slide-3.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .slide.current {
        opacity: 1;
    }
    
    .slide .contenedor-info-slides {
        position: absolute;
        bottom: -120px;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        background-color: transparent;
        padding-left: 90px;
        padding-right: 90px;
        opacity: 0;
        
    }
    
    .slide .contenedor-info-slides .titulo-slideb {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 4px;
        color: #ffffff;
        text-align: left;
        line-height: 60px;
    }

    .slide .contenedor-info-slides .titulo-slidea {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 76px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #FFC127;
        text-align: left;
        line-height: 90px;
    }
    
    .slide.current .contenedor-info-slides {
        opacity: 1;
        transform: translateX(600px);
        transition: all 0.7s ease-in-out 0.3s;
    }

    .contenedor-botones-nav-slide{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 80px;
        float: left;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contenedor-botones-nav-slide button {
        width: 80px;
        height: 80px;
        background-color: #FFC127;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: none;
        padding: 20px;
    }

    .contenedor-botones-nav-slide button span {
        font-family: 'Montserrat', 'sans-serif';
        font-size: 40px;
        font-weight: 600;
        color: #000000;
        background-color: transparent;
        float: left;
    }
    
    .slide.current .contenedor-info-slides {
        transform: translateY(-160px);
        opacity: 1;
    }







    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-top: 160px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-text-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
    }

    .contenedor-text-nosotros strong{
        color: #FFC127;
        font-weight: 600;
    }

    .contenedor-text-nosotros .linea-nosotros{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-15anosexp{
        margin-top:160px;
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/back_parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 160px;
        padding-top: 160px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-15anosexp .titulo1-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 106px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #FFC127;
        text-align: center;
        line-height: 120px;
    }

    .contenedor-15anosexp .titulo2-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 106px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #ffffff;
        text-align: center;
        line-height: 116px;
        margin-top: 14px;
    }





    .contenedor-general-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        position: relative;
    }

    .contenedor-mision-y{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
    }

    .mision-text1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mision-text1 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #000000;
        text-align: justify;
        line-height: 34px;
    }

    .mision-text1 strong{
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-mision-parallax{
        width: 100%;
        height: auto;
        background-color: transparent;
        background: url('../assets/back_parallax2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-left: 90px;
        padding-right: 90px;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-text-mision-2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-text-mision-2 img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mision-text2{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .mision-text2 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: justify;
        line-height: 34px;
    }

    .mision-text2 strong{
        color: #FFC127;
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-img-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 90px;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-mision img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }






    .seccion-servicios-construccion{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-serv-construccion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-serv-construccion a{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-serv-construccion a figure{
        width: 100%;
        height: 690px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .contenedor-serv-construccion a .c-hospitalaria{
        background: url('../assets/img-construccion-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-serv-construccion a .c-industrial{
        background: url('../assets/img-construccion-i.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-general-info-serv-cons{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-general-info-serv-cons img{
        width: 70px;
        height: 70px;
        background-color: transparent;
    }

    .contenedor-info-serv-cons{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 40px;
    }

    .contenedor-info-serv-cons p{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .contenedor-info-serv-cons ul{
        width: 82%;
        height: auto;
        background-color: transparent;
        list-style: inside;
        list-style-type: disc;
        margin: auto;
    }

    .contenedor-info-serv-cons ul li{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contenedor-serv-construccion a:hover .contenedor-general-info-serv-cons{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-titulo-serv-cons{
        width: 100%;
        height: auto;
        float: left;
        background-color: #FFC127;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .contenedor-titulo-serv-cons h3{
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
        background-color: transparent;
    }





    .seccion-clientes{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 100px;
        display: inline-flex;
        justify-content: center;
        padding-left: 60px;
        padding-right: 60px;
    }

    .contenedor-titulo-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli .h-uno-c{
        width: 50%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: right;
        padding-right: 10px;
        float: left;
        line-height: 80px;
    }

    .contenedor-titulo-cli .h-dos-c{
        width: 50%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5;
        color: #ffffff;
        text-align: left;
        float: left;
        padding-left: 10px;
    }

    .contenedor-logos-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-logos-clientes img{
        width: 100px;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }

    .contenedor-logos-clientes .logo-h{
        width: 140px;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 0px;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }





    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        float: left;
    }

    .contenedor-form-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-form-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-nombre{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-apellido{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-dato-email{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dato-tel{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-mensaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .titulo-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding-left: 5px;
    }

    .inputDato{
        width: 100%;
        height: 40px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .inputDatoTextA{
        width: 100%;
        height: 160px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 20px;
        margin-top: 5px;
        resize: none;
    }

    .contenedor-btn-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 80px;
    }

    .contenedor-btn-form input[type="submit"]{
        width: 240px;
        height: 60px;
        background-color: #FFC127;
        color: #000000;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-form input[type="submit"]:hover{
        background-color: #000000;
        color: #FFC127;
    }

    .contenedor-mapa-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 160px;
    }

    .contenedor-mapa-contacto iframe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
    }
}


















@media only screen and (max-width: 1040px) {

    .seccion-inicio{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
    }

    .slider{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }
      
    .slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .slide-1{
        background: url('../assets/img-slide-1.png');
        background-position: center left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-2{
        background: url('../assets/img-slide-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-3{
        background: url('../assets/img-slide-3.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .slide.current {
        opacity: 1;
    }
    
    .slide .contenedor-info-slides {
        position: absolute;
        bottom: -120px;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        background-color: transparent;
        padding-left: 90px;
        padding-right: 90px;
        opacity: 0;
        
    }
    
    .slide .contenedor-info-slides .titulo-slideb {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 4px;
        color: #ffffff;
        text-align: left;
        line-height: 60px;
    }

    .slide .contenedor-info-slides .titulo-slidea {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 76px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #FFC127;
        text-align: left;
        line-height: 90px;
    }
    
    .slide.current .contenedor-info-slides {
        opacity: 1;
        transform: translateX(600px);
        transition: all 0.7s ease-in-out 0.3s;
    }

    .contenedor-botones-nav-slide{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 80px;
        float: left;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contenedor-botones-nav-slide button {
        width: 70px;
        height: 70px;
        background-color: #FFC127;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: none;
        padding: 15px;
    }

    .contenedor-botones-nav-slide button span {
        font-family: 'Montserrat', 'sans-serif';
        font-size: 35px;
        font-weight: 600;
        color: #000000;
        background-color: transparent;
        float: left;
    }
    
    .slide.current .contenedor-info-slides {
        transform: translateY(-160px);
        opacity: 1;
    }







    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-top: 160px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-right: 70px;
        padding-left: 70px;
    }

    .contenedor-text-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
    }

    .contenedor-text-nosotros strong{
        color: #FFC127;
        font-weight: 600;
    }

    .contenedor-text-nosotros .linea-nosotros{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-15anosexp{
        margin-top:160px;
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/back_parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 160px;
        padding-top: 160px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-15anosexp .titulo1-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 96px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #FFC127;
        text-align: center;
        line-height: 110px;
    }

    .contenedor-15anosexp .titulo2-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 96px;
        font-weight: 700;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        line-height: 110px;
        margin-top: -5px;
    }





    .contenedor-general-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        position: relative;
    }

    .contenedor-mision-y{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
    }

    .mision-text1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mision-text1 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #000000;
        text-align: center;
        line-height: 34px;
    }

    .mision-text1 strong{
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-mision-parallax{
        width: 100%;
        height: auto;
        background-color: transparent;
        background: url('../assets/back_parallax2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-left: 70px;
        padding-right: 70px;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-text-mision-2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-2 img{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mision-text2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .mision-text2 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 34px;
        margin-top: 45px;
    }

    .mision-text2 strong{
        color: #FFC127;
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-img-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 90px;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-mision img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }






    .seccion-servicios-construccion{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        padding-right: 70px;
        padding-left: 70px;
    }

    .contenedor-serv-construccion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-serv-construccion a{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-serv-construccion a figure{
        width: 100%;
        height: 590px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .contenedor-serv-construccion a .c-hospitalaria{
        background: url('../assets/img-construccion-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-serv-construccion a .c-industrial{
        background: url('../assets/img-construccion-i.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-general-info-serv-cons{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-general-info-serv-cons img{
        width: 70px;
        height: 70px;
        background-color: transparent;
    }

    .contenedor-info-serv-cons{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 40px;
    }

    .contenedor-info-serv-cons p{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .contenedor-info-serv-cons ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        list-style: inside;
        list-style-type: disc;
        margin: auto;
    }

    .contenedor-info-serv-cons ul li{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contenedor-serv-construccion a:hover .contenedor-general-info-serv-cons{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
        display: none;
        visibility: hidden;
    }

    .contenedor-titulo-serv-cons{
        width: 100%;
        height: auto;
        float: left;
        background-color: #FFC127;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .contenedor-titulo-serv-cons h3{
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
        background-color: transparent;
    }





    .seccion-clientes{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 100px;
        display: inline-flex;
        justify-content: center;
        padding-left: 50px;
        padding-right:50px;
    }

    .contenedor-titulo-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli .h-uno-c{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: right;
        padding-right: 10px;
        float: left;
        line-height: 80px;
    }

    .contenedor-titulo-cli .h-dos-c{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5;
        color: #ffffff;
        text-align: left;
        float: left;
        padding-left: 10px;
    }

    .contenedor-logos-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-logos-clientes img{
        width: 100px;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }

    .contenedor-logos-clientes .logo-h{
        width: 140px;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 0px;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }





    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 70px;
        padding-left: 70px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        float: left;
    }

    .contenedor-form-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-form-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-nombre{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-apellido{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-dato-email{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dato-tel{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-mensaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .titulo-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding-left: 5px;
    }

    .inputDato{
        width: 100%;
        height: 40px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .inputDatoTextA{
        width: 100%;
        height: 160px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 20px;
        margin-top: 5px;
        resize: none;
    }

    .contenedor-btn-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 80px;
    }

    .contenedor-btn-form input[type="submit"]{
        width: 240px;
        height: 60px;
        background-color: #FFC127;
        color: #000000;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-form input[type="submit"]:hover{
        background-color: #000000;
        color: #FFC127;
    }

    .contenedor-mapa-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 160px;
    }

    .contenedor-mapa-contacto iframe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
    }
}



















@media only screen and (max-width: 850px) {

    .seccion-inicio{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
    }

    .slider{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }
      
    .slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .slide-1{
        background: url('../assets/img-slide-1.png');
        background-position: center left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-2{
        background: url('../assets/img-slide-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-3{
        background: url('../assets/img-slide-3.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .slide.current {
        opacity: 1;
    }
    
    .slide .contenedor-info-slides {
        position: absolute;
        bottom: -120px;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        background-color: transparent;
        padding-left: 70px;
        padding-right: 70px;
        opacity: 0;
        
    }
    
    .slide .contenedor-info-slides .titulo-slideb {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: left;
        line-height: 55px;
    }

    .slide .contenedor-info-slides .titulo-slidea {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #FFC127;
        text-align: left;
        line-height:80px;
        margin-top: -5px;
    }
    
    .slide.current .contenedor-info-slides {
        opacity: 1;
        transform: translateX(600px);
        transition: all 0.7s ease-in-out 0.3s;
    }

    .contenedor-botones-nav-slide{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 80px;
        float: left;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contenedor-botones-nav-slide button {
        width: 50px;
        height: 50px;
        background-color: #FFC127;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: none;
        padding: 15px;
    }

    .contenedor-botones-nav-slide button span {
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        background-color: transparent;
        float: left;
    }
    
    .slide.current .contenedor-info-slides {
        transform: translateY(-160px);
        opacity: 1;
    }







    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-top: 160px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-right: 50px;
        padding-left: 50px;
    }

    .contenedor-text-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
    }

    .contenedor-text-nosotros strong{
        color: #FFC127;
        font-weight: 600;
    }

    .contenedor-text-nosotros .linea-nosotros{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-15anosexp{
        margin-top:160px;
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/back_parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 160px;
        padding-top: 160px;
        padding-left:50px;
        padding-right: 50px;
    }

    .contenedor-15anosexp .titulo1-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 86px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #FFC127;
        text-align: center;
        line-height: 100px;
    }

    .contenedor-15anosexp .titulo2-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 86px;
        font-weight: 700;
        letter-spacing: -1px;
        color: #ffffff;
        text-align: center;
        line-height: 100px;
        margin-top: -5px;
    }





    .contenedor-general-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        position: relative;
    }

    .contenedor-mision-y{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 50px;
        padding-right: 50px;
    }

    .mision-text1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mision-text1 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #000000;
        text-align: center;
        line-height: 34px;
    }

    .mision-text1 strong{
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-mision-parallax{
        width: 100%;
        height: auto;
        background-color: transparent;
        background: url('../assets/back_parallax2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-left: 50px;
        padding-right: 50px;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-text-mision-2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-2 img{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mision-text2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .mision-text2 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 34px;
        margin-top: 45px;
    }

    .mision-text2 strong{
        color: #FFC127;
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-img-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 90px;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-mision img{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: right;
    }






    .seccion-servicios-construccion{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        padding-right: 50px;
        padding-left: 50px;
    }

    .contenedor-serv-construccion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-serv-construccion a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .segundo-serv-ci{
        margin-top: 90px;
    }

    .contenedor-serv-construccion a figure{
        width: 100%;
        height: 640px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .contenedor-serv-construccion a .c-hospitalaria{
        background: url('../assets/img-construccion-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-serv-construccion a .c-industrial{
        background: url('../assets/img-construccion-i.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-general-info-serv-cons{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-general-info-serv-cons img{
        width: 70px;
        height: 70px;
        background-color: transparent;
    }

    .contenedor-info-serv-cons{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
    }

    .contenedor-info-serv-cons p{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .contenedor-info-serv-cons ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        list-style: inside;
        list-style-type: disc;
        margin: auto;
    }

    .contenedor-info-serv-cons ul li{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contenedor-serv-construccion a:hover .contenedor-general-info-serv-cons{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
        visibility: visible;
    }

    .contenedor-titulo-serv-cons{
        width: 100%;
        height: auto;
        float: left;
        background-color: #FFC127;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .contenedor-titulo-serv-cons h3{
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
        background-color: transparent;
    }

    .contenedor-titulo-serv-cons br{
       display: none;
       visibility: hidden;
    }





    .seccion-clientes{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 100px;
        display: inline-flex;
        justify-content: center;
        padding-left: 30px;
        padding-right:30px;
    }

    .contenedor-titulo-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli .h-uno-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        padding-right: 0px;
        float: left;
        line-height: 80px;
    }

    .contenedor-titulo-cli .h-dos-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5;
        color: #ffffff;
        text-align: center;
        float: left;
        padding-left: 0px;
    }

    .contenedor-logos-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-logos-clientes img{
        width: 100px;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }

    .contenedor-logos-clientes .logo-h{
        width: 140px;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 0px;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }





    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 50px;
        padding-left: 50px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        float: left;
    }

    .contenedor-form-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-form-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-nombre{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-apellido{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-dato-email{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dato-tel{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-mensaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .titulo-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding-left: 5px;
    }

    .inputDato{
        width: 100%;
        height: 40px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .inputDatoTextA{
        width: 100%;
        height: 160px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 20px;
        margin-top: 5px;
        resize: none;
    }

    .contenedor-btn-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 80px;
    }

    .contenedor-btn-form input[type="submit"]{
        width: 240px;
        height: 60px;
        background-color: #FFC127;
        color: #000000;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-form input[type="submit"]:hover{
        background-color: #000000;
        color: #FFC127;
    }

    .contenedor-mapa-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 160px;
    }

    .contenedor-mapa-contacto iframe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
    }
}






















@media only screen and (max-width: 720px) {

    .seccion-inicio{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
    }

    .slider{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }
      
    .slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .slide-1{
        background: url('../assets/img-slide-1.png');
        background-position: center left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-2{
        background: url('../assets/img-slide-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-3{
        background: url('../assets/img-slide-3.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .slide.current {
        opacity: 1;
    }
    
    .slide .contenedor-info-slides {
        position: absolute;
        bottom: -120px;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        background-color: transparent;
        padding-left: 70px;
        padding-right: 70px;
        opacity: 0;
        
    }
    
    .slide .contenedor-info-slides .titulo-slideb {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: left;
        line-height: 55px;
    }

    .slide .contenedor-info-slides .titulo-slidea {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 0px;
        color: #FFC127;
        text-align: left;
        line-height:80px;
        margin-top: -5px;
    }
    
    .slide.current .contenedor-info-slides {
        opacity: 1;
        transform: translateX(600px);
        transition: all 0.7s ease-in-out 0.3s;
    }

    .contenedor-botones-nav-slide{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 80px;
        float: left;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contenedor-botones-nav-slide button {
        width: 50px;
        height: 50px;
        background-color: #FFC127;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: none;
        padding: 15px;
    }

    .contenedor-botones-nav-slide button span {
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        background-color: transparent;
        float: left;
    }
    
    .slide.current .contenedor-info-slides {
        transform: translateY(-160px);
        opacity: 1;
    }







    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-top: 160px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-right: 30px;
        padding-left: 30px;
    }

    .contenedor-text-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
    }

    .contenedor-text-nosotros strong{
        color: #FFC127;
        font-weight: 600;
    }

    .contenedor-text-nosotros .linea-nosotros{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-15anosexp{
        margin-top:160px;
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/back_parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 160px;
        padding-top: 160px;
        padding-left:30px;
        padding-right: 30px;
    }

    .contenedor-15anosexp .titulo1-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 76px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #FFC127;
        text-align: center;
        line-height: 106px;
    }

    .contenedor-15anosexp .titulo2-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 76px;
        font-weight: 700;
        letter-spacing: 0x;
        color: #ffffff;
        text-align: center;
        line-height: 106px;
        margin-top: -10px;
    }





    .contenedor-general-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        position: relative;
    }

    .contenedor-mision-y{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
    }

    .mision-text1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mision-text1 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #000000;
        text-align: center;
        line-height: 34px;
    }

    .mision-text1 strong{
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-mision-parallax{
        width: 100%;
        height: auto;
        background-color: transparent;
        background: url('../assets/back_parallax2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-left: 30px;
        padding-right: 30px;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-text-mision-2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-2 img{
        width: 340px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mision-text2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .mision-text2 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 34px;
        margin-top: 45px;
    }

    .mision-text2 strong{
        color: #FFC127;
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-img-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 90px;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-mision img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }






    .seccion-servicios-construccion{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        padding-right: 30px;
        padding-left: 30px;
    }

    .contenedor-serv-construccion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-serv-construccion a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .segundo-serv-ci{
        margin-top: 90px;
    }

    .contenedor-serv-construccion a figure{
        width: 100%;
        height: 640px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .contenedor-serv-construccion a .c-hospitalaria{
        background: url('../assets/img-construccion-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-serv-construccion a .c-industrial{
        background: url('../assets/img-construccion-i.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-general-info-serv-cons{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-general-info-serv-cons img{
        width: 70px;
        height: 70px;
        background-color: transparent;
    }

    .contenedor-info-serv-cons{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
    }

    .contenedor-info-serv-cons p{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .contenedor-info-serv-cons ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        list-style: inside;
        list-style-type: disc;
        margin: auto;
    }

    .contenedor-info-serv-cons ul li{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contenedor-serv-construccion a:hover .contenedor-general-info-serv-cons{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
        visibility: visible;
    }

    .contenedor-titulo-serv-cons{
        width: 100%;
        height: auto;
        float: left;
        background-color: #FFC127;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .contenedor-titulo-serv-cons h3{
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
        background-color: transparent;
    }

    .contenedor-titulo-serv-cons br{
       display: block;
       visibility: visible;
    }





    .seccion-clientes{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 100px;
        display: inline-flex;
        justify-content: center;
        padding-left: 10px;
        padding-right:10px;
    }

    .contenedor-titulo-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli .h-uno-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        padding-right: 0px;
        float: left;
        line-height: 80px;
    }

    .contenedor-titulo-cli .h-dos-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5;
        color: #ffffff;
        text-align: center;
        float: left;
        padding-left: 0px;
    }

    .contenedor-logos-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-logos-clientes img{
        width: 100px;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }

    .contenedor-logos-clientes .logo-h{
        width: 140px;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 0px;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }





    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 30px;
        padding-left: 30px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing:-2px;
        color: #000000;
        text-align: center;
        float: left;
    }

    .contenedor-form-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-form-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-apellido{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-email{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dato-tel{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-mensaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .titulo-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding-left: 5px;
    }

    .inputDato{
        width: 100%;
        height: 40px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .inputDatoTextA{
        width: 100%;
        height: 160px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 20px;
        margin-top: 5px;
        resize: none;
    }

    .contenedor-btn-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 80px;
    }

    .contenedor-btn-form input[type="submit"]{
        width: 240px;
        height: 60px;
        background-color: #FFC127;
        color: #000000;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-form input[type="submit"]:hover{
        background-color: #000000;
        color: #FFC127;
    }

    .contenedor-mapa-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 160px;
    }

    .contenedor-mapa-contacto iframe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
    }
}


















@media only screen and (max-width: 620px) {

    .seccion-inicio{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
    }

    .slider{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }
      
    .slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .slide-1{
        background: url('../assets/img-slide-1.png');
        background-position: center left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-2{
        background: url('../assets/img-slide-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-3{
        background: url('../assets/img-slide-3.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .slide.current {
        opacity: 1;
    }
    
    .slide .contenedor-info-slides {
        position: absolute;
        bottom: -120px;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        background-color: transparent;
        padding-left: 70px;
        padding-right: 70px;
        opacity: 0;
        
    }
    
    .slide .contenedor-info-slides .titulo-slideb {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 34px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: left;
        line-height: 50px;
    }

    .slide .contenedor-info-slides .titulo-slidea {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 0px;
        color: #FFC127;
        text-align: left;
        line-height:70px;
        margin-top: -5px;
    }
    
    .slide.current .contenedor-info-slides {
        opacity: 1;
        transform: translateX(600px);
        transition: all 0.7s ease-in-out 0.3s;
    }

    .contenedor-botones-nav-slide{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 80px;
        float: left;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contenedor-botones-nav-slide button {
        width: 50px;
        height: 50px;
        background-color: #FFC127;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: none;
        padding: 15px;
    }

    .contenedor-botones-nav-slide button span {
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        background-color: transparent;
        float: left;
    }
    
    .slide.current .contenedor-info-slides {
        transform: translateY(-160px);
        opacity: 1;
    }







    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-top: 160px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-right: 30px;
        padding-left: 30px;
    }

    .contenedor-text-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
    }

    .contenedor-text-nosotros strong{
        color: #FFC127;
        font-weight: 600;
    }

    .contenedor-text-nosotros .linea-nosotros{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-15anosexp{
        margin-top:160px;
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/back_parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 160px;
        padding-top: 160px;
        padding-left:30px;
        padding-right: 30px;
    }

    .contenedor-15anosexp .titulo1-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 0px;
        color: #FFC127;
        text-align: center;
        line-height: 85px;
    }

    .contenedor-15anosexp .titulo2-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        line-height: 90px;
        margin-top: 0px;
    }





    .contenedor-general-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        position: relative;
    }

    .contenedor-mision-y{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
    }

    .mision-text1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mision-text1 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #000000;
        text-align: center;
        line-height: 34px;
    }

    .mision-text1 strong{
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-mision-parallax{
        width: 100%;
        height: auto;
        background-color: transparent;
        background: url('../assets/back_parallax2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-left: 30px;
        padding-right: 30px;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-text-mision-2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-2 img{
        width: 340px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mision-text2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .mision-text2 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 34px;
        margin-top: 45px;
    }

    .mision-text2 strong{
        color: #FFC127;
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-img-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 90px;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-mision img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }






    .seccion-servicios-construccion{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        padding-right: 30px;
        padding-left: 30px;
    }

    .contenedor-serv-construccion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-serv-construccion a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .segundo-serv-ci{
        margin-top: 90px;
    }

    .contenedor-serv-construccion a figure{
        width: 100%;
        height: 640px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .contenedor-serv-construccion a .c-hospitalaria{
        background: url('../assets/img-construccion-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-serv-construccion a .c-industrial{
        background: url('../assets/img-construccion-i.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-general-info-serv-cons{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-general-info-serv-cons img{
        width: 70px;
        height: 70px;
        background-color: transparent;
    }

    .contenedor-info-serv-cons{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
    }

    .contenedor-info-serv-cons p{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .contenedor-info-serv-cons ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        list-style: inside;
        list-style-type: disc;
        margin: auto;
    }

    .contenedor-info-serv-cons ul li{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contenedor-serv-construccion a:hover .contenedor-general-info-serv-cons{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
        visibility: visible;
    }

    .contenedor-titulo-serv-cons{
        width: 100%;
        height: auto;
        float: left;
        background-color: #FFC127;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .contenedor-titulo-serv-cons h3{
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
        background-color: transparent;
    }

    .contenedor-titulo-serv-cons br{
       display: block;
       visibility: visible;
    }





    .seccion-clientes{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 100px;
        display: inline-flex;
        justify-content: center;
        padding-left: 10px;
        padding-right:10px;
    }

    .contenedor-titulo-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli .h-uno-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        padding-right: 0px;
        float: left;
        line-height: 80px;
    }

    .contenedor-titulo-cli .h-dos-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5;
        color: #ffffff;
        text-align: center;
        float: left;
        padding-left: 0px;
    }


    .contenedor-logos-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-logos-clientes img{
        width: 25%;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }

    .contenedor-logos-clientes .logo-h{
        width: 35%;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 0px;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }





    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 30px;
        padding-left: 30px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        float: left;
    }

    .contenedor-form-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-form-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-apellido{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-email{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dato-tel{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-mensaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .titulo-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding-left: 5px;
    }

    .inputDato{
        width: 100%;
        height: 40px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .inputDatoTextA{
        width: 100%;
        height: 160px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 20px;
        margin-top: 5px;
        resize: none;
    }

    .contenedor-btn-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 80px;
    }

    .contenedor-btn-form input[type="submit"]{
        width: 240px;
        height: 60px;
        background-color: #FFC127;
        color: #000000;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-form input[type="submit"]:hover{
        background-color: #000000;
        color: #FFC127;
    }

    .contenedor-mapa-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 160px;
    }

    .contenedor-mapa-contacto iframe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
    }
}


















@media only screen and (max-width: 570px) {

    .seccion-inicio{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
    }

    .slider{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }
      
    .slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .slide-1{
        background: url('../assets/img-slide-1.png');
        background-position: center left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-2{
        background: url('../assets/img-slide-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-3{
        background: url('../assets/img-slide-3.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .slide.current {
        opacity: 1;
    }
    
    .slide .contenedor-info-slides {
        position: absolute;
        bottom: -120px;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        background-color: transparent;
        padding-left: 50px;
        padding-right: 50px;
        opacity: 0;
        
    }
    
    .slide .contenedor-info-slides .titulo-slideb {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 34px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: left;
        line-height: 50px;
    }

    .slide .contenedor-info-slides .titulo-slidea {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: -4px;
        color: #FFC127;
        text-align: left;
        line-height:60px;
        margin-top: -5px;
    }
    
    .slide.current .contenedor-info-slides {
        opacity: 1;
        transform: translateX(600px);
        transition: all 0.7s ease-in-out 0.3s;
    }

    .contenedor-botones-nav-slide{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 80px;
        float: left;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contenedor-botones-nav-slide button {
        width: 50px;
        height: 50px;
        background-color: #FFC127;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: none;
        padding: 15px;
    }

    .contenedor-botones-nav-slide button span {
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        background-color: transparent;
        float: left;
    }
    
    .slide.current .contenedor-info-slides {
        transform: translateY(-160px);
        opacity: 1;
    }







    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-top: 160px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-text-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
    }

    .contenedor-text-nosotros strong{
        color: #FFC127;
        font-weight: 600;
    }

    .contenedor-text-nosotros .linea-nosotros{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-15anosexp{
        margin-top:160px;
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/back_parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 160px;
        padding-top: 160px;
        padding-left:20px;
        padding-right: 20px;
    }

    .contenedor-15anosexp .titulo1-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing:-1px;
        color: #FFC127;
        text-align: center;
        line-height: 76px;
    }

    .contenedor-15anosexp .titulo2-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        line-height: 76px;
        margin-top: -0px;
    }





    .contenedor-general-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        position: relative;
    }

    .contenedor-mision-y{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mision-text1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mision-text1 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #000000;
        text-align: center;
        line-height: 34px;
    }

    .mision-text1 strong{
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-mision-parallax{
        width: 100%;
        height: auto;
        background-color: transparent;
        background: url('../assets/back_parallax2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-text-mision-2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-2 img{
        width: 340px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mision-text2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .mision-text2 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 34px;
        margin-top: 45px;
    }

    .mision-text2 strong{
        color: #FFC127;
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-img-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 90px;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-mision img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }






    .seccion-servicios-construccion{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-serv-construccion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-serv-construccion a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .segundo-serv-ci{
        margin-top: 90px;
    }

    .contenedor-serv-construccion a figure{
        width: 100%;
        height: 610px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .contenedor-serv-construccion a .c-hospitalaria{
        background: url('../assets/img-construccion-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-serv-construccion a .c-industrial{
        background: url('../assets/img-construccion-i.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-general-info-serv-cons{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-general-info-serv-cons img{
        width: 70px;
        height: 70px;
        background-color: transparent;
    }

    .contenedor-info-serv-cons{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
    }

    .contenedor-info-serv-cons p{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .contenedor-info-serv-cons ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        list-style: inside;
        list-style-type: disc;
        margin: auto;
    }

    .contenedor-info-serv-cons ul li{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contenedor-serv-construccion a:hover .contenedor-general-info-serv-cons{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
        visibility: visible;
    }

    .contenedor-titulo-serv-cons{
        width: 100%;
        height: auto;
        float: left;
        background-color: #FFC127;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .contenedor-titulo-serv-cons h3{
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
        background-color: transparent;
    }

    .contenedor-titulo-serv-cons br{
       display: block;
       visibility: visible;
    }





    .seccion-clientes{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 100px;
        display: inline-flex;
        justify-content: center;
        padding-left: 0px;
        padding-right:0px;
    }

    .contenedor-titulo-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli .h-uno-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        padding-right: 0px;
        float: left;
        line-height: 80px;
    }

    .contenedor-titulo-cli .h-dos-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5;
        color: #ffffff;
        text-align: center;
        float: left;
        padding-left: 0px;
    }

    .contenedor-logos-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-logos-clientes img{
        width: 25%;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }

    .contenedor-logos-clientes .logo-h{
        width: 35%;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 0px;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }





    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: -4px;
        color: #000000;
        text-align: center;
        float: left;
    }

    .contenedor-form-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-form-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-apellido{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-email{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dato-tel{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-mensaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .titulo-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding-left: 5px;
    }

    .inputDato{
        width: 100%;
        height: 40px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .inputDatoTextA{
        width: 100%;
        height: 160px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 20px;
        margin-top: 5px;
        resize: none;
    }

    .contenedor-btn-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 80px;
    }

    .contenedor-btn-form input[type="submit"]{
        width: 240px;
        height: 60px;
        background-color: #FFC127;
        color: #000000;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-form input[type="submit"]:hover{
        background-color: #000000;
        color: #FFC127;
    }

    .contenedor-mapa-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 160px;
    }

    .contenedor-mapa-contacto iframe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
    }
}


















@media only screen and (max-width: 470px) {

    .seccion-inicio{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
    }

    .slider{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }
      
    .slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .slide-1{
        background: url('../assets/img-slide-1.png');
        background-position: 20% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-2{
        background: url('../assets/img-slide-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-3{
        background: url('../assets/img-slide-3.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .slide.current {
        opacity: 1;
    }
    
    .slide .contenedor-info-slides {
        position: absolute;
        bottom: -120px;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        background-color: transparent;
        padding-left: 20px;
        padding-right: 20px;
        opacity: 0;
        
    }
    
    .slide .contenedor-info-slides .titulo-slideb {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: left;
        line-height: 50px;
    }

    .slide .contenedor-info-slides .titulo-slidea {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: -0px;
        color: #FFC127;
        text-align: left;
        line-height:60px;
        margin-top: -5px;
    }
    
    .slide.current .contenedor-info-slides {
        opacity: 1;
        transform: translateX(600px);
        transition: all 0.7s ease-in-out 0.3s;
    }

    .contenedor-botones-nav-slide{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 80px;
        float: left;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contenedor-botones-nav-slide button {
        width: 50px;
        height: 50px;
        background-color: #FFC127;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: none;
        padding: 15px;
    }

    .contenedor-botones-nav-slide button span {
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        background-color: transparent;
        float: left;
    }
    
    .slide.current .contenedor-info-slides {
        transform: translateY(-160px);
        opacity: 1;
    }







    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-top: 160px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-text-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
    }

    .contenedor-text-nosotros strong{
        color: #FFC127;
        font-weight: 600;
    }

    .contenedor-text-nosotros .linea-nosotros{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-15anosexp{
        margin-top:160px;
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/back_parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 160px;
        padding-top: 160px;
        padding-left:20px;
        padding-right: 20px;
    }

    .contenedor-15anosexp .titulo1-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 0px;
        color: #FFC127;
        text-align: center;
        line-height: 66px;
    }

    .contenedor-15anosexp .titulo2-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        line-height: 66px;
        margin-top: 5px;
    }





    .contenedor-general-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        position: relative;
    }

    .contenedor-mision-y{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mision-text1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mision-text1 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #000000;
        text-align: center;
        line-height: 34px;
    }

    .mision-text1 strong{
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-mision-parallax{
        width: 100%;
        height: auto;
        background-color: transparent;
        background: url('../assets/back_parallax2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-text-mision-2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-2 img{
        width: 260px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mision-text2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .mision-text2 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 34px;
        margin-top: 45px;
    }

    .mision-text2 strong{
        color: #FFC127;
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-img-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 90px;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-mision img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }






    .seccion-servicios-construccion{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-serv-construccion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-serv-construccion a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .segundo-serv-ci{
        margin-top: 90px;
    }

    .contenedor-serv-construccion a figure{
        width: 100%;
        height: 400px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .contenedor-serv-construccion a .c-hospitalaria{
        background: url('../assets/img-construccion-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-serv-construccion a .c-industrial{
        background: url('../assets/img-construccion-i.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-general-info-serv-cons{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-general-info-serv-cons img{
        width: 70px;
        height: 70px;
        background-color: transparent;
    }

    .contenedor-info-serv-cons{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
    }

    .contenedor-info-serv-cons p{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .contenedor-info-serv-cons ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        list-style: inside;
        list-style-type: disc;
        margin: auto;
    }

    .contenedor-info-serv-cons ul li{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contenedor-serv-construccion a:hover .contenedor-general-info-serv-cons{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: none;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
        visibility: hidden;
    }

    .contenedor-titulo-serv-cons{
        width: 100%;
        height: auto;
        float: left;
        background-color: #FFC127;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .contenedor-titulo-serv-cons h3{
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
        background-color: transparent;
    }

    .contenedor-titulo-serv-cons br{
       display: block;
       visibility: visible;
    }





    .seccion-clientes{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 100px;
        display: inline-flex;
        justify-content: center;
        padding-left: 0px;
        padding-right:0px;
    }

    .contenedor-titulo-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli .h-uno-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        padding-right: 0px;
        float: left;
        line-height: 80px;
    }

    .contenedor-titulo-cli .h-dos-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 1.5;
        color: #ffffff;
        text-align: center;
        float: left;
        padding-left: 0px;
    }

    .contenedor-logos-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-logos-clientes img{
        width: 25%;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }

    .contenedor-logos-clientes .logo-h{
        width: 35%;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 0px;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }





    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #000000;
        text-align: center;
        float: left;
    }

    .contenedor-form-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-form-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-apellido{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-email{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dato-tel{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-mensaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .titulo-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding-left: 5px;
    }

    .inputDato{
        width: 100%;
        height: 40px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .inputDatoTextA{
        width: 100%;
        height: 160px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 20px;
        margin-top: 5px;
        resize: none;
    }

    .contenedor-btn-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 80px;
    }

    .contenedor-btn-form input[type="submit"]{
        width: 240px;
        height: 60px;
        background-color: #FFC127;
        color: #000000;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-form input[type="submit"]:hover{
        background-color: #000000;
        color: #FFC127;
    }

    .contenedor-mapa-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 160px;
    }

    .contenedor-mapa-contacto iframe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
    }
}


















@media only screen and (max-width: 400px) {

    .seccion-inicio{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
    }

    .slider{
        width: 100%;
        float: left;
        height: 100vh;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }
      
    .slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .slide-1{
        background: url('../assets/img-slide-1.png');
        background-position: 20% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-2{
        background: url('../assets/img-slide-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide-3{
        background: url('../assets/img-slide-3.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .slide.current {
        opacity: 1;
    }
    
    .slide .contenedor-info-slides {
        position: absolute;
        bottom: -120px;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        background-color: transparent;
        padding-left: 10px;
        padding-right: 10px;
        opacity: 0;
        
    }
    
    .slide .contenedor-info-slides .titulo-slideb {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: left;
        line-height: 34px;
    }

    .slide .contenedor-info-slides .titulo-slidea {
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing: .5px;
        color: #FFC127;
        text-align: left;
        line-height:50px;
        margin-top: 0px;
    }
    
    .slide.current .contenedor-info-slides {
        opacity: 1;
        transform: translateX(600px);
        transition: all 0.7s ease-in-out 0.3s;
    }

    .contenedor-botones-nav-slide{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 80px;
        float: left;
        background-color: transparent;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contenedor-botones-nav-slide button {
        width: 50px;
        height: 50px;
        background-color: #FFC127;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: none;
        padding: 15px;
    }

    .contenedor-botones-nav-slide button span {
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        background-color: transparent;
        float: left;
    }
    
    .slide.current .contenedor-info-slides {
        transform: translateY(-160px);
        opacity: 1;
    }







    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        float: left;
        padding-top: 160px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contenedor-text-nosotros{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-right: 10px;
        padding-left: 10px;
    }

    .contenedor-text-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
    }

    .contenedor-text-nosotros strong{
        color: #FFC127;
        font-weight: 600;
    }

    .contenedor-text-nosotros .linea-nosotros{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-15anosexp{
        margin-top:160px;
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/back_parallax.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 160px;
        padding-top: 160px;
        padding-left:10px;
        padding-right: 10px;
    }

    .contenedor-15anosexp .titulo1-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing: .5px;
        color: #FFC127;
        text-align: center;
        line-height: 50px;
    }

    .contenedor-15anosexp .titulo2-exp{
        background-color: transparent;
        float: left;
        width: 100%;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing: .5px;
        color: #ffffff;
        text-align: center;
        line-height: 50px;
        margin-top: -0px;
    }





    .contenedor-general-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        position: relative;
    }

    .contenedor-mision-y{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mision-text1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mision-text1 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #000000;
        text-align: center;
        line-height: 34px;
    }

    .mision-text1 strong{
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-mision-parallax{
        width: 100%;
        height: auto;
        background-color: transparent;
        background: url('../assets/back_parallax2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-text-mision-2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-text-mision-2 img{
        width: 260px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mision-text2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .mision-text2 p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 34px;
        margin-top: 45px;
    }

    .mision-text2 strong{
        color: #FFC127;
        background-color: transparent;
        font-weight: 600;
    }

    .contenedor-img-mision{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 130px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 90px;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-mision img{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: right;
    }






    .seccion-servicios-construccion{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .contenedor-serv-construccion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-serv-construccion a{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .segundo-serv-ci{
        margin-top: 90px;
    }

    .contenedor-serv-construccion a figure{
        width: 100%;
        height: 400px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .contenedor-serv-construccion a .c-hospitalaria{
        background: url('../assets/img-construccion-h.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-serv-construccion a .c-industrial{
        background: url('../assets/img-construccion-i.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-general-info-serv-cons{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
    }

    .contenedor-general-info-serv-cons img{
        width: 70px;
        height: 70px;
        background-color: transparent;
    }

    .contenedor-info-serv-cons{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
    }

    .contenedor-info-serv-cons p{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        letter-spacing:1px;
        color: #ffffff;
        text-align: center;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .contenedor-info-serv-cons ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        list-style: inside;
        list-style-type: disc;
        margin: auto;
    }

    .contenedor-info-serv-cons ul li{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing:1px;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contenedor-serv-construccion a:hover .contenedor-general-info-serv-cons{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        display: none;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        transition: top ease .2s;
        -webkit-transition: top ease .2s;
        -moz-transition: top ease .2s;
        -o-transition: top ease .2s;
        visibility: hidden;
    }

    .contenedor-titulo-serv-cons{
        width: 100%;
        height: auto;
        float: left;
        background-color: #FFC127;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .contenedor-titulo-serv-cons h3{
        font-family: 'Montserrat', 'sans-serif';
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        line-height: 40px;
        background-color: transparent;
    }

    .contenedor-titulo-serv-cons br{
       display: block;
       visibility: visible;
    }





    .seccion-clientes{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 100px;
        display: inline-flex;
        justify-content: center;
        padding-left: 0px;
        padding-right:0px;
    }

    .contenedor-titulo-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-cli .h-uno-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: center;
        padding-right: 0px;
        float: left;
        line-height: 50px;
    }

    .contenedor-titulo-cli .h-dos-c{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 1.5;
        color: #ffffff;
        text-align: center;
        float: left;
        padding-left: 0px;
    }

    .contenedor-logos-clientes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-logos-clientes img{
        width: 18%;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }

    .contenedor-logos-clientes .logo-h{
        width: 30%;
        height: auto;
        float: left;
        background-color: transparent;
        margin-left: 0px;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }





    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 160px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing: -2px;
        color: #000000;
        text-align: center;
        float: left;
    }

    .contenedor-form-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-form-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-nombre{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-dato-apellido{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-email{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dato-tel{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-dato-mensaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .titulo-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding-left: 5px;
    }

    .inputDato{
        width: 100%;
        height: 40px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .inputDatoTextA{
        width: 100%;
        height: 160px;
        float: left;
        background-color: white;
        border: solid 1px #bdbdbd;
        outline: none;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 20px;
        margin-top: 5px;
        resize: none;
    }

    .contenedor-btn-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 80px;
    }

    .contenedor-btn-form input[type="submit"]{
        width: 240px;
        height: 60px;
        background-color: #FFC127;
        color: #000000;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-form input[type="submit"]:hover{
        background-color: #000000;
        color: #FFC127;
    }

    .contenedor-mapa-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 160px;
    }

    .contenedor-mapa-contacto iframe{
        width: 100%;
        height: 350px;
        background-color: transparent;
        float: left;
    }
}