.elementor-kit-7{--e-global-color-primary:#6AAF42;--e-global-color-secondary:#366842;--e-global-color-text:#98A7AA;--e-global-color-accent:#FFFFFF;--e-global-color-33e055e:#FFFBF4;--e-global-color-ec91daf:#6AAF42;--e-global-color-d4b4035:#366842;--e-global-color-d4e1079:#98A7AA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:1.1rem;--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;font-family:"Raleway", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Raleway", Sans-serif;}.elementor-kit-7 h2{font-family:"Raleway", Sans-serif;}.elementor-kit-7 h3{font-family:"Raleway", Sans-serif;}.elementor-kit-7 h4{font-family:"Raleway", Sans-serif;}.elementor-kit-7 h5{font-family:"Raleway", Sans-serif;}.elementor-kit-7 h6{font-family:"Raleway", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#101511C7;--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:20px;}.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 *//*---- FIX GSAP PIN BUG -----*/
.elementor .e-con{
	transition: all 0s;
}

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

/*---- GRAL -----*/
html{
font-size: clamp(12px, 1.1vw , 17px)!important
}
/*------COLORES--------*/
:root {
  --beige: #FFFBF4;
  --verde: #6AAF42;
  --verde-oscuro: #366842;
  --gris: #98A7AA;
}

::selection {
	background:var(--beige);
	color:var(--verde);
}


/*-- OCULTOS  -----*/
body:not(.elementor-editor-active)  .oculto{
    display:none;
}


/* estilos globales */
/*
evito que los titulos con linea queden demasiado chicos en moibile
*/

@media (width < 1200px){
    .lineTitle *{
        font-size:15px!important;
    }
}/* End custom CSS */