
h1,h2{
    font-family: 'Roboto Slab', serif;
}
h2{
    font-size: 6em;
    font-weight: blod !important;

}

html {
    scroll-behavior: smooth;
  }

/*SERVICIOS*/

.servicio1{
    background-image: url(../images/servicios-1.jpg);
    background-size: cover;
    background-position: center;
}
.servicio2{
    background-image: url(../images/servicios-2.jpg);
    background-size: cover;
    background-position: center;
}
.servicio3{
    background-image: url(../images/servicios-3.jpg);
    background-size: cover;
    background-position: center;
}