html {
    scroll-behavior: smooth;
}

/*
:target{
    scroll-margin-top: 125px;
}
*/

.bloque1{
    position: relative;
    background-color: white;
    padding-top: 120px;
}

.spacer-link{
    position: absolute;
    margin-top: -90px;
    height: 10px;
}


.bloque1 .bigTitulo{
    color: #792e7f;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bloque1 .der{
    background-color: #f5e9f8;
    display: flex;
    align-items: center;
    padding: 10%;
}

.bloque1 .listado li{
    color: #985d9d;
    padding: 6px 0px;
    font-weight: bold;
}

.bloque1 .listado li a{
    color: #985d9d;
}


.bloque1 .bigFoto {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-image: url('../../images/quienessomos/bloque1.jpg');*/
    width: 110%;
    height: 426px;
    margin-left: -10%;
}

@media screen and (min-width: 1600px) {
    .bloque1{
        margin: auto;
        max-width: 1200px;
    }        
}

/* Tablet */
@media screen and (max-width: 992px) {
    .spacer-link{
        margin-top: -30px;
        height: 30px;
    }

    .bloque1{
        padding-top: 30px;
    }

    .bloque1 .listado ul{
        padding-top: 29px;
    }

    .bloque1 .bigTitulo{
        padding: 12px 12px;
    }

    .bloque1 .der{
        padding: 2%;
    }
}
