﻿html {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 6rem;
}

a.CerrarSesion {
    color: black;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    text-decoration: none;
    display:inline;
    width:fit-content;
}

a.CerrarSesion-Small {
    display: none;
}

a.EnlaceInscripciones {
    color: black;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    text-decoration: none;
    display: block;
}


a.EnlaceInscripcionesPortada {
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 3rem;
    text-decoration: none;
    display: block;
}

a.EnlaceInscripcionesPortada-Small {
    display: none;
}

a.EnlacesPieSite {
    color:white;
    text-decoration:none;
    font-family: 'Quicksand', sans-serif;
    font-size:1rem;
}

    a.EnlacesPieSite:hover {
        color: white;
        text-decoration: none;
        font-family: 'Quicksand', sans-serif;
        font-size: 1rem;
    }

    a.EnlacesPieSite:visited {
        color: white;
        text-decoration: none;
        font-family: 'Quicksand', sans-serif;
        font-size: 1rem;
    }


a.EnlacesPieSite-small {
    color: white;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.5rem;
}

    a.EnlacesPieSite-small:hover {
        color: white;
        text-decoration: none;
        font-family: 'Quicksand', sans-serif;
        font-size: 0.5rem;
    }

    a.EnlacesPieSite-small:visited {
        color: white;
        text-decoration: none;
        font-family: 'Quicksand', sans-serif;
        font-size: 0.5rem;
    }


a.Club {
    font-size: 1.4rem;
    padding: 0.2rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
    text-decoration: none;
    display: block;
}
    a.Club:link {
        color: black;
    }
    a.Club:visited {
        color: black;
    }
    a.Club:hover {
        color: black;
    }

a.Club-Small {
    display: none;
}

/* Media query para pantallas pequeñas */
@media only screen and (max-width: 800px) {

    a.CerrarSesion {
        display: none;        
    }

    a.CerrarSesion-Small {
        color: black;
        text-decoration: none;
        font-family: 'Quicksand', sans-serif;
        font-size: 0.5rem;
        display: block;
    }

    a.Club {
        display: none;
    }
    a.Club-Small {
        font-size: 0.6rem;
        padding: 0.1rem;
        font-family: 'Quicksand', sans-serif;
        color: black;
        text-decoration: none;
        display: block;
    }
        a.Club-Small:link {
            color: black;
        }
        a.Club-Small:hover {
            color: black;
        }
        a.Club-Small:visited {
            color: black;
        }

    a.EnlaceInscripcionesPortada {
        display: none;
    }
    a.EnlaceInscripcionesPortada-Small {
        color: white;
        text-decoration: none;
        font-family: 'Quicksand', sans-serif;
        font-size: 1rem;
        display: block;
    }

}

.Alertas {
    font-size: 1.0rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
}

.AlertaLicencia {
    font-size: 1.0rem;
    font-family: 'Quicksand', sans-serif;
    color: red;
}

.Ayuda {
    font-size: 1.0rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
}

.CookiesPantallaGrande {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: white;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    display: block;
    line-height: 1.5rem;
}

.CookiesPantallaPequeña {
    display: none;
}


.Etiquetas {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.EtiquetasAlerta {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: red;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.EtiquetasAyuda {
    font-size: 0.8rem;
    font-family: 'Quicksand', sans-serif;
    color: slategray;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.EtiquetasDeshabilitadas {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    background-color: lightgray;
    border-style: solid;
    border-color: black;
    border-width: 0.1rem;
    height: 2rem;
}

.EtiquetasNegrita {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: black;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.EtiquetasNoPadding {
    font-size: 1rem;
    padding: 0rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
}

.EtiquetasNoPaddingNegrita {
    font-size: 1rem;
    padding: 0rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: black;
}


/* Media query para pantallas grandes */
.EtiquetasPantallaGrande {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    display: block;
}

.EtiquetasPantallaPequenia {
    display: none;
}


.EtiquetasNegritaPantallaGrande {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: black;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.EtiquetasNegritaPantallaPequenia {
    display: none;
}

.EtiquetasNaranja {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: orange;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.EtiquetasRoja {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: red;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.EtiquetasPurpura {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: purple;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.EtiquetasVerde {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: green;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.EtiquetasSimulacion {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    border:none;
}


@media only screen and (min-width: 0px) and (max-width: 575px) {
    .card-xs-portada {
        height: 14rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .card-sm-portada {
        height: 14rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-md-portada {
        height: 22rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card-lg-portada {
        height: 20rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-xl-portada {
        height: 20rem;
    }
}

@media only screen and (min-width: 1400px) {
    .card-xxl-portada {
        height: 20rem;
    }
}



/* Media query para pantallas pequeñas */
@media only screen and (max-width: 800px) {

    .CookiesPantallaGrande {
        display: none;
    }

    .CookiesPantallaPequeña {
        font-size: 0.5rem;
        padding: 0rem;
        font-family: 'Quicksand', sans-serif;
        color: white;
        padding: 0.5rem 0.5rem 0.5rem 0rem;
        display: block;
        line-height: 1rem;
    }


    .EtiquetasPantallaGrande {
        display: none;
    }

    .EtiquetasPantallaPequenia {
        font-size: 1rem;
        padding: 0rem;
        font-family: 'Quicksand', sans-serif;
        color: black;
        padding: 0.5rem 0.5rem 0.5rem 0rem;
        display: block;
    }

    .EtiquetasNegritaPantallaGrande {
        display: none;
    }

    .EtiquetasNegritaPantallaPequenia {
        font-size: 1rem;
        padding: 0rem;
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        color: black;
        padding: 0.5rem 0.5rem 0.5rem 0rem;
        display: block;
    }

    
}

/*Footer*/
.footer-Club {
    font-size: 1.2rem;
    padding: 2rem;
    font-family: 'Quicksand', sans-serif;
    color: white;
}

.footer-texto {
    font-size: 1.2rem;
    padding: 2rem;
    font-family: 'Quicksand', sans-serif;
}


/* Media query para pantallas grandes */

/*Header*/
.Header-Club {
    font-size: 1.4rem;
    padding: 0.2rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
    display: block;
}

.Header-Club-Small {
    display: none;
}

.Header-Home {
    font-size: 1.6rem;
    padding: 0.2rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
    text-align: right;
    display: block;
}

.Header-Home-Small {
    display: none;
}


.Header-Temporada {
    font-size: 1.0rem;
    padding: 0.2rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
    display: block;
}

.Header-Temporada-Small {
    display: none;
}

.Header-Usuario {
    font-size: 1.0rem;
    padding: 0.2rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
    display: block;
}

.Header-Usuario-Small {
    display: none;
}


/* Media query para pantallas pequeñas */
@media only screen and (max-width: 600px) {

    .Header-Club {
        display: none;
    }

    .Header-Club-Small {
        font-size: 0.5rem;
        padding: 0.1rem;
        font-family: 'Quicksand', sans-serif;
        color: black;
        display: block;
    }

    .Header-Home {
        display: none;
    }

    .Header-Home-Small {
        font-size: 1rem;
        padding: 0.2rem;
        font-family: 'Quicksand', sans-serif;
        color: black;
        text-align: right;
        display: block;
    }

    .Header-Temporada {
        display: none;
    }

    .Header-Temporada-Small {
        font-size: 0.5rem;
        padding: 0.1rem;
        font-family: 'Quicksand', sans-serif;
        color: black;
        display: block;
    }

    .Header-Usuario {
        display: none;
    }

    .Header-Usuario-Small {
        font-size: 0.5rem;
        padding: 0.1rem;
        font-family: 'Quicksand', sans-serif;
        color: black;
        display: block;
    }
}

.Header-texto {
    font-size: 1.4rem;
    padding: 2rem;
    font-family: 'Quicksand', sans-serif;
    color: black;
}

input[type="checkbox"] {
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(0.22em);
}

input[type="date"] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0rem;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-top-color: rgb(61, 38, 142);
    border-right-style: solid;
    border-right-width: 0.2rem;
    border-right-color: rgb(61, 38, 142);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    border-bottom-color: rgb(61, 38, 142);
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-left-color: rgb(61, 38, 142);
    height: 1.8rem;
}

input[type="email"] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0rem;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-top-color: rgb(61, 38, 142);
    border-right-style: solid;
    border-right-width: 0.2rem;
    border-right-color: rgb(61, 38, 142);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    border-bottom-color: rgb(61, 38, 142);
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-left-color: rgb(61, 38, 142);
    height: 1.8rem;
}


input[type="number"] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0rem;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-top-color: rgb(61, 38, 142);
    border-right-style: solid;
    border-right-width: 0.2rem;
    border-right-color: rgb(61, 38, 142);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    border-bottom-color: rgb(61, 38, 142);
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-left-color: rgb(61, 38, 142);
    text-align: right;
    height: 1.8rem;
}

input[type="tel"] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0rem;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-top-color: rgb(61, 38, 142);
    border-right-style: solid;
    border-right-width: 0.2rem;
    border-right-color: rgb(61, 38, 142);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    border-bottom-color: rgb(61, 38, 142);
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-left-color: rgb(61, 38, 142);
    height: 1.8rem;
}

input[type="text"] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0rem;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-top-color: rgb(61, 38, 142);
    border-right-style: solid;
    border-right-width: 0.2rem;
    border-right-color: rgb(61, 38, 142);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    border-bottom-color: rgb(61, 38, 142);
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-left-color: rgb(61, 38, 142);
    height: 1.8rem;
}

input[type="password"] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0rem;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-top-color: rgb(61, 38, 142);
    border-right-style: solid;
    border-right-width: 0.2rem;
    border-right-color: rgb(61, 38, 142);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    border-bottom-color: rgb(61, 38, 142);
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-left-color: rgb(61, 38, 142);
    height: 1.8rem;
}

input[type="url"] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0rem;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-top-color: rgb(61, 38, 142);
    border-right-style: solid;
    border-right-width: 0.2rem;
    border-right-color: rgb(61, 38, 142);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    border-bottom-color: rgb(61, 38, 142);
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-left-color: rgb(61, 38, 142);
    height: 1.8rem;
}


input::placeholder {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0rem;
    font-style: italic;
}

.select {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0rem;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-top-color: rgb(61, 38, 142);
    border-right-style: solid;
    border-right-width: 0.2rem;
    border-right-color: rgb(61, 38, 142);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    border-bottom-color: rgb(61, 38, 142);
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-left-color: rgb(61, 38, 142);
    width: 100%;
    height: 1.8rem;
}


textarea {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0rem;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-top-color: rgb(61, 38, 142);
    border-right-style: solid;
    border-right-width: 0.2rem;
    border-right-color: rgb(61, 38, 142);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    border-bottom-color: rgb(61, 38, 142);
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-left-color: rgb(61, 38, 142);
    height: 3.6rem;
    resize: none;
    width: 100%;    
}

#cajacookies {
    position:fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    padding: 1rem;
    text-align: center;
    color: white;
}

#EdicionMantenimientos {
    position: absolute;
    overflow: auto;
    visibility: hidden;
    z-index: 10;
    background-color: transparent;
    width: 100%;
    height: 0rem;
}
