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

body {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
}
p, li {
  line-height: 1.5em;
    font-size: 1.2em;
}
li {
  margin-bottom: 0.5em
}
.load {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: #fff;
    -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
}
.load.carga {
  margin-left: -100%;
}
.carga-none {
  display: none;
}
.sec {
    padding: 5em 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 {
  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:2em 5%;
  -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
}
header.header-int {
  background: #1F8CB6;
}
header.scroll {
  background: #1F8CB6;
  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: 100px;
}
header.header-int .logo.scroll img {
   width: 70px;
}
.logo.scroll img {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .logo img {
    width: 130px;
  }
} 
/**/
.bloq-menu {
/*  background: #ff3f3f;*/
/*  background:#f3f3f3;*/
  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: 30%;
}
.bloq-menu-item:nth-child(2) {
  width: 67%;
}
.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;
}
.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;
}
.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 {
    max-height: 77vh;
    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;
}
#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;
}
.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, #f3603d, #de8a4a);
  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;
}
.sec-pasos {
    background: #f5f5f5;
}
.bloq-pasos {
    width: 90%;
    margin:0px auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.bloq-item-pasos {
    width: 31%;
    min-height: 330px;
    padding: 2em;
    color:#fff;
    margin-bottom: 2em;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.bloq-item-pasos h1 {
  font-size: 1.7em;
}
.subtitulo {
  font-weight: 400;
}
.bloq-item-pasos img {
  width: 50%;
  margin: 0px auto;
  display: block;
}
.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: 900px) {
    .bloq-item-pasos {
        width: 49%;
    }
}
@media screen and (max-width: 600px) {
    .bloq-item-pasos {
        width: 100%;
    }
}
/* 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-2 {
  width:48%;
  margin: 0px auto 2em auto;
}
.bloq-video-item h1 {
  font-size: 1.7em;
  margin-top: 0px;
}
.bloq-video-item h2 {
  font-size: 1.7em;
  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: 5%;
  background:#7dd0b6;
}
.sec-dos-bloques-item:nth-child(2) {
  width: 50%;
  padding: 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: 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;
}
.bloq-col-footer {
  width: 21%;
}
.logo-footer img {
  width: 180px;
}
.bloq-footer ul li a {
  color:#8e8e8e;
}
.bloq-footer ul {
  list-style: none;
  padding:0px; 
}
.bloq-footer ul li {
  list-style: none; 
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 1em;
}
.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%;
  }
}
.search-input {
  padding: 1em;
  background: #f2f2f2;
  border: 0px;
}
/**/
.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: 3em;
}
.titulo-2 {
  font-weight: 300;
  margin-bottom: 0px;
}
.cont-left {
  width: 70%;
}
.cont-right {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .cont-left {
    width: 100%;
    margin-bottom: 3em;
  }
  .cont-right {
    width: 100%;
  }
}
/**/
.paso-1 .titulo-contenido, .paso-2 .titulo-contenido, .paso-3 .titulo-contenido, .paso-4 .titulo-contenido, .paso-5 .titulo-contenido, .paso-6 .titulo-contenido
, .paso-7 .titulo-contenido, .paso-8 .titulo-contenido, .paso-9 .titulo-contenido, .paso-10 .titulo-contenido {
  margin-top: 0px;
}
.texto-menu-right #menu-pasos li {
  background: #1F8CB6;
}
.texto-menu-right #menu-pasos li a {
  color:#fff !important;
}
/* PASO1 */
.paso-1 .bloq-gris-contenido h3 {
  background: #9dc6d8;
}
.paso-1 .titulo-contenido {
  color:#9dc6d8;
}
/* PASO2 */
.paso-2 .bloq-gris-contenido h3 {
  background: #29b3ca;
}
.paso-2 .titulo-contenido {
  color:#29b3ca;
}
/* PASO3 */
.paso-3 .bloq-gris-contenido h3 {
  background: #7dd0b6;
}
.paso-3 .titulo-contenido {
  color: #7dd0b6;
}
/* PASO4 */
.paso-4 .bloq-gris-contenido h3 {
  background: #1d4d89;
}
.paso-4 .titulo-contenido {
  color: #1d4d89;
}
/* PASO5 */
.paso-5 .bloq-gris-contenido h3 {
  background: #d2b29b;
}
.paso-5 .titulo-contenido {
  color:#d2b29b;
}
/* PASO6 */
.paso-6 .bloq-gris-contenido h3 {
  background: #e38590;
}
.paso-6 .titulo-contenido {
  color:#e38590;
}
/* PASO7 */
.paso-7 .bloq-gris-contenido h3 {
  background: #f69156;
}
.paso-7 .titulo-contenido {
  color:#f69156;
}
/* PASO8 */
.paso-8 .bloq-gris-contenido h3 {
  background: #d0bf74;
}
.paso-8 .titulo-contenido {
  color:#d0bf74;
}
/* PASO9 */
.paso-9 .bloq-gris-contenido h3 {
  background:#955151;
}
.paso-9 .titulo-contenido {
  color:#955151;
}
/* PASO10 */
.paso-10 .bloq-gris-contenido h3 {
  background: #a3b3b3;
}
.paso-10 .titulo-contenido {
  color:#a3b3b3;
}
/* 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: space-between;
}
.bloq-experiencias-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-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%;
  }
}
@media screen and (max-width: 768px) {
  .bloq-experiencias-item {
    width: 100%;
  }
}
/* 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;
}
/* 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%;
}
@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 */
.bloq-sidebar-pasos {
  background: #29b3ca;
  display: block;
  padding: 1em;
  color: #fff;
  margin-bottom: 2em;
}
.bloq-sidebar-pasos:nth-child(1) {
  background:#9dc6d8;
}
.bloq-sidebar-pasos:nth-child(2) {
  background:#29b3ca;
}
.bloq-sidebar-pasos:nth-child(3) {
  background:#7dd0b6;
}
.bloq-sidebar-pasos:nth-child(4) {
  background:#1d4d89;
}
.bloq-sidebar-pasos:nth-child(5) {
  background:#d2b29b;
}
.bloq-sidebar-pasos:nth-child(6) {
  background:#e38590;
}
.bloq-sidebar-pasos:nth-child(7) {
  background:#f69156;
}
.bloq-sidebar-pasos:nth-child(8) {
  background:#d0bf74;
}
.bloq-sidebar-pasos:nth-child(9) {
  background:#955151;
}
.bloq-sidebar-pasos:nth-child(10) {
  background:#a3b3b3;
}
.bloq-sidebar-pasos h1 {
  font-size: 1.3em;
  margin-bottom: 5px;
  margin-top: 0px;
  color:#fff !important;
}
.bloq-sidebar-pasos h2 {
  margin-top: 0px;
  font-size: 1.2em;
  margin-bottom: 5px;
  color:#fff !important;
}
.bloq-sidebar-pasos h3 {
  font-size: 1em;
  margin-bottom: 5px;
  color:#fff !important;
}
.bloq-sidebar-pasos:hover {
  background:#a5a5a5; 
}
.current_page {
  background:#616161 !important; 
}
.bloq-sidebar {
  display: none;
}
.parent-pageid-620 .bloq-sidebar {
  margin-top: 2em;
  display: block;
}

.bloq-videos-exp {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
}
.bloq-videos-exp-item {
  width:22%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2em;
}
.bloq-videos-exp-item:hover h3 {
  color:#1F8CB6;
}
.bloq-img-videos-exp {
  margin-bottom: 1em;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.bloq-img-videos-exp {
  width: 100%;
}

.playicon {
  width: 50px;
  height: auto;
  position: absolute;
  opacity: 0.8;
  transition: all .3s ease-in-out;
}
.bloq-videos-exp-item:hover .playicon {
  opacity: 1;
  transform: rotate(360deg);
}
.bloq-texto-videos-exp {
  width: 100%;
}
.bloq-texto-videos-exp h3 {
  display: block;
  width: 100%;
  margin: 0px;
}
@media screen and (max-width: 900px) {
  .bloq-videos-exp-item {
    width:48%;
  } 
}
@media screen and (max-width: 600px) {
  .bloq-videos-exp-item {
    width:100%;
  } 
}