.elementor-kit-40{--e-global-color-primary:#2B9E99;--e-global-color-secondary:#003935;--e-global-color-text:#171717;--e-global-color-accent:#44A8A1;--e-global-color-3dda89e:#00726D;--e-global-color-5137cb3:#BCBCBC;--e-global-color-e6d3011:#F07363;--e-global-color-f043b28:#FFCC67;--e-global-color-c44663a:#5AD0CB;--e-global-color-b365390:#FFFFFF;--e-global-color-cd3f18a:#F8F8F8;--e-global-color-ea68501:#E3E3E3;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:2.5em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:48px;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:1.25em;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:31.92px;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:22.4px;--e-global-typography-ba732ae-font-family:"Lato";--e-global-typography-ba732ae-font-size:0.88em;--e-global-typography-ba732ae-font-weight:600;--e-global-typography-ba732ae-text-transform:uppercase;--e-global-typography-ba732ae-line-height:16.8px;--e-global-typography-ba732ae-letter-spacing:2.94px;color:var( --e-global-color-text );font-family:"Lato", Sans-serif;font-size:16px;line-height:22.4px;}.elementor-kit-40 button,.elementor-kit-40 input[type="button"],.elementor-kit-40 input[type="submit"],.elementor-kit-40 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Lato", Sans-serif;font-size:1em;font-weight:400;line-height:19.2px;color:var( --e-global-color-b365390 );border-radius:2px 2px 2px 2px;padding:14px 10px 14px 10px;}.elementor-kit-40 e-page-transition{background-color:#FFBC7D;}.elementor-kit-40 p{margin-block-end:0px;}.elementor-kit-40 h1{color:var( --e-global-color-secondary );font-family:"Lato", Sans-serif;font-size:48px;font-weight:400;line-height:57.6px;}.elementor-kit-40 h2{color:#003935;font-family:"Lato", Sans-serif;font-size:40px;font-weight:400;line-height:48px;}.elementor-kit-40 h3{color:var( --e-global-color-secondary );font-family:"Lato", Sans-serif;font-size:20px;font-weight:700;line-height:31.92px;}.elementor-kit-40 h4{color:var( --e-global-color-accent );font-family:"Lato", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;line-height:16.8px;}.elementor-kit-40 button:hover,.elementor-kit-40 button:focus,.elementor-kit-40 input[type="button"]:hover,.elementor-kit-40 input[type="button"]:focus,.elementor-kit-40 input[type="submit"]:hover,.elementor-kit-40 input[type="submit"]:focus,.elementor-kit-40 .elementor-button:hover,.elementor-kit-40 .elementor-button:focus{color:var( --e-global-color-b365390 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1214px;}.e-con{--container-max-width:1214px;--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){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:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@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 */.mi-tooltip {
  position: relative; 
  display: inline-block;
  cursor: help; 
}

.mi-tooltip .mi-tooltip-texto {
  visibility: hidden;
  width: 220px;
  background-color: #44A8A1;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 16px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 0.3s;

  
  font-family: 'Lato', sans-serif; 
  font-size: 14px;    
  line-height: 1.4;
}


.mi-tooltip .mi-tooltip-texto::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #44A8A1 transparent transparent transparent;
}


.mi-tooltip:hover .mi-tooltip-texto {
  visibility: visible;
  opacity: 1;
}/* End custom CSS */