/*CARRUSEL DE CARD 2, CARRERAS*/
 /* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  grid-row-gap: 5px;
  padding: 25px 0;
}

.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffd200;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #070780;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #04045b;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #0e45e0;
}

#lineaspan{
   bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg,transparent,#ffc107);
}

.button:hover #lineaspan{
  bottom: 100%;
  transition: 1s;
  transition-delay: 0.75s;
}

.swiper-navBtn{
  color: rgb( 21, 21, 100);
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #ffd200;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
  color: #04045b;
}


.swiper-button-next{
  color: rgb(21,21,100);
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  color: #ffd200;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}

/*BOTON DE WHATSAPP*/
.btn-wsp{
    position:fixed;
    width:80px;
    height:75px;
    line-height: 63px;
    bottom:25px;
    left:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:60px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:60px;
        line-height: 60px;
  }
}
/*FIN BOTON DE WHATSAPP*/

/*CARRERAS PERFIL DEL EGRESADO*/
.container_carreras {
  display: flex;
  flex-direction: row;
}

/*Fin carreras perfil del egresado*/

/*Contactos iuta*/
.contenedor_sedes{
  box-shadow: 0px -3px 5px #000;
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;

}

.sedes{
  margin-top: 20px;
  border-radius: 15px;
  width: 400px;
  background-color: #fff;
   transition: background-color .5s;
}

.sedes:hover{
  background-color: #ebebeb;
  box-shadow: -1px -1px 5px ;
  box-shadow: 1px 1px 5px ;
}

.sedes h3{
  text-align: center;

}

.sedes p{
  text-align: center;
}

.cuerpo_contacto{
  box-shadow: 0px -7px 10px #fff;
  background-color: rgb(21,21,100);
}

.cuenta_bancaria{
  border-radius: 15px;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  margin-left: 35px;
  box-shadow: 0px 3px 5px gray, -3px 0px 5px gray;
  height: auto;
  width: 95%;
  background-color:#fff;
}

.cuenta_bancaria li {
  font-size: 20px;

}

.cuenta_bancaria p {
  font-size: 20px;

}
/*Fin contactos iuta */

.sedes img{
  width: 400px;
  height: 300px;
}

.rtitle{
  margin-top: 77px;
}

@media screen and (max-width: 450px){
  .rtitle{
    margin-top: 0px;
  }
  .cuenta_bancaria p {
    font-size: 13px;

  }

  .sedes{
    width: 300px;
  }
  .sedes img{
    width: 300px;
    height: 200px;

  }
}


@media screen and (max-width:1024px) {
  .cuenta_bancaria{
    flex-wrap: wrap;
    margin-left: 15px;
    padding-left: 20px;
  }

  .contenedor_sedes{
    flex-wrap: wrap;
  }



}

.fullwidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}
#projectFacts .fullwidth{
  padding: 0;
}

.factswrap{
   margin-bottom: 30px;
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.factswrap .item{
  box-shadow: 2px 2px 5px #000, -2px -2px 5px #000; 
  width: 25.3%;
  border-radius: 50%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
  transition:  all .5s ease-in-out;
}

.factswrap .item:hover{
  box-shadow: 2px 2px 5px #ffd200, -2px -2px 5px #ffd200;
}
.factswrap .item:nth-child(1){
  background:#04045b;
}
.factswrap .item:nth-child(2){
  background: #04045b;
}
.factswrap .item:nth-child(3){
  background: #04045b;
}
.factswrap .item:nth-child(4){
  background: #175b91;
}
.factswrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}
.factswrap .item p{
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
  font-weight: bold;
  transition:  all .5s ease-in-out;
}
.factswrap .item span.Line-under{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
  transition:  all .5s ease-in-out;
}
.factswrap .item img{
    width: 80px;
    opacity: .8;
    transition:  all .5s ease-in-out;
}
.factswrap .item:hover img, .factswrap .item:hover p{
  color: #ffd200;
  opacity: 1;
   transition: color 0.2s linear 0.2s;
   
 }

.factswrap .item:hover span{
  background: white;
}