@charset "UTF-8";
.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: 0px;
  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;
  margin-left: 250px; /* Ancho del menú para desplazar el contenido */
}

.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;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (para videos de YouTube) */
}

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

.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;
}

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

body a {
  font-size: 16px;
}

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

strong {
  font-weight: 700;
}

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

.salto {
  height: 80px;
}

@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;
}

.titulo-seccion {
  max-width: 80%;
}

@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.pegajoso {
  position: fixed;
  background: #fff;
}

.header.pegajoso .logo {
  max-width: 100px;
}

.header {
  background: #fff;
  color: #000;
  position: absolute;
  z-index: 10;
  width: 100%;
  /* padding: 10px 0px; */
  padding-bottom: 17px;
}

.header a {
  color: #fff;
}

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

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

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

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

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

.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: #2e2e2e;
}

.sticky .header {
  padding: 10px;
}

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

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

@media (max-width: 812px) {
  .sticky {
    top: 0px;
  }
}
/*BOTONERA*/
.botonera ul {
  display: flex;
  text-transform: uppercase;
  list-style: none;
  padding: 0px;
  margin: 0 auto;
  justify-content: center;
}

a.active-page {
  background: #ff8b13;
}

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

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

.botonera ul li.activo a {
  color: #fff !important;
}

li.destacado a {
  background: #093367;
  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: #fff;
  color: #004B84;
}

@media (max-width: 812px) {
  .botonera {
    display: none;
  }
}
.menu-normal.uno.has-mega-menu {
  position: ABSOLUTE;
  background: #fff;
  display: none;
}

.menu-normal ul {
  flex-direction: column;
  display: flex !important;
  max-width: 250px;
}

.menu-normal ul li a {
  font-weight: 400 !important;
  display: block;
}

.mf-recetas-left h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 43px;
  font-family: "Montserrat", sans-serif;
}

/*FOOTER*/
.footer {
  background-color: #e7e7e7;
  padding-top: 30px;
}
.footer .logo-footer img {
  max-width: 180px;
  margin-bottom: 20px;
}
.footer .logo-footer h4 {
  font-size: 30px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  color: #093367;
}
.footer .bloque-footer h4 {
  font-size: 18px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  color: #093367;
}
.footer .con-foot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.footer h3 {
  color: #f5f5f5;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer a {
  color: #000;
  line-height: 1.6;
  text-decoration: none;
}
.footer a:hover {
  color: #000;
  text-decoration: underline;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .footer .con-foot {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .footer .con-foot {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/*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 > 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;
  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;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}

a.prend {
  background: #EBC627;
}

.logo-menu {
  max-width: 200px;
  padding: 22px 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: 400px;
  right: 0px;
  height: 100%;
  overflow: auto;
  right: -100%;
}

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

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

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

.botonera-mov li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  display: block;
  font-size: 23px;
  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: #424141;
  border-bottom: 1px solid #5b5858;
}

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

.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;
}

.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;
}

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

@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 {
    margin-right: 0px;
  }
  .qr {
    text-align: right;
    display: flex;
    justify-content: center;
  }
}
.logo-footer {
  margin: 0 auto;
  width: fit-content;
}

.formulario-contacto {
  position: fixed;
  top: 0px;
  max-width: 600px;
  left: 50%;
  transform: translate(-50%);
  z-index: 100000;
  background: #fff;
  padding: 45px;
  box-sizing: border-box;
  margin: 50px 0px;
  border-radius: 10px;
  overflow: auto;
  max-height: 700px;
  display: none;
}

.velo-formulario {
  background: rgba(26, 48, 147, 0.5098039216);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}

.logo-form {
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.txxo {
  text-align: center;
  padding-bottom: 17px;
}

.formulario-contacto input, .formulario-contacto textarea {
  border: solid 1px #ccc;
  padding: 15px !important;
  border-radius: 10px;
  font-family: "Mulish", sans-serif;
}

input#gform_submit_button_1 {
  background: #093367;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px !important;
}

.hide {
  overflow: hidden;
}

.construccion-page {
  width: 100%;
  height: 100%;
  background: #004B84;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}

.logo-construccion img {
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.logo-construccion {
  color: #fff;
  font-size: 18px;
  max-width: 80%;
}

.logo-construccion a {
  color: #fff;
  text-decoration: underline;
}

.mf-footer li a {
  color: #fff !important;
}

.mf-nav-offcanvas {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background: #093367;
  color: white;
  z-index: 9999;
  padding: 30px 20px;
  transition: left 0.4s ease;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 1000000;
}

.mf-nav-offcanvas.open {
  left: 0;
}

.mf-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.mf-nav-header h2 {
  font-weight: 600;
  font-size: 22px;
  margin: 0;
}

.mf-nav-item {
  cursor: pointer;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: 400;
}

.mf-submenu {
  display: none;
  padding-left: 15px;
  font-size: 15px;
}

.mf-nav-item a {
  color: #fff;
}

.mf-submenu a {
  display: block;
  padding: 8px 0;
  color: #ccc;
  text-decoration: none;
}

.mf-submenu a:hover {
  color: #fff;
}

.mf-footer {
  font-size: 14px;
  color: #777;
  margin-top: 40px;
}

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

.mf-toggle {
  font-size: 30px;
  color: #093367;
  cursor: pointer;
  z-index: 10000;
}

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

.contenedor-botonera {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}

.mf-toggle {
  font-size: 30px;
  color: rgb(9, 51, 103);
  cursor: pointer;
  z-index: 10000;
  display: none;
}

.hide {
  overflow: hidden;
}

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

@media (max-width: 812px) {
  .mf-toggle {
    font-size: 30px;
    color: rgb(9, 51, 103);
    cursor: pointer;
    z-index: 10000;
    display: block;
  }
  .contenedor-botonera {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
ul.redes {
  display: flex;
}

ul.redes li a {
  font-size: 28px;
  margin-right: 17px;
  color: #093367;
}

.botones li a {
  border-radius: 0px !important;
  /* margin: 0px; */
  color: #fff !important;
  margin: 0px !important;
  background: #003366;
  padding: 15px 25px !important;
}

.botones li a:hover {
  background: #fff !important;
  border-radius: 0px;
  color: #003366 !important;
}

.botones li {
  margin-left: 0px;
}

.componente-directivos {
  font-family: "Arial", sans-serif;
  color: #003366;
}

.directivos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
  max-width: 1100px;
  margin: 0 auto;
}

.directivo-item {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.directivo-item img {
  width: 100%;
  border-radius: 8px;
}

.directivo-info {
  margin-top: 1rem;
  text-align: left;
  line-height: 18px;
  /* border-left: solid 4px #E3871C; */
  padding-left: 20px;
  padding-bottom: 20px;
}

.directivo-nombre {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0.5rem;
  line-height: 20px;
}

.directivo-cargo {
  font-size: 0.9rem;
  color: #666;
}

.componente-urgencias {
  /* background-color: #003366; */
  /* padding: 2rem; */
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
  max-width: 1100px;
  margin: 0 auto;
}

.urgencias-info, .urgencias-busqueda {
  flex: 1;
}

.urgencias-titulo, .busqueda-titulo {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
}

.urgencias-texto {
  margin-bottom: 1rem;
}

.urgencias-botones button, .busqueda-boton {
  background-color: #0D51C9;
  color: white;
  border: none;
  padding: 0.7rem 1.2rem;
  margin-right: 1rem;
  cursor: pointer;
  border-radius: 5px;
  font-size: 18px;
  width: 70%;
  margin-bottom: 16px;
}

button.boton-protocolos {
  background: #083367;
}

.boton-protocolos {
  background-color: #002244;
}

.busqueda-select {
  width: 100%;
  padding: 0.7rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 18px;
}

.componente-historia {
  padding: 2rem;
  text-align: center;
}

.historia-texto {
  font-size: 1.1rem;
  border-left: 4px solid #f7a10e;
  padding-left: 1rem;
}

.componente-timeline {
  padding: 2rem;
  text-align: center;
}

.componente-texto .texyos {
  max-width: 500px;
  margin-left: 50px;
}

li.activo > a {
  background: #093367;
}

li.activo > a:hover {
  background: #093367 !important;
  color: #fff !important;
}

.invertido.componente-texto .texyos {
  max-width: 500px;
  margin-left: 0px;
}

@media (max-width: 812px) {
  .componente-texto .texyos, .invertido.componente-texto .texyos {
    max-width: 90%;
    margin-left: 0px;
    margin: 0 auto;
    float: none;
    padding: 50px 0px 100px;
  }
  .directivos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
    max-width: 1100px;
    margin: 0 auto;
    max-width: 90%;
  }
}
#bloque1 ul {
  padding: 0px;
  list-style: none;
}

#bloque1 li {
  padding: 12px 0px;
  border-bottom: solid 1px #ccc;
}

.timeline-titulo {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 300;
  font-style: italic;
  color: #003366;
  font-family: "Montserrat", sans-serif;
}

.timeline-titulo strong {
  font-style: normal;
}

.timeline-controles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.timeline-fechas span {
  margin: 0 0.5rem;
}

.timeline-fechas .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  font-size: 47px;
  top: 0px;
}

.fecha-activa {
  color: #003366;
  font-weight: bold;
  font-size: 1.2rem;
}

.timeline-prev, .timeline-next {
  background: none;
  border: none;
  font-size: 2rem;
  color: #003366;
  cursor: pointer;
}

section.mf-banner-vocacion {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}

.timeline-evento {
  max-width: 500px;
  margin: 0 auto;
}

.evento-ano {
  font-size: 65px;
  color: #003366;
  margin-bottom: 1rem;
}

.evento-texto {
  font-size: 18px;
  color: #444;
  line-height: 26px;
}

@media (min-width: 1480px) {
  .c-imagen {
    max-width: 1480px;
    margin: 30px auto;
    border-radius: 10px;
    overflow: hidden;
  }
}
.tit-central h2 {
  text-align: center;
  font-size: 40px;
  color: #15329a;
}

.card-post-image {
  min-height: 350px;
  margin-bottom: 20px;
  overflow: hidden;
}

.card-post-content {
  padding: 0px 20px;
}

.card-post-image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  min-height: 350px;
}

h3.card-post-title {
  font-size: 18px;
}

.card-post-date {
  font-size: 14px;
  margin-top: -5px;
  padding-bottom: 11px;
}

a.card-post-link {
  font-size: 14px;
}

.t-mapa {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.b-mapa {
  color: #fff;
  background: #093367;
  padding: 36px;
}

a.link_mapa {
  background: #0D51C9;
  color: #fff;
  padding: 15px 20px;
  display: block;
  width: fit-content;
  border-radius: 10px;
  float: right;
}

.c-mapa p {
  margin: 0px;
  padding: 0px;
}

.c-mapa iframe {
  width: 100%;
}

.interno {
  background: #004B84;
}

.salto-interno {
  height: 78px;
}

.alinear-flex {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}

.breacrump {
  background: #e4e3e3;
}

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

.volver a {
  background: #093367;
  color: #fff;
  display: block;
  padding: 10px 10px;
  border-radius: 10px;
}

.titulo-paginas {
  position: relative;
  z-index: 1;
}

.titulo-paginas h2 span {
  display: block;
  font-weight: 400;
  font-size: 24px;
}

.titulo-paginas h2 {
  font-size: 50px;
  font-weight: 300;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  margin: 0px 0px;
  line-height: 45px;
  color: #fff;
  border-left: solid 2px #fff;
  padding-left: 20px;
}

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

@media (max-width: 812px) {
  .titulo-paginas h2 {
    font-size: 35px;
    font-weight: 300;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    margin: 0px 0px;
    line-height: 40px;
    color: #fff;
    border-left: none;
    padding-left: 0px;
  }
  .titulo-paginas h2 span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
  }
}
.c-tit {
  background: #118ACB;
  background: linear-gradient(90deg, rgb(17, 138, 203) 0%, rgb(29, 145, 222) 50%, rgb(29, 87, 157) 100%);
  overflow: hidden;
  position: relative;
}

.c-tit img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
}

.timeline-fechas {
  width: 800px;
  margin: 0 auto;
  height: 50px;
  padding-top: 17px;
}

.fech, .fecha-activa {
  font-size: 20px !important;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #004B84;
}

.owl-stage-outer {
  z-index: 1;
}

.fecha-activa {
  font-weight: 700;
}

.esi-titulo {
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  max-width: 70%;
  text-align: left;
  line-height: 32px;
}

a.abrir-esi {
  border: solid 1px #fff;
  color: #fff;
  padding: 15px 25px;
  display: block;
  border-radius: 5px;
  /* max-width: 200px; */
  font-size: 20px;
  width: fit-content;
  font-weight: 700;
}

a.abrir-esi:hover {
  border: solid 1px #fff;
  background: #4c00c7;
  color: #fff;
}

.close-esi {
  position: absolute;
  right: 30px;
  font-size: 23px;
  top: 20px;
}

.velo-esi {
  background: rgba(0, 0, 0, 0.7882352941);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000000;
  width: 100%;
  height: 100%;
  display: none;
}

.esi-item {
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 30px 0px;
}

.esi-label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.esi-text {
  font-size: 14px;
  margin-bottom: 6px;
}

.esi-destino {
  font-size: 21px;
  font-weight: bold;
  margin-top: 10px !important;
  border: solid 1px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

.esi-1 {
  background-color: #d51f1f;
}

.esi-2 {
  background-color: #f2a83a;
  color: #000;
}

.esi-3 {
  background-color: #ffe133;
  color: #000;
}

.esi-4 {
  background-color: #43a047;
}

.esi-5 {
  background-color: #1e88e5;
}

.esi-item div {
  max-width: 90%;
  margin: 0 auto;
}

.hid {
  overflow: hidden;
}

.modal-esi {
  position: fixed;
  right: -100%;
  top: 0px;
  z-index: 100000000;
  background: #093367;
  padding: 30px;
  box-sizing: border-box;
  max-width: 800px;
  overflow: scroll;
  height: 100%;
  width: 95%;
}

.modal-esi .grid {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (min-width: 1480px) {
  .modal-esi {
    max-width: 1000px;
  }
}
@media (max-width: 812px) {
  .modal-esi .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
/*BANNER*/
.sas {
  overflow: hidden;
  width: 100%;
}

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

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

.descripcion-banner {
  font-size: 18px;
  padding-top: 25px;
  max-width: 90%;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 812px) {
  .descripcion-banner {
    font-size: 16px;
    padding-top: 25px;
    /* max-width: 70%; */
    font-weight: 400;
    line-height: 23px;
  }
}
a.btn-negro {
  color: #fff;
  background: #000;
  display: block;
  width: fit-content;
  padding: 13px 30px;
  font-size: 18px;
}

.textos-banner h1 {
  line-height: 58px;
  margin: 0px;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
}

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

.foto-pc img {
  height: 750px;
  object-fit: cover;
}

.foto-pc {
  display: block;
}

.foto-tel {
  display: none;
}

.colores {
  background: transparent !important;
}

.slide {
  position: relative;
}

.velo-banner {
  background: rgba(15, 37, 64, 0.43);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.slide .owl-dots {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  z-index: 1000;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
}

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

.slide .owl-dot.active {
  background: #ff6b6b !important;
}

.slide .owl-nav {
  position: absolute;
  top: 50%;
  width: 90%;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%);
  pointer-events: none; /* evita interferir con clics del contenedor */
  z-index: 1000;
}

.slide .owl-nav button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 50%;
  pointer-events: auto; /* permite hacer clic en los botones */
  transition: background 0.3s ease;
}

.slide button.owl-prev, .slide button.owl-next {
  color: #fff !important;
  font-size: 40px !important;
}

@media (max-width: 812px) {
  .velo-banner {
    background: rgba(18, 49, 153, 0.63);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .foto-pc {
    display: none;
  }
  .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: 450px;
    object-fit: cover;
  }
  .textos-banner {
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 0px 50px;
  }
  .textos-banner h1 {
    line-height: 39px;
    font-size: 34px;
    margin-top: 9px;
  }
}
/*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*/
.item-categoria {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.image-container:hover img {
  transform: scale(1.1);
}

.velo-gradiente {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 0.6;
  transition: opacity 0.5s;
}

.image-container:hover .velo-gradiente {
  opacity: 1;
}

.card {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  height: 100%;
  display: grid;
  align-items: end;
}

.image-container:hover .card {
  opacity: 1;
}

.image-container:hover h3.titulo-card-principal {
  opacity: 0;
}

.descripcion-card {
  font-size: 18px;
  margin-bottom: 20px;
}

.card a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff8b14;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.5s;
  font-size: 26px;
}

.card a:hover {
  background-color: #000;
  color: #fff;
}

h3.titulo-card-principal {
  left: 20px;
  bottom: 10px;
  position: absolute;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  opacity: 1;
  text-transform: uppercase;
}

.titulo-card {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  opacity: 1;
  text-transform: uppercase;
}

h3.titulo-card-principal strong, .titulo-card strong {
  font-size: 30px;
  font-weight: 600;
  display: block;
}

h3.card-post-title {
  font-size: 20px;
  max-width: 90%;
  line-height: 26px;
  font-weight: 500;
}

.tit-carrucel-noticias h2 {
  font-size: 26px;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.carrucel-posts {
  position: relative;
}
.carrucel-posts .owl-nav button {
  color: #fff !important;
  font-size: 70px !important;
}
.carrucel-posts .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}
.carrucel-posts .owl-nav button {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.carrucel-posts .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.carrucel-posts {
  position: relative;
}
.carrucel-posts .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
.carrucel-posts .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
}
.carrucel-posts .owl-dots .owl-dot.active {
  background: #2f98d3;
}
.carrucel-posts .owl-dots .owl-dot:hover {
  background: #999;
}

a.card-post-link {
  font-size: 16px;
  background: #084a9b;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  border-radius: 5px;
  color: #fff;
}

/*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%;
  max-width: 720px;
  height: 0;
  padding-bottom: 56.25%; /* Proporción 16:9 */
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#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;
  }
}
.paginas .texto-banner-cat h1 {
  font-size: 25px;
  text-transform: none;
  font-style: normal;
  line-height: 30px;
  font-weight: 300;
  padding-top: 50px;
}

.paginas .texto-banner-cat h1 strong {
  font-size: 80px;
  display: block;
}

.texto-banner-cat h2 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 26px;
  font-weight: 200;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}

.texto-banner-cat h2 strong {
  font-weight: 700;
  font-style: normal;
}

.texto-banner-categoria {
  font-size: 22px;
  font-weight: 400;
}

a.ir {
  padding: 10px 35px;
  display: block;
  background: #fb6b09;
  font-size: 28px;
  width: fit-content;
  border-radius: 0;
  margin-top: 31px;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  margin: 30px auto 0px;
}

a.ir:hover {
  background: #fff;
  color: #fb6b09;
}

.imagen-banner {
  display: block;
  position: relative;
  height: 600px;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.texto-banner-cat {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}

.imagen-banner-tel {
  display: none;
}

.paginas .imagen-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}

.banner-categoria {
  display: grid;
  position: relative;
  overflow: hidden;
}

.texno-interno.grid-center {
  z-index: 10;
  position: relative;
  height: 600px;
  text-align: center;
  width: 100%;
}

@media (min-width: 813px) {
  .banner-categoria.paginas .contenedor-seccion {
    background: transparent !important;
  }
}
@media (max-width: 812px) {
  .banner-categoria {
    display: grid;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .banner-categoria.paginas .contenedor-seccion {
    width: 100% !important;
    max-width: 100%;
  }
  .paginas .texto-banner-cat h1 strong {
    font-size: 50px;
  }
  .paginas .texto-banner-cat {
    max-width: 100%;
  }
  .paginas .texto-banner-cat h1 {
    font-size: 26px;
    text-transform: none;
    font-style: normal;
    line-height: 30px;
    font-weight: 300;
  }
  .paginas .texto-banner-cat {
    font-size: 16px;
    max-width: 85%;
    font-weight: 300;
    line-height: 19px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .texto-banner-categoria {
    padding-bottom: 30px;
    line-height: 30px;
  }
  .texto-banner-cat h2 {
    font-size: 42px;
    line-height: 41px;
    margin-bottom: 26px;
    font-weight: 300;
    font-style: italic;
  }
  .imagen-banner-tel {
    display: block;
    position: relative;
  }
}
.texyos h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}

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

.invertido .texyos {
  float: right;
  margin-right: 50px;
}

.texto-caja {
  padding-top: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}

.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;
}

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

a.boton-caja {
  align-self: start;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #304FBB;
  color: white;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: fit-content;
  text-decoration: none;
  transition: background 0.3s;
}

:where(figure) {
  margin: 0 0 0;
}

a.boton-caja:hover {
  background-color: #162454;
  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;
    padding-top: 0px;
  }
  .invertido .span-1:last-child {
    grid-column: 1/3;
    grid-row: 2;
  }
  div#dos-textos {
    grid-gap: 0px;
  }
}
ul.pasos-list {
  list-style: none;
  padding: 0px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  /* border-radius: 10px; */
}

.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: 300px;
}

.item-pasos .numero {
  text-align: center;
  padding: 18px;
  font-size: 35px;
  width: 43px;
  /* background: #e1b0fa; */
  /* background: rgb(189, 131, 230); */
  /* background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%); */
  color: #fff;
  /* min-width: 50px; */
  height: 40px;
  line-height: 40px;
  background: #fb6b04;
  margin: 0px auto 30px;
}

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

.num {
  padding-top: 20px;
}

.item-pasos .texto {
  font-size: 19px;
  /* margin-left: 20px; */
  max-width: 80%;
  margin: 0 auto;
  font-size: 17px;
  padding-bottom: 24px;
}

.texto strong {
  display: block;
  padding-bottom: 12px;
}

.contenedor-especial {
  background-size: cover !important;
  padding: 150px 0px 200px;
  margin-top: -150px;
}

div#nos_importa {
  z-index: 10;
}

h2.titulo-especial strong {
  display: block;
}

h2.titulo-especial {
  font-size: 46px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 44px;
  margin: 0px px;
  text-align: center;
  padding-bottom: 50px;
}

@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 h2 {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  padding-bottom: 20px;
  line-height: 44px;
}

.caja-texto h3 {
  font-size: 26px;
  text-transform: uppercase;
}

.caja-texto {
  font-size: 16px;
  font-weight: 300;
  max-width: 100%;
  margin: 0 auto;
}

.contenedor-texto {
  max-width: 800px;
  width: 90%;
}

.tit-caja-texto h2 {
  font-size: 30px;
  text-transform: none;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 34px;
  margin: 0px;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #29497C;
}

@media (max-width: 812px) {
  .tit-caja-texto h2 {
    padding-top: 34px;
    font-size: 30px;
    line-height: 34px;
  }
}
.texyos ul {
  /* list-style: none; */
  padding: 0px 0px 0px 20px;
}

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

.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%;
}

.foto-lista {
  width: 220px;
  overflow: hidden;
}

.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.1);
}

@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: 32px;
  text-transform: none;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 37px;
  margin: 0px;
  text-align: center;
  padding-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  color: #093367;
}

.titulo-centrado.tipos h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h1.mf-hero-latido-titulo {
  max-width: 80%;
}

/* 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;
}

.lightbox-image {
  max-width: 600px;
  max-height: 100%;
}

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

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

.galeria-item img {
  height: auto;
  /* 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;
    margin: 0px;
    width: 100%;
    overflow: auto;
  }
}
.galeria-foto.tipos {
  display: grid;
  grid-gap: 30px;
  padding-top: 30px;
}

.item-tipos .galeria-item {
  position: relative;
  cursor: pointer;
  /* overflow: hidden; */
  height: 100px;
  margin: 0px auto;
  max-width: 150px;
  width: auto;
}

.descrp {
  font-size: 16px;
  min-height: 100px;
  font-weight: 400;
}

.descripcion h3 {
  font-size: 20px;
  max-width: 80%;
  margin: 0 auto 30px;
}

.item-tipos {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  grid-gap: 30px;
  /* font-size: 14px; */
}

.item-tipos .descripcion {
  line-height: 18px;
  text-align: center;
  line-height: 24px;
}

.titulo-centrado.tipos h2 {
  font-size: 46px;
}

.bajada {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  /* padding-bottom: 33px; */
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: 400;
}

.otros-contenidos {
  max-width: 70%;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0px 50px;
}

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

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

.titulo-otros h3 {
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  margin: 0px;
}

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

@media (max-width: 812px) {
  .item-tipos .descripcion {
    line-height: 18px;
    text-align: left;
    line-height: 24px;
  }
  .bajada-tipos {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .descripcion h3 {
    font-size: 20px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .descrp {
    font-size: 16px;
    min-height: 100px;
    line-height: 20px;
  }
  .titulo-centrado.tipos h2 {
    font-size: 46px;
    line-height: 46px;
  }
  .otros-contenidos {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px 50px;
  }
  .titulo-otros h3 {
    padding-bottom: 20px;
    font-size: 27px;
    font-weight: 700;
    margin: 0px;
  }
  .bajada {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0px;
    /* padding-top: 174px; */
  }
  .galeria-foto.tipos {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 20px;
    padding-top: 30px;
  }
  .item-tipos {
    display: grid;
    grid-template-columns: 27% 61%;
    align-items: initial;
    grid-gap: 30px;
    /* font-size: 14px; */
  }
  .item-tipos .galeria-item {
    height: 130px;
  }
  .tipos .titulo-centrado h2 {
    text-align: left;
  }
  .titulo-secciones .bajada {
    max-width: 90%;
    text-align: center;
  }
  .galeria-item img {
    max-width: auto;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
    display: block;
    width: 100%;
  }
}
.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;
}

.titulo-centrado.tipos h2 {
  color: #fff;
}

.faq.active {
  color: #fff;
}

.rst {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: #fff;
}

.top-header {
  background: #093367;
}

.rst a {
  color: #fff;
}

@media (max-width: 812px) {
  .rst {
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 10px;
    color: #fff;
  }
  .top-header {
    background: #093367;
    font-size: 14px;
    line-height: 18px;
  }
}
.faq {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1725490196);
  margin-bottom: 0px;
  border-radius: 4px;
  /* background: #eee; */
}

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

.faq-question {
  color: #fff;
}

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

.faq-question h2 {
  margin: 0;
}

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

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

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

.vermas-plan {
  display: none;
}

.item-plan {
  padding: 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);
  border-radius: 10px;
  position: relative;
  min-height: 340px;
  overflow: hidden;
}

.item-plan.basico {
  background: #eee;
}

.item-plan.premium {
  background: #fb6b04;
  color: #fff;
}

.titulo-plan {
  font-size: 40px;
}

.titulo-plan strong {
  font-size: 40px;
  display: block;
  line-height: 36px;
  margin-bottom: 16px;
}

.subtitulo-plan {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 20px;
}

.textoplan {
  font-size: 15px;
}

.item-plan ul.bot {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  position: absolute;
  margin: 0px;
  bottom: 20px;
  width: 87%;
  z-index: 1;
}

a.solicitar {
  background: #5a5a5a;
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
  cursor: pointer;
}

.vermas-plan {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 340px;
  background: #fff;
  padding: 20px;
  z-index: 2;
  color: #000;
  display: none;
}

.vermas-plan ul li {
  font-size: 15px;
  line-height: 21px;
  padding-bottom: 5px;
  border-bottom: solid 1px #eee;
}

.icon-list {
  list-style: none;
  padding: 0;
}

.vermas-plan ul li::before {
  content: "✓"; /* Código unicode para el icono de checkmark */
  margin-right: 8px; /* Espacio entre el icono y el texto */
  color: green; /* Color del icono (puedes cambiarlo según tu preferencia) */
  font-weight: bold; /* Puedes ajustar el peso de la fuente según tu preferencia */
}

.vermas-plan ul {
  list-style: none;
  padding: 0px;
}

a.clos {
  position: absolute;
  right: 20px;
  color: #fff;
  background: #dbdbdb;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 43px;
  border-radius: 50px;
  bottom: 20px;
}

a.clos:hover {
  position: absolute;
  right: 20px;
  color: #fff;
  background: #e00;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 43px;
  border-radius: 50px;
  bottom: 20px;
}

a.vermas {
  /* background: #ffffff; */
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
  cursor: pointer;
  color: #000;
  border: solid 2px #fb6b04;
}

.premium a.vermas {
  color: #fff;
  border: solid 2px #fff;
}

a.consultar {
  background: #fb6b04;
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: none;
  border-radius: 50px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 60px;
}

a.consultar:hover {
  background: #fff;
  border: solid 2px #fb6b04;
  color: #fb6b04;
  font-weight: 700;
}

.precio span {
  font-size: 15px;
  display: block;
  font-weight: 400;
}

.precio {
  font-weight: 700;
  position: absolute;
  bottom: 15px;
}

body {
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #222;
}

.container {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h1 .light {
  color: #4d90fe;
  font-weight: 300;
}

.important {
  font-weight: bold;
  margin-top: 1rem;
}

.alert-box {
  background-color: #f0f4f8;
  padding: 30px;
  margin-top: 1.5rem;
  /* border-left: 5px solid #ccc; */
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  border-radius: 10px;
  border: dashed 1px #ccc;
}

/* Portal section */
.section-portal, .section-laboratorio {
  grid-gap: 0px;
  margin: 0px;
}

.icono-titulo {
  width: 50px;
}

.titulo-con-icono {
  display: flex;
  align-items: center;
}

.portal-card {
  flex: 1;
  padding: 2rem;
  color: white;
  min-width: 300px;
}

.portal-card h2 {
  font-size: 35px;
  font-weight: 300;
  font-style: italic;
  line-height: 38px;
  margin-left: 20px;
  margin: 0px 0px 20px 20px;
}

.portal-card.dark .drf {
  float: right;
  margin-left: 0px;
  margin-right: 30px;
}

.drf {
  margin-left: 40px;
  padding: 50px 0px;
  max-width: 500px;
}

.portal-card h2 strong {
  font-weight: 700;
  font-style: normal;
  display: block;
}

.portal-card.dark {
  background-color: #014f86;
}

.portal-card.light {
  background-color: #1e88e5;
}

.portal-card span {
  display: block;
  font-weight: 300;
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: white;
  color: #014f86;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.btn.light {
  color: #1e88e5;
}

.icon-placeholder {
  font-size: 2rem;
}

/* Laboratorio section */
.section-laboratorio {
  flex-wrap: wrap;
  background-color: #f9f9f9;
  align-items: center;
}

.image-area {
  flex: 1;
  min-width: 300px;
}

.image-area img {
  width: 100%;
  height: auto;
  display: block;
}

.text-area {
  flex: 1;
  /* padding: 2rem; */
  min-width: 300px;
  max-width: 500px;
  margin-right: 50px;
  padding-left: 50px;
}

.text-area h2 {
  font-size: 40px;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #004B84;
  line-height: 45px;
}

.text-area h2 strong {
  font-weight: 700;
  display: block;
  font-style: normal;
}

.text-area p {
  font-size: 18px;
  max-width: 90%;
  padding-bottom: 20px;
}

.tit-seccion-lad {
  font-size: 40px;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #004B84;
  line-height: 45px;
}

.tit-seccion-lad strong {
  font-weight: 700;
  display: block;
  font-style: normal;
}

.cardst {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.cards {
  flex: 1;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  min-width: 120px;
}

.cards.white {
  background-color: white;
  border: 1px solid #ddd;
}

.cards.blue {
  background-color: #014f86;
  color: white;
}

.icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  max-width: 50px;
  margin: 0 auto;
}

.tex-boton {
  font-size: 20px;
  padding: 10px;
}

@media (max-width: 812px) {
  .container {
    max-width: 80%;
    margin: auto;
  }
  .portal-card.dark .drf {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .drf {
    margin-left: 0px;
    padding: 50px 0px;
    max-width: 80%;
    margin: 0 auto;
  }
  .portal-card h2 {
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    margin-left: 20px;
    margin: 0px 0px 0px 20px;
  }
  .titulo-con-icono {
    padding-bottom: 30px;
  }
  .text-area {
    flex: 1;
    /* padding: 2rem; */
    min-width: 300px;
    max-width: 80%;
    margin-right: 50px;
    padding-left: 50px;
    padding: 100px 0px;
    margin: 0 auto;
  }
}
.componente-urgencias .urgencia-info {
  padding: 20px;
}
.componente-urgencias .urgencia-botones .boton-modal:hover {
  background: #1D3160;
}
.componente-urgencias .urgencia-botones .boton-modal img.icono-boton {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.componente-urgencias .modal-info {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
}
.componente-urgencias .modal-info .modal-contenido {
  background: #fff;
  max-width: 600px;
  margin: auto;
  padding: 30px;
  position: relative;
  border-radius: 12px;
  text-align: center;
}
.componente-urgencias .modal-info .modal-contenido .cerrar-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.componente-urgencias .modal-info .modal-contenido .icono-modal {
  max-width: 80px;
  margin-bottom: 20px;
}
.componente-urgencias .modal-info .modal-contenido .contenido-modal {
  text-align: left;
}
.componente-urgencias .bloque-urgencia {
  margin-top: 60px;
}
.componente-urgencias .bloque-urgencia .bloque-icono img {
  max-width: 100%;
  height: auto;
}
.componente-urgencias .bloque-urgencia .bloque-texto {
  padding: 20px;
}

.span-5.bloque-icono img {
  max-width: 200px;
  float: right;
  margin-right: 40px;
}

.urgencia-info {
  color: #fff;
}

.bloque-urgencia {
  background: #205084;
  color: #fff;
}

.texto-bloque {
  font-size: 20px;
}

@media (max-width: 812px) {
  .texto-bloque {
    font-size: 18px;
    line-height: 23px;
  }
  .texto-bloque p {
    padding-bottom: 12px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1607843137);
  }
}
.contenedor-urgencia {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  width: 100%;
}

@media (min-width: 1680px) {
  .contenedor-urgencia {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
    width: 100%;
  }
  .bloque-urgencia {
    max-width: 1100px;
    border-radius: 10px;
    margin-top: 50px;
  }
}
.bloque-icono {
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.bloque-texto h3 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
}

.boton-modal span {
  display: block;
  max-width: 90%;
}

.boton-modal {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  text-align: left;
  grid-gap: 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);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s all ease;
  border: solid 1px rgba(255, 255, 255, 0.4352941176);
  color: #fff;
}

.boton-modal:hover {
  background: #bdc5df;
  transform: scale(1.1);
}

.urgencia-info h3 {
  font-size: 41px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 42px;
  margin: 0px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  max-width: 90%;
}

.texto-urgencias {
  font-size: 18px;
}

.urgencia-botones h3 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.modal-info {
  position: absolute;
  background: #000;
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  min-height: 250px;
  top: 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);
  border-radius: 10px;
}

button.cerrar-modal {
  position: absolute;
  right: 20px;
  top: 20px;
}

.curge {
  background: #093367;
  padding-top: 100px;
}

@media (max-width: 812px) {
  .modal-info {
    position: absolute;
    background: #000;
    background: #fff;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    min-height: 250px;
    top: auto;
    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);
    left: 0px;
    padding-top: 56px;
    bottom: 50px;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 430px;
  }
  .curge {
    background: #093367;
    padding-top: 100px;
    max-width: 1680px;
  }
}
.modal-contenido h4 {
  font-size: 24px;
}

.contenido-modal ul p {
  padding: 0px;
  margin: 0px;
}

.contenido-modal ul {
  padding: 0px;
}

.contenido-modal ul li {
  list-style: none;
}

@media (max-width: 812px) {
  .bloque-texto h3 {
    font-size: 24px;
  }
  .contenedor-urgencia {
    box-sizing: border-box;
  }
  .boton-modal {
    display: grid;
    grid-template-columns: 20% 60%;
    grid-gap: 5px !important;
    margin-bottom: 0px;
  }
  .bt-urg {
    grid-gap: 10px;
  }
}
.fo1 {
  line-height: 23px;
  margin-bottom: 19px;
}

.mf-servicios-cardlist {
  background-color: #fff;
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.mf-servicios-cardlist h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #093367;
}

@media (max-width: 812px) {
  .mf-servicios-cardlist h2 {
    text-align: left;
    line-height: 34px;
  }
}
.mf-servicio-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  max-width: 900px;
  overflow: hidden;
}

.mf-servicio-texto {
  padding: 30px;
}

.mf-servicio-texto h3 {
  margin: 0 0 10px;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  color: #093367;
}

.mf-servicio-img {
  background-color: #ddd;
  border-radius: 5px;
  flex-shrink: 0;
}

.mf-servicio-texto h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.mf-servicio-texto p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.5;
}

.mf-servicio-tel {
  font-weight: 600;
  font-size: 16px;
  color: #222;
}

.mf-servicio-tel i {
  margin-right: 8px;
  color: #555;
}

.mf-recetas-contacto {
  background-color: #d4f7f9;
  padding: 80px 20px;
}

@media (min-width: 1680px) {
  .mf-recetas-contacto {
    background-color: #d4f7f9;
    padding: 80px 20px;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
  }
}
.mf-recetas-contacto .contenedor-seccion {
  max-width: 1200px;
  margin: 0 auto;
}

.mf-recetas-icono {
  width: 80px;
  height: 80px;
  background: url("icono-pastillas.svg") no-repeat center center;
  background-size: contain;
  margin-bottom: 20px;
}

.mf-recetas-left h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mf-recetas-left p {
  font-size: 17px;
  line-height: 1.5;
}

.mf-recetas-box {
  background-color: #ccd6f2;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.mf-recetas-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mf-recetas-box p {
  font-size: 16px;
  margin: 4px 0;
}

.mf-recetas-right .info-final {
  font-size: 17px;
}

.mf-recetas-right .info-final strong {
  font-weight: 700;
}

.mf-recetas-icono {
  background: #fff;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .mf-recetas-layout {
    flex-direction: column;
  }
}
/* COMPONENTE: mf-cta-servicios */
.mf-cta-servicios {
  background-color: #1D3160;
  color: #ffffff;
}

.mf-cta-placeholder {
  width: 200px;
  border-radius: 50%;
  /* gris claro neutro */
  display: inline-block;
}

.mf-cta-titulo {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.mf-cta-texto {
  font-size: 20px;
  margin-bottom: 20px;
}

.mf-cta-boton {
  background: #304FBB;
  color: #ffffff;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 12px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease all;
}

.mf-cta-boton:hover {
  background-color: #e5e7eb;
  /* gris claro al hover */
}

@media (max-width: 812px) {
  .mf-cta-placeholder {
    width: 100px;
    border-radius: 50%;
    /* gris claro neutro */
    display: inline-block;
  }
}
.foto-hero {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #080033;
  overflow: hidden;
}

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

/* COMPONENTE: mf-hero-latido */
.mf-hero-latido {
  background-image: url("ruta-de-la-imagen.jpg");
  /* reemplaza con tu imagen */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0;
  color: white;
  position: relative;
  display: grid;
  align-items: center;
  min-height: 700px;
}

/* Overlay suave */
.mf-hero-latido::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  /* oscurece la imagen para legibilidad */
  z-index: 0;
}

.mf-hero-latido-contenido {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.mf-hero-latido-sub {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.mf-hero-latido-titulo {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.mf-hero-latido-texto {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mf-hero-latido-contenido {
    position: relative;
    z-index: 1;
    max-width: 500px;
  }
  .mf-hero-latido {
    min-height: 500px;
  }
  .mf-hero-latido {
    padding: 80px 0;
  }
  .mf-hero-latido-titulo {
    font-size: 35px;
  }
  .mf-hero-latido-texto {
    font-size: 18px;
  }
}
a.abrir-esi.bls {
  background: #093367;
  padding: 10px 20px;
  margin-top: 20px;
}

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

.contenido-modal strong {
  font-weight: 700;
}

.fo1 strong, .fo1 a {
  font-weight: 700 !important;
  display: block;
}

.contenedor-cuenta {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px;
}

.texto-cuenta h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #093367;
  font-family: "Montserrat", sans-serif;
}

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

ul.botones-cuenta li a {
  display: block;
  padding: 10px 20px;
  margin-right: 14px;
  border-radius: 5px;
}

/* COMPONENTE: mf-info-telefonos */
.mf-info-telefonos {
  background-color: #ffffff;
}

.mf-info-img-placeholder {
  width: 100%;
  /* aspect-ratio: 4 / 3; */
  background-color: #e5e7eb;
  border-radius: 12px;
  min-height: auto;
}

.mf-info-titulo {
  font-size: 36px;
  margin-bottom: 20px;
  color: #093367;
  font-family: "Montserrat", sans-serif;
  line-height: 38px;
}

.mf-info-sub {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #111827;
}

.mf-info-subtitulo {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 15px;
  color: #000000;
}

.mf-info-lista {
  padding-left: 20px;
  margin-bottom: 30px;
  color: #111827;
}

.mf-info-lista li {
  margin-bottom: 6px;
  font-size: 16px;
}

.mf-info-tabla {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 12px;
  padding: 20px;
}

.mf-info-tabla div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f4f6;
  padding: 4px 0;
}

.mf-info-tabla div:last-child {
  border-bottom: none;
}

.mf-info-tabla span {
  font-size: 15px;
  color: #374151;
}

.mf-info-tabla strong {
  font-size: 16px;
  color: #b45309;
}

.mf-info-tabla {
  display: flex;
  flex-direction: column;
  gap: 6px;
  /* background: #fff7ed; */
  border-radius: 5px;
  padding: 10px;
  border: solid 1px #eaeaea;
}

.mf-texto-caja {
  max-width: 500px;
  margin-left: 50px;
}

.foto-full {
  background: #ccc;
}

/* COMPONENTE: mf-info-telefonos */
.mf-info-telefonos {
  background-color: #ffffff;
}

.mf-info-titulo {
  font-size: 36px;
  margin-bottom: 20px;
}

.mf-info-sub {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #111827;
}

.mf-info-subtitulo {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 15px;
  color: #000000;
}

.mf-info-lista {
  padding-left: 20px;
  margin-bottom: 30px;
  color: #111827;
}

.mf-info-lista li {
  margin-bottom: 6px;
  font-size: 16px;
}

.mf-info-tabla {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 12px;
  padding: 20px;
}

.mf-recetas-box p {
  display: flex;
  flex-direction: column;
}

.mf-info-tabla div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f4f6;
  padding: 4px 0;
}

.mf-info-tabla div:last-child {
  border-bottom: none;
}

.mf-info-tabla span {
  font-size: 15px;
  color: #374151;
}

.mf-info-tabla strong {
  font-size: 16px;
  color: #b45309;
}

.mf-info-tabla {
  display: flex;
  flex-direction: column;
  gap: 6px;
  /* background: #fff7ed; */
  border-radius: 5px;
  padding: 10px;
  border: solid 1px #eaeaea;
}

.mf-texto-caja {
  max-width: 500px;
  margin-left: 50px;
}

.foto-full {
  background: #ccc;
}

.mf-resultados-contacto {
  color: #111;
}

.mf-resultados-texto {
  flex: 1 1 50%;
  min-width: 300px;
}

.mf-resultados-texto h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #093367;
  font-family: "Montserrat", sans-serif;
}

.mf-resultados-texto p {
  font-size: 17px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.mf-resultados-texto .item {
  font-size: 17px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #aaa;
}

.mf-resultados-texto .item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.mf-resultados-texto .item i {
  margin-right: 10px;
  color: #333;
}

.mf-resultados-texto strong {
  font-weight: 700;
}

.mf-resultados-imagen {
  width: 100%;
  min-height: 400px;
}

@media (max-width: 768px) {
  .mf-resultados-contacto {
    flex-direction: column;
  }
  .mf-resultados-texto,
.mf-resultados-imagen {
    flex: 1 1 100%;
  }
  .mf-texto-caja {
    max-width: 90%;
    margin-left: 0px;
  }
}
.mf-timeline {
  padding: 80px 0;
  background: #fff;
}

.mf-timeline-titulo {
  font-size: 30px;
  text-align: center;
  text-transform: none;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 34px;
  margin: 0px;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #29497C;
}

.timeline-card {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-card-inner {
  text-align: center;
}

.timeline-year {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.timeline-texto {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

.timeline-carousel .owl-nav {
  position: absolute;
  top: -80px;
  right: 0px;
  width: 70px;
  display: flex;
  justify-content: space-between;
}

.timeline-carousel .owl-nav button span {
  font-size: 57px !important;
}

.owl-item.active.center .timeline-year, .owl-item.active.center .timeline-texto {
  color: #fff;
}

.owl-carousel .owl-item.active.center .timeline-card {
  background: #2f5e97;
  color: #ffffff;
  opacity: 1 !important;
}

.timeline-card {
  opacity: 0.2;
}

h2.tit-intro {
  font-size: 52px;
  line-height: 59px;
  font-family: "Montserrat", sans-serif;
  color: #093367;
}

@media (max-width: 812px) {
  .mf-timeline-titulo {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .timeline-carousel .owl-nav {
    position: absolute;
    top: -113px;
    right: 0px;
    width: 70px;
    display: flex;
    justify-content: space-between;
  }
  h2.tit-intro {
    font-size: 35px;
    line-height: 37px;
    color: #093367;
  }
}
.caja-intro {
  font-size: 18px;
  line-height: 24px;
}

.mf-blog-list {
  padding: 80px 20px;
}

.mf-blog-list h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 42px;
  color: #093367;
  padding-top: 70px;
  padding-bottom: 40px;
}

@media (max-width: 812px) {
  .mf-blog-list h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 42px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.mf-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 812px) {
  .mf-blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.mf-blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.mf-blog-card:hover {
  transform: translateY(-5px);
}

.mf-blog-thumb {
  background-color: #ccc;
  height: 280px;
  background-size: cover;
  background-position: center;
}

.mf-blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.mf-blog-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.mf-blog-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: auto;
  line-height: 22px;
}

.mf-blog-btn {
  align-self: start;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #304FBB;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.mf-blog-btn:hover {
  background-color: #1f2937;
}

.mf-blog-paginador {
  text-align: center;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.mf-blog-paginador a {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #ddd;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

span.page-numbers.current {
  background: #304fbb;
  display: block;
  width: fit-content;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
}

.mf-blog-paginador a:hover,
.mf-blog-paginador a.active {
  background: #111827;
  color: #fff;
}

.carrucel-posts .owl-stage {
  padding: 20px 0px;
}

.mf-post-hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}

.mf-post-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.mf-post-hero h1 {
  position: relative;
  color: #fff;
  font-size: 44px;
  text-align: center;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
}

.mf-post-content {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
  line-height: 1.8;
  font-size: 18px;
}

.mf-post-meta {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
}

.mf-post-content h2,
.mf-post-content h3 {
  font-weight: 700;
  margin-top: 40px;
}

.mf-post-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 30px 0;
}

.mf-post-back {
  text-align: center;
  margin-top: 60px;
}

.mf-post-back a {
  display: inline-block;
  padding: 10px 20px;
  background: #111827;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.mf-post-back a:hover {
  background: #1f2937;
}

header.mf-post-hero img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0px;
  left: 0px;
}

@media (max-width: 812px) {
  .mf-post-hero h1 {
    position: relative;
    color: #fff;
    font-size: 30px;
    text-align: center;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
  }
}
p.mf-hero-latido-texto.aos-init.aos-animate {
  font-size: 22px;
  line-height: 28px;
}

.contenedor-descarga {
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}

.titulo-descarga {
  font-size: 41px;
  max-width: 75%;
  line-height: 43px;
  font-weight: 700;
  color: #093367;
}

.boton-descarga a {
  padding: 20px 30px;
  background: #fff;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 700;
}

.doc-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}

h2.h2-bold {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  color: #093367;
  padding-top: 100px;
}

.doc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.icono-doc {
  font-size: 48px;
  margin-bottom: 20px;
  color: #093367;
}

.nombre-doc {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-bottom: 20px;
  line-height: 20px;
}

.btn-descargar {
  padding: 10px 24px;
  background-color: #093367;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
}

.btn-descargar:hover {
  background-color: #d99127;
  text-decoration: none;
}

@media (max-width: 812px) {
  h2.h2-bold {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #093367;
    line-height: 30px;
    padding-top: 44px;
  }
  .doc-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
  }
  .contenedor-descarga {
    max-width: 700px;
    display: flex;
    justify-content: inherit;
    margin: 0 auto;
    padding: 20px;
    align-items: inherit;
    font-family: "Montserrat", sans-serif;
    flex-direction: column;
  }
  .titulo-descarga {
    font-size: 28px;
    max-width: 75%;
    line-height: 41px;
    font-weight: 700;
    color: #093367;
    padding-bottom: 30px;
  }
  .boton-descarga a {
    display: block;
    margin-bottom: 40px;
    width: fit-content;
  }
}
.icono-valor {
  max-width: 55px;
  margin: 0px auto 20px;
}

.bloque-mision.shadow {
  padding: 30px;
  box-sizing: border-box;
}

.tit-nos {
  font-size: 32px;
  line-height: 38px;
  font-family: "Montserrat", sans-serif;
  color: #093367;
  text-align: center;
}

.line {
  border-bottom: solid 1px;
  margin-bottom: 25px;
}

.texto-valor {
  color: #093367;
}

.item-nos {
  padding-bottom: 30px;
}

.item-nos h3 {
  font-size: 26px;
  color: #093367;
}

.item-valor {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  /* padding-top: 10px; */
}

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

@media (max-width: 812px) {
  .item-nos ul {
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
.item-lista {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.item-lista p {
  padding: 0px;
  margin: 0px;
}

a.boton-lista {
  display: block;
  background: #093367;
  color: #fff;
  text-align: center;
  min-width: 127px;
  padding: 10px 0px;
  border-radius: 5px;
}

.slogan {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #093367;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1024px) {
  .sas {
    overflow: hidden;
    width: 100%;
  }
}