.sep-wrapper-list-posts .boton{
display: inline-block;
width: 100%;
margin: 30px 0;
float: none;
text-align: center;
}
.sep-wrapper-list-posts .post-content .item a{
display: contents;
}
.sep-wrapper-list-posts .boton .loadmore {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
color: #fff !important;
border: 1px solid #fff;
border-radius: 30px;
letter-spacing: 1px;
font-size: 13px;
font-family: 'SF Pro Text', Helvetica, Arial, Lucida, sans-serif !important;
font-weight: 700 !important;
width: 250px;
margin: 0 auto;
padding: 10px;
text-transform: uppercase;
}    
.sep-wrapper-list-posts .loading{
position: absolute;
top: 0;
height: 100%;
width: 100%;
background: rgb(255 255 255 / 0);
}
.sep-wrapper-list-posts .loading .content img{
margin: 0 auto;
height: 100px;
-moz-animation: rotation-loading .8s infinite linear;
-o-animation: rotation-loading .8s infinite linear;    
-webkit-animation: rotation-loading .8s infinite linear;
}
.sep-wrapper-list-posts .post-content .item .component.separator{
width: 100%;
margin: 0;
float: left;
display: block;
}
@keyframes rotation-loading {
0% { transform: rotateY(0deg); }
100% { transform: rotateY(360deg); }
}
@media only screen and (max-width: 767px) {
.sep-wrapper-list-posts .item,
}
.sep-wrapper-list-posts .input[type="text"]:focus,
.sep-wrapper-list-posts select {
outline: none;
border: none; 
background-color: transparent; 
} .sep-wrapper-list-posts.skin-listado-001{
width: 100%;
float: left;
display: inline-block;
margin: 0;
}
.sep-wrapper-list-posts.skin-listado-001 .filter-text{
font-weight: 600;
font-size: 14px;
line-height: 28px;
font-family: 'Inter';
}
.sep-wrapper-list-posts.skin-listado-001 .filters{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
}
.sep-wrapper-list-posts.skin-listado-001 .filter{
display: flex;
width: auto;
float: left;
font-family: 'Inter';
color: #000;
font-weight: 400;
line-height: 20px;
font-size: 14px;
letter-spacing: -0.01em;
margin: 10px 0;
flex-wrap: wrap;
justify-content: center;
padding: 30px 0;
}
.sep-wrapper-list-posts.skin-listado-001 .filter.select{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
flex-direction: row;
gap: 10px;
}
.sep-wrapper-list-posts.skin-listado-001 .filter.select select{
background: transparent;
border: 0;
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
padding: 0 10px 0 0;
}
.sep-wrapper-list-posts.skin-listado-001 .filter.order{
display: flex;
justify-content: center;
align-items: end;
flex-wrap: nowrap;
flex-direction: row;
gap: 10px;
}
.sep-wrapper-list-posts.skin-listado-001 .filters .radio .item,
.sep-wrapper-list-posts.skin-listado-001 .filters .checkbox .item{
margin: 5px;
border-radius: 30px;
text-transform: uppercase;
line-height: 16px;
font-weight: 600;
color: #808080;
border: 1px solid #808080;
font-size: 14px;
padding: 10px 20px;
}
.sep-wrapper-list-posts.skin-listado-001 .filters .radio .item.active,
.sep-wrapper-list-posts.skin-listado-001 .filters .checkbox .item.active{
background: transparent !important;
color: #ee82ee;
border: 1px solid #ee82ee;
}
.sep-wrapper-list-posts.skin-listado-001 .filters .radio .item input,
.sep-wrapper-list-posts.skin-listado-001 .filters .checkbox .item input{
display: none;
}
.sep-wrapper-list-posts.skin-listado-001 .filters .order .item{
display: block;
margin: 5px;
border-radius: 0;
padding: 2px 10px;
text-transform: uppercase;
font-size: 12px;
line-height: 16px;
font-weight: 400;
text-decoration: none;
}
.sep-wrapper-list-posts.skin-listado-001 .filters .order .item.active{
font-weight: 600;
border-bottom: 2px solid;
}
.sep-wrapper-list-posts.skin-listado-001 .filters .order .item input{
display: none;
}
.sep-wrapper-list-posts.skin-listado-001 .filters .item:hover{
background-color: 1px solid rgb(238 130 238 / 40%)
transition: background-color 0.5s;
cursor: pointer;
}
.sep-wrapper-list-posts.skin-listado-001 .filters .item.active:hover{
background-color: transparent;
}
.sep-wrapper-list-posts.skin-listado-001 .post-content{
display: flex;
flex-wrap: wrap;
}
.sep-wrapper-list-posts.skin-listado-001 .post-content .item{
width: calc(100% - (5px + 5px));
margin: 0px 5px 0px 5px;
display: flex;
float: left;
}
.sep-wrapper-list-posts.skin-listado-001 .post-content .item .image{
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-size: cover !important;
position: absolute;
background-position: center;
}
.sep-wrapper-list-posts.skin-listado-001 .post-content .item .cover{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0, 0.5);
}
.sep-wrapper-list-posts.skin-listado-001 .post-content .item .sep-container{
display: flex;
justify-content: flex-start;
flex-direction: column;
width: 100%;
height: 100%;
padding: 20px;
position: relative;
flex-wrap: wrap;
gap: 10px 0;
}
.sep-wrapper-list-posts.skin-listado-001 .post-content .item .sep-container .sub-title{
font-family: "Trocchi", Sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 26px;
letter-spacing: -0.02em;
color: #fff;
margin: 0;
padding: 0;
}
.sep-wrapper-list-posts.skin-listado-001 .post-content .item .sep-container .block{
border: 1px solid #fff !important;
color: #fff;
font-size: 12px;
font-weight: 500;
font-family: 'Inter';
text-transform: uppercase;
line-height: 14px;
letter-spacing: -0.02em;
text-align: center;
display: inline-block;
float: left;
margin-right: 6px;
}
.sep-wrapper-list-posts.skin-listado-001 .boton .loadmore.boton{
float: left;
display: block;
text-align: center;
text-transform: uppercase;
text-decoration: underline;
font-size: 14px;
line-height: 21px;
color: rgba(1, 27, 46, 1);
width: 100%;
margin: 40px 0 30px;
text-underline-offset: 8px;
}
.sep-wrapper-list-posts.skin-listado-001 .boton:hover{
cursor: pointer;
}
.sep-wrapper-list-posts.skin-listado-001 .rating-stars {
display: flex;
margin-left: 20px;
}
.sep-wrapper-list-posts.skin-listado-001 .rating-stars i {
margin-right: 4px; 
font-size: 12px !important;
color: grey !important;
}
@media only screen and (max-width: 980px) {
.sep-wrapper-list-posts.skin-listado-001 .filters .item:hover {
background-color: #fff;
}
} .sep-wrapper-list-posts.skin-listado-002{
width: 100%;
float: left;
display: inline-block;
margin: 0;
}
.sep-wrapper-list-posts.skin-listado-002 .filter-text{
font-weight: 600;
font-size: 14px;
line-height: 28px;
font-family: 'Inter';
}
.sep-wrapper-list-posts.skin-listado-002 .filters{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
}
.sep-wrapper-list-posts.skin-listado-002 .filter{
display: flex;
width: auto;
float: left;
font-family: 'Inter';
color: #000;
font-weight: 400;
line-height: 20px;
font-size: 14px;
letter-spacing: -0.01em;
margin: 10px 0;
flex-wrap: wrap;
}
.sep-wrapper-list-posts.skin-listado-002 .filter.select{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
flex-direction: row;
gap: 10px;
}
.sep-wrapper-list-posts.skin-listado-002 .filter.select select{
background: transparent;
border: 0;
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
padding: 0 10px 0 0;
}
.sep-wrapper-list-posts.skin-listado-002 .filter.order{
display: flex;
justify-content: center;
align-items: end;
flex-wrap: nowrap;
flex-direction: row;
gap: 10px;
}
.sep-wrapper-list-posts.skin-listado-002 .filters .radio .item,
.sep-wrapper-list-posts.skin-listado-002 .filters .checkbox .item{
background-color: #fff;
margin: 5px;
border-radius: 30px;
padding: 5px 10px;
text-transform: uppercase;
font-size: 12px;
line-height: 16px;
font-weight: 600;
}
.sep-wrapper-list-posts.skin-listado-002 .filters .radio .item.active,
.sep-wrapper-list-posts.skin-listado-002 .filters .checkbox .item.active{
background: #00EAA6 !important;
}
.sep-wrapper-list-posts.skin-listado-002 .filters .radio .item input,
.sep-wrapper-list-posts.skin-listado-002 .filters .checkbox .item input{
display: none;
}
.sep-wrapper-list-posts.skin-listado-002 .filters .order .item{
display: block;
margin: 5px;
border-radius: 0;
padding: 2px 10px;
text-transform: uppercase;
font-size: 12px;
line-height: 16px;
font-weight: 400;
text-decoration: none;
}
.sep-wrapper-list-posts.skin-listado-002 .filters .order .item.active{
font-weight: 600;
border-bottom: 2px solid;
}
.sep-wrapper-list-posts.skin-listado-002 .filters .order .item input{
display: none;
}
.sep-wrapper-list-posts.skin-listado-002 .filters .item:hover{
background-color: rgb(0 234 166 / 40%);
transition: background-color 0.5s;
cursor: pointer;
}
.sep-wrapper-list-posts.skin-listado-002 .filters .item.active:hover{
background-color: transparent;
}
.sep-wrapper-list-posts.skin-listado-002 .post-content{
display: flex;
flex-wrap: wrap;
}
.sep-wrapper-list-posts.skin-listado-002 .post-content .item{
width: calc(100% - (5px + 5px));
margin: 0px 5px 0px 5px;
display: flex;
float: left;
}
.sep-wrapper-list-posts.skin-listado-002 .post-content .item .image{
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-size: cover !important;
position: absolute;
background-position: center;
}
.sep-wrapper-list-posts.skin-listado-002 .post-content .item .cover{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0, 0.5);
}
.sep-wrapper-list-posts.skin-listado-002 .post-content .item .sep-container{
display: flex;
justify-content: flex-start;
flex-direction: row;
width: 100%;
height: 100%;
padding: 20px;
position: relative;
flex-wrap: wrap;
gap: 10px 0;
}
.sep-wrapper-list-posts.skin-listado-002 .post-content .item .sep-container .sub-title{
font-family: "Trocchi", Sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 26px;
letter-spacing: -0.02em;
color: #fff;
margin: 0;
padding: 0;
}
.sep-wrapper-list-posts.skin-listado-002 .post-content .item .sep-container .block{
border: 1px solid #fff !important;
color: #fff;
font-size: 12px;
font-weight: 500;
font-family: 'Inter';
text-transform: uppercase;
line-height: 14px;
letter-spacing: -0.02em;
text-align: center;
display: inline-block;
float: left;
margin-right: 6px;
}
.sep-wrapper-list-posts.skin-listado-002 .boton .loadmore.boton{
float: left;
display: block;
text-align: center;
text-transform: uppercase;
text-decoration: underline;
font-size: 14px;
line-height: 21px;
color: rgba(1, 27, 46, 1);
width: 100%;
margin: 40px 0 30px;
text-underline-offset: 8px;
}
.sep-wrapper-list-posts.skin-listado-002 .boton:hover{
cursor: pointer;
}
.sep-wrapper-list-posts.skin-listado-002 .rating-stars {
display: flex;
margin-left: 20px;
}
.sep-wrapper-list-posts.skin-listado-002 .rating-stars i {
margin-right: 4px; 
font-size: 12px !important;
color: grey !important;
}
@media only screen and (max-width: 980px) {
.sep-wrapper-list-posts.skin-listado-002 .filters .item:hover {
background-color: #fff;
}
.sep-wrapper-list-posts .post-content .item.mtop{
margin-top: 0 !important;
}
}