* {
    font-family: 'Titillium Web', sans-serif;
}

.azul {
    background-color: #1074CB;
}

.azulFech {
    background-color: #2D4473;
}

.gris {
    background-color: #7C878E;
}


.naranjo {
    background-color: #C1592A;
}

nav {
    margin-bottom: 0px;
    background-color: white;
    color: black;
}


nav i {
    color: grey;
}

nav img {
    margin: 10px;
}

nav ul {
    margin-left: 80px;
}

nav ul a {
    color: grey;
}

.sidenav .user-view {
    min-height: 250px;
}
.cat-sel  .button-delete {
    color: red;
    font-size: 11px;
    visibility: hidden;
    text-align: right;
    cursor: pointer;
    text-transform: uppercase;
    transition: all ease .5s;
}
.binomio-container .caja:hover .cat-sel .button-delete {
    visibility: visible;
}
.binomio-container .caja:hover .cat-sel .button-delete span {
    cursor: pointer;
}
.infoEvento {
    color: white;
}

.infoEvento h1 {
    margin: 20px 0;
    font-size: 2em;
    font-weight: 700;
}

.infoEvento p {
    margin: 0;
}

.infoEvento h1 {
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noMargin {
    margin: 0;
}

.icono {
    margin: 20px 10px 0;
}

.btn-block {
    width: 90%;
    margin: 10px;
}

.outline {
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0);
}

.anuales {
    color: white;
    padding: 40px 0;
}

.anuales h1 {
    font-size: 3em;
    font-weight: 900;
    margin: 0;
}

.anuales p {
    margin: 0;
}

.buscador {
    padding: 40px;
    background-color: #E53A5C;
    color: white;
}

.buscador h1 {
    font-size: 4em;
    font-weight: 700;
    margin: 0;
}

.buscador p {
    font-size: 1em;
    margin: 0;
}

.buscador .input-field {
    background-color: white;
    border-radius: 10px;
    color: black;
    border-bottom: 0px solid red;
}

.buscador input[type=text] {
    border-bottom: 0px;
}

.lupa {
    width: 100%
}

.footer {
    background-color: #333637;
    color: white;
    padding: 40px;
    margin-top: 40px;
    position: inherit;
    width: 100%;
    bottom: 0;
}

.footer p {
    margin: 0;
}


/* EVENTO */

.eventoHeader {
    padding: 20px;
}

.eventoHeader input {
    color: white;
}

.prueba {
    padding: 20px;
}

.prueba h1 {
    font-size: 2.2em;
    color: #606060;
    margin: 0;
    font-weight: 700;
}

.prueba h2 {
    font-size: 1.5em;
    color: #606060;
    margin: 0;
}

.descripcion {
    padding: 20px;
    color: white;
}

.pagado, .pago, .activo {
    width: 15px;
    height: 15px;
    background-color: green;
    border-radius: 15px
}

.impago, .inactivo {
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 15px
}

.descripcion h1 {
    font-size: 2em;
    font-weight: 700;
    color: white;
    margin: 0;
}

.descripcion h3 {
    font-size: 1em;
    margin-top: 10px;
}

.descripcion h3 span {
    font-weight: 700;
    margin: 0;
}

.eventoHeader .input-field {
    padding-top: 90px;
}

.advertencia {
    padding: 20px;
}


/* Inscripciones anuales */

.validar {
    padding: 20px;
    border-bottom: 8px solid #1074CB;
}

.validar h1 {
    font-size: 2em;
    font-weight: 700;
    color: #1074CB;
    margin: 0;
}

.validar h2 {
    font-size: 1.7em;
    color: #E53A5C;
    margin: 0;
}

.precio h1 {
    font-size: 2em;
    text-align: center;
}

.col.s10.offset-s1.l5.no-padding.race-img img {
    width: 100%;
    height: 600px;
    opacity: 0;
}
.col.s10.offset-s1.l5.no-padding.race-img {
    background-size: contain;
    background-repeat: no-repeat;
}
.infoEvento.col.s10.offset-s1.l5.offset-l1 {
    height: 600px;
}

.infoEvento .textEvento {
    padding: 30px 30px 0;
}

@media only screen and (max-width: 768px) {
    .lupa {
        width: 80%
    }
    .infoEvento.col.s10.offset-s1.l5.offset-l1 {
        height: unset!important;
    }
    .col.s10.offset-s1.l5.no-padding.race-img img {
        height: unset;
    }
    .col.s10.offset-s1.l5.no-padding.race-img {
        background-size: cover;
        padding: 0!important;
        border: 0;
    }
    .nav-header{
        display: none;
    }
    .sidenav .user-view .background {
        overflow: hidden;
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        z-index: -1;
        padding: 12px;
    }
    .infoEvento .infoEvento-header {
        width: 100%!important;
    }
    .infoEvento .binomium {
        width: 100%!important;
        margin: 0!important;
    }
    .binomio-container {
        padding: 0 15px;
    }
    .binomio-container .col.s8.cat-sel {
        width: 100%;
    }
    .binomio-container .col.s8.cat-sel .row.noMargin .row {
        margin-bottom: 0;
    }
    .binomio-container .col.test-info {
        width: 100%!important;
        position: unset!important;
        margin: 0!important;
        padding: 0!important;
    }
    .show-on-change{
        width: 100%;
        padding: 0 15px;
    }
    .show-on-change .col.s10.offset-m1 {
        width: 100%;
        padding: 0 15px;
    }
    .search-contenido table.striped {
        display: block;
        width: 100%;
        overflow-x: scroll;
    }
    .footer {
        background-color: #333637;
        color: white;
        padding: 40px;
        margin-top: 40px;
        position: inherit;
        width: 100%;
        bottom: 0;
        margin: 0!important;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .lupa {
        width: 40%
    }
    .eventoHeader .input-field {
        padding-top: 20px;
    }
}