@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap"); /*** Spinner Start ***/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

/*** Spinner Start ***/
/*** Spinner ***/

html {
  scroll-behavior: smooth;
}

body {
  background: #fafafa;
  font-family: "Inter", serif !important;
  /* font-family: "Poppins", sans-serif; */
  /* font-family: "Manrope", sans-serif !important; */
  /* font-family: "DM Sans", sans-serif !important; */

  overflow-x: hidden;
}

.contenedor-iconoHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  color: #dc3545;
  background-color: #fff;
  border-radius: 8px;
}

.gradiente {
  background: -webkit-linear-gradient(right, #ef4444, #b91c1c);
  background: linear-gradient(to left, #ef4444, #b91c1c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Evitar desbordamiento horizontal */

.container-fluid {
  max-width: 100%;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

/* boton con colores inversos en el hover */

.btn.btn-inverso {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-inverso:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-primary) !important;
  color: var(--bs-light) !important;
}

.btn.btn-secondary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-primary);
  color: var(--bs-light) !important;
}

.btn-hover {
  transition: 0.5s;
}

.btn-hover:hover {
  color: var(--bs-secondary) !important;
}

/*** Sub Title Start ***/
.sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -110px;
  border: 1px solid var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
  transition: 0.5s;
}

.topbar {
  padding: 2px 10px 2px 20px;
  background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
  transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
  color: var(--bs-secondary) !important;
}

.uniLogoResponsive {
  display: none;
}

@media (max-width: 576px) {
  .topbar {
    display: none;
  }

  .uniLogo {
    display: none;
  }

  .uniLogoResponsive {
    display: block;
  }
  .OfertaEducativaGIF {
    display: none;
  }
}
/*** Topbar End ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  /* font-family: "Yantramanav", sans-serif; */
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-dark) !important;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark) !important;
  font-size: 18px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
  max-height: 50px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar h1 {
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: var(--bs-white);
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark) !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light) !important;
  }
  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}

/*** Carousel Hero Header Start ***/
  /*.header-carousel {
  position: relative;
}

.header-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  border-radius: 60px;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 60px;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  
  color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    top: 630px;
    transition: 0.5s;
  }

  .header-carousel
    .header-carousel-item
    .carousel-caption
    .carousel-caption-content {
    width: 95% !important;
  }
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
  position: relative;
  width: 100%;
  height: 700px;
  margin-top: 95px;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    margin-top: 0;
    transition: 0.5s;
  }
}

@media (min-width: 992px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    margin-top: 50px;
  }
}

.header-carousel .header-carousel-item .carousel-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.header-carousel
  .header-carousel-item
  .carousel-caption
  .carousel-caption-content {
  position: relative;
  width: 75%;
} */

/* Titulacion y servicio social Start */

.headerTitulacion {
  margin-top: 140px;
  top: 80rem;
}

.TitulacionHero {
  /* background-image: url("img/FondoPruebaTitulacion.png");
  background-position: center; */
  border-radius: 40px;
}

.scrollspy-example {
  overflow-y: auto;
  height: 600px;
}

.PracticasProfesionales h2 {
  background: -webkit-linear-gradient(right, #ef4444, #b91c1c);
  background: linear-gradient(to left, #ef4444, #b91c1c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iframePracticas {
  text-align: center;
}

@media (max-width: 768px) {
  .headerTitulacion {
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .list-group {
    display: none;
  }
  .scrollspy-example {
    overflow-y: hidden;
    height: auto;
    text-align: center;
  }
  iframe {
    width: 100%;
  }
  .headerTitulacion {
    text-align: center;
    margin-top: -0.1rem;
  }
  .TitulacionHero {
    border-radius: 0%;
  }
}

@media (max-width: 1200px) {
  .list-group {
    display: none;
  }
}

/* Titulacion y servicio social End */
.timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: hsl(217, 88.2%, 90%);
  color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*** Training Start ***/
.training-carousel .owl-stage-outer {
  margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  padding: 10px 35px;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
  right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.training .training-item .training-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.training .training-item .training-img img {
  transition: 0.5s;
}

.training .training-item:hover .training-img img {
  transform: scale(1.2);
}

/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
  box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}
/*** Contact End ***/

/* SobreNosotros Start */

@media (max-width: 768px) {
  .SobreNosotros {
    text-align: center;
  }
  .SobreNosotros li {
    list-style: none;
  }
}

@media (max-width: 320px) {
  .SobreNosotros li {
    list-style: circle;
  }
}

/* SobreNosotros End */

/* fundadora start  */

@media (max-width: 768px) {
  .fundadora {
    text-align: left;
  }
}

/* fundadora end  */

/* Parallax Start */

.parallax {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.parallax img {
  position: absolute;
  width: 100%;
  pointer-events: none;
  height: 80vh;
}

.indexHeader {
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: center;
  top: 25%;
}

.indexHeader_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem;
}

#indexHeader_titulo {
  font-family: "poppins", sans-serif;
  font-size: 4rem;
  font-weight: 800;
}

#indexHeader_subtitulo {
  font-family: "Inter", serif;
  font-size: 2.5rem;
  color: #e9a21f;
}

/* PAGOS */

.card-pagos {
  height: 350px;
}

@media (max-width: 1200px) {
  .parallax {
    height: 100vh;
  }

  .indexHeader {
    padding: 1rem;
  }
  #indexHeader_titulo {
    font-size: 2.5rem;
    /* top: 40%; */
  }
  #indexHeader_subtitulo {
    font-size: 1.5rem;
    /* top: 50%; */
  }
  #indexHeader_subtitulo a {
    gap: 1rem;
  }
  #cerros {
    bottom: 0;
    transform: translateY(0px);
  }
  #estacionamiento {
    bottom: 0;
    transform: translateY(0px);
  }
  #persona1 {
    bottom: 0;
    transform: translateY(0px);
  }
  #persona2 {
    bottom: 0;
    transform: translateY(0px);
  }
  #universidad {
    bottom: 0;
    transform: translateY(0px);
  }
  #arbustos {
    bottom: 0;
    transform: translateY(0px);
  }
  .card-pagos {
    height: 400px;
  }
  .card-OfertaEducativa {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .parallax {
    height: 90vh;
  }
  #indexHeader_titulo {
    font-size: 2.5rem;
    top: 25%;
  }
  #indexHeader_subtitulo {
    font-size: 1.5rem;
    top: 50%;
  }
  #cerros {
    bottom: 0;
    transform: translateY(0px);
  }
  #estacionamiento {
    bottom: 0;
    transform: translateY(0px);
  }
  #persona1 {
    bottom: 0;
    transform: translateY(0px);
  }
  #persona2 {
    bottom: 0;
    transform: translateY(0px);
  }
  #universidad {
    bottom: 0;
    transform: translateY(0px);
  }
  #arbustos {
    bottom: 0;
    transform: translateY(0px);
  }
}

@media (max-width: 425px) {
  .indexHeader {
    top: 20%;
  }
  #indexHeader_btns {
    margin-top: 2rem;
  }
}

@media (max-width: 320px) {
  .parallax {
    height: 80vh;
  }
  .indexHeader {
    top: 10%;
  }
  #indexHeader_titulo {
    font-size: 1.5rem;
    top: 25%;
  }
  #indexHeader_subtitulo {
    font-size: 1.2rem;
  }

  #indexHeader_btns a {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }
}

/* Parallax End */

/* Oferta Educativa Start */

@media (max-width: 426px) {
  .HeaderOferta {
    flex-direction: column-reverse !important;
  }
  .textoHeaderOferta {
    text-align: center;
  }
}

/* Oferta Educativa End */

/* Reglamento Start */

.HeaderReglamento {
  margin-top: 8em;
}
.HeaderReglamento h1 {
  color: #dc3545;
}

@media (max-width: 426px) {
  .HeaderReglamento {
    margin-top: 1rem;
  }
  .reglamento {
    text-align: center;
  }
  .IconoReglamento {
    justify-content: center;
  }
}

/* Reglamento End */

/* Personal Administrativo Start */

.team-carousel .owl-stage-outer {
  margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  position: absolute;
  top: 1px;
  padding: 10px 35px;
  /* border: 1px solid var(--bs-secondary); */
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
  right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.team .team-carousel .team-item .team-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.team .team-carousel .team-item .team-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px;
  display: flex;

  transition: 0.5s;
  z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /*opacity: 0;*/
}

.team .team-carousel .team-item .team-content {
  position: relative;

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgb(255, 205, 0 ); !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
  z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
  color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
  height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
  transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
  transform: scale(1.1);
}

/* Ajustar altura uniforme para las cards de Personal Administrativo */
.team-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.team-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 10rem;
}

/*** Personal Administrativo End ***/

.cards-carousel .owl-stage-outer {
  margin-top: 30px;
}
.cards-carousel .owl-nav .owl-prev,
.cards-carousel .owl-nav .owl-next {
  position: absolute;
  top: 1px;
  padding: 10px 35px;
  /* border: 1px solid var(--bs-secondary); */
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}

.cards-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.cards-carousel .owl-nav .owl-next {
  right: 0;
}

.cards-carousel .owl-nav .owl-prev:hover,
.cards-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

/* Estilo del botón flotante */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 25px;
  z-index: 1000;
}

/* Estilo del menú desplegable */
.whatsapp-menu {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 1000;
}

.whatsapp-menu .card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-menu .card a {
  text-decoration: none;
  color: #333;
}

.whatsapp-menu .card a:hover {
  background: #f9f9f9;
}

/* Investigacion Start */
.investigacionBlog {
  margin-top: 10rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}
@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

@media (max-width: 768px) {
  .investigacionBlog {
    margin-top: 2rem;
  }
  .FondoHeaderInvestigacion {
    position: relative;
  }

  .FondoHeaderInvestigacion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.5); */
    background: rgba(0, 0, 0, 0.362);
    border-radius: 10px;
  }

  .headerInvestigacion {
    position: relative;
    z-index: 1;
  }
}

/* Investigacion End */

/* Galeria Start */

.thumb-wrapper {
  aspect-ratio: 16 / 9; /* puedes cambiar a 1 / 1 para cuadrado */
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .botones-galeria a {
    display: block;
  }
  #galeria {
    margin-top: 0.1rem !important;
    padding-top: 0.1rem !important;
  }

  #galeria h4,
  #galeria h1 {
    text-align: center !important;
  }
}

/* Galeria End  */
