button.filter-button {
    background-color: #E7E7E7;
    border: none;
    width: 320px !important;
    padding: 7px;
    font-size: 18px;
    color: #453D3B;
    font-weight: 700;
    border-radius: 8px;
}
button.filter-button.active{
    background-color: #2C5904;
    color: #FFFFFF;
}

.item-blog img {
    object-fit: cover;
     border-radius: 8px;
}
.item-blog {
    height: 400px;
     border-radius: 8px;
} 
.item-blog .card{
    border: none;
}
.item-blog .txt{
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
      z-index: 2;
}
.btn-blog {
    background-color: white;
    width: 90%;
    text-align: center;
    padding: 6px;
    font-size: 17px;
    font-weight: 700;
    color: #2C5904;
    border-radius: 8px;
    z-index: 2;
}
.item-blog .card-img-overlay{
    overflow: hidden;
}
.item-blog .card-img-overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(44, 89, 4, 0.50) 56.5%) #d3d3d300 50% / cover no-repeat;
    transition: background-color 0.3s ease;
    border-radius: 8px;
}

.item-blog .card-img-overlay::after {
    content: "";
    position: absolute;
    top: -100%;
    right: -100%;
    width: 100%;
    height: 100%;
     border-radius: 8px;
    background: #72BE44;
    mix-blend-mode: multiply;
    opacity: 0.8;
    transition: top 0.4s ease-in-out, right 0.4s ease-in-out;
    z-index: 1;
}
.item-blog .card-img-overlay:hover::after {
    top: 0;
    right: 0;
}
button#load-more {
    border: none;
    padding: 10px 80px;
    color: white;
    background-color: #72B344;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
}
.fnewsle .card {
    background-color: #F6F4E8;
    border: none;
    border-radius: 28px;
    padding: 60px 100px
}
.fnewsle .card h3 {
    font-size: 32px;
    font-weight: 300;
    color: #2C5904;
}
.fnewsle .card h3 b{
    font-weight: 700;
    color: #72B344;
}
.fnewsle .card p{
    font-weight: 700;
    font-size: 24px;
    color: #453D3B;
}
.fnewsle .form-control{
    height: calc(1.95em + 1rem + 2px) !important;
    padding: 0.375rem 1.3rem !important; 
	border-radius: 8px !important;
	background-color: #fff !important;
	font-weight: 500 !important;
    border: none!important;
    font-size: 0.85rem;
	color: #453D3B;
}
.fnewsle .form-control:focus{
    color: #453D3B !important;
	border-color: 0 0 10px 1px #fff!important;
	box-shadow: 0 0 10px 1px #fff !important;
	background-color: #fff !important;
}
.fnewsle textarea.form-control {
    height: auto !important;
}
.fnewsle input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
}
.fnewsle input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    top: 0;
    left: -30px;
   border: 1px solid #B5B5B5;
}
.fnewsle input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    font-family: bootstrap-icons !important;
    content: "\F26E";
        top: -10px;
    left: -40px;
    visibility: hidden;
    font-size: 2.5rem;
    text-align: center;
    line-height: 30px;
    color: #2C5904;
}
.fnewsle input[type=checkbox]:checked + span:before {
    background: transparent;
}
.fnewsle input[type=checkbox]:checked + span:after{
    visibility: visible;
}
.fnewsle span.wpcf7-list-item {
   display: inline-block;
    margin: 0% 5% 0% 6%;
    font-size: 11px;
}
.fnewsle .wpcf7 .wpcf7-list-item{
    display: block;
    font-size: 0.6rem;
    line-height: 1.3;
    color: #909090;
    font-weight: 600;
}
.fnewsle .wpcf7 .wpcf7-list-item a{
    color: #B5B5B5;
}
.fnewsle .wpcf7-not-valid-tip{
    font-size: 0.85rem;
}
.fnewsle span.wpcf7-list-item-label {
    position: relative;
}
.fnewsle .div-btn p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
}
.fnewsle .btn-enviar {
    background-color: #2C5904;
    padding: 8px 80px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
}
.img_blog {
    height: 400px;
    position: relative;
}
.img_blog img{
   object-fit: cover;
    border-radius: 8px;
}
.tt_blog{
    background-color: #2c5904b3;
}
.tt_blog h1{
    color: #BFED00;
    font-size: 28px;
    font-weight: 700;
}
.tt_blog p{
    color: #BFED00;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.content_blog p.pri_parr{
    font-size: 24px;
    font-weight: 600;
    color: #453D3B;
    line-height: 1.3;
    margin-top: 1.2rem;
}

.text-blog p, .text-blog li{
     font-size: 18px;
     color: #453D3B;
     font-weight: 400;
}

.text-blog h2{
    font-size: 30px;
    font-weight: 600;
    color: #2C5904;
    margin-top: 1.5rem;
}
.text-blog h3{
    font-size: 28px;
    font-weight: 600;
    color: #453D3B;
    margin-top: 0.8rem;
}

.content_compro p, .content_compro li{
    font-size: 20px;
    font-weight: 400;
    color: #453D3B;
    line-height: 1.5;
    margin-top: 1.2rem;
}
.content_compro h2{
    font-size: 24px;
    font-weight: 600;
    color: #453D3B;
    margin-top: 1.5rem;
}
article.item-loultimo {
    height: 300px;
    width: 350px;
}
article.item-loultimo img{
    
    object-fit: cover;
    border-radius: 20px;
}
article.item-loultimo h4 {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    padding: 5px 10px;
    color: white;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
        text-shadow: 2px 1px 5px #000000;
}

article.item-loultimo .card{
    border: none;
}
section.loultimo h3{
color: #453D3B;
font-size: 40px;
font-style: normal;
font-weight: 700;
}
@media (max-width: 600px){
    section.content h2, .fnewsle .card h3, .content h1,section.loultimo h3,.text-blog h2{ font-size: 25px;}
    button.filter-button{font-size: 15px;line-height: normal;width: 140px !important;}
    .item-blog {height: 385px;}
    .item-blog .txt {font-size: 20px;line-height: normal;}
    .fnewsle .card {padding: 20px 20px 0px 20px;}
    .fnewsle .card p{font-size: 18px;}
    .fnewsle span.wpcf7-list-item { margin: 0 10px 5px 25px;}
    .content_compro p, .content_compro li {font-size: 17px;}
    .content_compro h2 {font-size: 21px;margin-bottom: 0.85rem;}
    .text-blog h3 {font-size: 22px;}
}

@media (max-width: 575.98px){
  /* Slick sustituye el layout, evita el flex heredado */
  .slider-loultimo.slick-initialized{ display:block; }

  /* Espaciado lateral por slide */
  .slider-loultimo .item-loultimo{ padding: 0 10px; box-sizing: border-box; }
  .slider-loultimo .item-loultimo .card{ overflow:hidden; }

  /* Flechas */
  .slider-loultimo .slick-prev,
  .slider-loultimo .slick-next{
    position:absolute; top:50%; transform:translateY(-50%);
    background:none; border:none; font-size:2rem;
    color:#2C5904; z-index:5; cursor:pointer; padding:0; line-height:1;
  }
  .slider-loultimo .slick-prev{ left:8px; }
  .slider-loultimo .slick-next{ right:17px; }
  .slider-loultimo .slick-prev:hover,
  .slider-loultimo .slick-next:hover{ color:#72B344; }
    .slick-next:before, .slick-prev:before {content: "";}

  article.item-loultimo h4{ font-size: 20px;padding: 30px 10px;}
  .tt_blog p{ font-size: 20px; line-height: normal;}
  .content_blog p.pri_parr{ font-size: 20px; line-height: normal;}
}
