@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montagu+Slab:opsz,wght@16..144,100..700&display=swap');

body {
    overflow-x: hidden;
}

.logo {
    max-height: 100px;
}
 
.color-01 {
    color:#fff!important;
}

.fondo-01 {
    background-color: #7c6a86;
}

.fondo-01-e {
    background-image: url('../uploads/fotos/fondo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fondo-02-e {
    background-image: url('../uploads/fotos/fondo-02.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.titulo {
    font-style: italic;
    color:#fff;
    font-size: 7vh;
}

.subtitulo {
    font-style: italic;
    color:#fff;
    font-size: 4vh;
}

.fondo-02 {
    background-color: #efebf2;
}

.fondo-03 {
    background-color: #f7f5f8;
}

.btn_contacto {
    font-size: 30px;
}

.btn_contacto:hover {
    text-decoration: none;
    background-color: #84748e;
}

.w1 {
    min-height: 90vh;
}

h2 {
    color:#7c6a86;
}

h3,h4,h5 {
    color: #7c6a86;
}

/* RESPONSIVE */
@media screen and (min-width: 0px) {

}

@media screen and (min-width: 750px) {

}

@media screen and (min-width: 970px) {

}

@media screen and (min-width: 1170px) {

}
  