#content {
/*    background-image: url('../app/img/fondo2.jpg'); */
    background-repeat: no-repeat;
    object-fit : cover;
    height: 100%;
}

.row2 {
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    flex-direction: column; 
}

h1 {
    font-size: 44px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #0071BC!important;
}

h4 {
    font-size: 20px;
    line-height: 21px;	
    color: #0071BC!important;
}

#logo-acerca {
    max-width: 600px; 
    width: 100%;
    height: auto;
    display: block;
}

#extr-page #header {
	height : 90px;
}