*{
    padding:0;
    margin: 0;
}
.fondo{
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    overflow: hidden;
    object-fit: cover;
    
}

.caLogo{
    position: absolute;
    width: 17vw;
    height: auto;
    right: 0;
}

.primeraParte{
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

.contenedor-area{
    height: 100%;
    display:inline-flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    justify-self: center;
}
a{
    text-decoration: none;
}
.area{
    margin: 0;
    padding: 4em 1em;
    border-start-end-radius: 20px;
    border-start-start-radius: 20px;
    writing-mode: vertical-lr;
    transform: rotateZ(180deg);
    color: white;
    font-size: x-large;
}

.contenedorFoto{
    min-width: 30vw;
    display: flex;
    position: relative;
    flex:1;
    align-content: center;
    justify-content: center;
}

.fotoResponsable{
    position: absolute;
    object-fit: cover;
    object-position: top;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%); 
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.datosResponsable{
    flex:1;
    align-content: center;
    justify-content: center;
    color: white;
}

.semblanza{
    width: 100%;
    color: white;
    justify-content: center;
    padding: 3vw;
}