@charset "UTF-8";
.p-gigante {
  font-size: 100px;
  line-height: 98px;
}

.p-enorme {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.p-grande {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.p-mediano {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.p-chico {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.h1-bold {
  font-size: 70px;
  line-height: 68px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}

.h1-suave {
  font-size: 70px;
  line-height: 68px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}

.h1-suave-italic {
  font-size: 70px;
  line-height: 68px;
  font-weight: 300;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}

.h2-bold {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}

.h2-suave {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}

.h2-suave-italic {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}

.h3-bold {
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0px 0px 30px;
}

.h4-bold {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0px 0px 20px;
}

.h5-bold {
  font-size: 18px;
  line-height: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0px 0px 20px;
}

.neg-bla {
  background: #000000;
  color: #ffffff;
}

.azu-bla {
  background: #28598D;
  color: #ffffff;
}

.vio-bla {
  background: #8394D2;
  color: #ffffff;
}

.nar-neg {
  background: #F2A83A;
  color: #000000;
}

.ver-neg {
  background: #A4D962;
  color: #000000;
}

.bla-neg {
  background: #ffffff;
  color: #000000;
}

.rad-0 {
  border-radius: 0;
}

.rad-10 {
  border-radius: 10px;
}

.rad-50 {
  border-radius: 50px;
}

.bt-x {
  height: 65px;
  font-size: 20px;
  line-height: 65px;
  font-family: "Inter", sans-serif;
  display: block;
  text-align: center;
  padding: 0px 30px;
  width: fit-content;
}

.bt-n {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  font-family: "Inter", sans-serif;
  display: block;
  text-align: center;
  padding: 0px 30px;
  width: fit-content;
}

.bt-s {
  height: 35px;
  font-size: 20px;
  line-height: 35px;
  font-family: "Inter", sans-serif;
  display: block;
  text-align: center;
  padding: 0px 30px;
  width: fit-content;
}

.lin-azu {
  border: 3px solid #28598D;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-azu:hover {
  background-color: #28598D;
  color: #ffffff;
}

.lin-azu-bla {
  border: 3px solid #28598D;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-azu-bla:hover {
  background-color: #28598D;
  color: #000000;
}

.col-azu {
  background-color: #28598D;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-azu:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.lin-vio {
  border: 3px solid #8394D2;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-vio:hover {
  background-color: #8394D2;
  color: #ffffff;
}

.lin-vio-bla {
  border: 3px solid #8394D2;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-vio-bla:hover {
  background-color: #8394D2;
  color: #000000;
}

.col-vio {
  background-color: #8394D2;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-vio:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.lin-nar {
  border: 3px solid #F2A83A;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-nar:hover {
  background-color: #F2A83A;
  color: #ffffff;
}

.lin-nar-bla {
  border: 3px solid #F2A83A;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-nar-bla:hover {
  background-color: #F2A83A;
  color: #000000;
}

.col-nar {
  background-color: #F2A83A;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-nar:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.lin-ver {
  border: 3px solid #A4D962;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-ver:hover {
  background-color: #A4D962;
  color: #ffffff;
}

.lin-ver-bla {
  border: 3px solid #A4D962;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-ver-bla:hover {
  background-color: #A4D962;
  color: #000000;
}

.col-ver {
  background-color: #A4D962;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-ver:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.lin-neg {
  border: 3px solid #000000;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-neg:hover {
  background-color: #000000;
  color: #ffffff;
}

.lin-neg-bla {
  border: 3px solid #000000;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-neg-bla:hover {
  background-color: #000000;
  color: #000000;
}

.col-neg {
  background-color: #000000;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-neg:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.lin-bla {
  border: 3px solid #ffffff;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-bla:hover {
  background-color: #ffffff;
  color: #ffffff;
}

.lin-bla-bla {
  border: 3px solid #ffffff;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-bla-bla:hover {
  background-color: #ffffff;
  color: #000000;
}

.col-bla {
  background-color: #ffffff;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-bla:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.col-bla-neg {
  color: #000000;
  background: #ffffff;
}

.disefix {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0px;
}
.disefix span {
  color: #F2A83A;
}

.flex {
  display: flex;
}

.f-r {
  flex-direction: row;
}

.f-c {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.jc-inicio {
  justify-content: flex-start;
}

.jc-centro {
  justify-content: center;
}

.jc-fin {
  justify-content: flex-end;
}

.jc-entre {
  justify-content: space-between;
}

.jc-alred {
  justify-content: space-around;
}

.jc-eq {
  justify-content: space-evenly;
}

.ai-inicio {
  align-items: flex-start;
}

.ai-centro {
  align-items: center;
}

.ai-fin {
  align-items: flex-end;
}

.ai-estirar {
  align-items: stretch;
}

.lateral {
  background: #E8E5ED;
  padding: 30px;
  height: 100vh;
  position: fixed;
  left: 0px;
}

.logo-lateral {
  max-width: 200px;
  margin-bottom: 20px;
}

.wrapper {
  display: flex;
}

.sidebar {
  width: 370px;
  height: 100%;
  background: #E8E5ED;
  padding: 20px;
  position: fixed;
  overflow: auto;
}

/* Estilos para Firefox */
/* Nota: Firefox no soporta estilos personalizados para la barra de desplazamiento, 
pero podemos aplicar estilos usando el pseudo-elemento ::-moz-scrollbar. */
* {
  scrollbar-color: #888 #f1f1f1; /* Color del thumb y del fondo de la barra */
  scrollbar-width: thin; /* Ancho de la barra de desplazamiento */
}

.sidebar h3 {
  font-size: 34px;
  font-weight: 700;
  /* text-transform: uppercase; */
  line-height: 32px;
}

.descripcion {
  line-height: 23px;
  font-size: 21px;
  padding-bottom: 40px;
  font-weight: 300;
}

.sidebar h2 {
  margin-bottom: 20px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  margin-bottom: 10px;
}

a.ver-clase {
  display: grid;
  grid-template-columns: 10% 80%;
  grid-gap: 10px;
  align-items: center;
  padding: 5px;
}

a.ver-clase.prender {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}

.duracion {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0px;
}

.content {
  flex: 1;
}

.contenido-curso {
  max-width: 700px;
  margin: 0 auto;
}

.numero {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #696969;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  min-width: 30px;
  min-height: 30px;
}

a.ver-clase h3 {
  font-size: 15px !important;
  color: #000;
  padding-bottom: 10px;
  line-height: 18px;
  margin: 0px;
}

.ver {
  background: #59578d;
  width: fit-content;
  font-size: 13px;
  padding: 7px;
  border-radius: 5px;
  margin-top: 9px;
  color: #fff;
}

.descripcion-clase {
  color: #000;
  font-size: 13px;
  line-height: 16px;
}

.sidebar .ver-clase h3 {
  font-size: 21px !important;
  /* text-transform: uppercase; */
  line-height: 22px;
  letter-spacing: 0px;
  padding-bottom: 0px;
  font-weight: 400;
}

.sidebar .ver-clase .abierto {
  position: absolute;
  right: 15px;
}

.sidebar .cerrado {
  right: 15px !important;
}

.volver-cursos {
  position: relative;
  font-size: 28px;
}

.abrir-menu-cursos {
  font-size: 25px;
  display: none;
}

.bot-curso {
  display: flex;
  justify-content: right;
  margin-top: -30px;
  margin-bottom: 30px;
  max-width: 90%;
  margin: 0 auto;
}

.tit-clase {
  font-size: 50px;
  line-height: 41px;
  padding-bottom: 30px;
}

.contenidos-class ul {
  padding: 0px 0px 0px 14px;
}

.texto-clase {
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}

a.boton-pdf {
  background: #fff;
  color: #000;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: solid 1px;
  margin-bottom: 100px;
}

.close-menu {
  font-size: 30px;
  position: absolute;
  right: 30px;
  display: none;
}

@media (max-width: 812px) {
  .content {
    flex: inherit;
    margin-left: 0px;
    max-width: 90%;
    margin: 0 auto;
  }
  .sidebar {
    width: 100%;
    height: 100%;
    background: #E8E5ED;
    padding: 0px;
    position: fixed;
    overflow: auto;
    left: -100%;
    z-index: 10;
  }
  .abrir-menu-cursos {
    font-size: 25px;
    display: block;
  }
  .cont-sidebar {
    max-width: 90%;
    margin: 30px auto;
  }
  .close-menu {
    font-size: 30px;
    position: absolute;
    right: 30px;
    display: block;
  }
  .bot-curso {
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
.titulo-secciones h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  font-style: italic;
}

.titulo-secciones h2 strong {
  font-style: normal;
}

.texto-senatur h2 {
  font-weight: 300;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0px;
}

strong {
  font-weight: 700;
}

h1, h2, h3 {
  font-family: "Poppins", sans-serif;
}

.sas {
  overflow: hidden;
  width: 100%;
}

.salto {
  height: 161px;
}

@media (max-width: 812px) {
  .salto {
    height: 138px;
  }
}
.gradiente {
  background: rgb(189, 131, 230);
  background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
  color: #fff;
}

.bg-grisclaro {
  background-color: #EFEFEF;
}

.bg-grisoscuro {
  background-color: #161616;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

@media (max-width: 812px) {
  .bg-negro {
    background-color: #000;
  }
}
/*BOTONES*/
a.boton-gradiente {
  color: #fff;
  background: rgb(189, 131, 230);
  background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
  border-radius: 50px;
  padding: 10px 15px;
  display: block;
  width: fit-content;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

/*TITULOS*/
.titulo-seccion h2 {
  margin: 0px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  padding-bottom: 10px;
}

.titulo-seccion {
  max-width: 100%;
  text-align: center;
}

@media (max-width: 812px) {
  .titulo-seccion {
    max-width: 100%;
  }
}
/*HEADER*/
.mensaje-top {
  background: #000000;
  color: #fff;
}

.mensaje-top strong {
  color: #fff;
  font-weight: 500;
}

.header {
  background: transparent;
  color: #fff;
  position: absolute;
  z-index: 10;
  width: 100%;
  transition: 0.3s all ease;
  padding: 10px 0px;
  z-index: 1000;
}

.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 5px 0px 10px;
  z-index: 1000000;
}

.header a {
  color: #fff;
}

.iconos-cabecera {
  display: flex;
  justify-content: end;
}

.iconos-negros a {
  color: #000;
}

.logo {
  width: fit-content;
  max-width: 300px;
}

.blanco {
  display: block;
}

.negro {
  display: none;
}

.sticky .blanco {
  display: none;
}

.sticky .negro {
  display: block;
}

@media (max-width: 812px) {
  .logo {
    width: fit-content;
    max-width: 200px;
  }
}
.iconos-cabecera ul {
  list-style: none;
  padding: 0px;
  display: flex;
  justify-content: end;
}

.iconos-cabecera li {
  margin-left: 15px;
}

.iconos-cabecera li a {
  font-size: 19px;
}

.cont-header {
  position: absolute;
  /* top: 0px; */
  z-index: 1000;
  width: 100%;
}

.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1000;
  background: #31324b;
}

.cont-header.sticky .mensaje-top {
  display: none;
}

.sticky .header.blanco {
  background: #eee;
}

.abrir-menu, .idioma {
  font-size: 18px;
  width: fit-content;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.idioma {
  font-weight: 700;
  text-decoration: underline;
}

ul.opciones-header {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0px;
  justify-content: end;
}

@media (max-width: 812px) {
  .sticky {
    top: 0px;
  }
  .abrir-menu {
    font-size: 19px;
    width: fit-content;
    margin-right: 15px;
    display: block;
    margin-top: 0px;
  }
}
/*BOTONERA*/
.botonera {
  padding-top: 24px;
}

.botonera ul {
  display: flex;
  text-transform: uppercase;
  list-style: none;
  padding: 0px;
  margin: 0 auto;
  justify-content: end;
}

a.active-page {
  background: #fff;
  font-weight: 700 !important;
  color: #000 !important;
}

.sticky a.active-page {
  background: #2970c4;
  font-weight: 700 !important;
  color: #fff !important;
}

.botonera ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: none;
}

.botone-negros .botonera ul li a {
  color: #fff;
  font-size: 15px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: none;
  border-radius: 50px;
}

.sticky .botonera ul li a {
  color: #fff;
  font-size: 15px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: none;
  border-radius: 50px;
}

.sticky .botonera {
  padding-top: 0px;
}

.sticky .logo {
  width: fit-content;
  max-width: 200px;
}

li.destacado a {
  background: #fb6b04;
  color: #fff !important;
  border-radius: 50px;
  /* font-size: 24px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

li.destacado a:hover {
  background: #fb6b04 !important;
  color: #fff !important;
  border-radius: 50px;
  /* font-size: 24px; */
  animation: pulsate 1s infinite; /* Inicia la animación de pulsación */
}

@keyframes pulsate {
  0% {
    transform: scale(1); /* Tamaño normal */
    opacity: 1; /* Opacidad completa */
  }
  50% {
    transform: scale(1.04); /* Tamaño aumentado */
    opacity: 0.7; /* Opacidad reducida */
  }
  100% {
    transform: scale(1); /* Tamaño normal */
    opacity: 1; /* Opacidad completa */
  }
}
.boton {
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.botonera ul li a:hover {
  background: #fff;
  color: #FD6B04;
}

.botone-negros .botonera ul li a:hover {
  background: #707070;
  color: #fff;
}

@media (max-width: 812px) {
  .botonera {
    display: none;
  }
}
.menu-normal ul {
  flex-direction: column;
  display: flex !important;
  max-width: 250px;
}

/*FOOTER*/
.publique a {
  display: flex;
  align-items: center;
}

.publique {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 50px;
}

ul.logos {
  display: flex;
  padding: 0px;
  list-style: none;
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 50px;
}

ul.logos li:last-child {
  min-width: 300px;
  display: flex;
  justify-content: end;
}

a.mns {
  background: #2970C4;
  font-weight: 700;
  padding: 10px 13px 10px;
  border-radius: 50px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  color: #fff;
  display: block;
  width: fit-content;
}

.linea {
  height: 100px;
  width: 2px;
  background: #e4e4e4;
}

ul.logos li:last-child img {
  max-width: 150px;
  margin: 0px 20px;
  padding: 0px;
}

ul.logos img {
  max-width: 280px;
  margin: 0px 20px;
  padding: 0px;
}

ul.logos li:first-child img {
  width: 300px;
}

.foto-public {
  max-width: 78px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: solid 3px #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  display: none;
}

.texto-boton-public {
  background: #2970C4;
  font-weight: 700;
  padding: 17px 20px 17px;
  border-radius: 50px;
  margin-left: -41px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  color: #fff;
}

.footer {
  background-color: #000;
  color: #fff;
}

.logo-footer {
  width: fit-content;
}

.slogan {
  font-size: 26px;
  line-height: 31px;
  margin: 27px 0px;
}

.footer-menu li a {
  font-size: 16px;
  line-height: 31px;
}

.footer-menu ul {
  list-style: none;
  padding: 0px;
}

.botonera-footer {
  width: fit-content;
  margin: 0 auto;
  padding: 50px 0px;
}

.footer .botonera ul li a {
  font-size: 16px;
}

.logo-footer img {
  max-width: 300px;
}

.logo-footer span {
  display: block;
  margin-bottom: 20px;
}

ul.menu-footer {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.menu-footer li a {
  font-size: 20px;
  line-height: 25px;
}

.footer .botonera ul li a {
  color: #000;
}

.logos-metodos {
  max-width: 90%;
}

.frase {
  text-align: center;
  padding-top: 30px;
  color: #fff;
}

.botonera-footer a.active-page {
  background: #ccc;
  font-weight: 700 !important;
  color: #000;
  border-radius: 50px;
}

.yoursups {
  margin: 0 auto;
  color: #fff;
}

.contenedor-fondo {
  background-image: url("https://gremio.local/wp-content/uploads/2024/02/fondo-video-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.copy {
  font-size: 15px;
  /* max-width: 1100px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #000;
  text-align: center;
  border-top: solid 1px #201f1f;
  padding-bottom: 140px;
  width: 100%;
  padding-top: 30px;
  color: #fff;
}

.copy a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.info-footer ul {
  list-style: none;
  padding: 0px;
  font-size: 15px;
}

.info-footer li {
  padding-bottom: 8px;
}

.info-footer li a {
  font-weight: 700;
  text-decoration: underline;
}

.redes ul {
  list-style: none;
  display: flex;
  padding: 0px;
}

.redes li a {
  margin-right: 13px;
  color: #999;
}

.disefix a strong {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.botones-footer ul {
  list-style: none;
  padding: 0px;
  font-size: 20px;
}

.botones-footer li a {
  font-size: 15px;
}

.caja-footer h3 {
  font-size: 17px;
}

@media (max-width: 812px) {
  .copy {
    flex-direction: column;
  }
}
/*BOTONERA*/
.botonera li.active > a {
  background-color: #707070;
}

.mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 100%;
  max-width: 1480px;
  display: none;
}

.mega-menu img {
  display: block;
}

.botones li a {
  color: #000 !important;
  text-transform: none;
  padding: 0px 0px 5px !important;
  font-size: 16px !important;
}

.botones li a:hover {
  color: #fff !important;
}

.botones > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 740px;
  float: right;
}

.botones ul ul {
  flex-direction: column;
  display: flex;
  margin-bottom: 15px;
}

.botones ul li a {
  font-weight: 600;
  font-size: 20px;
}

.botones ul ul li a {
  font-weight: 400;
  font-size: 18px;
}

.menu-normal {
  position: absolute;
  background: #000;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  display: none;
  padding: 10px;
  border-radius: 10px;
  z-index: 10000;
}

.menu-normal ul li a {
  padding: 10px !important;
  color: #fff !important;
  border-radius: 0px !important;
  font-size: 15px !important;
}

.menu-normal a.active-page {
  background: #2e2e2e;
  font-weight: 700 !important;
  color: #fff !important;
}

.menu-normal ul li a:hover {
  padding: 10px !important;
  color: #fff !important;
  border-radius: 0px !important;
  background: rgb(38, 38, 38) !important;
}

a.prend {
  background: #033558;
}

.logo-menu {
  max-width: 142px;
  padding: 10px 0px;
}

.header-menu-mov {
  max-width: 90%;
  margin: 0 auto;
}

.bt-movil {
  background: #161616;
  position: fixed;
  top: 0px;
  z-index: 1000000;
  width: 100%;
  max-width: 300px;
  right: 0px;
  height: 100%;
  overflow: auto;
  right: -100%;
}

.velo_carro {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5607843137);
  z-index: 100000;
  top: 0px;
  display: none;
}

.hide {
  overflow: hidden;
}

a.closs {
  color: #fff;
  font-size: 20px;
  float: right;
}

.botonera-mov ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.botonera-mov li {
  padding: 0px;
  background-color: #161616;
  border-bottom: 1px solid #333;
}

.botonera-mov li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 20px;
  display: block;
  font-size: 17px;
  /* text-transform: uppercase; */
  /* font-style: italic; */
}

.botonera-mov .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.botonera-mov .sub-menu li {
  padding: 0px;
  background-color: #12466a;
  border-bottom: 1px solid rgba(3, 53, 88, 0.5411764706);
}

.botonera-mov .sub-menu li a {
  color: #FFF;
  text-decoration: none;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 15px;
}

.visible {
  display: block !important;
}

/* Estilos para el formulario */
#search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-input {
  width: 94%;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 26px;
  font-weight: "Barlow Condensed", sans-serif !important;
}

/* Estilos para los resultados de la sugerencia */
.busqueda {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0px;
  overflow: auto;
  padding-bottom: 50px;
  display: none;
}

.contenedor-buscador h2 {
  /* text-transform: uppercase; */
  font-size: 31px;
  color: white;
  text-align: center;
}

.instrucciones {
  font-size: 18px;
  padding-bottom: 20px;
}

.contenedor-buscador {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.cerrado {
  position: absolute;
  right: 0px;
  font-size: 30px;
  cursor: pointer;
}

#search-results {
  max-width: 600px;
  /* margin: 0 auto; */
  padding: 0px;
  display: none;
  padding-top: 20px;
}

#search-results a {
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border: 1px solid #ccc;
  border-radius: 3px;
  align-items: center;
}

.product-busqueda .price {
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
}

#search-results a img {
  width: 40px;
  margin-right: 10px;
}

#search-results a:hover {
  background-color: #e0e0e0;
  color: #000;
}

@media (max-width: 812px) {
  .contenedor-buscador {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .contenedor-buscador h2 {
    text-transform: uppercase;
    font-size: 31px;
    max-width: 90%;
  }
  .font-60 {
    font-size: 42px;
    line-height: 44px;
  }
}
.is-valid {
  border-color: #28a745;
}

.is-invalid {
  border-color: #dc3545;
}

.desc-seccion {
  font-size: 20px;
  max-width: 70%;
  padding-bottom: 30px;
}

.maximo {
  max-width: 1680px;
  margin: 0 auto;
}

.item h3 {
  color: #fff;
  font-size: 18px;
  padding: 20px 0px;
  /* text-transform: uppercase; */
}

.item:hover .item-foto img {
  transform: scale(1.1);
}

.item-foto {
  height: 300px;
  overflow: hidden;
}

.item-foto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s all ease;
}

.qr img {
  max-width: 170px;
}

.qr {
  text-align: right;
  display: flex;
  justify-content: end;
}

.flexis {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.logo-serna {
  margin-right: 20px;
  min-width: 250px;
}

@media (max-width: 812px) {
  .flexis {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .span-2.flexis img {
    max-width: 233px;
    margin-bottom: 30px;
  }
  .texto-senatur {
    max-width: 90%;
    text-align: center;
  }
  .logo-serna {
    overflow: hidden;
    height: 150px;
    position: relative;
  }
  .logo-serna img {
    object-fit: cover;
    position: absolute;
    height: 100px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .qr {
    text-align: right;
    display: flex;
    justify-content: center;
  }
  .texto-senatur h2 {
    font-weight: 300;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
  }
  .desc-ser {
    font-size: 15px;
  }
}
.redes {
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 60%;
  transform: translate(10px, -60%);
}

.redes ul {
  display: flex;
  flex-direction: column;
  padding: 0px;
  list-style: none;
  margin: 0px;
}

.redes li a {
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  display: block;
  width: 40px;
  transition: 0.3s all ease;
}

.redes li a:hover {
  transform: scale(1.3);
  transition: 0.3s all ease;
  color: #1a90e4;
}

@media (max-width: 812px) {
  .redes {
    position: absolute;
    z-index: 10;
    left: 7px;
    top: 63%;
    transform: translate(10px, -60%);
  }
  .redes li a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    display: block;
    width: 40px;
    transition: 0.3s all ease;
  }
}
.video-comercial {
  background: #33344e;
  padding: 100px 0px;
  max-width: 1100px;
  margin: 0 auto;
}

.video-comercial iframe {
  width: 700px;
  height: 394px;
  position: relative;
  border-radius: 10px;
}

.pagina-construccion {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #0d3054;
  background: linear-gradient(27deg, rgb(13, 48, 84) 43%, rgb(36, 88, 141) 100%);
  z-index: 1000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-centro {
  max-width: 300px;
  margin: 0 auto;
}

.regreso a {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.regreso {
  color: #fff;
  font-size: 18px;
  padding-top: 40px;
}

.titulo-interno {
  overflow: hidden;
  height: 550px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

@media (max-width: 812px) {
  .titulo-interno {
    overflow: hidden;
    height: 350px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding-top: 158px;
  }
}
.intro {
  color: #fff;
  font-size: 20px !important;
  line-height: 29px !important;
  max-width: 800px !important;
  text-align: center;
}

.titulo-interno img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  animation: kenburns 20s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(0, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.degrade-azul {
  background: rgba(41, 112, 196, 0.37);
  top: 0px;
  position: absolute;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.degrade-negro {
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0px;
  position: absolute;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.texto-titulo {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  width: 100%;
}

.texto-titulo h1 {
  font-size: 67px;
  margin: 0px auto;
  max-width: 65%;
  line-height: 65px;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 100;
}

.bajada-titulo {
  margin: 0 auto;
}

.gradient-especial {
  background: #ffffff;
  background: linear-gradient(197deg, rgb(255, 255, 255) 0%, rgb(222, 222, 232) 58%, rgb(179, 178, 194) 100%);
}

@media (max-width: 812px) {
  .etq {
    display: none;
  }
  .texto-titulo h1 {
    font-size: 47px;
    margin: 0px auto;
    max-width: 85%;
    line-height: 58px;
    margin-bottom: 30px;
    width: 100%;
    font-weight: 100;
  }
}
/* Por defecto: muestra solo el original */
.menu-instituto-accordion {
  display: none;
}

.menu-instituto {
  display: block;
}

/* En móvil: oculta el original y muestra acordeón */
@media (max-width: 991px) {
  .menu-instituto {
    display: none;
  }
  .menu-instituto-accordion {
    display: block;
  }
}
/* Estilos mínimos del acordeón (puedes heredar tu paleta) */
.menu-instituto-accordion .accordion {
  padding: 0 1rem 1rem;
}

.menu-instituto-accordion .acc__item {
  border-bottom: 1px solid #e5e5e5;
}

.menu-instituto-accordion .acc__trigger {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 1rem 0;
  font: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.menu-instituto-accordion .acc__icon {
  transition: transform 0.2s ease;
}

.menu-instituto-accordion .acc__trigger[aria-expanded=true] .acc__icon {
  transform: rotate(45deg);
}

.menu-instituto-accordion .acc__panel[hidden] {
  display: none;
}

.menu-instituto-accordion .acc__panel {
  padding: 0 0 0.75rem;
}

.menu-instituto-accordion .acc__desc {
  margin: 0 0 0.5rem;
  color: #ccc;
}

.menu-instituto-accordion .acc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-instituto-accordion .acc__list li {
  margin: 0.35rem 0;
}

.menu-instituto-accordion .acc__list a {
  color: #ccc;
  text-decoration: none;
}

.menu-instituto-accordion .acc__list a:hover {
  color: #fff;
}

.menu-instituto-accordion .header-botonera {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

.menu-instituto-accordion .cerrar-menu {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0.25rem;
}

.texyos h2 {
  font-size: 36px;
}

.abrir-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dats-persona {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}

a.btn-visita {
  text-decoration: none !important;
  background: #000;
  display: block;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.visitas {
  background: #28598D;
  position: fixed;
  right: -100%;
  top: 0px;
  height: 100%;
  width: 90%;
  max-width: 500px;
  padding: 40px;
  box-sizing: border-box;
  z-index: 10000000;
  overflow: auto;
}

ul.sbd {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.cerrar-us {
  color: #fff;
  font-size: 24px;
}

ul.sbd a {
  background: #000;
  color: #fff;
  padding: 14px;
  display: block;
  border-radius: 50px;
  text-align: center;
  margin: 0px 0px 20px;
}

.velo-vis {
  background: rgba(0, 0, 0, 0.8509803922);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000000;
  top: 0px;
  display: none;
}

.hd-visitas {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.con-vis h2 {
  padding-top: 30px;
}

.con-vis {
  color: #fff;
}

.descr ul {
  line-height: 20px;
}

.mensaje-fech.fec {
  font-size: 30px;
}

a.ir-a {
  border: solid 1px #fff;
  padding: 10px;
  display: block;
  text-align: center;
  border-radius: 50px;
  max-width: 200px;
}

a.libro {
  background: #31324b;
  padding: 13px 20px;
  display: block;
  width: fit-content;
  font-size: 20px;
  border-radius: 50px;
  /* display: block; */
  margin-top: 30px;
}

a.ir-a:hover {
  background: #31324b;
}

a.ir-a i {
  font-size: 13px;
  margin-right: 14px;
}

.titulo-blog {
  z-index: 1;
}

h1.titulo-blog {
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
}

/* mf-single-blog.css */
/* Base utilitaria local del componente */
:root {
  --mf-text: #111;
  --mf-muted: #5a5a5a;
  --mf-bg: #fff;
  --mf-card: #f7f7f8;
  --mf-border: #e6e6e8;
  --mf-brand: #3b82f6;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--mf-text);
  background: var(--mf-bg);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  line-height: 1.6;
}

img, video {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.5rem;
  background: #000;
  color: #fff;
}

/* Header */
.mf-blog-header {
  border-bottom: 1px solid var(--mf-border);
}

.mf-nav {
  display: flex;
  gap: 16px;
}

.mf-nav a {
  color: var(--mf-text);
}

.mf-nav a:hover {
  color: var(--mf-brand);
}

/* Hero */
.mf-hero__title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15;
  margin: 0 0 0.5rem;
}

.mf-hero__lead {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--mf-muted);
  margin: 0 0 1rem;
}

.mf-hero__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--mf-muted);
}

.mf-hero__avatar {
  border-radius: 999px;
}

.mf-hero__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mf-hero__tags a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--mf-card);
  color: var(--mf-text);
  border: 1px solid var(--mf-border);
}

.mf-hero__tags a:hover {
  background: #eef5ff;
  border-color: #d3e3ff;
}

/* Imagen destacada */
.mf-featured {
  margin: 8px auto 0;
}

.mf-featured figcaption {
  color: var(--mf-muted);
  font-size: 0.9rem;
  margin-top: 6px;
}

/* Main layout */
.mf-main {
  align-items: start;
}

.mf-article__intro {
  font-size: 1.125rem;
  color: var(--mf-muted);
}

.mf-article__h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 2rem 0 0.75rem;
}

.mf-article__h3 {
  font-size: 1.15rem;
  margin: 1.25rem 0 0.5rem;
}

/* Tabla */
.mf-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--mf-border);
  border-radius: 12px;
  background: #fff;
}

.mf-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.mf-table th, .mf-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--mf-border);
  text-align: left;
}

.mf-table thead th {
  background: #f4f6f8;
  font-weight: 600;
}

.mf-table caption {
  caption-side: bottom;
  padding: 10px 14px;
  color: var(--mf-muted);
  font-size: 0.9rem;
}

.mf-table tbody tr:hover {
  background: #fafbfc;
}

/* Galería */
.mf-gallery__item {
  background: #fff;
  border: 1px solid var(--mf-border);
  border-radius: 5px;
  overflow: hidden;
}

.mf-gallery__item figcaption {
  padding: 10px 12px;
  color: var(--mf-muted);
}

/* Video */
.mf-video__frame {
  border: 1px solid var(--mf-border);
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}

.mf-video__frame video {
  display: block;
  width: 100%;
  height: auto;
}

/* Sidebar */
.mf-sidebar {
  position: relative;
  top: 20px;
}

.c-aside {
  position: sticky;
  top: 100px;
}

.mf-card {
  background: var(--mf-card);
  border: 1px solid var(--mf-border);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 30px;
}

.mf-card__title {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
}

.mf-author__bio {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: center;
}

.mf-author__photo {
  border-radius: 12px;
}

.mf-form {
  display: grid;
  gap: 10px;
}

.mf-form input[type=email] {
  border: 1px solid var(--mf-border);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}

.btn.pri {
  background: var(--mf-brand);
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
}

.btn.pri:hover {
  filter: brightness(0.95);
}

.mf-list {
  display: grid;
  gap: 6px;
}

/* Relacionados */
.mf-related__item {
  background: #fff;
  border: 1px solid var(--mf-border);
  border-radius: 14px;
  overflow: hidden;
}

.mf-related__link {
  display: grid;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  padding: 10px;
}

.mf-related__title {
  margin: 0;
  font-size: 1rem;
}

.mf-related__excerpt {
  margin: 0;
  color: var(--mf-muted);
  font-size: 0.95rem;
}

/* Footer */
.mf-site-footer {
  border-top: 1px solid var(--mf-border);
  color: var(--mf-muted);
}

/* TOC */
.mf-article__toc {
  border-left: 3px solid var(--mf-border);
  padding-left: 16px;
  margin: 1rem 0 2rem;
}

.mf-toc-list {
  display: grid;
  gap: 6px;
}

.mf-toc-list a {
  color: var(--mf-text);
}

.mf-toc-list a:hover {
  color: var(--mf-brand);
}

/* Animación (fallback vanilla con IO) */
[data-anim=reveal] [data-anim-item] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.is-in [data-anim-item] {
  opacity: 1;
  transform: none;
}

/* Accesibilidad */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Responsivo mínimos para grid.css hipotético */
@media (max-width: 960px) {
  .mf-sidebar {
    position: static;
  }
}
a.mf-latest__link {
  display: grid;
  grid-template-columns: 40% 55%;
  grid-gap: 20px;
}

h3.mf-latest__title {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

time.mf-latest__date {
  color: #000;
  font-size: 13px;
  padding-bottom: 20px;
  display: block;
}

ul.mf-list.mf-latest__list {
  list-style: none;
  padding: 0;
}

figure.mf-latest__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

figure.mf-latest__thumb {
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}

section.mf-card.mf-latest {
  margin-bottom: 30px;
}

.foto-related img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

h3.mf-related__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  padding-top: 12px;
}

.content {
  flex: 1;
  /* margin-left: 250px; */
  max-width: 800px;
  /* margin: 0 auto; */
}

.mf-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000000000;
}

.mf-lightbox-overlay.active {
  display: flex;
}

.mf-oembed iframe, .mf-video__frame video {
  width: 100%;
  height: auto;
  display: block;
}

.mf-oembed iframe {
  aspect-ratio: 16/9;
}

.foto-img-sola {
  border-radius: 10px;
  overflow: hidden;
  max-height: 600px;
  margin: 40px 0px;
}

.foto-img-sola img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mf-lightbox-overlay img {
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
}

.mf-lightbox-overlay .caption {
  color: #fff;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

.mf-lightbox-overlay .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.5rem;
  background: #000;
  color: #fff;
}

/* Header */
.mf-nav {
  display: flex;
  gap: 16px;
}

.mf-nav a {
  color: var(--mf-text);
}

.mf-nav a[aria-current=page], .mf-nav a:hover {
  color: var(--mf-brand);
}

/* Hero */
.mf-breadcrumbs ol {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.95rem;
  color: var(--mf-muted);
  padding: 0;
  margin: 0;
}

.mf-breadcrumbs li {
  list-style: none;
}

.mf-breadcrumbs li + li:before {
  content: "/";
  margin: 0 6px;
  color: #b5b5b5;
}

.mf-cat-hero__title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.15;
  margin: 0 0 0.25rem;
}

.mf-cat-hero__lead {
  color: var(--mf-muted);
  margin: 0;
}

.mf-filters {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.mf-filters input[type=search], .mf-filters select {
  border: 1px solid var(--mf-border);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}

/* Cards */
.mf-news-card {
  background: #fff;
  border: 1px solid var(--mf-border);
  border-radius: 5px;
  overflow: hidden;
  display: grid;
}

.mf-news-card--featured {
  grid-template-columns: 1fr;
}

.mf-news-card__link {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.mf-news-card__media img {
  display: block;
  width: 100%;
  height: auto;
}

.mf-news-card__body {
  padding: 14px;
}

.mf-news-card__title {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  line-height: 1.3;
}

.mf-news-card--featured .mf-news-card__title {
  font-size: 1.4rem;
}

.mf-news-card__excerpt {
  margin: 0 0 0.5rem;
  color: var(--mf-muted);
}

.mf-news-card__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--mf-muted);
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mf-tags {
  display: flex;
  gap: 6px;
}

.mf-tags span {
  background: var(--mf-card);
  border: 1px solid var(--mf-border);
  border-radius: 999px;
  padding: 4px 8px;
  color: #333;
}

/* Sidebar */
.mf-cat-sidebar {
  position: sticky;
  top: 20px;
}

.mf-card {
  background: var(--mf-card);
  border: 1px solid var(--mf-border);
  border-radius: 5px;
  padding: 18px;
}

.mf-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.mf-form {
  display: grid;
  gap: 10px;
}

.mf-form input[type=email] {
  border: 1px solid var(--mf-border);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}

.btn.pri {
  background: var(--mf-brand);
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
}

.btn.pri:hover {
  filter: brightness(0.95);
}

.mf-tags-cloud__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mf-tags-cloud__list a {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--mf-border);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--mf-text);
}

.mf-popular__list {
  padding-left: 18px;
  margin: 0;
  display: grid;
  gap: 6px;
}

/* Paginación */
.mf-pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.mf-pagination a, .mf-pagination span {
  display: inline-block;
  border: 1px solid var(--mf-border);
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  color: var(--mf-text);
}

.mf-pagination a[aria-current=page] {
  background: #eef5ff;
  border-color: #d3e3ff;
}

.mf-pagination .is-disabled span {
  opacity: 0.5;
}

/* Animación (vanilla/IO) */
[data-anim=reveal] [data-anim-item] {
  opacity: 1;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.is-in [data-anim-item] {
  opacity: 1;
  transform: none;
}

/* Footer */
.mf-site-footer {
  border-top: 1px solid var(--mf-border);
  color: var(--mf-muted);
}

.destacada figure.mf-news-card__media {
  height: 400px;
  overflow: hidden;
}

figure.mf-news-card__media {
  height: 200px;
  overflow: hidden;
}

figure.mf-news-card__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Responsivo */
@media (max-width: 960px) {
  .mf-cat-sidebar {
    position: static;
  }
}
section.banner-grupo {
  height: 600px;
  background: #000;
  color: #fff;
}

.texto-gpt h1 {
  font-size: 40px;
  line-height: 48px;
}

.bajada-ban-grup {
  font-size: 24px;
}

.tit-hg {
  font-size: 35px;
  line-height: 45px;
}

.contact-grup ul {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0px;
}

.contact-grup ul {
  list-style: none;
  text-align: center;
  justify-content: space-between;
}

.contact-grup li {
  font-size: 24px;
  color: #fff;
}

.contact-grup {
  background: #31324b;
}

.lineas ul {
  list-style: none;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 90%;
}

.str {
  position: sticky;
  top: 140px;
}

section.grupos-relacionados {
  background: #000;
  padding: 100px 0px;
  color: #fff;
}

article.grupo-card a {
  color: #fff;
}

.dts a {
  color: #fff;
}

article.grupo-card h3 {
  font-size: 24px;
  padding-top: 20px;
}

a.imagen-carg {
  border-radius: 10px;
  max-height: 300px;
  overflow: hidden;
  display: block;
}

a.imagen-carg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contenedor-datos {
  max-width: 900px;
  padding: 0px;
  font-size: 15px;
  line-height: 21px;
  margin: 0 auto;
  padding-top: 60px;
  grid-gap: 50px;
  width: 90%;
}

.datos-contacto {
  background: #fff;
  height: auto;
  max-height: 168px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}

.item-servicio {
  padding: 10px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  display: flex;
  align-items: center;
}

.cuadro {
  width: 80px;
  height: 80px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  display: block;
  min-width: 80px;
  margin-right: 14px;
}

.datos-contacto ul {
  list-style: none;
  padding: 0px;
}

.contenedor-empresa {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

.mensaje-no {
  text-align: center;
}

.foto-lugar {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.foto-lugar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}

.foto-lugar img:hover {
  transform: scale(1.3);
}

ul.datos-evento {
  list-style: none;
  padding: 30px 0px 0px;
}

ul.datos-evento li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

ul.datos-evento li i {
  font-size: 23px;
  margin-right: 16px;
}

.foto-evento-destacado {
  min-height: 600px;
  overflow: hidden;
}

.foto-evento-destacado img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  min-height: 600px;
}

.extracto {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 812px) {
  .foto-evento-destacado {
    min-height: 400px;
    overflow: hidden;
  }
  .foto-evento-destacado img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    min-height: 400px;
  }
}
.logos-acreditacion {
  display: flex;
  align-items: center;
}

.img-acredi {
  max-width: 250px;
  margin-right: 20px;
}

.cuadro-malla {
  max-width: 400px;
  float: right;
}

.mf-descripcion-postgrado ul {
  list-style: none;
  padding: 0px;
}

section.mf-descripcion-postgrado li {
  border-bottom: solid 1px;
  /* padding-bottom: 20px; */
  padding: 20px 0px;
}

.foto-related {
  height: 300px;
  overflow: hidden;
}

span.mf-directorio__avatar {
  display: block;
  background: #3c409f;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

ul.mf-directorio__list {
  list-style: none;
  padding: 0px;
}

ul.mf-directorio__list li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

/*BANNER*/
.sas {
  overflow: hidden;
  width: 100%;
}

.banner {
  height: 850px;
  color: #fff;
  position: relative;
}

.banner-paginas {
  height: 600px;
  color: #fff;
  position: relative;
}

.imagen-interna {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.imagen-interna img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.video-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.banner iframe {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 1600px;
  height: 900px;
  border: 0;
  margin: 0;
  padding: 0;
  transform: translate(-50%);
}

@media (min-width: 1600px) {
  .banner iframe {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 2400px;
    height: 1400px;
    border: 0;
    margin: 0;
    padding: 0;
    transform: translate(-50%);
  }
}
/* Estilos para los dots de Owl Carousel */
.slide .owl-dots {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  z-index: 10000000000000;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
}

.slide .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 50%;
  /* background-color: #ddd !important; */
  transition: background-color 0.3s ease;
  border: solid 1px #fff !important;
}

.slide .owl-dot.active {
  background-color: #e22929 !important; /* Color de fondo del dot activo */
  border: solid 1px #e22929 !important;
}

.textos-banner {
  max-width: 88%;
  padding-top: 20px;
}

.descripcion-banner {
  font-size: 20px;
  padding-top: 25px;
  max-width: 90%;
}

a.btn-negro {
  color: #fff;
  background: #000;
  display: block;
  width: fit-content;
  padding: 13px 30px;
  font-size: 18px;
}

.textos-banner h1 {
  font-weight: 200;
  line-height: 67px;
  margin: 0px;
  font-style: italic;
  font-size: 75px;
  font-family: "Inter", sans-serif;
}

.textos-banner h1 strong {
  display: block;
  font-style: normal;
}

.titulo-banner.aos-init {
  margin-top: -100px;
}

.foto-pc {
  position: absolute;
  z-index: -1;
  width: 850px;
  overflow: hidden;
  width: 100%;
  top: 0px;
}

.foto-pc {
  display: flex;
  overflow: hidden;
}

.foto-pc img, .imagen-interna img {
  width: 100%;
  animation: zoomAnimation 15s infinite alternate ease-in-out;
}

@keyframes zoomAnimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.foto-pc img {
  height: 850px;
  object-fit: cover;
}

.foto-pc {
  display: block;
}

.foto-tel {
  display: none;
}

.colores {
  background: transparent !important;
}

.slide {
  position: relative;
}

.texto-banner {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins", sans-serif;
}

.texto-banner-dos {
  position: absolute;
  z-index: 100;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins", sans-serif;
}

.img-bann {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.titulo-banner h1 {
  font-size: 55px;
  /* margin-top: -60px; */
  color: #fff;
  font-weight: 200;
  /* font-style: italic; */
  line-height: 64px;
  text-align: center;
}

.velo-banner {
  background: #28598D;
  background: linear-gradient(180deg, rgb(40, 89, 141) 0%, rgba(39, 88, 139, 0.48) 49%, rgba(39, 88, 139, 0) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.subtitulo {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding-top: 0px;
  margin-top: -10px;
}

.subtitulo-dos {
  font-size: 22px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  padding-top: 20px;
}

.titulo-banner strong {
  font-weight: 700;
  font-style: normal;
}

.titulo-banner-dos strong {
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 812px) {
  .texto-banner {
    width: 90%;
  }
  .subtitulo-dos {
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    text-align: center;
    padding-top: 20px;
    max-width: 80%;
    margin: 0 auto;
  }
  .titulo-banner h1 {
    font-size: 43px;
    /* margin-top: -60px; */
    color: #fff;
    font-weight: 100;
    font-style: italic;
    line-height: 40px;
    text-align: center;
    padding-top: 99px;
  }
  .titulo-banner-dos h1 {
    font-size: 60px;
    /* margin-top: -60px; */
    color: #fff;
    font-weight: 100;
    font-style: italic;
    line-height: 55px;
    text-align: center;
    margin: 0px;
    max-width: 600px;
    margin: 0 auto;
  }
  .subtitulo {
    font-size: 22px;
    color: #fff;
    font-weight: 200;
    text-align: center;
    padding-top: 13px;
  }
  .foto-pc {
    display: block;
  }
  .velo-banner {
    background: #28598D;
    background: linear-gradient(180deg, rgba(40, 89, 141, 0.68) 0%, rgba(39, 88, 139, 0.83) 55%, rgba(39, 88, 139, 0) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .foto-tel {
    height: 600px;
    display: block;
  }
  .foto-tel img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .banner {
    height: auto;
    color: #fff;
    position: relative;
    align-items: end;
    height: 600px;
  }
  .foto-pc {
    position: relative;
    z-index: -1;
    overflow: hidden;
    width: 100%;
  }
  .foto-pc img {
    height: 650px;
    object-fit: cover;
  }
  .textos-banner {
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 0px 50px;
  }
  .textos-banner h1 {
    line-height: 44px;
    font-size: 50px;
  }
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.texto-introduccion {
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.48) 74%, rgba(0, 0, 0, 0) 97%);
  color: #fff;
  font-size: 20px;
  padding: 170px 0px 100px;
  margin-top: -250px;
  z-index: 1;
}

.contenedor-texto-intro {
  max-width: 800px;
  margin: 0 auto;
}

a.mas {
  display: flex;
  color: #fff;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  width: fit-content;
  font-size: 20px;
}

.contenedor-texto-intro strong {
  font-weight: 700;
}

a.mas:hover {
  color: #cce4ff;
}

a.mas .circulo {
  background: #2770c3;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 50px;
  margin-left: 10px;
  transition: transform 0.3s ease, background 0.3s ease;
}

a.mas:hover .circulo {
  transform: translateX(5px);
  background: #c87373; /* un tono más oscuro para dar sensación de interacción */
  font-size: 16px;
}

@media (max-width: 812px) {
  .texto-introduccion {
    background: #000000 !important;
    background: none;
    color: #fff;
    font-size: 20px;
    padding: 100px 0px 100px;
    margin-top: 0;
    z-index: 0;
  }
  .contenedor-texto-intro {
    max-width: 800px;
    margin: 0 auto;
    width: 80%;
  }
}
/*CARD PRODUCTO*/
.texto-producto h4 {
  margin: 10px 0px;
  font-size: 20px;
}

.sale {
  font-size: 18px;
  padding-top: 10px;
}

.descripcion-listado {
  font-size: 18px;
  padding-bottom: 10px;
  max-width: 85%;
}

.precio {
  font-size: 25px;
}

.oferta .normal {
  text-decoration: line-through;
  color: #ccc;
}

.item-producto {
  opacity: 1; /* Aplicamos una opacidad por defecto */
  transition: opacity 0.2s ease-out; /* Añadimos una transición suave */
  position: relative; /* Añadimos posición relativa para alinear el botón */
}

.item-producto:hover {
  opacity: 0.8; /* Al hacer hover aumentamos la opacidad */
}

.agregar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  background: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}

.agregar:hover {
  background: #000;
  color: #fff;
}

.owl-item li {
  list-style: none;
  padding: 0px;
}

.navi .owl-nav .owl-next, .navi .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.navi .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: 2%;
  font-size: 30px !important;
}

.navi .owl-nav .owl-prev {
  left: 0;
  display: flex;
  margin-left: 2%;
  font-size: 30px !important;
}

.navi img {
  border: solid 1px #eee;
}

.navi li {
  margin: 4px;
}

.item-producto:hover .agregar {
  display: block; /* Mostramos el botón al hacer hover */
  opacity: 1; /* Añadimos opacidad 1 para animación */
  animation: fadeIn 0.5s ease-in-out; /* Añadimos una animación de fadeIn */
  width: fit-content;
  min-width: 130px;
  text-align: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*CARRUCEL CATEGORIAS*/
.foto-carrucel {
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
}

.foto-carrucel img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
  transition: 0.3s all ease;
}

.item-carrucel:hover .foto-carrucel img {
  transform: scale(1.2);
}

.item-carrucel {
  position: relative;
  overflow: hidden;
  height: 350px;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.item-carrucel:hover {
  transform: scale(0.97);
}

.item-carrucel:hover h3 {
  opacity: 0;
}

.item-carrucel h3 {
  position: absolute;
  bottom: 0px;
  color: #fff;
  z-index: 1;
  padding: 20px;
  transition: 0.3s all ease;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
}

.gradiente {
  height: 100%;
  background: rgb(66, 69, 148);
  background: linear-gradient(0deg, rgba(61, 63, 114, 0.53) 0%, rgba(66, 69, 148, 0) 130%);
  position: absolute;
  bottom: 0px;
  width: 100%;
  transition: 0.3s all ease;
}

.item-carrucel:hover .gradiente {
  background: rgba(66, 69, 148, 0.84);
}

.titulo-carrucel {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
}

.ver-mas a {
  width: fit-content;
  color: #ffffff;
  font-size: 18px;
  margin-top: 24px;
  display: block;
}

h2#cat-title i {
  font-size: 18px;
  padding: 0px 10px;
}

h2#cat-title {
  display: flex;
  align-items: center;
}

figure.span-4.mf-gallery__item {
  height: 200px;
}

figure.span-4.mf-gallery__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.texto-carrucel {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  padding: 20px;
  color: #fff;
  font-size: 15px;
  opacity: 0;
  transition: 0.3s all ease;
}

.item-carrucel:hover .texto-carrucel {
  opacity: 1;
}

.carrucel-categorias {
  padding-bottom: 30px;
}

.carrucel-categorias .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 97%;
  margin: 0 auto;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.carrucel-categorias .owl-nav button.owl-next, .carrucel-categorias .owl-nav button.owl-prev {
  background: #000;
  width: 40px;
  color: #fff;
  height: 40px;
  border-radius: 50px;
  font-size: 23px;
}

/* Estilos para los dots de Owl Carousel */
.carrucel-categorias .owl-dots, .timeline .owl-dots {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  z-index: 10000000000000;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
}

.carrucel-categorias .owl-dot, .timeline .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 50%;
  /* background-color: #ddd !important; */
  transition: background-color 0.3s ease;
  border: solid 1px #fff !important;
}

.carrucel-categorias .owl-dot.active, .timeline .owl-dot.active {
  background-color: #e22929 !important; /* Color de fondo del dot activo */
  border: solid 1px #e22929 !important;
}

.bajada-tipos {
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 61px;
  font-size: 18px;
  line-height: 26px;
}

a.masinfo {
  font-weight: 700;
  text-decoration: underline;
}

.foto-programa {
  height: 240px;
  background: #000;
  overflow: hidden;
  border-radius: 5px;
}

.foto-programa img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s all ease;
}

.item-programa:hover img {
  transform: scale(1.2);
}

.texto-carrucel-programa h3 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 29px;
  max-width: 90%;
  font-family: "Inter", sans-serif;
  margin: 10px 0px;
}

.tipo {
  padding-top: 15px;
}

@media (max-width: 812px) {
  .bajada-tipos {
    max-width: 90%;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 61px;
    font-size: 16px;
    line-height: 26px;
  }
}
/*MENSAJE ENVIOS*/
.mensaje-env h3 {
  margin: 0px 0px 10px;
}

@media (min-width: 812px) {
  .mensaje-env h3 {
    margin: 0px 0px 0px;
  }
}
/*DESTACADOS*/
.destacado {
  height: 100%;
}

.contenedor-destacado {
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.num {
  font-size: 115px;
  font-weight: 700;
  color: #EBC627;
}

.text-destacados strong {
  font-size: 43px;
  display: block;
  margin-top: -7px;
  padding-bottom: 15px;
}

.text-destacados {
  font-size: 29px;
  line-height: 32px;
}

.code {
  padding: 12px;
  border: dashed 1px #fff;
  margin-top: 20px;
  font-size: 22px;
}

.code strong {
  font-size: 36PX;
}

.mensajes .owl-nav {
  font-size: 32px;
  display: flex;
  justify-content: space-between;
  /* margin-top: -42px; */
  position: absolute;
  width: 100%;
  top: 43%;
}

.mensajes .owl-prev, .mensajes .owl-next {
  left: 0px;
  top: 0px;
  display: block;
  width: 38px;
  display: block;
  height: 50px;
}

.mensajes .owl-nav span {
  font-size: 54px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50px;
}

.mensajes .owl-nav span:hover {
  font-size: 54px;
  display: block;
  background: #eee;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50px;
}

.mensajes .owl-prev {
  margin-left: -50px;
}

.mensajes .owl-next {
  margin-right: -50px;
}

.pagina-aviso {
  background: #eee;
}

.pagina-aviso .code strong {
  font-size: 45PX;
}

.pagina-aviso .contenedor-destacado {
  padding: 0px;
  text-align: left;
  display: flex;
  flex-direction: inherit;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.pagina-aviso .num {
  font-size: 115px;
  font-weight: 700;
  color: #060606;
}

.pagina-aviso .text-destacados {
  font-size: 29px;
  line-height: 32px;
  margin-left: 16px;
}

.pagina-aviso .text-destacados strong {
  font-size: 63px;
  display: block;
  margin-top: 9px;
  padding-bottom: 11px;
}

.pagina-aviso .code {
  padding: 12px;
  border: dashed 1px #a0a0a0;
  margin-top: 0px;
  font-size: 22px;
  margin-left: 30px;
}

.pagina-aviso .code strong {
  display: block;
}

@media (max-width: 812px) {
  .pagina-aviso .contenedor-destacado {
    flex-wrap: wrap;
  }
  .pagina-aviso .text-destacados {
    font-size: 14px;
    line-height: 11px;
    margin-left: 16px;
  }
  .pagina-aviso .text-destacados strong {
    font-size: 28px;
    display: block;
    margin-top: 9px;
    padding-bottom: 11px;
  }
  .pagina-aviso .num {
    font-size: 52px;
    font-weight: 700;
    color: #060606;
  }
  .pagina-aviso .code strong {
    font-size: 21PX;
  }
  .pagina-aviso .code {
    padding: 8px;
    border: dashed 1px #a0a0a0;
    margin-top: 0px;
    font-size: 17px;
    margin-left: 30px;
    line-height: 20px;
  }
  .pagina-aviso {
    background: #eee;
    padding: 7px 0px;
  }
}
/*REPRODUCTOR DE VIDEO*/
.video-container {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.titulo-video h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  padding-bottom: 52px;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  line-height: 44px;
}

@media (max-width: 812px) {
  .titulo-video h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 100;
    padding-bottom: 52px;
    max-width: 548px;
    text-align: center;
    margin: 0 auto;
    line-height: 38px;
  }
}
#campus .video-container {
  max-width: 1100px;
  margin: 0 auto;
}

.video {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#cover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  z-index: 10;
}

#youtube-player {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
}

#youtube-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
  height: 0;
  overflow: hidden;
}

#youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#play-icon {
  font-size: 48px;
  color: white;
  cursor: pointer;
}

#play-video {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#play-video i {
  margin-top: 5px;
  margin-left: 7px;
}

.caja-texto h2 {
  margin: 0px;
  font-weight: 300;
  line-height: 40px;
}

.caja-texto h2 strong {
  margin: 0px;
  font-weight: 600;
  font-style: italic;
}

.caja-texto {
  padding-left: 0px;
}

@media (max-width: 812px) {
  .caja-texto {
    padding-left: 0px;
    padding-top: 20px;
  }
  .caja-texto h2 {
    font-size: 30px !important;
    padding-bottom: 0px !important;
    line-height: 32px !important;
  }
}
.banner-int {
  height: 750px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.img-banner-int {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.texto-int {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.cont-int h3 {
  font-size: 29px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  line-height: 34px;
}

.cont-int span {
  font-size: 23px;
  padding-bottom: 13px;
  display: block;
  font-style: italic;
  font-family: "Poppins", sans-serif;
}

.desc-int {
  font-size: 15px;
  line-height: 23px;
}

.cont-int {
  padding-left: 30px;
  border-left: 1px rgba(255, 255, 255, 0.2392156863) solid;
  padding-bottom: 100px;
}

@media (max-width: 812px) {
  .img-banner-int {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    background: #000;
  }
  .img-banner-int img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
  .cont-int h3 {
    font-size: 21px;
    padding-bottom: 0px;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
  }
}
.texyos h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 300;
}

.texyos h2 strong {
  font-weight: 700;
}

.texto-caja {
  padding-top: 10px;
}

.caja-gris ul {
  padding: 0px;
  list-style: none;
}

.primero .texyos h2 {
  padding-top: 65px;
}

.primero img {
  border-radius: 0px;
}

.caja-gris ul li {
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px;
}

.caja-gris ul li:last-child {
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}

.texto-caja p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 17px;
  line-height: 25px;
}

figcaption {
  padding-top: 22px;
  font-style: italic;
  font-size: 14px;
  max-width: 90%;
  margin: 0 auto;
}

a.boton-caja {
  padding: 10px 20px;
  display: block;
  background: #fb6b09;
  font-size: 20px;
  width: fit-content;
  border-radius: 0;
  margin-top: 31px;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
}

a.boton-caja:hover {
  background: #fff;
  color: #fb6b09;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  border: solid 2px;
}

.invertido .span-1:first-child {
  grid-column: 2;
}

.invertido .span-1:last-child {
  grid-column: 1;
  grid-row: 1;
}

@media (min-width: 812px) {
  .primero {
    margin-top: -50px;
  }
}
@media (max-width: 812px) {
  .primero .contenedor-seccion {
    max-width: 100%;
    width: 100%;
  }
  .primero .texyos h2 {
    padding-top: 40px;
  }
  .texyos {
    max-width: 90%;
    margin: 0 auto;
  }
  .invertido .span-1:first-child {
    grid-column: 1/3;
  }
  .invertido .span-1:last-child {
    grid-column: 1/3;
    grid-row: 2;
  }
  div#dos-textos {
    grid-gap: 0px;
  }
}
.texyos ul li a {
  /* line-height: normal; */
  display: block;
  font-size: 18px;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.texyos ul li a:hover {
  font-weight: 400;
  border-bottom: solid 2px;
}

.texyos ul li a::after {
  content: "\f054"; /* Unicode del ícono */
  font-family: "Font Awesome 5 Free"; /* O el que uses */
  font-weight: 900; /* Necesario para íconos sólidos */
  margin-right: 10px;
  display: inline-block;
  transition: transform 0.2s ease;
  font-size: 10px;
  transition: 0.3s all ease;
  margin-left: 30px;
}

.texyos ul li a:hover::after {
  font-size: 15px;
}

.contenedor-full .invertido .texyos {
  max-width: 500px;
  float: right;
  margin-right: 50px;
}

@media (max-width: 812px) {
  .contenedor-full .invertido .texyos {
    max-width: 80%;
    float: none;
    margin-right: 0px;
    margin: 0 auto;
  }
}
.contenedor-full .texyos {
  max-width: 500px;
  margin-right: 50px;
}

.texto-blanco, .texto-blanco a {
  color: #fff;
}

@media (max-width: 812px) {
  .contenedor-full .texyos {
    max-width: 80%;
    float: none;
    /* margin-right: 50px; */
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
.item-propiedad:hover {
  background: #184071;
  color: #fff;
}

.item-propiedad {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  margin: 5px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all ease;
}

h2.titulo-especial {
  text-align: center;
  color: #193f6e;
  padding-bottom: 35px;
  font-size: 33px;
}

.foto-destacada {
  height: 200px;
  overflow: hidden;
}

.item-propiedad:hover .foto-destacada img {
  transform: scale(1.1);
}

.foto-destacada img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}

.pasos-list {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.texto {
  padding: 20px;
}

.texto h3 {
  font-size: 16px;
  font-weight: 400;
}

.operacion {
  font-weight: 700;
  padding-bottom: 10px;
}

.precio {
  font-weight: 700;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}

a.boton-mas {
  font-size: 41px;
  border: solid 1px #ccc;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  background: #ccc;
}

.item-propiedad:hover a.boton-mas {
  color: #fff;
  background: #2970C4;
  border: #2970C4 solid 1px;
}

@media (max-width: 812px) {
  .item-pasos {
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    border-radius: 10px;
    height: 430px;
  }
  ul.pasos-list {
    list-style: none;
    max-width: 90%;
    margin: 0 auto;
  }
  ul.pasos-list .numero {
    text-align: center;
    padding: 18px 25px;
    font-size: 35px;
    width: auto;
    /* background: #e1b0fa; */
    background: rgb(189, 131, 230);
    background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
    color: #fff;
  }
}
.caja-texto {
  font-size: 17px;
  font-weight: 300 !important;
  max-width: 100%;
  margin: 0 auto;
  line-height: 26PX;
}

.texto-intro {
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 812px) {
  .texto-intro {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
}
.contenedor-texto {
  max-width: 800px;
  width: 90%;
}

.tit-caja-texto h2 {
  font-size: 36px;
  text-transform: none;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 43px;
  margin: 0px;
  max-width: 82%;
}

@media (max-width: 812px) {
  .tit-caja-texto h2 {
    padding-top: 34px;
    font-size: 30px;
    line-height: 34px;
    max-width: 100%;
  }
  .textito {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1680px) {
  .contenedor-tf {
    max-width: 1480px;
    margin: 100px auto 0px;
  }
}
.texyos ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.texyos li {
  padding-bottom: 15px;
}

.tit-caja-texto span {
  display: block;
  font-size: 29px;
  font-weight: 200;
}

.ui-lista a {
  display: grid;
  align-items: center;
  grid-gap: 27px;
  grid-template-columns: 40% 55%;
  border-radius: 10px;
  overflow: hidden;
}

.ver-mas {
  text-decoration: underline;
  font-weight: 700;
  padding-top: 20px;
}

.texto-lista h3 {
  font-size: 26px;
}

.foto-lista {
  /* width: 220px; */
  overflow: hidden;
  height: 250px;
  border-radius: 10px;
}

.foto-lista img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ui-pos .titulo-seccion h2 {
  padding-bottom: 20px;
}

.ui-pos .titulo-seccion {
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
}

.ui-lista a:hover {
  background: #000;
  color: #fff;
  transform: scale(1.03);
}

@media (max-width: 812px) {
  .ui-pos .titulo-seccion {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .ui-lista {
    margin-bottom: 30px;
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .foto-lista {
    width: 145px;
    overflow: hidden;
    height: 130px;
  }
  .ui-pos .titulo-seccion .font-20 {
    font-size: 15px;
  }
  .ui-lista a {
    display: grid;
    align-items: initial;
    grid-gap: 27px;
    grid-template-columns: 40% 55%;
  }
}
.contenedor-titulo h1 {
  font-size: 25px;
  font-weight: 400;
}

.contenedor-titulo h2 {
  font-size: 77px;
  font-weight: 300;
  max-width: 80%;
  line-height: 83px;
  padding-bottom: 20px;
  font-style: italic;
}

.contenedor-titulo h2 strong {
  display: block;
  font-style: normal;
}

.bajada-titulo {
  font-size: 21px;
  max-width: 80%;
  line-height: 32px;
  font-weight: 300;
}

a.back {
  position: absolute;
  right: 0px;
  font-size: 23px;
}

@media (max-width: 812px) {
  a.back {
    position: relative;
    right: 0px;
    font-size: 21px;
    margin-bottom: 0px;
    display: block;
    top: -80px;
    text-align: left;
  }
  .contenedor-titulo h2 {
    font-size: 50px;
    font-weight: 300;
    max-width: 100%;
    line-height: 48px;
    padding-bottom: 20px;
    font-style: italic;
  }
  .bajada-titulo {
    font-size: 16px;
    max-width: 100%;
    line-height: 21px;
    font-weight: 300;
  }
  .contenedor-titulo h1 {
    font-size: 20px;
    font-weight: 400;
    margin-top: -54px;
  }
}
.galeria-foto {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding-top: 30px;
}

.titulo-centrado h2 {
  font-size: 48px;
  text-transform: none;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 20px;
  line-height: 37px;
  margin: 0px;
  text-align: center;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.titulo-centrado h2 strong {
  font-weight: 700;
  font-style: normal;
}

.galeria-imagenes {
  grid-gap: 10px;
}

.fotos-galery {
  height: 350px;
  overflow: hidden;
}

.fotos-galery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.lightbox {
  display: none;
}

.lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  /* max-width: 1100px; */
  max-height: 600px;
  z-index: 10000000;
}

@media (max-width: 812px) {
  .fotos-galery {
    height: 200px;
    overflow: hidden;
  }
  .titulo-centrado h2 {
    font-size: 32px;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 20px;
    line-height: 37px;
    margin: 0px;
    text-align: left;
    padding-bottom: 30px;
    font-family: "Poppins", sans-serif;
    max-width: 90%;
    margin: 0 auto;
  }
  .lightbox {
    width: 100%;
  }
}
span.cerrar-lightbox {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 20px;
}

/* Estilo general del lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.lightbox-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  text-align: center;
}

.hidde {
  overflow: hidden;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.velo_galeria {
  background: rgba(0, 0, 0, 0.8588235294);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000000;
  display: none;
}

/* Estilo para galería de imágenes */
.galeria-item {
  position: relative;
  cursor: pointer;
  height: 250px;
  margin: 0px;
}

.galeria-item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
  display: block;
}

.galeria-item img:hover {
  transform: scale(1.1);
}

.botones-light {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
}

.botones-light button {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  margin-top: 0px;
}

@media (max-width: 812px) {
  .galeria-foto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-top: 10px;
  }
  .galeria-item {
    position: relative;
    cursor: pointer;
    height: 200px;
    margin: 0px;
  }
}
.indice {
  color: #fff;
}

ul.menu-indice {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 20px 0 0;
  margin: 0px;
}

ul.menu-indice a {
  padding: 10px;
  border: solid;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}

.caja-texto.otros-contenidos li {
  padding: 20px 0px;
  border-bottom: solid 1px #ccc;
}

.caja-texto.otros-contenidos ul {
  padding: 0px;
  list-style: none;
}

.caja-texto.otros-contenidos {
  padding-top: 20px;
}

.titulo-secciones .bajada {
  padding-top: 40px;
}

@media (min-width: 812px) {
  ul.menu-indice {
    display: flex;
    flex-direction: initial;
    list-style: none;
    padding: 20px 0 0;
    margin: 0px;
    flex-wrap: wrap;
  }
  ul.menu-indice a {
    padding: 10px;
    border: solid;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    min-width: 200px;
    margin: 0px 15px 0px 0px;
  }
}
.foto-inicio {
  max-height: 600px;
  overflow: hidden;
}

.foto-inicio figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Para recortar la imagen si es necesario */
}

.foto-inicio figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 812px) {
  .foto-inicio {
    max-height: 300px;
    overflow: hidden;
  }
  .foto-inicio figure {
    display: block;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ajusta la altura según tus necesidades */
    overflow: hidden; /* Para recortar la imagen si es necesario */
  }
  .foto-inicio figure img {
    object-fit: cover;
    height: 300px;
    width: 100%;
  }
}
/* Estilo de la tabla */
table.info {
  width: 100%;
  border-collapse: collapse;
  padding: 0px;
  border-spacing: 0;
  table-layout: fixed;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

@media (min-width: 812px) {
  table.info {
    max-width: 70%;
    margin: 0 auto;
  }
}
table.info tr:first-child {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

/* Estilo de las celdas de encabezado */
.info tr {
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.info tr:last-child {
  text-align: left;
  border-bottom: solid 1px #fff;
}

/* Estilo de las celdas de datos */
.info td {
  padding: 10px;
  /* border: 1px solid #ccc; */
  border: solid 1px #ccc;
  border-bottom: solid 0px transparent;
  border-top: solid 0px transparent;
}

.info td:first-child {
  border-left: 0px #ccc;
}

.info td:last-child {
  border-right: 0px transparent;
}

/* Alternancia de filas (opcional) */
.info tr:nth-child(even) {
  background-color: #eee;
}

.faq-container {
  width: 100%;
  max-width: 900px;
  padding: 30px 0px;
  border-radius: 8px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  margin: 0 auto;
}

.faq.active {
  background: #fff;
  margin-bottom: 20px;
}

.faq-question h2 img {
  width: 38px;
  margin-right: 17px;
  margin-left: 10px;
}

.faq.active .faq-question {
  background: #fff;
}

.faq {
  /* border-bottom: solid 1px #ccc; */
  margin-bottom: 0px;
  border-radius: 4px;
  /* background: #eee; */
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #ccc;
  margin-bottom: 14px;
}

.faq-question {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h2 {
  font-size: 21px;
  display: flex;
  align-items: center;
  margin: 0px;
}

span.toggle-btn {
  font-size: 34px;
}

.faq-question h2 {
  font-size: 21px;
}

.faq-answer {
  padding: 10px;
  display: none;
}

.textos-mapa p {
  font-size: 15px;
  line-height: 21px;
}

.textos-mapa h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  padding-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.item-como-llegar iframe {
  width: 100%;
  height: 350px;
}

.barra-iconos {
  max-width: 900px;
  display: flex;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  margin-top: -76px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}

.boton-llegada a {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 10px;
  border-radius: 10px;
}

a.prendido {
  background: #EEF;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}

@media (max-width: 812px) {
  .boton-llegada a {
    display: flex;
    align-items: center;
    font-size: 11px;
    padding: 10px;
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
  }
  .barra-iconos {
    max-width: 90%;
    display: flex;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    margin-top: -76px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  }
  .boton-llegada {
    max-width: 25%;
    width: 100%;
  }
  .icono-boton img {
    max-width: 55px;
    margin-bottom: 7px;
  }
}
.bajada-botones h2 {
  font-size: 40px;
  max-width: 40%;
  margin: 0 auto;
  font-weight: 300;
  text-align: CENTER;
  line-height: 45px;
  color: #fff;
}

.bajada-botones p {
  font-size: 25px;
  text-align: center;
  padding: 10px 0px 40px;
  color: #fff;
}

.imagen-boton img {
  transform: scale(1.02);
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s all ease;
}

.imagen-boton:hover img {
  transform: scale(1.1);
}

.velo-foto {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(23, 64, 113);
  background: linear-gradient(0deg, rgb(23, 64, 113) 0%, rgba(23, 64, 113, 0) 100%);
  transition: 0.7s all ease;
}

.imagen-boton:hover .dats {
  opacity: 0;
}

.dats {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  left: 30px;
  transition: 0.3s all ease;
  opacity: 1;
}

.imagen-boton:hover .velo-foto {
  background: rgba(44, 79, 121, 0.8117647059);
}

.imagen-boton {
  overflow: hidden;
  height: 400px;
  border-radius: 10px;
  position: relative;
}

.imagen-boton:hover .data-imagen {
  bottom: 0;
  opacity: 1;
}

.data-imagen {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 10;
  padding: 30px;
  transition: 0.5s all ease;
  opacity: 0;
}

.data-imagen p {
  font-size: 16px;
  max-width: 80%;
  transition: 0.3s all ease;
}

.data-imagen h3 {
  font-size: 30px;
}

a.boton-imagen {
  display: block;
  background: #296FC4;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  width: fit-content;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lista-post {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
  width: 90%;
}

.listas {
  grid-gap: 5px;
}

.item-lista {
  position: relative;
  height: 422px;
  transition: 0.3s all ease;
}

.centrado {
  max-width: 70%;
  margin: 0 auto;
}

.info-list {
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  max-width: 64%;
  min-height: 58px;
  line-height: 25px;
  z-index: 10;
}

.vel {
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 1;
  bottom: 0px;
}

.img-lista {
  height: 100%;
  overflow: hidden;
}

.img-lista img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}

.item-lista:hover .img-lista img {
  transform: scale(1.2);
}

@media (max-width: 812px) {
  .centrado {
    max-width: 90%;
    margin: 0 auto;
  }
  .item-carrucel.post {
    position: relative;
    overflow: hidden;
    height: 230px;
    border-radius: 10px;
    transition: 0.3s all ease;
  }
  .post .item-carrucel h3 {
    position: absolute;
    bottom: 0px;
    color: #fff;
    z-index: 1;
    padding: 20px 20px 10px;
    transition: 0.3s all ease;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    line-height: 18px;
    font-size: 17px;
  }
}
.tabs-personas a {
  text-decoration: none;
  color: inherit;
}

.botones-pc {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.boton-tab {
  padding: 0px;
  color: #000;
  transition: background 0.2s;
  font-size: 24px;
  margin-right: 30px;
  font-family: "Poppins", sans-serif;
}

.boton-tab.active {
  color: #000;
  font-weight: 700;
  border-bottom: solid #000 3px;
}

.tab-content {
  margin-bottom: 10px;
}

.boton-tab-content {
  display: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .botones-pc {
    display: none;
  }
  .boton-tab-content {
    display: block;
  }
}
.fondo-ficha {
  background: #28598D;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.nombre-docente h1 {
  font-size: 67px;
  line-height: 65px;
}

.cargo {
  border-top: solid 1px #fff;
  font-size: 24px;
  padding-top: 20px;
}

.nombre-docente {
  padding-top: 105px;
  color: #fff;
  max-width: 90%;
}

.ficha {
  margin-top: -373px;
  line-height: 23px;
}

.ficha h3, .contenedor-tabs h3 {
  font-size: 40px;
  padding-bottom: 30px;
}

.content-tab {
  display: none;
  /* padding: 15px; */
  /* background: #f7f7f7; */
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  padding: 20px 0px 0px;
}

.bloque-biografia {
  margin-top: 148px;
  max-width: 90%;
}

.contenedor-tabs {
  background: #cfcfe8;
  background: linear-gradient(357deg, rgb(207, 207, 232) 0%, rgba(195, 195, 199, 0.05) 100%);
}

.dato-fila {
  font-size: 22px;
  font-weight: 700;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
}

.informacion-fila ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-bottom: 30px;
}

.fila-informacion {
  padding-bottom: 0px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.informacion-docente .fila-informacion:nth-child(3) {
  padding-bottom: 0px;
  border-bottom: none !important;
  margin-bottom: 0px;
}

.foto-docente {
  margin-bottom: 40px;
}

.informacion-fila a {
  border-bottom: solid 1px #000;
  display: block;
  margin-bottom: 5px;
  width: fit-content;
}

.content-tab {
  font-size: 16px;
  line-height: 23px;
}

.content-tab h3 {
  font-size: 22px;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
}

.content-tab ul li {
  font-family: "Poppins", sans-serif;
}

.content-tab ol {
  counter-reset: item;
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}

.content-tab ol li {
  counter-increment: item;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 5px;
}

.content-tab ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

.in-pc {
  display: block;
}

.in-mov {
  display: none;
}

.nombre-grande {
  font-size: 500px;
  position: absolute;
  bottom: 0px;
  line-height: 356px;
  left: -40px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fff;
  opacity: 0.05;
}

@media (max-width: 812px) {
  .nombre-grande {
    display: none;
  }
  .in-pc {
    display: none;
  }
  .in-mov {
    display: block;
  }
  .ficha {
    margin-top: 0px;
    line-height: 23px;
    padding-top: 50px;
  }
  .bloque-biografia {
    margin-top: 50px;
    max-width: 100%;
    padding-bottom: 100px;
  }
  .cargo {
    padding-bottom: 28px;
    line-height: 30PX;
  }
  .fondo-ficha {
    height: 600px;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .boton-tab-content {
    padding: 0px;
    /* background: #eee; */
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 24px;
    /* font-weight: 700; */
    line-height: 33px;
    margin-bottom: 20px;
  }
  .content-tab ul {
    margin: 0px;
    padding-bottom: 46px;
  }
  .tab-content.active .boton-tab-content {
    font-weight: 700;
    border-bottom: solid 3px;
  }
}
.logo-botonera {
  max-width: 244px;
}

.header-botonera {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.cerrar-menu {
  font-size: 47px;
  cursor: pointer;
  max-width: 30px;
}

.menu-instituto {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: -100%;
  box-sizing: border-box;
  padding: 50px;
  color: #fff;
  background: #000;
  z-index: 1000000;
  overflow: auto;
}

.niveles-1 {
  position: relative;
}

.nivel-1 {
  position: absolute;
  top: -100%;
  opacity: 0;
}

.nivel-1 li a {
  font-size: 30px !important;
  font-family: "Poppins", sans-serif;
  line-height: 45px !important;
  padding-bottom: 0px !important;
}

.nivel-1 li a.cliqueado {
  background: transparent !important;
  text-decoration: underline;
}

a.cliqueado,
a.cliqueado:hover {
  /* border-bottom: solid 2px #fff; */
  background: #312b37 !important;
  font-weight: 700;
}

.menu-instituto li a {
  list-style: none;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 8px 10px 8px;
}

.menu-instituto li a:hover {
  background: #181818;
}

.menu-instituto ul {
  list-style: none;
  padding: 0px;
}

.niveles {
  margin-right: 30px;
  height: 100%;
  width: 100%;
  display: none;
}

.nivel-2, .nivel-3 {
  display: none;
}

.contenedor-menu {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px;
  margin: 0 auto;
}

.menu-instituto li a img {
  width: 14px;
  margin-left: 15px;
}

.niveles h3 {
  font-size: 26px;
  margin: 0px;
  font-weight: 700;
  /* text-transform: uppercase; */
  /* font-style: italic; */
  /* text-decoration: underline; */
  margin-top: 20px;
  border-bottom: solid;
  line-height: 29px;
  /* padding-bottom: 18px; */
  padding: 0px 10px 18px;
}

.descripcion-menu {
  font-size: 16px;
  max-width: 100%;
  padding-top: 20px;
  padding: 20px 10px 0px;
}

@media (max-width: 812px) {
  .contenedor-menu {
    display: none;
  }
  .menu-instituto {
    padding: 20px;
  }
}
.texto-not-destacada {
  color: #fff;
  max-width: 500px;
  margin-left: 70px;
}

.texto-not-destacada h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

@media (max-width: 812px) {
  .texto-not-destacada {
    color: #fff;
    max-width: 500px;
    margin-left: 0px;
    width: 80%;
    margin: 0 auto;
    padding: 50px 0px;
  }
  .texto-not-destacada h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
  }
}
.foto-noticia-carrucel {
  height: 350px;
  overflow: hidden;
}

.foto-noticia-carrucel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.texto-carrucel-noticias {
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 0px;
}

.texto-carrucel-noticias h3 {
  font-size: 18px;
  font-weight: 500;
}

.carrucel-noticias .owl-dots, .carrucel-programas .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.carrucel-noticias .owl-dot, .carrucel-programas .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ccc !important;
  border-radius: 50%;
  margin: 0 5px;
  transition: background 0.3s ease;
  opacity: 0.5;
}

.carrucel-noticias {
  margin-bottom: 100px;
}

.carrucel-noticias .owl-dot:hover, .carrucel-programas .owl-dot:hover {
  background: #888;
}

.carrucel-noticias .owl-dot.active, .carrucel-programas .owl-dot.active {
  background: #2770c3 !important;
  opacity: 1;
}

.event {
  padding: 20px;
  text-align: center;
  background: transparent;
  border-radius: 20px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  margin: 10px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  opacity: 0.3;
  color: #fff;
}

.gra-negro {
  background: #000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(59, 52, 106) 100%);
  color: #fff;
}

.owl-item.active.center .event {
  background: #28598D;
  background: linear-gradient(180deg, rgb(40, 89, 141) 0%, rgba(40, 89, 141, 0) 100%);
  color: #fff;
  /* padding: 61px; */
  opacity: 1;
  transform: scale(1.1);
}

.timeline {
  padding-bottom: 30px;
}

.timeline .owl-dots {
  display: none;
}

.timeline .owl-nav {
  width: 100px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}

.timeline .owl-nav button {
  font-size: 26px !important;
  background: #888888 !important;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  color: #fff !important;
}

.year {
  border-radius: 10px;
  font-size: 55px;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  margin-right: 20px;
  font-weight: 700;
  /* font-style: italic; */
  font-family: "Poppins", sans-serif;
}

.tit-linea h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 200;
  padding-bottom: 35px;
}

.foto-sola.nada {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0px;
}

.texto-caja {
  padding-top: 10px;
  line-height: 22px;
}

.tit-caja-texto h2 {
  font-weight: 700;
}

/* 🎨 Estilos personalizados para landing Postgrado PUCV */
.mf-hero-postgrado {
  background: linear-gradient(135deg, #3b3bf5, #5f5fff);
  color: #fff;
  height: 398px;
  display: flex;
  align-items: center;
}

.foto-programa-single {
  height: 440px;
  background: #000;
  overflow: hidden;
  border-radius: 0px;
}

.foto-programa-single {
  height: 100vh;
  background: #000;
}

.foto-programa-single img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.imagen-cabecera {
  position: absolute;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.imagen-cabecera img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-fit: cover; */
}

@media (max-width: 812px) {
  h1.titulo-blog {
    font-size: 27px;
    font-weight: 400;
    line-height: 35px;
  }
}
.zona-cord ul {
  list-style: none;
  padding: 0px;
  font-size: 18px;
}

.zona-cord li {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  max-width: 80%;
}

h1.h1-especial {
  font-size: 50px;
  line-height: 55px;
}

@media (max-width: 812px) {
  h1.h1-especial {
    font-size: 33px;
    line-height: 42px;
  }
}
.mf-hero-postgrado {
  background: #28598D;
  color: #fff;
  height: 398px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.caja-texto-programa {
  float: right;
  max-width: 550px;
  margin-right: 50px;
  padding: 60px 0px;
}

.velo-prog {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.61);
}

@media (max-width: 812px) {
  .caja-texto-programa {
    float: none;
    max-width: 85%;
    margin-right: 0px;
    padding-top: 60px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
.mf-descripcion-postgrado {
  background: #f7f7f7;
}

.mf-egreso-postgrado {
  background: #ffffff;
}

.mf-requisitos-postgrado {
  background: #fafafa;
}

.mf-malla-postgrado {
  background: #31324b;
  color: #fff;
}

.mf-acreditacion-postgrado {
  background: #ffffff;
}

.mf-coordinacion-postgrado {
  background: #f2f2f2;
}

.mf-contacto-postgrado {
  background: #fafafa;
}

.mf-enlaces-postgrado {
  background: #a4d962;
  color: #000;
}

.mf-enlaces-postgrado a {
  color: #000;
  text-decoration: underline;
}

.mf-enlaces-postgrado a:hover {
  color: #333;
}

.info-per {
  text-align: left;
  max-width: 80%;
  margin: 0 auto;
}

.tab-link.active {
  background-color: #28598d;
  color: #fff;
}

.contenedor-seccion.grid.col-2.col-tm-1.gap-40.ai-centro {
  z-index: 1;
}

.tab-content .tab-panel {
  display: none;
}

.tab-content .tab-panel.active {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav_link {
  border-bottom: solid 1px #ccc;
}

button.tab-link {
  background: transparent;
  border: none;
  padding: 20px;
  font-size: 18px;
}

/* lab-microbio.css — Estilos personalizados para Laboratorio de Microbiología */
/* --- Estructura general --- */
.mf-lab-body {
  background-color: #fff;
  color: #111827;
  font-family: "Inter", sans-serif;
}

.mf-lab-hero {
  background-color: #f9fafb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.imagen-lineas {
  max-height: 700px;
  overflow: hidden;
}

.imagen-lineas img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mf-lab-bg {
  background-color: #f9fafb;
}

/* --- Tipografías y textos --- */
.mf-lab-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.mf-lab-subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #4b5563;
  margin-bottom: 24px;
}

.mf-lab-institucion {
  font-size: 14px;
  color: #6b7280;
}

.mf-lab-heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
  font-family: "Montserrat", sans-serif;
}

.mf-lab-list {
  list-style: disc;
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  list-style: none;
  padding: 0px;
  display: grid;
}

ul.mf-lab-list li {
  /* border-left: solid 2px #fff; */
  /* padding-left: 18px; */
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1294117647);
  padding-bottom: 10px;
}

.mf-lab-footnote {
  font-size: 14px;
  font-style: italic;
  color: #6b7280;
  margin-top: 20px;
}

/* --- Tarjetas de proyectos y equipo --- */
.mf-lab-card {
  border-radius: 6px;
  font-size: 16px;
  color: #374151;
}

.datos-docente {
  max-width: 90%;
}

.mf-lab-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mf-lab-card-meta {
  font-size: 14px;
  color: #6b7280;
}

.mf-lab-card-desc {
  margin-top: 12px;
  font-size: 16px;
  color: #374151;
}

/* --- Imágenes --- */
.mf-lab-imagen {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* --- Enlaces --- */
.mf-lab-link {
  color: #2563eb;
  text-decoration: underline;
  transition: 0.3s;
}

.mf-lab-link:hover {
  color: #1e40af;
}

.introduccion {
  background: #000;
  color: #fff;
  padding: 80px 0px;
  font-size: 16px;
  line-height: 23px;
}

/* --- Footer --- */
.mf-lab-footer {
  background-color: #f3f4f6;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.mf-lab-copy {
  font-size: 14px;
  color: #6b7280;
}

.foto-introduccion {
  max-height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

.mf-lab-card a {
  display: grid;
  grid-gap: 20px;
  align-items: center;
  grid-template-columns: 40% 55%;
  background: #fff;
}

.imagen-docente {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}

.imagen-docente img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
}

.gris {
  background: #ebebeb;
}

.inicial {
  background: #d0d0d0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  width: 80px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-radius: 10px;
}

ul.otros-int {
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media (max-width: 812px) {
  ul.otros-int {
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
li.tar-mas {
  display: flex;
  align-items: center;
}

.info-eq {
  padding-left: 20px;
}

.nombre-eq {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
}

.lineas-investigacion {
  background: #31324b;
  color: #fff;
}

.texto-lineas {
  max-width: 500px;
  width: 90%;
}

/* === Cards Visuales para Proyectos === */
.mf-lab-card {
  gap: 15px;
  transition: 0.3s;
}

.mf-lab-link {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.mf-lab-link:hover {
  text-decoration: underline;
}

.hr-d {
  z-index: 1;
}

/* Colores personalizados tipo pastel */
.mf-lab-card-azul {
  background-color: #e5f0fc;
}

.mf-lab-card-naranja {
  background-color: #ffe6d1;
}

.mf-lab-card-lila {
  background-color: #ece6fb;
}

.mf-lab-card-verde {
  background-color: #e2f7ec;
}

h3.tit-proyecto {
  font-size: 16px;
  color: #000;
  border-bottom: solid 1px #000;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  font-family: "Inter", sans-serif;
}

.contenedor-full.griss {
  background: #eee;
}

ul.dat-contact {
  list-style: none;
  padding: 0px;
}

ul.dat-contact li {
  padding-bottom: 25px;
}

ul.dat-contact {
  padding: 30px;
  border-radius: 10px;
}

@media (max-width: 812px) {
  .texto-lineas {
    max-width: 500px;
    width: 90%;
    padding-bottom: 100px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .sas {
    overflow: hidden;
    width: 100%;
  }
}