:root {
  --color1: #ECF0F1;
  --color2: #E74C3C;
  --color3: #3498DB;
  --color4: #1A5B95;
  --color-negro: #000;
  --color-blanco: #fff;
}

/*background-color: var(--color1);  */

body {
  font-family: 'Roboto Condensed', sans-serif;
  size: 15px;
  text-align: justify;
}

a {
  text-decoration: none;
}

nav {
  background-color: var(--color4);

}

p {
  line-height: 1.5;
  margin: 0 0 10px 0;
}



.loading {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}

.loader div {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  transform: scale(0);
  animation: animate 1.5s ease-in-out infinite;
  display: inline-block;
  margin: .5rem;
}

.loader div:nth-child(0) {
  animation-delay: 0s;
}

.loader div:nth-child(1) {
  animation-delay: 0.2s;
}

.loader div:nth-child(2) {
  animation-delay: 0.4s;
}

.loader div:nth-child(3) {
  animation-delay: 0.6s;
}

.loader div:nth-child(4) {
  animation-delay: 0.8s;
}

.loader div:nth-child(5) {
  animation-delay: 1s;
}

.loader div:nth-child(6) {
  animation-delay: 1.2s;
}

.loader div:nth-child(7) {
  animation-delay: 1.4s;
}

@keyframes animate {

  0%,
  100% {
    transform: scale(0.2);
    background-color: #012E40;
  }

  40% {
    transform: scale(1);
    background-color: #026773;
  }

  50% {
    transform: scale(1);
    background-color: #3CA6A6;
  }
}



.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--color-blanco);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--color-blanco);
  --bs-nav-link-hover-color: var(--color-blanco);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu>li:hover>.submenu {
  display: block;
}

.dropdown-menu .submenu-left {
  right: 100%;
  left: auto;
}

@media only screen and (max-width:800px) {
  .dropdown-menu .submenu {
    left: 25%;
    top: 0px;
  }

  .dropdown-menu .multi-menu {
    left: 95%;
  }

  .dropdown-menu .submenu-left {
    left: 50%;
  }
}

.box-area h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0a69ed;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.box-area span {
  color: #262626;
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 400;

}


.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}




.contenido {
  color: #262626;
  text-align: justify;
}





/* Counter Area css
============================================================================================ */
.counter_area {
  background-color: var(--color4);
  padding: 80px 0px 80px 0px;
  text-align: center;
}

.counter_inner .counter_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.counter_item h4 {
  font-size: 60px;
  font-weight: 500;
  color: #FFF;
}

.counter_item p {
  margin-bottom: 0px;
  color: #FFF;
  font-size: 20px;
}



.valores i {
  font-size: 50px;
  z-index: 2000;
}

/* carreras
============================================================================================ */

.nav-shadow {
  box-shadow: 0 2px 15px rgb(0 0 0 / 5%) !important;
}

.nav-border {
  border-right: 3px solid #1A5B95;
}

.nav-pills .nav-link {
  padding: 20px;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  color: #333;
  transition: all 0.3s;
}

.nav-pills .nav-link.active {
  background: -webkit-linear-gradient(30deg, #1A5B95, #3498DB);
  background: -o-linear-gradient(30deg, #1A5B95, #3498DB);
  background: linear-gradient(120deg, #1A5B95, #3498DB);
  color: #fff;
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}

.nav-pills .nav-link {
  border-radius: 0px;
}

.nav-link .circle-icon {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 2px solid #1A5B95;
  background: #fff;
  color: #1A5B95;
  font-size: 22px;
}

.tdceldatitulo {
  background-color: #1A5B95 !important;
  color: white !important;
  padding: 4px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

/*docentes*/
.ftco-section {
  position: relative;
  overflow-x: hidden;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.staff .img {
  width: 100%;
  display: block;
  height: 350px;
  background-position: top center !important;
  position: relative;
}



.staff .img .ftco-social {
  position: absolute;
  bottom: 0px;
  left: 15px;
  padding: 0;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.staff .img .ftco-social li {
  list-style: none;
}

.staff .img .ftco-social li a {
  font-size: 18px;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  float: left;
  color: #1A5B95;
  border-radius: 50%;
  position: relative;
  background: #fff;
  margin-bottom: 7px;
  padding: 7px;

}

.staff .text {
  text-align: center;
  padding: 15px;
}

.staff:hover {
  background: #1A5B95;
  color: #ECF0F1;
}

.staff:hover .img .ftco-social {
  opacity: 1;
}

.btn-desc {
  background-color: var(--color4) !important;
  border-radius: 0px;
  color: #FFF;
  padding: 13px 5px;
  display: block;
}

.btn-desc:hover {
  color: #FFF;
}

.btn-reglam a {
  background-color: var(--color4) !important;
  color: #FFF;
  padding: 15px 5px ;
  display: block;
  margin: 5px;
}

.becas {
  background-color: var(--color3);
  padding: 5px;
  text-align: center;
}

.becas h1 {
  font-size: 100px;
  color: #FFF;
}

.becas p {
  font-size: 50px;
  color: #FFF;
}



.staff2 {
  overflow: hidden;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.staff2 .img-wrap {
  height: 400px;
}

.staff2 .img {
  width: 100%;
  display: block;
  background-position: top center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.staff2 .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  content: '';
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.staff2 .text {
  padding: 5px;
  color: var(--color1);
  position: relative;
  background:var(--color4);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 250px;
}

.staff2 .text h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.staff2 .text .position {
  text-transform: uppercase;  
  display: block;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 600;
}

.staff2 .text .faded {
  opacity: 1;
}

.staff2 .ftco-social {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  padding: 15px 10px;
  background: #fff;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



.staff2:hover .img,
.staff:focus .img {
  margin-top: -10px;
}


.btn-default {
  background-color: #DDD;
  color: #00082E;
  padding: 8px 20px;
}
.btn-default:hover {
  background-color: #fdc800;
  color: #00082E;
  border: 1px #fff solid;
}

.contenido_dg a{
  background-color: var(--color4) !important;
  border-radius: 0px;
  color: #FFF;
  padding: 15px 5px;
  margin: 5px;
  display: block;
}

.lreclamos a{
  background-color: var(--color4);
  color: var(--color1);
  padding: 20px ;
  margin: 5px;
  display: block;
  text-align: center;
  font-size: 18px;
}

.lreclamos a:hover{
  background-color:#fdc800;
  color: var(--color-negro);
 
}


.contac{
  background-color: #1A5B95;
  color: #FFF;
  padding: 20px;
}


.link a{
  background-color: #1A5B95;
  color: var(--color-blanco);
  padding: 15px;
  display: block;
  text-align: center;
  width: 200px;
}
.link2 a{
  background-color: #1A5B95;
  color: var(--color-blanco);
  padding: 15px;
  display: block;
  text-align: center;
  width: 100%;
}

.lienciamiento{
 text-align: center;
}
.lienciamiento img{
  width: 50%;
  padding: 20px;
 }

 .complementarios{
   text-align: center;
 }
.complementarios a{
  background-color: #1A5B95;
  color: var(--color-blanco);
  padding: 15px;
  display: block;
  text-align: center;
  width: 100%;
}
footer {
  background-color: var(--color4);
  color: var(--color-blanco);
}

footer .text-body-foot {
  color: var(--color-blanco);
}