@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,900,900i&display=swap" rel="stylesheet');
@font-face {font-family: 'Montserrat', sans-serif;}
body {
     font-family: 'Montserrat', sans-serif;
     min-height: 100vh;
	 margin:0;
	 padding:0;
	 /*NO HACE FALTA PONERLE FLEX AL BODY TE CONVIENE TRABAJARLO POR SECCIONES, ELÑ DISPLAY TE CONVIENE TRABAJARLO POR CADA ELEMENTO*/
}

header {
    background-color: #140c6d;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.fila {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .1em 1em;
}

.fila a img {
    width: 14%;
    padding-top: .1em;
}

.noticias {
    padding-top: 5.5em;
    padding-left: 1em;
    padding-right: 1em;
}

#llamamenu {
    position: relative;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    display: flex;
    z-index: 9999;
}

.abresubmenu {
    color: white;
    padding: .7em 2em .7em 2em
}

header nav {
    background-color: #140c6d;
    position: fixed;
    right: -50vh;
    top: 0;
    height: 100%;
    min-width: 55vw;
    transition: all .3s ease;

}

header nav.menuvisible {
    right: 0;
    transition: all .6s ease;
    background-color: rgba(20, 12, 109, 0.76);
    
}

header nav ul {
    list-style: none;
    padding-top: 0;
    padding-left: 0;

}

header nav ul li {
    padding: 0 2em;
    padding-left: 1em;
    
}

header nav a {
    display: flex;
    color: white;
    text-decoration: none;
    padding: .9em 0 .9em 1em;

}

header nav a:hover {
    color: white;
}

.bx-wrapper {
    border: none;
    padding-top: 2em;
}

.bx-viewport {
    width: 100%;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9990;
}

.bx-wrapper .bx-caption span {
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
    background-color: rgba(20, 12, 109, 0.45);
}

.submenu {
    padding-top: 0;
    padding-left: 2em;
    display: none;
    
}

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

.slider{
		width: 60rem;
    
}

.carrousel img{
	width:100%;
    height: auto;
	
}

main {
     flex-grow: 1;

}

.proximos h2 {
    padding: 0 0 0 .7em
}

.novedades {
    padding: 0 1em 0em 1em;
}

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

.novedades article {
    padding: 0 0 1em;
    width: 60vh;
}

.proximos ul{
	display: flex;
	justify-content: center;
	padding: 0rem;
}

.proximos li{
	list-style-type: none;
    padding-top: 1em;
    padding-left: 1rem;
    padding-right: 1rem;
}

.proximos img{
	width:100%;
}

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

.contenedor-equipos {
	 display:flex;
	 justify-content: center;
     list-style: none;
     box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.15);
}

.versus {
    text-align:center;
    text-transform: lowercase;
    position: relative;
    top: 52px;
    display: block;
}

.equipos{
	padding: 1rem 2rem 0 2rem;
	text-align: center;
}

.equipos img{
	height: 80px;
	width: auto;
}

footer {
     background-color: #140c6d;
     padding: 0.25rem;
     font-weight: lighter;
     font-size: .6em;
     color: white;
}

.redes {
    text-align: center;
}

footer p{
    padding: .5em 1.2em 0;
}

h6 {
    text-align: center;
    font-size: 1.4em;
    margin: auto;
    padding: 1em 0 1em 0
}

.registrarse {
    background-color: rgb(230, 230, 230);
    padding-bottom: 1.5em;
}

.registrarse h2 {
    color: #140c6d;
    padding-top: 3.5em;
    text-align: center;
}

.registrarse p {
    text-align: center;
    font-size: .9em;
}

.thanks1 {
    text-align: center;
    font-size: .9em;
    color: #388ab5;
    padding-top: 25em;
}

.registroform {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 100%;

}

.recuperacion {
    padding-top: 1em;
}

.recuperacion a {
    color: #140c6d;
    font-size: .8em;
}

.textbox input {
    padding: 0.5em;
    background-color: white;
    width: 16em;
    height: 2em;
    border-radius: .3em;
    font-family: 'Montserrat', sans-serif;
    border: none;
    
}

.textbox select {
    padding: 0.5em;
    background-color: white;
    width: 17em;
    height: 3em;
    border-radius: .3em;
    font-family: 'Montserrat', sans-serif;
    
}

.form {
    text-align: left;
    margin: 1em 0;	
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
}

.enviarsocio {
    text-align: center;
    padding: 1.5em 0 1em;
}

.enviarsocio button {
    background-color: #388ab5;
    color: white;
    outline: none;
    border: none;
    border-radius: .4em;
    width: 10em;
    height: 3em;
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
}

.obtenerusuario {
    text-align: center;
    padding: 0em 0 5.2em;
}

.obtenerusuario button {
    color: #388ab5;
    outline: none;
    border: 1px solid #388ab5;
    border-radius: .4em;
    width: 10em;
    height: 3em;
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
}

.contactofull {
    background-color: rgb(230, 230, 230);
    padding-left: 1em;
    padding-bottom: 3em;
    padding-right: 1em;
    padding-top: 5.5em;
}

.contacto {
    display: flex;
    flex-wrap: wrap;
}

.contactoh2 {
    color: #140c6d;
}

.contacto iframe {
    padding-bottom: 2em;
    width: 52vh;
    padding-right: 1em;
}

.infocontacto li {
    list-style: none;
    padding-bottom: 1em;
    color: #140c6d;
}

.datoscontacto {
    padding-bottom: 2em;
}

.contactoform input {
    width: 20em;
}

.contactoform p {
    border-top: solid .1em #140c6d;
    padding-top: 3em;
    font-size: 1em;
}

.contactoform p a {
    color: #140c6d;
}

.contactoform textarea {
    padding: 0.5em;
    width: 20em;
    height: 10em;
}

.contacto button {
    align-content: left;
}

.enviarmensaje {
    padding: .5em 0 0;
}

.enviarmensaje button {
    background-color: #388ab5;
    color: white;
    outline: none;
    border: none;
    border-radius: .4em;
    width: 10em;
    height: 3em;
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
}


/*---------tabla de posciciones----*/

.calen {
    padding-top: 1em;
}

table {
    
margin: auto;
    background-color: #ffffff;

    width: 100%;
border-collapse:collapse; 
    text-align: center;
    align-items: center;
    font-size: .9rem;
        
}

.box h2 {
    color: #140c6d;
    padding-top: .1em;
}

.acordeon h2 {
    padding-top: .5em;
    padding-left: .7em;
    color: #140c6d;
}

th {
    align-items:center;
    background-color: #FF0086;
    color: aliceblue;
    padding: .4em;
    position: sticky;
    top:0;
    
}

.th_masculino{
     background-color: #140c6d;
}

table img{
    margin-right: .5em;
    margin-left: .5em
        
}
         
.a1{
    background-color: #efefef;
       
   
   }

tr{
    border-collapse:collapse; 

    
   
}

.calen {
    padding-top: 5.5em;
}

.equipo {
    font-weight: 600;
        text-align: left;
    padding: .2em 0 .2em 0 
}

.textos article h4 {
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom: solid 1px rgba(0, 0, 0, 0.25);
    padding: 1em 0 .5em 0;
    margin-bottom: 1em;
    position: sticky;
    top: 0;
}

.alquileres {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 5.5em;
    padding-bottom: 2em;
}

.alquileres h2 {
    color: #140c6d;
}

/* reglas que se aplicarán cuando la ventana del navegador mida igual o más de 400px */
@media (min-width: 25rem) {
    .galeria figure {
         width: 45%;
         margin: .125rem;
    }
}


/*---------actividades----*/


.actih2 {
    padding-top: 5.5em;
    padding-left: 1em;
    color: #140c6d;
}

.ordenactividades {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
}

.botonactividades {
    margin: 1em;
    display: flex;
    justify-content: center;
        
}

.botonactividades img {
    width: 6.5em;
    height: auto;
    border-radius: 50%;
}

.botonactividades p {
    color: #191818;
    font-weight: 600;
    font-size: 0.9em;
    text-align: center;
    width: 7em;
    height: auto;
    margin-top: 0.5em;
}

.botonactividades a {
   text-decoration: none;
}

.ordenactividades {
    padding-bottom: 4em;
}

.futsalfemenino{
    color: black;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/futsalfemm.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 0.3em;
}

.entrenamiento li {
    padding-top: 1em;
    font-size: 0.8em;
    line-height: 1.5em;
    margin-top: 0.3em;
}


/* reglas que se aplicarán cuando la ventana del navegador mida igual o más de 560px */

@media (min-width: 35rem) {
    header nav {
         background-color: rgba(0,0,0,.5);
         position: relative;
         right: auto;
         top: auto;
         height: auto;
         min-width: auto;
    }
	
    header nav ul {
         display: flex;
    }
	
    #llamamenu, 
    .usuario {
         display: none;
    }
}

@media (min-width: 40rem) {/*QUITE UNA CLASE QUE ESTABA ACA QUE NO TENIA SENTIDO Y CAMBIE LAS UNIDADES DE MEDIDA POR REM QUE SON MAS CORRECTAS PARA TRABAJAR RESPONSIVE*/
     flex-basis: 49%;
    /* ---------------------------------- modificaciones al css del plugin ---------------------------------- */
    
	.bx-wrapper {
         background: none;
         border: none;
         margin-bottom: 0;
         -webkit-box-shadow: none;
         box-shadow: none;
    }
	
    .bx-wrapper .bx-controls-direction a {
         top: 10px;
         margin: 0;
    }
}	/*ESTE NO CERRABA*/
	
@media (min-width: 55rem) {
	.bx-wrapper .bx-controls-direction a {
		 top: 50%;
		 margin-top: -16px;
	}
	
	.bx-wrapper .bx-prev {
		 left: -38px;
	}
	
	.bx-wrapper .bx-next {
		 right: -38px 
	}
}

    