/**
Theme Name: HJ-PR Child Theme
Author: Mi Pymera Web
Author URI: https://mipymeraweb.com/
Description: A child theme for HJ-PR.
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: hj-pr-child-theme
Template: astra
*/
/* Custom Scroll Bar */

::-webkit-scrollbar {
    width: 10px;
    background: var(--ast-global-color-4);
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var(--ast-global-color-2);
}

/*Cambio de color en titulo y parrafo en Services y About*/
.cont-verde:hover h2{
    color: var(--ast-global-color-2) !important;
    transition: color 0.3s ease; 
}
.cont-verde:hover h6{
    color: var(--ast-global-color-2) !important;
    transition: color 0.3s ease; 
}
.cont-verde:hover p{
    color: var( --e-global-color-astglobalcolor5 ) !important;
    transition: color 0.3s ease; 
}
.cont-verde:hover span{
    color: var( --e-global-color-astglobalcolor5 ) !important;
    transition: color 0.3s ease; 
}