* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

img, picture, video, figure {
  max-width: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

a {
  display: block;
}

p a {
  display: inline;
}

li {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, span, strong, a, blockquote, i, b, u, em {
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

::selection {
  background-color: #000;
  color: #FFF;
}

form, input, textarea, select, button, label {
  font-family: inherit;
  font-size: inherit;
  hyphens: auto;
  background-color: transparent;
  display: block;
  color: inherit;
  appearance: none;
}

table, tr, td {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

* {
  font-family: "Mukta", sans-serif;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  -webkit-tap-highlight-color: transparent;
}

.title-enter:hover {
  transition: all 300ms ease;
  color: #4169E1;
  cursor: pointer;
}
.title-enter:hover .txt {
  color: #4169E1;
  transition: all 300ms ease;
}

.section-enter:hover {
  transition: all 300ms ease;
  text-decoration: underline;
}

.activo {
  display: inline-block !important;
}

.hidden {
  display: none !important;
}

.onlypc {
  display: inline-block;
}

.onlymovil {
  display: none;
}

.master {
  max-width: 1024px;
  width: 100%;
}

.header {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.header .cintillo {
  height: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: auto max-content 150px;
  align-items: center;
  border-bottom: 1px solid #BBB;
}
.header .cintillo .fecha {
  display: flex;
  align-items: center;
  height: 80%;
  font-weight: 600;
}
.header .cintillo .pais {
  display: flex;
  align-items: center;
  padding: 0 25px 0 30px;
  height: 80%;
  border-right: 1px solid #BBB;
  font-weight: 600;
  background-repeat: no-repeat;
  background-image: url(../assets/svg/vzla-flag.svg);
  background-size: 22px;
  background-position: left center;
}
.header .cintillo .redes {
  display: flex;
  align-items: center;
  height: 80%;
  justify-content: center;
  gap: 0 15px;
}
.header .cintillo .redes .r {
  height: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
}
.header .cintillo .redes .r.instagram {
  background-size: 22px;
  background-image: url(../assets/svg/instagram.svg);
}
.header .cintillo .redes .r.twitter {
  background-size: 24px;
  background-image: url(../assets/svg/twitter.svg);
}
.header .cintillo .redes .r.youtube {
  background-size: 24px;
  background-image: url(../assets/svg/yt.svg);
}
.header .main {
  height: 130px;
  display: grid;
  border-bottom: 1px solid #BBB;
  grid-template-columns: 320px auto 150px 150px;
  align-items: center;
  gap: 0 20px;
}
.header .main .buscador {
  height: 40px;
  display: grid;
  grid-template-columns: 40px auto;
}
.header .main .buscador .buscar {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  background-image: url(../assets/svg/buscar.svg);
}
.header .main .buscador .buscando {
  font-weight: 600;
  outline: none;
}
.header .main .buscador .buscando::placeholder {
  color: #333;
  font-weight: 500;
}
.header .main .logo {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .main .logo .emblema {
  height: 100%;
  display: inline-block;
  position: relative;
}
.header .main .logo .emblema img {
  height: 100px;
  width: auto;
}
.header .main .micuenta {
  height: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  background-image: url(../assets/svg/user.svg);
}
.header .main .suscribirme {
  background-color: #333;
  color: #FEC409;
  height: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .menu {
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  display: flex;
  justify-content: center;
  gap: 0 25px;
  height: 50px;
}
.header .menu .btn-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.header .menu .btn-menu.actived {
  color: #4169E1;
  font-weight: 600;
  border-bottom: 3px solid #4169E1;
  height: calc(100% + 2px);
}
.header .menu .btn-menu:hover {
  border-bottom: 3px solid #4169E1;
  height: calc(100% + 2px);
}

.marquesina {
  width: 100%;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.marquesina .owl-item {
  margin-top: 5px;
  height: 20px;
}
.marquesina .ticker {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 14px;
  border-left: 1px solid #DDD;
}
.marquesina .ticker .t {
  font-size: 12px;
  font-weight: 700;
  color: #4169E1;
}
.marquesina .ticker .n {
  font-size: 13px;
  font-weight: 600;
  margin-left: 7px;
  margin-top: 0.5px;
}
.marquesina .ticker .up {
  font-size: 12px;
  font-weight: 600;
  margin-left: 3px;
  margin-top: 0.5px;
  color: #158a28;
  font-family: Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  padding-left: 20px;
  background-image: url(../assets/svg/up.svg);
}
.marquesina .ticker .down {
  font-size: 12px;
  font-weight: 600;
  margin-left: 3px;
  margin-top: 0.5px;
  color: #af1717;
  font-family: Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  padding-left: 20px;
  background-image: url(../assets/svg/down.svg);
}
.marquesina .ticker .neutro {
  font-size: 12px;
  font-weight: 600;
  margin-left: 3px;
  margin-top: 0.5px;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  background-size: 8px;
  background-position: 4px 7px;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-image: url(../assets/svg/equal.svg);
}

.global {
  width: 100%;
  display: flex;
  justify-content: center;
}

.side-noticias {
  width: 148px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.side-noticias .noticia {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.side-noticias .noticia .img {
  width: 100%;
  aspect-ratio: 5/3;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #DDD;
  background-size: cover;
}
.side-noticias .noticia .txt {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.side-patrocinantes {
  width: 148px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.side-patrocinantes .patrocinador {
  width: 100%;
  aspect-ratio: 3/2.3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.side-patrocinantes-movil {
  width: 95%;
  margin-left: 2.5%;
  height: auto;
  display: none;
  gap: 0 30px;
  padding: 5px 0 8px 0;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #BBB;
}
.side-patrocinantes-movil .patrocinador {
  width: 100%;
  aspect-ratio: 3/2.3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.contenidos {
  width: 100%;
  position: relative;
}

.destacados-recientes {
  width: 100%;
  display: grid;
  grid-template-columns: auto 200px;
  margin-bottom: 40px;
  position: relative;
}
.destacados-recientes.enseccion {
  grid-template-columns: 250px auto;
  gap: 0 20px;
}
.destacados-recientes.enseccion .destacados {
  border-left: 1px solid #BBB;
  border-right: none;
  padding-left: 20px;
}
.destacados-recientes.enseccion .recientes {
  padding-left: 0;
}
.destacados-recientes .destacados {
  border-right: 1px solid #BBB;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  position: relative;
  gap: 30px 0;
  width: 100%;
  overflow: hidden;
}
.destacados-recientes .destacados .titulo-slide {
  background-color: #333;
  color: #FFF;
  letter-spacing: 0.5px;
  font-weight: 300;
  width: fit-content;
  border-left: 5px solid #4169E1;
  padding: 7px 40px 7px 10px;
}
.destacados-recientes .destacados .titulo-slide.yellow {
  border-left: 5px solid #FEC409;
}
.destacados-recientes .destacados .mySlider {
  width: 100%;
  position: relative;
}
.destacados-recientes .destacados .mySlider .owl-item {
  width: 100px;
  height: 100%;
}
.destacados-recientes .destacados .mySlider .elemento {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(2, 1fr);
}
.destacados-recientes .destacados .mySlider .elemento .imagen {
  background-color: #BBB;
  background-repeat: no-repeat;
  background-size: cover;
}
.destacados-recientes .destacados .mySlider .elemento .data .especialidad {
  font-weight: 500;
  width: fit-content;
  border-left: 5px solid #333;
  padding: 4px 0 4px 10px;
  color: #4169E1;
  text-transform: uppercase;
}
.destacados-recientes .destacados .mySlider .elemento .data .titulo {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 20px 0;
  letter-spacing: -0.5px;
}
.destacados-recientes .destacados .mySlider .elemento .data .info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.destacados-recientes .destacados .mySlider .elemento .data .info .avatar {
  width: 26px;
  aspect-ratio: 1;
  border-radius: 100px;
  background-color: #DDD;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.destacados-recientes .destacados .mySlider .elemento .data .info .autor {
  padding-right: 16px;
  border-right: 1px solid #BBB;
  color: #777;
}
.destacados-recientes .destacados .mySlider .elemento .data .info .autor span {
  color: #333;
  font-weight: 600;
}
.destacados-recientes .destacados .mySlider .elemento .data .info .fecha {
  padding: 0 20px;
}
.destacados-recientes .destacados .mySlider .elemento .data .info .compartir {
  display: none;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center;
  background-image: url(../assets/svg/compartir.svg);
  transform: rotate(-90deg);
}
.destacados-recientes .destacados .owl-dots {
  width: 100%;
  height: 12px;
  margin-top: 20px;
  text-align: right;
}
.destacados-recientes .destacados .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #333;
  display: inline-block;
  border-radius: 100%;
  margin: 0 0 0 10px;
  vertical-align: top;
  opacity: 0.3;
}
.destacados-recientes .destacados .owl-dots .owl-dot.active {
  opacity: 1;
}
.destacados-recientes .recientes {
  padding-left: 20px;
}
.destacados-recientes .recientes .titulo-slide {
  background-color: #333;
  color: #FFF;
  letter-spacing: 0.5px;
  font-weight: 300;
  width: fit-content;
  border-left: 5px solid #4169E1;
  padding: 7px 40px 7px 10px;
}
.destacados-recientes .recientes .titulo-slide.yellow {
  border-left: 5px solid #FEC409;
}
.destacados-recientes .recientes .titular {
  margin-top: 15px;
}
.destacados-recientes .recientes .titular.i {
  margin-top: 20px;
}
.destacados-recientes .recientes .titular.destac {
  font-weight: 600;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 2px;
  background-image: url(../assets/svg/reporte.svg);
}
.destacados-recientes .recientes .titular .especialidad {
  font-weight: 500;
  width: fit-content;
  border-left: 5px solid #333;
  padding: 4px 0 4px 10px;
  color: #4169E1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.resumen-seccion {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.resumen-seccion .titulo-seccion {
  width: 100%;
  border-bottom: 1px solid #DDD;
  font-size: 32px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  padding: 5px 0 15px 0;
  margin-bottom: 30px;
  color: #333;
  position: relative;
}
.resumen-seccion .titulo-seccion .subtitulo-seccion {
  border-left: 1px solid #BBB;
  padding-left: 20px;
  margin-left: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: 90%;
}
.resumen-seccion .titulo-seccion .subtitulo-seccion span {
  font-weight: 700;
  color: #4169E1;
}
.resumen-seccion .titulo-seccion.rep {
  border-bottom: none;
  justify-content: center;
}
.resumen-seccion .titulo-seccion.rep .line {
  width: 100%;
  border-top: 1px solid #DDD;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
}
.resumen-seccion .titulo-seccion.rep span {
  background-color: #FFF;
  padding: 0 20px;
  z-index: 2;
}
.resumen-seccion .titulo-seccion .irseccion {
  background-color: red;
  width: 90px;
  padding: 5px;
  text-align: center;
  position: absolute;
  right: 0px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  background-color: #333;
  color: #FFF;
}
.resumen-seccion .titulo-seccion .irseccion:hover {
  text-decoration: underline;
}
.resumen-seccion .area {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.resumen-seccion .area .titulo-area {
  background-color: #333;
  color: #FFF;
  letter-spacing: 0.5px;
  font-weight: 300;
  width: fit-content;
  border-left: 5px solid #4169E1;
  padding: 7px 40px 7px 10px;
  display: none;
}
.resumen-seccion .area .titulo-area.yellow {
  border-left: 5px solid #FEC409;
}
.resumen-seccion .miniaturas {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: start;
  gap: 50px;
}
.resumen-seccion .miniaturas .mini .mini-imagen {
  width: 100%;
  aspect-ratio: 5/3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resumen-seccion .miniaturas .mini .mini-imagen .icon-podcast {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url(../assets/svg/podcast.svg);
}
.resumen-seccion .miniaturas .mini .mini-titulo {
  width: 100%;
  margin: 10px 0 7px 0;
  min-height: 65px;
  display: flex;
  align-items: center;
}
.resumen-seccion .miniaturas .mini .mini-autor {
  width: 100%;
  vertical-align: top;
  position: relative;
}
.resumen-seccion .miniaturas .mini .mini-autor .avatar {
  width: 34px;
  aspect-ratio: 1;
  background-color: #DDD;
  border-radius: 100px;
  margin-top: 1px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.resumen-seccion .miniaturas .mini .mini-autor .fecha {
  width: calc(100% - 48px);
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  margin-left: 48px;
  position: relative;
  line-height: 16px;
}
.resumen-seccion .miniaturas .mini .mini-autor .fecha .compartir {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: -2px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  background-image: url(../assets/svg/compartir.svg);
  transform: rotate(-90deg);
}
.resumen-seccion .miniaturas .mini .mini-autor .fecha.left {
  margin-left: 0;
  width: 100%;
}
.resumen-seccion .miniaturas .mini .mini-autor .fecha.sinautor {
  width: 100%;
  margin-left: 0;
}
.resumen-seccion .miniaturas .mini .mini-autor .nombre {
  width: calc(100% - 48px);
  display: inline-block;
  font-size: 13px;
  color: #777;
  vertical-align: top;
  margin-left: 48px;
}
.resumen-seccion .miniaturas .mini .mini-autor .nombre.left {
  margin-left: 0;
  width: 100%;
}
.resumen-seccion .miniaturas .mini .mini-autor .nombre span {
  font-weight: 600;
  color: #333;
}
.resumen-seccion .miniaturas .mini .mini-autor.normal {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.resumen-seccion .miniaturas .mini .mini-autor.normal .nombre {
  margin-left: 0;
}
.resumen-seccion .miniaturas .mini .mini-autor.normal .avatar {
  margin-top: 0;
  position: relative;
}
.resumen-seccion .fin-seccion {
  width: 100%;
  margin-top: 20px;
  text-align: right;
  display: none;
}
.resumen-seccion .fin-seccion .vermas {
  width: 90px;
  padding: 5px;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  background-color: #333;
  color: #FFF;
  margin-right: 2.5%;
  display: inline-block;
}
.resumen-seccion .fin-seccion .vermas:hover {
  text-decoration: underline;
}
.resumen-seccion.reportes .miniaturas {
  grid-template-columns: repeat(3, 1fr);
}
.resumen-seccion.reportes .miniaturas .mini .mini-titulo {
  text-align: center;
  line-height: 25px !important;
  margin: 15px 0 10px 0;
  font-size: 18px;
  font-weight: 400 !important;
}
.resumen-seccion.reportes .miniaturas .mini .mini-autor {
  display: grid !important;
  grid-template-columns: max-content max-content auto;
  align-items: center;
  min-height: 34px;
  justify-content: center;
}
.resumen-seccion.reportes .miniaturas .mini .mini-autor .avatar {
  float: none;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 10px;
}
.resumen-seccion.reportes .miniaturas .mini .mini-autor .fecha {
  width: 100%;
  margin-left: 0;
  text-align: left;
  padding-left: 10px;
  border-left: 1px solid #BBB;
}
.resumen-seccion.reportes .miniaturas .mini .mini-autor .nombre {
  width: 100%;
  margin-left: 0;
  text-align: center;
  padding-right: 10px !important;
}

.banner-presentacion {
  width: 100%;
  height: 300px;
  background-color: #333;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 30px 0;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../assets/banners/b1.jpg);
  position: relative;
}
.banner-presentacion .fondo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  z-index: 0;
}
.banner-presentacion .t1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 200;
  color: #FFF;
  width: 55%;
  z-index: 2;
}
.banner-presentacion .t1 span {
  font-weight: 700;
}
.banner-presentacion .t2 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  align-items: center;
  gap: 40px;
  z-index: 2;
}
.banner-presentacion .t2 .t {
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
  color: #FFF;
}
.banner-presentacion .t2 .t span {
  font-weight: 400;
}
.banner-presentacion .t2 .btn {
  background-color: #FEC409;
  color: #333;
  height: 45px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-presentacion .compartir {
  width: fit-content;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-top: 3px;
  padding-right: 10px;
  z-index: 2;
}
.banner-presentacion .compartir .icon {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  background-image: url(../assets/svg/compartir-White.svg);
  margin-top: -4px;
}

.slide-especialistas {
  display: none;
  grid-template-columns: max-content auto;
  margin-bottom: 40px;
  gap: 0 20px;
  padding: 60px 0;
  background-color: #333;
}
.slide-especialistas .titulo-slide {
  padding: 0 40px 0 100px;
  text-align: right;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #FFF;
}
.slide-especialistas .contenido-slide {
  display: flex;
}
.slide-especialistas .contenido-slide .especialista {
  width: 100%;
  display: flex;
  align-items: center;
}
.slide-especialistas .contenido-slide .especialista .foto {
  width: 32%;
  aspect-ratio: 1;
  background-color: #777;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}
.slide-especialistas .contenido-slide .especialista .datos {
  width: 65%;
  padding: 0 40px 0 20px;
}
.slide-especialistas .contenido-slide .especialista .datos .nombre {
  font-size: 32px;
  line-height: 30px;
  font-weight: 300;
  color: #FFF;
  letter-spacing: -0.5px;
}
.slide-especialistas .contenido-slide .especialista .datos .especialidad {
  font-weight: 300;
  width: fit-content;
  border-left: 5px solid #4169E1;
  padding: 4px 0 4px 10px;
  color: #FFF;
  margin: 20px 0;
}
.slide-especialistas .contenido-slide .especialista .datos .intro {
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.slide-especialistas .contenido-slide .especialista .datos .accesos {
  width: 100%;
}
.slide-especialistas .contenido-slide .especialista .datos .accesos .ir-a-seccion {
  background-color: #FEC409;
  color: #333;
  height: 40px;
  font-weight: 500;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slide-especialistas .contenido-slide .especialista .datos .accesos .ir-a-seccion:hover {
  background-color: #777;
}

.banner-suscripcion {
  width: 100%;
  height: 300px;
  background-color: #333;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 40px 0;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../assets/banners/b2.jpeg);
  position: relative;
}
.banner-suscripcion .fondo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: inline-block;
  background-color: #000;
  opacity: 0.8;
  z-index: 0;
}
.banner-suscripcion .t1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 200;
  color: #FFF;
  width: 60%;
  z-index: 2;
}
.banner-suscripcion .t1 span {
  font-weight: 700;
}
.banner-suscripcion .t2 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  align-items: center;
  gap: 40px;
  z-index: 2;
}
.banner-suscripcion .t2 .t {
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
  color: #FFF;
}
.banner-suscripcion .t2 .t .i {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  background-image: url(../assets/svg/check.svg);
  padding: 5px 0 5px 30px;
  margin: 5px 0;
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
}
.banner-suscripcion .t2 .btn {
  background-color: #FEC409;
  color: #333;
  height: 45px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-suscripcion .compartir {
  width: fit-content;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-top: 3px;
  padding-right: 10px;
  z-index: 2;
}
.banner-suscripcion .compartir .icon {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  background-image: url(../assets/svg/compartir-White.svg);
  margin-top: -4px;
}

.boletin-informativo {
  display: grid;
  grid-template-columns: max-content auto;
  margin-bottom: 40px;
  gap: 0 20px;
  padding: 60px 0;
  background-color: #4169E1;
}
.boletin-informativo .titulo-boletin {
  padding: 0 40px 0 100px;
  text-align: right;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #FFF;
}
.boletin-informativo .contenido-boletin {
  display: flex;
  flex-direction: column;
  padding-right: 100px;
}
.boletin-informativo .contenido-boletin .texto {
  color: #FFF;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.boletin-informativo .contenido-boletin .formulario {
  margin: 20px 0;
  width: 100%;
  background-color: #FFF;
  height: 40px;
  display: flex;
}
.boletin-informativo .contenido-boletin .formulario .email {
  width: calc(100% - 150px);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  outline: none;
  font-weight: 600;
  font-size: 15px;
}
.boletin-informativo .contenido-boletin .formulario .registrarme {
  width: 140px;
  height: 30px;
  background-color: #FEC409;
  font-weight: 500;
  color: #333;
  margin: 5px 0 0 5px;
  cursor: pointer;
}
.boletin-informativo .contenido-boletin .compartir {
  width: fit-content;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-top: 3px;
  padding-right: 10px;
  z-index: 2;
}
.boletin-informativo .contenido-boletin .compartir .icon {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  background-image: url(../assets/svg/compartir-White.svg);
  margin-top: -4px;
}

.en-las-redes {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.en-las-redes .titulo-seccion {
  width: 100%;
  border-bottom: 1px solid #DDD;
  font-size: 32px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  padding: 5px 0 25px 0;
  margin-bottom: 30px;
  color: #333;
  background-position: calc(100% - 2px) 7px;
  background-repeat: no-repeat;
  background-size: 28px;
  background-image: url(../assets/png/instagram.png);
}
.en-las-redes .contenidos {
  /*display: grid;
  grid-template-columns: auto 300px;
  gap: 0 20px;*/
}
.en-las-redes .contenidos .instagram {
  width: 100%;
}
.en-las-redes .contenidos .instagram .subtitulo-red {
  font-weight: 500;
  width: fit-content;
  border-left: 5px solid #4169E1;
  padding: 0px 0 0px 10px;
  background-color: #333;
  display: flex;
  vertical-align: top;
}
.en-las-redes .contenidos .instagram .subtitulo-red .tit {
  color: #FFF;
  font-weight: 300;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 5px 30px 4px 0;
}
.en-las-redes .contenidos .instagram .subtitulo-red .user {
  border: 1px solid #333;
  background-color: #FFF;
  height: 100%;
  padding: 4px 7px;
  font-weight: 600;
}
.en-las-redes .contenidos .instagram .reels {
  margin-top: 20px;
  width: 100%;
  /*
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;*/
}
.en-las-redes .contenidos .instagram .reels .post {
  display: grid;
  grid-template-rows: auto 1fr;
  cursor: pointer;
}
.en-las-redes .contenidos .instagram .reels .post .img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1;
  background-color: #DDD;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.en-las-redes .contenidos .instagram .reels .post .img .icon-instagram {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url(../assets/svg/instagram-White.svg);
}
.en-las-redes .contenidos .instagram .reels .post .txt {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 5px 0;
}
.en-las-redes .contenidos .twitter {
  display: flex;
  flex-direction: column;
}
.en-las-redes .contenidos .twitter .subtitulo-red {
  font-weight: 500;
  width: fit-content;
  border-left: 5px solid #4169E1;
  padding: 0px 0 0px 10px;
  background-color: #333;
  display: flex;
  vertical-align: top;
}
.en-las-redes .contenidos .twitter .subtitulo-red .tit {
  color: #FFF;
  font-weight: 300;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 5px 30px 4px 0;
}
.en-las-redes .contenidos .twitter .subtitulo-red .user {
  border: 1px solid #333;
  background-color: #FFF;
  height: 100%;
  padding: 4px 7px;
  font-weight: 600;
}
.en-las-redes .contenidos .twitter .widget {
  margin-top: 20px;
}
.en-las-redes .ira {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
}
.en-las-redes .ira .vermas {
  width: 120px;
  padding: 5px;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  background-color: #333;
  color: #FFF;
  margin-right: 2.5%;
  display: inline-block;
}
.en-las-redes .ira .vermas:hover {
  text-decoration: underline;
}

.electricblaze-yxyKslpMBkjKVPcsWvD4 {
  display: none !important;
}

.footer {
  width: 100%;
  background-color: #333;
  display: grid;
  grid-template-columns: minmax(max-content, 200px) minmax(max-content, 200px) auto;
  padding: 50px 15%;
  gap: 0 20px;
}
.footer .c1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px 0;
}
.footer .c1 a {
  border-left: 5px solid #BBB;
  color: #FFF;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-weight: 400;
}
.footer .c1 a.activo {
  border-color: #FEC409;
}
.footer .c2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px 0;
}
.footer .c2 a {
  border-left: 5px solid #BBB;
  color: #FFF;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-weight: 400;
}
.footer .c2 a.activo {
  border-color: #FEC409;
}
.footer .c2 .red {
  width: fit-content;
  height: 30px;
  display: flex;
  gap: 0 20px;
}
.footer .c2 .red .r {
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 22px;
  border-left: 0;
}
.footer .c2 .red .r.instagram {
  background-size: 22px;
  background-image: url(../assets/svg/instagram-White.svg);
}
.footer .c2 .red .r.twitter {
  background-size: 24px;
  background-image: url(../assets/svg/twitter-White.svg);
}
.footer .c2 .red .r.youtube {
  background-size: 24px;
  background-image: url(../assets/svg/yt-white.svg);
}
.footer .c3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .c3 .cuenta {
  border: 1px solid #FFF;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #FFF;
  height: 36px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-left: 85px;
  background-repeat: no-repeat;
  background-position: 57px 9px;
  background-size: 16px;
  background-image: url(../assets/svg/user-White.svg);
  margin-bottom: 20px;
}
.footer .c3 .planes {
  border: 1px solid #FEC409;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #FEC409;
  height: 36px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.footer .c3 .suscribirme {
  background-color: #FEC409;
  border: 1px solid #FEC409;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #333;
  height: 36px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .c4 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 10px;
  background-origin: content-box;
  background-image: url(../assets/png/logo-w.png);
}

.derechos {
  background-color: #4169E1;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 5px 0;
  color: #FFF;
}

.titulo-general-seccion {
  width: 100%;
  display: inline-block;
  padding: 10px 0 30px 0;
  font-size: 42px;
  line-height: 30px;
  font-weight: 100;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.intro-seccion {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.intro-seccion .experto {
  width: 70%;
  height: 100%;
  display: grid;
  grid-template-columns: 150px auto 150px;
  gap: 0 30px;
  align-items: center;
}
.intro-seccion .experto .pic {
  aspect-ratio: 1;
  background-color: #DDD;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
}
.intro-seccion .experto .data .especialista {
  font-weight: 500;
  width: fit-content;
  border-left: 5px solid #4169E1;
  padding: 0px 0 0px 10px;
  color: #777;
  font-size: 12px;
  line-height: 12px;
}
.intro-seccion .experto .data .nombre {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
}
.intro-seccion .experto .data .resumen {
  color: #777;
}
.intro-seccion .experto .perfil {
  background-color: #4169E1;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #FFF;
  height: 32px;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-seccion .intro {
  width: 50%;
  margin-top: 50px;
  display: inline-block;
  column-count: 1;
  text-align: justify;
  column-gap: 40px;
  column-rule: 1px solid #DDD;
  vertical-align: top;
}

.header-item {
  width: 100%;
  display: flex;
  vertical-align: top;
  align-items: center;
}
.header-item .volver {
  background-color: #333;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #FFF;
  height: 32px;
  padding: 0 15px 0 30px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background-repeat: no-repeat;
  background-position: 3px center;
  background-size: 24px;
  background-image: url(../assets/svg/back.svg);
}
.header-item .separador {
  font-weight: 600;
  margin: 0 10px;
  display: inline-block;
}
.header-item .seccion {
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 15px;
}
.header-item .seccion a {
  display: inline-block;
  cursor: pointer;
}
.header-item .seccion a:hover {
  color: #4169E1;
  text-decoration: underline;
}
.header-item .seccion span {
  color: #4169E1;
}

.contenidos-item {
  width: 100%;
  padding: 0 15%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contenidos-item .tipo {
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contenidos-item .tipo.reporte {
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 34px 0 5px 0;
  background-position: center top;
  background-image: url(../assets/svg/reporte.svg);
}
.contenidos-item .referencia {
  width: 90%;
  aspect-ratio: 5/3;
  background-color: #DDD;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contenidos-item .referencia_autor {
  width: 90%;
  margin-bottom: 60px;
  font-size: 12px;
  text-align: right;
  padding: 3px 0 0 0;
  font-style: italic;
  color: #777;
}
.contenidos-item .titulo {
  width: 70%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: #333;
  margin-bottom: 25px;
}
.contenidos-item .intro {
  width: 100%;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0 25px 0;
  margin-bottom: 30px;
}
.contenidos-item .intro .texto {
  width: 90%;
  color: #777;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.contenidos-item .intro .publicacion {
  font-weight: 600;
  padding: 2px 0 0 24px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left center;
  background-image: url(../assets/svg/calendar.svg);
  text-transform: uppercase;
}
.contenidos-item .intro .publicacion span {
  color: #777;
  font-weight: 400;
}
.contenidos-item .contenido {
  line-height: 30px;
  font-size: 16px;
}
.contenidos-item .contenido .fuentes {
  width: 100%;
  padding: 10px 0;
  margin-top: 50px;
  display: grid;
  grid-template-columns: max-content auto;
}
.contenidos-item .contenido .fuentes .t {
  text-indent: 0;
  padding-right: 20px;
}
.contenidos-item .contenido .fuentes .f .i {
  text-indent: 0;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: -5px center;
  padding-left: 15px;
  background-image: url(../assets/svg/right.svg);
  margin: 0 0 3px 0;
}
.contenidos-item .contenido .fuentes .f .i .linkactivo {
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid #BBB;
  padding-left: 12px;
  color: #4169E1;
  text-decoration: none;
}
.contenidos-item .contenido .fuentes .f .i .linkactivo:hover {
  text-decoration: underline;
}
.contenidos-item .restriccion {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  padding: 180px 0 0 0;
  margin-top: -180px;
  align-items: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 55%);
}
.contenidos-item .restriccion .txt {
  padding: 0 30px;
}
.contenidos-item .restriccion .log {
  width: 150px;
  height: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  background-image: url(../assets/svg/user.svg);
}
.contenidos-item .restriccion .sign {
  width: 150px;
  background-color: #333;
  color: #FEC409;
  height: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenidos-item .autor {
  border-top: 1px solid #BBB;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 130px auto 150px;
  gap: 0 30px;
  padding-top: 50px;
  align-items: center;
  margin: 60px 0 70px 0;
  justify-content: center;
}
.contenidos-item .autor.propio {
  grid-template-columns: 130px auto !important;
}
.contenidos-item .autor.propio .pic {
  background-image: url(../assets/png/favicon.png);
  background-size: 70%;
  background-color: #f0f0f0;
}
.contenidos-item .autor.propio .nombre {
  margin-top: 10px;
}
.contenidos-item .autor.otro {
  grid-template-columns: auto !important;
}
.contenidos-item .autor.otro .data {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contenidos-item .autor.otro .nombre {
  margin-top: 10px;
}
.contenidos-item .autor .pic {
  aspect-ratio: 1;
  background-color: red;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.contenidos-item .autor .data .especialista {
  font-weight: 500;
  width: fit-content;
  color: #777;
  font-size: 12px;
  line-height: 12px;
}
.contenidos-item .autor .data .nombre {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
}
.contenidos-item .autor .data .resumen {
  color: #777;
}
.contenidos-item .autor .perfil {
  background-color: #4169E1;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #FFF;
  height: 32px;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenidos-contacto {
  width: 100%;
  padding: 0 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contenidos-contacto .contacto-intro {
  width: 70%;
  text-align: center;
}
.contenidos-contacto .email {
  width: 70%;
  text-align: center;
  margin: 50px 0 30px 0;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center top;
  background-image: url(../assets/svg/email.svg);
  padding: 30px 0 0 0;
  color: #4169E1;
}
.contenidos-contacto .enviar {
  width: 70%;
  margin-top: 30px;
  display: grid;
  grid-template-columns: max-content auto;
  gap: 10px 20px;
  padding: 20px;
  border: 1px solid #BBB;
  margin-bottom: 150px;
}
.contenidos-contacto .enviar .t {
  display: flex;
  align-items: center;
}
.contenidos-contacto .enviar input {
  border: 1px solid #BBB;
  padding: 5px;
  font-weight: 700;
  outline: none;
  background-color: #DDD;
}
.contenidos-contacto .enviar textarea {
  border: 1px solid #BBB;
  resize: none;
  height: 200px;
  padding: 5px;
  font-weight: 700;
  outline: none;
  background-color: #DDD;
}
.contenidos-contacto .enviar .enviando {
  background-color: #333;
  border: 1px solid #333;
  padding: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 10px;
  color: #FFF;
  height: 32px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  cursor: pointer;
}

.intro-experto {
  width: 100%;
  margin: 80px 0;
  display: flex;
  flex-direction: column;
}
.intro-experto .init {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.intro-experto .init .experto {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
.intro-experto .init .experto .pic {
  width: 150px;
  aspect-ratio: 1;
  background-color: #DDD;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.intro-experto .init .experto .data .especialista {
  font-weight: 500;
  width: fit-content;
  border-left: 5px solid #4169E1;
  padding: 0px 0 0px 10px;
  color: #777;
  font-size: 12px;
  line-height: 12px;
}
.intro-experto .init .experto .data .nombre {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 200;
}
.intro-experto .init .experto .data .email {
  background-repeat: no-repeat;
  background-position: left 2px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 14px;
  background-size: 18px;
  background-image: url(../assets/svg/email-Blue.svg);
}
.intro-experto .init .experto .data .perfil {
  background-color: #4169E1;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #FFF;
  height: 32px;
  padding: 0 20px;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.intro-experto .init .piechart {
  display: flex;
  justify-content: right;
  align-items: center;
}
.intro-experto .init .piechart img {
  width: 453px;
  height: 137px;
}
.intro-experto .intro {
  width: 50%;
  margin-left: 25%;
  margin-top: 80px;
  display: inline-block;
  /*column-count: 2;
  column-gap: 40px;
  column-rule: 1px solid $color_gris_claro;*/
  vertical-align: top;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}
.intro-experto .intro span {
  font-weight: 600;
  color: #4169E1;
}

.que_somos {
  width: 100%;
  padding: 0 15%;
  line-height: 26px;
  display: inline-block;
  text-align: justify;
}

.oficial {
  width: 100%;
  height: 350px;
  background-color: #333;
  display: inline-block;
  margin: 40px 0;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  background-image: url(../assets/png/logo-w.png);
}

.equipo {
  width: 100%;
  padding: 0 10%;
  display: inline-block;
  /*grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  justify-content: center;
  align-items: center;
  */
  text-align: center;
}
.equipo .miembro {
  display: inline-flex;
  width: 28%;
  margin: 0 15px 60px 15px;
  align-items: center;
  flex-direction: column;
}
.equipo .miembro .pic {
  width: 65%;
  aspect-ratio: 1;
  background-color: #DDD;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
}
.equipo .miembro .nombre {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
}
.equipo .miembro .cargo {
  font-size: 13px;
  margin-top: 3px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4169E1;
}
.equipo .miembro .ver {
  background-color: #333;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: 500;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 20px;
}

.objetivo {
  width: 100%;
  padding: 0 15%;
  line-height: 26px;
  display: inline-block;
  text-align: justify;
}

.texto_global {
  width: 100%;
  padding: 0 15%;
  line-height: 26px;
  display: inline-block;
  text-align: justify;
}
.texto_global .capitulo {
  border-bottom: 1px solid #BBB;
  padding: 0 0 20px 0;
  font-size: 24px;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 20px;
}
.texto_global .capitulo.init {
  margin-top: 0;
}

.contenidos-login {
  width: 100%;
  padding: 0 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contenidos-login .contacto-intro {
  width: 70%;
  text-align: center;
}
.contenidos-login .otros {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  text-align: center;
  margin: 0px 0 30px 0;
}
.contenidos-login .otros img {
  width: auto;
  height: auto;
}
.contenidos-login .enviar {
  width: 70%;
  margin-top: 30px;
  display: grid;
  border-radius: 10px;
  grid-template-columns: max-content auto;
  gap: 10px 20px;
  padding: 20px;
  border: 1px solid #BBB;
  margin-bottom: 150px;
}
.contenidos-login .enviar .t {
  display: flex;
  align-items: center;
}
.contenidos-login .enviar input {
  border: 1px solid #BBB;
  padding: 5px;
  font-weight: 700;
  outline: none;
  background-color: #DDD;
}
.contenidos-login .enviar textarea {
  border: 1px solid #BBB;
  resize: none;
  height: 200px;
  padding: 5px;
  font-weight: 700;
  outline: none;
  background-color: #DDD;
}
.contenidos-login .enviar .enviando {
  background-color: #333;
  border: 1px solid #333;
  padding: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 10px;
  color: #FFF;
  height: 32px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  cursor: pointer;
}

.plan {
  width: 100%;
  line-height: 26px;
  display: inline-block;
  text-align: justify;
  margin-bottom: 40px;
}
.plan.basic {
  width: calc(100% + 60px);
  background-color: #f0f0f0;
  padding: 35px 30px 0 30px;
  margin-left: -30px;
}
.plan.basic .costos {
  border: none;
}
.plan .titulo {
  font-size: 26px;
  font-weight: 700;
}
.plan .bondades {
  width: 100%;
  margin: 30px 0 0 0;
  padding-left: 20px;
}
.plan .bondades.a1 {
  border-left: 5px solid #777;
}
.plan .bondades.a2 {
  border-left: 5px solid #FEC409;
}
.plan .bondades.a3 {
  border-left: 5px solid #333;
}
.plan .bondades.a4 {
  border-left: 5px solid #4169E1;
}
.plan .bondades .i {
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 5px 0 5px 22px;
  background-position: left center;
}
.plan .bondades .i span {
  font-weight: 700;
}
.plan .bondades .i.a1 {
  background-image: url(../assets/svg/check-grey.svg);
}
.plan .bondades .i.a2 {
  background-image: url(../assets/svg/check.svg);
}
.plan .bondades .i.a3 {
  background-image: url(../assets/svg/check-black.svg);
}
.plan .bondades .i.a4 {
  background-image: url(../assets/svg/check-blue.svg);
}
.plan .costos {
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
  gap: 0 20px;
  justify-content: right;
  padding-bottom: 40px;
  border-bottom: 1px solid #BBB;
}
.plan .costos .precio {
  display: flex;
  gap: 0 10px;
}
.plan .costos .precio .t {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.plan .costos .precio .t .tt {
  font-size: 12px;
}
.plan .costos .precio .t .monto {
  display: flex;
  align-items: center;
  color: #777;
}
.plan .costos .precio .t .monto span {
  font-size: 22px;
  font-weight: 400;
  margin: 0 10px;
  color: #333;
}
.plan .costos .precio a {
  background-color: #4169E1;
  color: #FFF;
  padding: 0 20px;
  height: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan .costos .precio.anual {
  margin-left: 30px;
}

.menuMovil {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 2.5%;
  top: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px;
  background-image: url(../assets/svg/menu.svg);
}

.contactoActivo {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contactoActivo .sus-logo {
  width: 300px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../assets/png/logo.png);
}
.contactoActivo .sus-mensaje {
  font-size: 16px;
  margin: 50px 0 40px 0;
}
.contactoActivo .sus-init {
  width: 150px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  background-color: #333;
  color: #FFF;
}
.contactoActivo .sus-init:hover {
  text-decoration: underline;
}

@media (max-width: 780px) {
  .onlypc {
    display: none !important;
  }
  .onlymovil {
    display: inline-block;
  }
  .side-patrocinantes-movil {
    display: grid !important;
  }
  .header_movil {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 0 30px 0;
    gap: 0;
    position: relative;
  }
  .header_movil .cintillo {
    height: 40px;
    width: 95%;
    display: grid;
    grid-template-columns: auto max-content 110px;
    align-items: center;
    border-bottom: 1px solid #BBB;
  }
  .header_movil .cintillo .fecha {
    display: flex;
    align-items: center;
    height: 80%;
    font-weight: 600;
    font-size: 11px;
  }
  .header_movil .cintillo .pais {
    display: flex;
    align-items: center;
    width: 35px;
    height: 80%;
    border-right: 1px solid #BBB;
    font-weight: 600;
    background-repeat: no-repeat;
    background-image: url(../assets/svg/vzla-flag.svg);
    background-size: 22px;
    background-position: left center;
  }
  .header_movil .cintillo .redes {
    display: flex;
    align-items: center;
    height: 80%;
    justify-content: end;
    gap: 0 5px;
  }
  .header_movil .cintillo .redes .r {
    height: 100%;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header_movil .cintillo .redes .r.instagram {
    background-size: 22px;
    background-image: url(../assets/svg/instagram.svg);
  }
  .header_movil .cintillo .redes .r.twitter {
    background-size: 24px;
    background-image: url(../assets/svg/twitter.svg);
  }
  .header_movil .cintillo .redes .r.youtube {
    background-size: 24px;
    background-image: url(../assets/svg/yt.svg);
  }
  .header_movil .logo {
    width: calc(100% - 110px);
    position: relative;
    margin: 20px 0;
  }
  .header_movil .logo img {
    width: 100%;
  }
  .header_movil .estad {
    width: 100%;
    background-color: red;
    display: inline-block;
    position: relative;
    background-color: #F3F3F3;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    height: 30px;
  }
  .header_movil .estad .myicon {
    width: 40px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center 3px;
    background-size: 24px;
    background-image: url(../assets/svg/chart.svg);
  }
  .header_movil .estad .marquesina {
    width: calc(100% - 40px);
    display: inline-block;
  }
  .header_movil .suscripciones {
    width: 100%;
    border-bottom: 1px solid #BBB;
    padding: 10px 0;
    text-align: center;
  }
  .header_movil .suscripciones .micuenta {
    height: 35px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px;
    background-image: url(../assets/svg/user.svg);
    width: 35%;
  }
  .header_movil .suscripciones .suscribirme {
    background-color: #333;
    color: #FEC409;
    height: 35px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    margin-left: 10%;
  }
  .header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header.activo_movil {
    background-color: #4169E1;
    display: inline-block !important;
    z-index: 100000;
    overflow-y: auto;
    position: fixed;
  }
  .header.activo_movil .logoMovil {
    position: absolute;
    left: 10%;
    height: 60px;
    width: 45%;
    top: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(../assets/png/logo-w.png);
  }
  .header.activo_movil .cerrarMovil {
    width: 38px;
    height: 38px;
    top: 30px;
    right: 10%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-image: url(../assets/svg/close.svg);
  }
  .header.activo_movil .cintillo {
    grid-template-columns: auto;
    margin-top: 100px;
    height: 50px;
    border: none;
  }
  .header.activo_movil .cintillo .instagram {
    background-size: 26px !important;
    background-image: url(../assets/svg/instagram-White.svg) !important;
  }
  .header.activo_movil .cintillo .twitter {
    background-size: 28px !important;
    background-image: url(../assets/svg/twitter-White.svg) !important;
  }
  .header.activo_movil .cintillo .youtube {
    background-size: 28px !important;
    background-image: url(../assets/svg/yt-white.svg) !important;
  }
  .header.activo_movil .main {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
    border: none;
    gap: 20px 0;
    height: auto;
    padding-bottom: 0px;
  }
  .header.activo_movil .main .buscador {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #DDD;
    display: none;
  }
  .header.activo_movil .main .buscador .buscar {
    background-image: url(../assets/svg/buscar-white.svg);
  }
  .header.activo_movil .main .buscador .buscando {
    color: #FFF;
  }
  .header.activo_movil .main .buscador .buscando::placeholder {
    color: #DDD;
  }
  .header.activo_movil .main .micuenta {
    width: 170px;
    border: 1px solid #FFF;
    height: 40px;
    padding-left: 68px;
    background-position: 32px 9px;
    margin-bottom: 0;
    display: inline-flex;
    color: #FFF;
    background-image: url(../assets/svg/user-White.svg);
  }
  .header.activo_movil .main .suscribirme {
    width: 170px;
    display: inline-flex;
  }
  .header.activo_movil .menu {
    border: none;
    margin-top: 20px;
    display: grid !important;
    grid-template-columns: 1fr;
    height: auto;
    padding: 0 20% 50px 20%;
  }
  .header.activo_movil .menu .btn-menu {
    padding: 15px 0 5px 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #DDD;
  }
  .header.activo_movil .menu .btn-menu.actived {
    border-color: #FEC409;
    color: #FFF;
    margin-bottom: 5px;
    height: auto;
  }
  .global {
    display: flex;
  }
  .destacados-recientes {
    width: 95%;
    margin-left: 2.5%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
    gap: 30px 0;
  }
  .destacados-recientes .destacados {
    border-right: none;
    padding-right: 0;
  }
  .destacados-recientes .destacados .elemento {
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
  }
  .destacados-recientes .destacados .elemento .imagen {
    background-color: #BBB;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .destacados-recientes .destacados .elemento .data .especialidad {
    margin-top: 20px;
  }
  .destacados-recientes .destacados .owl-dots {
    height: 20px;
    margin-top: 20px;
    text-align: center;
  }
  .destacados-recientes .destacados .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
  .destacados-recientes .recientes {
    padding-left: 0px;
  }
  .banner-presentacion, .banner-suscripcion {
    height: auto;
  }
  .banner-presentacion .t1, .banner-suscripcion .t1 {
    width: 100%;
    text-align: center;
  }
  .banner-presentacion .t2, .banner-suscripcion .t2 {
    display: flex;
    flex-direction: column;
  }
  .banner-presentacion .t2 .btn, .banner-suscripcion .t2 .btn {
    width: 200px;
  }
  .resumen-seccion {
    width: 95%;
    margin-left: 2.5%;
  }
  .resumen-seccion .miniaturas {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: normal;
  }
  .resumen-seccion .miniaturas .mini .mini-titulo {
    font-size: 20px !important;
    min-height: auto;
    text-align: left !important;
    line-height: 26px;
  }
  .resumen-seccion .miniaturas .mini .mini-autor {
    display: grid !important;
    grid-template-columns: max-content max-content auto;
    justify-content: left !important;
    align-items: center;
  }
  .resumen-seccion .miniaturas .mini .mini-autor .avatar {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    position: relative;
    margin-top: 0;
  }
  .resumen-seccion .miniaturas .mini .mini-autor .nombre {
    text-align: left !important;
    padding-right: 10px;
    margin-left: 0;
    width: auto;
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .resumen-seccion .miniaturas .mini .mini-autor .fecha {
    text-align: left !important;
    padding-left: 11px;
    border-left: 1px solid #BBB;
    margin-left: 0;
    width: auto;
    display: flex;
    align-items: center;
    height: 20px;
  }
  .resumen-seccion .fin-seccion {
    display: inline-block;
  }
  .boletin-informativo {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }
  .boletin-informativo .titulo-boletin {
    padding: 0;
    justify-content: center;
    text-align: center;
  }
  .boletin-informativo .contenido-boletin {
    padding: 0;
    margin-top: 15px;
  }
  .boletin-informativo .contenido-boletin .texto {
    text-align: center;
  }
  .boletin-informativo .contenido-boletin .formulario {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: end;
    gap: 20px;
    margin-bottom: 0;
  }
  .boletin-informativo .contenido-boletin .formulario .email {
    background-color: #FFF;
    width: 100%;
    padding: 10px;
  }
  .boletin-informativo .contenido-boletin .formulario .registrarme {
    height: 40px;
    margin: 0;
  }
  .en-las-redes {
    width: 95%;
    margin-left: 2.5%;
  }
  .en-las-redes .contenidos {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .en-las-redes .contenidos .instagram .reels {
    grid-template-columns: repeat(1, 1fr);
  }
  .en-las-redes .contenidos .twitter .widget {
    display: flex;
    justify-content: center;
  }
  .footer {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .footer .c1 a, .footer .c2 a {
    font-size: 15px;
    padding: 3px 0 3px 0;
    font-weight: 300;
    text-align: center;
    border-right: 5px solid #BBB;
  }
  .footer .c2 {
    margin-top: 10px;
  }
  .footer .c2 .red {
    width: 100%;
    margin: 10px 0 20px 0;
    justify-content: center;
  }
  .footer .c2 .red a {
    border: none;
  }
  .footer .c3 {
    flex-direction: column;
    align-items: center;
  }
  .footer .c3 .cuenta {
    width: 150px;
    border: 1px solid #FFF;
    height: 36px;
    padding-left: 50px;
    background-position: 18px 9px;
    margin-bottom: 20px;
  }
  .footer .c3 .suscribirme {
    width: 150px;
  }
  .footer .c4 {
    width: 80%;
    margin-top: 20px;
    margin-left: 10%;
    aspect-ratio: 16/9;
  }
  .titulo-general-seccion {
    margin-top: 0;
    line-height: 45px;
    margin-bottom: 0;
  }
  .intro-seccion {
    flex-direction: column;
  }
  .intro-seccion .experto {
    display: flex;
    flex-direction: column;
    width: 80%;
  }
  .intro-seccion .experto .pic {
    width: 50%;
    aspect-ratio: 1;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
  }
  .intro-seccion .experto .data {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intro-seccion .experto .data .especialista {
    font-size: 14px;
    padding: 5px 0 5px 10px;
  }
  .intro-seccion .experto .data .nombre, .intro-seccion .experto .data .resumen {
    text-align: center;
  }
  .intro-seccion .experto .perfil {
    width: 120px;
    margin-top: 20px;
  }
  .intro-seccion .intro {
    margin-top: 30px;
    column-count: 1;
    width: 80%;
    font-size: 16px;
  }
  .header-item .separador {
    margin: 0 0px;
  }
  .header-item .seccion {
    margin-left: 5px;
  }
  .contenidos-item {
    padding: 0 2.5%;
    margin-top: 20px;
  }
  .contenidos-item .tipo {
    margin-bottom: 20px;
  }
  .contenidos-item .referencia {
    width: 100%;
  }
  .contenidos-item .referencia_autor {
    margin-bottom: 20px;
  }
  .contenidos-item .titulo {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
  }
  .contenidos-item .intro {
    text-align: left;
    align-items: end;
  }
  .contenidos-item .intro .texto {
    width: 100%;
  }
  .contenidos-item .intro .publicacion {
    text-align: left;
  }
  .contenidos-item .contenido {
    text-indent: 0;
  }
  .contenidos-item .autor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contenidos-item .autor .pic {
    width: 45%;
  }
  .contenidos-item .autor .data {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .contenidos-item .autor .data .nombre {
    margin-top: 10px;
  }
  .contenidos-item .autor .perfil {
    width: 120px;
    margin-top: 20px;
  }
  .oficial {
    background-size: 80%;
  }
  .que_somos, .objetivo {
    padding: 0 5%;
  }
  .equipo {
    width: 100%;
    padding: 0;
  }
  .equipo .miembro {
    width: 60%;
    max-width: 220px;
    margin: 0 10px 60px 10px;
  }
  .texto_global {
    padding: 0 5%;
  }
  .contenidos-contacto {
    padding: 0 5%;
  }
  .contenidos-contacto .contacto-intro {
    width: 100%;
  }
  .contenidos-contacto .enviar {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .intro-experto {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
  }
  .intro-experto .init {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
  }
  .intro-experto .init .experto {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0 20px;
  }
  .intro-experto .init .experto .pic {
    width: 150px;
    aspect-ratio: 1;
    background-color: #DDD;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
  }
  .intro-experto .init .experto .data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .intro-experto .init .experto .data .especialista {
    font-weight: 500;
    width: fit-content;
    border-left: 5px solid #4169E1;
    padding: 5px 0 5px 10px;
    margin-top: 20px;
    font-size: 14px;
  }
  .intro-experto .init .experto .data .nombre {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .intro-experto .init .experto .data .email {
    background-repeat: no-repeat;
    background-position: left 2px;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 14px;
    background-size: 18px;
    background-image: url(../assets/svg/email-Blue.svg);
  }
  .intro-experto .init .experto .data .perfil {
    background-color: #4169E1;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #FFF;
    height: 32px;
    padding: 0 20px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
  }
  .intro-experto .init .piechart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .intro-experto .init .piechart img {
    max-width: 95%;
    width: auto;
    height: auto;
  }
  .intro-experto .intro {
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
    display: inline-block;
    /*column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid $color_gris_claro;*/
    vertical-align: top;
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
  }
  .intro-experto .intro span {
    font-weight: 600;
    color: #4169E1;
  }
  .plan .costos {
    flex-direction: column;
    align-items: end;
    gap: 20px 0;
    margin-top: 40px;
  }
  .plan .bondades .i {
    background-position: left 7px;
  }
  .contenidos-login {
    width: 100%;
    padding: 0 5%;
  }
  .contenidos-login .otros {
    width: 100%;
  }
  .contenidos-login .enviar {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.yS1foEzME51a7cbEy7gg{
  display: none !important;
}

/*# sourceMappingURL=css.css.map */
