/* 
Theme Name: Dulciplas Child Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: A child theme for Dulciplas
Author: Mi Pymera Web
Author URI: https://mipymeraweb.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Custom Scroll Bar */

::-webkit-scrollbar {
    width: 10px;
    background:var( --e-global-color-15c9d8b );
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var( --e-global-color-secondary ) ;
}

/*Mostrar logo en menú movil*/
a.elementskit-nav-logo{
	display:block;
	padding-left: 30px;
}

/* Hide reCaptcha badge */
.grecaptcha-badge {
    visibility: hidden;
}