.amarillo:before{background:#d9b428}.lila:before{background:#8e43a7b3}.morado:before{background:#814efab3}.azul:before{background:#900c3eb3}.lila:before{background:#ff7f2cb3}.lila2:before{background:#ff7f2cb3}.anaranjado:before{background:#00b8fcb3}
h1{
  background: linear-gradient(to right,#c14242 ,orange);
  background-image: linear-gradient(to right, rgb(193, 66, 66), orange);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  margin: 0 0 20px;
  text-align: center;
}
.entradas-recientes {
    border: 1px solid #ddd;
}
html{
  scroll-behavior: smooth;
}
.table {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.escapar {
    display: table;
    width: 100%;
    height: 100%;
}
/*  Estilos Slider   */
.col-lg-3.col-md-4.col-sm-6.col-xs-12.filter.m1 {
    float: left;
}
#Carrouselblog{
  position: relative;
  display: block;
  margin: 195px 0 0;
}

#Carrouselblog .carousel-item{
  background: #000;
  /* max-height: 300px; */
  /* min-height: 300px; */
  overflow: hidden;
}
.col.col-md-3.order-md-12.grey-b {
    float: right;
}
h1 {padding: 50px 20px;display: inline-block;width: 50%;font-weight: 700;color: #fff;top: 0;/* position: absolute; */background: url("../images/landing/cuadro_texto.png") !important;font-family: 'PT Sans Narrow', sans-serif;margin: 0;font-size: 50px;text-shadow: 2px 2px 2px #000;text-transform: uppercase;font-weight: 600;background-size: 100% 100% !important;}
#Carrouselblog .carousel-item img{
  /* opacity: .3; */
  width: 100%;
  /* position: absolute; */
  /* top: 50%; */ss
  /* transform: translateY(-50%); */
}

#Carrouselblog .carousel-item .titulos{
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#Carrouselblog .carousel-item .titulos h2{
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 40px;
}

#Carrouselblog .carousel-item .titulos h4{
  font-weight: lighter;
  font-size: 18px;
  color: #f60;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#Carrouselblog .carousel-item .titulos a{
  color: #f60;
  border: solid 1px #f60;
  border-radius: 20px;
  padding: 5px 20px;
  transform: scale(0.7);
  width: fit-content;
  margin: 0 auto;
  display: block;
  text-decoration: none !important;
}


#Carrouselblog .carousel-item .titulos a:hover .fa{
  margin-left: 10px;
}

#Carrouselblog .carousel-item .titulos a .fa{
  transition: .4s ease-in-out;
}


#Carrouselblog .controles{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  padding: 0 40px;
  color: #f60;
  opacity: .7;
  transition: .6s ease-in-out;
  height: 100%;
  display: none;
}

#Carrouselblog .controles:hover{
  opacity: 1;
}

.carousel-control-next{
  right: 0;
}

.carousel-indicators{
  bottom: 10px !important;
}

.carousel-indicators li{
  width: 25px;
  height: 3px;
  border-radius: 0;
  border: none;
  background: rgba(255,255,255,.3);
  margin: 0;
}

.carousel-indicators .active{
  width: 25px;
  height: 3px;
  border-radius: 0;
  background: rgba(255,255,255,.8);
  display: none;
}
/*  Estilos Slider   */



/*  Estilos SideBar   */
#blog-body{
  padding: 40px 0;
}

.grey-b{
  padding-top: 15px;
  background: #f4f4f4;
}

.filter-art{
  background: #68caed;
  border: solid 1px #68caed;
  padding: 20px 0 0;
  list-style: none;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border-radius: 5px;
  overflow: auto;
}

.filter-art p{
  text-align: center;
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.filter-art li{
  border-bottom: solid 1px;
  border-left: solid 0px;
  border-color: #68caed;
  background: #fff;
  font-size: 14px;
  padding: 4px 0 4px 20px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.filter-art li:last-of-type{
  border-bottom: none;
}

.filter-art li:hover{
  border-left: solid 5px #68caed;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.filter-art li a{
  color: #333 !important;
  text-decoration: none;
  transition: .5s ease-in-out;
}

.filter-art li:hover a{
  color: #f60 !important;
}

/*  Estilos SideBar   */



/*  Estilos Posts General   */

.entrada{
  /* display: flex; */
  align-items: center;
  min-height: 270px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.entrada figure{
  /* min-height: 270px; */
  /* width: 200px; */
  /* min-width: 200px; */
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100%;
}

.entrada figure img{
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translateX(-50%) translateY(-50%); */
  /* height: 100%; */
  float: left;
  width: 100%;
}

.entrada .info{
  padding: 15px;
  max-height: 270px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.entrada .info h3{
  font-weight: bolder;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  float: left;
  margin: 0 0 20px;
  color: #444;
}

.entrada .info h4{
  font-size: 14px;
  font-weight: lighter;
  text-transform: uppercase;
  margin: 0;
}

.entrada .info h4:after{
  display: block;
  content: "";
  background: #f60;
  height: 2px;
  width: 60%;
  margin: 5px 0 15px;
}

.entrada .info p{
  font-size: 12px;
  margin: 0;
  margin-bottom: 20px;
}

.entrada .info a.mas{
  color: #f60;
  text-decoration: none;
}

.entrada .info a.mas:hover .fa{
  margin-left: 8px;
}

.entrada .info a.mas .fa{
  transition: .4s ease-in-out;
}

.entrada .social{
  float: right;
  background: #f4f4f4;
  padding: 0 10px;
  border-radius: 15px;
}

.entrada .social .compartir{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.entrada .social .compartir li{
  display: inline-block;
  font-size: 13px;
  margin: 0 5px;
  line-height: 26px;
}


/*  Estilos Posts General   */


/*  Estilos Posts Entrada   */

#blog-body-entry{
  padding: 40px 0;
}

.entradas-recientes .entrada-res{
  display: flex;
  height: 100px;
  align-items: center;
  background: #fff;
  color: #333;
  text-decoration: none;
  margin: 0;
}

.entradas-recientes figure{
  min-height: 100px;
  width: 70px;
  min-width: 70px;
  overflow: hidden;
  position: relative;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  }

.entradas-recientes figure img{
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translateX(-50%) translateY(-50%); */
  /* height: 100%; */
  display: inline-block;
  width: 100%;
  margin: 25% 0 0;
  }

  .datos{
    padding: 0 10px;
  }

.entradas-recientes h4{
  font-size: 18px;
  font-weight: normal;
}

.entradas-recientes p{
  font-size: 12px;
  color: #666;
}

#blog-body-entry .texto-entrada h2{
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 0;
}

#blog-body-entry .texto-entrada h4.titulo{
  font-weight: lighter;
  text-transform: uppercase;
  color: #f60;
  font-size: 20px;
  margin-bottom: 40px;
}

#blog-body-entry .texto-entrada p{
  text-align: justify;
}

#blog-body-entry .texto-entrada blockquote{
    border: solid 1px #f60;
    padding: 10px;
    color: #f60;
  }

  #blog-body-entry .texto-entrada blockquote p{
    text-align: left;
  }
  .cuerpo {
    max-height: 130px;
    overflow: hidden;
    margin: 0 0 20px;
}
  #blog-body-entry .texto-entrada blockquote footer{
    font-weight: bolder;
  }
/*  Estilos Posts Entrada   */

/*  Estilos Crear Post   */
#crear-art{
  padding: 40px 0;
  background: #f0f0f0;
}
.texto-entrada img {
    max-width: 100%;
}
#crear-art form fieldset label{
  font-weight: bolder;
  color: #333;
}
.entrada:hover .info a.mas {
    color: #fff;
}
.links h3 {
    font-size: 16px;
}
.entrada:hover .info h3 {
    color: #fff;
}
#crear-art form fieldset input, #crear-art form fieldset textarea, #crear-art form fieldset .tox-tinymce{
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}

#crear-art form button.guardar{ 
  background: #f60;
  width: 100%;
  border-radius: 4px;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  transition: .3s ease-in-out;
}

#crear-art form button.guardar:hover{
  background: #ff7e28;
}
.entrada:before {content: '';width: 100%;height: 100%;position: absolute;left: -100%;transition: all 0.3s;}

.entrada:hover:before {
    left: 0;
}
/*  Estilos Crear Post   */
@media only screen and (max-width:500px){
  .col {
      float: right !important;
      flex-basis: inherit !important;
  } 
  .col.col-lg-3.col-md-3.col-sm-12.col-xs-12.order-md-12.grey-b {
    padding-bottom: 15px;
  }
}