@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,900');

body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;

}
/*body.home {
  padding-top: 70px;

}*/
h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
  line-height: 1.3em;
}
p, li {
  line-height: 1.5em;
    font-size: 1em;
}
li {
  margin-bottom: 0.5em
}

.load.carga {
  margin-left: -100%;
}
.carga-none {
  display: none;
}
.sec {
    padding: 5em 0px;
}
.sec-no-padding {
  padding: 0px;
}
.post-edit-link {
  padding: 0.5em 1em;
  background: red;
  display: inline-block;
  border-radius: 4em;
  margin-top: 1em;
  color:#fff;
  font-weight: bold;
}
.post-edit-link:hover {
  background: #000;
} 
/* header */
header {
  background: rgb(29 77 137 / 90%);
  position: fixed;
  top:0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding:1em 5%;
  -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
}
header.header-int {
  background: #1d4d89;
}
header.scroll {
  background: #1d4d89;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  padding: 1em 5%;
}
#menu-btn i {
  color:#fff;
  cursor:pointer;
}
.logo img {
  width: 180px;
  -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
header.header-int .logo img {
   width: 150px;
}
header.header-int .logo.scroll img {
   width: 70px;
}
.logo.scroll img {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .logo img {
    width: 130px;
  }
}

#btn-menu {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#btn-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/*.scroll #btn-menu {
  display: block;
}*/
/* Icon 3 */

#btn-menu span:nth-child(1) {
  top: 0px;
}

#btn-menu span:nth-child(2),#btn-menu span:nth-child(3) {
  top: 10px;
}

#btn-menu span:nth-child(4) {
  top: 20px;
}

#btn-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#btn-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#btn-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 980px) {
  #btn-menu {
    display: block;
  }
}
/**/
.bloq-menu-cabecera {
  width: calc(100% - 200px);
}
.bloq-menu-cabecera li {
  margin-bottom: 0px;
}
.menu-btn {
  display: none;
}
/**/
ul.menu > li > a {
  color:#fff !important;
}
ul.menu {
  width: 100%;
  margin:0px;
  padding:0px;
  list-style: none;

  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.menu a, .sub-menu a {
    color: #333;
    padding: 1.4rem 1rem;
    line-height: 1em;
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 400;
}
.menu ul {
  list-style: none;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  padding-left: 0px;
  display: none;
  z-index: 3;
  border-bottom: 5px solid #00bcd4;
}
.menu-item-has-children .sub-menu li {
  margin-bottom: 0px;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
.menu-item-has-children .sub-menu li a {
  width: 180px;
  font-size: 0.7em;
}
#menu-menu-principal-def  .menu-item-has-children .sub-menu li a:hover {
  background: #e3e3e3;
}
#menu-menu-principal-def  .menu-item-has-children:hover .sub-menu,
#menu-submenu  .menu-item-has-children:hover .sub-menu {
  display: block;
}
#menu-btn {
  display: none;
}
/**/
@media screen and (max-width: 1200px) {
  .bloq-menu-cabecera {
    display: none;
  }
  #menu-btn {
    display: block;
  }
}

/* menu mobile  */
#bloq-menu-mobile {
  background:#000;
  width: 270px;
  position: fixed;
  height: 100%;
  z-index: 12;
  left:0px;
  top:0px;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
  margin-left: -270px;
  display: none;
  transition: .3s all ease;
  padding: 2rem;
  padding-top: 13vh;
}
#bloq-menu-mobile ul {
  padding: 0px;
  margin:0px;
  list-style: none;
  width: 100%;
}
#bloq-menu-mobile ul li { 
  width: 100%;
  display: block;
}
#bloq-menu-mobile ul a {
  color:#000;
  display: block;
  padding: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
#bloq-menu-mobile .sub-menu {
  position: relative;
  width: 100%;
  box-shadow: none;
  background: #e3e3e3;
}
#bloq-menu-mobile .sub-menu li a {
  color:#000;
  text-decoration: none !important;
  display: block;
  width: 100%;
}
#bloq-menu-mobile .sub-menu li a:hover {
  background: #333;
  color:#fff;
}
#bloq-menu-mobile.show {
  margin-left: 0px;
}
@media screen and (max-width: 1200px) {
  #bloq-menu-mobile {
    display: block;
  }
}

/**/
/*
.bloq-menu {
  background: linear-gradient(to bottom right, #ececec, #ffffff, #c3c3c3);
  width: 100%;
  position: fixed;
  top:0px;
  left: 0px;
  height: 100vh;
  margin-top: -100vh;
  z-index: 12;
  -webkit-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
  padding:5%;

  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.bloq-menu-item:nth-child(1) {
  width: 200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.bloq-menu-item:nth-child(2) {
  width: calc(100% - 300px);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.bloq-menu h1, .bloq-menu h2 {
  text-align: left;
}
.bloq-menu h1 {
  margin-bottom: 0px;
}
.bloq-menu h2 {
  margin-top: 0px;
}
.bloq-menu ul, .bloq-menu ul li {
  list-style: none;
  padding: 0px;
}
.bloq-menu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-bottom: 0px;
}
.bloq-menu.desplegar {
  margin-top: 0px;
}
.bloq-menu ul li {
  width: 23%;
  margin: 1% 2% 1% 0px;
  color: #fff;
  background: rgba(0,0,0,0.1);
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
}
.bloq-menu ul li:hover {
  background: rgba(0,0,0,0.2);
}
.bloq-menu ul li a {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0.5em;
    min-height: 60px;
    justify-content: center;
    font-size: 12px;
    line-height: 1.5em;
}
.texto-menu-right {
    overflow: auto;
}
.texto-menu-right h2 {
  margin-bottom: 0px;
}
#overlay-menu {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top:0px;
  bottom: 0px;
  z-index:11;
  display:none;
}
@media screen and (max-width: 768px) {
  .texto-menu-right {
    max-height: 77vh;
  }
  .bloq-menu-item:nth-child(1) {
    display: none !important;
  }
}

.sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    display: none !important;
}
.bloq-menu ul li:hover .sub-menu {
  display: flex !important;
}
.sub-menu li {
    width: 100% !important;
    margin: 0px !important;
    border: 1px solid #f2f2f2;
    background: #fff !important;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
.sub-menu li:hover a {
    background: #e3e3e3;
}
.sub-menu li a {
  display: block;
  width: 100%;
}
.bloq-menu-mobile {
  display: none;
  width: 100%;
}
.bloq-menu-desk {
  width: 100%;
}

@media screen and (max-width:  768px) {
  .sub-menu {
      position: static;
  }  
  .bloq-menu-mobile {
    display: block
  }
  .bloq-menu-desk{
    display: none
  }
}

#overlay-menu.desplegar {
  display: block;
}
#cerrar-btn {
  color: #333;
  position: absolute;

  bottom: 1.5em;
  right: 50%;
  margin-right: -21px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bloq-menu ul li {
    width: 100%;
  }
  .texto-menu-left {
    display: none;
  }
  .texto-menu-right {
    max-height: 80vh;
  }
  .bloq-menu-item:nth-child(2) {
    width: 100%;
  }
  .bloq-menu {
    padding: 5% 10%;
  }
}
*/
/* breadcrumbs */
#breadcrumbs .fa-home {
  font-size: 1.4em;
}
#breadcrumbs{
  list-style: none;
  margin: 4em 0 1em;
  overflow: hidden;
  padding-bottom: 1em;
  padding-left: 0px;
  font-size: 0.9em;
  width: 100%;
}
#breadcrumbs a {
  color:#000;
}
#breadcrumbs a:hover {
  color:#333;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
/* SLIDER */

.slider-item {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  background-size: cover !important;
}
.owl-prev, .owl-next {
  position: absolute;
  top:50%;
  margin-top: -40px;
}
.owl-prev {
  left:5%;
} 
.owl-next {
  right: 5%;
}
.owl-prev i, .owl-next i { 
  color:#fff;
}
.owl-prev, .owl-next {
  font-size: 40px;
}
/* #8a2387, #e94057, #f27121 */
/* #C6FFDD, #fbd786, #f7797d */
/* #4e54c8, #8f94fb */
/* #11998e, #38ef7d */
/* #ff7e5f, #feb47b */
.overlay-slider {
  background: linear-gradient(to bottom right, #1430b7, #4e7ba5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  opacity: 0.9;
}
.slider-text {
  width: 70%;
  position: absolute;
  z-index: 2;
}
.slider-text h2, .slider-text h1 {
  text-align: center;
  color:#fff;
  -webkit-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
  opacity: 0;
}
.slider-text.show_item h1, .slider-text.show_item h2{
  opacity: 1;
}
.slider-text h2 {
  font-weight: 300;
}
.slider-text h1 {
  font-size:3em;
  text-transform: uppercase;
}
.btn-avanzar {
    z-index: 2;
    display: inline-block;
    margin: 0px auto;
    position: absolute;
    bottom: 3em;
    padding:1em;
    cursor:pointer;
}
.btn-avanzar i {
  color:#fff;
}
@media screen and (max-width: 600px) {
  .slider-text h2 {
    font-size:  1.1em;
  }
  .slider-text h1 {
    font-size:1.5em;
  }
}
/*PASOS*/
.titulo-bloq {
  width: 90%;
  margin:0px auto 2em auto;
}
.titulo-bloq h1, .titulo-bloq h2 {
  text-align: center;
}
.titulo-bloq h1 {
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: 0px;
  color:#2c9aff;
}
.titulo-bloq h2 {
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 3em;
}
.btn-descarga {
  color:#fff !important;
  text-align: center !important;
  width: 100% !important;
  display: block;
}
.bloq-item-pasos:hover h1, .bloq-item-pasos:hover .subtitulo, .bloq-item-pasos:hover h2 {
  color:#fff;
}
@media screen and (max-width: 768px) {
  .titulo-bloq h1 {
    font-size: 2.3em;
  }
}
/* Animación */
.bloq-item-pasos {
  -webkit-animation:scaledown 0.2s linear;
  -moz-animation:scaledown 0.2s linear;
  animation:scaledown 0.2s linear;
  transform-origin:50% 50%;
  animation-fill-mode: forwards;
}
.bloq-item-pasos:hover{
   z-index:9;
  -webkit-animation:scale 0.2s linear;
  -moz-animation:scale 0.2s linear;
  animation:scale 0.2s linear;
  transform-origin:50% 50%;
  animation-fill-mode: forwards;
}
@keyframes scale{
  0%{
    transform:scale(1.0);
  }
  100%{
    transform:scale(1.1);
    -webkit-box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
  }
}
@keyframes scaledown{
  0%{
    transform:scale(1.1);
  }
   100%{
    transform:scale(1.0);
  }
}

/* COLORES */
.bloq-item-pasos:nth-child(1) {
  background:#9dc6d8;
}
.bloq-item-pasos:nth-child(2) {
  background:#29b3ca;
}
.bloq-item-pasos:nth-child(3) {
  background:#7dd0b6;
}
.bloq-item-pasos:nth-child(4) {
  background:#1d4d89;
}
.bloq-item-pasos:nth-child(5) {
  background:#d2b29b;
}
.bloq-item-pasos:nth-child(6) {
  background:#e38590;
}
.bloq-item-pasos:nth-child(7) {
  background:#f69156;
}
.bloq-item-pasos:nth-child(8) {
  background:#d0bf74;
}
.bloq-item-pasos:nth-child(9) {
  background:#955151;
}
.bloq-item-pasos:nth-child(10) {
  background:#a3b3b3;
}
/**/
.bloq-item-pasos:nth-child(11) {
  background:#356aff;
}
.bloq-item-pasos:nth-child(12) {
  background:#ad2483;
}

/**/
/* franja video */
.bloq-video {
  width: 75%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0px auto;
}
.bloq-video-item {
  width: 48%;
}
.bloq-video-item h1 {
  margin-top: 0px;
  font-size: 3rem;
}
.bloq-video-item h2 {
  margin-top: 0px;
  font-weight: 300;
}
/*#animar1 {
    opacity: 0;
    transition: all 0.8s ease-out;
}

#animar1.animar {
    opacity: 1;
}
#animar1 .bloq-video-item:nth-child(2) {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .bloq-video {
    width: 90%;
  }
  .bloq-video-item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .bloq-video-item {
    width: 100%;
  }
  .bloq-video-item:nth-child(1) {
    margin-bottom: 2em;
  }
}
/**/
.bloq-texto {
  width: 90%;
  margin: 0px auto;
  text-align: center;
}
.bloq-texto h1 {
  font-size: 3em;
  text-align: center;
  line-height: 1.2em;
  margin-top: 0px;
}
.bloq-texto p {
  text-align: center;
}
.btn-round-negro {
  background: #000;
  color:#fff;
  border-radius: 4em;
  font-size: 1.3em;
  padding: 0.5em 1.5em;
  margin-top: 1em;
  display: inline-block;
  font-weight: bold;
}
.btn-round-negro:hover {
  background: #333;
  color:#fff;
}
.btn-round-destacado {
  background: #1F8CB6;
  color:#fff;
  border-radius: 4em;
  font-size: 1.3em;
  padding: 0.5em 1.5em;
  margin-top: 1em;
  display: inline-block;
  font-weight: bold;
}
.btn-round-destacado:hover {
  background: #117094;
  color:#fff;
}
/**/
.sec-dos-bloques {
  display: flex;
  flex-flow: row wrap;

  margin-left:-30vw;
  opacity: 0;
  transition: all 0.7s ease-out;
}
.sec-dos-bloques.animar {
  margin-left:0px;
  opacity: 1;
}
.sec-dos-bloques-item:nth-child(1) {
  width: 50%;
  padding: 5rem 5%;
  background:#1F8CB6;
}
.sec-dos-bloques-item:nth-child(2) {
  width: 50%;
  padding: 5rem 5%;
  background:#1d4d89;
}
.sec-dos-bloques-item .vermas-bloq {
    padding: 0.6em 1.2em;
    background: #000;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-top: 1em;
    font-size: 1.1em;
    border-radius: 4em;
} 
.sec-dos-bloques-item .vermas-bloq:hover {
  background: #333;
} 
.sec-dos-bloques-item h1, .sec-dos-bloques-item p {
  color:#fff;
}
.sec-dos-bloques-item h1 {
  font-size: 2.5em;
  margin-top:   0px;
}
@media screen and (max-width  768px) {
  .sec-dos-bloques-item h1 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 600px) {
  .sec-dos-bloques-item {
    width: 100% !important;
  }
}
/* sec logos */
.sec-logos {
  background:#f3f3f3;
}
.sec-logos-bloq {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 90%;
  margin:0px auto;
} 
.sec-logos-item {
  width: 20%;
  height: 20px;
  background: #333;
}
/**/
.arriba {
    position: fixed;
    bottom: 2em;
    right: 2em;
    z-index: 11;
    color: #3e3e3e;
    opacity: 0;
    width: 50px;
    height: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #f2f2f2;
    cursor:pointer;
}
.arriba.mostrar {
    opacity: 1;
}
footer {
      padding: 5em 0px;
}
.bloq-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 90%;
  margin:0px auto;
  padding-top: 4rem;
  border-top:1px solid #e3e3e3;
}
.bloq-col-footer.menu-pasos p {
  font-size: 1.3rem;
  margin: 0px;
}
.bloq-footer-logo img {
  margin-bottom: 2rem;
}
.bloq-col-footer {
  width: 21%;
}
.logo-footer img {
  width: 180px;
  margin-bottom: 1rem;
}
.bloq-footer ul li a {
  color:#8e8e8e !important;
}
.bloq-footer ul {
  list-style: none;
  padding:0px; 
}
.bloq-footer ul li {
  list-style: none; 
  font-size: 0.9em;
  font-weight: bold;
  display: block;
  width: 100%;
}
.bloq-footer ul li a:hover {
  text-decoration:underline;
}
.bloq-footer h1 {
  font-size: 1.3em;
    color:#333;
}
@media screen and (max-width: 900px) {
  .bloq-col-footer {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .bloq-col-footer {
    width: 100%;
    text-align: center;
  }
  .bloq-col-footer:nth-child(2),
  .bloq-col-footer:nth-child(3),
  .bloq-col-footer:nth-child(4) {
    display: none;
  }
}
.search-input {
  padding: 1em;
  background: #f2f2f2;
  border: 0px;
}
/**/
.hentry a {
  color:#1F8CB6;
  text-decoration: underline;
}
.contenido {
  width: 90%;
  margin:100px auto 3em auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.bloq-gris-contenido {
  background: #e3e3e3;
  padding: 1.5em;
  margin-bottom: 2em;
}
.bloq-gris-contenido h3 {
  display: block;
  width: 100%;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0px;
  margin-bottom: 1em;
  font-size: 1.2em;
  text-transform: uppercase;
}
.titulo-contenido {
  font-size: 2em;
	font-weight:500;
}
.titulo-2 {
  font-weight: 300;
  margin-bottom: 0px;
}
.cont-left {
  width: calc(100% - 310px);
}
.cont-right {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .cont-left {
    width: 100%;
    margin-bottom: 3em;
  }
  .cont-right {
    width: 100%;
  }
  .titulo-contenido {
    font-size: 2.3em;
  }
}

/* CATEGORIAS */
.ver_mas_cat {
  display: block;
  width: 100px;
  padding: 0.5em 1em;
  margin-top: 1em;
  background: #1F8CB6;
  text-align: center;
  border-radius: 3em;
  color:#fff;
  font-weight: bold;
}
.ver_mas_cat:hover {
  background: #000;
}
.bloq-experiencias {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.bloq-experiencias-item {
  width: 31%;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  text-decoration: none;
  margin-bottom: 2em;
  border-radius: 5px;
  background: #f4f4f4;
  padding: 1em;
margin-right:3.5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.bloq-experiencias-item:hover {
  background: #e2e2e2;
}
.bloq-experiencias-item-text:nth-child(1) {
  width: 20%;
}
.bloq-experiencias-item-text:nth-child(2) {
  width: 75%;  
}
.bloq-experiencias-item-text:nth-child(1) img {
  width: 100%;
}
.bloq-experiencias-item h2 {
  margin-top: 0px;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .bloq-experiencias-item {
    width: 48%;
	  margin-right:4%;
  }
}
@media screen and (max-width: 768px) {
  .bloq-experiencias-item {
    width: 100%;
	  margin-right:0px;
  }
}
/* BUSCAR */
.titulo-contenido.buscar-titulo {
  font-size: 2em;
  font-weight: 300;
}
.bloq-search {
  padding: 2em;
  border:3px solid #f2f2f2;
  margin-bottom: 2em;
}
.bloq-search h2 {
  margin-top: 0px;
}
/**/
.page-numbers {
  padding: 1em;
  background: #f2f2f2;
  margin-right: 10px;
}
.page-numbers:hover {
  background: #e3e3e3;
}
.current {
  background:#bbb;
  color:#fff;
  font-weight: bold;
}
.pagination {
  display: block;
  margin-top: 4em;
}
.pagination-wrapper {
	margin-top:3rem;
	width:100%;
	display:block;
}
/* SEC ARCHIVO */
.bloq-archivo {
    width: 55%;
    margin: 0px 5% 0px auto;
}
.bloq-archivo h1, .bloq-archivo h2 {
  color:#fff;
}
.sec-archivo {
  background-position: center;
  background-size: cover;

  margin-top: 5em;
  opacity: 0;
  transition: all 0.7s ease-out;
}
.sec-archivo.animar {
  margin-top: 0px;
  opacity: 1;
}
.bloq-archivo-btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.botones-archivo {
  background: #e68422;
  color:#fff;
  padding: 0.8em;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
.botones-archivo:hover {
  background:#ffac59;
  font-weight: bold;
  color:#fff;
}
@media screen and (max-width: 900px) {
  .bloq-archivo {
    width: 90%;
    margin: 0px auto;
  } 
  .bloq-archivo h1, .bloq-archivo h2 {
    text-align: center;
  }
  .bloq-archivo-btns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .botones-archivo {
    text-align: center;
    padding:0.5em;
  }
}
/*herramientas*/ 

.bloq-herramientas {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.bloq-herramientas-item {
  width: 30%;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  text-decoration: none;
  margin-bottom: 2em;
  border-radius: 5px;
  background: #f4f4f4;
  padding: 1em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.bloq-herramientas-item:hover {
  background:#e2e2e2;
}
.bloq-herramientas-item .bloq-herramientas-text:nth-child(1) {
  width: 20%;
}
.bloq-herramientas-item .bloq-herramientas-text:nth-child(1) img {
  width: 100%;
}
.bloq-herramientas-item .bloq-herramientas-text:nth-child(2) {
  width: 75%;
}
.bloq-herramientas-item h2 {
    font-weight: 400;
    text-decoration: none;
    color: #e68422;
    margin-top: 0px;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0px;
}
.media-size {
  color:#666;
  font-size: 0.9em;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .bloq-herramientas-item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .bloq-herramientas-item {
    width: 100%;
  }
}
.cont-left iframe {
  max-width: 100%;
  width: 100%;
}
.titulo-videos {
    padding: 2em;
    background: #f2f2f2;
    margin-bottom: -15px;
    margin-top: 3em;
    width: 100%;
}
.content-left a {
  color: #1F8CB6;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .content-left iframe {
    max-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .content-left iframe {
    max-height: 300px;
  }
}
/**/
.bloq-videos-int {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.bloq-videos-int .bloq-videos-item {
  width: 30%;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  margin-bottom: 2em;
  background:#d6d6d6;
}
.bloq-videos-int .bloq-videos-text {
  background:#d6d6d6;
}
.bloq-videos-int .bloq-videos-text:nth-child(2) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 1em;
}

.bloq-videos-int .bloq-videos-text h2 {
  margin: 0px;
  margin-bottom: 1em;
  width: 78%;
  font-weight: 300;
  font-size: 1.3em;
}
.img-videos-text {
  width: 18%;
}
.img-videos-text img {
  width: 100%;
} 
@media screen and (max-width:900px) {
  .bloq-videos-int .bloq-videos-item {
    width:48%;
  }
}
@media screen and (max-width:600px) {
  .bloq-videos-int .bloq-videos-item {
    width:100%;
  }
}
/* SIDEBAR */
/* COLORES */
.current_page {
  background:#616161 !important; 
}
.bloq-sidebar {
  margin-top: 2em;
  display: block;
}
.item_menu-sidebar {
  display: block;
  width: 100%;
  padding: 1rem 0px;
  border-bottom: 2px solid #e3e3e3;
  font-size: 1.6rem;
}
.item_menu-sidebar:hover {
  border-bottom: 2px solid #1F8CB6;
}
/**/
.bloq-instituto {
  background: #1d4d89;
  color:#fff;
}
.bloq-instituto .wrapper-sec {
  width: 60%;
  padding: 7rem 0px;
  margin: 0px auto;
}
.btn-sm {
  font-weight: 300;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  display: inline-block;
  line-height: 1em;
  font-weight: 400;
}
.btn-blanco {
  background: #fff;
  color:#1d4d89;
}
.btn-azul {
  color: #fff;
  background:#1d4d89;
}
.btn-azul:hover {
  color: #fff !important;
}
.bloq-instituto .wrapper-sec .bloq-btn {
  text-align: center;
  margin-top: 2rem;
}
.title-sec {
  font-weight: 300;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
}
.bloq-title-right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.bloq-instituto .sec-title {
  font-size: 3em;
  text-align: center;
  margin-bottom: 6rem;
}
.bloq-dep {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 80%;
  margin:6rem auto 0px;
}
.bloq-dep-item {
  width: 30%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  transition: all .3s ease;
  text-decoration: none !important;
  margin-bottom: 2rem;
  position: relative;
}
.bloq-dep-item:hover {
  transform: scale(1.03);
}
.bloq-dep-item img {
  filter: brightness(0.7);
}
.bloq-dep-item span {
  text-align: center;
  color:#fff;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 0px;
}
.titulo-bloq-dep {
  width: 100%;
  padding: 2rem;
  text-align: center;
  border-bottom: 5px solid #3AB54A;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}
.bloq-dep-item:hover .titulo-bloq-dep {
  background: #3AB54A;
}
.bloq-dep-item:hover img {
  filter: brightness(1);
}
.bloq-dep-item:hover .titulo-bloq-dep span {
  color:#fff;
}
@media screen and (max-width: 768px) {
  .bloq-dep-item {
    width: 100%;
  }
  .bloq-instituto .wrapper-sec {
    width: 80%;
  }
}
/****/
.sec-secciones {
  padding-top: 0px;
}
.bloq-secciones {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 80%;
  margin:6rem auto 0px;
  margin-top: 0px;
}
.bloq-secciones-item {
  width: 30%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  transition: all .3s ease;
  text-decoration: none !important;
  margin-bottom: 2rem;
  position: relative;
  aspect-ratio: 18/9;
}

.bloq-secciones-item:nth-child(1) {
  background: #2BAAE4;
  color: #fff;
}
.bloq-secciones-item:nth-child(2) {
  background: #F7921E;
  color: #fff;
}
.bloq-secciones-item:nth-child(3) {
  background: #3AB54A;
  color: #fff;
}
.bloq-secciones-item > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  filter: blur(4px);
  opacity: 0.3;
  object-fit: cover;
  transition: all .3s ease;
} 
.bloq-secciones-item .bloq-texto-btns {
  z-index: 2;
  width: 100%;
  text-align: center;
}
.bloq-secciones-item .bloq-texto-btns img{
  width: 60px;
  max-height: 70%;
  margin-bottom: 1rem;
}

.bloq-secciones-item .bloq-texto-btns span {
  text-align: center;
  color:#fff;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 1.7rem;
  margin-bottom: 0px;
}
.titulo-bloq-secciones {
  width: 100%;
  text-align: center;
}
.bloq-secciones-item:hover > img {
  opacity: 0;
} 
@media screen and (max-width: 980px) {
  .bloq-secciones-item {
    width: 100%;
  }
}
/*****/
/****/
.sec-instagram .title-sec {
  background: #EE1E7B;
  color:#fff;
  padding: 1rem;
  line-height: 1em;
  display: inline-block;
}
.sec-instagram .wrapper-sec {
  width: 80%;
  margin:0px auto;
}
/*****/
/****/
.sec-twitter .title-sec {
  background: #2BAAE4;
  color:#fff;
  padding: 1rem;
  line-height: 1em;
  display: inline-block;
}
.sec-twitter .wrapper-sec {
  width: 80%;
  margin:0px auto;
}
/*****/
.sec-vinculacion .vermas-bloq {
    padding: 0.6em 1.2em;
    background: #000;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-top: 1em;
    font-size: 1.1em;
    border-radius: 4em;
} 
.sec-vinculacion .vermas-bloq:hover {
  background: #333;
}
.sec-vinculacion {
  text-align: center;
} 
/**********/
.bloq-sociales-home {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.bloq-sociales-home-item {
  width: 70px;
  height: 70px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #333;
  background: #e3e3e3;
  border-radius: 50%;
  margin: 1rem;
}
.bloq-sociales-home-item i{
  font-size: 3rem;
}
.bloq-sociales-home-item svg {
	font-size: 3rem;
}
.bloq-sociales-home-item:hover {
  color: #fff;
  background: #333;
}
.bloq-sociales-home-item:hover svg {
	fill: #fff;
}
/**/
.bloq-quienes-somos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
}
.bloq-quienes-somos a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 21%;
  transition: all .3s ease;
  position: relative;
}
.bloq-quienes-somos a:hover {
  transform: scale(1.03);
}
.bloq-quienes-somos a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #1F8CB6;
  filter: brightness(0.5);
}
.bloq-quienes-somos a h3 {
    width: 100%;
    position: absolute;
    text-align: center;
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .bloq-quienes-somos a {
    width: 48%;
    margin-bottom: 4%;
  }  
}
@media screen and (max-width: 600px) {
  .bloq-quienes-somos a {
    width: 100%;
  }  
}
/**/
.bloq-unidades {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin: 0px auto;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.bloq-unidades a {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 23%;
    padding: 0px;
    color: #333;
    margin: 0px 1rem;
    margin-bottom: 4%;
    border-radius: 4rem;
    transition: all .3s ease;
    text-align: center;
}
.bloq-unidades span {
    margin-top: 1rem;
}
.bloq-unidades a:hover {
  transform: scale(1.03);
}
.unidades-item img {
	aspect-ratio:4/3;
	object-fit:cover;
}
@media screen and (max-width: 1400px) {
  .bloq-unidades {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .bloq-unidades a {
    width: 48%;
    margin-bottom: 4%;
  }  
}
@media screen and (max-width: 600px) {
  .bloq-unidades a {
    width: 100%;
  }  
}
/**/
/*** Single unidades ****/
.bloq-image-profesor-unidades {
  text-align: center;
  padding: 4rem 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}
.bloq-image-profesor-unidades img {
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    margin: 0px auto 2rem auto;
    border: 1rem solid #e3e3e3;
}
.bloq-image-profesor-unidades h3 {
  text-align: center;
  display: block;
  font-size: 2rem;
  width: 100%;
  margin:0px;
  margin-bottom: 0.5rem;
}
.bloq-image-profesor-unidades p {
  text-align: center;
  font-size: 1.5rem;
  margin:0px;
  margin-bottom: 0.5rem;
}
.bloq-image-profesor-unidades a {
  display: inline-block;
  background: #e3e3e3;
  border-radius: 3rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  margin: 0px auto;
  margin-top: 1.5rem;
}
.btn-unidades-single {
  display: block;
  width: 100%;
  padding: 1.5rem;
  background: #f8d000;
  color: #000 !important;
  margin-bottom: 0.3rem;
}
.btn-unidades-single:hover {
color: #fff !important;
  background: #f3aa1f;
}

/***/
.bloq-profesores-unidad {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.bloq-profesores-unidad .bloq-image-profesor-unidades {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 2rem;
}
.bloq-profesores-unidad .bloq-image-profesor-unidades:nth-child(4n - 0) {
  margin-right: 0px;
}
@media screen and (max-width: 1400px) {
  .bloq-profesores-unidad .bloq-image-profesor-unidades {
    width: 31%;
    margin-right: 3.5%;
  }
  .bloq-profesores-unidad .bloq-image-profesor-unidades:nth-child(4n - 0) {
    margin-right: 3.5%;
  }  
  .bloq-profesores-unidad .bloq-image-profesor-unidades:nth-child(3n - 0) {
    margin-right: 0px;
  }  
}
@media screen and (max-width: 980px) {
  .bloq-profesores-unidad .bloq-image-profesor-unidades {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2rem;
  }
  .bloq-profesores-unidad .bloq-image-profesor-unidades:nth-child(4n - 0),
  .bloq-profesores-unidad .bloq-image-profesor-unidades:nth-child(3n - 0) {
    margin-right: 4%;
  }  
  .bloq-profesores-unidad .bloq-image-profesor-unidades:nth-child(2n - 0) {
    margin-right: 0px;
  }  
}
@media screen and (max-width: 600px) {
  .bloq-profesores-unidad .bloq-image-profesor-unidades {
    width: 100%;
    margin-right: 0px !important;
  }  
}
/*** Single profesores ****/
.bloq-image-profesor {
  text-align: center;
}
.bloq-image-profesor img {
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    width: 70%;
    margin: 0px auto 2rem auto;
    border: 1rem solid #e3e3e3;
}
.bloq-image-profesor p {
  text-align: center;
  font-size: 1.5rem;
  margin:0px;
  margin-bottom: 0.5rem;
}
.bloq-image-profesor a {
  display: inline-block;
  background: #e3e3e3;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  margin: 0px auto;
  margin-top: 1.5rem;
}
/******/
.sec-noticias .title-sec {
  background: #1C4D88;
  color:#fff;
  padding: 1rem;
  line-height: 1em;
}
.bloq-noticias {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin:4rem 0px;
}
.sec-noticias .wrapper-sec {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 80%;
  margin: 6rem auto 0px;
  margin-top: 0px;
}
.bloq-noticias .noticias-item {
  width: 22%;
  margin-right: 4%;
}
.bloq-noticias .noticias-item::nth-child(4) {
  margin-right: 0px;
}
.bloq-noticias .noticias-item h2 {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0px;
  font-size: 1.3em;
  font-weight: 400;
}
.bloq-noticias .noticias-item img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.bloq-noticias .noticias-item p {
  margin:0px;
}

/*.bloq-noticias .noticias-item:hover h2,
.bloq-noticias .noticias-item:hover p {
  color: #fff;
}*/
.sec-noticias .wrapper-sec .bloq-btn {
  text-align: center;
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width:1024px) {
  .bloq-noticias .noticias-item {
      width: 48%;
      margin-bottom: 4%;
  }
}
@media screen and (max-width:600px) {
  .bloq-noticias .noticias-item {
      width: 100%;
  }
}
.bloq-profesores {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;

}
.bloq-profesores-item {
  width: 48%;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  padding: 2rem;
  margin-bottom: 4rem;
	border:2px solid #e3e3e3;
}
.bloq-profesores-item h2 {
  margin-top: 0px;
  display: block;
  width: 100%;
}
.bloq-profesores-item-single {
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:2rem;
	width:100%;
}

.bloq-profesores-item-single img {
	border-radius:50%;
	border:5px solid #e3e3e3;
	display:block;
	width:100px;
	aspect-ratio:1/1;
	object-fit:cover;
	margin-right:2rem;
}
.bloq-profesores-item-single:hover img {
	border:5px solid #00bcd4;
}
.bloq-profesores-item-single a {
	color:#000;
	text-decoration:none !important;
}
.bloq-profesores-item-single a:hover {
	color:#00bcd4;
}
@media screen and (max-width:1600px) {
  .bloq-profesores-item {
    width: 50%;
  } 
}
@media screen and (max-width:1400px) {
  .bloq-profesores-item {
    width: 100%;
  } 
}
@media screen and (max-width:1024px) {
  .bloq-profesores-item {
    width: 100%;
  } 
}
/***/
.boton-enlace-blanco,
.boton-enlace-blanco:hover {
	color:#fff !important;
	text-decoration:none !important;
}
/***/
.subtitulo-academico {
	margin-top:0px;
	margin-bottom:3rem;
	font-weight:400;
}
.single-profesores .titulo-contenido {
	margin-bottom:0px;
}
.bloq-btn-academicos {
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
}
.bloq-btn-academicos a {
	padding:0.4rem 0.8rem;
	color:#000;
	background:#e3e3e3;
	border-radius:5px;
	display:inline-block;
	margin:0.2rem;
	line-height:1em;
	text-decoration:none !important;
}
.bloq-btn-academicos a:hover {
	padding:0.4rem 0.8rem;
	color:#fff;
	background:#333;
}
/*******/
.bloq-noticias-category {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.bloq-noticias-category .noticias-item {
  width: 22%;
  margin-right: 4%;
}
.bloq-noticias-category .noticias-item h2 {
  font-size: 1.2em;
}
.bloq-noticias-category .noticias-item img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.bloq-noticias-category .noticias-item:nth-child(4n + 0) {
  margin-right: 0px;
}
@media screen and (max-width:1400px) {
  .bloq-noticias-category .noticias-item,
  .bloq-noticias-category .noticias-item:nth-child(4n + 0) {
    width: 31%;
    margin-right: 3.5%;
  }
 .bloq-noticias-category .noticias-item:nth-child(3n + 0) {
    margin-right: 0px;
  } 
}
@media screen and (max-width:1024px) {
  .bloq-noticias-category .noticias-item,
  .bloq-noticias-category .noticias-item:nth-child(4n + 0),
  .bloq-noticias-category .noticias-item:nth-child(3n + 0) {
    width: 48%;
    margin-right: 4%;
  }
 .bloq-noticias-category .noticias-item:nth-child(2n + 0) {
    margin-right: 0px;
  } 
}
@media screen and (max-width:768px) {
  .bloq-noticias-category .noticias-item {
    width: 100% !important;
    margin-right: 0% !important;
  }
}
/*****/
@media screen and (max-width:768px) {
	.n2-ss-slide {
		min-height:700px
	}
	.n2-ss-text {
		font-size:2rem !important;
	}
}
/***************/
.accordion {
  max-width: 100%;
  margin: 20px 0px;
  font-family: sans-serif;
  /*border: 1px solid #ccc;*/
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  background: #fff;
  padding: 15px 0px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.accordion-header:hover {
  background: #e0e0e0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
	border-top:1px solid #ccc;
}

.accordion-item.active .accordion-content {
  max-height: 300px; /* ajusta según tu contenido */
  padding: 15px;
}
