{"id":980,"date":"2026-05-26T23:26:39","date_gmt":"2026-05-26T23:26:39","guid":{"rendered":"https:\/\/springsmedicalresearch.com\/?page_id=980"},"modified":"2026-05-26T23:31:44","modified_gmt":"2026-05-26T23:31:44","slug":"location","status":"publish","type":"page","link":"https:\/\/springsmedicalresearch.com\/es\/location\/","title":{"rendered":"Location"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"980\" class=\"elementor elementor-980\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-78943ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"78943ba\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b83a1c3\" data-id=\"b83a1c3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a6cfa36 elementor-widget elementor-widget-html\" data-id=\"a6cfa36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\t\t<style>\r\n  \/* Animaci\u00f3n de aparici\u00f3n suave al cargar *\/\r\n  @keyframes fadeInUp {\r\n    from {\r\n      opacity: 0;\r\n      transform: translateY(40px);\r\n    }\r\n    to {\r\n      opacity: 1;\r\n      transform: translateY(0);\r\n    }\r\n  }\r\n\r\n  \/* Animaci\u00f3n de latido suave para el \u00edcono *\/\r\n  @keyframes pulseIcon {\r\n    0% { transform: scale(1); }\r\n    50% { transform: scale(1.15); }\r\n    100% { transform: scale(1); }\r\n  }\r\n\r\n  \/* Contenedor principal *\/\r\n  .springs-locations-wrapper {\r\n    background-color: #f9fbfb;\r\n    padding: 80px 20px;\r\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n    animation: fadeInUp 0.8s ease-out forwards;\r\n  }\r\n\r\n  \/* Contenedor del encabezado *\/\r\n  .springs-locations-header {\r\n    text-align: center;\r\n    max-width: 650px;\r\n    margin: 0 auto 50px auto;\r\n  }\r\n\r\n  \/* Antet\u00edtulo al estilo de la marca *\/\r\n  .springs-kicker {\r\n    color: #16b296;\r\n    font-weight: 800;\r\n    font-size: 14px;\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    margin-bottom: 15px;\r\n    display: inline-block;\r\n  }\r\n\r\n  \/* T\u00edtulo Serif grueso y elegante *\/\r\n  .springs-locations-title {\r\n    font-family: Georgia, 'Times New Roman', Times, serif;\r\n    font-size: 46px;\r\n    font-weight: 900;\r\n    margin: 0 0 20px 0;\r\n    color: #111111;\r\n    line-height: 1.2;\r\n  }\r\n\r\n  \/* Texto de introducci\u00f3n *\/\r\n  .springs-locations-intro {\r\n    font-size: 18px;\r\n    color: #4a4a4a;\r\n    line-height: 1.6;\r\n    margin: 0;\r\n  }\r\n\r\n  \/* Contenedor Flex para las tarjetas *\/\r\n  .springs-locations-container {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    justify-content: center;\r\n    gap: 40px;\r\n    max-width: 1000px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* Estilo de las tarjetas (ahora en columna para acomodar el mapa arriba) *\/\r\n  .springs-location-card {\r\n    background: #ffffff;\r\n    border-radius: 16px;\r\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\r\n    flex: 1;\r\n    min-width: 320px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    border-top: 5px solid transparent;\r\n    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\r\n    position: relative;\r\n    overflow: hidden; \/* Importante para que el mapa respete los bordes redondeados *\/\r\n  }\r\n\r\n  \/* Contenedor del iframe del mapa *\/\r\n  .springs-location-map {\r\n    width: 100%;\r\n    height: 250px;\r\n    background-color: #e5e5e5; \/* Color de carga de respaldo *\/\r\n  }\r\n\r\n  .springs-location-map iframe {\r\n    width: 100%;\r\n    height: 100%;\r\n    border: 0;\r\n  }\r\n\r\n  \/* Contenedor de la informaci\u00f3n (debajo del mapa) *\/\r\n  .springs-location-content {\r\n    padding: 30px;\r\n    display: flex;\r\n    align-items: flex-start;\r\n    gap: 20px;\r\n  }\r\n\r\n  \/* Borde inferior de la marca *\/\r\n  .springs-location-card::before {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 5px;\r\n    background-color: #16b296;\r\n    transform: scaleX(0);\r\n    transform-origin: left;\r\n    transition: transform 0.4s ease;\r\n    z-index: 2;\r\n  }\r\n\r\n  \/* EFECTOS HOVER *\/\r\n  .springs-location-card:hover {\r\n    transform: translateY(-10px);\r\n    box-shadow: 0 20px 40px rgba(22, 178, 150, 0.15);\r\n    border-top-color: #16b296;\r\n  }\r\n\r\n  .springs-location-card:hover::before {\r\n    transform: scaleX(1);\r\n  }\r\n\r\n  .springs-location-card:hover .springs-location-icon {\r\n    background-color: #16b296;\r\n    color: #ffffff;\r\n    animation: pulseIcon 0.6s ease-in-out;\r\n  }\r\n\r\n  \/* Contenedor del \u00edcono *\/\r\n  .springs-location-icon {\r\n    color: #16b296;\r\n    background-color: rgba(22, 178, 150, 0.1);\r\n    min-width: 60px;\r\n    height: 60px;\r\n    border-radius: 12px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    transition: all 0.3s ease;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .springs-location-icon svg {\r\n    width: 28px;\r\n    height: 28px;\r\n    fill: currentColor;\r\n    transition: fill 0.3s ease;\r\n  }\r\n\r\n  \/* Textos dentro de la tarjeta *\/\r\n  .springs-location-info h3 {\r\n    margin: 0 0 8px 0;\r\n    font-size: 22px;\r\n    font-weight: 700;\r\n    color: #1a1a1a;\r\n  }\r\n\r\n  .springs-location-info p {\r\n    margin: 0;\r\n    line-height: 1.6;\r\n    color: #555555;\r\n    font-size: 15px;\r\n  }\r\n\r\n  \/* Responsive para m\u00f3viles *\/\r\n  @media (max-width: 768px) {\r\n    .springs-locations-title {\r\n      font-size: 36px;\r\n    }\r\n    .springs-location-map {\r\n      height: 200px;\r\n    }\r\n    .springs-location-content {\r\n      padding: 25px 20px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"springs-locations-wrapper\">\r\n  \r\n  <div class=\"springs-locations-header\">\r\n    <span class=\"springs-kicker\">Visit Us<\/span>\r\n    <h2 class=\"springs-locations-title\">Our Clinics<\/h2>\r\n    <p class=\"springs-locations-intro\">\r\n      We provide top-notch medical care and clinical innovation across our facilities. Find the location most convenient for you and your family.\r\n    <\/p>\r\n  <\/div>\r\n  \r\n  <div class=\"springs-locations-container\">\r\n    \r\n    <!-- Locaci\u00f3n 1: Miami -->\r\n    <div class=\"springs-location-card\">\r\n      <div class=\"springs-location-map\">\r\n        <!-- Mapa interactivo de Google Maps -->\r\n        <iframe src=\"https:\/\/maps.google.com\/maps?q=1778%20WEST%20FLAGLER%20ST%20MIAMI,%20FL%2033135&t=&z=15&ie=UTF8&iwloc=&output=embed\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\r\n      <\/div>\r\n      <div class=\"springs-location-content\">\r\n        <div class=\"springs-location-icon\">\r\n          <svg viewbox=\"0 0 24 24\">\r\n            <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <div class=\"springs-location-info\">\r\n          <h3>Miami Center<\/h3>\r\n          <p>1778 WEST FLAGLER ST<br>MIAMI, FL 33135<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Locaci\u00f3n 2: Hialeah -->\r\n    <div class=\"springs-location-card\">\r\n      <div class=\"springs-location-map\">\r\n        <!-- Mapa interactivo de Google Maps -->\r\n        <iframe src=\"https:\/\/maps.google.com\/maps?q=7100%20W%2020th%20Ave%20Suite%20302,%20Hialeah,%20FL%2033016&t=&z=15&ie=UTF8&iwloc=&output=embed\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\r\n      <\/div>\r\n      <div class=\"springs-location-content\">\r\n        <div class=\"springs-location-icon\">\r\n          <svg viewbox=\"0 0 24 24\">\r\n            <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <div class=\"springs-location-info\">\r\n          <h3>Hialeah Center<\/h3>\r\n          <p>7100 W 20th Ave Suite 302<br>Hialeah, FL 33016<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Visit Us Our Clinics We provide top-notch medical care and clinical innovation across our facilities. Find the location most convenient for you and your family. Miami Center 1778 WEST FLAGLER STMIAMI, FL 33135 Hialeah Center 7100 W 20th Ave Suite 302Hialeah, FL 33016<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-980","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Location - Springs Medical Researh<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/springsmedicalresearch.com\/es\/location\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Location - Springs Medical Researh\" \/>\n<meta property=\"og:description\" content=\"Visit Us Our Clinics We provide top-notch medical care and clinical innovation across our facilities. Find the location most convenient for you and your family. Miami Center 1778 WEST FLAGLER STMIAMI, FL 33135 Hialeah Center 7100 W 20th Ave Suite 302Hialeah, FL 33016\" \/>\n<meta property=\"og:url\" content=\"https:\/\/springsmedicalresearch.com\/es\/location\/\" \/>\n<meta property=\"og:site_name\" content=\"Springs Medical Researh\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-26T23:31:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/springsmedicalresearch.com\\\/location\\\/\",\"url\":\"https:\\\/\\\/springsmedicalresearch.com\\\/location\\\/\",\"name\":\"Location - Springs Medical Researh\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/springsmedicalresearch.com\\\/#website\"},\"datePublished\":\"2026-05-26T23:26:39+00:00\",\"dateModified\":\"2026-05-26T23:31:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/springsmedicalresearch.com\\\/location\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/springsmedicalresearch.com\\\/location\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/springsmedicalresearch.com\\\/location\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/springsmedicalresearch.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Location\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/springsmedicalresearch.com\\\/#website\",\"url\":\"https:\\\/\\\/springsmedicalresearch.com\\\/\",\"name\":\"Springs Medical Researh\",\"description\":\"My WordPress Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/springsmedicalresearch.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Location - Springs Medical Researh","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:\/\/springsmedicalresearch.com\/es\/location\/","og_locale":"es_MX","og_type":"article","og_title":"Location - Springs Medical Researh","og_description":"Visit Us Our Clinics We provide top-notch medical care and clinical innovation across our facilities. Find the location most convenient for you and your family. Miami Center 1778 WEST FLAGLER STMIAMI, FL 33135 Hialeah Center 7100 W 20th Ave Suite 302Hialeah, FL 33016","og_url":"https:\/\/springsmedicalresearch.com\/es\/location\/","og_site_name":"Springs Medical Researh","article_modified_time":"2026-05-26T23:31:44+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/springsmedicalresearch.com\/location\/","url":"https:\/\/springsmedicalresearch.com\/location\/","name":"Location - Springs Medical Researh","isPartOf":{"@id":"https:\/\/springsmedicalresearch.com\/#website"},"datePublished":"2026-05-26T23:26:39+00:00","dateModified":"2026-05-26T23:31:44+00:00","breadcrumb":{"@id":"https:\/\/springsmedicalresearch.com\/location\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/springsmedicalresearch.com\/location\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/springsmedicalresearch.com\/location\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/springsmedicalresearch.com\/"},{"@type":"ListItem","position":2,"name":"Location"}]},{"@type":"WebSite","@id":"https:\/\/springsmedicalresearch.com\/#website","url":"https:\/\/springsmedicalresearch.com\/","name":"Springs Medical Researh","description":"My WordPress Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/springsmedicalresearch.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/springsmedicalresearch.com\/es\/wp-json\/wp\/v2\/pages\/980","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/springsmedicalresearch.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/springsmedicalresearch.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/springsmedicalresearch.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/springsmedicalresearch.com\/es\/wp-json\/wp\/v2\/comments?post=980"}],"version-history":[{"count":7,"href":"https:\/\/springsmedicalresearch.com\/es\/wp-json\/wp\/v2\/pages\/980\/revisions"}],"predecessor-version":[{"id":988,"href":"https:\/\/springsmedicalresearch.com\/es\/wp-json\/wp\/v2\/pages\/980\/revisions\/988"}],"wp:attachment":[{"href":"https:\/\/springsmedicalresearch.com\/es\/wp-json\/wp\/v2\/media?parent=980"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}