/*BLOG*************************************************************************/
.internal_c_double
{  
}

#internal .internal_c_double .content_left
{
    width: 70%;
    float: left;
    border-right: 2px solid #f3f3f3;
    padding-right: 5.0rem;
}

#internal .internal_c_double .content_right
{
    width: 30%;
    float: right;
    padding-left: 5.0rem;
}

#internal .internal_c_double .content_left h2
{
    text-align: left;
}

.post h2
{
    padding-bottom: 5.0rem !important;
}

.addthis_inline_share_toolbox_zc26
{
    margin-bottom: 2.0rem;
}

.list_posts
{
}

.list_posts li
{
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
    margin-bottom: 3.0rem;
}

.list_posts li a
{
    display: block;
    transition: all 0.4s ease-out;
}

.list_posts li a span
{
    display: block;
    line-height: 1.5;
    padding-bottom: 1.5rem;
}

.list_posts li a .lp_img
{
    line-height: 0;    
    overflow: hidden;
    padding-bottom: 2.0rem;
}

.list_posts li a .lp_img img
{
    height: 100%;
    object-fit: cover;
    transition: all 0.9s ease;
    width: 100%;
}

.list_posts li a:hover .lp_img img
{
    transform: scale(1.1);
    opacity: 0.8;
}

.list_posts li a .lp_title
{
    font-size: 2.2rem;
    font-weight: 600;        
    transition: all 0.7s ease;
}

.list_posts li a .lp_author
{
    display: inline-block;
    float: left;
    margin-right: 0.5rem;
}

.list_posts li a .lp_date
{
    background-image: url('../img/ico/calendar.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: top 2.5px left;
    display: inline-block;
    float: left;
    padding-left: 20px;    
}

.list_posts li a .lp_read_more
{
    clear: both;
    font-weight: 600;
    margin-bottom: 3.0rem;
    padding-bottom: 0;
    transition: all 0.7s ease;
}

.list_posts li a:hover .lp_title
{
    color: #217875;
}

.list_posts li a:hover .lp_read_more
{   
    text-decoration: underline;
    color: #217875;
}

.field_search
{
    border-right: 0;
    float: left;
    height: 50px;
    width: 80%;
}

.btn_search
{
    background-color: #217875;
    background-image: url("../img/ico/search.svg");
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid transparent;
    cursor: pointer;
    float: right;
    height: 50px;
    padding: 2.15rem 0;
    width: 20%;
}

.right_blog h3
{
    margin-top: 2.0rem;
    padding-bottom: 0.5rem !important;
    border-bottom: 2px solid #217875;
}

.list_last_posts, .list_categories, .list_historic
{
    margin: 2.0rem 0.0rem;
    line-height: 150%;
}

.list_last_posts li, .list_categories li, .list_historic li
{
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}

.list_last_posts li:last-child, .list_categories li:last-child, .list_historic li:last-child
{
    border-bottom: 0;
}

.list_last_posts li a, .list_categories li a, .list_historic li a
{
    display: block;
    padding: 0.75rem 0;
}

.list_last_posts li a:hover, .list_categories li a:hover, .list_historic li a:hover 
{
    color: #217875;
}

.list_tags
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.0rem;
}

.list_tags li
{
    margin-bottom: 2.0rem;
    margin-right: 2.0rem;
}

.list_tags li:last-child
{
    margin-bottom: 0;
}

.list_tags li a
{
    display: block;
    color: #fff;
    background-color: #217875;
    padding: 1.0rem 2.0rem;
    border: 2px solid transparent;
    transition: all 0.6s ease;
}

.list_tags li a:hover
{
    border-color: #217875;
    color: #217875;
    background-color: transparent;
}

.post .lp_date
{
    background-image: url('../img/ico/calendar.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: top 5px left;
    padding-left: 25px;
    color: #5b5b5b;
    padding-bottom: 2.0rem;
    display: block;
}