@font-face {
    font-family: "Century Gothic";
    src: url("century-gothic.woff");
}

body {
    background-image: url('../images/fondo-pc.jpg');
    background-color: black;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    font-family: "Helvetica Neue";
    font-weight: 200;
}

.center {
    text-align: center;
}
.proximos{
    color:#c5c5c5;
    font-weight: 200;
}
.op_group{
    margin-top: 20px;
    margin-bottom: 30px;
}
.op_group img {
    max-height: 200px;
}

.eventos {
    position: relative;
    float: left;
    width: 100%;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
}
.evento{
    margin-bottom: 50px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px;
}
.evento:hover {
    background-color: rgba(255, 255, 255, 0.21);
}
.eventos img {
    position: relative;
    width: 100%;
    max-width: 150px;
    max-height: 30px;
    vertical-align: middle;
}
.eventos .fecha {
    margin-left: 20px;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}

.locales {
    position: relative;
    float: left;
    width: 100%;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}
.locales img {
    position: relative;
    padding: 10px;
    width: 90%;
}

.mas_info{
    margin: 50px 0 20px 0;
}
.mas_info_text{
    color:#ffffff;
    font-size: 20px;
    margin-right: 10px;
}

@media screen and (max-width: 600px) {
    .op_group{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .evento{
        margin-bottom: 30px;
        padding: 20px;
    }
    .eventos img {
        width: 60%;
    }
    .eventos .fecha {
    }
    .mas_info{
        margin-top: 20px;
    }
}

