@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
@import url(/css/Nosotros/bannerhistoria.css);
@import url(/css/estilos.css);
@import url(/css/Nosotros/bannerequipo.css);
@import url(/css/Nosotros/bannernos.css);

.contenedor{
    display: flex;
    flex-direction: column;
    top: 5vh;
    position: relative;
    gap: 2rem;
    margin-bottom: 2rem;
}

.nosotros{
    display: flex;
    position: relative;
    height: 60vh;
    width: 100vw;
    padding: 0%;   
}

.img{
    width: 72vw;
    height: 100%;
    background-image: url(../../img/people-working-in-front-of-the-computer-3184357.jpg);
    background-size: cover ;
    background-repeat: no-repeat;
    background-position: -10%;
}   

.cont{
    right: 0%;
    display: flex;
    position: absolute;
    width: 70%;
    height: 100%;
    justify-content: flex-end;
    clip-path: polygon(0% 0%/*izquierda arriba*/, 100% 0,/*derecha arriba*/ 100% 100%,/*derecha abajo*/ 35% 100%/*izquierda abajo*/);
    background-color:  rgba(72, 72, 72, .5);

}

.primer{
    width: 39%;
    background-color: rgba(72, 72, 72, .7);
    color: #ffffff;
    text-align: justify;
    padding-top: 8%;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 1.1rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600 ;
}

@media (min-width: 720px){
    .primer p{
        font-size: 1rem;
    }
    .primer{
        padding-top: 2%;
    }
    .contenedor{
        top: 7.5vh;

    }
}


