.header-nosotros{
    background-image: url('../assets/nosotros/fondoNosotros.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.logo-nosotros-rgl{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-nosotros-rgl img{
    width: 100%;
}
.main-nosotros{
    width: 100%;
    background-color: #3A3737;
}
.parrafo-inicial-nosotros{
    display: flex;
    justify-content:center;
    align-items:center;
}
.parrafo-info-nosotros{
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    width: 80%;
    border-bottom: 0.459936px solid #FFFFFF;
    padding: 5rem 0rem;
    margin-top: 3rem;
    ;
}
.texto-resaltado{
    color:#E0FF5F;
}
.parrafos-nosotros-seccion2{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content:flex-end;
}
.contenedor-parrafos2-nosotros{
    display: flex;
    width: 78%;
    justify-content: center;
    padding: 5rem 0rem 8rem 0rem;
}
.parrafo-seccion2-nosotros{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
    width: 42%;
}
.parafo1-seccion2-nosotros{
    margin-right: 2rem;
}
.section-contenedor-fotos{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 13rem;
    padding-bottom: 10rem;
    width: 83%;
    border-bottom: 1px solid white;
}
.info-arquitecto{
    margin-right: 3rem;
}
.imagen-arquitectos{
    width: 31.7rem;
    height:47.4rem;
    background-color: #D9D9D9;
}
.contenedor-nombre-arquitecto{
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-top: 4rem;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.nombre-icono-arquitecto{
    display: flex;
    align-items:center;
    justify-content:center;
}
.nombre-icono-arquitecto img{
    width: 1.5rem;
}
.contenedor-nombre-arquitecto p{
    margin-left: 1rem;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color:white
}
.contenedor-tabla-servicios{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 8rem;
    padding-left: 13rem;
    padding-bottom: 15rem;
}
.titulo-servicios{
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 95%;
    color: white;
}
.contenedor-tabla-servicios img{
    margin-top: 5rem;
}
.servicios-enumerados{
    display: flex;
    align-items: baseline;
    max-width:66.7rem;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.servicios-enumerados p{
    margin-bottom:0;
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 135%;
}
.numero-servicio{
    color: #E0FF5F;
    margin-right: 31rem;
}
.servicio-integral{
    color:white;
}
.img-nosotros{
    background-image:url('../assets/nosotros/imagenNosotros.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.img-nosotros img{
    height: 100%;
    margin-right: 10rem;
}
.main-contacto{
    padding-top:8.4rem;
    background-color: #3A3737;
}
.header-contacto{
    background-color: #3A3737;
}
.img-nosotros-main{
    background-image:url('../assets/contacto/fondoHeaderContacto.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.img-nosotros-main img{
    margin-right: 10rem;
}
.icono-wp{
    position:fixed;
    z-index: 1000;
    margin-top: 90vh;
    margin-left: 92vw;
    width: 5rem;
}
.icono-wp img{
    width: 7rem;
}
.contenedor-nombres-header{
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: -12rem;
}
.nombre-profesion{
    display: flex;
    margin-bottom:12rem ;
}
.nombre-header{
    font-style: normal;
    font-weight: 300;
    font-size: 45px;
    line-height: 90%;
    color: #E0FF5F;
}
.profesion-header{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: white;
    margin-left: 1rem;
    margin-top: 4.5rem;
}
.navbar-responsive{
    display: none;
}
.logo-responsive{
    display: none;
}
.nombres-header-nosotros-contenedor{
    display: none;
    padding-top: 10rem;
    padding-left: 3rem ;
}
.nombres-header-nosotros-titulo{
    display: flex;
    align-items: baseline;
    margin-top: 3rem;
}
.nombres-header-nosotros-titulo h3{
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 90%;
    color: #E0FF5F;
}
.nombres-header-nosotros-titulo p{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: white;
}
.servicio-integral{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 90%;
}
.servicio-integral img{
    width: 80%;
}
@media (max-width: 1150px){
    .navbar-responsive{
        display: block;
    }
    .logo-no-responsive{
        display: none;
    }
    .logo-responsive{
        display: block;
        margin-top: 10rem;
    }
    .section-contenedor-fotos{
        overflow: auto;
        width: 80%;
    }
    .logo-nosotros-rgl{
        flex-direction: column;
        align-items: flex-start;
    }
    .nombres-header-nosotros-contenedor{
        display: block;
        padding-top: 0;
    }
    .nombres-header-nosotros-titulo{
        justify-content: flex-start;
        align-items: flex-end;
    }
    .nombres-header-nosotros-titulo p{
        margin-left: 2rem;
    }
    .parrafo-info-nosotros{
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 26px;
    }
    .parrafo-seccion2-nosotros{
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
    }
    .imagen-arquitectos{
        width: 23.3rem;
        height: 34.8rem;
    }
    .contenedor-nombre-arquitecto p{
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 140%;
    }
    .nombre-icono-arquitecto img{
        width: 1rem;
    }
    .titulo-servicios{
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 100%;
    }
    .contenedor-tabla-servicios {
        padding-left: 0;
        width: 100%;
        padding-bottom: 5rem;
    }
    .contenedor-tabla-servicios h2{
        padding-left: 5rem;
    }
    .img-nosotros-main{
        height: 58rem;
        justify-content: center;
        margin-top: 2rem;
    }
    .img-nosotros-main img{
        margin-right: 0;
        width: 32.3rem;
    }
}
@media (max-width: 650px){
    .nombres-header-nosotros-contenedor{
        margin-top: 10rem;
    }
    .logo-responsive{
        margin-top: 0;
    }
    .section-contenedor-fotos{
        overflow: auto;
        width: 70%;
        margin-left: 9rem;
    }
    .contenedor-parrafos2-nosotros {
        flex-direction: column;
        width: 100%;
        align-items: end;
        margin-right: 5rem;
    }
    .parafo1-seccion2-nosotros {
        margin-right: 0;
    }
    .parrafo-seccion2-nosotros {
        width: 70%;
    }
    .img-nosotros img{
        width: 32.3rem;
        margin-right: 0;
    }
    .img-nosotros{
        justify-content: center;
    }
    .servicio-integral img{
        width: 90%;
    }

}