﻿
.wrapper-lateral-content {
    display: flex;
    justify-content: center;
    
}

.image-lateral-content {
    width: 287px;
    position: relative;
}

    .image-lateral-content img {
        width: 100%;
        display: block;
        margin: auto;
    }


.content-ground {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.6);
    opacity: 0.5;
}


.content-inter {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.div-label-inter {
    background: #CE3838;
    padding: 10px;
    position: absolute;
    top: 10px;
    width: 124px;
    height: 35px;
    right: 0%;
    margin-right: 10px;
}

.div-label-camp {
    background: #334F92;
    padding: 10px;
    position: absolute;
    top: 10px;
    width: 124px;
    height: 35px;
    right: 0%;
    margin-right: 10px;
}

.div-label-inter h1 {
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-content: center;
    display: flex;
    justify-content: center;
}

.div-label-camp h1 {
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-content: center;
    display: flex;
    justify-content: center;
}


.lateral-content {
    gap: 22px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 130px);
}

.content-paragrafo p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    padding: 8px 8px 8px 8px;
}

.section-news-content{
    display: flex;
}
