.banner {
}

.banner__container {
    width: 100%;
    margin: 1% auto;
    text-align: center;
    background: #f2f2f2;
}

.banner__container a img{
    width: 100%;
    cursor: pointer;
}

.banner__container--secundario {
    width: 100%;
    margin: 1% auto;
    text-align: center;
    background: #f2f2f2;
}

.banner__container--secundario img {
    width: 100%;
}

.banner__container--movil {
    width: 100%;
    margin: 1% auto;
    text-align: center;
    background: #f2f2f2;
    display: none;
}

.banner__container--movil a img{
    width: 100%;
    cursor: pointer;
}

.proximos_eventos {
    margin-top: 20px;
}

.merchandising {
}

.contenedor_merchandising {
    width: 70%;
    margin: 2% auto 4%;
}

.contenedor_merchandising .titulo {
    font-weight:900;
    text-align: center;
    font-size: 50px;
}

.contenedor_merchandising .items {
    display: flex;
    column-gap: 2%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}

.contenedor_merchandising .items .item {
    width: 32%;
    text-align: center;
    font-size: 25px;
}

.contenedor_merchandising .items .item img {
    width: 100%;
}

.contacto {
}

.contenedor_contacto {
    width: 45%;
    margin: 5% auto 5%;
}

.contenedor_contacto .items {
    display: flex;
    column-gap: 2%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    text-align: center;
    font-size: 20px;
}

.contenedor_contacto .items .item {
    height: 100%;
}

.contenedor_contacto .items .item img {
    height: 100px; 
}

.contenedor_contacto .items .item p {
    color: #767676;
}

.google_map__container {
    margin: 4% 0% 0%;
}

.timer_container {
    text-align: center;
    padding: 40px 0px;
    background: #0D1A29;
    font-family: "Helvetica Neue", "Open Sans", helvetica, arial, sans-serif;  
}

#timer {  
font-size: 3em;
font-weight: 100;
color: white;
text-shadow: 0 0 20px #48C8FF;    
}

#timer div 
{
    display: inline-block;
    min-width: 90px; 
}

#timer div span 
{
    color: #B1CDF1;
    display: block;
    font-size: .35em;
    font-weight: 400;
}