header {
   /* position: fixed;
   width: 100%;
   background-color: transparent; */
}

header.scroll{
/* 	background-color: var(--primero); */
}

header.scroll .menu-principal-container ul li a{
/* 	color:#fff; */
}


.lizethweb-entradas-populares {
   padding: 60px 0;
	background-color: #F0F2F5;

}

.lizethweb-entradas-populares div.titulos>h2 {
   text-align: center;
   color: var(--primero);
   font-weight: 700;
   font-size: 2.3em;
}

.lizethweb-entradas-populares div.titulos>p {
   color: var(--texto);
   text-align: center;
   font-weight: 500;
   font-size: 19px;
   margin-bottom: 30px;
}

.lizethweb-entradas-populares-articles {
   display: none;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-rows: 300px 300px;
   gap: 15px;
}

.lizethweb-entradas-populares-articles article {
   position: relative;
   border-radius: 10px;
   overflow: hidden;
}

.lizethweb-entradas-populares-articles article:nth-child(1) {
   grid-column: 1 / 3;
   grid-row: 1/3;
}

.lizethweb-entradas-populares-articles article:nth-child(2) {}

.lizethweb-entradas-populares-articles article:nth-child(3) {}

.lizethweb-entradas-populares-articles article:nth-child(4) {
   grid-column: 3 / 5;
}

.bariloche__blog-articulo-info {
   position: absolute;
   bottom: 20px;
   left: 20px;
   z-index: 2;
}

.bariloche__blog-articulo-info h3 {
   color: #fff;
   cursor: pointer;
   font-size: 22px;
}

.bariloche__blog-articulo-image {
   height: 100%;
   position: relative;
   overflow: hidden;
}

.bariloche__blog-articulo-image a {
   display: block;
   height: 100%;
}

.bariloche__blog-articulo-image::before {
   position: absolute;
   content: "";
   opacity: 0.8;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 150px;
   /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1A1A1A)); */
   /* background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%); */
   background: -o-linear-gradient(top, rgba(26, 26, 26, 0) 0%, #1A1A1A 80%);
   background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1A1A1A 80%);
   border-radius: 0 0 10px 10px;
   z-index: 1;
}

.bariloche__blog-articulo-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform .3s linear;
}

.lizethweb-entradas-populares-articles article:hover .bariloche__blog-articulo-image img {
   transform: scale(1.1);
}

.lizethweb-entradas-populares-articles article:hover .bariloche__blog-articulo-info h3 {
   text-decoration: underline;
}

/* carrusel ultimas entradas */
.lizethweb__carrusel-posts {

   background-color: #F0F2F5;
}

.lizethweb__carrusel-titulos h3 {
   text-align: center;
   color: var(--texto);
   font-weight: 700;
   font-size: 2.3em;
   margin-bottom: 30px;
   margin-top: 0;
}

.lizethweb__carrusel-posts {
   padding: 60px 0;
}

.lizethweb__carrusel-articulos.container{
/* 	display:none; */
}

.lizethweb__carrusel-articulos.container .swiper-wrapper{
	justify-content: center;
}

.swiper {
   width: 100%;
   height: auto;
   padding-bottom: 40px;
}

.swiper-wrapper .swiper-slide>article {
   width: 100%;
   height: 100%;


}

.swiper-wrapper .swiper-slide article .image-blog {
   margin-bottom: 10px;
   overflow: hidden;
}

.swiper-wrapper .swiper-slide article img {
   width: 100%;
   transition: all .4s;
   object-fit: cover;
   height: 350px;
   filter: contrast(.7);
}

.swiper-wrapper .swiper-slide article .texto-blog h4 {
   margin-bottom: 10px;
   line-height: 20px;
}

.swiper-wrapper .swiper-slide article .texto-blog h4 a {
   color: var(--texto);
   text-decoration: none;
   font-weight: 700;
   font-size: .6em;
   transition: color .3s;
}

.swiper-wrapper .swiper-slide article .texto-blog p {
   color: gray;
   font-size: 12px;
   font-style: italic;
   font-weight: 500;
}

.swiper-button-next,
.swiper-button-prev {
   background-color: var(--primero) !important;
   border-radius: 50% !important;
   width: 40px !important;
   height: 40px !important;
   color: #fff !important;
   top: 45% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
   font-size: 22px !important;
}

.swiper-pagination-bullet {
   width: 12px !important;
   height: 12px !important;
}

.swiper-pagination-bullet-active {
   background: var(--primero) !important;
}

/* categorias */
.lizethweb__categorias {
   background-color: #fff;
   padding: 60px 0;
}

.lizethweb__categorias-titulos h3 {
   text-align: center;
   color: var(--texto);
   font-weight: 700;
   font-size: 2.3em;
   margin-bottom: 30px;
   margin-top: 0;
}

.lizetweb__categorias-items {
   display: flex;
   gap: 20px;
   margin-bottom: 30px;
   justify-content: center;
   flex-wrap: wrap;
}

.lizetweb__categorias-items>div {
   border: 1px solid var(--primero);
   color: var(--primero);
   padding: 6px 13px;
   text-align: center;
   border-radius: 10px;
   font-weight: 600;
   cursor: pointer;
}

.lizetweb__categorias-items>div:hover {
   background-color: var(--primero);
   color: #fff
}

.lizethweb__categorias-articulos {}



.lizethweb__categorias-articulos .cat-posts {

   display: none;
   grid-template-columns: repeat(auto-fit, minmax(250px, 288px));
   gap: 15px;
   position: relative;
   padding-bottom: 50px;
   justify-content: center;
}

.lizethweb__categorias-articulos .cat-posts.show {
   display: grid;
}

.lizethweb__categorias-articulos .cat-posts article {
   position: relative;
}

.lizethweb__categorias-articulos .cat-posts article>div img {
   width: 100%;
   height: 300px;
   border-radius: 10px;
   object-fit: cover;
}

.lizethweb__categorias-articulos .cat-posts article>div.titulo {
	position: absolute;
	bottom: 20px;
	padding: 0 14px;
}

.lizethweb__categorias-articulos .cat-posts article>div.titulo h3 {


   margin: 0;
   color: #fff;
   position: relative;
   z-index: 2;
   cursor: pointer;
	font-size: 17px;
    text-wrap: balance;

}

.lizethweb__categorias-articulos .cat-posts article::before {
   position: absolute;
   content: "";
   opacity: 0.8;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 112px;
   /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1A1A1A)); */
   /* background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%); */
   background: -o-linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1A1A1A 67%);
   background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1A1A1A 67%);
   border-radius: 0 0 10px 10px;
   z-index: 1;
}


.content-button-vermas {
   width: 100%;
   position: absolute;
   bottom: -20px;
   text-align: center;
}

.content-button-vermas>a {
   display: inline-block;
   background-color: var(--primero);
   color: #fff;
   padding: 4px 12px;
   font-weight: 500;
   text-decoration: none;
   font-size: 16px;
   border-radius: 30px;
   transition: all .3s;
   border: 2px solid transparent;
}


@media(max-width:767px){
	
	.lizethweb-entradas-populares-articles{
		display:none;
	}
	
	.lizethweb-entradas-populares-articles article{
		margin-bottom:10px;
	}

	
}