/* !Loading spinner */
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
    display: block;
    /*margin-top: -17px;*/
    width: 10rem;
    height: 10rem;
    vertical-align: text-bottom;
    background-color: #afcf44;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 2.75s linear infinite;
    animation: spinner-grow 2.75s linear infinite;

    text-align: center;
    margin: auto;
    /*display: table-cell;*/
}


/* List articles */
.see_more{
    color: #698415;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-top: 8px;
    display: block;
}


/* ! En castellano no estaban estos estilos */

.viverosflex{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
    border-bottom: 2px solid #5FA647;
    margin-bottom: 15px;
    align-items: flex-end;
}
.viverosflex a{
    width:50%;
    display:inline-block;
}
.viverosflex a img{
    max-width:100%;
    width:auto;
}
.viverosflex strong{
    margin-left: auto;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

 ul.flex li{
     border-bottom: 0 !important;
     padding: 0.8em 0;
 }

ul.flex li{
    display: flex !important;
    flex-wrap :wrap;
}
ul.flex li .img{
    width: 22%;
    margin-right: 3%;
}
ul.flex li .info{
    width: 69%;
}

ul.flex li .info .rss_excerpt{
    display: block;
    line-height: 13px;
    font-size: 11px;
}

ul.flex li .info h3{
    margin-bottom: 5px;
}
ul.flex li .info h3 a{
    font-size: 13px;
    line-height: 14px;
    display: block;
    font-weight: bold;
}
