﻿.img-style {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.destacados-container {
    padding-left: 7%;
    padding-right: 7%;
    max-width: 100%;
}

.destacados-hr {
    height: 1px;
    background: #999;
    width: 105%;
    margin: 0px 0% 10px -2%;
}

.destacados-hr--bottom {
    margin: 10px 0% 10px -2%;
}

.destacados-title {
    color: #565656 !important;
}

.titulo-renovables {
    font-size: 20px;
    color: #00aabb;
    font-family: 'DIN REGULAR';
    margin-bottom: 0.5em;
    font-weight: bold;
}

.titulo-noticias {
    font-size: 20px;
    color: #8dcc6d;
    font-family: 'DIN REGULAR';
    font-weight: bold;
}

.subtitulo-parque {
    font-size: 13px;
    color: #565656;
    font-family: 'DIN REGULAR';
}

.img-parque {
    width: 100% !important;
    height: 100% !important; 
    object-fit: cover;
    border-radius: 5px;
    display: block; 
}

.caption-parque {
    font-size: 12px;
    color: grey;
    font-family: 'DIN REGULAR';
}

.texto-descripcion {
    font-size: 16px;
    color: #777777;
}

.col-rigi {
    padding-top: 5.5px;
}

.titulo-rigi {
    font-size: 22px;
    color: #8dcc6d;
    font-family: 'DIN REGULAR';
}

.reportes-flex-section {
    padding-left: 7%;
    padding-right: 7%;
}

.noticias-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
    margin-bottom: 2.5rem;
}

.noticias-col {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    padding: 4px;
}

@media (max-width: 767px) {
    .noticias-pair {
        display: block;
    }

    .noticias-col {
        display: block;
        margin-bottom: 1rem;
    }
}
