.elementor-kit-5{--e-global-color-primary:#F7F3EE;--e-global-color-secondary:#6B5E54;--e-global-color-text:#2C2824;--e-global-color-accent:#C4714A;--e-global-color-3503214:#E8DDD4;--e-global-color-cf8d0ef:#FDFAF6;--e-global-color-6496179:#B8A89E;--e-global-color-07313cd:#A85A35;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.1em;background-color:var( --e-global-color-cf8d0ef );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h2{font-family:"Cormorant Garamond", Sans-serif;font-size:clamp(2.2rem, 4vw, 3.2rem);font-weight:400;line-height:clamp(1.15, 2vw, 1.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--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);}.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:768px;}.e-con{--container-max-width:768px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:390px;}.e-con{--container-max-width:390px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//*al linkear la sección queda por encima 80px*/
.e-con {
  scroll-margin-top: 80px;
}
body {
  overflow-x: hidden;
}

/*Clase para cambio de color en texto*/
.accent {
  color: #C4714A;
}

/*quitar espacio debajo de texto*/
.elementor-text-editor p:last-child{ 
 margin-bottom:0px;
}


/*ocultar la barra scroll horizontal en el efecto SCROLL HORIZONTAL*/
html, body {
    overflow-x: hidden !important
}/* End custom CSS */