body {
    background-color: #fafafa;
    font-size: 0px;
    overflow-x: hidden;
}

body > * {
    font-size: 14px;
}

.main-container {
    background-color: #fff;
}

.patrocinadores {
    padding-bottom: 30px;
}

section.news {
    background-color: goldenrod;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    color: #333;
}

section.news article.news-item {
    margin: 10px 10px;
    font-size: 17px;
    text-align: left;
    overflow-x: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.news article.news-item img {
    width: 300px;
}

section.news article.news-item .programa {
    text-align: left;
}

section.news article.news-item .date {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

section.news article.news-item .date:after {
    content: "";
    height: 1px;
    background-color: #3a3a3a;
    vertical-align: middle;
    vertical-align: middle;
    margin-left: 10px;
    flex: 1;
}

section.news article.news-item .text {
    margin-left: 10px;
}

section.news article.news-item a {
    color: #333;
    font-weight: bold;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    margin: 0 auto;
}

#barraaceptacion {
    text-align: center;
}

#barraaceptacion:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#barraaceptacion .inner {
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    padding: 0 20px;
    position: static;
}

table.resultados {
    margin: 0 auto;
    border-collapse: collapse;
}

table.resultados td {
    border: 1px solid #333;
    font-size: 15px;
    padding: 10px;
}

table.resultados td.posicion {

}

table.resultados td.dorsal {

}

table.resultados td.nombre {
    text-align: left;
}

table.resultados td.tiempo {

}

img.resultados-cartel {
    width: 100%;
}

h1.resultados-title {
    font-weight: bold;
}

.h1, h1 {
    font-size: 36px;
    text-align: center;
    margin: 35px;
}

#portada.header {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.text-vertical-center h1 {
    font-size: 3.5em;
}

.h3, h3 {
    font-size: 20px;
}

@media (min-width: 768px) {
    .text-vertical-center h1 {
        font-size: 4.5em;
    }

    .h3, h3 {
        font-size: 24px;
    }

    section.news article.news-item {
        margin: 10px 10%;
    }

    img.resultados-cartel {
        width: 50%;
        float: left;
        margin-right: 20px;
    }
}

@media (min-width: 1024px) {
    section.news article.news-item {
        margin: 10px 25%;
    }
}

/** Como llegar **/
.como-llegar h3 {
    margin-bottom: 15px;
}

.como-llegar p {
    font-size: 16px;
}

.como-llegar .map {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.header-warning {
    display: block;
    white-space: normal;
    margin: 0px 25%;
}