.elementor-408 .elementor-element.elementor-element-de0abf7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-408 .elementor-element.elementor-element-f7a57af{text-align:center;}.elementor-408 .elementor-element.elementor-element-f7a57af .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:50px;font-weight:600;line-height:1.1em;text-shadow:2px 2px 0px rgba(255, 255, 255, 0.99);color:var( --e-global-color-secondary );}.elementor-408 .elementor-element.elementor-element-67fa0fd{text-align:center;}.elementor-408 .elementor-element.elementor-element-67fa0fd .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:50px;font-weight:600;line-height:1.1em;text-shadow:2px 2px 0px rgba(255, 255, 255, 0.99);color:var( --e-global-color-secondary );}.elementor-408 .elementor-element.elementor-element-c63ac9e{--display:flex;}@media(max-width:767px){.elementor-408 .elementor-element.elementor-element-f7a57af{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:center;}.elementor-408 .elementor-element.elementor-element-f7a57af .elementor-heading-title{font-size:10vw;}.elementor-408 .elementor-element.elementor-element-67fa0fd{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:center;}.elementor-408 .elementor-element.elementor-element-67fa0fd .elementor-heading-title{font-size:10vw;}}/* Start custom CSS */body {
    display: block;
}


 .plantel-item{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}
.plantel-item.active{
  transform: translateY(0);
  opacity: 1;
}/* End custom CSS */