.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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 *//* ===========================
   KURI PREMIUM UI v2
=========================== */

/* Variables */
:root{
    --kuri-dark:#153F34;
    --kuri-primary:#2E7D32;
    --kuri-light:#8BC34A;
    --kuri-bg:#FAFBF8;
    --radius:22px;
    --transition:.35s ease;
}

/* Fondo */
body{
    background:var(--kuri-bg);
    font-family:Inter,sans-serif;
    color:#2f2f2f;
}

/* Scroll */
html{
    scroll-behavior:smooth;
}

/* Header */
header,
.elementor-location-header{

    backdrop-filter:blur(14px);

    background:rgba(255,255,255,.92);

    transition:.35s;

    box-shadow:0 8px 30px rgba(0,0,0,.05);

}

/* Logo */

.custom-logo,
.site-logo img{

    transition:.4s;

}

.custom-logo:hover,
.site-logo img:hover{

    transform:scale(1.05);

}

/* Menú */

.elementor-nav-menu a{

    font-weight:600;

    transition:.3s;

}

.elementor-nav-menu a:hover{

    color:var(--kuri-primary)!important;

}

/* Buscador */

input[type=search]{

    border-radius:20px!important;

    border:none!important;

    background:#17473c!important;

    color:white!important;

    padding:18px!important;

}

input[type=search]::placeholder{

    color:#dbe6e1;

}

/* Botones */

.elementor-button,
button{

    border-radius:40px!important;

    background:linear-gradient(135deg,#2E7D32,#8BC34A)!important;

    box-shadow:0 15px 35px rgba(46,125,50,.25);

    transition:.35s;

}

.elementor-button:hover,
button:hover{

    transform:translateY(-4px);

    box-shadow:0 25px 45px rgba(46,125,50,.35);

}

/* Cards */

.elementor-widget-wrap,
.e-con{

    border-radius:24px;

    transition:.35s;

}

.elementor-widget-wrap:hover,
.e-con:hover{

    transform:translateY(-8px);

}

/* Iconos */

.elementor-icon{

    transition:.3s;

}

.elementor-icon:hover{

    transform:scale(1.15);

}

/* Sellos */

img{

    transition:.45s;

}

img:hover{

    transform:scale(1.03);

}

/* Hero */

.hero-banner img{

    animation:float 5s ease-in-out infinite;

}

@keyframes float{

0%{transform:translateY(0);}

50%{transform:translateY(-10px);}

100%{transform:translateY(0);}

}

/* Secciones */

.elementor-section{

    padding-top:90px;

    padding-bottom:90px;

}

/* Tarjetas de productos */

.woocommerce ul.products li.product{

    border-radius:24px;

    background:white;

    box-shadow:0 20px 45px rgba(0,0,0,.06);

    transition:.35s;

}

.woocommerce ul.products li.product:hover{

    transform:translateY(-10px);

}

/* Footer */

footer,
.elementor-location-footer{

    background:#10271D!important;

}

footer a{

    transition:.3s;

}

footer a:hover{

    color:#9CCC65!important;

}

/* Inputs */

input,
textarea{

    border-radius:18px!important;

}

input:focus,
textarea:focus{

    box-shadow:0 0 0 4px rgba(139,195,74,.2)!important;

}

/* Scrollbar */

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-thumb{

    background:#2E7D32;

    border-radius:50px;

}/* End custom CSS */