.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@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;}}.elementor .e-div-block-base{min-width:30px;padding:10px;display:block;}.elementor .e-flexbox-base{padding:10px;display:flex;flex-direction:row;}.elementor .e-heading-base{margin:0px;}.elementor .e-heading-link-base{all:unset;cursor:pointer;}.elementor .e-image-link-base{width:fit-content;display:inherit;}.elementor .e-image-base{display:block;}.elementor .e-paragraph-base{margin:0px;}.elementor .e-paragraph-link-base{all:unset;cursor:pointer;}.elementor .e-svg-base{width:65px;height:65px;display:inline-block;}.elementor .e-button-base{text-align:center;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;border-radius:2px;border-width:0px;background-color:#375EFB;display:inline-block;}.elementor .e-youtube-base{overflow:hidden;aspect-ratio:16/9;}
/* Start custom CSS *//* Tarjeta base */
.box-info{
  position:relative; width:300px; margin:0 auto;
  padding:50px 20px 20px; background:#fff;
  border:2px solid #001f5b; border-radius:12px;
  text-align:center; box-sizing:border-box;
  font-family:'Coolvetica', sans-serif;
}
.icon-circle{
  position:absolute; top:-40px; left:50%; transform:translateX(-50%);
  width:80px; height:80px; background:#fff;
  border:2px solid #001f5b; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
.icon-circle img{ width:48px; height:48px; }
.box-info h3{ margin:0 0 8px; font-size:18px; font-weight:700; color:#001f5b; }
.box-info p{ margin:0; font-size:14px; line-height:1.5; color:#000; }

/* Variante celeste (usá .box-info--light en lugar de .box-info si la querés) */
.box-info--light{ border-color:#83A5F2; }
.box-info--light .icon-circle{ border-color:#83A5F2; }
.box-info--light h3{ color:#83A5F2; }

/* Responsive suave */
@media (max-width: 768px){
  .box-info{ width:100%; padding:56px 16px 16px; }
  .icon-circle{ width:72px; height:72px; top:-36px; }
  .icon-circle img{ width:42px; height:42px; }
  .box-info h3{ font-size:16px; }
  .box-info p{ font-size:13px; }
}/* End custom CSS */