/**
Theme Name: centroestudoterra
Author: Origami Soluciones
Author URI: https://origamisoluciones.com/
Description: Web corporativa de Centro Estudos Terra
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: centroestudoterra
Template: astra
*/

:root {
    --green: #2CAE5E;
    --green-dark: #677553;
    --orange: #FF8869;
    --orange-light: #FFF0EC;
    --blue: #006680;
    --black: #1A1F1F;
    --white: #FFFFFF;
}

.sr-only {
    display: none !important;
}

/* 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;
}

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

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

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 12px var(--orange-light);
}

.sm-label {
    font-weight: 600 !important;
}

.eael-testimonial-content.eael-testimonial-inline-bio {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: center;
}

.elementor-widget-eael-testimonial {
    display: flex;
}

.eael-testimonial-content,
.eael-testimonial-image,
.eael-testimonial-bio {
    padding: 0px !important;
}

.wpforms-required-label {
    display: none !important;
}

.faq-accordion svg,
.elementor-button:hover svg {
    fill: none !important;
}

.faq-accordion .eael-accordion-content {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.faq-accordion .eael-accordion-header.active {
    border-bottom-width: 0px !important;
}

.contact-map iframe {
    border-radius: 24px !important;
    border: 1px solid #E1EAE6 !important;
}

/*Accesibility*/
.eael-testimonial-text,
.eael-testimonial-user-company,
.sm-label,
.whats-app-contact-button span.elementor-button-text {
    background-color: #00000001;
}

.wpforms-field.wpforms-field-gdpr-checkbox{
    color:var(--black) !important;
}

/*RESPONSIVE*/
@media (max-width: 576px) {
    .contact-map iframe {
        max-height: 300px !important;
    }
}