/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*Modificação do slider*/
/* .slider-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}

.nav-slider-slick {
width: 80%;
}

.slide-item {
background-color: #F0FDE3;
border: 1px solid #3fa110;
border-radius: 5px;
font-family: 'Exo 2', sans-serif;
font-size: 16px;
font-weight: 600;
color: #3fa110;
text-align: center;
padding: 20px;
margin: 0 5px;
}

#prev-slide,
#next-slide {
background-color: transparent;
border: none;
font-size: 30px;
color: #3fa110;
cursor: pointer;
font-weight: bold;
user-select: none;
}

.main-slider-slick {
width: 100%;
}

.main-slide-item {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 20px;
}

.slide-image,
.slide-content {
flex: 0 0 50%;
}

.slide-image img {
width: 100%;
height: auto;
display: block;
border-radius: 8px; /* opcional, se quiser arredondar bordas da imagem 
}

.slide-title {
color: #3FA110;
font-family: 'Exo 2', sans-serif;
font-size: 72px;
font-style: normal;
font-weight: 600;
margin: 0 0 10px 0;
}

.slide-text {
color: #000000;
font-family: 'Exo 2', sans-serif;
font-size: 16px;
font-weight: 400;
margin: 0;
line-height: 1.5;
} */

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3) !important; /* Fundo branco semi-transparente, mais claro */
    backdrop-filter: blur(10px) !important; /* Mantém o efeito de desfoque */
    -webkit-backdrop-filter: blur(10px) !important; /* Suporte para navegadores WebKit */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.modal-overlay.active {
    display: flex;
}
.modal-container {
    border-radius: 30px;
    background: #F0FDE3;
    box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.05);
    max-width: 810px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    padding: 20px;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.slider-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}
.nav-slider-slick {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.slick-slider {
    width: 660px;
}
.nav-slider-slick .slide-item {
    margin-right: 16px;
    margin-left: 16px;
}
.slide-item {
    padding: 4px 20px;
    cursor: pointer;
    background: #F0FDE3;
    border-radius: 5px;
    border: 1px solid #3FA110;
    color: #3FA110;
    text-align: center;
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 600;
}
.slide-item.slick-current.slick-active{
    background: #3FA110;
    color: #F0FDE3;
}
.main-slider-slick .main-slide-item {
    display: flex !important;
    padding: 20px;
}
.slide-image{
    width: 50%;
}
.slide-image img {
    width: 100%;
    height: auto;
    margin-right: 20px;
}
.slide-content {
    text-align: left;
    width: 50%;
    padding-left: 32px;
}
.slide-title {
    color: #3FA110;
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 72px;
    margin: 0 0 10px;
}
.slide-text {
    color: #000;
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}
#prev-slide, #next-slide {
    background: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.header {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 100px;
}
.header h2 {
    font-family: "Exo 2";
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    margin: 0 0 10px;
    text-align: center;
    color: #146E37;
}
.header p {
    color: #000;
    text-align: center;
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
#btn-open-popup-slick{
    cursor: pointer;
}