

/* HOME NOTICIAS - LALO */

#home_container{ margin: 20px 50px; padding-bottom: 30px;}

.cont-title{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--bg-main-high);;
    border-radius: 8px;
    padding: 20px 70px;
    margin: 30px 0px;
}

    .cont-title h3{ color: var(--bg-main-high) !important; }

    .cont-box{
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 30px;
        align-items: center;
        height: auto;
    }

        .cont-box div { 
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 400px;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            width: 75%;
            margin: 3px auto 0;
        }

            .cont-box div p{ 
                margin: 0px auto;
                margin-top: auto; 
                background-color: var(--bg-main-high);;
                color: white;
                width: 63%;
                padding: 13px;
                text-align: center;
            }

    .cont-box1{
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 30px;
    }

        .cont-box1 div { 
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 300px;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            width: 48.5%;
        }

            .cont-box1 div p{ 
                margin: 0px auto;
                margin-top: auto; 
                background-color: var(--bg-main-high);;
                color: white;
                width: 63%;
                padding: 13px;
                text-align: center;
            }

        .cont-box2{
            display: flex;
            width: 100%;
            justify-content: space-between;
        }
    
            .cont-box2 div { 
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                height: 200px;
                border-radius: 8px;
                display: flex;
                flex-direction: column;
                width: 31%;
            }
    
                .cont-box2 div p{ 
                    margin: 0px auto;
                    margin-top: auto; 
                    background-color: var(--bg-main-high);;
                    color: white;
                    width: 100%;
                    padding: 5px;
                    text-align: center;
                    box-sizing: border-box;
                }

.summary_rpanel{ text-align: center; }

    .summary_rpanel img{
        width: 70%;
        border-radius: 10px;
    }

    .summary_rpanel div{
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    
        .summary_rpanel h5 { font-family: var(--font-regular); }

@media screen and (max-width: 768px) {
    .cont-title{
        padding: 20px 20px;
        flex-direction: column;
    }

    .cont-box1 { flex-direction: column; }

    .cont-box1 div {
        height: 230px;
        width: 100%;
        margin-bottom: 25px;
    }

    .cont-box2 {
        flex-direction: column;
    }

    .cont-box2 div { width: 100%; margin-bottom: 20px; }
}
    

/* HOME NOTICIAS - LALO [END] */

