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



 
/*Menu*/
html {
    scroll-behavior: unset !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

/*MEDIA QUERIES*/


@media (max-width: 1100px){

@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) {


}