/*
Theme Name: Blocksy Child
Author: Nemesys
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

/** INDICE
 *
 *    0 - General
 *    1 - Cabecera
 *    2 - Pie
 *    3 - Contenido
 *      3.1 - Portada
 *      3.2 - Interiores
 *      3.3 - Contacto
 */

/**
 * 0 - General
*/

 a {
    text-decoration: none!important;
 }

.mt0 {
    margin-top: 0!important;
}

.mb0 {
    margin-bottom: 0!important;
}

/* personaliza el color del botón del banner de GDPR Cookie Compliance */
/* CAMBIAR POR EL COLOR O VAR ADECUADO */
.moove-gdpr-infobar-allow-all, .moove-gdpr-infobar-reject-btn {
    background-color: var(--theme-palette-color-1)!important;
  }

 /**
 * 1 - Cabecera
 */


 /**
 * 2 - Pie
 */


 /**
 * 3 - Contenido
 */



 /**
 * 3.1 - Portada
 */



 /**
 * 3.2 - Interiores
 */



 /**
 * 3.3 - Contacto
 */

/** CAMBIAR ID-PAGINA POR EL ID DE LA PÁGINA DE CONTACTO */
 body:not(.page-id-11) .grecaptcha-badge {
    visibility: hidden;
}