html {
    scroll-behavior: smooth;
}

.spacer-link{
    position: absolute;
    margin-top: -125px;
    background: rgba(255, 100, 100, 0);
    width: auto;
    height: 125px;
    pointer-events: none;
}

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

.bloque1 h1{
    color: #712177;
    padding: 30px 60px;
}

.bloque1 .bigFoto {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-image: url('../../images/nuestrasReg/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) {
    .bloque1 h1{
        padding-left: 24px;
    }
}

