.elementor-kit-7{--e-global-color-primary:#E71D30;--e-global-color-secondary:#841728;--e-global-color-text:#303030;--e-global-color-accent:#000000;--e-global-color-8b8f7f9:#FFFFFF;--e-global-typography-primary-font-family:"Varela Round";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Varela Round";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Varela Round";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );font-size:17px;color:var( --e-global-color-8b8f7f9 );border-style:none;border-radius:99999px 99999px 99999px 99999px;padding:15px 30px 15px 30px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-8b8f7f9 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Varela Round";font-size:4em;font-weight:400;}.elementor-kit-7 h2{font-size:2.25rem;}.elementor-kit-7 h3{font-size:1.75rem;}.elementor-kit-7 h4{font-size:1.35rem;}.elementor-kit-7 h5{font-size:1.25rem;}.elementor-kit-7 h6{font-size:1.12rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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 *//*---- Nav-bar -----*/

.navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 
	transform 0.3s ease,
	background 0.3s ease,
	box-shadow 0.3s ease;

}



/*  Cuando hace scroll (más de 250px) */
.navigation.logo-small {

  box-shadow: 0px 7px 19px 1px rgba(0,0,0,0.25);
}

/*  Cuando se oculta */
.navigation.nav-hide {
  transform: translateY(-140%);
}/* End custom CSS */