
.postsMasLeidos .usg_vwrapper_1:before{opacity:0.1;font-family: 'Playfair Display', serif !important;font-size:142px;line-height:72px;position:absolute;top:0;left:5px;z-index:-5; }

.postsMasLeidos article:nth-child(1) > div:nth-child(1) > div:nth-child(1):before{content:"1";}
.postsMasLeidos article:nth-child(2) > div:nth-child(1) > div:nth-child(1):before{content:"2";}
.postsMasLeidos article:nth-child(3) > div:nth-child(1) > div:nth-child(1):before{content:"3";}
.postsMasLeidos article:nth-child(4) > div:nth-child(1) > div:nth-child(1):before{content:"4";}
.postsMasLeidos article:nth-child(5) > div:nth-child(1) > div:nth-child(1):before{content:"5";}
.postsMasLeidos article:nth-child(6) > div:nth-child(1) > div:nth-child(1):before{content:"6";}
.postsMasLeidos article:nth-child(7) > div:nth-child(1) > div:nth-child(1):before{content:"7";}
.postsMasLeidos article:nth-child(8) > div:nth-child(1) > div:nth-child(1):before{content:"8";}
.postsMasLeidos article:nth-child(9) > div:nth-child(1) > div:nth-child(1):before{content:"9";}
.postsMasLeidos article:nth-child(10) > div:nth-child(1) > div:nth-child(1):before{content:"10";}


.postsMasDestacados .post_title {
	bottom: -5px !important;
	border-left: 1px solid #ff808b;
	margin-left: 5%;
  }

  .postsMasDestacados .post_title a {
	margin-left: 5%;
	display: block;
	margin-bottom: 10px;
  }

  .postsMasDestacados .post_title::after {
	content: "";
  	display: block;
  	width: 50%;
  	border-bottom: 1px solid #ff808b;
  	margin-bottom: -12px;
  	
  }


  .no-te-pierdas {
	padding: 15px;
	border: 1px solid #ff808b;
	position: relative;
	margin-bottom: 40px;
	margin-top: 20px;
  }

  .no-te-pierdas::before {
	content: "No te pierdas...";  
	font-family: 'Playfair Display', serif !important;  
	text-transform: uppercase;  
	margin-bottom: 24px;  
	color: #7f7f7f;  
	position: absolute;  
	width: fit-content;  
	top: -13px;  
	left: 15px;  
	background-color: #ffffff;  
	padding-left: 10px;  
	padding-right: 10px;  
  }