.elementor-kit-8{--e-global-color-primary:#171407;--e-global-color-secondary:#345797;--e-global-color-text:#424E65;--e-global-color-accent:#5DC455;--e-global-color-d67acc8:#FBD74D;--e-global-color-cf6920e:#FFFFFF;--e-global-color-21ffcb3:#1295ED;--e-global-color-102c5c9:#1D6CA2;--e-global-color-0a23aa8:#E6AC00;--e-global-color-4bce45b:#0C6E03;--e-global-color-e62430a:#00436D;--e-global-color-1fdd1d3:#565455;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-size:39px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-bottom:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#000000E8;--lightbox-text-color:var( --e-global-color-cf6920e );}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p {
margin-bottom: 0;
}

html, body {
width: 100%;
overflow-x: hidden;
}

.elementor-button {
    position: relative;
    background-color: #1b690f;
    color: #FFFFFF;
    border-radius: 30px;
    padding: 15px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    opacity: 0%;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.elementor-button:hover {
    background-color: #16560c; 
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.elementor-button:hover::before {
    opacity: 1;
    background: linear-gradient(135deg, rgba(230, 172, 0, 0.5), rgba(255, 255, 255, 0)); 
}

.elementor-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .elementor-button {
        padding: 12px 24px;
        font-size: 14px;
    }
}

.fundoat{
    width: 60%;
    display: block;
    padding-top: 2%;
    background: -webkit-radial-gradient(25rem, rgba(18, 149, 237, 0.74), transparent);
background: -o-radial-gradient(25rem, rgba(18, 149, 237, 0.74), transparent);
background: radial-gradient(25rem, rgba(18, 149, 237, 0.74), transparent);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
}

.fundobt{
     width: 60%;
    display: block;
    padding-top: 2%;
background: -webkit-radial-gradient(25rem, rgba(18, 149, 237, 0.74), transparent);
    background: -webkit-radial-gradient(25rem, #ffffffbe, transparent);
background: -o-radial-gradient(25rem, #ffffffbe, transparent);
background: radial-gradient(25rem, #ffffffbe, transparent);
 left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .section:before {
        background-image: url(/wp-content/uploads/2025/03/plantas-left.webp);
        background-position: left center;
        width: 520px;
        height: 520px;
        left: 0;
        opacity: 25%;
        top: 10%!important;
    }
}


@media only screen and (min-width: 768px) {
    .section:after {
        background-image: url(/wp-content/uploads/2025/03/plantas-right.webp);
        background-position: right center;
        width: 520px;
        height: 520px;
        right: 0;
        opacity: 25%;
        top: 10%!important;
    }
}

@media only screen and (min-width: 768px) {
    .section:after, .section:before {
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        pointer-events: none;
    }
}/* End custom CSS */