/* Actividades de La Gavilla Verde - 2019 | 6 de Marzo 
[La Gavilla Verde en la presentación de la Proposición de Ley de Memoria Democrática en Castilla-La Mancha] */
.box{
    text-align: left;
    overflow:hidden;
    position:relative;
}

.box .box-img img{
    width: 335px;
    height: 175px;
}

.box .content{
    width: 78%;
    height: 66%;
    background: #626262;
    margin: 5px 0 0 8px;
    padding: 25px 30px;
    position: absolute;
    top: -140%;
    left: 0;
    transition: all 0.5s ease 0s;
}

.box:hover .content{
    top:0;
}

.box .title{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    text-transform:capitalize;
    margin:0 0 2px 0;
}

.box .description{
    font-size:16px;
    color:#fff;
    margin-bottom:40px;
}

.box .read-more{
    padding:8px 15px;
    background:#2f3032;
    color:#fff;
    border-radius:4px;
    text-transform: capitalize;
    transition:all 0.50s ease 0s;
}

.box .read-more:hover{
    text-decoration:none;
    background:#fff;
    color:#2f3032;
}

@media only screen and (max-width: 290px){
    .box{
        margin-bottom:20px;
    }
}
/* Final Actividades de La Gavilla Verde - 2019 | 6 de Marzo */

/* Actividades de La Gavilla Verde - La Gavilla Verde en el Valle de Arán [Fotos] */
.box1{
    overflow:hidden;
    position:relative;
}

.box1 .box1-img img{
    width: 380px;
    height: 285px;
}

.box1 .content{
    width: 80%;
    height: 66%;
    background: #626262;
    margin: 9px 0 0 9px;
    padding: 40px 30px;
    position: absolute;
    top: -140%;
    left: 0;
    transition: all 0.5s ease 0s;
}

.box1:hover .content{
    top:0;
}

.box1 .title{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    text-transform:capitalize;
    margin:0 0 2px 0;
}

.box1 .description{
    font-size:16px;
    color:#fff;
    margin-bottom:40px;
}

.box1 .read-more{
    padding:8px 15px;
    background:#2f3032;
    color:#fff;
    border-radius:4px;
    text-transform: capitalize;
    transition:all 0.50s ease 0s;
}

.box1 .read-more:hover{
    text-decoration:none;
    background:#fff;
    color:#2f3032;
}

@media only screen and (max-width: 290px){
    .box1{
        margin-bottom:20px;
    }
}

.box2{
    overflow:hidden;
    position:relative;
}

.box2 .box-img img{
    width: 360px;
    height: 204px;
}

.box2 .content{
    width: 79%;
    height: 52%;
    background: #626262;
    margin: 9px 0 0 9px;
    padding: 40px 30px;
    position: absolute;
    top: -140%;
    left: 0;
    transition: all 0.5s ease 0s;
}

.box2:hover .content{
    top:0;
}

.box2 .title{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    text-transform:capitalize;
    margin:0 0 2px 0;
}

.box2 .description{
    font-size:16px;
    color:#fff;
    margin-bottom:40px;
}

.box2 .read-more{
    padding:8px 15px;
    background:#2f3032;
    color:#fff;
    border-radius:4px;
    text-transform: capitalize;
    transition:all 0.50s ease 0s;
}

.box2 .read-more:hover{
    text-decoration:none;
    background:#fff;
    color:#2f3032;
}

@media only screen and (max-width: 290px){
    .box2{
        margin-bottom:20px;
    }
}

.box3{
    overflow:hidden;
    position:relative;
}

.box3 .box-img img{
    width: 450px;
    height: 215px;
}

.box3 .content{
    width: 83%;
    height: 55%;
    background: #626262;
    margin: 9px 0 0 9px;
    padding: 40px 30px;
    position: absolute;
    top: -140%;
    left: 0;
    transition: all 0.5s ease 0s;
}

.box3:hover .content{
    top:0;
}

.box3 .title{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    text-transform:capitalize;
    margin:0 0 2px 0;
}

.box3 .description{
    font-size:16px;
    color:#fff;
    margin-bottom:40px;
}

.box3 .read-more{
    padding:8px 15px;
    background:#2f3032;
    color:#fff;
    border-radius:4px;
    text-transform: capitalize;
    transition:all 0.50s ease 0s;
}

.box3 .read-more:hover{
    text-decoration:none;
    background:#fff;
    color:#2f3032;
}

@media only screen and (max-width: 290px){
    .box3{
        margin-bottom:20px;
    }
}
/* Final Actividades de La Gavilla Verde - La Gavilla Verde en el Valle de Arán [Fotos] */