    
    * {
    font-family: 'Titillium Web', sans-serif; 
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    
}

body {
    
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(240, 240, 240);
    
   
}

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






/*------------- Header -------------*/


header div h2 {
    text-justify: inherit;
    color: white;
}


label {
    cursor: pointer;
    padding: 0em;
    position: relative;

}

header {

    background-color: #16417f;
    text-align: left;
    width: 100%;
    height: 4em;
    color: white;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 9999;
    padding: .7rem 1rem;
    box-shadow: .07em .07em .3em .07em rgba(0, 0, 0, 0.55);
        
}


.encabezado {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


header nav ul li a {
    color: white;
    text-decoration: none;
    
}


.menu li a:hover {
    background-color: white;
    color: #16417F;
}


.contenedor {
    display: flex;
    justify-content: space-between;
    width: 2.5rem;
    align-items: center;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    display: none;
}

#menudesplegable:not(:checked) + #hamburguesa,
#menudesplegable:checked + #hamburguesa + #menuabierto{
    display: flex;
}

#menudesplegable:checked + #hamburguesa,
#menudesplegable:not(:checked) + #hamburguesa + #menuabierto, .opciones {
    display: none;
}


.menu {
    display: flex;
    align-content: center;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
    height: 100vh;
    position: fixed;
    left: -150%;
    top: 0;
    transition: all .5s ease;
}

.usuario {
    text-align: center;
    font-size: 75%;
    padding: 0em 1em 2em 1em;
    border-bottom: solid 1px rgba(255,255,255,.25);
}
.usuario img {
    border-radius: 50%;
    width: 25vmin;
    height: 25vmin;
    max-width: 12em;
    max-height: 12em;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .25) inset, 0 .35em .5em rgba(0, 0, 0, .25);
  
}


.usuario h4 {
    color: white;
    font-size: 1.2em;
    font-weight: 400;
  
}
#menudesplegable:checked + #hamburguesa + #menuabierto + .menu {
    left: 0;
    background-color: rgba(42, 44, 44, 0.98);
    width: 50%;
    margin-top: 0;
    padding-top:5em;
    box-shadow: 0 0 1em .1em rgba(0, 0, 0, 0.78);
    transition: all .5s ease;

}

.menu li a {
    text-align: start;
    color: #ffffff;
    font-size: 0.9em;
    text-transform: none;
    margin: 0;
    padding: 1em;
    display: block;
    justify-content: space-evenly;
    background-color: rgba(169, 169, 169, 0);
    color: white;
    font-weight: bold;
}


#logo {
    display: block;
    width: auto;
    height: 2.5rem;
    
}

i {
    z-index: 9999;
}




/*****SLIDE*****/


.slideshow{
    
    margin: auto;
	box-sizing: border-box;
	width: 100%;
	position: relative;
    margin-top: 2em;
}

.slideshow .fa-circle {
    position: relative;
    top: 2em;
}

.slider li img{
	width: 100%;
    height: auto;
}

.slider .caption{
	position: absolute;
	width: 100%;
	height: 115%;
	top: 0;
	left: 0;
	padding: 15px 30px;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    text-align: center;
	color: #16417F;
}

.tituslider{
	font-weight: 700;
    padding: 0.2em;
    font-size: 2em; 
    line-height: 1em;
    
}

.pagination{
	position: absolute;
	top: 14.4em;
	width: 100%;
    display: flex;
	justify-content: center;
}

.pagination li{
	font-size: 0.5em;
	margin: 6px 6px 2px 0px;
	color: #bfbfbf;
}

.left, .right{
	position: absolute;
	top: 0;
	height: 100%;
    display: flex;
	align-items: center;
    color: rgba(42, 44, 44, 0.98);
	font-size: 20px;
	cursor: pointer;
}

.left{
	left: 15px;
}

.right{
	right: 15px;
}






/*----------- Main ----------*/


main {
    flex-grow: 1;
}



/*-----Inicio Sesión - Registro-----*/

.registro{
    background-color: background: rgb(22,65,127);
background: linear-gradient(0deg, rgba(22,65,127,1) 0%, rgba(81,151,181,1) 50%, rgba(255,255,255,1) 100%);
}

.registro2{
    background-color: background: rgb(22,65,127);
background: linear-gradient(0deg, rgba(22,65,127,1) 0%, rgba(81,151,181,1) 50%, rgba(255,255,255,1) 100%);
}

.splash{
    background-color: #16417f;
        
}


#splash_carga {
    width:  70%;
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    padding-top: 10em; /* posicion eje vertical */ 

     }

#splash_carga img {
    display: block;

     }


.registro img {
    max-width: 18rem;
    padding-top: 0em;
    margin-top: 4em;
    width: 50%;
    margin-bottom: 1.5em;
    }

.registro2 img {
    max-width: 18rem;
    padding-top: 0em;
    margin-top: 4em;
    width: 35%;
    margin-bottom: 1.5em;
    }


.datosusuario {
    margin-top: 5em;
    margin-bottom: 0.3em;
    width: 80%;
    height: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 1em;
    padding-right: 1em;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0);
    border-radius: 8px;
  
   
}

.datosusuario2 {
    margin-top: 0.2em;
     flex-direction: row;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1em;
    padding-right: 1em;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0);
    border-radius: 8px;
  
   
}

.formulario {
    width: 100%;
    overflow: hidden;
    visibility: visible;

}

.iniciarsesion {
    text-align: left;
    color: #2B4E72;
    display: block;
    padding: 10px 10px;
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 0.5rem;
    background-color: white;
    border-radius:12px;
    padding-left: 1em;
   

}

.botoncontinuar {
   background-color: #16417f;
    font-weight: 400;
    padding:10px 0px 10px 0px;
    border-radius:12px;
    margin:auto;
    text-align: center;
    font-size: 0.93em;
    display: flex;
    margin-top: 2em;
    margin-bottom: 5em;
    justify-content: center;
    width: 72%;
    color:white;
    }
.botoncontinuar p
{ color:white;}

.botoncontinuar2 {
   background-color: #16417f;
    color: #f0f0f0;
    font-weight: 400;
    padding:10px 0px 10px 0px;
    border-radius:12px;
    margin-top:1em;
    text-align: center;
    font-size: 0.93em;
    display: flex;
    margin-top: 1em;
    margin-bottom: 5em;
    justify-content: center;
    width: 72%;
    }

.botoncontinuar2 p
{ color:white;}

.paginasadicionales {
    display: flex;
    justify-content: space-around;
    margin-top: 1.2em;
    margin-bottom: 5em;
    margin-left: 2em;
    margin-right: 2em;
}

.paginasadicionales a {
    text-decoration: none;
  
    margin-top: 2em;
    justify-content: space-around;
}

.paginasadicionales p {
    color: white;
  
}

.paginasadicionales2 p {
    color: white;
  
}
span {
    margin-right:;
    color: #16417f;

}

.paginasadicionales2 {
    display: flex;
    justify-content: space-around;
    margin-top: -5em;
    margin-bottom: 1em;
    margin-left: 2em;
    margin-right: 2em;
}

.paginasadicionales2 a {
    text-decoration: none;
    color: white;
    margin-top: 2em;
    justify-content: space-around;
}


/* HOME */

hr {
 
    margin: auto;
    margin-bottom: 2em;
    border-top: 1px solid rgb(168, 168, 168);
    max-width: 80%;
    
}

.home h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: .8em;
}



.home {
    margin-bottom: 4em;
    margin-top: 4em;
}

.home .noticias {
    max-width: 80%;
    font-size: 15px;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home .noticias img {
    width: 100%;
    display: block;
}

.home .noticias h3 {
    font-size:1.2em;
    padding-top: .5em;
    color:#16417f;
    margin-bottom: 0.2em;
}


.home .noticias p {
  margin-bottom: 1em;
}

.home .noticias h4 {
    font-size:0.9em;
    color:#5197b5;
    padding-bottom: 0.6em;
    padding-top: 1em;
    font-weight: 400;
    text-align: left;
}

.home .noticias h5 {
    font-size:1em;
    padding-bottom: 0.6em;
    font-weight: 400;
    color:#262626; 
}
.home .noticias h6 {
    font-size:1em;
    padding-top: .01em;
    color: #5197b5;
    margin-bottom: 1em;
   
}
.home .noticias h7 {
    font-size:0.9em;
    color: dimgrey;
    padding-bottom: 2em;
   padding-top:5em;
    font-weight: 600;
    text-align: left;
}
.home .noticias h8 {
    font-size:0.9em;
    color:#16417f;
    padding-bottom: 2em;
    padding-top: 2em;
    font-weight: 400;
    text-align: left;
}
.home .noticias figure {
    width: 70vmin;
    margin: 1em 2em;
    position: relative;
    overflow: hidden;
}


.home .partidos {
    

    display: flex;
    justify-content: center;
    margin-left: .5em;
    margin-right: .5em;
    margin-top: 3.5em;
    margin-bottom: 5em
}


.home .partidos img {
    display: block;
    width: 100%;
    max-width: 100px;
    margin-bottom: .2em;

}

.home .fechas {
    margin-left: 1.5em;
    margin-right: 1.5em;
    text-align: center;
}

.home .fechas li {
    margin: -.5em;   
    
}

.home .horarios li {
    text-align: center;   
}

.home .horarios {
    
    margin-bottom: 2em;
}

#vs {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    
}


.home .fechas span {
    color: #262626;
    font-weight: 520;
    font-size: 1em;
    

}



.vermas {
    background-color: #5197b5;
    color: #f0f0f0;
    font-weight: 600;
    padding:15px 0px 15px 0px;
    border-radius:35px;
    margin:auto;
    text-align: center;
    font-size: 0.9em;
    display: flex;
    margin-top: 2em;
    margin-bottom: 5em;
    justify-content: center;
    max-width: 20em;
    
}

.vermas:hover {
    
    background-color: #97cef2;
    color: #011e31;
}


.actividadeshome {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    background: #16417f;
    color: white;
    padding-bottom: 1em;

}

.actividadeshome a{
    text-align: center;
   }

.actividadeshome h3{
    color: #16417f;
    font-size: 0.9em;
   }

.actividadeshome ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 2.2em;
   }

.actividadeshome ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: white;
    padding: 1em;
    border-radius: 1em;
    margin: .5em auto;
    width: 6em;
    height: 6.5em;
   }

.actividadeshome img{
    width: 70%;
    margin-top: 10px;

   }

.actividadeshome li:hover{
    background-color: #97cef2;
    transition: all .7s cubic-bezier(0.43, 0.22, 0.25, 1);
    
     }


/* noticias */

.titulonoticias h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: .8em;
    margin-top: 4em;
}


/* Noticia abierta*/

.noti {
    
    display:block;
margin: 1.3em 1.3em 3em 1.3em;}

.noti h7 {
    font-size:0.9em;
    color: dimgrey;
    padding-bottom: 2em;
   padding-top:5em;
    font-weight: 600;
    text-align: left;
}
.noti h8 {
    font-size:0.9em;
    color:#5197b5;
    padding-bottom: 2em;
    padding-top: 2em;
    font-weight: 400;
    text-align: left;
}

.noti h5{
    color: #262626;
    margin: 5rem 0.4em 0.8em 0.1em;
    font-size: 1rem;
    font-weight: 400;
}

.noti p{
    margin-bottom: 1.5em;
}
.noti h3 {
    font-size:1.2em;
    padding-top: .5em;
    color:#5197b5;
    margin-bottom: 0.2em;
    font-weight: 400;
}

.noti img {
   width: 100%;
}

 .noti h1 {
    font-weight: 700;
    padding: 0.5em 0.5em 0.5em 0.1em;
    line-height: 1.1em;
    font-size: 2em;
     color:#16417f;
}

.noti h4 {
    font-size:0.9em;
    color:dimgray;
    padding-bottom: 0.6em;
    margin-top: 1em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 1em;
}
/*CALENDARIO*/


.proximasfechas h2 {
   text-align: center;
    margin-top: 4.2em;
    margin-bottom: .5em;
}

.calendario {
    display:flex;
    justify-content: center;
    padding-top: .5em;
    margin-bottom: 6em;
    margin-left: 1em; 
    margin-right: 1em; 
}





/* contacto */

.contacto2 {
    display: block;
    justify-content: center;
    text-align: left;
    padding-top: 0px;
    padding-right: 1.3em;
    padding-bottom: 0px;
    padding-left: 1.3em;
}
#ubicacion {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2.5em;
}


#mapa {
    width: 100%;
    height: 50vh.;
}

.contacto {
    display: block;
    justify-content: center;
    text-align: left;
    margin-bottom: 1.2em;
    color:#16417f;
    
}

.contacto h3{
    
    font-size: 1.2em;
    font-weight: 600;
    padding: 0rem 0em 0.5rem 0em;
    margin-top: 4.5em;
    border-bottom: 1px solid #191818;
}
   
.contacto i{
    padding-right: .4em;
    font-size: 1.1em;
}

.contacto2 .vermas {
    background-color: #5197b5;
    color: #f0f0f0;
    font-weight: 600;
    padding:15px 0px 15px 0px;
    border-radius:35px;
    margin:auto;
    text-align: center;
    font-size: 0.9em;
    display: flex;
    margin-top: 2em;
    margin-bottom: 5em;
    justify-content: center;
    max-width: 20em;
}

.vermas:hover {
    
    background-color: #97cef2;
    color: #011e31;
}

.formcategorias {
    margin: 1em 1em;
    display: flex;
    flex-direction: column;
    font-size: 1.1em;
    text-align: center;
    font-weight: 700;
    padding-bottom: 2em;
    }
    
    .formcategorias label {
    padding-top: 1em;
    font-size: 0.9em;
    text-align: left;
    font-weight: 400;
    padding-left: .5em;
        color: #262626;
}

.formcategorias input {
    margin: .3em 0;
    background-color: rgba(81, 151, 181, .4);
    padding: .8em;
    border-radius: 10px;
    color: #262626;
}

.formcategorias textarea {
    margin: .3em 0;
    background-color: rgba(81, 151, 181, .4);
    padding: 2em .8em;
    border-radius: 15px;
    color: #262626;
}



/* Pagos */


.datosperfil {
   width: 85%;
   display: flex;
   flex-direction: column;    
   align-content: center;    
   justify-content: center;
   border-radius: 15px;
   box-shadow: 0 1px 10px rgba(0,0,0,0.3); 
   background-color: rgba(81,151,181,20%);
   padding-top: 15px;
   margin-bottom: 3em;
}  

.pagos {
    
    margin: 0em .3em 3em .3em;
    border-radius:10px;
    color:#262626;   
}

.pagos h4 {
    margin-top: 1.5em;
    margin-bottom: .3em;
    color: #16417f;
    font-size: 18px

}


.pagos ul{
    
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 15px;
    padding: .3em 1em .3em 1em;
    margin: .5em 1em 0em 1em;
    font-size: 15px;
    font-weight: 550;

}


.pagos .pagos-grilla, .pagos-total {
    
    background-color: rgba(255, 255, 255, 0.87);
    
}

.pagos .pagos-total {
    margin-top: .6em;
    margin-bottom: .3em;

}


.pagos .pagos-historial .pagos-grilla {
        background: rgba(22, 65, 127, 0.31);
        
}

.pagos hr {
    margin-bottom: 1em;
    border: .5px solid rgba(22, 65, 127, 0.21);
}

.pagos .linea-historial {
    margin-bottom: 0em;
}



/* actividades */


.fondoactividades {
    background-color: #16417f;
}

.titulossecciones h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: .8em;
    margin-top: 2.7em;
}

.actividades {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    color: white;
    padding-bottom: 1em;

}

.actividades a{
    text-align: center;
   }



.actividades h3{
    color: #16417f;
    font-size: 0.9em;
   }

.actividades ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 2.2em;
   }

.actividades ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: white;
    padding: 1em;
    border-radius: 1em;
    margin: .5em auto;
    width: 8em;
    height: 8.5em;
   }

.actividades img{
    width: 70%;
    margin-top: 10px;

   }

.actividades li:hover{
    background-color: #97cef2;
    transition: all .7s cubic-bezier(0.43, 0.22, 0.25, 1);
    
     }


/* FUTSAL*/




.futsalmasc{
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/futbolmas.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 4em;
    height: 5em;
}

.futsalfem{
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/futbolfem.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 4em;
    height: 5em;
}

.basquetfem{
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/basquetfem.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 4em;
    height: 5em;
}

.basquetmasc{
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/basquetmas.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 4em;
    height: 5em;
}

.natacion{
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/natacion.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 4em;
    height: 5em;
}


.taekwondo{
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/taekwondo.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 4em;
    height: 5em;
}

.patin{
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/patin.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 4em;
    height: 5em;
}

.gimnasio{
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/gimnasio.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 4em;
    height: 5em;
}


.titulosactividades {
  display: block;
    justify-content: center;
    text-align: left;

    padding-top: 0px;
    padding-right: 1.3em;
    padding-bottom: 0px;
    padding-left: 1.3em;
}



.titulosactividades img {
 margin-top: 2em;
    margin-bottom: -3em;
}
.titulosactividades h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: .05em;
    margin-top: 1em;
    color: #16417f;
}


.titulosactividades p {
    font-size: 1.1em;
    text-align: left;
    margin-bottom: .05em;
    margin-top: 1em;
    color: #262626;
    
   
}



.minibotonesact li {
    background-color: #c9c9c9;
    padding: 0.6em;
    margin-top: .08em;
    border-radius: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6em;
    height: 2em;
 
    
}

.minibotonesact li a {
    color: #f0f0f0;
    font-size: 1em;
}

.minibotonesact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1em 1em 0em 1em;
}


.infoact {
    display: block;
    justify-content: center;
    text-align: left;
    margin-bottom: 1.2em;
    color:#16417f;
    
    
}

.infoact h3 {
    
    font-size: 1.2em;
    font-weight: 600;
    padding: 0rem 0em 0.5rem 0em;
    margin-top: 1.5em;
    border-bottom: 1px solid #191818;
}
   
.infoact i {
    padding-right: .4em;
    font-size: 1.1em;

 
}
    
.todopos {
    margin-bottom: 3em;
}

.entrenamiento {
 margin-bottom: 3em;
}

.entrenamiento li {
    padding-top: 1em;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #262626;
    font-weight: 400;
}

.entrenamiento span {
    font-weight: 600;
    color: #262626;
   
}

.logoclub
{  display: flex;
   width: 2.5em;
  
}



.accordion 
{ background-color: #b9d5e1;
  color:white;
  cursor: pointer;
  padding: 18px;
  width: 92%;
  border:none;
  text-align: left;
  outline: none;
  font-size: 0.8em;
  transition: 0.4s;
  display: flex;
  align-content: space-between;
  justify-content:space-between;
  box-shadow: 0 1px 10px rgba(0,0,0,0.3);    
}

.active, .accordion:hover
{  background-color:#b9d5e1;
}

.active, .accordion, p
{ color: #262626;
font-size:1em;
    font-weight: 600;
}

.posicionesfut
{  width: 92%;
   background-color: white;
   height: 31em;
   display: flex;
   flex-direction:column; 
   align-items: center;
   justify-content: center;
   padding-left: .4em;
   padding-right: 1em;
   border-radius: 0px 0px 8px 8px; 
   box-shadow: 0 1px 10px rgba(0,0,0,0.3); 

}

.datospodio     
 { display: flex;
   justify-content:space-between;    
   width: 18em;
   margin-bottom: 0.5em;     
 }    
  
 .clubs3
 { display: flex;
   align-items:center; 
   justify-content:space-between;
   width: 18em;
   height: 2em;
   margin-bottom: 0.8em;
 }
 
.datospodio p
{  font-size:0.75em;
   font-weight:600;
   color:#2B4E72;
}

.posiciones
{  width: 5em;
   text-align: left;
     margin-top: 1em;
     margin-bottom:0.8em;
}

.posiciones2
{  display: flex;
   justify-content: space-between;    
   width: 10.5em;
    margin-top: 1em;
}

.posiciones3
{  display: flex;
   align-content: flex-start;
   align-items:left;
  
   width: 7.2em;    
}

.posiciones3 h2
{  
   font-weight:600;
   font-size: .9em;
   margin-right: 1em;
    color:#16417f;
    width: 0.8em;
}

.posiciones3 p
{  font-size:0.7em;
}

.posiciones4
{  display: flex;
   width: 10em;
   align-content: center;
   align-items: center;    
   justify-content:space-between;
   margin-right: 0.2em;    
}

.posiciones4 p
{  font-size: 0.9em;
}

.logoclub
{  display: flex;
   width: 2.5em;
   justify-content: center;    
}

.separador
{  width: 18em;
   background-color: #16417f;
   height: 0.05em;
   display: flex;
   flex-direction: row;
}

/* INSTITUCIONAL*/
.minibotones li {
    background-color: #c9c9c9;
    padding: 0.6em;
    margin-top: 4.5em;
    border-radius: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6em;
    height: 2em;
 
    
}

.minibotones li a {
    color: #f0f0f0;
    font-size: 1em;
}

.minibotones {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1em 1em 0em 1em;
}
#botonprendido {
    background-color: #16417F;
}

.textinstitucional {
 
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
}





/* perfil */
.fotoperfil {
    text-align: center;
    margin-top: 2em;
}
.fotoperfil img{
    width: 40%;
    }

.fotoperfil h1 {
    color: #131111;
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
     margin-top: 0.1em;
    margin-bottom: 1em;}


.areatitulos  
{  width: 92%;
   height: 2.5em;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   padding-left: 1em;
   padding-right: 1em;

}

.areatitulos i
{ color: #262626;
  font-size: 1.4em;
  margin-right: 0.4em;

}

.areatitulos img 
{ width: 2em;       
}

.titulos
{  color: #262626;
   font-size: 1em;
font-weight: 600;
    
}



  

.datos
{  display: flex;
   flex-direction: column;
   text-align: left;
   width: 18em;  
   margin-bottom: 1.2em;
    margin-top: 1em;
    width: 80%;
    
}



    
}
.actividadesperfil {
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: white;
    padding-bottom: 1em;

}

.actividadesperfil a{
    text-align: center;
   }



.actividadesperfil h3{
    color: #16417f;
    font-size: 0.9em;
   }

.actividadesperfil ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 2.2em;
   }

.actividadesperfil ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: white;
    padding: 1em;
    border-radius: 1em;
    margin: .5em auto;
    width: 10em;
    height: 10.5em;
    
   }

.actividadesperfil img{
    width: 70%;
    margin-top: 10px;

   }

.actividadesperfil li:hover{
    background-color: #97cef2;
    transition: all .7s cubic-bezier(0.43, 0.22, 0.25, 1);
    
     }

.datos p
{  font-size: 0.9em;
   margin-bottom: 0.4em;
   background-color: white;
   height: 2em;
   padding-left: 1em;
    padding-top: 3px;
    border-radius: 8px;
     
}
.datos input {
    padding-left: 0.5em;
    
}

.datos span
{  font-size: 1em;
   font-weight: 600;
   color:#16417F ;    
}

.datos .largo {
    width: 55%;
}

/*-----Galeria-----*/



video {
    width:100%;
    height:auto;
}

.contenedor-video{
    margin-top: 6em;
    
}

.contenedor-galeria h2{
    margin-top: 2em;
    margin-bottom: .5em;
    text-align: center;
}

.galeria {
    width: 100%;
    margin: auto;
    padding-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.galeria li {
    margin: .8em;
}
.galeria img {
    
    width: 250px ;
    height: auto;
}

.modal {
    text-align: center;
    display: none;
}

.modal:target {
    
    display: block;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 100%;
}

.modal h3 {
    
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 10em;
 

}

.contenedor-galeria .imagen {
    margin-top: 8em ;
    max-width: 850px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.contenedor-galeria .imagen a {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    margin: 0 10px;
}

.contenedor-galeria .imagen a:nth-child(2) {
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.contenedor-galeria .imagen img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 5px solid #fff;
    box-sizing: border-box;
}

.contenedor-galeria .cerrar {
    display: block;

    width: 25px;
    height: 25px;
    margin: 1em auto;
    font-size: 20px;
    color: #000;
    padding: 5px;

}
.contenedor-galeria i{
    position: relative;
    bottom: 8px;
    
}

#boton-inicio {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  font-size: 20px;
  background-color: rgb(22, 65, 127);
  color: white;
  cursor: pointer;
  padding: .5em 1em .5em 1em ;
  border-radius: 80px;

}






/*-----Footer-----*/

footer {
    
    width: 100%;
    background-color: rgb(42,44,44,35);
    
}


.iconosfooter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em 5em 2em 5em;

}


#iconosfooter {width: 2.3em;
    height: auto;
   
    border-radius: 10em;
    margin: 0 1em;}

footer p {
    
    color: white;
    font-size: .9em;
    margin: 1em 2em 5em 2em;
    text-align: center;

}






@media (min-width: 35em) {
    
    .slideshow {
    
    display: block;
    margin: auto;
    width: 45%;
    margin-top: 8em;
    margin-bottom: 3em;  
    }
    
   .slideshow .fa-circle {
        position: relative;
        top: 50em;
    }
    
    header {
    height: 6em;
    }
    
    main, :not(index.html) {
    margin-top: 1.5em;
    }
    
    #logo { 
    display: block;
    height: 70px;
    margin-right: 1em;
    }
    
    .home .noticias figure {
    width: 50vmin; 
    }
    
    .home .partidos .fechas{

    margin-left: 4em;
    margin-right: 4em;
    display: flex;
    justify-content: center;
    font-size: 1.2em;

}

    
.inicio {
    
        max-width: 45em;
        margin: auto;
    }
    
   .contenedor-video {
    margin-top: 10em;
    
}
    
}


@media (min-width: 55em) {
    
  .contenedor-video{
    padding-top: 10em;
    width: 55%;
    margin: auto;
    
}
    .contenedor-galeria {
    margin-left: 13%;
    margin-right: 13%;
}


}
