{"id":1062,"date":"2020-03-19T04:03:12","date_gmt":"2020-03-19T04:03:12","guid":{"rendered":"https:\/\/www.bmicos.com\/?page_id=1062"},"modified":"2026-02-26T14:28:05","modified_gmt":"2026-02-26T18:28:05","slug":"internacional","status":"publish","type":"page","link":"https:\/\/www.bmicos.com\/en\/internacional\/","title":{"rendered":"international"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1062\" class=\"elementor elementor-1062\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-47edbcc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"47edbcc\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dd4c7df\" data-id=\"dd4c7df\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4d3191e elementor-widget elementor-widget-html\" data-id=\"4d3191e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n<!-- En el <head>, carga la fuente Poppins -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Slider Profesional - WordPress Style<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            background: #f5f5f5;\r\n            margin: 0;\r\n        }\r\n\r\n        .slider-container {\r\n            max-width: none;\r\n            \/*margin: 0;*\/\r\n            position: relative;\r\n            background: white;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .slider-wrapper {\r\n            position: relative;\r\n            width: 100%;\r\n            height: 500px;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .slide {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            opacity: 0;\r\n            transform: translateX(100%);\r\n            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\r\n            display: flex;\r\n            align-items: center;\r\n            background-size: cover;\r\n            background-position: center;\r\n        }\r\n\r\n        .slide.active {\r\n            opacity: 1;\r\n            transform: translateX(0);\r\n        }\r\n\r\n        .slide.prev {\r\n            transform: translateX(-100%);\r\n        }\r\n\r\n        \/* Slides individuales *\/\r\n        .slide-1 {\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n        }\r\n\r\n        .slide-2 {\r\n            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\r\n        }\r\n\r\n        .slide-3 {\r\n            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);\r\n        }\r\n\r\n        .slide-content {\r\n            max-width: 600px;\r\n            margin: 0 20%;\r\n            text-align: left;\r\n            color: white;\r\n            padding: 0 40px;\r\n            transform: translateY(30px);\r\n            opacity: 0;\r\n            transition: all 0.8s ease-out 0.3s;\r\n        }\r\n\r\n        .slide.active .slide-content {\r\n            transform: translateY(0);\r\n            opacity: 1;\r\n        }\r\n\r\n        .slide-content h2 {\r\n            font-size: 3rem;\r\n            font-weight: 700;\r\n            \/\/margin-bottom: 0px;\r\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\r\n            left: 160px;\r\n        }\r\n\r\n        .slide-content p {\r\n            font-size: 1.2rem;\r\n            line-height: 1.6;\r\n            margin-bottom: 10px;\r\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);\r\n            left: 160px;\r\n        }\r\n\r\n        .slide-btn {\r\n            display: inline-block;\r\n            padding: 10px 35px;\r\n            background: rgba(255,255,255,0.2);\r\n            color: white;\r\n            text-decoration: none;\r\n            border-radius: 15px;\r\n            font-weight: 800;\r\n            border: 2px solid rgba(255,255,255,0.3);\r\n            transition: all 0.3s ease;\r\n            backdrop-filter: blur(10px);\r\n            font-size: 20px;\r\n        }\r\n\r\n        .slide-btn:hover {\r\n            background: rgba(255,255,255,0.3);\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        \/* Controles de navegaci\u00f3n *\/\r\n        .slider-nav {\r\n            position: absolute;\r\n            top: 50%;\r\n            transform: translateY(-50%);\r\n            background: rgba(255,255,255,0.9);\r\n            border: none;\r\n            width: 50px;\r\n            height: 50px;\r\n            border-radius: 50%;\r\n            cursor: pointer;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            transition: all 0.3s ease;\r\n            z-index: 100;\r\n            backdrop-filter: blur(10px);\r\n        }\r\n\r\n        .slider-nav:hover {\r\n            background: rgba(255,255,255,1);\r\n            transform: translateY(-50%) scale(1.1);\r\n        }\r\n\r\n        .prev-btn {\r\n            left: 20px;\r\n        }\r\n\r\n        .next-btn {\r\n            right: 20px;\r\n        }\r\n\r\n        .nav-icon {\r\n            width: 0;\r\n            height: 0;\r\n            border-style: solid;\r\n        }\r\n\r\n        .prev-btn .nav-icon {\r\n            border-color: transparent #333 transparent transparent;\r\n            border-width: 8px 12px 8px 0;\r\n            margin-left: -3px;\r\n        }\r\n\r\n        .next-btn .nav-icon {\r\n            border-color: transparent transparent transparent #333;\r\n            border-width: 8px 0 8px 12px;\r\n            margin-right: -3px;\r\n        }\r\n\r\n        \/* Indicadores *\/\r\n        .slider-indicators {\r\n            position: absolute;\r\n            bottom: 20px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            display: flex;\r\n            gap: 10px;\r\n            z-index: 100;\r\n        }\r\n\r\n        .indicator {\r\n            width: 12px;\r\n            height: 12px;\r\n            border-radius: 50%;\r\n            background: rgba(255,255,255,0.5);\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .indicator.active {\r\n            background: white;\r\n            transform: scale(1.2);\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .slider-container {\r\n                \/*margin: 70px 10px;*\/\r\n                \/*border-radius: 10px;*\/\r\n                font-size: 9px;\r\n\r\n            }\r\n\r\n            .slider-indicators {\r\n               visibility: hidden;\r\n            }\r\n\r\n            .slider-wrapper {\r\n                height: 400px;\r\n            }\r\n\r\n            .slide-content {\r\n                padding: 0 20px;\r\n                text-align: center !important;\r\n            }\r\n\r\n            .slide-content h2 {\r\n                font-size: 18px;\r\n\r\n\r\n            }\r\n\r\n            .slide-content p {\r\n                font-size: 12px;\r\n\r\n\r\n            }\r\n\r\n            .slide-btn {\r\n                padding: 6px 15px;\r\n                font-size: 10px;\r\n            }\r\n\r\n            .slider-nav {\r\n                width: 40px;\r\n                height: 40px;\r\n            }\r\n\r\n            .prev-btn {\r\n                left: 10px;\r\n            }\r\n\r\n            .next-btn {\r\n                right: 10px;\r\n            }\r\n\r\n            .prev-btn .nav-icon {\r\n                border-width: 6px 10px 6px 0;\r\n            }\r\n\r\n            .next-btn .nav-icon {\r\n                border-width: 6px 0 6px 10px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 390px) {\r\n            .slider-container {\r\n                \/*margin: 70px 10px;*\/\r\n                \/*border-radius: 10px;*\/\r\n                font-size: 9px;\r\n\r\n            }\r\n\r\n            .slider-indicators {\r\n                visibility: hidden;\r\n            }\r\n            .slide-content {\r\n                padding: 0 20px;\r\n                text-align: center !important;\r\n            }\r\n            .slider-wrapper {\r\n                height: 350px;\r\n            }\r\n\r\n            .slide-content h2 {\r\n                font-size: 18px;\r\n            }\r\n\r\n            .slide-content p {\r\n                font-size: 12px;\r\n            }\r\n        }\r\n\r\n        \/* Animaci\u00f3n de entrada suave *\/\r\n        .slider-container {\r\n            animation: fadeInUp 1s ease-out;\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n       \r\n\/* Contenedor del slider: alto responsive manteniendo proporci\u00f3n *\/\r\n.slider-wrapper {\r\n    position: relative;\r\n    width: 100%;\r\n    aspect-ratio: 16 \/ 9;     \/* Ajusta la relaci\u00f3n si lo necesitas *\/\r\n    min-height: 320px;        \/* L\u00edmite inferior para m\u00f3viles *\/\r\n    max-height: 700px;        \/* L\u00edmite superior para desktop *\/\r\n    overflow: hidden;\r\n}\r\n\r\n\/* Slides: mostrar imagen completa sin deformar *\/\r\n.slide {\r\n    \/* si usas im\u00e1genes como background *\/\r\n    background-size: contain;      \/* antes: cover (recortaba) *\/\r\n    background-repeat: no-repeat;\r\n    background-position: center;\r\n\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n}\r\n\r\n\/* si usas <img> dentro de .slide *\/\r\n.slide img {\r\n    max-width: 100%;\r\n    max-height: 100%;\r\n    width: auto;\r\n    height: auto;\r\n    object-fit: contain;           \/* mantiene proporci\u00f3n, sin recortes *\/\r\n}\r\n\r\n\/* Asegura slider a todo el ancho *\/\r\n.slider-container,\r\n.slider-wrapper {\r\n  width: 100%;\r\n}\r\n\r\n\/* Altura del slider por dispositivo (aj\u00fastalo a tu dise\u00f1o) *\/\r\n.slider-wrapper {\r\n  height: 360px; \/* Mobile por defecto *\/\r\n}\r\n\r\n@media (min-width: 768px) {\r\n  .slider-wrapper {\r\n    height: 100%; \/* Tablet *\/\r\n  }\r\n}\r\n\r\n@media (min-width: 1024px) {\r\n  .slider-wrapper {\r\n    height: 600px; \/* Desktop *\/\r\n  }\r\n}\r\n\r\n\/* Mantener look original del slide: imagen a todo el ancho\/alto visible *\/\r\n.slide {\r\n  background-size: cover;       \/* ocupa todo el ancho del contenedor *\/\r\n  background-position: center;  \/* centrada *\/\r\n  background-repeat: no-repeat;\r\n}\r\n\r\n\/* Im\u00e1genes por dispositivo (mobile por defecto) *\/\r\n.slide-1 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2026\/02\/Banner-Principal_HOME-BMICOS.COM-1921x1090-1.jpg\"); }\r\n.slide-2 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Salud_Banner_Mobile.png\"); }\r\n.slide-3 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Vida_Banner_Mobile.png\"); }\r\n.slide-4 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Viajes_Banner_Mobile.png\"); }\r\n\r\n\r\n\/* Tablet *\/\r\n@media (min-width: 768px) {\r\n  .slide-1 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2026\/02\/Banner-Principal_HOME-BMICOS.COM-1921x1090-1.jpg\"); }\r\n  .slide-2 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Salud_Banner_Mobile.png\"); }\r\n  .slide-3 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Vida_Banner_Mobile.png\"); }\r\n  .slide-4 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Viajes_Banner_Mobile.png\"); }\r\n  \r\n}\r\n\r\n\/* Desktop *\/\r\n@media (min-width: 1024px) {\r\n  .slide-1 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2026\/02\/Banner-Principal_-2560x734-1.jpg\"); }\r\n  .slide-2 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Salud_Banner_Web-scaled.png\"); }\r\n  .slide-3 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Vida_Banner_Web-scaled.png\"); }\r\n  .slide-4 { background-image: url(\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Viajes_Banner_Web-scaled.png\"); }\r\n  \r\n}\r\n\/* Colores por slide *\/\r\n.slide-2 .slide-btn {\r\n  background-color: #0071CE;\r\n  border-color: #0071CE;\r\n  color: #ffffff;\r\n}\r\n.slide-3 .slide-btn {\r\n  background-color: #00788D;\r\n  border-color: #00788D;\r\n  color: #ffffff;\r\n}\r\n.slide-4 .slide-btn {\r\n  background-color: #7AB851;\r\n  border-color: #7AB851;\r\n  color: #ffffff;\r\n}\r\n.slide-1 .slide-btn {\r\n  background-color: #764ba2;\r\n  border-color: #764ba2;\r\n  color: #ffffff;\r\n}\r\n\r\n\/* Hover\/Focus (sin cambiar el look general) *\/\r\n.slide .slide-btn {\r\n  transition: filter 0.2s ease;\r\n}\r\n.slide .slide-btn:hover,\r\n.slide .slide-btn:focus-visible {\r\n  filter: brightness(0.92);\r\n}\r\n\/* Tipograf\u00eda en todos los slides *\/\r\n.slide {\r\n  font-family: \"Poppins\", system-ui, -apple-system, \"Segoe UI\", Roboto, Arial, sans-serif;\r\n}\r\n\r\n\/* Color de texto para Slide 1 y Slide 3 (no afecta botones) *\/\r\n.slide-2 :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,blockquote,a) { \r\n  color: #606060; \r\n}\r\n.slide-3 :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,blockquote,a) { \r\n  color: #606060; \r\n}\r\n.slide-4 :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,blockquote,a) { \r\n  color: #FFFFFF; \r\n}\r\n\r\n\/* Asegura que los botones mantengan su color propio *\/\r\n.slide .slide-btn {\r\n  color: inherit; \/* si ya definiste color espec\u00edfico en cada slide, puedes omitir esta l\u00ednea *\/\r\n}\r\n.slide-2 .slide-btn { color: #ffffff; }   \/* ejemplo si tu bot\u00f3n es claro en slide 1 *\/\r\n.slide-4 .slide-btn { color: #0b1a00; }   \/* ejemplo si tu bot\u00f3n es oscuro en slide 3 *\/\r\n.slide-4 .slide-btn { color: #ffffff; }\r\n\/* Texto blanco en mobile y tablet (excluye botones) *\/\r\n.slide :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,blockquote,a):not(.slide-btn) {\r\n  color: #FFFFFF;\r\n}\r\n\r\n\/* Desktop: restablecer color de texto previamente definido *\/\r\n@media (min-width: 1024px) {\r\n  .slide-2 :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,blockquote,a):not(.slide-btn) {\r\n    color: #606060;\r\n  }\r\n  .slide-4 :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,blockquote,a):not(.slide-btn) {\r\n    color: #606060;\r\n  }\r\n  \/* Slide 2 mantiene su color de texto por defecto en desktop *\/\r\n}\r\n<\/style>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\/* ========== 1) Base y Tipograf\u00eda ========== *\/\r\n.slide {\r\n  font-family: \"Poppins\", system-ui, -apple-system, \"Segoe UI\", Roboto, Arial, sans-serif;\r\n}\r\n\r\n\/* ========== 2) Layout (Mobile\/Tablet vs Desktop) ========== *\/\r\n\/* Mobile y Tablet: contenido al fondo *\/\r\n.slide {\r\n  display: flex;\r\n  flex-direction: column;\r\n  justify-content: flex-end; \/* abajo *\/\r\n  align-items: flex-start;   \/* izquierda *\/\r\n  gap: 12px;\r\n  padding: 16px;\r\n}\r\n\r\n\/* Tablet: peque\u00f1os ajustes *\/\r\n@media (min-width: 768px) {\r\n  .slide {\r\n    gap: 16px;\r\n    padding: 24px;\r\n  }\r\n}\r\n\r\n\/* Desktop: alinear a la derecha y centrar verticalmente *\/\r\n@media (min-width: 1024px) {\r\n  .slide {\r\n    justify-content: center;\r\n    align-items: flex-end;\r\n    text-align: right;\r\n    padding: 32px;\r\n  }\r\n  .slide .slide-btn {\r\n    align-self: flex-end;\r\n  }\r\n}\r\n\r\n\/* ========== 3) Botones por Slide (colores y estados) ========== *\/\r\n.slide-2 .slide-btn {\r\n  background-color: #0071CE;\r\n  border-color: #0071CE;\r\n  color: #FFFFFF;\r\n}\r\n.slide-3 .slide-btn {\r\n  background-color: #00788D;\r\n  border-color: #00788D;\r\n  color: #FFFFFF;\r\n}\r\n.slide-4 .slide-btn {\r\n  background-color: #7AB851;\r\n  border-color: #7AB851;\r\n  color: #FFFFFF; \/* alto contraste sobre verde *\/\r\n}\r\n.slide-1 .slide-btn {\r\n  background-color: #764ba2;\r\n  border-color: #764ba2;\r\n  color: #FFFFFF;\r\n}\r\n\/* Estados comunes de botones *\/\r\n.slide .slide-btn {\r\n  transition: filter 0.2s ease;\r\n}\r\n.slide .slide-btn:hover,\r\n.slide .slide-btn:focus-visible {\r\n  filter: brightness(0.92);\r\n}\r\n\r\n\/* ========== 4) Colores de Texto (Responsive) ========== *\/\r\n\/* Mobile\/Tablet: texto blanco en los 3 slides (excluye botones) *\/\r\n.slide :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,blockquote,a):not(.slide-btn) {\r\n  color: #FFFFFF;\r\n}\r\n\r\n\/* Desktop: Slide 1 y 3 con #606060; Slide 2 mantiene su color por defecto *\/\r\n@media (min-width: 1024px) {\r\n  .slide-2 :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,blockquote,a):not(.slide-btn) {\r\n    color: #606060;\r\n  }\r\n  .slide-4 :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,blockquote,a):not(.slide-btn) {\r\n    color: #606060;\r\n  }\r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n<div class=\"slider-container\">\r\n    <div class=\"slider-wrapper\">\r\n\t<!-- Slide 4 (ejemplo) -->\r\n        <div class=\"slide slide-1\">\r\n            <div class=\"slide-content\">\r\n                <h2><\/h2>\r\n                <p><\/p>\r\n                \r\n            <\/div>\r\n        <\/div>\r\n        <!-- Slide 1 -->\r\n        <div class=\"slide slide-2 active\">\r\n            <div class=\"slide-content\">\r\n                <h2>Seguros de Salud<\/h2>\r\n                <p>Cuenta con cobertura mundial y excelentes beneficios m\u00e9dicos.<\/p>\r\n                <a href=\"https:\/\/www.bmicos.com\/categoria-producto\/salud\/\" class=\"slide-btn\">Ver Planes<\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Slide 2 -->\r\n        <div class=\"slide slide-3\">\r\n            <div class=\"slide-content\">\r\n                <h2>Seguros de Vida<\/h2>\r\n                <p>Siente la tranquilidad de saber que el futuro de tu\u00a0familia y tu patrimonio est\u00e1n protegidos.<\/p>\r\n                <a href=\"https:\/\/www.bmicos.com\/categoria-producto\/vida\/\" class=\"slide-btn\">Ver Planes<\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Slide 3 -->\r\n        <div class=\"slide slide-4\">\r\n            <div class=\"slide-content\">\r\n                <h2>Asistencia en Viajes<\/h2>\r\n                <p>Viaja al exterior tranquilo, seguro y protegido con la mayor red mundial de asistencia.<\/p>\r\n                <a href=\"https:\/\/www.bmicos.com\/categoria-producto\/viajes\/\" class=\"slide-btn\">Ver Planes<\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n    <\/div>\r\n\r\n    <!-- Controles de navegaci\u00f3n -->\r\n    <button class=\"slider-nav prev-btn\" onclick=\"changeSlide(-1)\">\r\n        <div class=\"nav-icon\"><\/div>\r\n    <\/button>\r\n    <button class=\"slider-nav next-btn\" onclick=\"changeSlide(1)\">\r\n        <div class=\"nav-icon\"><\/div>\r\n    <\/button>\r\n\r\n    <!-- Indicadores -->\r\n    <div class=\"slider-indicators\">\r\n        <div class=\"indicator active\" onclick=\"currentSlide(1)\"><\/div>\r\n        <div class=\"indicator\" onclick=\"currentSlide(2)\"><\/div>\r\n        <div class=\"indicator\" onclick=\"currentSlide(3)\"><\/div>\r\n        <div class=\"indicator\" onclick=\"currentSlide(4)\"><\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    let slideIndex = 0;\r\n    const slides = document.querySelectorAll('.slide');\r\n    const indicators = document.querySelectorAll('.indicator');\r\n    const totalSlides = slides.length;\r\n    let autoSlideTimer;\r\n\r\n    \/\/ Funci\u00f3n para mostrar slide espec\u00edfico\r\n    function showSlide(index) {\r\n        \/\/ Remover clases activas\r\n        slides.forEach((slide, i) => {\r\n            slide.classList.remove('active', 'prev');\r\n            indicators[i].classList.remove('active');\r\n        });\r\n\r\n        \/\/ Activar slide e indicador actual\r\n        slides[index].classList.add('active');\r\n        indicators[index].classList.add('active');\r\n\r\n        \/\/ A\u00f1adir clase prev al slide anterior\r\n        const prevIndex = (index - 1 + totalSlides) % totalSlides;\r\n        slides[prevIndex].classList.add('prev');\r\n    }\r\n\r\n    \/\/ Cambiar slide\r\n    function changeSlide(direction) {\r\n        slideIndex += direction;\r\n\r\n        if (slideIndex >= totalSlides) {\r\n            slideIndex = 0;\r\n        } else if (slideIndex < 0) {\r\n            slideIndex = totalSlides - 1;\r\n        }\r\n\r\n        showSlide(slideIndex);\r\n        resetAutoSlide();\r\n    }\r\n\r\n    \/\/ Ir a slide espec\u00edfico\r\n    function currentSlide(index) {\r\n        slideIndex = index - 1;\r\n        showSlide(slideIndex);\r\n        resetAutoSlide();\r\n    }\r\n\r\n    \/\/ Auto-slide\r\n\r\n    function startAutoSlide() {\r\n        autoSlideTimer = setInterval(() => {\r\n            changeSlide(1);\r\n        }, 5000);\r\n    }\r\n\r\n    function resetAutoSlide() {\r\n        clearInterval(autoSlideTimer);\r\n        startAutoSlide();\r\n    }\r\n\r\n    \/\/ Control por teclado\r\n    document.addEventListener('keydown', (e) => {\r\n        if (e.key === 'ArrowLeft') {\r\n            changeSlide(-1);\r\n        } else if (e.key === 'ArrowRight') {\r\n            changeSlide(1);\r\n        }\r\n    });\r\n\r\n    \/\/ Touch\/Swipe para m\u00f3viles\r\n    let touchStartX = 0;\r\n    let touchEndX = 0;\r\n\r\n    document.addEventListener('touchstart', (e) => {\r\n        touchStartX = e.changedTouches[0].screenX;\r\n    });\r\n\r\n    document.addEventListener('touchend', (e) => {\r\n        touchEndX = e.changedTouches[0].screenX;\r\n        handleSwipe();\r\n    });\r\n\r\n    function handleSwipe() {\r\n        const swipeThreshold = 50;\r\n        const diff = touchStartX - touchEndX;\r\n\r\n        if (Math.abs(diff) > swipeThreshold) {\r\n            if (diff > 0) {\r\n                changeSlide(1); \/\/ Swipe left - next slide\r\n            } else {\r\n                changeSlide(-1); \/\/ Swipe right - prev slide\r\n            }\r\n        }\r\n    }\r\n\r\n    \/\/ Pausar auto-slide cuando mouse est\u00e1 encima\r\n    const sliderContainer = document.querySelector('.slider-container');\r\n    sliderContainer.addEventListener('mouseenter', () => {\r\n        clearInterval(autoSlideTimer);\r\n    });\r\n\r\n    sliderContainer.addEventListener('mouseleave', () => {\r\n        startAutoSlide();\r\n    });\r\n\r\n    \/\/ Inicializar\r\n    showSlide(slideIndex);\r\n    startAutoSlide();\r\n\r\n    \/\/ Optimizaci\u00f3n para performance\r\n    window.addEventListener('visibilitychange', () => {\r\n        if (document.hidden) {\r\n            clearInterval(autoSlideTimer);\r\n        } else {\r\n            startAutoSlide();\r\n        }\r\n    });\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-a20240e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a20240e\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6c8293c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b24dd65\" data-id=\"b24dd65\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8e5283e elementor-widget elementor-widget-jet-headline\" data-id=\"8e5283e\" data-element_type=\"widget\" data-widget_type=\"jet-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"jet-headline jet-headline--direction-horizontal\"><span class=\"jet-headline__part jet-headline__first\"><span class=\"jet-headline__label\"><b>BMI<\/b> Financial Group<\/span><\/span><\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b602fc6 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"b602fc6\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-cee0847 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cee0847\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;2244349&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-235be30\" data-id=\"235be30\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e634fe5 elementor-widget elementor-widget-text-editor\" data-id=\"e634fe5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>Estamos a su lado para proteger lo que m\u00e1s le importa. Nuestro amplio portafolio de productos y servicios le brinda la conveniencia de poder dise\u00f1ar un plan de protecci\u00f3n integral en una sola empresa y as\u00ed garantizar que tenga una excelente experiencia cuando m\u00e1s lo necesite.<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-5feb4e8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5feb4e8\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;d45e3fb&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9eef926\" data-id=\"9eef926\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fd0ca66 elementor-cta--layout-image-above elementor-cta--mobile-layout-image-above elementor-cta--valign-middle elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-global elementor-global-1317 elementor-widget-call-to-action\" data-id=\"fd0ca66\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"elementor-cta\" href=\"https:\/\/www.bmicos.com\/categoria-producto\/vida\/\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/VIDA.jpg);\" role=\"img\" aria-label=\"VIDA\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">Seguros de Vida<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<span class=\"elementor-cta__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\tVer planes\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0f50144\" data-id=\"0f50144\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fa4a716 elementor-cta--layout-image-above elementor-cta--mobile-layout-image-above elementor-cta--valign-middle elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-global elementor-global-1318 elementor-widget-call-to-action\" data-id=\"fa4a716\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"elementor-cta\" href=\"https:\/\/www.bmicos.com\/categoria-producto\/salud\/\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/SALUD.jpg);\" role=\"img\" aria-label=\"SALUD\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">Seguros de Salud<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<span class=\"elementor-cta__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\tVer planes\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4f2175e\" data-id=\"4f2175e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-27338dd elementor-cta--layout-image-above elementor-cta--mobile-layout-image-above elementor-cta--valign-middle elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-global elementor-global-1319 elementor-widget-call-to-action\" data-id=\"27338dd\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"elementor-cta\" href=\"https:\/\/www.bmicos.com\/categoria-producto\/viajes\/\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/VIAJES.jpg);\" role=\"img\" aria-label=\"VIAJES\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">Asistencia en Viajes<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<span class=\"elementor-cta__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\tVer planes\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-00eb832 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"00eb832\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;759f1cb&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-05af4e2\" data-id=\"05af4e2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7370ef5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7370ef5\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-669833b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"669833b\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;2244349&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-724a2c7\" data-id=\"724a2c7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aa461c7 elementor-widget elementor-widget-text-editor\" data-id=\"aa461c7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\tEn BMI contamos con 50 a\u00f1os de experiencia y trayectoria en el mercado asegurador internacional. Como parte de nuestra filosof\u00eda, nos enfocamos en brindarle el mejor servicio y soluciones a su medida para que tenga la certeza de estar protegido en todo momento y en todo lugar.\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f82f93 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6f82f93\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-523c6c2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"523c6c2\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c8fba42&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ae550b9\" data-id=\"ae550b9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-51b9ded elementor-cta--layout-image-above elementor-cta--mobile-layout-image-above elementor-cta--valign-middle elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-call-to-action\" data-id=\"51b9ded\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"elementor-cta\" href=\"https:\/\/portal.bmicos.com\/Account\/Login?ReturnUrl=%2f\" target=\"_blank\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/www.bmicos.com\/wp-content\/uploads\/2020\/12\/1.jpg);\" role=\"img\" aria-label=\"1\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">Acceso a su p\u00f3liza: BMI Portal<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-17d51d6\" data-id=\"17d51d6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-72c9adf elementor-cta--layout-image-above elementor-cta--mobile-layout-image-above elementor-cta--valign-middle elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-call-to-action\" data-id=\"72c9adf\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"elementor-cta\" href=\"https:\/\/www.bmicos.com\/bmi-access\/\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/www.bmicos.com\/wp-content\/uploads\/2020\/12\/2.jpg);\" role=\"img\" aria-label=\"2\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">BMI Access 24x7 <\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0839fe1\" data-id=\"0839fe1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5e7fd92 elementor-cta--layout-image-above elementor-cta--mobile-layout-image-above elementor-cta--valign-middle elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-call-to-action\" data-id=\"5e7fd92\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"elementor-cta\" href=\"https:\/\/www.bmicos.com\/red-de-hospitales\/\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/www.bmicos.com\/wp-content\/uploads\/2020\/12\/3-768x500.jpg);\" role=\"img\" aria-label=\"3\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">Red de Hospitales<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-30e70f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"30e70f0\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c8fba42&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b6f79af\" data-id=\"b6f79af\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-159a14d elementor-cta--layout-image-above elementor-cta--mobile-layout-image-above elementor-cta--valign-middle elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-call-to-action\" data-id=\"159a14d\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"elementor-cta\" href=\"https:\/\/bmienlinea.com\/inicio\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/www.bmicos.com\/wp-content\/uploads\/2020\/12\/4-768x500.jpg);\" role=\"img\" aria-label=\"4\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">BMI en L\u00ednea<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4424df5\" data-id=\"4424df5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-df110f3 elementor-cta--layout-image-above elementor-cta--mobile-layout-image-above elementor-cta--valign-middle elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-call-to-action\" data-id=\"df110f3\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"elementor-cta\" href=\"https:\/\/www.bmicos.com\/blog\/\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/www.bmicos.com\/wp-content\/uploads\/2020\/12\/5-768x500.jpg);\" role=\"img\" aria-label=\"5\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">BMI Blog<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7d82f45\" data-id=\"7d82f45\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e6dbbca elementor-cta--layout-image-above elementor-cta--mobile-layout-image-above elementor-cta--valign-middle elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-call-to-action\" data-id=\"e6dbbca\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"elementor-cta\" href=\"https:\/\/www.bmicos.com\/bmi-suite\/\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/www.bmicos.com\/wp-content\/uploads\/2020\/12\/6-768x500.jpg);\" role=\"img\" aria-label=\"6\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">BMI Suite <\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-ea82498 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"ea82498\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;007e67e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-968a709\" data-id=\"968a709\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3eaa8f8 elementor-widget elementor-widget-jet-headline\" data-id=\"3eaa8f8\" data-element_type=\"widget\" data-widget_type=\"jet-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"jet-headline jet-headline--direction-horizontal\"><span class=\"jet-headline__part jet-headline__first\"><span class=\"jet-headline__label\">Presencia <b> Global<\/b><\/span><\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c39aec elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8c39aec\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-c7aa86a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c7aa86a\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;2244349&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c847d32\" data-id=\"c847d32\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1f0c1e7 elementor-widget elementor-widget-text-editor\" data-id=\"1f0c1e7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>Las operaciones internacionales requieren un crecimiento sostenido y una estructura empresarial s\u00f3lida para cumplir con los requisitos de los diferentes mercados de manera eficiente. Nuestro grupo est\u00e1 conformado por subsidiarias corporativas y oficinas de servicio en diversos mercados.<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-dd9713e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dd9713e\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6ad947b\" data-id=\"6ad947b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-afdd483 elementor-widget elementor-widget-html\" data-id=\"afdd483\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- OWASP Security Headers -->\r\n<meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self'; img-src 'self' https:\/\/www.bmicos.com; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline';\">\r\n<meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\">\r\n<meta http-equiv=\"X-Frame-Options\" content=\"DENY\">\r\n<meta http-equiv=\"X-XSS-Protection\" content=\"1; mode=block\">\r\n\r\n<div class=\"flags-slider-block-9999\">\r\n  <style>\r\n    .flags-slider-block-9999 {\r\n      position: relative;\r\n      max-width: 100%;\r\n      margin: 0 auto;\r\n      overflow: hidden;\r\n      height: 180px;\r\n      padding-top: 20px;\r\n    }\r\n\r\n    .flags-slider-block-9999 .slider-track-9999 {\r\n      display: flex;\r\n      gap: 100px;\r\n    }\r\n\r\n    .flags-slider-block-9999 .flag-item-9999 {\r\n      flex: 0 0 auto;\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: center;\r\n      cursor: pointer;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .flags-slider-block-9999 .flag-item-9999:hover {\r\n      transform: scale(1.1);\r\n    }\r\n\r\n    .flags-slider-block-9999 .flag-9999 {\r\n      width: 110px;\r\n      height: 110px;\r\n      border-radius: 10px;\r\n      overflow: hidden;\r\n      border: 2px solid rgba(255, 255, 255, 0.2);\r\n    }\r\n\r\n    .flags-slider-block-9999 .flag-9999 img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      border-radius: 10px;\r\n    }\r\n\r\n    .flags-slider-block-9999 .flag-name-9999 {\r\n      text-align: center;\r\n      font-weight: bold;\r\n      font-size: 1.3rem;\r\n      margin-top: 8px;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .flags-slider-block-9999 { max-width: 90%; }\r\n      .flags-slider-block-9999 .flag-9999 { width: 85px; height: 85px; }\r\n      .flags-slider-block-9999 .flag-name-9999 { font-size: 0.7rem; }\r\n      .flags-slider-block-9999 .slider-track-9999 { gap: 40px; }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .flags-slider-block-9999 { max-width: 95%; }\r\n      .flags-slider-block-9999 .flag-9999 { width: 70px; height: 70px; }\r\n      .flags-slider-block-9999 .flag-name-9999 { font-size: 0.6rem; }\r\n      .flags-slider-block-9999 .slider-track-9999 { gap: 30px; }\r\n    }\r\n  <\/style>\r\n\r\n  <section class=\"flags-slider-section-9999\">\r\n    <div class=\"slider-track-9999\">\r\n      <!-- Banderas -->\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/internacional\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Estados-Unidos.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Estados Unidos<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/guatemala\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Guatemala-1-flag.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Guatemala<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/costarica\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Rep-Dominicana.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Costa Rica<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/asia\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Taiwan.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Taiwan<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/internacional\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Venezuela.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Venezuela<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/colombia\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Colombia-1.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Colombia<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/dominicana\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Costa-Rica-1.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Rep\u00fablica Dominicana<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/ecuador\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Ecuador-1.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Ecuador<\/div>\r\n      <\/div>\r\n      <!-- Banderas -->\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/internacional\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Estados-Unidos.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Estados Unidos<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/guatemala\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Guatemala-1-flag.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Guatemala<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/costarica\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Rep-Dominicana.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Costa Rica<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/asia\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Taiwan.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Taiwan<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/internacional\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Venezuela.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Venezuela<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/colombia\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Colombia-1.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Colombia<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/dominicana\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Costa-Rica-1.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Rep\u00fablica Dominicana<\/div>\r\n      <\/div>\r\n      <div class=\"flag-item-9999\" data-href=\"https:\/\/www.bmicos.com\/ecuador\/\">\r\n        <div class=\"flag-9999\"><img decoding=\"async\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2025\/09\/Ecuador-1.png\"><\/div>\r\n        <div class=\"flag-name-9999\">Ecuador<\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <script>\r\n    \/\/ Funciones de validaci\u00f3n de seguridad OWASP\r\n    function isValidUrl(string) {\r\n      try {\r\n        const url = new URL(string);\r\n        return url.protocol === 'https:' || url.protocol === 'http:';\r\n      } catch (_) {\r\n        return false;\r\n      }\r\n    }\r\n    \r\n    function isAllowedDomain(url) {\r\n      const allowedDomains = [\r\n        'www.bmicos.com',\r\n        'bmicos.com'\r\n      ];\r\n      try {\r\n        const urlObj = new URL(url);\r\n        return allowedDomains.includes(urlObj.hostname);\r\n      } catch (_) {\r\n        return false;\r\n      }\r\n    }\r\n    \r\n    \/\/ Sanitizaci\u00f3n de entrada\r\n    function sanitizeInput(input) {\r\n      return input.replace(\/[<>'\"&]\/g, function(match) {\r\n        const escape = {\r\n          '<': '&lt;',\r\n          '>': '&gt;',\r\n          '\"': '&quot;',\r\n          \"'\": '&#x27;',\r\n          '&': '&amp;'\r\n        };\r\n        return escape[match];\r\n      });\r\n    }\r\n\r\n    document.addEventListener(\"DOMContentLoaded\", function () {\r\n      const sliderTrack = document.querySelector(\".slider-track-9999\");\r\n      const items = Array.from(sliderTrack.children);\r\n\r\n      \/\/ Clonar items para scroll infinito\r\n      items.forEach(item => sliderTrack.appendChild(item.cloneNode(true)));\r\n\r\n      let scrollAmount = 0;\r\n      const speed = 0.50; \/\/ m\u00e1s lento y elegante\r\n      let paused = false;\r\n      let rafId;\r\n\r\n      const allItems = sliderTrack.querySelectorAll(\".flag-item-9999\");\r\n      allItems.forEach(item => {\r\n        item.addEventListener(\"mouseenter\", () => paused = true);\r\n        item.addEventListener(\"mouseleave\", () => paused = false);\r\n        item.addEventListener(\"click\", () => {\r\n          const href = item.getAttribute(\"data-href\");\r\n          if (href && isValidUrl(href)) {\r\n            \/\/ Validaci\u00f3n OWASP: Verificar que la URL es segura\r\n            if (isAllowedDomain(href)) {\r\n              window.location.href = href;\r\n            } else {\r\n              console.warn('URL no permitida:', href);\r\n            }\r\n          }\r\n        });\r\n      });\r\n\r\n      function animate() {\r\n        if (!paused) {\r\n          scrollAmount += speed;\r\n          if (scrollAmount >= sliderTrack.scrollWidth \/ 2) scrollAmount = 0;\r\n          sliderTrack.style.transform = `translateX(-${scrollAmount}px)`;\r\n        }\r\n        rafId = requestAnimationFrame(animate);\r\n      }\r\n\r\n      \/\/ Iniciar animaci\u00f3n\r\n      animate();\r\n\r\n      \/\/ Reiniciar cuando el usuario vuelve a la p\u00e1gina\r\n      window.addEventListener(\"pageshow\", () => {\r\n        cancelAnimationFrame(rafId);\r\n        animate();\r\n      });\r\n\r\n      \/\/ Alternativa extra: si se pausa demasiado tiempo, forzar con un timer\r\n      setInterval(() => {\r\n        if (!paused) {\r\n          scrollAmount += speed;\r\n          if (scrollAmount >= sliderTrack.scrollWidth \/ 2) scrollAmount = 0;\r\n          sliderTrack.style.transform = `translateX(-${scrollAmount}px)`;\r\n        }\r\n      }, 50);\r\n    });\r\n  <\/script>\r\n<\/div>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-36c5217f elementor-section-content-middle elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"36c5217f\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;0dcb13f&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-62bc205a\" data-id=\"62bc205a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-4f5666aa elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4f5666aa\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;cba4e74&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-71476457\" data-id=\"71476457\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4d1eb6f elementor-widget elementor-widget-menu-anchor\" data-id=\"4d1eb6f\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"casa\" class=\"elementor-menu-anchor\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b9cd8f3 elementor-widget elementor-widget-image\" data-id=\"7b9cd8f3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"325\" height=\"163\" src=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2021\/03\/BMI-Costa-Rica-COntacto-1.png\" class=\"attachment-full size-full wp-image-4171\" alt=\"\" srcset=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2021\/03\/BMI-Costa-Rica-COntacto-1.png 325w, https:\/\/www.bmicos.com\/wp-content\/uploads\/2021\/03\/BMI-Costa-Rica-COntacto-1-16x8.png 16w\" sizes=\"auto, (max-width: 325px) 100vw, 325px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-44997732\" data-id=\"44997732\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7d1bc7c elementor-widget elementor-widget-jet-headline\" data-id=\"7d1bc7c\" data-element_type=\"widget\" data-widget_type=\"jet-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"jet-headline jet-headline--direction-horizontal\"><span class=\"jet-headline__part jet-headline__first\"><span class=\"jet-headline__label\">CASA <\/br>MATRIZ<\/br> <b>BMI<\/b><\/span><\/span><span class=\"jet-headline__space\">&nbsp;<\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-61b69f85 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"61b69f85\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;cba4e74&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-11b9ec17\" data-id=\"11b9ec17\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-56fd7e4 elementor-view-stacked elementor-position-left elementor-shape-circle elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"56fd7e4\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span class=\"elementor-icon elementor-animation-\" >\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tUbicaci\u00f3n\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13b2803c elementor-widget elementor-widget-text-editor\" data-id=\"13b2803c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>BMI Building <br \/>at Town Center One<br \/>8950 SW 74th Ct.<br \/>Miami, Florida 33156 USA<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-467a34f elementor-view-stacked elementor-position-left elementor-shape-circle elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"467a34f\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span class=\"elementor-icon elementor-animation-\" >\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-clock\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tHorario\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f08f601 elementor-widget elementor-widget-text-editor\" data-id=\"f08f601\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>Lunes a viernes<br \/>8:30 am &#8211; 5:00 pm ET<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-443d3aa\" data-id=\"443d3aa\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-50e1b812 elementor-view-stacked elementor-position-left elementor-shape-circle elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"50e1b812\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span class=\"elementor-icon elementor-animation-\" >\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-headset\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tContacto Recepci\u00f3n\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b842729 elementor-widget elementor-widget-text-editor\" data-id=\"b842729\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>Tel\u00e9fono: +1[305] 443-2898<br \/>Fax : +1[305] 442-8486<br \/>Email: bmi@bmicos.com<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69edf51 elementor-view-stacked elementor-position-left elementor-shape-circle elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"69edf51\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span class=\"elementor-icon elementor-animation-\" >\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-address-book\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tDirectorio\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d576b1 elementor-widget elementor-widget-text-editor\" data-id=\"3d576b1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>Para contactar el departamento de su inter\u00e9s haga clic en el directorio<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa29c16 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"aa29c16\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xs\" href=\"https:\/\/www.bmicos.com\/directorio-de-contacto-de-clientes\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon elementor-align-icon-left\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-headphones\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Directorio de Contacto Clientes<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3deb87f elementor-widget elementor-widget-spacer\" data-id=\"3deb87f\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-7db655b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7db655b\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;b421287&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-51de041\" data-id=\"51de041\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-765c1ab\" data-id=\"765c1ab\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-13e6a66 elementor-view-stacked elementor-widget__width-auto elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"13e6a66\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tConecta con nosotros:\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b633eda elementor-shape-square e-grid-align-left elementor-widget__width-auto elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"b633eda\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-grow elementor-repeater-item-2d0da0c\" href=\"http:\/\/www.facebook.com\/pages\/BMI-Companies-Headquarter\/367590476667415\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-facebook-f\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-grow elementor-repeater-item-dca6355\" href=\"https:\/\/www.youtube.com\/user\/BMICompaniesGlobal\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-youtube\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-animation-grow elementor-repeater-item-fbefb65\" href=\"https:\/\/www.linkedin.com\/company\/bmi-companies?trk=top_nav_home\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-linkedin\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-grow elementor-repeater-item-cbc54c2\" href=\"https:\/\/www.instagram.com\/bmicompanies\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-instagram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-60edc45f\" data-id=\"60edc45f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7aafe54b elementor-widget elementor-widget-google_maps\" data-id=\"7aafe54b\" data-element_type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=BMI%20Building%20at%20Town%20Center%20One%208950%20SW%2074th%20Ct.%20Miami%2C%20Florida%2033156%20USA&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"BMI Building at Town Center One 8950 SW 74th Ct. Miami, Florida 33156 USA\"\n\t\t\t\t\taria-label=\"BMI Building at Town Center One 8950 SW 74th Ct. Miami, Florida 33156 USA\"\n\t\t\t><\/iframe>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5ab0960 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5ab0960\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5879b7d\" data-id=\"5879b7d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-192bc72\" data-id=\"192bc72\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-24c2c3c\" data-id=\"24c2c3c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-dfd3b37 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dfd3b37\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a21e825\" data-id=\"a21e825\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a88b778 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a88b778\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2283a89 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2283a89\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Slider Profesional &#8211; WordPress Style Seguros de Salud Cuenta con cobertura mundial y excelentes beneficios m\u00e9dicos. Ver Planes Seguros de Vida Siente la tranquilidad de saber que el futuro de tu\u00a0familia y tu patrimonio est\u00e1n protegidos. Ver Planes Asistencia en Viajes Viaja al exterior tranquilo, seguro y protegido con la mayor red mundial de asistencia. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4446,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1062","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.7 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>BMI Internacional - Estamos a su lado para proteger lo que m\u00e1s le importa<\/title>\n<meta name=\"description\" content=\"En BMI contamos con m\u00e1s de 48 a\u00f1os de experiencia y trayectoria en el mercado asegurador internacional\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bmicos.com\/en\/internacional\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BMI Internacional - Estamos a su lado para proteger lo que m\u00e1s le importa\" \/>\n<meta property=\"og:description\" content=\"Nuestro portafolio de productos y servicios le brinda la conveniencia de poder dise\u00f1ar un plan de protecci\u00f3n integral en una sola empresa\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bmicos.com\/en\/internacional\/\" \/>\n<meta property=\"og:site_name\" content=\"BMI Internacional\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BMIHeadquarters\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-26T18:28:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2022\/06\/principal.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"550\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"BMI Internacional - Estamos a su lado para proteger lo que m\u00e1s le importa\" \/>\n<meta name=\"twitter:description\" content=\"Nuestro portafolio de productos y servicios le brinda la conveniencia de poder dise\u00f1ar un plan de protecci\u00f3n integral en una sola empresa\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.bmicos.com\/wp-content\/uploads\/2022\/06\/principal.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/internacional\\\/\",\"url\":\"https:\\\/\\\/www.bmicos.com\\\/internacional\\\/\",\"name\":\"BMI Internacional - Estamos a su lado para proteger lo que m\u00e1s le importa\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/internacional\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/internacional\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.bmicos.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/BMI-offices.jpg\",\"datePublished\":\"2020-03-19T04:03:12+00:00\",\"dateModified\":\"2026-02-26T18:28:05+00:00\",\"description\":\"En BMI contamos con m\u00e1s de 48 a\u00f1os de experiencia y trayectoria en el mercado asegurador internacional\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/internacional\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bmicos.com\\\/internacional\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/internacional\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.bmicos.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/BMI-offices.jpg\",\"contentUrl\":\"https:\\\/\\\/www.bmicos.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/BMI-offices.jpg\",\"width\":1500,\"height\":1020,\"caption\":\"BMI-offices\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/internacional\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/www.bmicos.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"internacional\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/#website\",\"url\":\"https:\\\/\\\/www.bmicos.com\\\/\",\"name\":\"BMI Internacional\",\"description\":\"Asegurando familias en todo el mundo\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bmicos.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/#organization\",\"name\":\"BMI Companies\",\"url\":\"https:\\\/\\\/www.bmicos.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bmicos.com\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/logo-1.png\",\"contentUrl\":\"https:\\\/\\\/www.bmicos.com\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/logo-1.png\",\"width\":519,\"height\":273,\"caption\":\"BMI Companies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bmicos.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/BMIHeadquarters\",\"https:\\\/\\\/www.instagram.com\\\/bmicompanies\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/bmicompanies\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/BMICompaniesGlobal\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"BMI Internacional - Estamos a su lado para proteger lo que m\u00e1s le importa","description":"En BMI contamos con m\u00e1s de 48 a\u00f1os de experiencia y trayectoria en el mercado asegurador internacional","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bmicos.com\/en\/internacional\/","og_locale":"en_US","og_type":"article","og_title":"BMI Internacional - Estamos a su lado para proteger lo que m\u00e1s le importa","og_description":"Nuestro portafolio de productos y servicios le brinda la conveniencia de poder dise\u00f1ar un plan de protecci\u00f3n integral en una sola empresa","og_url":"https:\/\/www.bmicos.com\/en\/internacional\/","og_site_name":"BMI Internacional","article_publisher":"https:\/\/www.facebook.com\/BMIHeadquarters","article_modified_time":"2026-02-26T18:28:05+00:00","og_image":[{"width":1920,"height":550,"url":"https:\/\/www.bmicos.com\/wp-content\/uploads\/2022\/06\/principal.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"BMI Internacional - Estamos a su lado para proteger lo que m\u00e1s le importa","twitter_description":"Nuestro portafolio de productos y servicios le brinda la conveniencia de poder dise\u00f1ar un plan de protecci\u00f3n integral en una sola empresa","twitter_image":"https:\/\/www.bmicos.com\/wp-content\/uploads\/2022\/06\/principal.jpg","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.bmicos.com\/internacional\/","url":"https:\/\/www.bmicos.com\/internacional\/","name":"BMI Internacional - Estamos a su lado para proteger lo que m\u00e1s le importa","isPartOf":{"@id":"https:\/\/www.bmicos.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bmicos.com\/internacional\/#primaryimage"},"image":{"@id":"https:\/\/www.bmicos.com\/internacional\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bmicos.com\/wp-content\/uploads\/2021\/06\/BMI-offices.jpg","datePublished":"2020-03-19T04:03:12+00:00","dateModified":"2026-02-26T18:28:05+00:00","description":"En BMI contamos con m\u00e1s de 48 a\u00f1os de experiencia y trayectoria en el mercado asegurador internacional","breadcrumb":{"@id":"https:\/\/www.bmicos.com\/internacional\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bmicos.com\/internacional\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bmicos.com\/internacional\/#primaryimage","url":"https:\/\/www.bmicos.com\/wp-content\/uploads\/2021\/06\/BMI-offices.jpg","contentUrl":"https:\/\/www.bmicos.com\/wp-content\/uploads\/2021\/06\/BMI-offices.jpg","width":1500,"height":1020,"caption":"BMI-offices"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bmicos.com\/internacional\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/www.bmicos.com\/"},{"@type":"ListItem","position":2,"name":"internacional"}]},{"@type":"WebSite","@id":"https:\/\/www.bmicos.com\/#website","url":"https:\/\/www.bmicos.com\/","name":"BMI International","description":"Insuring Families Worldwide","publisher":{"@id":"https:\/\/www.bmicos.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bmicos.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bmicos.com\/#organization","name":"BMI Companies","url":"https:\/\/www.bmicos.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bmicos.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.bmicos.com\/wp-content\/uploads\/2020\/12\/logo-1.png","contentUrl":"https:\/\/www.bmicos.com\/wp-content\/uploads\/2020\/12\/logo-1.png","width":519,"height":273,"caption":"BMI Companies"},"image":{"@id":"https:\/\/www.bmicos.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BMIHeadquarters","https:\/\/www.instagram.com\/bmicompanies\/","https:\/\/www.linkedin.com\/company\/bmicompanies\/","https:\/\/www.youtube.com\/user\/BMICompaniesGlobal"]}]}},"_links":{"self":[{"href":"https:\/\/www.bmicos.com\/en\/wp-json\/wp\/v2\/pages\/1062","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bmicos.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bmicos.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bmicos.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bmicos.com\/en\/wp-json\/wp\/v2\/comments?post=1062"}],"version-history":[{"count":0,"href":"https:\/\/www.bmicos.com\/en\/wp-json\/wp\/v2\/pages\/1062\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.bmicos.com\/en\/wp-json\/wp\/v2\/media\/4446"}],"wp:attachment":[{"href":"https:\/\/www.bmicos.com\/en\/wp-json\/wp\/v2\/media?parent=1062"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}