:root {
  --ink: #071f3a;
  --blue: #062d4a;
  --blue-900: #001f3b;
  --teal: #009a9f;
  --green: #008b78;
  --muted: #627286;
  --soft: #f4f9fb;
  --line: #dce7ef;
  --shadow: 0 16px 38px rgba(9, 31, 58, .10);
  --hero-height: 560px;
}

/* fs-55 */
.fs-55{
  font-size: 1.15rem !important;
  text-align: justify;
}

/* owl carousel */ 

.owl-carousel img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.owl-theme, .owl-dots,.owl-theme, .owl-nav {
  text-align: center !important;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme, .owl-nav {
  margin-top:10px
}
.owl-theme, .owl-nav [class*=owl-] {
  /*color:#FFF;*/
  font-size: 16px;
  margin:5px;
  padding:4px 7px;
  display:inline-block;
  cursor:pointer;
  border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background:#869791;
  color:#FFF;
  text-decoration:none
}

.owl-theme .owl-nav .disabled{
  opacity:.5;
  cursor:default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top:10px
}
.owl-theme .owl-dots .owl-dot {
  display:inline-block;zoom:1
}
.owl-theme .owl-dots .owl-dot span {
  width:10px;
  height:10px;
  margin:5px 7px;
  background:#D6D6D6;
  display:block;
  -webkit-backface-visibility:visible;
  transition:opacity .2s ease;
  border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
  background:#869791
}

.zoom-img-flotante {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 95vw;
  max-height: 95vh;
  transform: translate(-50%, -50%);
  z-index: 99999;
  box-shadow: 0 15px 40px rgba(0,0,0,.35);
  border-radius: 10px;
  cursor: zoom-out;
  background: #fff;
}

.zoom-capa {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: transparent;
}

 .galeria-box img {
  cursor: zoom-in;
  transition: all .3s ease;
}

/*.galeria-box img.imagen-activa {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  max-width: 80vw;
  max-height: 80vh;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
  border-radius: 10px;
} */

.h-table{
  height: 70vh;
  overflow-y: auto;
}

.privacy-section {
  padding: 60px 20px;
  background: #f5f7fa;
}

.privacy-card {
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  color: #333;
  font-family: Arial, sans-serif;
  line-height: 1.7;
}

.privacy-card h1 {
  margin-bottom: 30px;
  color: #0e3d54;
  font-size: 34px;
  text-align: center;
}

.privacy-card h2 {
  margin-top: 35px;
  margin-bottom: 15px;
  color: #007b71;
  font-size: 22px;
  border-left: 5px solid #007b71;
  padding-left: 12px;
}

.privacy-card p {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: justify;
}

.privacy-list {
  margin: 15px 0 20px;
  padding-left: 25px;
}

.privacy-list li {
  margin-bottom: 8px;
  font-size: 16px;
}

.privacy-card a {
  color: #0055b3;
  font-weight: 600;
  text-decoration: none;
}

.privacy-card a:hover {
  text-decoration: underline;
}

.privacy-signature {
  margin-top: 50px;
  text-align: center;
}

.signature-line {
  width: 70%;
  height: 1px;
  margin: 35px auto 0;
  background: #333;
}

@media (max-width: 768px) {
  .privacy-card {
    padding: 25px;
  }

  .privacy-card h1 {
    font-size: 28px;
  }

  .privacy-card h2 {
    font-size: 20px;
  }

  .signature-line {
    width: 100%;
  }
}

/* fin aviso privacidad */

* {
  box-sizing: border-box
}

body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: #fff;
  margin: 0;
  font-size: 15px
}

a {
  text-decoration: none;
  color: inherit
}

.container-xl {
  max-width: 1110px
}

.container-xxl {
  max-width: 1180px
}

.site-header {
  height: 92px;
  background: #eef0f4;
  box-shadow: 0 8px 26px rgba(6, 28, 55, .08);
  position: relative;
  z-index: 20
}

.navbar {
  min-height: 92px
}

.brand-logo {
  width: 175px;
  height: auto;
  object-fit: contain
}

.navbar-nav {
  gap: 22px
}

.nav-link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  color: #0a223d !important;
  padding: 32px 0 26px !important;
  position: relative
}

.nav-link.active {
  color: #008ea0 !important
}

.nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  height: 3px;
  background: #008ea0;
  border-radius: 99px
}

.nav-actions a:not(.btn) {
  font-size: 18px;
  color: #061e37
}

.btn-primary {
  background: linear-gradient(135deg, #061c3c, #009aa2);
  border: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  padding: .78rem 1.2rem
}

.hero-section {
  background: linear-gradient(120deg, #f8fbfd 0%, #fff 40%, #e9f6fa 100%);
  position: relative
}

.hero-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0 60%, rgba(0, 139, 153, .09), transparent 22%), radial-gradient(circle at 100% 70%, rgba(0, 86, 128, .15), transparent 26%)
}

.min-vh-hero {
  min-height: 485px
}

.hero-copy {
  padding: 70px 0 60px 22px;
  position: relative;
  z-index: 2
}

.hero-copy h1 {
  font-size: 48px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.7px;
  margin-bottom: 18px
}

.hero-copy h1 span {
  color: #008ea0
}

.hero-copy h2 {
  font-size: 36px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.7px;
  margin-bottom: 18px;
}

.hero-copy h2 span {
  color: #008ea0
}

.hero-copy p {
  color: #16314f;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 28px
}

.search-card {
  display: flex;
  width: min(545px, 100%);
  height: 45px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 16px 32px rgba(8, 29, 51, .14);
  overflow: hidden;
  border: 1px solid #dce6ef;
  margin-bottom: 35px;
  /*gap:10px;*/
}

.search-card input {
  border: none;
  outline: none;
  flex: 1;
  padding: 0 22px;
  color: #768293;
  
}

.search-card button {
  width: 60px;
  border: none;
  background: #00879a;
  color: #fff;
  font-size: 26px;
}

.select-icon{
  position: relative;
  width: 50px;
  border-left: 1px solid #dce6ef;
}

.select-icon i{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #768293;
  pointer-events: none;
  z-index: 2;
}

.search-select{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;      /* oculta el texto */
  cursor: pointer;
}

/* Evita que Owl agregue espacio arriba/abajo */
.hero-carousel.owl-theme {
  padding: 0 !important;
}

.hero-section,
.hero-carousel,
.hero-carousel .owl-stage-outer,
.hero-carousel .owl-stage,
.hero-carousel .owl-item,
.hero-carousel .slide-item {
  height: var(--hero-height);
  overflow: hidden !important;
}

.hero-carousel .owl-stage {
  display: flex;
}

.hero-carousel .slide-item {
  width: 100%;
  max-width: 100%;
}

.hero-carousel .slide-item > .container-xxl,
.hero-carousel .slide-item > .container-lg,
.hero-carousel .slide-item > .container-fluid,
.hero-carousel .slide-item .row {
  height: 100%;
}

.hero-carousel .min-vh-hero {
  min-height: var(--hero-height) !important;
  height: var(--hero-height) !important;
}

/* Slide 1 */
.hero-carousel .hero-copy,
.hero-carousel .hero-visual {
  height: 100%;
}

.hero-carousel .doctor-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-carousel .maestria-circle img {
  max-height: 100%;
  width: auto;
  /*object-fit: contain;*/
}

.hero-carousel .hero-copy,
.hero-carousel .hero-visual {
  height: 100%;
}

.hero-carousel .maestria-circle {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-carousel .maestria-circle img {
  max-height: 100%;
  width: auto;
}

/* Flechas */
.hero-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;

  width: 58px;
  height: 58px;

  background: rgba(255, 255, 255, .7) !important;
  border-radius: 50% !important;
  backdrop-filter: blur(5px);

  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hero-carousel .owl-prev {
  left: 20px;
}

.hero-carousel .owl-next {
  right: 20px;
}

.hero-carousel .owl-nav button span {
  font-size: 42px;
  line-height: 1;
  color: #00264d;
}

/* Dots */
.hero-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  z-index: 30;
}

.hero-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #c7d3df !important;
  display: block;
  border-radius: 50%;
}

.hero-carousel .owl-dot.active span {
  background: #00879a !important;
}

/* Slide convocatoria */
.hero-banner-slide {
  height: var(--hero-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.convocatoria-slide {
  background-image: url("../../../assets-2/images/banner/img36282.png");
}

.hero-banner-content {
  max-width: 1250px;
  color: #fff;
  padding: 25px 20px;
}

.convocatoria-slide h6 {
  font-size: clamp(28px, 2.4vw, 40px);
  margin-bottom: 20px;
  color: #fff;
  font-weight: 760;
  margin-top: 2.2rem;
}

.hero-banner-text {
  max-width: 850px;
}

.hero-banner-text p {
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.35;
  margin-bottom: 6px;
  text-align: left;
}

.hero-banner-text strong {
  font-weight: 800;
}

.hero-banner-text span {
  color: #008ea0;
  font-weight: 800;
}

.hero-banner-text .deadline {
  font-size: clamp(14px, 1.3vw, 15px);
  margin-top: 25px;
}

.deadline i{
  color: #008ea0;
}

/* cards banner convocatoria */
.info-cards {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.info-card {
  width: 195px;
  min-height: 80px;
  background: #fff;
  border-radius: 14px;
  text-align: center;
  padding: 14px 15px;
  box-shadow: 0 12px 28px rgba(15, 47, 75, 0.12);
}

.icon-circle {
  width: 45px;
  height: 45px;
  margin: 0 auto 14px;
  border: 3px solid #1bb7c2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1bb7c2;
  font-size: 25px;
}

.info-card p {
  margin: 0 0 6px;
  color: #43516b;
  font-size: 15px;
  font-weight: 500;
}

.info-card h5 {
  margin: 0;
  color: #009ca8;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
/* cards banner convocatoria - FIN*/

.hero-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding: 12px 5px;
  min-width: 250px;
  background: #008ea0;
  color: #fff;
  border-radius: 6px;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
}

.hero-banner-btn:hover {
  background: #016a78;
  color: #fff;
}

.publish-date {
  margin-top: 15px;
  font-size: 16px !important;
  color: #fff;
  text-align: start;
}

.publish-date i {
  color: #008ea0
}

/* Slide maestría */
.maestria-slide{
  background-image: url("../../../assets-2/images/banner/banner_1920x1080.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.maestria-content{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.maestria-title{
  text-align: center;
  font-weight: 400;
  color: #003b5c;
  font-size: clamp(30px, 3vw, 58px);
  line-height: 1.05;
  margin-bottom: 40px;
  text-transform: uppercase;
  transform: translateY(60px);
  /*animation: fadeUp 1s ease forwards;*/
}

.maestria-title span{
  color: #0077c8;
  font-weight: 700;
}

.maestria-divider{
  position: relative;
  width: 70%;
  max-width: 1100px;
  /*margin-top: 10px;*/
  text-align: center;
}


.maestria-divider::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #0077c8;
  transform: translateY(-50%);
}

.maestria-btn{
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: #1c2458;
  color: #fff;
  text-decoration: none;

  padding: 14px 28px;
  border-radius: 999px;

  font-weight: 700;
  font-size: 18px;

  left: auto;
  top: 65px;
  transform: none;
}


.maestria-btn:hover{
  color: #fff;
  background: #24306f;
}

.maestria-slide{
  position: relative;
}

.maestria-slide::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.55);
}

.maestria-slide .container-lg{
  position: relative;
  z-index: 2;
}

.js-slide-animate {
  opacity: 0;
  transform: translateY(35px);
}

.js-slide-animate.animate-in {
  animation: fadeUpSlide .9s ease forwards;
}

@keyframes fadeUpSlide {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* diseño banner slider - FIN */

/* slider avisos */
.avisos-carousel {
  position: relative;
}

.avisos-carousel .item {
  height: 50%;
  display: flex;
}

.avisos-carousel .news-card {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

.avisos-carousel .news-card-link {
  margin-top: auto;
}

/* Flechas */
.avisos-carousel .owl-nav {
  display: block !important;
}

.avisos-carousel .owl-nav button {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, .9) !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.avisos-carousel .owl-prev {
  left: -25px;
}

.avisos-carousel .owl-next {
  right: -25px;
}

.avisos-carousel .owl-nav i {
  font-size: 22px;
  color: #00879a;
}

/* Dots */
.avisos-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.avisos-carousel .owl-dot {
  display: inline-flex !important;
}

.avisos-carousel .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
  background: #c7d3df !important;
  display: block !important;
  border-radius: 50%;
}

.avisos-carousel .owl-dot.active span {
  background: #00879a !important;
}

.news-card.cnca-feature-card-blue{
  position: relative;
  overflow: hidden;
}

/* Azul */
.cnca-feature-card-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #0052b4  0%, #2f80ed 100%);
  z-index: 5;
}

/* Rojo */
.cnca-feature-card-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #8b0000 0%, #e63946 100%);
  z-index: 5;
}

/* Verde */
.cnca-feature-card-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg,#007a7a 0%,#00a6a6 100% 100%);
  z-index: 5;
}

/* Amarillo */
.cnca-feature-card-yellow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #b36b00 0%, #e6a700 100%);
  z-index: 5;
}

/* slider avisos FIN */

/* form busqueda directorios */
.directorio-search {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #dce3ea;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.directorio-icon,
.directorio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: #f8fafc;
  color: #00264d;
  border-right: 1px solid #dce3ea;
  font-weight: 600;
}

.directorio-input {
  flex: 1;
  min-width: 220px;
  border: none;
  outline: none;
  padding: 14px 18px;
  font-size: 16px;
}

.directorio-select {
  min-width: 260px;
  border: none;
  border-left: 1px solid #dce3ea;
  outline: none;
  padding: 0 14px;
  font-size: 16px;
  background: #fff;
}

.directorio-btn {
  border: none;
  background: #111827;
  color: #fff;
  padding: 0 24px;
  font-weight: 700;
}

.directorio-btn:hover {
  background: #00879a;
}

@media (max-width: 768px) {
  .directorio-search {
    flex-wrap: wrap;
  }

  .directorio-icon {
    width: 52px;
  }

  .directorio-input {
    flex: 1;
    width: calc(100% - 52px);
  }

  .directorio-label {
    width: 52px;
    border-top: 1px solid #dce3ea;
  }

  .directorio-select {
    flex: 1;
    min-width: 0;
    height: 52px;
    border-top: 1px solid #dce3ea;
  }

  .directorio-btn {
    width: 100%;
    height: 52px;
  }
}
/* form busqueda directorios -FIN */

.endorsed-logos img {
  height: 70px;
  width: auto;
  object-fit: contain
}

.endorsed-logos span {
  height: 55px;
  width: 1px;
  background: #8b99a7
}

.hero-visual {
  position: relative;
  min-height: 485px
}

.doctor-circle {
  position: absolute;
  right: -15px;
  top: 22px;
  width: 620px;
  /*height: 430px;*/
  height: 470px;
  border-radius: 52% 0 0 52%;
  overflow: hidden;
  background: #eaf4f7;
  box-shadow: inset 25px 0 0 rgba(0, 139, 153, .16)
}

.doctor-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .18), transparent 25%, transparent);
  z-index: 2;
}

.doctor-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-circle::after {
  content: "";
  position: absolute;
  width: 510px;
  height: 510px;
  border: 2px solid rgba(0, 139, 153, .2);

  border-radius: 50%;

  left: -58px;
  top: -28px;
}

/* circle sliders */
.slider-circle {
  position: absolute;
  right: -15px;
  top: 22px;
  width: 465px;
  height: 430px;
  border-radius: 52% 0 0 52%;
  overflow: hidden;
  background: #eaf4f7;
  box-shadow: inset 25px 0 0 rgba(0, 139, 153, .16);
  margin-top: 25px;
}

.slider-circle:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .18), transparent 25%, transparent);
  z-index: 2
}

.slider-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% center;
  transform: scale(1.7);
}

.slider-circle:after {
  content: "";
  position: absolute;
  width: 510px;
  height: 510px;
  border: 82px solid rgba(0, 139, 153, .2);
  border-radius: 50%;
  left: -58px;
  top: -28px
}
/* circle sliders - FIN */

/* maestria circle */
.maestria-circle {
  position: absolute;
  right: -15px;
  top: 22px;
  width: 620px;
  height: 430px;
  border-radius: 52% 0 0 52%;
  overflow: hidden;
  background: #eaf4f7;
  box-shadow: inset 25px 0 0 rgba(0, 139, 153, .16)
}

.maestria-circle:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .18), transparent 25%, transparent);
  z-index: 2
}

.maestria-circle img {
  width: 100%;
  height: 100%;
  /*object-fit: cover*/
}

.maestria-circle:after {
  content: "";
  position: absolute;
  width: 510px;
  height: 510px;
  border: 2px solid rgba(0, 139, 153, .2);
  border-radius: 50%;
  left: -58px;
  top: -28px
}

/* logo consejo circle */
.logo-circle {
  position: absolute;
  right: -15px;
  top: 22px;
  width: 620px;
  height: 430px;
  border-radius: 52% 0 0 52%;
  overflow: hidden;
  background: #eaf4f7;
  box-shadow: inset 25px 0 0 rgba(0, 139, 153, .16)
}

.logo-circle:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .18), transparent 25%, transparent);
  z-index: 2
}

.logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: none
}

.logo-circle:after {
  content: "";
  position: absolute;
  width: 510px;
  height: 510px;
  border: 2px solid rgba(0, 139, 153, .2);
  border-radius: 50%;
  left: -58px;
  top: -28px
}

/* logo consejo circle - FIN */

.w-80{
  width: 80% !important;
}

.card-img {
  border: 1px solid #e4ebf1;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(7, 31, 58, .15);
  /*cursor: zoom-in;*/
}

.stats-band {
  margin-top: 22px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #031841, #009ea3);
  border-radius: 14px;
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden
}

.stat-item,
.stat-cta {
  min-height: 115px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 38px;
  border-right: 1px solid rgba(255, 255, 255, .32)
}

.stat-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, #105f7d, #062447);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .25), 0 0 18px rgba(0, 220, 210, .25)
}

.stat-icon i {
  font-size: 28px
}

.stat-item strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1
}

.stat-item small {
  display: block;
  font-size: 13px;
  line-height: 1.28;
  color: #eafcff
}

.stat-cta {
  justify-content: space-between;
  border-right: none
}

.certificate-mini {
  width: 54px;
  height: 76px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
  opacity: .9
}

.president-card {
  margin-top: 12px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 32px 36px
}

.president-photo {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  border: 8px solid #edf6f8;
  box-shadow: inset 0 0 0 5px #0097a2;
  overflow: hidden;
  margin: auto
}

.president-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.eyebrow {
  font-size: 17px;
  color: #008ea0;
  margin: 0 0 6px
}

.president-card h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  color: #061f3f
}

.president-card h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #006d9b;
  margin: 4px 0 14px
}

.president-card p:not(.eyebrow) {
  color: #34445b;
  font-size: 14px;
  line-height: 1.55
}
.modal-president {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
}

.modal-president .modal-header {
  background: #003044;
  color: #fff;
  border-bottom: 0;
}

.modal-president .btn-close {
  filter: invert(1);
}

.modal-aviso .modal-header {
  background: #d90303;
  color: #fff;
  border-bottom: 0;
}

.logo-photo {
  width: 20%;
  border-radius: 50%;
  /* border: 8px solid #edf6f8;
  box-shadow: inset 0 0 0 5px #285c6f; */
  margin: auto
}

.logo-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

/* MODAL CEREMONIA */

.ceremonia-card {
  background: #001c38;
  color: #fff;
  padding: 0px 30px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.ceremonia-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.18) 2px, transparent 3px);
  background-size: 55px 55px;
  opacity: .25;
  pointer-events: none;
  transform: translateY(220px);
}

.ceremonia-content {
  position: relative;
  z-index: 2;
}

.aviso-title {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-bottom: 35px;
}

.aviso-text {
  font-size: 19px;
  line-height: 1.6;
  max-width: 760px;
  margin: auto;
}

.aviso-info p {
  font-size: 18px;
  margin-bottom: 10px;
}

.aviso-icon {
  color: #ff8317;
  font-size: 22px;
  margin-right: 8px;
}

.badge-cupo {
  display: inline-block;
  background: #ff8317;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 6px;
  margin-top: 15px;
}

.aviso-limite {
  font-size: 20px;
  font-weight: 600;
}

.aviso-logo {
  max-width: 230px;
  width: 100%;
  margin-bottom: 20px;
}

.aviso-confirmacion {
  font-size: 19px;
  line-height: 1.5;
}

.aviso-correo {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .aviso-card {
    padding: 30px 20px;
  }

  .aviso-title {
    font-size: 24px;
    letter-spacing: 1.5px;
  }

  .aviso-text,
  .aviso-info p,
  .aviso-confirmacion,
  .aviso-correo {
    font-size: 16px;
  }

  .badge-cupo {
    font-size: 16px;
  }
}

@media (max-width: 1359px) {
  :root {
    --hero-height: 580px;
  }

  .doctor-circle {
    position: absolute;
    right: -50px;
    top: 22px;
    width: 465px;
    /*height: 430px;*/
    height: 470px;
    border-radius: 52% 0 0 52%;
    overflow: hidden;
    background: #eaf4f7;
    box-shadow: inset 25px 0 0 rgba(0, 139, 153, .16)
  }

  .info-cards {
    display: flex;
    gap: 15px;
    justify-content: start;
  }
}

@media (max-width: 1399px) {
  :root {
    --hero-height: 580px;
  }

  .doctor-circle {
    position: absolute;
    right: -50px;
    top: 22px;
    width: 465px;
    /*height: 430px;*/
    height: 470px;
    border-radius: 52% 0 0 52%;
    overflow: hidden;
    background: #eaf4f7;
    box-shadow: inset 25px 0 0 rgba(0, 139, 153, .16)
  }

  .info-cards {
    display: flex;
    gap: 15px;
  }
}


@media (max-width: 1920px) {
  :root {
    --hero-height: 560px;
  }

  .info-cards {
    display: flex;
    gap: 15px;
    justify-content: start;
    flex-wrap: wrap;
  }
}

/* MODAL CEREMONIA FIN */

.btn-deep {
  background: #006b95;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  padding: .5rem 1.1rem
}

.aviso-card {
  /*margin-top: 12px;*/
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 12px 0px;
}

.quote-mark {
  font-size: 180px;
  color: #e9f2f5;
  font-weight: 800;
  line-height: 1;
  text-align: center
}

.section-gap {
  margin-top: 28px
}

.section-title {
  text-align: center;
  position: relative;
  margin-bottom: 28px
}

.section-title h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 0
}

.section-title:after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background: #009a9f;
  border-radius: 99px;
  margin: 10px auto 0
}

.section-title.with-link {
  display: flex;
  justify-content: center;
  align-items: center
}

.section-title.with-link a {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #71bbb7;
  border-radius: 8px;
  color: #007b76;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 18px
}

.quick-card {
  height: 180px;
  background: #fff;
  border: 1px solid #e5edf2;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(10, 39, 66, .09);
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 24px 14px;
  transition: .2s
}

.quick-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(10, 39, 66, .14)
}

.quick-card>i {
  font-size: 42px;
  color: #007b72;
  margin-bottom: 18px
}

.quick-card h3 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 10px
}

.quick-card p {
  font-size: 12px;
  color: #4d5d72;
  line-height: 1.35;
  min-height: 32px;
  margin: 0
}

.quick-card a {
  margin-top: auto;
  font-size: 21px;
  color: #007b72
}

.status-card {
  min-height: 205px;
  border-radius: 10px;
  padding: 26px 28px;
  position: relative
}

.status-card i {
  font-size: 34px;
  display: block;
  margin-bottom: 8px
}

.status-card small {
  font-weight: 800;
  display: block;
  margin-bottom: 14px
}

.status-card strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 13px
}

.status-card p {
  font-size: 13px;
  margin-bottom: 18px
}

.status-card a {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700
}

.status-green {
  background: #e6f7f4;
  color: #007b71
}

.status-blue {
  background: #eaf4ff;
  color: #0055b3
}

.status-gold {
  background: #fff5e5;
  color: #a05d00
}

.status-red {
  background: #fff0f0;
  color: #d90000
}

.status-orange {
  background: #ffe8e0;
  color: #fa4d13
}

.status-navy {
  background: #e0f5ffa8;
  color: #0e3d54
}


.status-esmerald {
  background: #ecfdf5;
  color: #047857;
}

.status-purple {
  background: #f5f0ff;
  color: #6941c6;
}

.status-slate {
  background: #f1f5f9;
  color: #475569;
}

.status-maroon {
  background: #fef2f2;
  color: #9f1239;
}

.status-lima {
  background: #dfffd6;
  color: #3adc0d;
}

/* VIDEO CARDS */

.video-card img{
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 12px 25px rgba(0,0,0,.15);
}

.btn-video{
  background: #00344f;
  color: #fff;
  border-radius: 40px;
  padding: 18px 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-video:hover{
  background: #0f1235;
  color: #fff;
}

/* VIDEO CARDS FIN */

/* AVALES HISTÓRICO */

.aval-year-card{
  background: #ffffff;
  border: 1px solid #e3e7ec;
  border-radius: 14px;
  padding: 28px 20px;
  min-height: 150px;
  color: #003f5c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 12px 25px rgba(0,0,0,.08);
  transition: all .25s ease;
}

.aval-year-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0,0,0,.14);
  color: #008c83;
}

.aval-year{
  font-size: 34px;
  font-weight: 700;
}

.aval-text{
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.aval-year-card i{
  font-size: 30px;
  color: #ff8317;
}

/* AVALES HISTÓRICO FIN */

.media-card,
.news-card, .capsula-card {
  background: #fff;
  border: 1px solid #e4ebf1;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(7, 31, 58, .08);
  overflow: hidden;
  height: 100%
}

.media-card img {
  width: 100%;
  height: 92px;
  object-fit: cover
}

.capsula-card img {
  width: 100%;
  /*height: 92px;*/
  object-fit: cover
}

.media-card div, .capsula-card div {
  padding: 17px 18px 19px
}

.media-card h3,
.news-card h3,
.capsula-card h3 {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 8px
}

.media-card p,
.news-card p,
.capsula-card p {
  font-size: 13px;
  color: #33425b;
  line-height: 1.4;
  margin: 0 0 12px
}

.media-card a,
.news-card a,
.capsula-card a {
  font-size: 13px;
  color: #007b72;
  font-weight: 800
}

.news-section {
  margin-bottom: 55px
}

.news-card {
  padding: 18px 18px 20px;
  min-height: 155px
}

.news-card>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px
}

.news-card time {
  font-size: 11px;
  color: #5f6c7e
}

.news-card-title{
  font-size: 15px;
  font-weight: 800;
  color: #000000
}

.news-card-link{
  margin-top: auto;
  font-weight: 600;
  color: #007b72;
  font-size: 13px;
}

.tag {
  font-size: 10px;
  border-radius: 5px;
  padding: 5px 9px;
  font-weight: 700
}

.tag-red {
  background: #ffe1e2;
  color: #e00000
}

.tag-green {
  background: #ccf4ee;
  color: #007d6d
}

.tag-gold {
  background: #fff0c7;
  color: #bf7100
}

.tag-blue {
  background: #dcecff;
  color: #005cb3
}

.whatsapp-widget {
  position: fixed;
  right: 0;
  bottom: 160px;
  width: 82px;
  background: #009b82;
  color: #fff;
  border-radius: 24px 0 0 24px;
  padding: 14px 10px 18px;
  text-align: center;
  z-index: 50;
  box-shadow: 0 12px 30px rgba(0, 70, 60, .25)
}

.whatsapp-widget strong {
  display: block;
  font-size: 16px
}

.whatsapp-widget span {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700
}

.whatsapp-widget i {
  display: block;
  font-size: 43px;
  margin-top: 8px
}

.chat-bubble {
  position: fixed;
  right: 26px;
  bottom: 95px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: #002a4b;
  color: #fff;
  font-size: 23px;
  box-shadow: 0 12px 28px rgba(0, 42, 75, .35);
  z-index: 50
}

.site-footer {
  background: #00344f;
  color: #dff7ff;
  padding: 25px 0 18px;
  position: relative
}

.site-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(0, 150, 160, .3), transparent 28%)
}

.site-footer .container-xxl {
  position: relative;
  z-index: 1
}

.footer-col {
  border-right: 1px solid rgba(255, 255, 255, .25);
  min-height: 110px
}

.footer-col h4 {
  font-size: 11px;
  text-transform: uppercase;
  color: #00bfd1;
  font-weight: 800
}

.small-text p {
  font-size: 10px;
  line-height: 1.45;
  margin-bottom: 6px
}

.socials {
  display: flex;
  gap: 10px;
  font-size: 16px;
  color: #fff
}

.footer-map img {
  width: 100%;
  max-height: 92px;
  object-fit: cover;
  border-radius: 7px
}

.footer-logo {
  max-width: 140px
}

.navbar-toggler {
  border: none
}

@media (max-width:991.98px) {

  .site-header,
  .navbar {
    height: auto;
    min-height: auto
  }

  .navbar {
    padding: 12px
  }

  .navbar-collapse {
    background: #fff;
    padding: 16px 0
  }

  .nav-link {
    padding: 10px 0 !important
  }

  .nav-link.active:after {
    display: none
  }

  .hero-copy {
    padding: 45px 15px
  }

  .hero-copy h1 {
    font-size: 38px
  }

  /*.hero-visual {
    min-height: 330px
  }*/

  .doctor-circle {
    /*position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    height: 330px;
    border-radius: 30px;
    margin-bottom: 20px*/
    position: relative;
    right: -15px;
    top: 22px;
    width: 620px;
    height: 430px;
    border-radius: 52% 0 0 52%;
    overflow: hidden;
    background: #eaf4f7;
    box-shadow: inset 25px 0 0 rgba(0, 139, 153, .16);
  }

  .stats-band {
    border-radius: 0
  }

  .stat-item,
  .stat-cta {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .25)
  }

  .president-card {
    border-radius: 0
  }

  .quote-mark {
    display: none
  }

  .section-title.with-link a {
    position: static;
    margin-left: 18px
  }

  .whatsapp-widget,
  .chat-bubble {
    display: none
  }

  .footer-col {
    border-right: none
  }

  .brand-logo {
    width: 160px
  }
}

@media (max-width:575.98px) {
  .hero-copy h1 {
    font-size: 32px
  }

  .hero-copy h2 {
    font-size: 26px
  }

  .hero-copy p {
    font-size: 15px
  }

  .endorsed-logos img {
    height: 50px
  }

  .section-title.with-link {
    display: block
  }

  .section-title.with-link a {
    display: inline-block;
    margin: 10px 0 0
  }

  .quick-card {
    height: 165px
  }

  .status-card {
    min-height: auto
  }

  .president-photo {
    width: 145px;
    height: 145px
  }
}

/* Ajuste profesional: accesos rápidos uniformes */
.quick-grid {
  align-items: stretch
}

.quick-grid>.col {
  display: flex
}

.quick-card {
  min-height: 220px;
  height: auto !important;
  padding: 28px 16px 20px;
  justify-content: flex-start;
  gap: 0
}

.quick-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px
}

.quick-icon i {
  font-size: 44px;
  color: #007b72;
  line-height: 1
}

.quick-card>i {
  display: none
}

.quick-card h3 {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.15
}

.quick-card p {
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  margin-bottom: 12px
}

.quick-card .quick-arrow {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 28px;
  font-size: 20px;
  color: #007b72
}

.quick-card .quick-arrow i {
  line-height: 1
}

.simple-page-card {
  background: #fff;
  border: 1px solid #e4ebf1;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 46px
}

.simple-page-card h1 {
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 12px
}

.simple-page-card p {
  color: #42536a;
  max-width: 720px
}

@media (max-width:575.98px) {
  .quick-card {
    min-height: 190px
  }

  .quick-card h3 {
    min-height: auto
  }

  .quick-card p {
    min-height: 38px
  }
}

.cnca-navbar {
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.cnca-navbar .navbar-brand img {
    max-height: 82px;
}

.cnca-navbar .nav-link {
    color: #0b2545;
    padding: 10px 14px;
}

.cnca-navbar .nav-link:hover,
.cnca-navbar .nav-link.active {
    color: #008978;
}

.cnca-navbar .dropdown-menu {
    border: 0;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .14);
}

.cnca-navbar .dropdown-item {
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 14px;
    color: #0b2545;
}

.cnca-navbar .dropdown-item:hover {
  background:#031e46;
  color: #fff;
  font-weight: bold;
}

.btn-login {
    background: linear-gradient(135deg, #006b68, #009c89);
    color: #fff;
    border-radius: 12px;
    padding: 10px 18px;
    font-weight: 700;
}

.btn-login:hover {
    color: #fff;
    transform: translateY(-1px);
}

.cnca-navbar .dropdown-menu {
  border: 0;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .14);
}

/* Flechita */
.cnca-navbar .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 28px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -3px -3px 8px rgba(15, 23, 42, .04);
}

/* Para el botón Área de médicos alineado a la derecha */
.cnca-navbar .dropdown-menu.dropdown-menu-end::before {
  left: auto;
  right: 28px;
}

@media (max-width: 991px) {
  .cnca-navbar .dropdown-menu::before {
      display: none;
  }
}

/* VISTA CONVOCATORIA */

.convocatoria-cnca-v2 {
  color: #263238;
  margin-top: 25px;
  margin-bottom: 45px;
}

.convocatoria-cnca-v2 a {
  text-decoration: none;
}

/* HERO */
.cnca-hero-v2 {
  position: relative;
  background: linear-gradient(135deg, #073b5c 0%, #0b5f88 55%, #118ab2 100%);
  color: #fff;
  border-radius: 14px;
  padding: 38px 36px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.cnca-hero-v2::before,
.cnca-hero-v2::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
}

.cnca-hero-v2::before {
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
}

.cnca-hero-v2::after {
  right: 80px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  background: rgba(255,255,255,.08);
}

.cnca-hero-content {
  position: relative;
  z-index: 2;
}

.cnca-badge-v2 {
  display: inline-block;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 18px;
}

.cnca-hero-v2 h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 16px;
}

.cnca-hero-v2 p {
  font-size: 17px;
  color: rgba(255,255,255,.95);
}

.cnca-main-date {
  display: inline-block;
  background: #fff;
  color: #0b4f7a;
  padding: 15px 22px;
  border-radius: 9px;
  margin-top: 15px;
  font-size: 21px;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(0,0,0,.18);
}

/* CARDS */
.cnca-feature-card,
.cnca-discipline-card,
.cnca-sede-card-v2,
.cnca-operation-box,
.cnca-folio-box, .cnca-feature-card-blue, .cnca-feature-card-red, .cnca-feature-card-green, .cnca-feature-card-yellow {
  background: #fff;
  border: 1px solid #dbe8ee;
  box-shadow: 0 5px 16px rgba(0,0,0,.06);
}

.cnca-feature-card, .cnca-feature-card-blue, .cnca-feature-card-red, .cnca-feature-card-green, .cnca-feature-card-yellow {
  position: relative;
  width: 100%;
  min-height: 230px;
  border-radius: 14px;
  overflow: hidden;
  transition: all .2s ease;
}

.cnca-feature-card:hover,
.cnca-discipline-card:hover,
.cnca-feature-card-blue:hover,
.cnca-feature-card-red:hover,
.cnca-feature-card-green:hover,
.cnca-feature-card-yellow:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}

.cnca-feature-card::before {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg, #073b5c 0%, #118ab2 100%);
}

.cnca-feature-card.feature-important::before {
  background: linear-gradient(90deg, #d35400 0%, #f39c12 100%);
}

.cnca-feature-inner {
  padding: 22px 18px 20px;
  text-align: center;
  height: 100%;
}

.cnca-feature-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef8fc 0%, #fff 100%);
  color: #0b5f88;
  font-size: 25px;
  margin-bottom: 13px;
  border: 1px solid #d7e9f0;
  box-shadow: 0 4px 12px rgba(11,95,136,.12);
}

.cnca-feature-card.feature-important .cnca-feature-icon {
  color: #d35400;
  background: linear-gradient(135deg, #fff3e6 0%, #fff 100%);
  border-color: #f0d3b6;
}

.cnca-feature-card h4 {
  color: #0b4f7a;
  font-weight: 700;
  margin: 5px 0 10px;
  font-size: 18px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cnca-feature-value {
  display: block;
  color: #263238;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1.25;
}

.cnca-feature-card p {
  margin-bottom: 0;
  color: #56666d;
  font-size: 14px;
  line-height: 1.45;
}

/* TITULARES */
.cnca-section-heading {
  margin: 32px 0 18px;
  color: #0b4f7a;
  font-weight: 700;
  border-bottom: 3px solid #e4eef3;
  padding-bottom: 10px;
}

/* DISCIPLINAS */
.cnca-disciplines-panel {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dbe8ee;
  padding: 28px;
  margin-bottom: 25px;
  box-shadow: 0 5px 16px rgba(0,0,0,.06);
}

.cnca-discipline-card {
  border-radius: 11px;
  padding: 18px;
  min-height: 160px;
  border-left: 5px solid #0b5f88;
  transition: all .2s ease;
}

.cnca-discipline-card h4 {
  color: #0b4f7a;
  font-weight: 700;
  margin-bottom: 15px;
  min-height: 42px;
  line-height: 1.35;
}

.cnca-discipline-card h4 i {
  color: #2e7d32;
}

/* BOTONES */
.cnca-register-btn,
.cnca-map-btn {
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 11px 14px;
  border-radius: 7px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all .2s ease;
}

.cnca-register-btn {
  background: linear-gradient(135deg, #d35400 0%, #f39c12 100%);
  margin-top: 10px;
  box-shadow: 0 4px 10px rgba(211,84,0,.25);
}

.cnca-register-btn:hover {
  background: linear-gradient(135deg, #b84900 0%, #d98208 100%);
}

.cnca-map-btn {
  background: #0b5f88;
  margin-top: auto;
}

.cnca-map-btn:hover {
  background: #073b5c;
}

/* SEDES */
.cnca-sede-card-v2 {
  border-radius: 12px;
  overflow: hidden;
  min-height: 435px;
  display: flex;
  flex-direction: column;
}

.cnca-sede-top {
  background: linear-gradient(135deg, #073b5c 0%, #0b5f88 100%);
  color: #fff;
  padding: 18px;
}

.cnca-sede-top h4 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
}

.cnca-sede-body-v2 {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cnca-sede-body-v2 p {
  color: #37474f;
}

.cnca-sede-body-v2 strong {
  color: #0b4f7a;
}

/* INFO */
.cnca-operation-box {
  border-radius: 11px;
  padding: 22px;
  min-height: 235px;
}

.cnca-operation-box h4,
.cnca-folio-box h4 {
  color: #0b4f7a;
  font-weight: 700;
  margin-bottom: 15px;
}

.cnca-folio-box {
  background: linear-gradient(135deg, #f3f9fc 0%, #fff 100%);
  border-left: 6px solid #0b5f88;
  border-radius: 11px;
  padding: 22px;
}

.cnca-soft-note {
  background: #eef8fc;
  border-left: 5px solid #0b5f88;
  border-radius: 7px;
  padding: 15px 17px;
  margin-top: 10px;
}

.cnca-soft-note p {
  margin-bottom: 0;
}

/* WARNING */
.cnca-warning-v2 {
  background: #fff4f2;
  border: 1px solid #f0c4be;
  border-left: 7px solid #c0392b;
  border-radius: 11px;
  padding: 22px;
  margin-bottom: 25px;
}

.cnca-warning-v2 h4 {
  color: #b92c28;
  font-weight: 700;
}

/* CONTACTO */
.cnca-contact-v2 {
  background: linear-gradient(135deg, #073b5c 0%, #0b5f88 100%);
  color: #fff;
  border-radius: 13px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}

.cnca-contact-v2 h4 {
  color: #fff;
  font-weight: 700;
}

.cnca-contact-v2 a {
  color: #fff;
  text-decoration: underline;
}

.cnca-contact-item-v2 {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  padding: 14px 16px;
  margin-top: 12px;
  min-height: 82px;
}

/* RESPONSIVE */
@media (max-width: 767.98px) {
  .cnca-hero-v2 {
    padding: 26px 22px;
  }

  .cnca-hero-v2 h2 {
    font-size: 25px;
  }

  .cnca-main-date {
    font-size: 17px;
    line-height: 1.4;
  }

  .cnca-sede-card-v2,
  .cnca-feature-card,
  .cnca-operation-box,
  .cnca-discipline-card {
    min-height: auto;
  }

  .cnca-feature-card h4 {
    min-height: auto;
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1080px) {
  .stat-item,
  .stat-cta {
    padding: 22px 15px;
  }

  .container-xl{
    width: 972px;
  }
  .btn.btn-outline-light{
    font-size: 12px;
  }
}

@media (min-width: 1080px) and (max-width: 1120px) {
  .stat-item,
  .stat-cta {
    padding: 22px 15px;
  }

  .container-xl{
    width: 1030px;
  }
}

@media (min-width: 1150px) and (max-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .container-xl {
    max-width: 1190px;
  }
}

@media (min-width: 1450px) {
  .stats-band {
    max-width: 1420px;
  }
}