/**
Theme Name: JacMar Child Theme
Author: Öökull Creativo
Author URI: https://ookullcreativo.com/
Description: A child theme for JacMar.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jacmar-child-theme
Template: astra
*/

/*  MI PYMERA WEB AJUSTES */

/* Custom Scroll Bar */

::-webkit-scrollbar {
    width: 10px;
    background: var(--ast-global-color-5);
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var(--ast-global-color-0);
}

/* Slider */
.bdt-prime-slider-skin-general .bdt-slider-excerpt {
    margin: 0px !important;
}

div.bdt-btn-wrapper {
	display: none !important;
}

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