@media only screen and (max-width: 3600px) {
    
    .seccion-cosnstruccion-i{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-cosnstruccion-i figure{
       width: 100%;
       height: 400px;
       background-color: transparent;
       float: left;
       position: relative;
       background: url('../assets/img-portada-ci.png');
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       margin-top: 100px;
    }

    .contenedor-titulo-construccion-i{
        width: 100%;
        height: 200px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-titulo-construccion-i .h-uno{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: center;
        line-height: 80px;
    }

    .contenedor-titulo-construccion-i .h-dos{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        line-height: 80px;
    }

    .contenedor-general-info-construccion-i{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-ci1{
        width: 1200px;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .contenedor-info-ci1 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-info-ci1 .linea-construccion-i{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-remodelado{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-remodelado{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-img-remodelado{
        width: 46%;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
        float: left;
    }
    
    .titulo-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-remodelado .h-sub-uno{
        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: left;
        float: left;
        line-height: 80px;
    }

    .titulo-remodelado .h-sub-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: left;
        float: left;
        line-height: 80px;
    }

    .contenedor-info-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-info-reetp ul{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-info-reetp ul li{
        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: left;
        line-height: 34px;
        list-style-position: inside;
        margin-bottom: 20px;
    }

    .contenedor-info-reetp 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;
        margin-top: 40px;
    }

    .contenedor-galeria-reetp{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-galeria-reetp .contenedor-fig{
        width: 48%;
        height: 250px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 0px;
    }


    .contenedor-galeria-reetp .img-gali1{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali2{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali3{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali4{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali5{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali6{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    

    





    .contenedor-general-info-np-remod{
        width: 100%;
        float: left;
        height: auto;
        background-color: #ffffff;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../assets/parallax-secc-ci.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-info-np-remod{
        width: 1200px;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-remod .h-remod1{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: right;
        padding-right: 7px;
        display: block;
    }
    
    .contenedor-titulo-remod .h-remod2{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: left;
        padding-left: 7px;
        display: block;
    }

    .contenedor-info-remod 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: 80px;
    }

    .contenedor-info-remod strong{
        color: #FFC127;
        font-weight: 600;
        background-color: transparent;
    }

    .contenedor-general-galeria-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: relative;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .img-gal-remod{
        width: 22.5%;
        height: 250px;
        float: left;
        background-color: transparent;
        margin-bottom: 40px;
    }

    .img-gal-remod1{
        background: url('../assets/imgs-galeria-coni/img-gal-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod2{
        background: url('../assets/imgs-galeria-coni/img-gal-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod3{
        background: url('../assets/imgs-galeria-coni/img-gal-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod4{
        background: url('../assets/imgs-galeria-coni/img-gal-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod5{
        background: url('../assets/imgs-galeria-coni/img-gal-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod6{
        background: url('../assets/imgs-galeria-coni/img-gal-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod7{
        background: url('../assets/imgs-galeria-coni/img-gal-7.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod8{
        background: url('../assets/imgs-galeria-coni/img-gal-8.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod9{
        background: url('../assets/imgs-galeria-coni/img-gal-9.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod10{
        background: url('../assets/imgs-galeria-coni/img-gal-10.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod11{
        background: url('../assets/imgs-galeria-coni/img-gal-11.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod12{
        background: url('../assets/imgs-galeria-coni/img-gal-12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }
}

















@media only screen and (max-width: 1380px) {
    
    .seccion-cosnstruccion-i{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-cosnstruccion-i figure{
       width: 100%;
       height: 400px;
       background-color: transparent;
       float: left;
       position: relative;
       background: url('../assets/img-portada-ci.png');
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       margin-top: 100px;
    }

    .contenedor-titulo-construccion-i{
        width: 100%;
        height: 200px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-construccion-i .h-uno{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: center;
        line-height: 80px;
    }

    .contenedor-titulo-construccion-i .h-dos{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        line-height: 80px;
    }

    .contenedor-general-info-construccion-i{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-ci1{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-info-ci1 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-info-ci1 .linea-construccion-i{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-remodelado{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-info-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-img-remodelado{
        width: 46%;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
        float: left;
    }
    
    .titulo-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-remodelado .h-sub-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: .5px;
        color: #000000;
        text-align: left;
        float: left;
        line-height: 80px;
    }

    .titulo-remodelado .h-sub-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: left;
        float: left;
        line-height: 80px;
    }

    .contenedor-info-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-info-reetp ul{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-info-reetp ul li{
        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: left;
        line-height: 34px;
        list-style-position: inside;
        margin-bottom: 20px;
    }

    .contenedor-info-reetp 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;
        margin-top: 40px;
    }

    .contenedor-galeria-reetp{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-galeria-reetp .contenedor-fig{
        width: 48%;
        height: 250px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 0px;
    }


    .contenedor-galeria-reetp .img-gali1{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali2{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali3{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali4{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali5{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali6{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    

    





    .contenedor-general-info-np-remod{
        width: 100%;
        float: left;
        height: auto;
        background-color: #ffffff;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../assets/parallax-secc-ci.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-info-np-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-remod .h-remod1{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: right;
        padding-right: 7px;
        display: block;
    }
    
    .contenedor-titulo-remod .h-remod2{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: left;
        padding-left: 7px;
        display: block;
    }

    .contenedor-info-remod 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: 80px;
    }

    .contenedor-info-remod strong{
        color: #FFC127;
        font-weight: 600;
        background-color: transparent;
    }

    .contenedor-general-galeria-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: relative;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .img-gal-remod{
        width: 22.5%;
        height: 250px;
        float: left;
        background-color: transparent;
        margin-bottom: 40px;
    }

    .img-gal-remod1{
        background: url('../assets/imgs-galeria-coni/img-gal-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod2{
        background: url('../assets/imgs-galeria-coni/img-gal-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod3{
        background: url('../assets/imgs-galeria-coni/img-gal-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod4{
        background: url('../assets/imgs-galeria-coni/img-gal-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod5{
        background: url('../assets/imgs-galeria-coni/img-gal-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod6{
        background: url('../assets/imgs-galeria-coni/img-gal-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod7{
        background: url('../assets/imgs-galeria-coni/img-gal-7.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod8{
        background: url('../assets/imgs-galeria-coni/img-gal-8.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod9{
        background: url('../assets/imgs-galeria-coni/img-gal-9.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod10{
        background: url('../assets/imgs-galeria-coni/img-gal-10.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod11{
        background: url('../assets/imgs-galeria-coni/img-gal-11.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod12{
        background: url('../assets/imgs-galeria-coni/img-gal-12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }
}




















@media only screen and (max-width: 1140px) {
    
    .seccion-cosnstruccion-i{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-cosnstruccion-i figure{
       width: 100%;
       height: 400px;
       background-color: transparent;
       float: left;
       position: relative;
       background: url('../assets/img-portada-ci.png');
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       margin-top: 100px;
    }

    .contenedor-titulo-construccion-i{
        width: 100%;
        height: 200px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-construccion-i .h-uno{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: center;
        line-height: 80px;
    }

    .contenedor-titulo-construccion-i .h-dos{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        line-height: 80px;
    }

    .contenedor-general-info-construccion-i{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-ci1{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-info-ci1 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-info-ci1 .linea-construccion-i{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-remodelado{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-info-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-img-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
        float: left;
    }
    
    .titulo-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-remodelado .h-sub-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #000000;
        text-align: left;
        float: left;
        line-height: 80px;
    }

    .titulo-remodelado .h-sub-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: left;
        float: left;
        line-height: 80px;
        margin-top: 10px;
    }

    .contenedor-info-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-info-reetp ul{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-info-reetp ul li{
        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: left;
        line-height: 34px;
        list-style-position: inside;
        margin-bottom: 20px;
    }

    .contenedor-info-reetp 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;
        margin-top: 40px;
    }

    .contenedor-galeria-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-galeria-reetp .contenedor-fig{
        width: 30%;
        height: 250px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        margin-top:0px;
        margin-bottom: 40px;
    }


    .contenedor-galeria-reetp .img-gali1{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali2{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali3{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali4{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali5{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali6{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    

    





    .contenedor-general-info-np-remod{
        width: 100%;
        float: left;
        height: auto;
        background-color: #ffffff;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../assets/parallax-secc-ci.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-info-np-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-remod .h-remod1{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: right;
        padding-right: 7px;
        display: block;
    }
    
    .contenedor-titulo-remod .h-remod2{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: left;
        padding-left: 7px;
        display: block;
    }

    .contenedor-info-remod 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: 80px;
    }

    .contenedor-info-remod strong{
        color: #FFC127;
        font-weight: 600;
        background-color: transparent;
    }

    .contenedor-general-galeria-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: relative;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .img-gal-remod{
        width: 30%;
        height: 250px;
        float: left;
        background-color: transparent;
        margin-bottom: 40px;
    }

    .img-gal-remod1{
        background: url('../assets/imgs-galeria-coni/img-gal-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod2{
        background: url('../assets/imgs-galeria-coni/img-gal-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod3{
        background: url('../assets/imgs-galeria-coni/img-gal-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod4{
        background: url('../assets/imgs-galeria-coni/img-gal-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod5{
        background: url('../assets/imgs-galeria-coni/img-gal-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod6{
        background: url('../assets/imgs-galeria-coni/img-gal-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod7{
        background: url('../assets/imgs-galeria-coni/img-gal-7.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod8{
        background: url('../assets/imgs-galeria-coni/img-gal-8.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod9{
        background: url('../assets/imgs-galeria-coni/img-gal-9.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod10{
        background: url('../assets/imgs-galeria-coni/img-gal-10.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod11{
        background: url('../assets/imgs-galeria-coni/img-gal-11.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod12{
        background: url('../assets/imgs-galeria-coni/img-gal-12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }
}


















@media only screen and (max-width: 1040px) {
    
    .seccion-cosnstruccion-i{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-cosnstruccion-i figure{
       width: 100%;
       height: 400px;
       background-color: transparent;
       float: left;
       position: relative;
       background: url('../assets/img-portada-ci.png');
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       margin-top: 100px;
    }

    .contenedor-titulo-construccion-i{
        width: 100%;
        height: 140px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-titulo-construccion-i .h-uno{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #FFC127;
        text-align: center;
        line-height: 80px;
    }

    .contenedor-titulo-construccion-i .h-dos{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        line-height: 80px;
        margin-top: -30px;
    }

    .contenedor-general-info-construccion-i{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-ci1{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-right: 70px;
        padding-left: 70px;
    }

    .contenedor-info-ci1 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-info-ci1 .linea-construccion-i{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-remodelado{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-info-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-img-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
        float: left;
    }
    
    .titulo-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-remodelado .h-sub-uno{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: .5px;
        color: #000000;
        text-align: left;
        float: left;
        line-height: 80px;
    }

    .titulo-remodelado .h-sub-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: left;
        float: left;
        line-height: 80px;
        margin-top: 0px;
    }

    .contenedor-info-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-info-reetp ul{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-info-reetp ul li{
        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: left;
        line-height: 34px;
        list-style-position: inside;
        margin-bottom: 20px;
    }

    .contenedor-info-reetp 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;
        margin-top: 40px;
    }

    .contenedor-galeria-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-galeria-reetp .contenedor-fig{
        width: 30%;
        height: 250px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        margin-top:0px;
        margin-bottom: 40px;
    }


    .contenedor-galeria-reetp .img-gali1{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali2{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali3{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali4{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali5{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali6{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    

    





    .contenedor-general-info-np-remod{
        width: 100%;
        float: left;
        height: auto;
        background-color: #ffffff;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../assets/parallax-secc-ci.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-info-np-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-remod .h-remod1{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: right;
        padding-right: 7px;
        display: block;
    }
    
    .contenedor-titulo-remod .h-remod2{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: left;
        padding-left: 7px;
        display: block;
    }

    .contenedor-info-remod 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: 80px;
    }

    .contenedor-info-remod strong{
        color: #FFC127;
        font-weight: 600;
        background-color: transparent;
    }

    .contenedor-general-galeria-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: relative;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .img-gal-remod{
        width: 30%;
        height: 250px;
        float: left;
        background-color: transparent;
        margin-bottom: 40px;
    }

    .img-gal-remod1{
        background: url('../assets/imgs-galeria-coni/img-gal-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod2{
        background: url('../assets/imgs-galeria-coni/img-gal-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod3{
        background: url('../assets/imgs-galeria-coni/img-gal-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod4{
        background: url('../assets/imgs-galeria-coni/img-gal-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod5{
        background: url('../assets/imgs-galeria-coni/img-gal-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod6{
        background: url('../assets/imgs-galeria-coni/img-gal-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod7{
        background: url('../assets/imgs-galeria-coni/img-gal-7.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod8{
        background: url('../assets/imgs-galeria-coni/img-gal-8.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod9{
        background: url('../assets/imgs-galeria-coni/img-gal-9.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod10{
        background: url('../assets/imgs-galeria-coni/img-gal-10.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod11{
        background: url('../assets/imgs-galeria-coni/img-gal-11.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod12{
        background: url('../assets/imgs-galeria-coni/img-gal-12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }
}


















@media only screen and (max-width: 850px) {
    
    .seccion-cosnstruccion-i{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-cosnstruccion-i figure{
       width: 100%;
       height: 400px;
       background-color: transparent;
       float: left;
       position: relative;
       background: url('../assets/img-portada-ci.png');
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       margin-top: 100px;
    }

    .contenedor-titulo-construccion-i{
        width: 100%;
        height: 130px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-titulo-construccion-i .h-uno{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #FFC127;
        text-align: center;
        line-height: 80px;
    }

    .contenedor-titulo-construccion-i .h-dos{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        line-height: 80px;
        margin-top: -40px;
    }


    .contenedor-general-info-construccion-i{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-ci1{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .contenedor-info-ci1 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-info-ci1 .linea-construccion-i{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-remodelado{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-info-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-img-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
        float: left;
    }
    
    .titulo-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-remodelado .h-sub-uno{
        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: left;
        float: left;
        line-height: 80px;
    }

    .titulo-remodelado .h-sub-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: left;
        float: left;
        line-height: 80px;
        margin-top: 5px;
    }

    .contenedor-info-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-info-reetp ul{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-info-reetp ul li{
        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: left;
        line-height: 34px;
        list-style-position: inside;
        margin-bottom: 20px;
    }

    .contenedor-info-reetp 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;
        margin-top: 40px;
    }

    .contenedor-galeria-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-galeria-reetp .contenedor-fig{
        width: 48%;
        height: 250px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        margin-top:0px;
        margin-bottom: 40px;
    }


    .contenedor-galeria-reetp .img-gali1{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali2{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali3{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali4{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali5{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali6{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    

    





    .contenedor-general-info-np-remod{
        width: 100%;
        float: left;
        height: auto;
        background-color: #ffffff;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../assets/parallax-secc-ci.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-info-np-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-remod .h-remod1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        padding-right: 0px;
        display: block;
    }
    
    .contenedor-titulo-remod .h-remod2{
        width:100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 66px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: center;
        padding-left: 0px;
        display: block;
    }

    .contenedor-info-remod 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: 80px;
    }

    .contenedor-info-remod strong{
        color: #FFC127;
        font-weight: 600;
        background-color: transparent;
    }

    .contenedor-general-galeria-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: relative;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .img-gal-remod{
        width: 48%;
        height: 250px;
        float: left;
        background-color: transparent;
        margin-bottom: 40px;
    }

    .img-gal-remod1{
        background: url('../assets/imgs-galeria-coni/img-gal-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod2{
        background: url('../assets/imgs-galeria-coni/img-gal-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod3{
        background: url('../assets/imgs-galeria-coni/img-gal-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod4{
        background: url('../assets/imgs-galeria-coni/img-gal-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod5{
        background: url('../assets/imgs-galeria-coni/img-gal-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod6{
        background: url('../assets/imgs-galeria-coni/img-gal-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod7{
        background: url('../assets/imgs-galeria-coni/img-gal-7.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod8{
        background: url('../assets/imgs-galeria-coni/img-gal-8.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod9{
        background: url('../assets/imgs-galeria-coni/img-gal-9.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod10{
        background: url('../assets/imgs-galeria-coni/img-gal-10.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod11{
        background: url('../assets/imgs-galeria-coni/img-gal-11.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod12{
        background: url('../assets/imgs-galeria-coni/img-gal-12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }
}

















@media only screen and (max-width: 720px) {
    
    .seccion-cosnstruccion-i{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-cosnstruccion-i figure{
       width: 100%;
       height: 400px;
       background-color: transparent;
       float: left;
       position: relative;
       background: url('../assets/img-portada-ci.png');
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       margin-top: 100px;
    }

    .contenedor-titulo-construccion-i{
        width: 100%;
        height: 130px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-titulo-construccion-i .h-uno{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: -.5px;
        color: #FFC127;
        text-align: center;
        line-height: 80px;
    }

    .contenedor-titulo-construccion-i .h-dos{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        line-height: 80px;
        margin-top: -40px;
    }

    .contenedor-general-info-construccion-i{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-ci1{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .contenedor-info-ci1 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-info-ci1 .linea-construccion-i{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-remodelado{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-info-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-img-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
        float: left;
    }
    
    .titulo-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-remodelado .h-sub-uno{
        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: left;
        float: left;
        line-height: 70px;
    }

    .titulo-remodelado .h-sub-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: left;
        float: left;
        line-height: 70px;
        margin-top: 5px;
    }

    .contenedor-info-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-info-reetp ul{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-info-reetp ul li{
        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: left;
        line-height: 34px;
        list-style-position: inside;
        margin-bottom: 20px;
    }

    .contenedor-info-reetp 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;
        margin-top: 40px;
    }

    .contenedor-galeria-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-galeria-reetp .contenedor-fig{
        width: 48%;
        height: 250px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        margin-top:0px;
        margin-bottom: 40px;
    }


    .contenedor-galeria-reetp .img-gali1{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali2{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali3{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali4{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali5{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali6{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    

    





    .contenedor-general-info-np-remod{
        width: 100%;
        float: left;
        height: auto;
        background-color: #ffffff;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../assets/parallax-secc-ci.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-info-np-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-remod .h-remod1{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        padding-right: 0px;
        display: block;
    }
    
    .contenedor-titulo-remod .h-remod2{
        width:auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: center;
        padding-left: 0px;
        display: block;
    }

    .contenedor-info-remod 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: 80px;
    }

    .contenedor-info-remod strong{
        color: #FFC127;
        font-weight: 600;
        background-color: transparent;
    }

    .contenedor-general-galeria-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: relative;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .img-gal-remod{
        width: 48%;
        height: 250px;
        float: left;
        background-color: transparent;
        margin-bottom: 40px;
    }

    .img-gal-remod1{
        background: url('../assets/imgs-galeria-coni/img-gal-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod2{
        background: url('../assets/imgs-galeria-coni/img-gal-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod3{
        background: url('../assets/imgs-galeria-coni/img-gal-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod4{
        background: url('../assets/imgs-galeria-coni/img-gal-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod5{
        background: url('../assets/imgs-galeria-coni/img-gal-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod6{
        background: url('../assets/imgs-galeria-coni/img-gal-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod7{
        background: url('../assets/imgs-galeria-coni/img-gal-7.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod8{
        background: url('../assets/imgs-galeria-coni/img-gal-8.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod9{
        background: url('../assets/imgs-galeria-coni/img-gal-9.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod10{
        background: url('../assets/imgs-galeria-coni/img-gal-10.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod11{
        background: url('../assets/imgs-galeria-coni/img-gal-11.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod12{
        background: url('../assets/imgs-galeria-coni/img-gal-12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }
}
























@media only screen and (max-width: 570px) {
    
    .seccion-cosnstruccion-i{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-cosnstruccion-i figure{
       width: 100%;
       height: 400px;
       background-color: transparent;
       float: left;
       position: relative;
       background: url('../assets/img-portada-ci.png');
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       margin-top: 100px;
    }

    .contenedor-titulo-construccion-i{
        width: 100%;
        height: 200px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-titulo-construccion-i .h-uno{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing:0px;
        color: #FFC127;
        text-align: center;
        line-height: 56px;
    }

    .contenedor-titulo-construccion-i .h-dos{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #ffffff;
        text-align: center;
        line-height: 56px;
        margin-top: -15px;
    }

    .contenedor-general-info-construccion-i{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-ci1{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-info-ci1 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-info-ci1 .linea-construccion-i{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-remodelado{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-info-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-img-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
        float: left;
    }
    
    .titulo-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-remodelado .h-sub-uno{
        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: left;
        float: left;
        line-height: 70px;
    }

    .titulo-remodelado .h-sub-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: left;
        float: left;
        line-height: 70px;
        margin-top: 5px;
    }

    .contenedor-info-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-info-reetp ul{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-info-reetp ul li{
        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: left;
        line-height: 34px;
        list-style-position: inside;
        margin-bottom: 20px;
    }

    .contenedor-info-reetp 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;
        margin-top: 40px;
    }

    .contenedor-galeria-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-galeria-reetp .contenedor-fig{
        width: 48%;
        height: 250px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        margin-top:0px;
        margin-bottom: 40px;
    }


    .contenedor-galeria-reetp .img-gali1{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali2{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali3{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali4{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali5{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali6{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    

    





    .contenedor-general-info-np-remod{
        width: 100%;
        float: left;
        height: auto;
        background-color: #ffffff;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../assets/parallax-secc-ci.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-info-np-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-remod .h-remod1{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        padding-right: 0px;
        display: block;
    }
    
    .contenedor-titulo-remod .h-remod2{
        width:auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: center;
        padding-left: 0px;
        display: block;
    }

    .contenedor-info-remod 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: 80px;
    }

    .contenedor-info-remod strong{
        color: #FFC127;
        font-weight: 600;
        background-color: transparent;
    }

    .contenedor-general-galeria-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: relative;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .img-gal-remod{
        width: 48%;
        height: 250px;
        float: left;
        background-color: transparent;
        margin-bottom: 40px;
    }

    .img-gal-remod1{
        background: url('../assets/imgs-galeria-coni/img-gal-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod2{
        background: url('../assets/imgs-galeria-coni/img-gal-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod3{
        background: url('../assets/imgs-galeria-coni/img-gal-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod4{
        background: url('../assets/imgs-galeria-coni/img-gal-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod5{
        background: url('../assets/imgs-galeria-coni/img-gal-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod6{
        background: url('../assets/imgs-galeria-coni/img-gal-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod7{
        background: url('../assets/imgs-galeria-coni/img-gal-7.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod8{
        background: url('../assets/imgs-galeria-coni/img-gal-8.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod9{
        background: url('../assets/imgs-galeria-coni/img-gal-9.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod10{
        background: url('../assets/imgs-galeria-coni/img-gal-10.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod11{
        background: url('../assets/imgs-galeria-coni/img-gal-11.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod12{
        background: url('../assets/imgs-galeria-coni/img-gal-12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }
}

















@media only screen and (max-width: 470px) {
    
    .seccion-cosnstruccion-i{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-cosnstruccion-i figure{
       width: 100%;
       height: 400px;
       background-color: transparent;
       float: left;
       position: relative;
       background: url('../assets/img-portada-ci.png');
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       margin-top: 100px;
    }

    .contenedor-titulo-construccion-i{
        width: 100%;
        height: 230px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-titulo-construccion-i .h-uno{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing:0px;
        color: #FFC127;
        text-align: center;
        line-height: 56px;
    }

    .contenedor-titulo-construccion-i .h-dos{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #ffffff;
        text-align: center;
        line-height: 56px;
        margin-top: -15px;
    }

    .contenedor-general-info-construccion-i{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-ci1{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-info-ci1 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-info-ci1 .linea-construccion-i{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-remodelado{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-info-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-img-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
        float: left;
    }
    
    .titulo-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-remodelado .h-sub-uno{
        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: left;
        float: left;
        line-height: 60px;
    }

    .titulo-remodelado .h-sub-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: left;
        float: left;
        line-height: 60px;
        margin-top: 5px;
    }

    .contenedor-info-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-info-reetp ul{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-info-reetp ul li{
        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: left;
        line-height: 34px;
        list-style-position: inside;
        margin-bottom: 20px;
    }

    .contenedor-info-reetp 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: left;
        line-height: 34px;
        margin-top: 40px;
    }

    .contenedor-galeria-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-galeria-reetp .contenedor-fig{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        margin-top:0px;
        margin-bottom: 40px;
    }


    .contenedor-galeria-reetp .img-gali1{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali2{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali3{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali4{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali5{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali6{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    

    





    .contenedor-general-info-np-remod{
        width: 100%;
        float: left;
        height: auto;
        background-color: #ffffff;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../assets/parallax-secc-ci.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-info-np-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-remod .h-remod1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        padding-right: 0px;
        display: block;
    }
    
    .contenedor-titulo-remod .h-remod2{
        width:100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: center;
        padding-left: 0px;
        display: block;
    }

    .contenedor-info-remod 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: 80px;
    }

    .contenedor-info-remod strong{
        color: #FFC127;
        font-weight: 600;
        background-color: transparent;
    }

    .contenedor-general-galeria-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: relative;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .img-gal-remod{
        width: 100%;
        height: 250px;
        float: left;
        background-color: transparent;
        margin-bottom: 40px;
    }

    .img-gal-remod1{
        background: url('../assets/imgs-galeria-coni/img-gal-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod2{
        background: url('../assets/imgs-galeria-coni/img-gal-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod3{
        background: url('../assets/imgs-galeria-coni/img-gal-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod4{
        background: url('../assets/imgs-galeria-coni/img-gal-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod5{
        background: url('../assets/imgs-galeria-coni/img-gal-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod6{
        background: url('../assets/imgs-galeria-coni/img-gal-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod7{
        background: url('../assets/imgs-galeria-coni/img-gal-7.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod8{
        background: url('../assets/imgs-galeria-coni/img-gal-8.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod9{
        background: url('../assets/imgs-galeria-coni/img-gal-9.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod10{
        background: url('../assets/imgs-galeria-coni/img-gal-10.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod11{
        background: url('../assets/imgs-galeria-coni/img-gal-11.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod12{
        background: url('../assets/imgs-galeria-coni/img-gal-12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }
}






















@media only screen and (max-width: 400px) {
    
    .seccion-cosnstruccion-i{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-cosnstruccion-i figure{
       width: 100%;
       height: 400px;
       background-color: transparent;
       float: left;
       position: relative;
       background: url('../assets/img-portada-ci.png');
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       margin-top: 100px;
    }

    .contenedor-titulo-construccion-i{
        width: 100%;
        height: 180px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-titulo-construccion-i .h-uno{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing:0px;
        color: #FFC127;
        text-align: center;
        line-height: 46px;
    }

    .contenedor-titulo-construccion-i .h-dos{
        width: auto;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #ffffff;
        text-align: center;
        line-height: 46px;
        margin-top: -15px;
    }

    .contenedor-general-info-construccion-i{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-ci1{
        width: 100%;
        height: auto;
        background-color: white;
        margin: auto;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 160px;
        padding-bottom: 160px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .contenedor-info-ci1 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-info-ci1 .linea-construccion-i{
        width: 100px;
        height: 2px;
        background-color: #FFC127;
        float: left;
        margin-top: 20px;
    }

    .contenedor-remodelado{
        width: 100%;
        height: auto;
        background-color: #FFC127;
        float: left;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-info-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-img-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 0px;
        float: left;
    }
    
    .titulo-remodelado{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-remodelado .h-sub-uno{
        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: left;
        float: left;
        line-height: 50px;
    }

    .titulo-remodelado .h-sub-dos{
        width: 100%;
        height: auto;
        background-color: transparent;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: left;
        float: left;
        line-height: 50px;
        margin-top: 0px;
    }

    .contenedor-info-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
    }

    .contenedor-info-reetp ul{
        width: 100%;
        float: left;
        height: auto;
        background-color: transparent;
    }

    .contenedor-info-reetp ul li{
        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: left;
        line-height: 34px;
        list-style-position: inside;
        margin-bottom: 20px;
    }

    .contenedor-info-reetp 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: left;
        line-height: 34px;
        margin-top: 40px;
    }

    .contenedor-galeria-reetp{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .contenedor-galeria-reetp .contenedor-fig{
        width: 100%;
        height: 250px;
        background-color: transparent;
        float: left;
        overflow: hidden;
        margin-top:0px;
        margin-bottom: 40px;
    }


    .contenedor-galeria-reetp .img-gali1{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali2{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali3{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali4{
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali5{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contenedor-galeria-reetp .img-gali6{
        background-color: transparent;
        float: left;
        background-color: transparent;
        background: url('../assets/imgs-galeria-coni/img-slide-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    

    





    .contenedor-general-info-np-remod{
        width: 100%;
        float: left;
        height: auto;
        background-color: #ffffff;
        padding-top: 160px;
        padding-bottom: 160px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../assets/parallax-secc-ci.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-info-np-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-remod .h-remod1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-align: center;
        padding-right: 0px;
        display: block;
    }
    
    .contenedor-titulo-remod .h-remod2{
        width:100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Montserrat', 'sans-serif';
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFC127;
        text-align: center;
        padding-left: 0px;
        display: block;
    }

    .contenedor-info-remod 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: 80px;
    }

    .contenedor-info-remod strong{
        color: #FFC127;
        font-weight: 600;
        background-color: transparent;
    }

    .contenedor-general-galeria-remod{
        width: 100%;
        height: auto;
        background-color: transparent;
        position: relative;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .img-gal-remod{
        width: 100%;
        height: 250px;
        float: left;
        background-color: transparent;
        margin-bottom: 40px;
    }

    .img-gal-remod1{
        background: url('../assets/imgs-galeria-coni/img-gal-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod2{
        background: url('../assets/imgs-galeria-coni/img-gal-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod3{
        background: url('../assets/imgs-galeria-coni/img-gal-3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod4{
        background: url('../assets/imgs-galeria-coni/img-gal-4.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod5{
        background: url('../assets/imgs-galeria-coni/img-gal-5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod6{
        background: url('../assets/imgs-galeria-coni/img-gal-6.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod7{
        background: url('../assets/imgs-galeria-coni/img-gal-7.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod8{
        background: url('../assets/imgs-galeria-coni/img-gal-8.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod9{
        background: url('../assets/imgs-galeria-coni/img-gal-9.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod10{
        background: url('../assets/imgs-galeria-coni/img-gal-10.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod11{
        background: url('../assets/imgs-galeria-coni/img-gal-11.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .img-gal-remod12{
        background: url('../assets/imgs-galeria-coni/img-gal-12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;  
    }
}
