/* Start custom CSS for html, class: .elementor-element-bdbce68 */@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800;900&display=swap');

body {
  font-family: 'Inter', sans-serif;
}

/* MENÚ */

.ms-header {
  width: min(94%, 1680px);
  margin: 0 auto;
  padding: 16px 28px;
  border-radius: 70px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0,74,130,.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-sizing: border-box;
}

.ms-logo {
  width: 104px;
  height: 104px;
  min-width: 104px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 35px rgba(5,201,245,.22);
}

.ms-logo img {
  width: 74%;
  height: 74%;
  object-fit: contain;
}

.ms-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 38px);
  flex: 1;
  white-space: nowrap;
}

.ms-nav a {
  color: #052f57;
  font-size: clamp(14px, .95vw, 17px);
  font-weight: 900;
  text-decoration: none;
  line-height: 1;
}

.ms-btn,
.ms-mobile-btn {
  padding: 20px 38px;
  border-radius: 999px;
  background: linear-gradient(90deg,#05c9f5,#0076c8);
  color: #fff !important;
  font-size: clamp(14px, .95vw, 17px);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(0,159,227,.34);
  animation: contactButtonGlow 2.6s ease-in-out infinite;
}

.ms-mobile-btn {
  display: none;
}

.ms-menu-toggle {
  display: none;
}

.ms-burger {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(90deg,#05c9f5,#0076c8);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.ms-burger span {
  width: 22px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
}

/* CONTACTO */

.contact-page {
  position: relative;
  min-height: 85vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 210px 7% 100px;
}

.contact-bg {
  position: absolute;
  inset: 0;
  background-image: url("http://drmoisessuarez.com/wp-content/uploads/2026/06/Contacto_Dr_Moises_Suarez_1.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: contactBgMove 18s ease-in-out infinite alternate;
  z-index: 0;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(234,246,255,.98) 0%,
    rgba(234,246,255,.88) 48%,
    rgba(234,246,255,.42) 100%
  );
  z-index: 1;
}

.contact-page::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  left: -260px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5,201,245,.34), transparent 70%);
  z-index: 2;
}

.contact-hero {
  position: relative;
  z-index: 4;
  max-width: 1100px;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 11px 20px;
  border-radius: 999px;
  color: #0069af;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,159,227,.25);
  box-shadow: 0 12px 28px rgba(0,117,190,.12);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.contact-hero h1,
.contact-info h2 {
  font-family: 'Archivo Black', sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #052f57;
}

.contact-hero h1 {
  font-size: clamp(70px, 10vw, 150px);
  line-height: .82;
  letter-spacing: -6px;
  margin-bottom: 30px;
}

.contact-hero p {
  max-width: 650px;
  color: #35526b;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 36px;
}

.contact-btn,
.contact-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: .35s ease;
}

.contact-btn {
  background: linear-gradient(90deg, #05c9f5, #0076c8);
  color: #fff;
  box-shadow: 0 20px 50px rgba(5,201,245,.34);
  animation: contactButtonGlow 2.6s ease-in-out infinite;
}

.contact-btn:hover {
  transform: translateY(-5px) scale(1.04);
}

.contact-btn-outline {
  color: #053a63;
  background: #ffffff;
  border: 1px solid rgba(0,117,190,.22);
}

.contact-btn-outline:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0,74,130,.12);
}

.contact-info-section {
  padding: 120px 7%;
  background: linear-gradient(135deg, #eaf6ff 0%, #ffffff 60%, #f5fbff 100%);
  color: #052f57;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.contact-info h2 {
  font-size: clamp(46px, 7vw, 96px);
  line-height: .86;
  letter-spacing: -5px;
  margin-bottom: 40px;
}

.contact-cards {
  display: grid;
  gap: 18px;
  margin-bottom: 36px;
}

.contact-card {
  padding: 26px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(0,117,190,.12);
  box-shadow: 0 25px 70px rgba(0,74,130,.10);
  transition: .35s ease;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 85px rgba(0,117,190,.16);
}

.contact-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #0076c8;
  font-weight: 900;
}

.contact-card h3 {
  font-size: 26px;
  color: #052f57;
  margin-bottom: 8px;
}

.contact-card p {
  color: #5c7184;
  font-size: 16px;
  line-height: 1.7;
}

.contact-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.contact-map {
  height: 560px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(0,74,130,.18);
  border: 1px solid rgba(0,117,190,.14);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@keyframes contactBgMove {
  0% { transform: scale(1.08) translateX(0); }
  100% { transform: scale(1.15) translateX(-18px); }
}

@keyframes contactButtonGlow {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 20px 50px rgba(5,201,245,.34);
  }

  50% {
    transform: translateY(-4px);
    box-shadow:
      0 0 24px rgba(5,201,245,.62),
      0 28px 60px rgba(0,159,227,.48);
  }
}

/* RESPONSIVE */

@media(max-width: 1200px) {
  .ms-header {
    width: calc(100% - 32px);
    padding: 14px 20px;
  }

  .ms-logo {
    width: 82px;
    height: 82px;
    min-width: 82px;
  }

  .ms-nav {
    gap: 18px;
  }

  .ms-btn {
    padding: 16px 24px;
  }
}

@media(max-width: 1100px) {
  .contact-info-section {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 1024px) {
  .ms-burger {
    display: flex;
    order: 3;
  }

  .ms-btn {
    display: none;
  }

  .ms-nav {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    padding: 28px;
    border-radius: 34px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 25px 70px rgba(0,74,130,.18);
    flex-direction: column;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .3s ease;
    white-space: normal;
  }

  .ms-menu-toggle:checked ~ .ms-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ms-mobile-btn {
    display: inline-flex;
    justify-content: center;
    margin-top: 8px;
  }
}

@media(max-width: 768px) {
  .contact-page {
    min-height: 80vh;
    padding: 135px 22px 80px;
  }

  .contact-hero h1 {
    font-size: 58px;
    letter-spacing: -2.5px;
    line-height: .86;
  }

  .contact-hero p {
    font-size: 16px;
  }

  .contact-btn,
  .contact-btn-outline {
    width: 100%;
  }

  .contact-info-section {
    padding: 85px 22px;
    gap: 42px;
  }

  .contact-info h2 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .contact-actions {
    flex-direction: column;
  }

  .contact-map {
    height: 380px;
    border-radius: 28px;
  }
}

@media(max-width: 640px) {
  .ms-header {
    width: calc(100% - 24px);
    top: 12px;
    padding: 10px 14px;
    border-radius: 42px;
  }

  .ms-logo {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }

  .ms-burger {
    width: 44px;
    height: 44px;
  }

  .ms-nav {
    padding: 24px;
  }

  .ms-nav a {
    font-size: 16px;
  }

  .ms-mobile-btn {
    width: 100%;
    padding: 16px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41acae6 */.footer-premium {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #031f3d;
  overflow: hidden;
  padding-top: 90px;
  color: #ffffff;
}

.footer-glow {
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5,201,245,.22), transparent 70%);
  top: -250px;
  right: -250px;
  animation: footerGlow 8s ease-in-out infinite;
}

.footer-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 7% 70px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.35fr;
  gap: 70px;
  position: relative;
  z-index: 2;
}

.footer-logo {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 25px;
  box-shadow:
    0 0 40px rgba(5,201,245,.35),
    0 20px 45px rgba(0,0,0,.25);
  transition: .4s ease;
}

.footer-logo:hover {
  transform: scale(1.06) rotate(3deg);
  box-shadow:
    0 0 55px rgba(5,201,245,.55),
    0 25px 60px rgba(0,0,0,.30);
}

.footer-logo img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  display: block;
}

.footer-brand h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 15px;
}

.footer-brand p {
  color: rgba(255,255,255,.72);
  line-height: 1.8;
  font-size: 15px;
  max-width: 430px;
}

.footer-social {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}

.footer-social a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: #05c9f5;
  font-size: 21px;
  transition: .35s ease;
}

.footer-social a:hover {
  background: #05c9f5;
  color: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(5,201,245,.55);
}

.footer-col h4 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 900;
  color: #ffffff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.70);
  font-size: 15px;
}

.footer-col a {
  text-decoration: none;
  color: rgba(255,255,255,.70);
  transition: .35s ease;
}

.footer-col a:hover {
  color: #05c9f5;
  padding-left: 8px;
}

.footer-contact strong {
  color: #ffffff;
}

.footer-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 17px 28px;
  background: linear-gradient(90deg, #05c9f5, #0077c8);
  border-radius: 999px;
  font-weight: 900;
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 15px 40px rgba(5,201,245,.25);
  animation: footerBtn 2.5s infinite;
}

.footer-btn:hover {
  padding-left: 28px !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 30px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.footer-bottom span {
  color: rgba(255,255,255,.58);
  font-size: 14px;
}

.footer-bottom a {
  color: #05c9f5;
  font-weight: 900;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffffff;
}

@keyframes footerGlow {
  0%,100% {
    transform: scale(1);
    opacity: .7;
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}

@keyframes footerBtn {
  0%,100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
    box-shadow: 0 0 35px rgba(5,201,245,.55);
  }
}

@media(max-width: 1100px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 768px) {
  .footer-premium {
    padding-top: 70px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 48px;
    padding: 0 22px 60px;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand p {
    margin: auto;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    padding: 24px 22px;
  }
}/* End custom CSS */