/*
 Theme Name:   EAS Barcelona
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Danivera
 Author URI:   https://danivera.com
 Template:     generatepress
 Version:      0.1
*/

/* Colores 

*/
 


/*MEDIA QUERIES*/

@media (max-width:1024px) {



}

/* markup for tablets */
@media screen and (min-width:769px) and (max-width:1024px) {

 


}

/* markup for mobile */
@media screen and (max-width:768px) {

}