.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#10CFC9;--e-global-color-1ac5724:#A68063;--e-global-color-28fa02d:#10CFC9;--e-global-color-d63e657:#FFFFFF;--e-global-typography-primary-font-family:"articulat-cf";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"articulat-cf";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"articulat-cf";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"articulat-cf";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );font-family:"articulat-cf", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"articulat-cf", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0rem;--container-default-padding-right:0rem;--container-default-padding-bottom:0rem;--container-default-padding-left:0rem;}.elementor-widget:not(:last-child){--kit-widget-spacing:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;--widgets-spacing-row:1rem;--widgets-spacing-column:1rem;}{}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 */body, html {
    overflow-x: hidden !important;
}

/*---- FIX GSAP PIN BUG -----*/
.elementor .e-con{
	transition: all 0s;
}

/*---- GRAL -----*/
html{
	font-size: clamp(18px, 1.1vw , 18px)
}
body, #content{
    max-width: 100vw;
    overflow-x: hidden;
}

/*------Colors--------*/
:root{
--dark: #2B2A2A;
--gris: #333330;
--light: #F9F9F7;
}

::selection {
	/*background:#e29fc4;*/
	/*color:#571b43*/
}


/*-- OCULTOS  -----*/
body:not(.elementor-editor-active)  .oculto{
    display:none;
}

/*body:not(.postid-20124){
	display:none
}*//* End custom CSS */