body {
    font-family: "Merriweather", serif;
    line-height: 1.2;
}

.seccion-c-nombre{
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    color:#b02b33;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding-top:15px;
}
.tarjeta-carousel img{
    aspect-ratio:14/9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tarjeta-c-titulo{
    padding-top:15px;
    font-size: 28px;
    font-weight: 700;
}

.lh-2{
    line-height: 2;
}
.lh-1-5{
    line-height: 1.5;
}
.t-c-container {
	position: relative;
	display: flex;
	justify-content: center;
}
.tarjeta-c-fecha{
    /* margin:15px auto 15px auto; */
    margin-block:15px;
    color:grey;
    border:1px solid lightgray;
    padding:5px;
    width: max-content;
    /* margin:0 auto; */
    border-radius: 4px;
    font-family: "Roboto Condensed", sans-serif;
}

.sec-titulo{
    /* color:#b02b33; */
    color:rgb(29, 111, 175);
    font-family: "Roboto Condensed", sans-serif;
}

.titulo-g{
    font-size: 20px;
    font-weight: 700;
}

.br-md-grey{
    border-right:1px solid lightgrey;
}

.info-tarjeta-un{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.tarjeta-un{
    padding-block: 15px;
    border-top: 1px solid #eee;
}
.tarjeta-un-fecha{
    color:grey;
    border:1px solid lightgray;
    padding:5px;
    width: max-content;
    border-radius: 4px;
    font-family: "Roboto Condensed", sans-serif;
}
.img-tarjeta-un img{
    aspect-ratio:4/3;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
.tj-img img{
    aspect-ratio:14/9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tj-titulo{
    font-size:16px;
    font-weight: 900;
    line-height: 1.5;
}
.tj-fecha{
    color:#8c8f94;
    padding-block:5px;
    font-size: 12px;
    font-style: italic;
}
.tj-sumario{
    line-height: 1.5;
    font-size: 13px;
}
.mt-20px{
    margin-top: 20px;
}
.pt-20px{
    padding-top: 20px;
}
.pb-20px{
    padding-bottom: 20px;
}
.fondo-seccion{
    background: rgb(243, 243, 243);
}
.notas-extras{
    padding-left:calc(var(--bs-gutter-x) * .5);
}
a.seccion-nombre {
    font-family: "Roboto Condensed", sans-serif;
    background: rgb(176, 43, 51);
    color:white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding:10px 15px;
    display: inline-block;
}
.carousel-indicators{
    /* background-color: rgb(176, 43, 51); */
    background-color: rgb(0, 0, 0);
    margin-bottom: 0.9em;
}
.indicador-carousel{
    /* background-color: rgb(176, 43, 51); */
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    padding:12px;
    border-radius: 5px;
}
.indicador-carousel button{
    color:white;
    opacity: 50%;
    background-color: transparent;
    border:none;
}
.indicador-carousel button.active{
    opacity: 1;
}
.tarjeta-seccion {
	display: flex;
	flex-direction: column;
}
.caja-lateral{
    border:1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 2px 2px lightgrey;
    padding:15px;
}



.rrss-box li a{
    font-size:22px;
    padding:5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color:white;
    /* background-color: grey; */
}
.color-white *{
    color:white;
    text-decoration: none;
}
@media (max-width:768px){
    .tarjeta-seccion{
        flex-direction: row;
        gap:10px;
        padding-bottom:15px;
    }
    .tarjeta-seccion .link-tj-img{
        max-width: 35%;
    }
    .tarjeta-seccion .tj-img img{
        height: unset;
    }
    .tarjeta-c-titulo{
        font-size: 22px;
    }
    .tj-sumario{
        display: none;
    }
    .tj-titulo{
        font-size:14px;
        font-weight: 600;
        line-height: 1.3;
    }
    .tj-fecha{
        padding-top:5px;
        padding-bottom:0;
    }
    a.seccion-nombre{
        padding:5px 10px;
    }
    .br-md-grey{
        border-right:none;
    }
}