@charset "utf-8";

/*----------Reglas generales----------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
}

body {
    font-family: "ubuntu", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background-color: snow;
    text-decoration: none;
}


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

ul { list-style: none;
}

header, footer {
    background-color: #363535; 
    color: white; 
}

.material-icons {
    padding-right: .25em;
}

#llamamenu .material-icons,
#ocultamenu .material-icons {
    padding-right: 0;
}

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

.contenidoarticulo {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    
}

.vermas {
    text-decoration: none; 
    color: black;
    margin-top: auto; 
    padding: 1em; 
    font-size: .8em; 
}

.vermas:hover {
    font-weight: 700;
    color:  #de0000;
    
}

.contenidoparrafo {
    font-size: .8em;
    margin: .5em 1em;
    text-decoration: none;
    color: black;
}

.contenidoparrafo a{
    text-decoration: none;
    color: black;
    font-weight: 700;
}


.imagencontenido {
    width: 80%;
    display: block;
    margin: auto;
    padding: 1em; 
    
}

p {
    padding: .3em; 
}

span{
    font-weight: 700;
}

.iconodeporte {
    width: 2em;
}

.piedefoto {
    text-align: center;
    font-size: .6em;
    margin-bottom: 1em;
    padding-top: 0;
}
/*----------H----------*/

h1 {
    font-size: 1.2em; 
    font-weight: 700; 
    align-items: center; 
    margin-left: .2em; 
    
} 

h2 {
    text-align: start;
    color: black;
    font-size: 1.2em;
    font-weight: 700;
    margin-left: 1em; 
    margin-right: 1em;
    border-bottom: 1px solid black;
    padding: .4em;
    align-content: center;
    position: sticky;
    top: 0;
    background-color: rgba(255, 250, 250, 0.85);
}

h3 {
    text-align: start;
    color: #363535;
    font-size: 1em;
    font-weight: 100;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1em; 
    margin-right: 1em;
    padding: .4em;

}


h4 {
    color: black;
    text-decoration: none;
    font-size: 1.3em;
    margin-bottom: .5em; 
}

h5 {
    margin-left: 1em;
    color: #363535;
    font-weight: 100;
    padding: .5em;
    
}

h6 {
    font-size: 1.2em;
    color: white;
    text-align: center;
}

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


header .contenedor {
    display: flex;
    justify-content: space-between;
    font-size: 1em;

}

header .perteneciaclub{ 
    display: flex; 
    justify-content: space-between;
    align-items: center;
}

#logo { 
    width: 2.3em;
}



header nav,
header nav ul {
    background-color: rgba(54, 53, 53, 0.83);
    color: white;
    
}



header nav a,
header nav label {
    color: white;
    padding: .5em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav a:hover {
    color: #de0000;
    font-weight: 700;
}

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

header nav label {
    cursor: pointer;
    padding: .5em;
    
    position: relative;
    z-index: 9999;
}


#menu-toggle:not(:checked) + #llamamenu,
#menu-toggle:checked + #llamamenu + #ocultamenu {
    display: flex;
}

#menu-toggle:checked + #llamamenu,
#menu-toggle:not(:checked) + #llamamenu + #ocultamenu {
    display: none;
}

header nav ul {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 50%;
    z-index: 9990;
    padding-top: 5em;
    transition: all .5s ease;
    
}

header nav ul li {
    padding: .7em;
    
}

#menu-toggle:checked + #llamamenu + #ocultamenu + ul {
    left: 50%;
    transition: all .25s ease;
}

.desplegable {
    
    margin-left: -2.5rem;
    display: none;
    margin-top:0;
    position: relative;
    
    

    }


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

.contenedormain {
    flex-grow: 1;  
    padding-top: 1em; 
}


#imagenescudo {
    width: 10em; 
    display: block; 
    margin: auto;
}



#elegirequipo nav ul{
    display: flex;
    justify-content: center; 
    margin: .5em; 
    padding: .5em;
}

#elegirequipo nav ul li {
    padding: .3em;
}

#elegirequipo nav ul li a{
    
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .7em; 
    padding-top: .7em;  
    background-color: #dd0606; 
    border-radius: 2em;
}

#elegirequipo nav ul li a{
    color: White;
    text-decoration: none; 
    font-size: 1em; 
    font-weight: 100;
}

#elegirequipo nav ul li a:hover {
    background-color: #bc0101;
    font-weight: 700;  
    color: white;
} 
/*---------------prox partido---------------*/

.proximopartido{
    display: flex;
    flex-direction: column; 
    background-color:snow;
    padding: .5em; 
    margin:1em; 
    border: solid 1px;
}

    .proximopartido:hover {
        background-color: #bc0101;
        
    }
.tprox {
    text-align: center;
    font-size: 0.8em;    
}

.clublocal {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.clublocal img{
    max-height: 3em;
    margin: .5em;
}

.clublocal p{
    font-size: .7em;
}

.clubvisit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    

}
.clubvisit img{
    max-height: 3em;
    margin: .5em;

}

.clubvisit p{
    font-size: .7em;
}

.partido{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dostablas {
    display: flex;
    flex-direction: column;
    justify-content: space-around; 
    
}

.tablaindividual {
    display: block
    justify-content: center;
    
}

.infofutsal {
    display: flex;
    flex-direction: row;
    justify-content: center; 
    align-items: center;
    
}


.infofutsal li {
    padding: 1em; 
    margin: .3em; 
    background-color: #dd0606;
    border-radius: 2em; 
}

.infofutsal li a{
    text-decoration: none; 
    color: snow;
}
/*-------------------novedades-------------------*/
.noticia {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 1.5em; 
}

.noticia > img {
    width: 45%;
    height: 45%;
    object-fit: cover;
    margin-top: 1em;
}

.cuerponoticia {
    display: block;
    
}

.cuerponoticia h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 700;
}

.cuerponoticia p {
    font-size: .8em;
    margin-left: 1.8em;
    
}

.cuerponoticia a {
    text-decoration: none; 
    color: #dd0606; 
    margin-left: .2em; 
}

.cuerponoticia a:hover {
    font-weight: 700;
}

#fechanoticia {
    font-weight: 400;
    margin-left: 2.5em;
    padding: .5;
    font-size: 0.6em;
}

.fechanoticia a {
        font-size: 0.5em;
}

.contenidonovedad {
    margin: 1em;
}

.contenidonovedad p{
    font-size: .9em;
    margin-left: 1.2em;
}

.titulonoticia {
    font-size: 3em; 
    
}

.volveratras {
    text-decoration: none; 
    color: #363535;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 1em;
    
    
}

.volveratras:hover {
    font-weight: 700;
    color: #de0000;
    
}

.infodecontacto {
    margin: 1em;
}



.redescontacto {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; 
}

.redescontacto img{
    display: block;
    padding: .5em;
    
}
/*-----------deportes------------*/
.otrosdeportes ul {
    display: flex; 
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    
    padding: 1em; 
    
}

.otrosdeportes ul li {
    background-color: #dd0606;
    padding: .8em; 
    border-radius: 5em;
    margin: .2em;
}


.otrosdeportes ul li:hover {
    background-color: #bc0101;
}

/*-----------afa------------*/

.destacar {
    background-color: rgba(221, 6, 6, 0.72);
    color: white;
    font-size: 1.2em;
    padding: 1em;
    margin: auto;
    width: 20em;
    border-radius: 5em;
}

.afa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.afa >* {
    padding: 1em;
}
/*----------reglas----------*/

.reglas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.reglas2 {
    max-width: 12em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin:0.5em;
    background-color: rgba(221, 6, 6, 0.24)
}

.reglas2 > h3 {
    text-align: center;
    font-weight: 400; 
}

.reglas2 > li {
    padding: 0.5em;
    text-align: center;
    font-weight: 100;
    font-size: 0.9em; 
}


/*----------slider----------*/

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') 
  format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	margin: 0;
	padding: 0;
}

.flexslider{
    margin-top: 2em;
	position: relative;
    margin: auto;
    width: 80%; 
    height: 80%;   
}

.slides{
	overflow: hidden;
}

.slides img{
	width: 100%;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-nav{
	width: 100%;
	text-align: center;
    position: absolute;
    bottom: 5%;
    z-index: 999;
}

.flex-control-nav li{
	display: inline-block;
	margin: 0 6px;
}

.flex-control-nav li a{
	display: block;
	background: #dd0606;;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	text-indent: -9999px;
}

.flex-control-nav li a:hover{
	background: #A62020;
}

.flex-control-nav li a.flex-active{
	background: #A62020;	
}

.flex-direction-nav a{
	display: block;
	text-decoration: none;
	position: absolute;
	top: 50%;
	z-index: 999;
    width: 40px;
    height: 40px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
}

.flex-direction-nav .flex-prev{
	left: 0;
}

.flex-direction-nav .flex-next{
	right: 0;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #dd0606;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  margin-left: 0em;

}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}


.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover{
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover{
	opacity: 1;
}
/*------------fotos de deportes---------------*/

.galeria {
  padding: 20px;
  display: flex;
    flex-wrap: wrap;
  justify-content: center;
}

.galeria__item {
  width: 35%;
  margin: .3em;
}
/*-----------asociate------------*/


.asociate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contenido{
    max-width: 40rem;
    margin: 0 auto;
    padding: 1em;
    min-height: 100vh;
}


.bienvenido{
    color:red;
    font-size: 2em;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 0.5em;
}
.bloques{
    justify-content: space-between;
    padding: 0.5em 1em 0.5em 0.5em;;
    text-align: start;
    color: black;
    font-size: 1.2em;
    font-weight: 400;
    display: block;
    background-color: rgba(255, 244, 244, 0.69);
    
    text-align: center;
}
.sexo{
    display: flex;
    text-align:right;
    justify-content:space-around;
    margin-bottom: 1em;
    margin-top: 1em;
    
    
}



#usuario{
    padding: 1.2em;
    margin-bottom: 1em;   
    text-align: center;
    font-size: 1em;
    border: 1px solid rgba(0,0,0,0.3);
    margin-bottom: 2em;
    text-align: center;
    }     
 
.bloques{
    display: block;
}
#usuario:hover{
   border: 0.1em solid rgba(0,0,0,0.3);
    
}

.confirmar{
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
}
.confirmar:hover{
    background-color: black;
}

.gracias{
    margin: 1em
}
.gracias h1{
    color:red;
    font-style: italic;
    font-size: 5em;
    width: 100%;
    margin: auto;
    text-align: center;
    }
.gracias h3{
    text-align: center;
}
.gracias h3 a{
    display: block;
    text-align: center; 
    color: white;
    width: 100%;
     background-color: #dd0606;
    
    }
.gracias h4{
    text-align: center;
    font-size: 2em;
}


.gracias .firma{
    font-style:oblique;
    text-align: center;
    font-size: 0.8em;
    text-align: end;
}

.gracias p {
    font-size: 0.8em;
    text-align: justify;
}

.graciasredes {
    display: block;
    margin: auto;
    justify-content: center;
    text-align: center;
}


/*----------Footer----------*/
footer {
    padding: 2em; 
    font-size: .5em;
    
}

.redes {
    display: flex;
    justify-content: center;
    margin: .2em;

}


.redes img {
    padding: .2em;
    width: 3.5em;
    margin: auto;
}
footer p {
    text-align: center;
    
}

/*----------Formularios----------*/
formulario {
  width: 500px;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
  position: relative;
}
.formulario__titulo {
  text-align: center;
  margin-top: 0;
  color: rgba(0,0,0,0.7);
}
.formulario__input, .formulario__label, .formulario__submit {
  display: block;
  width: 90%;
  font-size: 1.3em;
}
.formulario__input {
  padding: 20px;
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.3);
  margin-bottom: 40px;
}
.formulario__input:focus {
  outline: 1px solid rgba(0,0,0,0.7);
}
.formulario__input:focus + .formulario__label{
  margin-top: -135px;
}
.formulario__label {
  padding-left: 15px;
  position: absolute;
  margin-top: -85px;
  z-index: -20;
  color: rgba(0,0,0,0.5);
  transition: all 0.2s;
}
.formulario__submit {
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
}
.fijar {
  margin-top: -135px;
}

/*---------------Posiciones-------------*/

.posiciones {
    display: flex;
    flex-direction: column;
    margin: 1em;
    padding: 1em;
}



/*---------------POPUP-------------*/

.ventana {
    z-index: 9990;
    background-color: #dd0606;
    width: 70%;
    color: white;
    text-align: center;
    max-width: 100%;
    border-radius: 1em;
    top:  20%;
    display: none;
    position: fixed;
    margin-left: 35%;
    padding: 1em;
    margin: 1em;
}

#cerrar{
    
}

table .ventana  {
    text-align: center;
    font-size: .8em;
    width: 100%;
    padding: 3em .5em 1.5em .5em;
    background-color: white;
    border-radius: 1em;
}

.ventana  td {
    padding: 0.5em ;
    border:none;
}


#resultadosfinales {
    font-size: 16px;
    margin-top: 2em;
    
}

a {
    text-decoration: none;
}
.posiciones h4{
  text-decoration: none;
    color: black;
    
   
    
}
.posiciones p {
    text-decoration:none;
    text-decoration-line: none;
    text-decoration-line: none;
    color: black;
}

section .graciasporcontactarse {
    text-align: center;
}


/*---------------------mediasqueries---------------------*/

/*-------header responsive-------*/
@media (min-width: 35em) {
#menu-toggle,
    #menu-toggle:checked + #llamamenu,
    #menu-toggle:not(:checked) + #llamamenu,
    #menu-toggle:checked + #llamamenu + #ocultamenu,
    #menu-toggle:not(checked) + #llamamenu + #ocultamenu {
        display: none;
    }
    
    #menu-toggle:not(:checked) + #llamamenu + #ocultamenu + ul,
    #menu-toggle:checked + #llamamenu + #ocultamenu + ul {
        display: flex;
        flex-wrap: wrap;
        background: none;
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding-top: 0;

    }
    
    header nav ul {
        flex-basis: 25%;

    }

    header nav ul li {
        padding: 0;
        
    }
    
    header nav ul li a{
        padding: .5em;
        font-size: .9em;
    }
    

/*-------main responsie-------*/
   
#elegirequipo nav ul{
    display: flex;
    justify-content: center; 
    margin: 1em; 
    padding: 1em;
}

#elegirequipo nav ul li {
    padding: 2em;
}

#elegirequipo nav ul li a{
    
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em; 
    padding-top: 1em;  
    background-color: #dd0606; 
    border-radius: 4em;
    color: White;
    text-decoration: none; 
    font-size: 1.5em; 
    font-weight: 100;
}

    .partidos {
        display: none;
    }
    
    .partidos{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;

}

.proximopartido{
    display: flex;
    flex-direction: column; 
    background-color: #ffffff;
    padding: .5em; 
    margin:1em; 
    }
    

    
.dostablas {
    display: none;
}
    
    .dostablas {
        display: flex;
        flex-direction: row;
        
    }
    .noticia {
        width: 80%;
        margin: auto;
        padding: .7em;
    }
    
    .novedadresponsive {
        display: flex;
        flex-direction: row;
        
    }

    .clubvisit p{
    font-size: 1.5em;
}
    .clublocal p{
    font-size: 1.5em;
}
}