/* GENERALES */
body {
  padding-top: 0;
  margin-top: 0;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
  text-align: left !important;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #ef476f;
  transition: all 1s ease;
}
.navbar-fixed-top {
  z-index: 103;
}
.navbar-nav .nav-link.subnav-link.active {
  color: #ef476f;
  font-weight: 700;
}
.active {
  color: #d5f6ed;
}

p {
  margin: 0 0 20px;
}
blockquote {
  font-size: 18px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  line-height: 1.5;
}
h1 {
  font-size: 50px;
  font-weight: bold;
  margin-top: 0;
}

h2 {
  margin-top: 0;
}

h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}
.p-10 {
  padding: 0px 15px;
}

a {
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}
a:focus {
  color: #000;
  text-decoration: none;
}
hr {
  margin: 10px 0px;
}

section {
  padding: 6rem 0;
}
section.detalle {
  padding: 1rem 0 6rem 0;
}
ul {
  list-style: none;
}
li {
  margin-bottom: 15px;
}

.navbar-dark .navbar-toggler {
  right: 5px;
  top: -8px;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 3rem 0;
  }

  body {
    text-align: left;
  }
  .navbar-brand {
    margin-right: 28rem !important;
  }
  nav.navbar.navbar-expand-md {
    overflow: hidden;
}
}
@media only screen and (min-width: 1200px) {
  .container-fluid {
    padding: 0 5%;
  }
}
blockquote h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

blockquote p {
  font-size: 18px;
  font-style: italic;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #000;
}

.filtros {
  background-color: #000;
}
.filtros h4 {
  margin: 0;
}
@media (max-width: 768px) {
  .filtros {
    justify-content: left;
    display: block;
  }
}

.filtros-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.imagen-400 img {
  max-height: 350px;
  height: 350px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .gslide-media {
    margin-top: 150px;
  }
  .glightbox-container .ginner-container {
    position: inherit;
  }
}
.dropdown-item.active,
.dropdown-item:active {
  color: #000;
}
.subtitulo {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.5;
  display: block;
}
.img-fluid {
  width: 100%;
}
.div-linea {
  background-image: url("../images/linea.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px 0px;
  margin-bottom: 45px;
}
.btn {
  white-space: normal;
}
.btn-primary.mas {
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}
.btn-primary.mas:hover {
  color: #fff;
}

.btn-cc span {
  color: #fff !important;
}

.btn-cc .btn-primary {
  background-color: #000;
  padding: 1.25rem 2.25rem;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 1s ease;
  text-align: center;
}

.btn-cc .btn-primary:hover {
  background-color: #ef476f;
  color: #fff;
}

.btn-cc .btn-primary.btn-dark {
  background-color: #f78a01;
  padding: 1.25rem 2.25rem;
  color: #000;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 1s ease;
  text-align: center;
}

.btn-cc .btn-primary.btn-dark:hover {
  background-color: #ef476f;
  color: #000;
}

.btn-conv .btn-primary {
  background-color: #118ab2;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0;
  transition: all 1s ease;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn-conv .btn-primary {
    display: block;
    padding: 10px;
  }
  .btn-cc .btn-primary {
    padding: 11px;
  }
  .tit-categoria {
    flex-direction: column;
  }
}
.btn-conv .btn-primary:hover {
  background-color: #118ab2;
}
.btn-primary.btn-sm {
  background-color: #000;
  padding: 8px 12px;
  color: #ffffff;
  border: none;
  border-radius: 14px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0;
  transition: all 1s ease;
  text-align: center;
}
.btn-primary.btn-sm:hover {
  background-color: #f8c800;
  color: #000;
}
.img-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-top {
  padding-top: 12rem;
}
.btn-cc.btn-azul {
  background-color: #2bb4bc;
  color: #000;
  padding: 10px 14px;
  border: none;
  border-radius: 14px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0;
  transition: all 1s ease;
  text-align: center;
  cursor: pointer;
}
.btn-cc.btn-azul a:hover {
  background-color: #20848a;
  color: #000;
}
.btn-cc.btn-azul:hover {
  background-color: #20848a;
  color: #fff;
}
.btn-cc.btn-azul a {
  text-decoration: none;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .div-linea {
    background-size: auto;
  }

  .btn-cc .btn-primary {
    margin-bottom: 25px;
    width: 100%;
  }
  .btn-primary.btn-sm {
    width: 100%;
  }
}

.page-item.active .page-link {
  background-color: transparent;
  border-color: #f26280;
  color: #f26280;
}
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  color: #767676;
  font-weight: 400;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #f26280;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover .section-title {
  background-color: #f26280;
  border-color: #f26280;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #000;
  color: #fff;
}
.dark {
  background-color: #f5f0e7;
}
.yellow {
  background-color: #007e6f;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 12px;
}
section .yellow {
  padding: 6rem 0 0;
}

.form-group .fa {
  color: #fff;
}

.back-vertientes {
  background-color: #000;
}
.back-vertientes-intro,
.stats1 i {
  background-color: #f8c800;
}
.back-convo-intro,
.stats2 i {
  background-color: #2bb4bc;
}
.back-cart-intro,
.stats3 i {
  background-color: #f78a00;
}

.back-prensa-intro {
  background-color: #f55653;
}
.back-marco-intro {
  background-color: #f5eaea;
}
.back-procesos-intro {
  background-color: #41feff;
}
.back-descarga-intro {
  background-color: #92ff00;
}
.back-marco-intro {
  background-color: #5b00f4;
}
.back-contacto-intro {
  background-color: #ffd166;
}
/*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/
/*------------------- 2.1 Grid -------------------*/
@media only screen and (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1440px) {
  .container-xl .container {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 1400px) {
  .box-layout .box-layout-child {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 80px;
    box-shadow: 0px 15px 20px 0px rgba(222, 222, 222, 0.75);
  }
}

.full-width-container .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* MENU TOP */

/*menu*/
.navbar-inverse.navbar-fixed-top {
  position: relative;
}

.sub-navbar {
  top: 0;
  width: 100%;
  z-index: 1029;
  margin-top: 0px !important;
  background: #000 !important;
  position: sticky;
  margin-bottom: 0;
  box-shadow: 1px 12px 6px -7px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 1px 12px 6px -7px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 1px 12px 6px -7px rgba(0, 0, 0, 0.22);
}

.sub-navbar .navbar-collapse {
  background-color: #000 !important;
  color: #fff !important;
  justify-content: end;
  padding: 1px 0 0;
  margin-right: 0;
}

.sub-navbar .navbar-brand > img {
  height: 55px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
  max-height: 600px;
}
.sub-navbar .nav-link.subnav-link {
  color: #ffff;
  padding-top: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  transition: all 0.3s ease;
}
.sub-navbar li.nav-item {
  margin-bottom: 5px;
}

.sub-navbar .nav-link.subnav-link:hover {
  color: #ef476f !important;
  background-color: #000;
}
.sub-navbar .navbar-toggler-icon {
  width: 2em !important;
}
.nav-item.dropdown .dropdown-item {
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #c3c3c3;
}

.nav-item.dropdown .dropdown-item:last-child {
  border: 0;
}

.navbar-nav > li > .dropdown-menu {
  padding: 10px 15px;
}

.navbar-dark.sub-navbar .navbar-toggler-icon {
  background-image: url("../images/menu.png");
}

.navbar-brand.sub-navbar {
  box-shadow: none;
}

.sub-navbar .navbar-brand {
  line-height: 1.2;
  font-weight: 500 !important;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sub-navbar .navbar-brand {
    margin-right: 83rem !important;
  }

  ul.navbar-nav {
    background-color: #000 !important;
    height: 100%;
  }

  .sub-navbar {
    background-color: #000 !important;
    height: 100% !important;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .sub-navbar .navbar-brand {
    margin-right: 0 !important;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    justify-content: space-between;
    gap: 5px;
  }
}

.box-form {
  display: flex;
  justify-content: center;
  font-size: 14px;
  text-align: left;
  padding-right: 20px;
}
form .btn-outline-success {
  color: #fff;
}

.btn-outline-success:hover {
  background-color: #d4851b;
  border: none;
}

.btn-outline-success {
  color: #fff;
}

.form-buscar button {
  padding: 10px 10px;
}

.form-control {
  font-size: 17px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
}

/*seccion Siguenos redes*/

.siguenos {
  margin-top: 80px !important;
}

.siguenos h2 {
  font-size: 2.4rem;
}

.social-links {
  float: right;
  list-style: none;
  text-align: center;
  margin-top: 20px;
}

.social-links li {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  padding: 7px;
  width: 40px;
}

.social-links li:nth-child(1) {
  background-color: #3b5998;
}

.social-links li:nth-child(2) {
  background-color: #00acee;
}

.social-links li:nth-child(3) {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.social-links li:nth-child(4) {
  background-color: #d52017;
}

.social-links li:last-child {
  margin-right: 0;
}

.social-links li a {
  border: 0;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

/* SLIDER HOME */

.slider-home {
  position: relative;
}
.slider-contenido {
  z-index: 10;
  position: absolute;
  bottom: 40px;
  color: #fff;
  margin-left: 50px;
  text-align: left;
}
.slider-contenido h2 {
  font-size: 35px;
}
.slider-home img {
  position: relative;
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: brightness(0.7);
}
.slider-contenido .btn-cc .btn-primary {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .slider-home img {
    height: 250px;
  }
  .slider-contenido {
    position: relative;
    color: #000;
    margin-left: 0px;
    margin-top: 70px;
  }
  .slider-contenido h2 {
    font-size: 25px;
  }
  .slider-home img {
    filter: brightness(0.9);
  }
}

.slider-home {
  padding-top: 75px;
}

/* BLOG  */

.blog-box {
  border-radius: 5px;
  padding-right: 2rem;
}

.blog-box span {
  font-weight: 600;
}
.blog-box img {
  max-width: 100% !important;
  height: auto !important;
  width: 100% !important;
}
.texto-eventos {
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
  background-color: #000;
  padding: 15px 0px;
  margin-bottom: 25px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-box img:first-child {
    margin: 0 0 5px;
  }
  .blog-box {
    text-align: left;
    padding-right: 0;
  }
}
.blog-box h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
}

.blog-box h2 {
  font-size: 25px;
  font-weight: 600;
  padding: 0;
  text-align: left;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .blog-box h1 {
    font-size: 30px;
  }
  .blog-box h2 a {
    font-size: 20px;
    line-height: 1;
  }
}
.blog-box h2 a {
  text-decoration: none;
  color: #fff;
  text-align: left;
  transition: all 1s ease;
}
.blog-box h2 a:hover {
  text-transform: none;
  color: #f78a00;
}
.blog-box h3 {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 15px;
  color: #000;
  font-family: inherit;
  font-weight: 800;
  text-transform: uppercase;
}
.blog-box h3 a {
  font-size: 14px;
  color: #d59bfd;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: inherit;
}
.blog-box ul {
  list-style-type: disc;
}
.blog-box .blog-box-detalle .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.item-img img {
  width: 100%;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.1);
}

.blog-box .item-img a img {
  object-fit: cover;
  object-position: center;
}

.item-content span {
  font-size: 15px;
  color: #c01412;
  font-weight: 600;
  text-transform: uppercase;
}
.back .blog-box .item-content h1 {
  color: #fff !important;
  margin: 20px 0;
}

.blog-box .item-content .item-title a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-box .item-content span {
  display: inline-block;
  color: #f55653;
  font-weight: 600;
  font-size: 16px;
}

.actividades #listado .blog-box .item-content span {
  display: inline-block;
  color: #f55653;
  font-weight: 600;
  font-size: 17px;
}

.blog-box .item-content h3 {
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.blog-box .item-content h1 {
  font-size: 25px;
  color: #2f2f2f;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.blog-box iframe {
  height: 420px;
  margin-bottom: 25px;
}

.blog-box.slider-home img {
  position: relative;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  filter: none;
}

.item-content h1 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
.item-content .subtitulo {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}

.blog-datos .fa {
  color: #118ab2;
}

.blog-text p {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  border-bottom-right-radius: 20px;
}

.detalle-blog .blog-box {
  text-align: justify;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .detalle-blog .blog-box {
    text-align: left;
  }

  aos-init {
    display: none;
  }
}

.detalle-blog .blog-box img {
  object-fit: cover;
  height: 400px;
}
.detalle-blog .blog-box h1 {
  font-size: 25px;
}
.detalle-blog .blog-box .subtitulo {
  font-size: 20px;
}

.detalle-blog .item-content h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.blog h1 {
  font-size: 40px;
  font-weight: 700;
}

.blog-box .item-content .item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}

.blog-box .item-content .subtitulo {
  font-weight: 600;
  font-size: 18px;
}

/* .blog-box .item-content p {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
} */

.blog-box .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box .item-content .item-title a:hover {
  color: #118ab2;
  text-decoration: none;
}

.c-flex {
  display: flex;
}

.tag {
  display: inline-block;
  font-weight: 300;
  color: #000000;
  padding: 8px;
  margin: 15px;
  align-items: center;
}

.tag p {
  font-size: 14px;
  font-weight: 600;
}

.tag .topic {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  background: #eaf0f6;
  color: #33475b;
  margin-left: 0.825rem;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
}

.blog-search .input-search {
  width: 50%;
  font-size: 16px;
}
@media (max-width: 740px) {
  .form-inline .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* ACTIVIDADES HOME */

section.eventos {
  background-color: #000;
}
section.eventos h2 {
  color: #fff;
}
section.eventos p {
  color: #fff;
}

.actividades {
  text-align: left;
  position: relative;
}
.actividades.agenda h3 {
  color: #fff;
  text-align: left;
}

.actividades .item-img {
  overflow: hidden;
  position: relative;
  box-shadow: -1px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.actividades .item-img .tag {
  position: absolute;
  background-color: #f78a00;
  color: #000;
  padding: 8px;
  top: 0;
  right: 0;
  font-size: 15px;
  border: 1.5px solid transparent;
  border-radius: 1.2rem;
}
.actividades .item-img .tag h4 {
  font-size: 13px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.actividades .item-img a {
  display: block;
  text-decoration: none;
}

.contenedor:hover .imagen {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.contenedor {
  overflow: hidden;
}

.actividades .item-img img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.actividades .item-img img {
  object-position: center center;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.actividades .item-content {
  margin-bottom: 25px;
  text-align: left;
  background-color: #000;
  padding: 12px;
}
.actividades .item-content h3 {
  font-size: 14px;
  color: #118ab2;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.actividades .item-content h3 a {
  font-size: 14px;
  color: #118ab2;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.actividades .item-content h3 a:hover {
  color: #118ab2;
}

.actividades .item-content hr {
  width: 10%;
  background-color: #118ab2;
  height: 2px;
  margin: 2px 0;
}
.estado .btn-primary {
  background-color: #ffffff;
  border: 1px solid #118ab2;
  border-radius: 4px;
  font-weight: 500;
  padding: 10px 25px;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.estado .btn-primary:hover {
  color: #fff;
  background-color: #118ab2;
}

.estado .btn-primary:hover .fa {
  color: #fff !important;
}

.estado .fa {
  color: #118ab2;
}

.estado a {
  color: #525252;
  font-size: 16px;
  font-weight: 600;
}
.estado {
  margin: 8px 0;
}
.actividades .item-content h2 {
  text-align: left;
  line-height: 10px;
}

.actividades .item-content h2 a {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 18px;
  margin: 0;
}
.actividades .item-content h2 a:hover {
  text-decoration: none;
  color: #f55653;
}
.actividades .item-content .fecha {
  font-size: 14px;
  font-weight: 600;
}
.actividades .item-content h4 {
  font-size: 16px;
  color: #000;
  font-weight: 200;
  line-height: 1.6;
}

.list .actividades {
  margin: 0px;
}
.list {
  display: block;
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .actividades {
    margin: 3rem 0px;
  }
  .actividades.agenda .blog-box {
    margin-bottom: 0;
    padding-right: 0;
  }
  .yellow {
    width: 90%;
  }
}

.actividades .item-content .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 1.5;
}

.actividades .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.actividades .item-content .item-title a:hover {
  color: #118ab2;
  text-decoration: none;
}

.actividades .item-img img {
  object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
}

.back .actividades .item-content .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 1.5;
}

.back .actividades .item-content .item-title a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back .actividades .item-content .item-title a:hover {
  color: #118ab2;
  text-decoration: none;
}

/* TWITTER HOME */

.twitter {
  margin-top: 3rem;
}

/* CARD  */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: none;
}

.card .card-body {
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .card .card-body {
    margin: 15px 0;
  }
}
.img-efect {
  overflow: hidden;
}
.card img {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.card img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  border-radius: 5px;
}

.card-body h5 {
  margin: 0;
  padding: 0;
  font-size: 22px;
}

/* VIDEO HOME */
#video {
  background-color: #14322b;
  background-image: url("../images/back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

#video .card {
  background-color: transparent;
}

#video .card-body h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#video .card:hover a img {
  transform: scale(1.1);
}

#video .card a img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: left;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  min-height: 40px;
  margin-top: 82px;
  color: #000;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
}
.breadcrumbs .active {
  color: #000;
}

.breadcrumbs h1 {
  font-size: 34px;
  font-weight: 600;
  margin-top: 25px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 25px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 8px;
  margin: 0;
  font-size: 15px;
  justify-content: left;
  font-weight: 600;
}

.breadcrumbs ol a {
  color: #000;
}

.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li {
  margin-bottom: 0;
}

.breadcrumbs ol li.active {
  font-weight: 400;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  content: "/";
}
.breadcrumbs.back {
  min-height: 20vh;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 0;
}
.breadcrumbs.detalle {
  padding: 15px 0;
  min-height: 40px;
  margin-top: 0px;
  color: #000;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
}

.breadcrumbs.detalle ol a:hover {
  color: #ef476f;
}
.breadcrumbs.detalle.detalle-white ol a:hover {
  color: #fff;
}

/*
  =========================================================================================
                                    Social Icons
  =========================================================================================
  */

.round-btn {
  display: inline;
  height: 40px;
  width: 40px;
  background: #13322b;
  float: left;
  margin-bottom: 12px;
  box-shadow: 2px 2px 5px 0px rgb(82, 0, 67);
  border: 1px solid;
  /*border: 1px solid #622657;*/
}

.round-btn a {
  display: block !important;
  padding: 7px 12px;
  font-size: 18px;
  border-radius: 50%;
}

.round-btn .icon {
  padding: 3px;
}

.round-btn .icon img {
  height: 24px;
  width: 32px;
  margin-top: 6px;
}

.standard_header .standard_social_links {
  margin-left: 1rem;
}

/*
    =========================================================================================
                                      footer
    =========================================================================================
    */

.footer-wrap {
  background-size: cover;
  text-align: left;
  font-size: 15px;
  box-shadow: -5px -5px 15px 0px rgba(76, 76, 76, 0.1);
}

.footer-wrap h3 {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
}

.footer-wrap p {
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
  margin-top: 15px;
  text-align: left;
}

.footer-wrap p a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}

.footer-wrap p a:hover {
  text-decoration: none;
  color: #ff7800;
}

.footer-links li {
  font-size: 15px;
  margin-bottom: 10px;
  text-decoration: none;
}
.footer-links li strong {
  font-weight: 600;
}

.footer-links li a {
  font-size: 13px;
  color: #ccc;
  text-decoration: none;
}
.footer-links li a:hover {
  color: #ef476f;
}

.footer-links li:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #ccc;
}

.copyright {
  justify-content: center;
  padding: 4rem;
  display: flex;
}
.copyright img {
  height: 90px;
}

footer .first_class {
  padding-top: 6rem;
}

#pie {
  background-color: #60113e;
}

footer .newsletter {
  position: relative;
}

footer .newsletter input[type="text"] {
  width: 100%;
  background: #fff;
  color: #333;
  border: 1px solid #222;
  padding: 14px 20px;
  border-radius: 50px;
  margin-top: 12px;
  position: relative;
}

.newsletter .newsletter_submit_btn {
  background: #fff;
  position: absolute;
  right: 30px;
  border: 0;
  top: 30px;
  font-size: 17px;
  color: #333;
}

footer .btn-facebook a {
  padding: 6px 14px !important;
}

footer .btn-envelop a {
  color: #d6403a;
  font-size: 15px;
  padding: 12px 12px;
}

footer .round-btn a {
  padding: 6px 12px;
}

footer .round-btn {
  box-shadow: 2px 2px 5px 0px #222 !important;
}

footer .round-btn {
  margin: 0px 4px;
}

footer .round-btn .fa {
  color: #fff;
  font-size: 20px;
}

ul.footer-links {
  margin-bottom: 2rem;
  padding: 0;
}

footer li {
  list-style: none;
}

@media (max-width: 768px) {
  .footer-wrap h3 {
    margin-top: 27px;
  }

  footer .round-btn {
    margin: 15px 4px;
  }
}

@media (max-width: 320px) {
  .copyright {
    font-size: 13px;
  }
}

/*=================================================================*/
/*                      INSTAGRAM FEED                              
/*=================================================================*/

.instagram-feed-title {
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.instagram-feed-title a {
  background-color: #ffffff;
  padding: 12px 20px;
  color: #444444;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.instagram-feed-title a:hover {
  background-color: #118ab2;
  color: #ffffff;
}

.instagram-feed-figure {
  margin-bottom: 10px;
  overflow: hidden;
}

.instagram-feed-figure img {
  display: block;
}

.instagram-feed-figure img {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: left;
}
.instagram-feed-figure a img {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: left;
}

.instagram-feed-figure a:hover img {
  -webkit-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}

.instagram-feed-wrap-1 {
  position: relative;
}

.instagram-feed-title-1 {
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.instagram-feed-title-1 a {
  background-color: #ffffff;
  padding: 12px 20px;
  color: #111111;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .instagram-feed-title-1 a {
    padding: 40px 20px 12px;
    font-size: 13px;
  }
}

.instagram-feed-title-1 a i {
  margin-right: 8px;
  font-size: 20px;
  margin-bottom: 1px;
}

@media only screen and (max-width: 767px) {
  .instagram-feed-title-1 a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
  }
}

.instagram-feed-title-1 a:hover {
  background-color: #111111;
  color: #ffffff;
}

.instagram-feed-figure-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #111111;
}

.instagram-feed-figure-1 li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.instagram-feed-figure-1 li a {
  display: block;
}

.instagram-feed-figure-1 li a img {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.instagram-feed-figure-1 li a:hover img {
  -webkit-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .instagram-feed-figure-1 li {
    display: none;
  }

  .instagram-feed-figure-1 li:nth-child(-n + 6) {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .instagram-feed-figure-1 li {
    display: none;
  }

  .instagram-feed-figure-1 li:nth-child(-n + 5) {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .instagram-feed-figure-1 li {
    display: none;
  }

  .instagram-feed-figure-1 li:nth-child(-n + 4) {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .instagram-feed-figure-1 li {
    display: none;
  }

  .instagram-feed-figure-1 li:nth-child(-n + 3) {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .instagram-feed-figure-1 li {
    display: none;
  }

  .instagram-feed-figure-1 li:nth-child(-n + 2) {
    display: block;
  }
}

#custom-search-input {
  padding: 3px;
  border: solid 1px #e4e4e4;
  border-radius: 6px;
  background-color: #fff;
}

#custom-search-input input {
  border: 0;
  box-shadow: none;
}

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
  font-size: 23px;
}

/*=================================================================*/
/*                      ENTRADAS RECIENTES                              
/*=================================================================*/

.section-heading .item-heading {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  color: #000;
  margin: 0px 0px 20px;
  padding-bottom: 15px;
  font-family: "Patria", "noso Sans", "Helvetica", "Arial", sans-serif;
}

.section-heading h3.item-heading:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #000;
}

.entradas-recientes ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.entradas-recientes ul.block-list .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 12px;
}

.entradas-recientes ul.block-list .single-item .item-img {
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  width: 8rem;
}

.entradas-recientes ul.block-list .single-item .item-img a {
  display: block;
}

.entradas-recientes ul.block-list .single-item .item-img a img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.entradas-recientes ul.block-list .single-item .item-img img {
  height: 8rem;
  object-fit: cover;
  object-position: center;
}

.entradas-recientes ul.block-list .single-item .item-img:hover a img {
  transform: scale(1.1);
}

.entradas-recientes ul.block-list .single-item .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.entradas-recientes ul.block-list .single-item .item-content a {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.entradas-recientes ul.block-list .single-item .item-content a:hover {
  color: #f55653;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.entradas-recientes ul.block-list .single-item .item-content .entry-meta {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .entradas-recientes {
    margin-top: 2rem;
  }
}
.block-list .entry-meta.meta-color-dark li {
  font-size: 14px;
  text-align: left;
}

.entry-meta.meta-color-dark li {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
  font-weight: 200;
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}

.entry-meta.meta-color-dark li i {
  font-size: 12px;
  color: #9d2449;
  margin-right: 4px;
}

/*=================================================================*/
/*                      banner to interiores                              
/*=================================================================*/

.blog-banner {
  margin-bottom: 4.5rem;
  position: relative;
  padding-top: 6rem;
}

.blog-banner .banner-img {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.blog-banner .banner-img img {
  max-width: 100%;
  width: 100%;
}

.blog-banner .banner-img:after {
  content: "";
  height: 80%;
  width: 100%;
  background: linear-gradient(to top, #000000, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .blog-banner .banner-content {
    bottom: 50px;
  }
}

.blog-banner .banner-content {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  z-index: 2;
}

.blog-banner .banner-content .item-title {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .blog-banner .banner-img {
    height: auto;
    padding-top: 10px;
  }

  .blog-banner .banner-content {
    bottom: 22%;
  }

  .blog-banner {
    margin-bottom: 10px;
  }

  .blog-banner .banner-content .item-title {
    display: block;
    font-size: 25px;
    margin-bottom: 0px;
  }
}

.tit-categoria {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 25px;
}

.tit-categoria span {
  font-size: 24px;
  font-weight: 600;
}

/*VER EN LISTA */

#lista-blogs.lista .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

#lista-blogs.lista .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}

#lista-blogs.lista .member-img img {
  width: 100px;
  height: auto;
  margin: 10px;
}

.lista .team-member {
  display: flex;
  align-items: center;
  gap: 15px;
}

.lista .team-member .member-info {
  width: 100%;
}

.lista .blog-box .item-content,
.blog-text {
  transform: inherit;
  margin-bottom: 3rem;
  width: 100%;
  text-align: left;
}
.lista .blog-box {
  display: flex;
  align-items: center;
}
.actividades.lista .item-img a img {
  border-radius: 0;
}
.row .lista .item-img {
  width: 10%;
  height: 50px;
  order: 1;
  margin: 0;
}
.actividades.lista .item-img {
  width: 15%;
  margin-right: 1rem;
}
.lista #listado {
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .row .lista .item-img {
    width: 85%;
  }
  .actividades.lista .item-img {
    width: 20%;
  }
  .lista .blog-box {
    gap: 10px;
  }
}

.row .lista .item-img img {
  height: 80px;
  width: 100px;
}

.row .lista .blog-box .item-content,
.blog-text {
  transform: inherit;
  margin-bottom: 3rem;
  width: 100%;
}

/*NOSOTROS */
.nosotros-box .box {
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0;
  padding: 40px 10px;
  transition: all 0.5s ease-out;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
}

.nosotros-box .box-title h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}
.nosotros-box .box-title h3 a {
  color: #000;
  text-decoration: none;
  font-size: 17px;
}
.nosotros-box .box-title h3 a:hover {
  color: #118ab2;
}
.nosotros-box .box-text {
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0;
}

.nosotros-box .box a i {
  color: #118ab2;
}
.nosotros-box .box-btn a {
  color: #118ab2;
  font-size: 16px;
  text-decoration: none;
}

.nosotros-box .fa {
  color: #118ab2;
}

.nosotros-video {
  padding-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .nosotros-video iframe {
    height: 350px;
  }

  .nosotros-video {
    padding-top: 10px;
  }
}

/*------------------- NUMERALIA -------------------*/

.numeralia {
  background-color: #f2f2f2;
  padding: 10rem 0 7.4rem;
  background-image: url("../images/bk-num.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.numeralia-box {
  text-align: center;
  margin-bottom: 5rem;
}

.numeralia-box .item-icon {
  margin-bottom: 3.5rem;
  font-size: 5.5rem;
  color: #444444;
  height: 21rem;
  width: 21rem;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.numeralia-box .counter-text {
  font-size: 40px;
  color: #60113e;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .numeralia-box .counter-text {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .numeralia-box .counter-text {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .numeralia-box .counter-text {
    font-size: 32px;
  }
}

.numeralia-box .item-title {
  font-size: 20px;
  color: #118ab2;
  font-weight: 600;
}
.numeralia-lista {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

/* form actividades*/

.form-activ {
  justify-content: space-between;
}

.form-activ .form-mes {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .form-activ .form-estado,
  .form-activ .form-mes,
  .form-activ .form-activ,
  .form-activ .form-categoria {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 820px) {
  .form-activ .form-mes {
    width: 25% !important;
  }
  .sala-categorias .form-activ .form-categoria {
    width: 50%;
  }
}

/*------------------- Pagination -------------------*/
.pagination {
  text-align: center;
  padding: 3rem 0 5rem;
}

.pagination ul li {
  margin-right: 5px;
  display: inline-block;
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul li a {
  display: block;
  font-size: 18px;
  color: #111111;
  background-color: #f2f2f2;
  padding: 8px 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination ul li a:hover {
  background-color: #118ab2;
  color: #ffffff;
}

.pagination ul li.active a {
  background-color: #118ab2;
  color: #ffffff;
}

/* DETALLE ACTIVIDADES */

.btn-cat {
  text-align: center;
}

.btn-cat .btn-primary {
  background-color: #ffffff;
  color: #118ab2;
  border: 1px solid #118ab2;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-cat .btn-primary:hover {
  background-color: #118ab2;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .btn-cat .btn-primary {
    width: 100%;
    margin-bottom: 25px;
  }
}

.top-actividad {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.datos-actividad {
  font-weight: 500;
}
@media only screen and (min-width: 320px) and (max-width: 739px) {
  .datos-actividad {
    padding: 20px 0 0;
    order: 2;
    margin-bottom: 4rem;
    border-top: 1px solid #ccc;
  }
}

.datos-actividad .seccion-descargas {
  border: 1px #ddd solid;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 320px) and (max-width: 990px) {
  .footer-wrap {
    padding-top: 0;
  }
}

.datos-actividad ul {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .datos-actividad ul {
    width: auto;
  }
}

.datos-actividad ul li a {
  padding: 10px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  background-color: #c5c5c566;
  border-radius: 12px;
}
.datos-actividad ul li a:hover {
  color: #118ab2;
}
.datos-actividad .text {
  transition: background-size 0.3s, color 0.3s ease-in-out 0s,
    -webkit-background-size 0.3s;
  padding-right: 12px;
  color: #000;
}
.datos-actividad .text:hover {
  background-size: 100% 1px;
}

.blog .datos-actividad h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  color: #000;
  letter-spacing: 1;
  margin-bottom: 0;
  background-color: transparent;
}

.blog .datos-actividad p a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.blog .datos-actividad p a:hover {
  color: #118ab2;
  font-weight: 500;
}

.datos-actividad h2 {
  font-size: 20px;
  font-weight: 700;
}

.datos-actividad h3 {
  font-size: 18pxpx;
  font-weight: 700;
}

.datos-actividad span {
  font-weight: 600;
  background-color: transparent !important;
  color: #118ab2;
}

.top-actividad .estado a {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .top-actividad .estado a {
    width: 100%;
    margin-bottom: 10px;
  }
}

.top-actividad .estado a .fa {
  color: #118ab2;
}
.top-actividad .estado a:hover .fa {
  color: #118ab2;
}

.row-img {
  margin: 35px 0px;
  display: block;
}
ul.boton-mano {
  padding-left: 0 !important;
}
ul.boton-mano li {
  height: 40px;
}

ul.boton-mano li a {
  padding: 10px;
  width: fit-content;
}

/* SEMILLEROS CREATIVOS */

.dj-banner {
  margin: 30px 0;
  width: 100%;
  height: 400px;
  position: relative;
}

.dj-banner img {
  width: 100%;
  height: 400px;
}

.dj-banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.dj-banner .dj-text {
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 25%;
}

.dj-banner .dj-text p {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .dj-banner .dj-text {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-10%, -50%);
    text-align: center;
  }

  .dj-banner .dj-text h1 {
    font-size: 22px;
  }

  .dj-banner .dj-text p {
    font-size: 18px;
  }
}

/* DIRECTORIO SEMILLEROS */

.entradas-directorio {
  margin-top: 4rem;
}

.entradas-directorio ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.entradas-directorio ul li a {
  font-weight: 400;
}

.entradas-directorio ul.block-list .single-item {
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}

.entradas-directorio ul.block-list .single-item .item-img {
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
  float: left;
}

.entradas-directorio ul.block-list .single-item .item-img {
  display: block;
}

.entradas-directorio ul.block-list .single-item .item-img img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.entradas-directorio ul.block-list .single-item .item-img img {
  object-fit: cover;
  object-position: center;
  height: 15rem;
}

.entradas-directorio ul.block-list .single-item .item-img:hover a img {
  transform: scale(1.1);
}
.entradas-directorio .item-content {
  border-radius: 4px;
  font-weight: 300;
}
.entradas-directorio ul.block-list .single-item .item-content {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .entradas-directorio ul.block-list .single-item .item-content {
    width: 75%;
  }
  .entradas-directorio ul.block-list .single-item .item-img img {
    height: 6rem;
  }
}

.entradas-directorio ul.block-list .single-item .item-content .entry-meta {
  margin-bottom: 5px;
}

.entradas-directorio ul.block-list .single-item .item-content .item-title {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
  margin: 0px;
  color: #111111;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.entradas-directorio ul.block-list .single-item .item-content p {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  margin: 10px 0px;
  color: #111111;
}

.entradas-directorio ul.block-list .single-item .item-content b {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0;
  color: #111111;
}

.entradas-directorio .item-content .municipio a {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  color: #118ab2;
  margin: 0px;
}

.entradas-directorio .item-content h4.municipio {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.entradas-directorio ul.block-list .single-item .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.entradas-directorio
  ul.block-list
  .single-item
  .item-content
  .item-title
  a:hover {
  color: #111111;
}

.form-inline {
  justify-content: end;
  gap: 8px;
}

.agenda-form .form-inline {
  justify-content: space-between;
  gap: 15px;
}

.sala-categorias .form-inline {
  justify-content: end;
}

.directorio-semilleros h3 {
  font-size: 20px;
  margin: 0;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}

.directorio-semilleros {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

/* TELAR */

.ban-telar .blog-banner .banner-img:after {
  background: none;
}

/*------------------- TELAR RESGISTRATE  -------------------*/
.telar-registro {
  padding: 10rem 0;
}

.telar-registro-box {
  text-align: center;
}

.telar-registro-box .item-title {
  font-size: 22px;
  color: #444444;
  line-height: 1.5;
  margin-bottom: 25px;
  font-style: italic;
}

@media only screen and (max-width: 991px) {
  .telar-registro-box .item-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .telar-registro-box .item-title {
    font-size: 20px;
  }
}

/* SALA DE LECTURA */

.lectura .actividades .item-img a img {
  height: 320px;
}

.lectura .row .lista .item-img img {
  height: 50px;
}

.pub-lectura .blog-box .item-content,
.blog-text {
  transform: none;
  margin: 0px;
}

.datos-lectura {
  margin: 12px 0px;
}

.datos-lectura ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .datos-lectura ul {
    display: block;
  }
}

.datos-lectura li a {
  color: #118ab2;
}
.datos-lectura li {
  font-size: 16px;
  font-weight: 300;
}
.sala-forma .form-inline {
  justify-content: end;
}
.sala-forma .form-control {
  width: 50%;
}
@media only screen and (max-width: 820px) {
  .sala-forma .form-control {
    width: 100%;
  }
}

/* PDF VISTA */

.contPdf canvas {
  width: 100%;
  border: 2px solid #ccc;
  box-shadow: 4px 4px 5px #ccc;
  margin-bottom: 50px;
}

.doc-contenedor #prev,
.doc-contenedor #next {
  display: none;
}

#spin span {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 20px;
}

#spin {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  animation: flickerAnimation 1s infinite;
}

#spin svg {
  width: 30px;
}

.doc-contenedor {
  position: relative;
  margin-bottom: 50px;
  margin-top: 80px;
  min-height: 200px;
}

@keyframes flickerAnimation {
  0% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 0.7;
  }
}

.btn-pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .btn-pdf {
    display: flow-root;
  }

  .pdf-1 {
    display: flex;
    justify-content: space-between;
  }

  .pdf-2 {
    margin-top: 10px;
  }
}

/* MULTIMEDIA */

.icon i {
  top: 12px;
  right: 20px;
  z-index: 10;
  position: absolute;
  color: #000;
  background-color: #f78a00;
  border-radius: 50%;
  padding: 10px;
  font-size: 30px;
}

.box-video .icon i {
  top: 45%;
  left: 45%;
  z-index: 10;
  position: absolute;
  color: #fff;
  background-color: #118ab2;
  border-radius: 50%;
  padding: 10px;
  font-size: 55px;
}
@media only screen and (max-width: 767px) {
  .box-video .icon i {
    top: 25%;
    left: 42%;
    font-size: 35px;
  }
}
.img-play .item-img {
  position: relative;
}

.blog-box .box-video .item-content,
.blog-text {
  transform: none;
  position: inherit;
  margin: 25px 0px;
  font-size: medium;
}

.blog-box .box-video .item-img iframe {
  height: 480px;
}

.box-video .item-img {
  overflow: hidden;
  position: relative;
}
.blog-box .box-video .item-img.i-audio iframe {
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .blog-box .box-video .item-img iframe {
    height: 280px;
  }
}
.blog-box .box-galeria .item-content,
.blog-text {
  transform: none;
  position: inherit;
  margin: 25px 0px;
  background-color: transparent !important;
}
.blog-box .box-galeria .item-img img {
  height: 520px;
}
@media only screen and (max-width: 768px) {
  .blog-box .box-galeria .item-img img {
    height: 280px;
  }
  .blog-box .box-galeria .item-content,
  .blog-text {
    margin: 0;
  }
}

.lista .box-galeria {
  display: flex;
  align-items: center;
}
.lista .play-icon i {
  left: 20%;
}

#lista-blogs.lista .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
#lista-blogs.lista .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

#lista-blogs.lista .box-galeria .item-img img {
  width: 150px;
  height: 120px;
}
.row .lista .box-galeria .item-img {
  width: 100%;
  height: 100%;
}

.row .lista .item-img .fa-4x {
  font-size: 2em;
  left: 60%;
}
.row .lista .item-img .fa-3x {
  font-size: 2em;
  left: 60%;
}
.blog-box .box-galeria .item-content span {
  color: #118ab2;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog {
    margin-top: 10px;
  }
}
.blog h2 {
  font-weight: bold;
  padding: 0;
  line-height: 1.4;
  font-size: 27px;
}
@media only screen and (max-width: 767px) {
  .blog h2 {
    line-height: 1;
  }
}
.blog h2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.text-galeria {
  padding: 25px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .text-galeria {
    text-align: left;
  }
}

.text-galeria h2 {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  line-height: 1.6;
}
.galeria-detalle a img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

/**
 * Zabuto Calendar
 */

div.zabuto_calendar {
  margin: 0;
  padding: 0;
}

div.zabuto_calendar .table {
  width: 100%;
  margin: 0;
  padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
  padding: 4px 2px;
  text-align: center;
  font-size: 14px;
  font-family: inherit;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
  background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th {
  background-color: #fafafa;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 600;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
  background-color: #f0f0f0;
  font-weight: 400;
}

div.zabuto_calendar .table tr:last-child {
  border-bottom: 1px solid #dddddd;
}

div.zabuto_calendar .table tr.calendar-month-header th {
  padding-top: 12px;
  padding-bottom: 4px;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
  border-left: 0;
  border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
  border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
  cursor: pointer;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
  width: 14%;
}

div.zabuto_calendar .table tr td div.day {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
  background-color: #fff0c3;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
  cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
  background-color: #357ebd;
  color: #ffffff;
  text-shadow: none;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
  background-color: #ff9b08;
  color: #ffffff;
  text-shadow: none;
}

div.zabuto_calendar .badge-event {
  font-size: 0.95em;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
}

/* legend */
div.zabuto_calendar div.legend {
  margin-top: 5px;
  text-align: right;
}

div.zabuto_calendar div.legend span {
  color: #999999;
  font-size: 10px;
  font-weight: normal;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
  content: " ";
}

div.zabuto_calendar div.legend span.legend-spacer {
  padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
  padding-left: 2px;
}

div.zabuto_calendar ul.legend {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

div.zabuto_calendar ul.legend li {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 5px;
}

div.zabuto_calendar ul.legend div.zabuto_calendar ul.legend li:first-child {
  margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
  margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
  font-size: 0.9em;
  border-radius: 5px 5px 5px 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
}

/* responsive */
@media (max-width: 979px) {
  div.zabuto_calendar .table th,
  div.zabuto_calendar .table td {
    padding: 2px 1px;
  }
}

.vigencia {
  background-color: #118ab2;
  padding: 10px 0;
  letter-spacing: 0.8;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
}
.vigencia span {
  font-weight: 700;
}

/* Style the tab */
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.tabcontent h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-top: 0;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #fff;
  font-weight: 600;
  border: 1px #ccc solid;
  margin-right: 20px;
  float: left;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 25%;
  font-size: 15px;
}

.tab button:last-child {
  margin-right: 0px;
}

.tab img {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 979px) {
  .tab button {
    width: auto;
    padding: 5px;
    margin-right: 0px;
    font-size: 15px;
  }
  .tab img {
    margin-right: 0px;
    margin-bottom: 6px;
  }
  .tabcontent {
    padding: 15px;
  }
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #000;
  color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #000;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 25px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: left;
}

.back.color h1,
.back.color p {
  color: #000;
}

.back {
  width: 100%;
  position: relative;
  color: #000;
  z-index: 0;
  margin-bottom: 125px;
  text-align: center;
  min-height: 550px;
}
.back h1 {
  color: #000;
  font-size: 8rem;
  font-family: "Noto Sans", "Noso Sans", serif, "Open Sans", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .back h1 {
    font-size: 4rem;
  }
}
.back p {
  font-size: 22px;
  font-weight: 500;
}

.back.filtros h1 {
  /* color: #fff; */
}

.anuncio.back {
  padding-top: 50px;
  padding-bottom: 100px;
}
.item.blog-box {
  padding-right: 15px;
}

@media (max-width: 768px) {
  .back {
    margin-bottom: 0px;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .back {
    width: 100%;
    position: relative;
    color: #000;
    z-index: 0;
    margin-bottom: 125px;
    text-align: center;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.position-texto {
  padding-bottom: 0;
}
.banner-cel h2 {
  margin-bottom: 1rem;
}
section.anuncio .banner-cel img {
  height: auto;
}
@media (max-width: 480px) {
  .position-texto {
    order: 2;
    margin-top: 20px;
  }
  .position-imagen {
    order: 1;
  }
  .banner-cel {
    display: grid;
  }
}
.row-texto-imagen h2 {
  font-size: 22px;
  line-height: 1.6;
  margin: 0 0 10px;
}

.box-galeria {
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.box-galeria img {
  position: relative;
  overflow: hidden;
}
.galeria-info {
  color: #000;
  text-align: left;
  flex: 1;
}
.galeria-info a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
.galeria-info a:hover {
  color: #118ab2;
}
.galeria-info p {
  margin-bottom: 0px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/

.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none;
}
.cd-timeline-navigation a:hover,
.cd-timeline-navigation a:focus {
  border-color: #313740;
}
.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
  color: #313740;
}
.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
  quotes: none;
}
.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before,
.cd-horizontal-timeline q:after {
  content: "";
  content: none;
}
.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #313740;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #118ab2;
  padding-bottom: 15px;

  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #313740;
  border-color: #313740;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #313740;
  border-color: #313740;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #313740;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h4 {
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 20px;
  margin-bottom: 15px;
}
.cd-horizontal-timeline .events-content img {
  margin-right: 15px;
  width: 160px;
  height: 160px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .cd-horizontal-timeline .events-content img {
    width: 80px;
    height: 80px;
  }
}

.cd-horizontal-timeline .events-content h4 small {
  font-weight: 400;
  line-height: normal;
  font-size: 15px;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
.cd-horizontal-timeline .events-content p {
  font-size: 16px;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content em {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .cd-horizontal-timeline.loaded {
    margin: 0;
  }
  .cd-horizontal-timeline .timeline {
    width: 100%;
  }
  .cd-horizontal-timeline ol,
  .cd-horizontal-timeline ul {
    padding: 0;
    margin: 0;
  }
  .cd-horizontal-timeline .events-content h4 {
    font-size: 16px;
  }
  .cd-horizontal-timeline .events-content {
    margin: 0;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.timeline:before {
  content: " ";
  display: none;
  bottom: 0;
  left: 0%;
  width: 0px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.sede h3 {
  margin: 0 0 20px;
  font-size: 25px;
}
section.sede.back a {
  color: #fff;
}
.detalle-veryescuchar img {
  aspect-ratio: auto;
}

.detalle-veryescuchar a img {
  aspect-ratio: auto;
}
.detalle-veryescuchar .item-content h1 {
  margin-bottom: 0px;
}

.detalle-veryescuchar .box-galeria {
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .detalle-veryescuchar .box-galeria {
    display: block;
  }
}
.detalle-veryescuchar .box-galeria .galeria-detalle {
  position: relative;
  overflow: hidden;
}

.detalle-veryescuchar .box-galeria .galeria-detalle img {
  display: block;
}
.detalle-veryescuchar .box-galeria .galeria-detalle .bx {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background-color: #118ab2;
  border-radius: 50%;
  padding: 6px;
  font-size: 25px;
}

.timeline-carousel {
  padding: 86px 6.9444% 90px 6.9444%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.timeline-carousel h3 {
  color: #fff;
  margin-bottom: 50px;
}
.timeline-carousel:after,
.timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color: #000;
  z-index: 3;
  width: 6.9444%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -10px;
}
.timeline-carousel h1 {
  color: white;
  font-size: 32px;
  line-height: 50pd;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}
.timeline-carousel__image {
  padding-right: 30px;
}

.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
  padding-right: 30px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-size: 36px;
  line-height: 36px;
  color: white;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: #000;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #000;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: 18px;
  text-transform: uppercase;
  color: #118ab2;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
.timeline-carousel__item-inner p {
  font-size: 18px;
  color: white;
  font-weight: 400;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 16px;
  color: #fff;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
/* .timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #118AB2
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
} */
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #118ab2;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #118ab2;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
  bottom: 0;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

.blog-box .slider-nav img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog-box .slider-nav img {
    width: 70px;
    height: 50px;
    object-fit: cover;
  }
}
.gdesc-inner span {
  color: #fff;
  font-size: 15px;
}
.tit-orquesta-seccion {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.tit-orquesta-seccion h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #000;
}
#to_the_top {
  width: 72px;
  height: 72px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: url("../images/top_icon.png") no-repeat 0 0;
  z-index: 1000000;
  /*  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;*/
  transition: all 0.5s ease-in-out;
}
#to_the_top:hover {
  filter: opacity(60%);
}

@media (max-width: 768px) {
  #to_the_top {
    width: 72px;
    height: 72px;
    bottom: 0;
    right: 0px;
    background: url("../images/top_icon.png") no-repeat 0 0;
    background-size: 70%;
    z-index: 1000000;
  }
}
.box span {
  font-size: 40px;
  color: #118ab2;
  font-weight: 700;
}
.nosotros-box.comision .box span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
}

.conv-colores {
  color: #fff;
  text-align: center;
}
.conv-colores h2 a {
  text-decoration: none;
  color: #fff;
  transition: all 1s ease;
  font-size: 22px;
  display: block;
  padding-top: 50px;
}
.conv-colores h2 a:hover {
  color: #b4b4b4;
}

.conv-colores .morado {
  background-color: #6d24f9;
  padding: 12px;
  height: 400px;
}

.conv-colores .rosa {
  background-color: #118ab2;
  padding: 12px;
  height: 400px;
}

.conv-colores .orange {
  background-color: #ab1c8c;
  padding: 12px;
  height: 400px;
}
.conv-colores .blue {
  background-color: #0e2ba0;
  padding: 12px;
  height: 400px;
}

.grid-gallery {
  margin: 1rem auto;
  width: 100%;
  box-sizing: border-box;
  column-count: 3;
  grid-auto-columns: min-content;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  /* -moz-column-rule: 1px solid #cccc;
    -webkit-column-rule: 1px solid #cccc;
    column-rule: 1px solid #ccc */
}
.list-group-item {
  margin-bottom: 20px;
}
.list-group-item:last-child {
  margin-bottom: 20px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.grid-gallery header {
  -webkit-column-span: all;
  column-span: all;
}

.grid-gallery article {
  border-radius: 5px;
  margin: 0 0 10px;
  text-align: center;
  max-width: 100%;
  filter: opacity(80%);
  break-inside: avoid;
  page-break-inside: avoid;
}
.grid-gallery img {
  display: block;
  margin-bottom: 0;
}

.grid-gallery a img {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: left;
}

.grid-gallery a:hover img {
  -webkit-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}

.grid-gallery figure {
  /* padding: 1rem; */
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 767px) {
  .grid-gallery {
    columns: 2;
  }
  .descarga {
    order: 2;
  }
}

@media (max-width: 480px) {
  .ver-mas a {
    font-size: 14px;
  }

  .mu-title h2,
  .scrollToTop {
    font-size: 25px;
  }

  .flechas,
  .flechas-video {
    width: 100%;
  }

  .scrollToTop {
    line-height: 43px;
    width: 45px;
    height: 45px;
  }

  .mu-navbar {
    padding: 10px 0;
  }

  .mu-navbar .navbar-toggler {
    padding: 5px 10px;
  }

  .grid-gallery {
    columns: 1;
  }
}

.portada img {
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  height: 400px;
}

@media (max-width: 767px) {
  .portada img {
    height: 250px;
  }
}
.slider-home2 {
  margin-top: 50px;
}

.tit-seccion {
  margin-bottom: 40px;
}

.detalle-blog .blog-box .prensa img {
  aspect-ratio: auto;
}
.convo-categoria .navbar {
  background-color: #fff !important;
  position: relative;
}
.blog-box .fecha {
  text-align: left;
  font-size: 17px;
  color: #f78a00;
}
.modal-header {
  background-color: #fff;
  font-weight: 700;
  padding: 40px 40px 20px;
}
.modal-title {
  color: #000;
  font-weight: 700;
  font-size: 25px;
}
.modal-body {
  padding: 10px 40px;
}

/* LICENCIATURA INSTRUMENTISTA */

.menu-lic {
  background-color: #fff;
  font-size: 16px;
  position: sticky;
  top: 140px;
  font-size: 16px;
  font-weight: 600;
  order: 2;
}

@media (min-width: 990px) {
  .row.sticky {
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width: 990px) {
  .content-lic {
    order: 1;
    margin-bottom: 20px;
  }
  .enlazado {
    height: auto;
    width: auto;
  }
  .menu-lic {
    order: 2;
  }
}

.lic-titulo h2 {
  background-color: #fff;
  color: #000000;
  display: table;
  font-size: 25px;
  line-height: 25px;
  margin: -12px auto 50px;
  max-width: 90%;
  padding: 0 1.69495%;
  position: relative;
  text-align: center;
}

.lic-titulo:before {
  border-top: 1px solid #cccccc;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  right: 0;
  bottom: 0;
  width: 100%;
}

.lic-titulo {
  position: relative;
}
.lic-subt-seccion {
  margin-top: 140px;
}
.dir-img img {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  height: 15rem;
  margin-bottom: 25px;
  aspect-ratio: 1/1;
}

/* MICROSITIO CONVOCATORIA OSIM */

.banner-destacado {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner-destacado img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner-destacado .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(36, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(36, 0, 0, 0.3) 0%,
    rgb(18, 14, 20) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contenido-banner-destacado {
  z-index: 10;
  padding: 15%;
  text-align: center;
}
.contenido-banner-destacado h1 {
  color: #fff;
  font-size: 7rem;
  margin: 0;
}
.contenido-banner-destacado p {
  font-size: 5rem;
  color: #fff;
}

.list-group-item a span.text {
  font-size: 15px;
  font-weight: 500;
}
.list-group-item a span.text:hover {
  font-size: 15px;
  font-weight: 500;
  color: #ae1433;
  text-decoration: none !important;
}

.enlazado {
  height: 100%;
  width: 100%;
}

.enlazado a {
  display: block;
  width: 100%;
  height: 100%;
}
.enlazado a:hover {
  text-decoration: none;
  color: #000;
}

@media only screen and (min-width: 320px) and (max-width: 990px) {
  .enlazado {
    height: auto;
    width: auto;
  }
  .contenido-banner-destacado {
    padding: 0px;
    h1 {
      font-size: 3rem;
      line-height: 1.5;
      margin-bottom: 2rem;
    }
    p {
      font-size: 3rem;
      line-height: 1.5;
    }
  }
  .banner-destacado {
    margin-bottom: 3rem;
  }
}

.menu-detalle {
  position: sticky;
  top: 150px;
}
.menu-detalle ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
}

.menu-detalle ul > li {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #444;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}
.menu-detalle .titulo {
  padding: 20px;
  background-color: #fcf5e9;
  border-bottom: 1px solid #b6b6b6;
  font-size: 18px;
  font-weight: 500;
}

.menu-detalle li a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px;
  color: #444;
  text-decoration: none;
}

.menu-detalle li a:hover,
.menu-detalle li.active {
  background-color: #f5f4ef;
}
@media only screen and (min-width: 320px) and (max-width: 990px) {
  .menu-detalle {
    order: 3;
    padding: 0;
  }
  .menu-detalle ul > li:after {
    color: #000000;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    right: 5%;
    top: 15%;
    font-family: FontAwesome;
    content: "\f105";
    z-index: 100;
  }
}
/* BUSCADOR */

.search {
  position: relative;
  height: 30px;
  color: #fff;
}

.searchBtn {
  background-color: #000;
  border: 0;
  color: #fff;
  margin-top: 12px;
  cursor: pointer;
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  transition: transform 1s ease;
}

.search .input {
  border: 0;
  background-color: #000;
  font-size: 18px;
  padding: 15px;
  height: 30px;
  width: 30px;
  margin-left: 10px;
}

searchBtn {
  background-color: #fff;
  border: 0;
  color: #000;
  cursor: pointer;
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  transition: transform 1s;
}

.input:focus,
.searchBtn:focus {
  outline: 0;
}

.search.activeinput .input {
  width: 600px;
  position: absolute;
  z-index: 999;
  right: 0;
}

.search.activeinput .searchBtn {
  transform: translateX(0);
  z-index: 999;
  right: 15px;
}

@media only screen and (max-width: 1200px) {
  .bGoogle {
    min-width: inherit;
    left: 40px;
    right: 0;
  }

  .searchBtn {
    left: 0px;
    top: -14px;
  }

  .search.activeinput .searchBtn {
    z-index: 0;
    top: -14px;
  }
}

.bGoogle {
  /* width: 95%; */
  top: -4px;
  right: 0px;
  position: absolute;
  color: #000;
  min-width: 1020px;
}

.bGoogle .gsst_a:hover {
  height: 0 !important;
}

.bGoogle .gsc-results-wrapper-overlay {
  height: 90% !important;
}

.bGoogle .gsc-expansionArea {
  overflow: hidden;
}

.bGoogle .gsc-adBlock {
  display: none !important;
}
.gsc-control-cse {
  background-color: #000 !important;
  border: 1px solid #ccc;
  padding: 3px !important;
  margin-top: 7px !important;
}
@media only screen and (max-width: 991px) {
  .bGoogle {
    min-width: 340px;
  }
  .gsc-control-cse {
    width: 78% !important;
    padding: 0.6em !important;
    height: 50px !important;
    margin-top: -10px !important;
  }
  .gsc-input-box {
    height: 40px;
  }
}
.gsc-search-button-v2 {
  font-size: 0;
  padding: 6px 10px;
  width: auto;
  vertical-align: middle;

  border: none !important;
  border-radius: 2px;

  background-color: #000 !important;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.ficha-collapse .panel-title a {
  font-size: 16px;
  text-decoration: none;
}
ul.ul-resultado {
  padding: 0;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.back.stats {
  position: relative;
  bottom: auto;
  min-height: 260px;
  margin-bottom: 0;
}

.stats {
  bottom: -140px;
  width: 100%;
  /* transform: translateY(-200px); */
}

.stats i {
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  font-size: 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: #000;
}

.stats .stats-item {
  margin-top: -27px;
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 0;
  background-color: #fff;
}
.stats .stats-item a {
  text-decoration: none;
}
.stats a i {
  transition: all 1s ease;
}
.stats .stats1 a i:hover {
  background-color: #000;
  color: #fff;
}
.stats .stats2 a i:hover {
  background-color: #000;
  color: #fff;
}
.stats .stats3 a i:hover {
  background-color: #000;
  color: #fff;
}

.stats .stats-item span {
  font-size: 2.7rem;
  display: block;
  font-weight: 700;
}
.stats .stats-item span a:hover {
  text-decoration: none;
  color: #29272b;
}
@media only screen and (max-width: 984px) {
  .stats .stats-item span {
    font-size: 2rem;
  }
  .back.stats {
    min-height: auto;
  }
  .stats {
    position: initial;
  }
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
}
.section-bg:before {
  content: "";
  background-color: #d4c9bf;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
}
.section-bg {
  background-color: transparent;
  padding: 160px 0;
  position: relative;
}

/*--------------------------------------------------------------
# Convocatorias Section
--------------------------------------------------------------*/

.team .team-member {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #000;
}
.team .team-member h4 a {
  transition: all 1s ease;
  color: #fff;
  text-decoration: none;
}
.team .team-member h4 a:hover {
  text-decoration: none;
  color: #2bb4bc;
}

.team .team-member .member-img img {
  transition: all 0.5s ease-in-out;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .member-img img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.team .team-member .member-info {
  padding: 25px 15px;
  background-color: #000;
  color: #fff;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

.team .team-member .member-info span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2bb4bc;
}
.team .team-member .member-info p {
  font-size: 16px;
}
.vence {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.vence p span {
  font-weight: 700;
  font-size: 15px;
  color: #118ab2;
}

section.anuncio.somos {
  background-color: #000;
  padding: 6rem 0;
}
section.anuncio.somos .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
}
section.anuncio.somos h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 30px;
  color: #eafefe;
}
section.anuncio.somos h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 26px;
  color: #fff;
}
section.anuncio {
  background-color: #f9f9fb;
}
section.anuncio p {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  section.anuncio .row {
    margin: 0px;
  }
  .team .team-member {
    background-color: #000;
  }
}

section.anuncio .anuncio-home p {
  color: #000;
  font-size: 20px;
}
section.anuncio .anuncio-home {
  padding: 0 2rem 0 6rem;
}
section.anuncio img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  section.anuncio img {
    height: 100%;
    object-fit: cover;
  }
  section.anuncio .anuncio-home {
    padding: 0rem;
    text-align: center;
  }
}

section.anuncio.creadores {
  background-color: #fff;
}
section.anuncio.creadores img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  section.anuncio.creadores img {
    height: 100%;
    object-fit: cover;
  }
}
section.anuncio.creadores .col-md-6 {
  padding: 0;
}
section.interior {
  background-color: #f78a00;
  margin-bottom: 0;
  padding: 0;
}

.text-interior {
  padding-top: 5rem 0;
}
.text-interior ul {
  padding-left: 20px;
}
.procesos .card-body h5 {
  color: #fff;
}

.procesos .card-text {
  color: #fff;
}
.procesos .btn-primary.btn-sm {
  background-color: #41feff;
  color: #000;
}
.procesos .btn-primary.btn-sm:hover {
  background-color: #0d9596;
  color: #000;
}
.btn-resultados {
  background-color: #f04262;
  color: #fff !important;
  padding: 12px;
  border-radius: 10px;
  position: absolute;
  top: 12px;
  right: 43px;
}
.btn-resultados a {
  color: #fff !important;
  text-decoration: none;
}

.blog-box.result span {
  color: #0a5872;
  font-size: 17px;
}
#anioSeleccionado {
  color: #df5050;
  font-weight: 800;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
section.resultados {
  /* background-color: #f4f1f29e; */
}
#resultados {
  padding: 0 0 3rem;
  margin-bottom: 3rem;
}
section.resultados h2 {
  font-size: 25px;
  font-weight: 600;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 6rem;
}
.publi-convo span {
  display: block;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 15px 0;
  margin-top: 20px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2rem;
}

.publi-convo span h3 {
  font-size: 16px;
  color: #000;
  margin: 12px 0 0;
  text-transform: uppercase;
}

section.interior.top-convo {
  background-color: #2bb4bc;
  margin-bottom: 0;
  padding: 2rem 0 3rem;
}
.breadcrumbs.detalle.top-convo {
  background-color: #2bb4bc;
}

section.interior.top-prensa {
  background-color: #f55653;
  margin-bottom: 8rem;
  padding: 3rem;
}
.breadcrumbs.detalle.top-prensa {
  background-color: #f55653;
}

section.interior.top-vert {
  background-color: #f8c800;
  margin-bottom: 3rem;
  padding: 3rem;
}
.breadcrumbs.detalle.top-vert {
  background-color: #f8c800;
}
section.interior.top-procesos {
  background-color: #41feff;
  margin-bottom: 0;
  padding: 2rem 0 3rem;
}
.breadcrumbs.detalle.top-procesos {
  background-color: #41feff;
}

.col-resultados {
  padding: 15px 0;
  display: flex;
  margin-bottom: 6rem;
  justify-content: space-between;
}

.team.galeria .team-member .member-img img {
  transition: all 0.5s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: 180px;
}
.form-row h5 {
  color: #fff;
  margin: 0 12px 0;
  padding: 0px;
}
@media only screen and (max-width: 768px) {
  .form-row h5 {
    margin-bottom: 1.5rem;
  }
  .col-resultados {
    margin-bottom: 0;
  }
}
.slider-anuncio .slick-dots li.slick-active button:before {
  color: #000;
  padding-top: 3rem;
}

.slider-anuncio .slick-dots li button:before {
  color: #000;
  padding-top: 3rem;
}
.slider-anuncio .slick-next:before,
.slick-prev:before {
  color: #000;
}
.slider-anuncio .slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.8;
}
section.eventos .slick-prev:before {
  color: #ffd166;
}
section.eventos .slick-prev.slick-disabled:before {
  opacity: 0.9;
}
section.eventos .slick-next:before {
  color: #ffd166;
}

section.eventos .slick-next.slick-disabled:before {
  opacity: 0.7;
}
.btn-convo .btn-cc .btn-primary {
  display: block;
}
.btn-convo .btn-cc .btn-primary .fa {
  color: #fff;
  margin-left: 5px;
  padding-top: 4px;
}
.back-home h1 {
  font-size: 50px;
}
.back-home p {
  font-size: 20px;
}

.white h1,
.white p {
  color: #fff;
}

/* BANNER HOME */
/* Ajusta la fila del carrusel para que ambos hijos tengan la misma altura */
.row.item {
  display: flex;
  align-items: stretch;
  min-height: 350px; /* Puedes ajustar este valor según tu diseño */
}

/* Hace que la imagen ocupe todo el alto de su contenedor */
.bann-img {
  display: flex;
  align-items: stretch;
  padding: 0;
}

.bann-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  min-height: 100%;
}

.banner-home.home .item {
  margin: 0;
}
.banner-home.home .item h2 {
  margin-bottom: 1rem;
  line-height: 1;
}
.banner-home.home .item p {
  margin-bottom: 1rem;
  color: #000;
}

.banner-home.home .row.item {
  display: flex !important;
}
.banner-home.home .bann-text {
  padding: 6rem 3rem 2rem;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  background-color: #ffd166;
  max-height: 400px;
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .banner-home.home .bann-text {
    text-align: center;
  }
}
.banner-home.home .bann-img {
  padding: 0;
}
.banner-home.home .bann-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}

.banner-home.home .slick-dots li.slick-active button:before {
  color: #000;
}

.banner-home.home .slick-dots li button:before {
  color: #000;
  padding-top: 3rem;
}
.banner-home.home .slick-next:before,
.slick-prev:before {
  color: #000;
}
.banner-home.home .slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.8;
}
/* /BANNER HOME */

section.interior.sin {
  background-color: #fff;
}

/* PIE */
.footer-wrap .line {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.footer-wrap .dates .fa {
  font-size: 25px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .footer-wrap iframe {
    /* display: none; */
  }
  .footer-wrap .line {
    justify-content: start;
  }
}

/* /PIE */
.item-content .line {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.item-content .dates .fa {
  font-size: 25px;
  color: #000;
}
section .historico h3 {
  font-size: 22px;
}

.contenedor-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #2bb4bc;
}
@media only screen and (max-width: 768px) {
  .contenedor-flex {
    display: block;
  }
  #___gcse_0 {
    width: 370px;
  }
}

.contenedor-flex .form-control {
  font-size: 14px;
}
.contenedor-flex .dropdown-toggle {
  background-color: #2bb4bc;
  color: #000;
  padding: 10px 14px;
  border: none;
  border-radius: 14px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0;
  transition: all 1s ease;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contenedor-flex .dropdown-toggle {
    width: 100%;
  }
}
/* CSS adaptado para fondo negro */
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: Arial, sans-serif;
  background: #000; /* Fondo negro */
  padding: 8px 0;
}

.pagination-btn {
  background: none;
  border: none;
  color: #bbb;
  padding: 6px 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.pagination-btn:disabled {
  color: #9c9b9b;
  cursor: default;
}

.pagination-btn:not(:disabled):hover {
  background: #222;
  color: #fff;
}

.pagination-page {
  background: none;
  border: 1px solid transparent;
  color: #eee;
  padding: 6px 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: border 0.2s, background 0.2s, color 0.2s;
}

.pagination-page.active {
  border: 1px solid #f04266;
  background: #111;
  color: #fff;
  font-weight: bold;
}

.pagination-page:hover:not(.active) {
  background: #222;
  color: #fff;
}

.pagination-ellipsis {
  padding: 0 8px;
  color: #888;
  font-size: 18px;
  background: #000;
}