/**
 * Theme Name:     Fundacion Paiz Child
 * Author:         Caramba Moreno
 * Template:       twentytwentyfive
 * Text Domain:	   fundacion-paiz-child
 * Description:    Plantilla hija hecho para la pagina de Fundacion Paiz
 */




.wp-block-template-part .cm--mega-menu {
   position: fixed;
    right: 0%;
    top: 0%;
    width: 100vw;
    max-width: none;
    height: 100vh;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
}


/* hide elements in general */
.cm--display-none {
    display: none !important;
}


/*ESTO HACE QUE NO AFECTE EL ADMIN BAR*/
.admin-bar .wp-block-template-part .cm--mega-menu {top: 2rem;}



/* add this no scroll element when the mega menu is on */
.cm--no-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
}



/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Medium and down */
@media screen and (max-width: 63em) {
.wp-block-template-part .cm--hide-for-small{
display: none;
}
}


/* Large and up */
@media screen and (min-width: 64em) {
.wp-block-template-part .cm--hide-for-large{
display: none;
}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}


@media (max-width: 1024px) {
}