/* 
Theme Name: Craneo
Theme URI: https://craneo.com.ar
Description: Cráneo comunicación
Author: Cráneo
Author URI: https://craneo.com.ar/
Template: hello-elementor
Version: 1.0.1
Text Domain: Craneo
*/

/*
    Add your custom styles here
*/


/* ocultar captcha de google */
.grecaptcha-badge{display: none !important}



/* PARA MONITORES QUE TENGAN MENOS DE 768PX: */
@media only screen and (max-width: 768px) { 
.aca-el-css{}
}

/* PARA MONITORES QUE TENGAN MÁS DE 768px: */
@media only screen and (min-width: 768px) {
    .aca-el-css{}
}

/* PARA MONITORES QUE TENGAN ENTRE 900 Y 1220 */
@media screen and (min-width: 900px) and (max-width: 1220px) {
    .aca-el-css{}
}