:root {
  --blue: #0a5ed8;
  --blue-dark: #0c2b63;
  --ink: #132542;
  --muted: #536481;
  --line: #e8eef9;
  --soft: #f3f7ff;
  --shadow: 0 18px 40px rgba(10, 43, 99, .13);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

.topbar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.96rem;
}

.brand-logo {
  width: 54px;
  height: 72px;
  border: 2px solid #b7cae8;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: .7rem;
  color: var(--blue);
  background: linear-gradient(180deg, #f9fbff 0%, #ebf2ff 100%);
  text-align: center;
  line-height: 1.1;
}

.nav-link {
  color: var(--ink);
  font-weight: 600;
  padding: 1rem .9rem !important;
  font-size: .98rem;
}

.nav-link.active,
.nav-link:hover { color: var(--blue); }

.hero {
  position: relative;
  overflow: hidden;
}

.hero:after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -40px;
  height: 145px;
  border-radius: 45% 55% 0 0 / 60% 60% 0 0;
  background: rgba(231, 241, 255, .55);
}

.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  text-transform: uppercase;
  line-height: .95;
  letter-spacing: -.5px;
  margin-bottom: 1.2rem;
  font-weight: 900;
  color: #0c2859;
  max-width: 620px;
}

.hero h1 span { color: var(--blue); }

.hero p {
  max-width: 520px;
  color: #2f3f5f;
  font-size: 1.16rem;
  margin-bottom: 2rem;
}

.hero .buttons {
  position: absolute;
  right: 150px;
  z-index: 2;
  top: 62.5%;
}

.Swiper-About .swiper-button-next,
.Swiper-About .swiper-button-prev {
  width: 75px;
  height: 75px;
  color: #112331;
  background-color: #f1f1f16b;
  border-radius: 75px;
}

.Swiper-About .swiper-button-next svg,
.Swiper-About .swiper-button-prev svg {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 18px !important;
}

.swiper-slide .banner__four-image {
  position: absolute;
  top: 50%;
  left: auto;
  right: 15%;
}

.swiper-slide .banner__four-image .banner__four-content {
  padding: 0 !important;
}

.swiper-slide .banner__four-image .banner__four-content .banner__four-content-button {
  margin-top: 0 !important;
}

.swiper-slide .banner__four-image .banner__four-content .banner__four-content-button a {
  background-color: rgba(0, 0, 0, .8) !important;
  color: #fff !important;
  display: inline-block;
  font-size: 13px !important;
  line-height: 26px;
  padding: 16px 30px !important;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.btn-main {
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  padding: .86rem 1.38rem;
  font-weight: 700;
}

.btn-outline {
  border: 1.4px solid #96b4ea;
  border-radius: 12px;
  color: #153261;
  background: #fff;
  padding: .86rem 1.38rem;
  font-weight: 700;
}

.benefits {
  margin-top: -56px;
  position: relative;
  z-index: 5;
}

.benefits-wrap {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px 10px;
}

.benefit {
  padding: 14px 20px;
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #223453;
  border-right: 1px solid var(--line);
}

.benefit:last-child { border-right: 0; }

.icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e9f1ff;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex: 0 0 44px;
}

.about { padding: 90px 0 64px; }

.eyebrow {
  color: var(--blue);
  font-size: .95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: .9rem;
}

.about h2 {
  font-size: clamp(1.9rem, 4vw, 3.35rem);
  line-height: 1.12;
  color: #0d2755;
  font-weight: 900;
  margin-bottom: 1.1rem;
  max-width: 520px;
}

.about p {
  color: #3f4f69;
  font-size: 1.07rem;
  margin-bottom: 1.5rem;
  max-width: 510px;
}

.video {
  border-radius: 18px;
  overflow: hidden;
  max-height: 880px;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  position: relative;
}

.play {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: rgba(255,255,255,.93);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 2rem;
  box-shadow: 0 12px 28px rgba(10,40,90,.24);
}

.video-tag {
  position: absolute;
  right: 18px;
  bottom: 16px;
  background: var(--blue);
  color: #fff;
  border-radius: 10px;
  padding: .62rem 1rem;
  font-weight: 700;
  font-size: .92rem;
}

.support {
  background: var(--soft);
  border-radius: 20px;
  padding: 2.3rem;
  margin-bottom: 78px;
}

.support h3 {
  color: #0d2755;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 1rem;
  max-width: 280px;
}

.support p { color: #41506c; max-width: 250px; }

.form-control {
  border: 0;
  border-radius: 11px;
  padding: .9rem 1rem;
  box-shadow: inset 0 0 0 1px #d8e5fb;
}

.footer {
  background: radial-gradient(circle at 20% 10%, #0f3d8a 0%, #082a62 50%, #061f49 100%);
  color: #e2ecff;
  padding: 52px 0 14px;
}

.footer a.brand {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5%;
}

.footer h5.titleweb {
  position: relative;
  top: 8%;
  margin-bottom: 0;
  display: inline-block;
}

.footer h5 {
  color: #fff;
  font-size: 1.04rem;
  font-weight: 800;
  margin-bottom: .9rem;
}

.footer a {
  color: #d8e5ff;
  text-decoration: none;
  display: block;
  margin: 0 0 1.25rem;
}

.footer a:hover { color: #fff; }

.copy {
  margin-top: 18px;
  color: #bed0f5;
  font-size: .92rem;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #0a5ed824;
  padding-left: 7.5px;
  padding-right: 30px;
}

.rsociales a {
  display: inline-block;
  margin-right: 6%;
  border-radius: 100%;
  border: 1px solid #9a9a9a;
  width: 3.25rem;
  height: 3.25rem;
  line-height: 2.75rem;
  text-align: center;
}

footer .copy span a {
  display: contents;
}

@media (max-width: 992px) {
  .benefit {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit:last-child { border-bottom: 0; }
  .about { padding-top: 70px; }
  .video { min-height: 320px; }
  .hero { padding-bottom: 108px; }
  .brand small { display: none; }
}

@media (max-width: 790px) {
  .swiper-slide .banner__four-image .banner__four-content .banner__four-content-button a {
    font-size: 10px !important;
    line-height: 13px;
    padding: 8px 15px !important;
  }
}

.page-hero {
  padding: 90px 0 110px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 34, 79, .88) 0%, rgba(10, 56, 130, .55) 45%, rgba(10, 94, 216, .25) 100%),
    url('assets/images/banner-seccion-qs.png') center/cover no-repeat;
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.05em;
  margin: 0;
  max-width: 520px;
}

.page-intro {
  margin-top: -42px;
  position: relative;
  z-index: 4;
}

.page-intro-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 2rem 2.3rem;
}

.page-intro-card p,
.about-copy p,
.membership-copy p {
  color: #314260;
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 0;
}

.about-page {
  padding: 72px 0 80px;
}

.section-label {
  color: var(--blue);
  font-size: .92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1rem;
}

.about-copy h2,
.membership-copy h2,
.cta-message h2 {
  color: #0d2755;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  font-weight: 900;
  margin-bottom: 1rem;
}

.objectives-card,
.membership-card,
.cta-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 2.1rem;
}

.objectives-grid {
  margin-top: 1.4rem;
}

.objective-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.objective-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1px solid #e6eefc;
  border-radius: 16px;
  padding: 1rem 1rem 1rem .95rem;
}

.objective-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e7f0ff;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex: 0 0 34px;
}

.objective-item p {
  margin: 0;
  color: #314260;
  line-height: 1.65;
}

.cta-message {
  padding: 26px 0 80px;
}

.cta-card {
  background: linear-gradient(135deg, #f7fbff 0%, #edf4ff 100%);
  text-align: center;
}

.cta-card p {
  max-width: 900px;
  margin: 0 auto 1.2rem;
  color: #334564;
  line-height: 1.8;
}

.membership-card {
  background: linear-gradient(135deg, #08244f 0%, #0d3574 60%, #0d5bd0 100%);
  color: #fff;
}

.membership-card .section-label,
.membership-card h2,
.membership-card p {
  color: #fff;
}

.membership-card p {
  opacity: .95;
}

@media (max-width: 992px) {
  .page-hero {
    padding: 70px 0 92px;
  }

  .page-intro-card,
  .objectives-card,
  .membership-card,
  .cta-card {
    padding: 1.5rem;
  }
}

.about-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .52) 0%, rgba(232, 242, 255, .72) 100%),
    url('https://colegiomedicoqroo.com/assets/images/banner-seccion-qs.png') center/cover no-repeat;
}

.about-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(41, 91, 165, .18) 0%, rgba(255, 255, 255, .18) 50%, rgba(70, 145, 214, .18) 100%);
}

.about-hero .container {
  position: relative;
  z-index: 1;
}

.about-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(23, 43, 80, .18);
  margin: 0;
}

.about-intro {
  padding: 44px 0 30px;
  background: #fff;
}

.about-intro p,
.about-affiliates p {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #5c6470;
  font-size: 1.02rem;
  line-height: 1.9;
}

.about-intro p strong,
.about-affiliates p strong {
  color: #555;
  font-weight: 700;
}

.about-objectives {
  padding: 34px 0 56px;
  background: #fff;
}

.about-objectives .lead {
  max-width: 1040px;
  margin: 0 auto 34px;
  text-align: center;
  color: #5c6470;
  font-size: 1rem;
  line-height: 1.9;
}

.about-objectives .lead strong {
  color: #555;
}

.about-columns {
  max-width: 1120px;
  margin: 0 auto;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  color: #464d58;
  line-height: 1.8;
  font-size: .98rem;
}

.about-list li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  color: #111;
  font-size: 1.1rem;
}

.about-divider {
  max-width: 1120px;
  margin: 20px auto 34px;
  border-top: 1px solid #1e1e1e;
  opacity: .85;
}

.about-message {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  color: #5a5f68;
  font-size: 1rem;
  line-height: 2;
  font-style: italic;
}

.about-message p {
  margin: 0 0 28px;
}

.about-affiliates {
  padding: 20px 0 70px;
  background: #fff;
}

.about-affiliates h2 {
  text-align: center;
  font-size: clamp(3rem, 5vw, 4.4rem);
  line-height: 1;
  color: #0a0a0a;
  font-weight: 900;
  margin: 0 0 28px;
}

@media (max-width: 991px) {
  .about-hero {
    min-height: 380px;
    padding: 70px 0;
  }

  .about-intro,
  .about-objectives,
  .about-affiliates {
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-divider {
    margin: 14px auto 26px;
  }
}

.contact-hero {
  padding: 88px 0 96px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(8, 31, 71, .94) 0%, rgba(12, 48, 109, .88) 55%, rgba(10, 94, 216, .76) 100%),
    radial-gradient(circle at top, rgba(255, 255, 255, .16) 0%, transparent 42%);
  color: #fff;
}

.contact-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  margin: 0 0 1rem;
}

.contact-breadcrumb {
  display: inline-flex;
  gap: .8rem;
  align-items: center;
  color: rgba(255, 255, 255, .84);
  font-size: .95rem;
}

.contact-breadcrumb a {
  color: rgba(255, 255, 255, .84);
  text-decoration: none;
}

.contact-section {
  padding: 78px 0 36px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.contact-layout {
  align-items: start;
}

.contact-panel,
.contact-form-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 2rem;
}

.contact-info-list {
  display: grid;
  gap: 1.2rem;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #edf2fb;
}

.contact-info-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f4f8ff 0%, #e8f0ff 100%);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon svg {
  width: 32px;
  height: 32px;
}

.contact-info-item h6 {
  margin: 0 0 .35rem;
  font-size: 1.35rem;
  color: #111b2f;
  font-weight: 800;
}

.contact-info-item span,
.contact-info-item a {
  color: #5b667a;
  text-decoration: none;
  font-size: 1.05rem;
}

.contact-form-card h3 {
  margin: 0 0 1.4rem;
  color: #111b2f;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form-card .form-control {
  border-radius: 14px;
  padding: 1rem 1.1rem;
  box-shadow: inset 0 0 0 1px #dde7f8;
}

.contact-form-card textarea.form-control {
  min-height: 190px;
  resize: vertical;
}

.contact-submit {
  min-width: 160px;
  padding: .95rem 1.5rem;
}

.contact-map-wrap {
  padding: 24px 0 0;
  background: #fff;
}

.contact-map {
  width: 100%;
  height: 480px;
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  .contact-hero {
    padding: 70px 0 76px;
  }

  .contact-section {
    padding: 44px 0 20px;
  }

  .contact-panel,
  .contact-form-card {
    padding: 1.4rem;
  }

  .contact-info-item {
    grid-template-columns: 56px 1fr;
  }

  .contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .contact-map {
    height: 360px;
  }
}

.events-hero {
  padding: 88px 0 96px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(8, 31, 71, .94) 0%, rgba(12, 48, 109, .88) 55%, rgba(10, 94, 216, .76) 100%),
    radial-gradient(circle at top, rgba(255, 255, 255, .16) 0%, transparent 42%);
  color: #fff;
}

.events-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 900;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: -.03em;
}

.events-breadcrumb {
  display: inline-flex;
  gap: .8rem;
  align-items: center;
  color: rgba(255, 255, 255, .84);
  font-size: .95rem;
}

.events-breadcrumb a {
  color: rgba(255, 255, 255, .84);
  text-decoration: none;
}

.events-section {
  padding: 72px 0 82px;
  background: linear-gradient(180deg, #f9fbff 0%, #eef5ff 100%);
}

.events-intro {
  max-width: 880px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.events-intro p {
  color: #52627c;
  font-size: 1.06rem;
  line-height: 1.9;
  margin: 0;
}

.events-grid {
  max-width: 1240px;
  margin: 0 auto;
}

.event-card {
  height: 100%;
  background: #fff;
  border-radius: 26px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.event-card-body {
  padding: 1.45rem 1.45rem 1.6rem;
}

.event-label {
  display: inline-block;
  margin-bottom: .7rem;
  padding: .38rem .75rem;
  border-radius: 999px;
  background: #e8f0ff;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.event-card h2 {
  margin: 0 0 .65rem;
  color: #10213e;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.15;
  font-weight: 900;
}

.event-card p {
  margin: 0;
  color: #5a6b84;
  line-height: 1.8;
}

.event-card-actions {
  display: flex;
  gap: .8rem;
  margin-top: 1rem;
}

.event-card-actions .btn {
  min-width: 180px;
}

.event-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: #dfeafb;
}

.event-card video.event-media {
  background: #0c1e3b;
}





header.topbar .top {
 background: radial-gradient(circle at 20% 10%, #0f3d8a 0%, #082a62 50%, #061f49 100%);
 padding: 14px 28px;
 display: flex;
 align-items: center;
 justify-content: end;
}
header.topbar .top a {
 line-height: 1;
 text-decoration: none;
 color: #fff;
 margin-bottom: 0;
 padding: 0 8px 0;
 border-right: 1px solid #f1f1f16b;
}
header.topbar .top a:last-child {
 border-right: none;
}



.riesg_sanitarios {
 margin-bottom: 3%;
}
.riesg_sanitarios h2 {
 font-size: clamp(1.9rem, 4vw, 3.35rem);
 line-height: 1.12;
 color: #0d2755;
 font-weight: 900;
 margin-bottom: 1.1rem;
 text-align: center;
}
.riesg_sanitarios h2 span {
 display: block;
 margin: 0 auto;
 font-size: 25px;
 font-weight: 500;
}



.page__banner {
 position: relative;
 z-index: 1;
 padding: 40px 0;
 background:
  linear-gradient(135deg, rgba(8, 31, 71, .94) 0%, rgba(12, 48, 109, .88) 55%, rgba(10, 94, 216, .76) 100%),
  radial-gradient(circle at top, rgba(255, 255, 255, .16) 0%, transparent 42%);
}
.page__banner-image {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.page__banner-content h1 {
 color: #fff;
 font-family: "Futura PT Demi";
 font-size: 36px;
 line-height: 70px;
 margin-bottom: 15px;
 font-weight: 600;
 text-align: center;
}
.page__banner-content ul {
 padding: 0;
 margin: 0;
 text-align: center;
}
.page__banner-content ul li {
 display: inline-block;
 list-style: none;
 color: #fff;
 font-weight: 500;
 font-size: 13px;
 line-height: 30px;
 font-family: 'Gothic A1', sans-serif;
}
.page__banner-content ul li a {
 color: #fff;
 margin-right: 15px;
 transition: 0.4s;
 font-family: 'Gothic A1', sans-serif;
}
.page__banner-content ul li span {
 margin-right: 15px;
 color: #fff;
}



.form-colegio .contact__two-form {
 background-color: #fff;
 padding: 70px;
}
.contact__two-form a {
 background-color: rgba(0, 0, 0, .8);
 color: #fff;
 display: inline-block;
 font-size: 13px;
 line-height: 26px;
 padding: 16px 30px;
 font-weight: 600;
 font-family: "Futura PT Demi";
 float: right;
 position: relative;
 bottom: 70px;
 right: 150px;
 text-decoration: none;
 margin-top: 3%;
}
.contact__two-form form h5 {
 color: #939393;
 font-family: "Futura PT Demi";
 font-size: 27px;
 line-height: normal;
 margin-bottom: 17.5px;
 font-weight: 600;
 text-align: left;
 position: relative;
}
.contact__two-form .mb-20 {
 margin-bottom: 20px;
}
.contact__two-form .contact-item {
 position: relative;
}
.contact__two-form form label {
 font-size: 14px;
 display: inline-block;
}
.contact__two-form form input,
.contact__two-form form textarea {
 color: #666667 !important;
 border-radius: 6px !important;
 width: 100% !important;
 height: 60px !important;
 border: 1px solid #f0f0f0;
 padding: 0 15px !important;
 background: #ffffff;
 word-wrap: normal;
}
.contact__two-form form select {
 color: #666667 !important;
 border-radius: 6px !important;
 width: 100% !important;
 height: 60px !important;
 border: 1px solid #f0f0f0;
 padding: 0 15px !important;
 background: #ffffff;
 word-wrap: normal;
}
.contact__two-form form button {
 background-color: rgba(0, 0, 0, .8);
 color: #fff;
 display: inline-block;
 font-size: 13px;
 line-height: 26px;
 padding: 16px 30px;
 font-weight: 600;
 font-family: "Futura PT Demi";
 z-index: 3;
 position: relative;
 transition: 0.4s;
 text-transform: uppercase;
 border-radius: 6px;
}



.info-contact {
 padding-left: 20%;
 margin: 3% 0;
}
.info-contact img {
 width: 100%;
}


#sec-valida {
 padding: 75px 0;
}
#sec-valida .alert-info {
 color: #055160;
 background-color: #cff4fc;
 border-color: #b6effb;
 padding: 1rem 1rem;
 border: 1px solid transparent;
 border-radius: .25rem;
}
#sec-valida a.link-paycertificados {
 color: #000;
 background-color: #0dcaf0;
 border-color: #0dcaf0;
 font-weight: 400;
 line-height: 1.5;
 text-align: center;
 text-decoration: none;
 vertical-align: middle;
 cursor: pointer;
 border: 1px solid transparent;
 padding: .375rem .75rem;
 font-size: 1rem;
 border-radius: .25rem;
 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-o
}




@media (max-width: 991px) {
  .events-hero {
    padding: 68px 0 76px;
  }

  .events-section {
    padding: 48px 0 56px;
  }

  .event-card-body {
    padding: 1.2rem 1.2rem 1.35rem;
  }
}
