.content-blog {
  padding: 24px 192px 80px;
  gap: 80px;
  width: 100%;
}
.news {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.post {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  gap: 24px;
  border-radius: 8px;
  background: linear-gradient(45deg, #6b6b6b 0%, #b4b4b4 100%);
  box-shadow: 0px 4px 6px 0px #0a0d121a;
  box-shadow: 0px 8px 8px 0px #0a0d121a;
}
.post img.post-img {
  max-width: 300px;
  border-radius: 6px;
}  
.post .post-content-text {
  display: flex;
  width: 100%;
  gap: 12px;
  flex-direction: column;
}
.post .post-content-text .post-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: var(--gris-1);
}
.post .post-content-text .post-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--blanco);
}
.post .post-content-text .post-block-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
align-items: flex-end;
}

span.post-date {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--blanco);
}
a.read-more,
a.custom-3d {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  justify-content: center;
  align-items: center;
  color: var(--blanco);
  border-radius: 8px;
  gap: 10px;
  padding: 12px 14px;
  background: var(--rojo-1);
}

body.blog span.newsletter-title {
  font-family: "ControllerExtW01-Three", sans-serif;
  font-weight: 400;
  color: var(--gris-1);
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 2px;
  text-align: left;
}

.campo-buscar {
  background-color: #454545;
  border-radius: 8px;
  border: 1px solid #b4b4b4;
  padding-top: 6px;
  padding-right: 13px;
  padding-bottom: 6px;
  padding-left: 13px;
  gap: 8px;
  transform: rotate(0deg);
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  box-shadow: 0 4px 6px rgba(10, 13, 18, 0.05);
  margin: 40px 0px;
}

.campo-buscar::placeholder {
  text-align: left;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 17.6px;
  line-height: 26.4px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.blog-title-container {
  text-align: center;
  margin-bottom: 20px;
}
.news-back {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.contenedor-noticia {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  padding: 20px;
  gap: 32px;
  border-radius: 8px;
  background: linear-gradient(45deg, #6b6b6b 0%, #b4b4b4 100%);
  box-shadow: 0px 8px 8px 0px rgba(10, 13, 18, 0.1);
}
.superior {
  display: flex;
  gap: 32px;
  flex-direction: row;
}
img.imagen {
  display: flex;
  min-height: 350px;
  border-radius: 6px;
  padding: 10px;
}
.grupo1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
p.short_text {
  display: flex;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: var(--blanco);
}

span.fecha,
span.autor {
  display: flex;
  color: var(--blanco);
  gap: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.contenedor-noticia span.titulo {
  font-family: "ControllerExtW01-Three", sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: var(--gris-1);
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.contenedor-noticia p.parrafo {
  display: flex;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: var(--blanco);
  text-align: justify;
}
.navegacion {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 40px;
}
.navegacion a {
  display: flex;
  align-items: center;
  gap: 8px; 
  text-decoration: none;
  color: black;
}

a.anterior {
  font-family: Space Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  display:inline-flex;
  color: var(--blanco);
  gap:8px;
}
a.siguiente {
  font-family: Space Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  display:inline-flex;
  text-align: center;
  color: var(--blanco);
  gap:8px;
}
.navegacion a img.flecha {
width: 16px;
height: 16px;
}
.flecha{
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.flecha.derecha{
transform:rotate(-90deg);
}
.flecha.izquierda{
transform:rotate(90deg);
}

@media screen and (min-width: 1400px) and (max-width: 1760px) {
  .post {
    padding: 20px;
    gap: 10px;
  }
	.post img.post-img {
		max-width: 280px;
		max-height: fit-content;		
	}	
  
  .content-blog {
    padding: 24px 120px 80px;
    gap: 80px;
  }  
  body.blog span.newsletter-title {
    font-size: 60px;
    line-height: 72px;
  }
	.post .post-content-text .post-title {
		font-size: 27px;
		line-height: 40px;
	}	
	.post .post-content-text .post-text {
		font-size: 18px;
		line-height: 28px;
	}	
	span.post-date {
		font-size: 17px;
		line-height: 25px;
	}	

}

@media screen and (min-width: 701px) and (max-width: 1399px) {

	.news-back {
		margin-bottom: 15px;
		gap: 20px;
	}  
	.campo-buscar {
		margin: 20px 0px;
	}	
  .content-blog {
    padding: 24px 35px 60px;
    gap: 80px;
  }
  body.blog span.newsletter-title {
    font-size: 24px;
    line-height: 35px;
  }
  .post {
    gap: 15px;
    padding: 15px;
  }

	.post img.post-img {
		max-width: 190px;
        max-height: fit-content;		
	}	

	.post .post-content-text .post-title {
		font-size: 23px;
		line-height: 35px;
	}	
	.post .post-content-text .post-text {
		font-size: 14px;
		line-height: 20px;
	}	
  span.post-date {
		font-size: 13px;
		line-height: 16px;
	}	


}

@media screen and (min-width: 60px) and (max-width: 700px) {
  .content-blog {
    padding: 24px 20px 20px;
    gap: 80px;
  }
	.news-back {
		margin-bottom: 10px;
		gap: 10px;
	}  
	.campo-buscar {
		margin: 15px 0px;
	}	
  

  .post {
    flex-direction: column;
    padding: 15px;
    gap: 10px;
    align-items: center;

  }
	.post img.post-img {
    width: 100%;
    max-width: 100%;    
	}	
	.post .post-content-text .post-block-date {
    flex-wrap: wrap;
    gap: 0px;
    align-items: center;    
	}  

  .post .post-content-text {
    gap: 20px;
  }
  body.blog span.newsletter-title {
    font-size: 27px;
    line-height: 35px;
    text-align: center;
  }
	.post .post-content-text .post-title {
		font-size: 22px;
		line-height: 30px;
	}	
	.post .post-content-text .post-text {
		font-size: 14px;
		line-height: 20px;
	}	
	span.post-date {
    white-space: nowrap; 
		font-size: 13px;
		line-height: 16px;
	}	

}
