.elementor-kit-594{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-27d799:#808285;--e-global-color-53133129:#000000;--e-global-color-4dc6324b:#23A455;--e-global-color-105b22c5:#01B4C0;--e-global-color-53d216ec:#FFF;--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;font-family:"Epilogue", Sans-serif;}.elementor-kit-594 e-page-transition{background-color:#FFBC7D;}.elementor-kit-594 a{font-family:"Great Vibes", Sans-serif;}.elementor-kit-594 h1{font-family:"Great Vibes", Sans-serif;}.elementor-kit-594 h2{font-family:"Great Vibes", Sans-serif;}.elementor-kit-594 h3{font-family:"Playfair", Sans-serif;}.elementor-kit-594 h6{font-family:"Dancing Script", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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-kit-594 p{margin-block-end:55px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body.modal-activo {
  overflow: hidden;
}
body.modal-activo .elementor {
  display: none !important;
}

body.modal-activo .elementor {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.zoom-in {
  animation: zoomIn 4s ease forwards;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-left {
  animation: fadeLeft 2.1s ease-out forwards;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-right {
  animation: fadeRight 2.1s ease-out forwards;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}/* End custom CSS */