﻿body {
}
.container {

}
.cuadro {
    font-family: 'Montserrat', sans-serif !important;
    height: 370px;
    border-style: solid;
    border-width: thin;
    border-color: #BD945C;
    line-height: 1.5;
}
.fecha_mini {
    background-color: #6A1B31;
    color: #fff;
    position: absolute;
    margin-left:8px;
    width: 60px;
    padding-bottom: 15px;
}
.fecha_mini .numero{
    font-size: 1.8rem;
    padding: 0 10px;
    text-align: center;
    font-weight: 600;
}

.fecha_mini .mes{
    font-size: 1.1rem;
    margin-top: -10px;
    text-align: center;
    font-weight: 600;
    padding-top: 8px;
}

.cuadro .imagen {
    background-color:#E0E0E0;
    z-index: 3;
}
.cuadro_imagen{
    width: 100%;
    background-position: 50%;
    background-size: cover;
}
.cuadro_contenido {
    margin-top:-85px;
    padding: 10px 20px 40px;
    padding-bottom: 40px;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: calc(100% - 30px) !important;
}

.cuadro .titulo{
    margin-top:-56px;
    opacity: 0.5;
    /*background: #5C2134;*/
    background: #E0E0E0;
    height: 56px;
    z-index:2;
}

.cuadro_contenido h4{
    text-align: left;
    font-size: 1em;
    color:#6A1B31;
    /*color:#BD945C;*/
    height: 50px !important; 
    overflow: hidden;
    font-weight: 700;
    margin: 20px 0 15px;
    padding: 0;
}

.cuadro_contenido p{
    text-align:justify; 
    height: 100px !important; 
    overflow: hidden;
    line-height:20px;
    margin: 15px 0;
    width: 100%
}

.cuadro_contenido a{
    align-content:center;
}