section #club-menu a {
    padding: 5px 15px;
    color: #7daed3;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.2s;
}
section #club-menu a:hover {
    padding-left: 20px;
}
section #club-menu a + a {
    margin-top: 2px;
}
section #club-menu .club-menu-act {
    border: 1px solid #7daed3;
}
section #club-menu .club-menu-act:hover {
    padding-left: 15px;
}
section #club-menu-mini {
    margin-bottom: 20px;
}
section h2 {
    color: #7daed3;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
section h3 {
    color: #7daed3;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
section ol,
section ul {
    margin-left: 20px;
}

#club-instalaciones .row,
#club-actividades .row,
#club-galeria .row {
    margin-left: -10px;
    margin-right: -10px;
}
#club-instalaciones .row > div,
#club-actividades .row > div,
#club-galeria .row > div {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
#club-galeria .row > div {
    margin-top: 20px;
}
#club-instalaciones a,
#club-actividades a {
    display: block;
}
#club-instalaciones a img,
#club-actividades a img {
    margin-bottom: 5px;
}
#club-entrenamientos .table tr th:first-of-type,
#club-entrenamientos .table tr td:first-of-type {
    white-space: nowrap;
}
#club-entrenamientos .table tr th + th,
#club-entrenamientos .table tr td + td {
    text-align: center;
}
#club-entrenamientos .nav-tabs .bg-orange {
    background-color: rgba(255, 192, 0, 0.3);
}
#club-entrenamientos .nav-tabs .bg-blue {
    background-color: rgba(0, 176, 240, 0.3);
}
#club-entrenamientos .nav-tabs .bg-green {
    background-color: rgba(146, 208, 80, 0.3);
}
#club-entrenamientos .nav-tabs .bg-yellow {
    background-color: rgba(255, 255, 0, 0.3);
}
#club-entrenamientos .nav-tabs > li.active > a {
    background-color: #fff;
}

#escuela-ctecnico #escuela-middle .row + .row {
    margin-top: 30px;
}
#club-socio .row + .row,
#club-pruebas .row + .row {
    margin-top: 30px;
}
#club-socio img,
#club-pruebas img {
    border-radius: 10px;
}
#club-socio h3,
#club-pruebas h3 {
    margin-top: 5px;
    color: #7daed3;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
#club-socio .btn,
#club-pruebas .btn {
    /*width: 200px;*/
}
#club-liga ol > li {
    margin-bottom: 10px;
}

.table>tbody>tr>td{
    vertical-align: middle;
}
.table tr th:first-of-type,
.table tr td:first-of-type {
    white-space: nowrap;
}
.table tr th + th,
.table tr td + td {
    text-align: center;
}
.list-none{
    list-style-type: none;
}

.menuMatriculacion{
    color: #0624fe !important;
}
@media (min-width: 768px) {
    #club-instalaciones .row > div:nth-of-type(n + 4),
    #club-actividades .row > div:nth-of-type(n + 4) {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    #club-instalaciones .row > div:nth-of-type(odd),
    #club-actividades .row > div:nth-of-type(odd) {
        clear: left;
    }
    #club-instalaciones .row > div:nth-of-type(n + 3),
    #club-actividades .row > div:nth-of-type(n + 3) {
        margin-top: 15px;
    }
}
