
.u-carousel{
    height: 90vh;
    background-color: #000;
}
.u-carousel h1{
    font-size: 3.5rem;
}
.u-carousel p{
    font-size: 1.5rem;
}
.u-carousel img{
    width: 100%;
    height: 100%;
    -webkit-filter: saturate(150%) opacity(70%);
    filter: saturate(150%) opacity(70%);
    object-fit: cover;
    object-position: top left;
}

.carousel-item{
    background-color: #000;
    padding: 0px;
}
.carousel-caption{
    top:38%;
}
.con-img{
    width: 35vw;
    height: 35vw;
    background-color: rgb(255, 255, 255);
    display: block;
}
.con-img img{
    width: 100%;
    height: 100%;
    -webkit-filter: saturate(150%);
    filter: saturate(150%);
    object-fit: none;
    object-position: 100px left;
    /* transform: scale(1.2); */
}
.section1{
    display: block;
    position: relative;
    padding-left: 0px;
}
.fondo1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    -webkit-filter: saturate(150%) opacity(30%);
    filter: saturate(150%) opacity(30%);
    object-fit: none;
    object-position: 100px left;
}
.t1{
    font-size: 2.5rem;
    font-weight: bold;
}
.bordo-left{
    border-left: 10px solid #fc466b;
}
.t2{
    font-size: 1rem;
}

.s2img::before{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('../../../img/index/img1.jpg');
    -webkit-filter: saturate(150%) opacity(50%);
    filter: saturate(150%) opacity(50%);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    /* filter: saturate(150%) opacity(30%); */
    
}
.s4img::before{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('../../../img/index/house1.jpg');
    /* filter: saturate(150%) opacity(90%); */
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: 50% 40%;
    -webkit-filter: saturate(150%) opacity(90%);
    filter: saturate(150%) opacity(30%);
    
}
.conS4img img{
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
    object-fit: none;
    object-position: 100% 100%;
}
@media (max-width: 768px){
    .section1{
        min-height: 400px;
    }
    .section1 h1{
        padding: 20px;
    }
    .con-img{
        display: none;
    }
    .s2img{
        min-height: 200px;
    }
    .s4img{
        padding-bottom: 20px;
    }
}
.circle-img img{
    width: 200px;
    height: 200px;
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
    object-fit: cover;
    border-radius: 50% 50%;
    /* object-position: 100% 100%; */
}