/**
Theme Name: Fundidora Renacimiento Child Theme
Author: Mi Pymera Web
Author URI: https://mipymeraweb.com/
Description: A child theme for Fundidora Renacimiento.
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: fundidora-renacimiento-child-theme
Template: astra
*/

/* Custom Scroll Bar */
::-webkit-scrollbar {
    width: 10px;
    background: #b0b0b0;
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var(--ast-global-color-0);
}

/*Fondo y radio del boton close en popup-home*/
.elementor-popup-modal .dialog-close-button {
    padding: 5px;
    border-radius: 150px;
}

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