@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap");

/************** General ***************/
*:hover,
*.transition {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

body {
  font-family: "Raleway", sans-serif;
}

header {
  /* background-image: url("../img/banner_azul_7.png"); */
  background-color: #1c233d;
}

a {
  text-decoration: none;
  outline: none;
  font-size: 1em;
  word-wrap: break-word;
  color: #313dc5;
}

.link-normal {
  color: black;
}

a:hover {
  color: #1c233d;
}

.bold {
  font-weight: 600;
}

.normal {
  font-weight: 400;
}

.alt-color {
  color: #313dc5;
}

.alt-color2 {
  color: #243064;
}

.alt-bg {
  background-color: #313dc5;
}

h4 {
  font-size: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.text-sm {
  font-size: 0.8em;
  line-height: 1.8;
}

.subtitle {
  /* text-transform: uppercase; */
  font-weight: 600;
  letter-spacing: 1px;
}

.linea {
  border: 5px solid #243064;
  width: 220px;
  opacity: 1;
}

.linea-sm {
  border: 2px solid #ed880d;
  width: 30px;
  opacity: 1;
}

.linea-100 {
  border: 3px solid #313dc5;
  opacity: 1;
}

ul li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 15px 0;
}

ol {
  padding-left: 45px;
}

ol li {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 15px 0;
}

ol li::marker {
  color: #2a9fd2;
  padding-right: 10px;
}

.list-style-3 {
  list-style: none;
}

.list-style-3 li:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #2a9fd2;
  position: absolute;
  top: 11px;
  left: 0;
}

.btn-outline-primary {
  border-radius: 0;
  color: #243064;
  border-color: #243064;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-outline-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #243064;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-outline-primary:hover {
  background-color: transparent;
  border-color: #243064;
  transition: 1s;
  color: white;
}

.btn-outline-primary:hover:before,
.btn-outline-primary:focus:before,
.btn-outline-primary:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.card-info {
  border: 1px solid #c4c4c4;
  padding: 30px;
  /*
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15); */
}

/************** Nav ***************/
.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 1px;
  font-weight: 700;
}

.upper {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #243064;
  font-weight: 600;
}

.dropdown-item {
  padding: 8px 16px;
  border-bottom: 2px solid transparent;
}

.dropdown-item:hover {
  color: #313dc5;
  border-bottom: 2px solid #2a9fd2;
  transition: 1s;
}

.title-toggler {
  font-size: 0.8em;
  letter-spacing: 2px;
  font-weight: 600;
}

.nav-item li {
  padding: 0 22px 0 18px;
  margin: 0 0;
}

.nav-item .dropdown {
  padding: 0 20px;
}

.primero {
  padding-left: 0;
}

/************** Intro***************/
.bg-light-gray {
  background-color: #f7f7f7;
}

.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.intro-cont {
  padding: 70px 50px;
}

/************** Cards ***************/
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #ffffff;
  max-width: 300px;
  height: 420px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.post-module .thumbnail {
  background: rgb(49, 61, 197);
  background: linear-gradient(
    162deg,
    rgba(49, 61, 197, 1) 0%,
    rgba(42, 159, 210, 1) 100%
  );
  height: 250px;
  overflow: hidden;
}

.post-module .thumbnail img {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}

/************** Footer ***************/
footer {
  background-color: #fafafa;
  /* background-color: #1c233d; */
  padding: 60px 0;
  color: #9295a2;
}

footer a {
  text-decoration: none;
  outline: none;
  color: #9295a2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer p,
footer a,
footer h4 {
  font-size: 14px;
}

/************** Slider avisos ***************/
.blog-slider {
  width: 95%;
  position: relative;
  /* max-width: 800px; */
  margin: auto;
  background: #fafafa;
  /* box-shadow: 0px 2px 20px rgba(34, 35, 58, 0.2); */
  padding: 55px;
  /* border-radius: 25px; */
  height: 400px;
  transition: all 0.3s;
  margin-bottom: 30px;
}
/* @media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
} */
@media screen and (max-width: 992px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 70px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background: rgb(49, 61, 197);
  background: linear-gradient(
    350deg,
    rgba(49, 61, 197, 1) 0%,
    rgba(42, 159, 210, 1) 100%
  );
  box-shadow: 0px 2px 20px rgba(34, 35, 58, 0.2);
  /* border-radius: 20px; */
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(49, 61, 197);
  background: linear-gradient(
    350deg,
    rgba(49, 61, 197, 1) 0%,
    rgba(42, 159, 210, 1) 100%
  );
  /* border-radius: 20px; */
  opacity: 0.4;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  /* border-radius: 20px; */
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
/* @media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
} */

.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 992px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #313dc5;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  font-size: 0.8em;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 4px 4px !important;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #313dc5;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/************** Banner imagen ***************/

.img-fondo {
  position: relative;
  width: 100%;
  /* min-height: 500px; */
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-footer {
  background-image: url("../img/footer.jpg");
}

.img-licenciaturas {
  background-image: url("../img/licenciaturas.jpg");
  min-height: 200px;
}

.img-tramites {
  background-image: url("../img/tramites.jpg");
  min-height: 200px;
}

.img-acerca {
  background-image: url("../img/acerca.jpg");
  min-height: 200px;
}

/************** Quote brackets ***************/

.square-brackets-quote {
  display: inline-block;
  margin: 1em;
  max-width: 80%;
}
.square-brackets-quote blockquote {
  border: solid 0.8em #313dc5;
  display: inline-block;
  margin: 0;
  padding: 2em;
  position: relative;
  text-align: left;
}
.square-brackets-quote blockquote:before {
  background-color: #fff0;
  bottom: -1em;
  content: "";
  left: 2em;
  position: absolute;
  right: 2em;
  top: -1em;
}
.square-brackets-quote blockquote cite {
  color: #757575;
}
.square-brackets-quote blockquote > * {
  position: relative;
  z-index: 1;
}

.square-brackets-quote p {
  line-height: 1.8;
  color: #313dc5;
}

/************** Cards tramites ***************/

.tabla {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabla__columna {
  /*   -ms-flex-preferred-size: 30%;
  flex-basis: 33%; */
  padding: 18px;
  position: relative;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  /* background-color: #313dc5; */
  background-color: #f7f7f7;
  color: #000000;
  height: 100%;
}

.tabla__columna::after {
  content: "";
  background-color: #2a9fd2;
  height: 1%;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: -10;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.tabla__columna:hover {
  color: #fff;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.tabla__columna:hover::after {
  content: "";
  background-color: #313dc5;
  height: 100%;
}

@media (max-width: 768px) {
  .tabla__columna {
    height: auto;
  }
}

.tabla-profesores {
  /* background-color: #243064; */
  background-color: #f7f7f7;
}

.tabla-profesores:hover::after {
  background-color: #243064;
}

/************** Div programas ***************/

.feature-box-10 .number {
  display: table-cell;
  font-size: 30px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  position: relative;
}
.feature-box-10:hover .number {
  background: #ed880d;
  color: #fff;
}

.border-width-2 {
  border: 2px solid #ed880d;
}


.table-mostaza{
  background-color: #fecb83;
}
.table-azul{
  background-color: #c5d9ef;
}

table{
  table-layout: fixed;
}

#miTablaPersonalizada th{
  width: 200px;
  overflow: auto;
  border: 1px solid;
}

 .unselectable {
        background-color: #ddd;
        cursor: not-allowed;
    }

/***** labs ****/
.list-group-item.active {
    background-color: #243064;
    border-color: #243064;
}