#cabeceraNos {
    height: 100vh;
    min-height: 950px;
}


img {
    object-fit: cover;
    width: 100%;
}


#cabeceraNos .fondo1 {
    padding: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/nosotros.jpg) 50% 50% / cover;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    transition: height 2s linear, margin-top 2s linear;
}


#cabeceraNos .title {
    left: 50%;
    width: 90%;
    position: absolute;
    opacity: 1;
    text-align: center;
    top: 500px;
    transform: translate(-50%, -50%);
    transition: opacity 1s linear;
}

#cabeceraNos .title h1 {
    color: #FFF;
    text-align: center;
    font-size: 92.749px;
    font-weight: 800;
    line-height: 80%;
}

#cabeceraNos .title .btnGeneral {
    margin-top: 50px;
}

@media screen and (max-width:1400px) {
    #cabeceraNos .title h1 {
        font-size: 85px;
    }
}

@media screen and (max-width:1200px) {
    #cabeceraNos .title h1 {
        font-size: 80px;
    }
}

@media screen and (max-width:992px) {
    #cabeceraNos .title h1 {
        font-size: 70px;
    }

}

@media screen and (max-width:768px) {
    #cabeceraNos .title h1 {
        font-size: 50px;
    }

    
    #cabeceraNos,
    #cabeceraNos .fondo2 {
        height: 60vh;
        min-height: 500px;
    }

    #cabeceraNos .title {
        top: 35%;
    }

    #cabeceraNos .title h2 {
        font-size: 22px;
    }

    #cabeceraNos .title {
        width: 80%;
    }
}


#section3Nos {
    position: relative;
}

#section3Nos .fondonNosotros {
    position: absolute;
    z-index: -1;
    left: 8%;
    top: 30px;
    width: 35%;
}


#section4Nos {
    height: 600px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(../images/garantiaNos.jpg), lightgray 0px -98.25px / 50% 50% no-repeat;
}

#section3Nos .btnGeneral {
    margin-top: 40px;
    display: block;
}



@media screen and (max-width:1700px) {
    #section3Nos .fondonNosotros {
        left: 3%;
    }
}

@media screen and (max-width:1400px) {
    #section3Nos .fondonNosotros {
        top: 70px;
    }
}

@media screen and (max-width:1200px) {
    #section3Nos .paragraph {
        width: 100%;
    }
    #section3Nos .fondonNosotros{
        width: 60%;
        left: 2%;

    }

    #section3Nos .fondonNosotros {
        top: 30px;
    }

    #section3Nos .container>div {
        gap: 30px;
    }

    #section3Nos .image img:last-child {
        max-height: 500px;
    }
}



#manoObra {
    align-items: center;
}

#manoObra .boxInfo {
    z-index: 5;
}

#manoObra .boxInfo .info {
    width: 330px;
}

@media screen and (max-width:992px) {
    #manoObra {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:480px) {

    #asesorament .boxInfo,
    #manoObra .boxInfo {
        padding: 30px;
    }
    #manoObra .boxInfo{
        padding-bottom: 0;
    }

        #asesorament .boxInfo{
            padding-bottom: 0;
        }

    #cabeceraNos .title h1 {
        font-size: 32px;
    }

    #cabeceraNos .title h2 {
        font-size: 20px;
    }

    #cacabeceraNosbecera {
        min-height: 600px;
    }
}