body:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/misc/fondo.jpg);
    height: 130vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.texto_02{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #7e7e7e;
    font-size: 1.5em;
}

.texto_03{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #7e7e7e;
    font-size: 1.25em;
}

.texto_01{
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: black;
    font-size: 5.5em;
}

@media (max-width: 576px) {
    .texto_01{
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: black;
    font-size: 2.5em;
}
    .texto_02{
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #7e7e7e;
        font-size: 1.3em;
    }
    .texto_03{
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #7e7e7e;
        font-size: 1.05em;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 577px) and (max-width: 768px) {
    .texto_01{
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: black;
    font-size: 5.5em;
}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 767px) and (max-width: 992px) {  }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 993px) {  }