@charset "utf-8";

/*General*/

body {
    margin:0;
    font-family: 'overpass', 'sans-serif';
    background-color: white;
    box-sizing: border-box;
    }

header,footer {
    background-color: #272626;
    padding: 1.5rem;
    }

header .barra{
    display: flex;
    justify-content:space-between;
    align-items: center;    
    background-color: #272626;
}

#logo {
    display: block;
    min-width: 80%;
    max-width: 95%;
}

#llamamenu {
    background-color: #272626;
    border: none;
    outline: none;
    color: #28ae7c;
    cursor: pointer;
    height: 5em;
    width: 5em;
    position:static; 
    z-index: 9999;
}

.fa-bars{
    font-size: 2rem;
    color: #28ae7c;
}

.fa-times{
    font-size: 2rem;
    color: #28ae7c;
}

#menu ul {
    list-style: none;
}

header nav {
    background-color: #272626;
    color: white;
    position: fixed;
    left: -50vw;
    top: 0;
    height: 100vh;
    min-width: 50vw;
    transition: all .3s ease;
    z-index: 9998;
    list-style: none;
    padding-top: 5em;
}


header nav.menuvisible {
    left: 0;
    transition: all .6s ease;
}


header nav a {
    color: rgba(255,255,255,.75);
    display: block;
    padding: 0.5em 1em;
    text-align:left;
    text-decoration: none;
}

header nav a:hover {
    color: white;
}

#redes {
    display: flex;
    justify-content: center;
    align-items: center;
}
    
}

h1 {
    text-align: center;
    color: white;
}

h2 {
    margin-top: 4rem;
    text-align: center;
    color: #002350;
}

/*Principal*/

.bienvenidos {
    background-size: 250%;
    background-image: url(../imagenes/equipo.png);
    background-position: top;
    margin-top: 0;
    padding-bottom: 4rem;
}

.bienvenidos h1 {
    margin-top: 0;
    color: white;
    display: flex;
    padding-top: 13rem;
    text-align: center;
    
}

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

.ultimas ul{
    list-style: none;
    margin-left: -2.6rem;
}


.ultimas ul li figure{
    display: flex;
    flex-direction: row;
    margin: 1rem;
}

.ultimas ul li figure img {
    width: 0%;
    min-width: 9rem;
}

.ultimas ul li figure figurecaption {
    font-size: 0.8rem;
    padding: 0.5rem;
    max-height: 55%;
    max-width: 80%;
    background-color: ghostwhite;
}

.fecha {
    font-weight: 700;
    font-size: 0.8rem;
}

.ultimas ul li figure figurecaption a {
    text-decoration: none;
    font-weight: 900;
    color: #002350;
}

.leermas {
    display: flex;
    border-style: solid;
    border-radius: 1rem;
    border-width: medium;
    padding: 0.2rem;
    justify-content: center;
    align-items: flex-end;
    color: #28ae7c;
    font-weight: 200;
}


.proximos-partidos a {
    display: flex;
    justify-content: center;
}

.multimedia { 
    display: flex;
    justify-content: center;
    margin: 1rem;
}

.multimedia figure {
    max-width: 100%;
    margin: 0.125rem;
    position: relative;
    overflow: hidden;
}

.multimedia img {
    display: block;
}

.multimedia figcaption {
    background-color: rgba(0, 35, 80, 0.78);
    color: white;
    position: absolute;
    height: 100%;
    transition: all .5s ease;
    width: 100%;
}

.multimedia figure:hover figcaption {
    background-color: rgba(0, 35, 80, 0.78);
    top:70%;
    transition: all .5s ease;
}

.multimedia figcaption a {
    display: flex;
    font-size: 1.5rem;
    color: white;
    justify-content: center;
    margin: .8rem;
}

.actividades ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem; 
    margin-left: -1.5rem;
}

.actividades ul li {
    max-width: 100%;
    background-color: ghostwhite;
    margin: .5rem;
    margin-left: 0;
    min-width: 95%;
}

.actividades ul li figure {
    display: flex;
    align-items: center;
    margin-left: 0.8rem;
}

.actividades ul li figurecaption {
    margin:.8rem;
    text-align: left;
    font-size: 1.2rem; 
}

#afutsal a {
    text-decoration: none;
    color: dodgerblue;
    font-size: 2.5rem;
    padding-left: 2em;
}

#afutbol a {
    text-decoration: none;
    color: orangered;
    font-size: 2.5rem;
    padding-left: 1.9em;
}

#apatin a {
    text-decoration: none;
    color: yellow;
    font-size: 2.5rem;
    padding-left: .3em;
}

#atae a {
    text-decoration: none;
    color: deeppink;
    font-size: 2.5rem; 
    padding-left: .7em;
}

#avoley a {
    text-decoration: none;
    color: darkviolet;
    font-size: 2.5rem;  
    padding-left: 2.1em;
}

#ayoga a {
    text-decoration: none;
    color: darkred;
    font-size: 2.5rem;  
    padding-left: 2.1em;
}

/*sobre el club*/

#acerca h1 {
    margin:0;
    padding-top: 9rem;
    padding-bottom: 4rem;
    background-image: url(../imagenes/equipo.jpg);
    background-size: cover;
    background-position: top;
    color: #002350;
    text-align: center;
    font-weight: 600;
}

.acerca {
    margin: 2rem;
    color: #002350;
    text-align: center;
    margin-bottom: 2rem;
}

.links {
    margin-left: -2em;
    display: flex;
    justify-content: center;
    color: #28ae7c;
}

.links ul {
    margin-bottom: 3rem;
    list-style: none;
}

.links ul li {
    color: #28ae7c;
    border-style: solid;
    border-radius: 2em;
    margin: 1em;
    text-align: center;
    padding: .4em;
}

.links ul li a {
    text-decoration: none;
    padding: 1em;
    color: #28ae7c;
}

/*colaboradores*/

#colaboradores {
    margin: 1em;
    display: flex;
    flex-direction: column;
}

#colaboradores h2 {
    color: #002350;
}

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

.marcas ul {
    list-style: none;
    margin-left: -2.6rem;
}

.marcas ul li figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marcas ul li figure img {
    max-width: 50%; 
}

.marcas ul li figcaption a {
    color: #002350;
}

.agradecimientos h2 {
    color: #002350;
}

.agradecimientos p {
    margin-right: 2em;
    margin-left: 2em;
    margin-bottom: 3em;
    text-align: center;
}

.agradecimientos .p1 {
    margin: .2em 2em 1em 2em;
    font-weight: 100;
}

.agradecimientos .p3 {
    margin: .2em 2em 1em 2em;
    border-radius: .8em;
    color: #28ae7c;
    font-weight: 600;
}

.agradecimientos .p2 {
    margin: .2em 2em 1em 2em;
    font-weight: 100;
}

.agradecimientos #gracias {
    font-weight: 900;
    font-size: 2.5rem;
    margin-bottom: .5em;
    color: #28ae7c;
}

/*intitucional*/

#integrantes h4{
    text-align: center;
    font-weight: 100;
}

#integrantes ul {
    margin-left: -1.5em;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: ghostwhite;
}

#integrantes ul li figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 5.5rem;
    margin: .5em 2em .5em 2em;
}

#integrantes ul li figure img {
    width: 8rem;
    justify-content: center;
}

#integrantes ul li figcaption {
    text-align: center;
}

#integrantes h5 {
    margin-bottom: .5em;
}

#integrantes ul li figcaption p{
    margin-top: .5em;
    font-size: .8em;
}

/*historia*/

#historia{
    background-image: url(../imagenes/equipo1.png);
    padding: 13rem 0 0 0;
    background-size: 100%;
    background-position: top;
}

#historia h2 {
    margin: 0;
    font-weight: 900;    
}

.acerca {
    margin: 0 3rem;
    font-size: .9rem;
}

.decadas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem;
}

.decadas img {
    width: 100%;
}

.etapas h3 {
   margin: 2rem 0rem 0.5rem;  
}

.etapas h4 {
    margin: -.5rem 0;
    padding: 0.3rem;
    background-color: #002350;
    color: white;
    text-align: center;
}

.etapas ul li {
    list-style: none;
    margin-left: -2rem;
    font-weight: 200;
    color: #002350;
}

/*calendario*/

.calendario {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    max-width: 75%;
    margin-left: 3rem;
}

.calendario span {
    display: flex;
    align-items: center;
    align-content: center;
}

.calendario span img {
    width: 85%;
    border-style: solid;
    border-radius: .8em;
    border-color: transparent;
}

.horario{
    margin: 0.2em;
    font-weight: 600;
    font-size: 1.3rem;
}

.normal{
    padding: 1em;
    margin: .5em;
    background-color: ghostwhite;
    border-radius: .8em;
    color: #002350;
    text-align: center;
}

.destacadofutsal{
    padding: 1em;
    margin: .5em;
    background-color: dodgerblue;
    border-radius: .8em;
    font-weight: 600;
    color: #002350;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.destacadopatin{
    padding: 1em;
    margin: .5em;
    background-color: yellow;
    border-radius: .8em;
    font-weight: 600;
    color: #002350;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.destacadotae{
    padding: 1em;
    margin: .5em;
    background-color: deeppink;
    border-radius: .8em;
    font-weight: 600;
    color: #002350;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*actividades*/

#slider h1 {
    margin:0;
    padding-top: 9rem;
    padding-bottom: 4rem;
    background-image: url(../imagenes/ACTIVIDADES%20FINAL_actividades_futsal.png);
    background-size: cover;
    background-position: top;
    color: #002350;
    text-align: center;
    font-weight: 600;    
}

.infocalendario {
    background-color: #002350;
    margin-bottom: 3rem;
    padding: 1em; 
    display: flex;
    align-items: center;
}

.infocalendario h2{
    margin-top: 1em;
    color: white;
    text-align: left;
}

.info p {
    color: white;
    font-weight: 
}

.infocalendario a{
    text-decoration: none;
    color: white;
    font-size: 2em;
}


/*futsal*/

#deporte {
    display: block;
    margin-top: 0;
    background-image: url(../imagenes/ACTIVIDADES%20FINAL_actividades_futsal.png);
    background-position: top;
    background-size: 100%;
    padding-bottom: 19rem;
}

.deporte {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    background-color: #002350;
    margin-top:-6em;
    margin-right: 2em;
    margin-left: 2em;
    margin-bottom: 3em;
    padding-bottom: 1em;
}

.deporte a{
    color: #28ae7c;
}

#categoria {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
    color: #002350;
}

.categoria {
    border-bottom-color: #28ae7c;
    border-bottom-style: solid;
    padding-bottom: .5em;
    width: 70%;
}

.categoria h3 {
    margin-bottom: .2em;
}

.categoria p {
    margin-bottom: 0.2em;
}

.categoria span {
    font-weight: bold; 
}

#inscribite {
    display:flex;
    flex-direction: column;
    align-items: center;
    color: #28ae7c;
}

#inscribite h3 {
    font-weight: 100;
}

#inscribite div {
    border-style: solid;
    border-radius: 2em;
    padding: .2em;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #28ae7c;
    box-shadow: .2em .2em .6em silver;
    
}

#inscribite div a{
    text-decoration: none;
    font-style: italic;
    color: white;
}

#infofutsal {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
}

#infofutsal h3 {
    font-weight: 100;
    color: white;
    text-align: center;
    background-color: dodgerblue;
    padding: .3em;
}

#infofutsal p {
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
    color: #002350;
}

.multimediafutsal { 
    display: flex;
    justify-content: center;
    margin: 1rem;
}

.multimediafutsal figure {
    max-width: 100%;
    max-height: 20%;
    margin: 0.125rem;
    position: relative;
    overflow: hidden;
}

.multimediafutsal img {
    display: block;
    max-height: 15em;
}

.multimediafutsal figcaption {
    background-color: rgba(0, 35, 80, 0.78);
    color: white;
    position: absolute;
    height: 100%;
    transition: all .5s ease;
    width: 100%;
}

.multimediafutsal figure:hover figcaption {
    background-color: rgba(0, 35, 80, 0.78);
    top:70%;
    transition: all .5s ease;
}

.multimediafutsal figcaption a {
    display: flex;
    font-size: 1.5rem;
    color: white;
    text-align: center;
    justify-content: center;
    margin: .8rem;
}

.dropbtn {
    background-color: rgba(0, 35, 80, 0.78);
    color: white;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    cursor: pointer;
    padding: 0.5em;
    
}

.dropbtn p {
    justify-content: center;
    
}
.dropdown {
    position: relative;
    display: inline-block;
    flex-basis: 50%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 35, 80, 0.78);
    z-index: 1;
    width: 15em;
    overflow: auto;
    padding: 1em;
    flex-direction: column;
    max-height: 800%;
    top: -505%;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a{
    display: flex;
    flex-direction: column;
    padding: 0.5em;
    text-decoration: none;
    color: white;
    font-size: 18pt;
    padding-left: 1.5em;
    }

/*noticias*/

#title{
margin-top: 2rem;    
}

#noticia-destacada {
    background-image: url(../imagenes/noticias/noticia-destacada.png);
    background-size:cover;
    background-position: bottom;
    margin:0;
    padding: 3em 1em
}

#noticia-destacada h2{
    font-size: 2em;
    font-weight: 800;
    color: white;
    text-align: left;
    margin: 4em 0em .5em;
}

#noticia-destacada p {
    color: white;
    margin-bottom: 0;
}

#noticia-destacada span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: .5em;
}

#noticia-destacada span .leermas {
    color: #28ae7c;
    padding: .4em;
    font-size: .8rem;
    text-decoration: none;
}

/*noticia principal*/

.noticiaprincipal {
    margin: 2rem;
}

.noticiaprincipal p1 {
    padding-bottom: 2rem;
    border-bottom-style: solid;
    border-bottom-color: #002350;
    border-bottom-width: medium;   
}

.noticiaprincipal h2{
    font-weight: 900;
    font-size: 2rem;
    text-align: left;
    margin-bottom: 1rem;
}

.noticiaprincipal h4 {
    font-weight: 400;
}

.noticiaprincipal img{
    width: 100%; 
}

.videonoticia { 
    display: flex;
    justify-content: center;
    margin: 2rem;
}

.videonoticia figure {
    max-width: 100%;
    margin: 0.125rem;
    position: relative;
    overflow: hidden;
}

.videonoticia img {
    width: 100%;
    display: block;
}

.videonoticia figcaption {
    background-color: rgba(0, 35, 80, 0.78);
    color: white;
    position: absolute;
    height: 100%;
    transition: all .5s ease;
    width: 100%;
}

.videonoticia figure:hover figcaption {
    background-color: rgba(0, 35, 80, 0.78);
    top:65%;
    transition: all .5s ease;
}

.videonoticia figcaption a {
    display: flex;
    font-size: 2rem;
    color: white;
    justify-content: center;
    margin: .8rem;
    text-decoration: none;
}

.noticias-relacionadas {
    margin: 2rem;
    padding: 1rem;
    background-color: ghostwhite;
}

.noticias-relacionadas h3 {
    font-weight: 400;
}

.noticias-relacionadas h4 {
    margin: .2rem 0rem 1rem;
    border-top-style: solid;;
    border-top-width: thin;
    padding-top: .5rem
}

.noticias-relacionadas .fecha {
    margin-bottom: .2rem;
}

/*multimedia*/

.menumultimedia {
    margin: 2rem;
}

.menumultimedia ul{
    list-style: none;
    margin-left: -2.7rem;
}

.menumultimedia ul li {
    margin: 1rem 0rem;
}

.m1 {
    background-image: url(../imagenes/multimedia/galeria.png);
    padding-top: 9rem;
    background-position: center;
    display: flex;
    flex-direction: column;
}

.m2 {
    background-image: url(../imagenes/multimedia/videos.png);
    padding-top: 9rem;
    background-position: top;
    display: flex;
    flex-direction: column;
}

.m3 {
    background-image: url(../imagenes/multimedia/nuestroshinchas.png);
    padding-top: 9rem;
    background-position: center;
    display: flex;
    flex-direction: column;
}

.menumultimedia ul li a {
    color: white;
    text-decoration: none;
    padding: 1rem;
    font-weight: 600;
}

.m1 a{
    text-align: center;}

.m2 a{
    text-align: center;}

.m3 a {
    text-align: center;}

/*galería*/

.volver a{
    text-align: center;
     text-decoration: none;
}

.volver h4 {
    border-style: solid;
    border-radius: 2em;
    padding: .2rem;
    margin: 0rem 4.5rem 0rem;
    font-weight: 400;
    color: #28ae7c;
}

.fotos {
    margin: 2rem;
}

.fotos ul {
    list-style: none;
    margin: 0rem -2rem 0rem -2rem;
}

.fotos ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0rem 0rem 0rem -1.5rem; 
}

.fotos ul li img{
    min-width: 30%;
    max-width: 45%;
    margin: .2rem .2rem;
}

.subirfotos {
    margin: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #28ae7c;
}

.subirfotos a{
    margin: .5rem 0rem 1rem .5rem;
    font-size: 2rem;
    text-decoration: none;
    color: #28ae7c;
}
/*videos*/

.menumultimedia figure {
    width: 100%;
    margin: 0rem 
    
}

.menumultimedia figure img{
    width: 100%; 
    margin: 2.5rem 0rem 0rem 0rem;
}


.menumultimedia figurecaption {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #002350;
    margin: -1rem 0rem;
}
.menumultimedia figurecaption p,i{
    color: white;
    padding: .5rem;
}

.menumultimedia figurecaption i {
    font-size: 2rem;
}


/*socios*/

#infosocios {
    margin: 2rem;
    text-align: center;
}

#infosocios h3{
    color: #002350;
    font-weight: 400;
}

.info1 {
    border-bottom-style: solid;
    border-bottom-color: #28ae7c;
    border-bottom-width: medium;
    margin: 1rem 0rem;
}

.info1 i {
    color: #28ae7c;
    font-size: 2rem;
}

.info1 .i1 {
    margin: .5rem 4rem;
    font-weight: 700;
    color: #002350;
}

.info1 .i2 {
    margin: .5rem 3rem;
    font-size: .8rem;
    color: #28ae7c;
    font-weight: 700;
}



/*contacto*/

#contacto {
    margin: 2rem;  
}

.contacto {
    color: #28ae7c;
    font-size: .8rem;
    font-weight: 100;
    margin-top: .5rem;
}

.mensaje {
    color: #28ae7c;
    font-size: .8rem;
    font-weight: 100; 
    margin: 2rem 0rem 0.5rem;
}

#contacto .caja {
    border: none;
    border-bottom-style: solid;
    border-bottom-color: #28ae7c;
    border-bottom-width: medium;
}

#contacto .cajamensaje {
    border: none;
    border-style: solid;
    border-color: #28ae7c;
    border-width: medium;
}

.infoutil {
    margin: 2rem;}

.infoutil .i3 {
    color: #28ae7c;
    font-size: .8rem;
    margin: .5rem 0rem;
}

.infoutil .i4 {
    margin: 1.5rem 0rem 0rem;
    color: #002530;
    font-weight: 100;
}

.infoutil .i5{
    margin:0;
    color: #28ae7c;
    font-size: 0.8rem;
    font-weight: 700;
}

#enviar{
    text-align: center;
    color: #28ae7c;
    border-style: solid;
    margin: 0rem 0rem 0rem 12rem;
}


/*footer*/

footer figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer figure figurecaption {
    justify-content: space-between;
}

footer {
    color: gray;
    text-align: center;
    font-size: .6rem;
    
}




/*landing*/

#landing {
    margin: 0; 
}

#landing main {
    background-image: linear-gradient(#002530, ghostwhite);
}



.txt1 h1 {
    margin: 0rem 2rem 0rem;
    padding-top: 4rem;
    font-weight: 400;
    text-align: center;
    color: white;
}

#landing img {
    min-width: 50%;
    max-width: 100%;
}

.txt1 h2 {
    margin: 1rem;
    font-weight: 400;
    color: white;
}

.txt1 p {
    margin: 2rem;
    text-align: center;
    color: white;
}

#botones p,i{
    color: #414141;
}

.botondescarga {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-radius: 1rem;
    border-color: #414141;
    border-width: thick;
    margin: .5rem 4rem;
}
.botondescarga p{
    font-weight: 700;}
.botondescarga i{
    font-size: 2.5rem;}

@media all and (min-width:361px) {
    
/*landing*/
    
.contenedor {
    display: flex;
    flex-direction: row;
}

#landing {
    margin: 0rem; 

}

#landing main {
    background-image: linear-gradient(#002530, ghostwhite);
}

    
#landing .txt1 h1, h2, p{
    color: #002350;
}

.txt1 h1 {
    margin: 2rem 0rem 0rem 4rem;
    padding-top: 4rem;
    font-weight: 400;
    text-align: left;
    color: white;
}

#landing img {
    width: 20%;
    min-width: 35%;
    order: 4;
    margin: 4rem 5rem 0rem 0rem;
}


.txt1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}    
    
.txt1 h2 {
    margin: 1rem 0rem 1rem 4rem;
    font-weight: 400;
    text-align: left;
    color: white;
}

.txt1 p {
    margin: 2rem 0rem 0rem 4rem;
    text-align: left;
    color:white;
}

#botones p,i{
    color: white;
}

.botondescarga {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-radius: 1rem;
    border-color: white;
    border-width: thick;
    margin: 6rem 2rem;
    padding: 0rem 1.5rem;
    max-width: 8rem;
   }
.botondescarga p{
    font-weight: 700;}
.botondescarga i{
    font-size: 2.5rem;}
   
}