/**
Theme Name: Blostec Robotica
Author: Origami Soluciones
Author URI: https://www.origamisoluciones.com/
Description: Web corporativa de Blostec Robotica
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: blostec-robotica
Template: astra
*/

:root{
	--green:#00EF96;
	--light-green:#D9FFF2;
	--black:#000000;
    --white:#FFFFFF;
}

html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.site-primary-header-wrap{
	background-color:var(--black);
	border-radius:5px;
}

.uael-fancy-text-wrap.uael-fancy-text-type{
	margin-bottom:0px !important;
}


/*SCROLLBAR*/
body::-webkit-scrollbar {
    width: 15px;
    background-color: var(--black);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 0px;
}


/* do not underline on click */
a:focus,
li:focus,
input:focus,
textarea:focus,
select:focus,
.mobile-menu-toggle-icon:focus,
.menu-toggle-close:focus,
.menu-toggle:focus,
.dropdown-menu-toggle:focus,
.eael-tabs-nav li:focus,
.elementor-tab-title:focus {
    outline: none !important;
}

/*CookieYes*/
.cky-btn-revisit-wrapper{
    background-color: var(--black) !important;
	color:var(--black) !important;
}

.cky-btn-accept{
    background-color:var(--green) !important;
    border-color:var(--green) !important;
    color:var(--black) !important;
  
}

.cky-btn-reject,
.cky-btn-preferences,
.cky-btn-customize{
    color:var(--black) !important;
    border-color:var(--light-green) !important;
    background-color:var(--light-green) !important;
   
}

/*WP Forms*/
.wpforms-field-gdpr-checkbox label{
     color: var(--white) !important;
}

/*Sitemap*/
.wsp-pages-list a{
    color:var(--black) !important;
}

/*ACCESSIBILITY*/
.screen-reader-text{
    display:none !important;
}

/*RESPONSIVE*/
@media (max-width: 1366px){
    .site-primary-header-wrap{
        width:95% !important;
    }
}
@media (max-width: 576px) {

    /*WP FORMS*/
    .wpforms-container .wpforms-field.wpforms-one-half{
        width: 100% !important;
        margin-left: 0px !important;
    }

}

@media (max-width: 767px){
    .site-primary-header-wrap{
        width:90% !important;
    }
}