
.img-evento{
    width: 251px;
}

.box-evento{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    height: auto;
    margin: 10px;
    border-radius: 10px;
    background-color: #FEFEFE;

    
}

@media only screen and (max-width: 600px) {
    .box-evento{
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        height: auto;
        margin: 10px;
        border-radius: 10px;
        background-color: #FEFEFE;
        width: 351px;

        
    }
}
.box-evento:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
   transition: .5s;
}

.fecha-evento{
    background-color: #3f3e92;
    border-radius: 5px;
    color: white;
    width: 131px;
    height: 31px;
    line-height: 1px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.font-fecha{
    font-family: 'Kanit', sans-serif;
    font-size: 21px;
}

.social-media{
    width: 35px;
    height: 35px;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 5px;
    font-size: 13px;
    
    
}

.img-social-media{
    width: 35px;
}
