@charset "UTF-8";
h2,
h1,
h3,
h4,
h6,
.text-success {
  color: #293F7B !important;
}

#Modal_contact .modal-body .nf-form-cont .nf-form-wrap .nf-form-layout form input[type=submit] {
  background-color: #293F7B;
  color: #fff;
}

.section_top .navbar_admision .navbar {
  max-width: 1280px;
}
.section_top .navbar_admision .navbar .navbar-nav .menu-item > a {
  color: #293F7B;
}
.section_top .navbar_admision .navbar .navbar-nav .menu-item > a:hover {
  color: #f7faff;
}
.section_top .navbar_admision .navbar .navbar-nav .menu-item.active > a {
  color: #f7faff;
}
.section_top .navbar_admision .navbar-light {
  padding: 0 0 0 30px;
}
.section_top .ulagos-parent {
  padding: 0px 15px;
  max-width: 1280px;
}
.section_top .topbar .container {
  max-width: 1280px;
}
.section_top .responnav {
  width: 100%;
  padding-right: 55px;
  padding: 30px 55px 0 0;
}
.section_top .responnav .container_redes {
  color: #293F7B;
}
.section_top .responnav .container_redes > a {
  color: #293F7B;
  text-decoration: none;
}

.weblink {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content_postgrado h2,
.content_postgrado h1,
.content_postgrado h3,
.content_postgrado h4,
.content_postgrado p {
  margin: 25px 0;
}
.content_postgrado h6 {
  font-size: 17px;
  margin: 43px 0 25px 0;
}

main.container {
  max-width: 1280px;
  padding: 118px 40px;
}

.custom-caption > span {
  font-size: 58px !important;
}
@media only screen and (max-width: 930px) {
  .custom-caption > span {
    /* Tamaño del texto más pequeño */
    font-size: calc(1.5vw + 1.5vh + 1rem) !important;
  }
}
@media only screen and (max-width: 436px) {
  .custom-caption > span {
    /* Tamaño del texto más pequeño */
    font-size: calc(0.9vw + 0.9vh + 1rem) !important;
  }
}

.row_malla_mobile {
  padding-bottom: 10px;
}
.row_malla_mobile p {
  color: #293F7B !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.boton_info {
  padding: 40px 0px;
  width: 100%;
  max-width: 256px;
}
.boton_info > a,
.boton_info button {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  height: 40px;
  padding: 13px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 44px;
  color: #fff;
  background-color: #293F7B;
  border-color: #293F7B;
}
.boton_info > a:hover,
.boton_info button:hover {
  background-color: #9EB2D5;
  border-color: #9EB2D5;
  color: #293F7B;
}

.table {
  background: #ffffff;
  border-radius: 4px;
  border-style: solid;
  border-color: #293F7B;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.table .row {
  background: rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.table .cell {
  background: #293F7B;
  border-style: solid;
  border-color: #293F7B;
  border-width: 1px 0px 0px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.table .content {
  padding: 3px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.table .text {
  color: #fff;
  text-align: center;
  font-family: var(--caption-bold-roboot-flex-14-font-family, "RobotoFlex-Bold", sans-serif);
  font-size: var(--caption-bold-roboot-flex-14-font-size, 14px);
  line-height: var(--caption-bold-roboot-flex-14-line-height, 140%);
  font-weight: var(--caption-bold-roboot-flex-14-font-weight, 700);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table .row2 {
  background: rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: hidden;
}
.table .text2 {
  color: var(--base-black, #101720);
  text-align: center;
  font-family: var(--caption-regular-roboto-flex-14-font-family, "RobotoFlex-Regular", sans-serif);
  font-size: var(--caption-regular-roboto-flex-14-font-size, 14px);
  line-height: var(--caption-regular-roboto-flex-14-line-height, 140%);
  font-weight: var(--caption-regular-roboto-flex-14-font-weight, bold);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table .cell2 {
  background: rgba(16, 55, 106, 0.0509803922);
  border-style: solid;
  border-color: #293F7B;
  border-width: 1px 0px 0px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.table .cell2 .text2 {
  font-weight: 600;
}
.table .cell3 {
  background: var(--base-white, #faf9f6);
  border-style: solid;
  border-color: #293F7B;
  border-width: 1px 0px 0px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.table h1 {
  color: #293F7B;
}
.table .td_anio {
  background-color: #293F7B;
}
.table .td_semes {
  background-color: #6f9ad3;
}
.table .table {
  border: solid 1px #293F7B;
}
.table .content_ramo {
  border-top: 1px solid #293F7B;
}
.table .izquierdo {
  border-right: 1px solid #293F7B;
}
.table .derecho {
  border-left-color: #293F7B;
}

.imagen_dest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

.program-cards-wrapper {
  padding: 10px 30px;
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media (max-width: 780px) {
  .program-cards-wrapper {
    padding: 5px;
  }
}
.program-cards-wrapper .titulo-section {
  width: 100%;
  padding-top: 56px;
  font-family: "Atkinson Hyperlegible-Bold", Helvetica;
  font-weight: 700;
  font-size: 34px;
  line-height: 65px;
  font-style: bold;
  color: #63739F;
}
.program-cards-wrapper .vertical-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 6px;
  height: 100%;
}
.program-cards-wrapper .vertical-bar .blue {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background-color: #293F7B;
}
.program-cards-wrapper .vertical-bar .yellow {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
  background-color: #f6b622;
}
.program-cards-wrapper .program-card, .program-cards-wrapper .program-card-totem {
  height: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f7faff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 30.333%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width: 1024px) {
  .program-cards-wrapper .program-card, .program-cards-wrapper .program-card-totem {
    width: 48%;
  }
}
@media (max-width: 780px) {
  .program-cards-wrapper .program-card, .program-cards-wrapper .program-card-totem {
    width: 100%;
  }
}
.program-cards-wrapper .program-card .card-image, .program-cards-wrapper .program-card-totem .card-image {
  width: 40%;
  max-width: 200px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.program-cards-wrapper .program-card .card-content, .program-cards-wrapper .program-card-totem .card-content {
  background-color: #f7faff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.program-cards-wrapper .program-card .card-content .text-wrapper, .program-cards-wrapper .program-card-totem .card-content .text-wrapper {
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.program-cards-wrapper .program-card .card-content .text-wrapper .text, .program-cards-wrapper .program-card-totem .card-content .text-wrapper .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 15px;
}
@media (max-width: 700px) {
  .program-cards-wrapper .program-card .card-content .text-wrapper .text, .program-cards-wrapper .program-card-totem .card-content .text-wrapper .text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.program-cards-wrapper .program-card .card-content .text-wrapper .text .small-title, .program-cards-wrapper .program-card-totem .card-content .text-wrapper .text .small-title {
  font-family: "Atkinson Hyperlegible";
  font-weight: 400;
  font-style: "Regular";
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #293F7B;
  margin-bottom: 2px;
}
@media (max-width: 700px) {
  .program-cards-wrapper .program-card .card-content .text-wrapper .text .small-title, .program-cards-wrapper .program-card-totem .card-content .text-wrapper .text .small-title {
    text-align: left;
  }
}
.program-cards-wrapper .program-card .card-content .text-wrapper .text .main-title, .program-cards-wrapper .program-card-totem .card-content .text-wrapper .text .main-title {
  font-family: "Atkinson Hyperlegible";
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #293F7B;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
@media (max-width: 1280px) {
  .program-cards-wrapper .program-card .card-content .text-wrapper .text .main-title, .program-cards-wrapper .program-card-totem .card-content .text-wrapper .text .main-title {
    font-size: 22px;
    line-height: 1.1;
  }
}
@media (max-width: 1208px) {
  .program-cards-wrapper .program-card .card-content .text-wrapper .text .main-title, .program-cards-wrapper .program-card-totem .card-content .text-wrapper .text .main-title {
    font-size: 15px;
    line-height: 1.1;
  }
}
.program-cards-wrapper .program-card-totem {
  max-width: 50%;
  height: 110px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
}

.row-footer .label_email_footer label {
  font-family: "Roboto Flex";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.media-footer .button_footer .enviar_footer {
  background-color: #F9BB47 !important;
  color: #293F7B !important;
}

.linkdecoration {
  text-decoration: none;
}

@media (max-width: 700px) {
  .program-card, .program-cards-wrapper .program-card-totem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .card-image {
    width: 100%;
    height: 180px;
    border-radius: 24px 24px 0 0;
  }
  .card-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
  .text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 4px;
    width: 40px;
  }
  .bar div {
    height: 4px;
    width: 50%;
  }
}
.boton_malla > a {
  color: #293F7B;
}

/* Por defecto el mega menú está oculto */
/* Mostrar solo si tiene la clase 'open' */
.mega-trigger.open > .mega-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* También puedes mantener flex-wrap */
.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 20px 30px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F9BB47;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mega-menu .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  margin-right: 30px;
}
.mega-menu h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.mega-menu h6 {
  font-family: "Atkinson Hyperlegible";
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.mega-menu ul {
  list-style: none;
  padding: 0;
}
.mega-menu ul li > a {
  display: block;
  padding: 5px 0;
  color: #333;
  font-family: "Atkinson Hyperlegible";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  text-decoration: none;
}
.mega-menu ul li > a:hover {
  color: #293F7B;
}
.mega-menu .colmega {
  min-width: 200px;
  padding: 10px;
}
.mega-menu-panel {
  max-height: 70vh;
  /* o una altura fija como 600px */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  /* para no tapar con la scrollbar */
}

.current-menu-item .mega-menu {
  display: none;
}

.nf-form-fields-required {
  display: none;
}

@media (max-width: 991px) {
  .navbar-collapse {
    /* o el valor que prefieras */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse .nav {
    display: block;
  }
  .navbar-collapse .nav > li {
    display: block;
    margin-bottom: 0.5rem;
  }
}