* {
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

.contendor, main > .main {
    max-width: 45rem;
    margin: 0 auto;
}

#login {
    color: #FF1720;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.lilogin:hover #login {
    color: black;
}

#cerrarsesion {
    background: black;
}

#cerrarsesion:hover {
    background: #800c11;
    transition: all 0.5s;
}

#cerrarsesion i {
    font-size: 1.1em;
    color: #FF1720;
}

#cerrarsesion:hover i {
    color: white;
    transition: all 0.5s;
}

#cerrarsesion a {
    font-weight: bold;
    letter-spacing: 0.05em;
}

#iniciars {
    background: none;
    border: 3px solid white;
}

#iniciars:hover {
    background: black;
}

.graciasreg {
    padding: 
}

/*----------------- BODY -----------------*/


body {
    padding-top: 7em;
    padding-bottom: 0;
    background-color: white;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

.blogin {
    background: 
}


/*----------------- HEADER -----------------*/

#user {
    width: 1.8em;
    border: 3px solid white;
    padding: 0.1em;
    border-radius: 9999px
}

header {
    z-index: 99999;
    top: 0;
    position: fixed;
    display: flex;
    background: black;
    width: 100%;
    height: 7em;
    border-bottom: 7px solid #FF1720;
    align-items: center;
    justify-content: space-between;
}

header .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 60em;
}

#logonol {
    display: block;
    width: 3em;
}

.logo {
    display: flex;
    align-items: center;
    letter-spacing: 1px; 
}

.text-logo {
    color: white;
    margin-left: 1em;
}

.text-logo span {
    font-weight: bold;
    font-size: 1.5em;
}

/*----------------- MAIN -----------------*/

main .main {
    padding: 1.3rem 0;
    padding-top: 3em;
    margin: 0 auto;
}

main {
    flex-grow: 1;
}

.numsoc {
    font-size: 1.5em;
}

.secciones button {
    width: 100%;
    cursor: pointer;
}

.secciones button:hover {
    background: #FF1720;
    font-weight: bold;
    transition: all 0.3s;
}

#edit:hover {
    background: #b71017;
}

.nombre {
    font-size: 1.8em;
    letter-spacing: 0.03em;
}

.h2log {
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 0.5em;
}

/*----------------- FOOTER -----------------*/

footer {
    background: black;
    margin-top: 2em;
    width: 100%;
    border-top: 7px solid #FF1720;
}

footer p {
    color: white;
    font-size: 0.7em;
    padding: 0.5em 0;
    margin: auto;
}
.contacto {
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7em;
    padding-bottom: 0;
}

.nolfoot img {
    width: 3em;
}

.nolfoot div {
    display: flex;
}

.text-logo2 {
    margin-left: 1em;
    font-size: 1.5em;
    letter-spacing: 0.1em;
}

.text-logo2 span {
    font-weight: bold;
}

.redesfoot a {
    display: block;
    margin-left: 1em;;
    font-size: 1.5em;
}

.redesfoot a:hover {
    color: #FF1720;
    transition: all 0.3s;
}

.redesfoot {
    display: flex;
    margin-left: 2em;
}

.logofoot:hover p{
    color: #FF1720;
    transition: all 0.3s;
}

.menufoot {
    margin: auto;
    width: 20rem;
    margin-bottom: 1em;
}

.menufoot ul {
    display: flex;
    justify-content: space-between;
}

.menufoot ul a {
    font-weight: bold;
    letter-spacing: 0.05em;
}

.menufoot ul a:hover {
    color: #FF1720;
    transition: all 0.3s;
}

#rights {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 1em;
}

/*----------------- PANTALLA INICIO -----------------*/

#portada {
    width: 100%;
    margin-top: -1em;
    max-height: 45em;
    object-fit: cover;
}

.caption {
    position: relative;
    padding: 0;
    margin: 0;
}

.caption img {
    display: block;
    max-width: 100%;
}

.caption:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.4) 100%) repeat 0 0;
    z-index: 1;
}

.caption-text {
    text-align: center;
    font-size: 2em;
    display: block;
    position: absolute;
    width: 100%;
    color: white;
    left: 0;
    bottom: 0;
    padding: 1em;
    font-weight: 700;
    z-index: 2;
    -webkit-box-sizing: border-box;
    transition: all linear 0.3s;
    background: none;
}

.caption:hover .caption-text {
    padding-bottom: 2em;
    transition: all linear 0.5s;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.9) 100%) repeat 0 0;
}

.h2in {
    border-bottom: 1px solid rgb(255, 23, 32);
    margin: 0 1em;
}

.noti {
    padding-bottom: 2em;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.figure-noti {
    display: flex;
    width: 23%;
    margin-left: 0.3em;
}

.figure-noti img {
    width: 100%;
    display: block;
    object-fit: cover;
}


.figure-noti:hover img {
    background: #FF1720;
    padding-bottom: 3em;
    transition: all 0.3s linear;
}

.regular.slider {
}

.regular.slider div {
    object-fit: cover;
}

/*----------------- PANTALLA INDEX -----------------*/


#binicio {
        background: linear-gradient(0deg, #140304, #FF1720);
}

.minicio {
    background: none;
}


.inicio {
    padding-top: 5em;
    width: 100%;
    height: auto;
}

.inicio img {   
    max-width: 10rem;
    width: 30%;
    margin-bottom:1.5em;
}

.textoinicio {  	
    padding-top: 1em;
    font-size: 1.3em;
	text-align: center;
    color: white;
}

.textoinicio:hover {
    text-decoration: underline;
}


.videoresponsive {
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.25%;
}

.videoresponsive iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 1.3em;
}


/*----------------- CALENDARIO -----------------*/

#calendario {
    text-align: center;
    margin-bottom: 0.5em;
    width: 40%;
    margin: auto;
    margin-bottom: 1em;
    background: #FF1720;
    color: white;
    padding: 1em;
}

.calendario {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 1.5em;
    margin-top: 2em;
}

.semanas {
    display: flex;
    flex-direction: row;
    width: auto;
    margin: auto;
}

.dias {
    width: 3em;
    flex-grow: 0;
    padding: 0.6em 0.1em;
    margin: 0.1em;
    border: 0.2em solid #fe0000;
    font-size: 0.9em;
    text-align: center;
    cursor: pointer;
}

.diasreser {
    width: 3em;
    flex-grow: 0;
    padding: 0.6em 0.1em;
    margin: 0.1em;
    background: #FF1720;
    color: white;
    font-weight: bold;
    border: 0.2em solid #fe0000;
    font-size: 0.9em;
    text-align: center;
    cursor: pointer;
}

.diasdis {
    width: 3em;
    flex-grow: 0;
    padding: 0.6em 0.1em;
    margin: 0.1em;
    background: #45da79;
    color: white;
    font-weight: bold;
    border: 0.2em solid #297945;
    font-size: 0.9em;
    text-align: center;
    cursor: pointer;
}

.diasdis:hover {
    background: #297945;
}

.diasreser:hover {
    background: black;
    border: 0.2em solid black;
}

.dias:hover {
    background-color: #FF1720;
    color: white;  
}

.refe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.refe span {
    margin-left: 0.5em;
    margin-right: 3em;
}

/*----------------- FORM -----------------*/

#contra {
    color: white;
    margin: 1em;
}

#formulario {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em;
}

.wrapper {
    height: calc(100vh - 6.4em);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

input,
textarea {
    width: 100%;
    max-width: 16em;
    margin: 0 auto 0.9em auto;
    border: 0;
    padding: 0.8em 1.6em;
    display: block;
    font-size: 1.1em;
    outline: 0;
}

select,
textarea {
    width: 100%;
    max-width: 16em;
    margin: 0 auto 0.9em auto;
    border: 0;
    padding: 0.8em 1.6em;
    display: block;
    font-size: 1.1em;
    outline: 0;
}

input {
    border-radius: 3em;
}

textarea {
    border-radius: 1em;
}

.btn {
    margin: 0 auto;
    border: 0;
    border-radius: 3em;
    padding: 0.8em 2em;
    display: block;
    color: #FFFFFF;
    font-size: 1.3em;
}

.btn-rojo {
    background-color: #FF1720;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-rojo:hover {
    background: black;
    color: white;
    transition: all 0.5s;
}

.paginasextra a
{  text-decoration:none;
}

.btn-blanco {
    background: #ff8d91;
    color: black;
    text-transform: uppercase;
    font-weight: 300;
    width: 11em;
    min-width: 11em;
    cursor: pointer;
}


/*----------------- PANTALLA PERFIL -----------------*/

.usernombre {
    font-weight: bold;
    font-size: 1.2em;
}

.mensaje p {
    margin-left: 1em;
}

.mensaje:hover {
    cursor: pointer;
    background: rgba(255, 23, 32, 0.15);
}

.mensaje {
    display: flex;
    align-items: center;
    padding: 1em 1em;;
    border-bottom: 1px solid #FF1720;
}

.usermen {
    width: 4em;
    border-radius: 9999px;
    border: 3px solid #FF1720;
    
}

.columna {
    display: block;
    margin: auto;
    align-content: center;
    padding-left: 2em;
    width: 35%;
    min-width: 20em;;
}

.miperfil{
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: 40em;
    width: 40%;
    margin: auto;
    padding-top: 5em;
}

.columna h2 {
    border-bottom: 2px solid #FF1720;
    margin-bottom: 1em;  
}

.amigosfotos img{
    margin-bottom: 0.7em;
    padding: 0.em;
    width: 30%;
    border: 1px solid #FF1720;
}

.amigosfotos img:hover {
    border: 3px solid #FF1720;
    transition: all 0.5s;
    cursor: pointer;
}

.amigosfotos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.perfil {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.secciones {
    display: flex;
    flex-direction: column;
}

.secciones button {
    margin-top: 1em;
    background: black;
    color: white;
    text-transform: uppercase;
    padding: 0.6em 2.7em;
    border-radius: 9999px;
    font-size: 1.3rem;
    font-weight: lighter;
}

#bprincipal {
    background: #FF1720;
    font-weight: bold;
}

#icosoc {
    color: #FF1720;
    border: 3px solid #FF1720;
    border-radius: 99999px;
    padding: 0.2em;
    margin-right: 0.5em;
}

#icosoc2 {
    background: none;
}

.numsoc {
    display: flex;
    align-items: center;
}

/*----------------- PARTIDOS -----------------*/

.pasado {
    opacity: 0.3;
}

.result {
    border: 1px solid rgba(255, 255, 255, 0.20);
    font-size: 1.2em;
    padding: 1em;
}

.partidos {
    background: black;
    color: white;
    width: 90%;
    margin: 2em auto;
    text-align: center;
    border-collapse: collapse;
}

.partidos td {
    border: 1px solid white;
    font-size: 1.2em;
    padding: 1.5em;
}

.partidos th {
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 1em 0;
    border-right: 1px solid white;
}

.partidos th:last-child {
    border-right: none;
}

.partidos .noltingtabla {
    color: red;
    font-weight: bold;
}

.tablatit {
    background: #FF1720;
    height: 
}




/*----------------- REGISTRO -----------------*/

#treg {
    color: white;
    font-size: 2em;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}

#bregistro {
     background: linear-gradient(0deg, black, #FF1720);
}

/*----------------- PANTALLA MI PERFIL -----------------*/

#fotoperfil2 {
    width: 14em;
    border: 8px solid #FF1720;
    border-radius: 99999px;
}

figure p {
    text-align: center;
}

figure div {
    margin-top: 1em;
}

#edit {
    background: red;
    font-weight: bold;
}


/*----------------- MIS CLASES -----------------*/

.insclase {
    width: 40%;
    margin: auto;
}

.insclase input:focus {
    border: 1px solid #FF1720;
    transition: all 0.5s;
}

.insclase select:focus {
    border: 1px solid #FF1720;
    transition: all 0.5s;
}

.insclase input,select {
    border: 1px solid #909090;
    border-radius: 3em;
}

/*----------------- ABONO -----------------*/

.total h2 {
    padding: 1em;
}

.total {
    border: 1px solid #ff1720;
    width: 80%;
    margin: auto;
    margin-bottom: 1.5em;
}

.total p {
    padding: 1em;
}
#monto {
    font-size: 4em;
    text-align: center;
    color: #FF1720;
    font-weight: bold;
    padding: 0.5em 0.5em 0.2em 0.5em;;
}

#referencia {
    font-size: 3em;
    color: black;
    font-weight: bold;
    padding: 0 0.3em 0.3em 0.3em;;
}

#imprimir {
    font-size: 1em;
    background: none;
    color: #FF1720;
    border: 2px solid #FF1720;
    margin-bottom: 2em;
}

#imprimir:hover {
    background: #FF1720;
    color: white;
}

.facturas {
    width: 80%;
    margin: auto;
    text-align: center;
    border-collapse: collapse;
}

.facturas th,td{
    border-bottom: 1px solid #FF1720;
        padding: 0.5em;
}

.facturas i {
    color: #FF1720;
    cursor: pointer;
}

.facturas i:hover {
    color: black;
    transition: all 0.5s;
}

#todasfac {
    color: #FF1820;
    font-weight: bold;
}

#todasfac:hover{
    text-decoration: underline;
}

/*----------------- EDITAR PERFIL -----------------*/

.editar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0;
    width: 90%;
    margin: auto;
}

.cambiarfoto button {
    margin: 1em 0;
}

#eliminar {
    background: none;
    border: 3px solid #FF1720;
    color: #FF1720;
}

#eliminar:hover {
    background: #FF1720;
    color: white;
}

/*----------------- MENSAJES -----------------*/

#nuevomen {
    margin: 0;
}

.mensajes {
    border: 1px solid #FF1720;
    margin: 2em 0;
}

#lastch {
    border: none;
}

/*----------------- ACTIVIDADES -----------------*/

.parraf {
    margin-bottom: 1em;
    margin-top: 0em;
    padding: 1.5em;
}



img {
    max-width: 100%;
    height: auto;
}


.act {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.act img {
    
    border-radius: 10%;
    border: solid 2px;
    border-color: #939da3;
    width: 9em;
    height: auto;
    margin: 1em;
}

.act img:hover {
    
    border: solid 2px #e61d25;

   
}


.act ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.act ul li{
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1.5em;
    list-style: none;
}

.act ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
}


.galeria {
    width: 100%;
    padding: 1em;
}

.galeria figure {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
}

.galeria img { display: block; }

.galeria figcaption {
    width: 9em;
    color: white;
    padding: 0em;
    position: absolute;
    height: 9em;
    top: calc(100% - );
    left: 0;
    right: 0;
    transition: none;
}

.galeria figcaption span {
    padding-top: 1em; 
}

.galeria figure:hover figcaption {
    background-color: rgba(255, 23, 32, 0.79);
    border-radius: 10%;
    width: 9em;
    height: 9.3em;
    position: absolute;
    align-items: stretch;
    padding: 0em;
    text-align: center;
    top: 1em;
    left: 1em;
    right: 0em;
    bottom: 0em;
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    transition: all 0.3s ease-out;
    }

/*----------- FUTSAL -----------*/

.parrafut {
    margin-bottom: 0em;
    margin-top: 0em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1em;
    padding-bottom: 1.5em;
}

.parrafcla {
    margin-bottom: 0em;
    margin-top: 0em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1em;
        
}

element.style {
    background-image: url(../../actividades/futsal/imagenes/cancha.jpg);
}

.imgcan {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 92%;
    height: 7em;
    border: solid 2px;
    border-color: #939da3; 
    padding: 0em , 0em;
    background-size: cover;
    background-blend-mode: soft-light;
}

.h2inok {
    
    border-top: 1px solid rgb(255, 23, 32);
    padding-top: 1em;
  
    
}

.h2ino {
     border-bottom: 1px solid rgb(255, 23, 32);
    padding-top: 1em; 
    margin: 0 1em;
}

.tablator {
    background: black;
    color: white;
    width: 90%;
    height: 10em;
    margin: 2em auto;
    text-align: center;
    border-collapse: collapse;
}

.tablator td {
    border: 1px solid white;
    
    padding: 1em;
}

.tablator th {
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 1em 0;
    border-right: 1px solid white;
}

.tablator th:last-child {
    border-right: none;
}

.tablator .noltingtabla {
    color: red;
    font-weight: bold;
}

.tablatit {
    background: #FF1720;
    height: 
}

/*----------- TORNEOS-----------*/




/*----------- CANCHA -----------*/

.canchap {
    color: white;
    margin-bottom: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

/*----------- STICKY SOCIAL MEDIA -----------*/

.icon-bar {
  position: fixed;
  top: 50%;
right: 0;
    z-index: 99999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
    margin-bottom: 0.3em;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #FF1720;
  color: white;
}

.twitter {
  background: #FF1720;
  color: white;
}

.instagram {
  background: #FF1720;
  color: white;
}
    
/*----------------- MEDIAQUERIES -----------------*/


@media screen and (max-width:768px) {
    
        #misclases td {
        padding: 0.3em;
    }

    #misclases th {
        font-size: 1.4em;
    }

    
    .editar {
        flex-direction: column;
    }
    
    .insclase {
        width: 90%;
    }
    .miperfil {
        flex-direction: column;
        min-width: 80%;
    }
    
    .columna {
        padding-left: 0;
        padding-top: 3em;
        width: 80%;
        margin: auto;
    }
    
    .amigosfotos {
        width: 70%;
        margin: auto;
    }
    
    .regular.slider {
        width: 80%;
    }
    
    .contacto {
        width: 80%;
    }
    
    .menufoot {
        width: 16rem;
    }
    
    .icon-bar {
        display: none;
    }
    
    #redes {
        padding: 0em 1em 0em 0em
    }
    
    .conico {
       flex-wrap: wrap;
    }
    
    .paginasextra {
        display: block;
        margin-top: 3em;
    }
    
    .noti { 
        flex-wrap: wrap;
    }
    
    .noti figure {
        display: block;
        width: 45vmin;
        margin: .170em;
    }
    
    .noti img {
        height: 100%;
    }
    
    .logo {
        padding-left: 2em;
    }
    
}