@charset "utf-8";

* {
    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;
    color: #e61d25;
    font-weight: bold;
}

main a:hover {
     text-decoration: underline;
}

ul {
    list-style: none;
    padding-left: 0;
}

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

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

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

/*------------------ body ------------------*/

body {
    background-color: rgb(247, 247, 247);
    background-image: url(imagenes/fondo.jpg);
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

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

/*----------------- header -----------------*/

.logonav {
    display: block;
    width: 5em;
}

header .recuadro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4em 0em;
}

header {
    background: #333333;
    border-bottom: 7px solid;
    border-image-source: linear-gradient(90deg, #e61d25,#f2285c);
    border-image-slice: 1;
    margin-bottom: 2em;
}

header nav {
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: solid 1px #e61d25;
    border-radius: 8px;
}

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

nav ul li {
    border-right: solid 1px #e61d25;
}

.sin {
    border: none;
}

header nav a:hover,
header nav button:hover {
    background-image: linear-gradient(90deg, rgba(230, 29, 37, 0.15),rgba(242, 40, 92, 0.15));
    color: #f2285c;
}

header nav button {
    background: none;
    cursor: pointer;
    padding: .5em;
}

header nav ul {
    display: flex;
}

/*------------------ main ------------------*/

main {
    text-align: left;
}

main .main {
    border: solid 2px #d3d3d3;
    padding: 1.3rem;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
}

.descripcion {
    margin-top: 0;
}

#fotosjt img {
    border-radius: 50%;
    border: solid 5px #333333;
    width: 9em;
    height: auto;
    margin: 1em; 
}

#fotosjt img:hover {
    border: solid 5px #e61d25; 
}

#fotosjt ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#fotosjt ul li{
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1.5em;
}

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

#fotosjt ul li a:hover {
    color: #e61d25;
}

main h2 {
    margin-bottom: 0.4em;
    border-bottom: solid 3px #d3d3d3;
    padding-bottom: 0.3em;
}

#tituloclub {
    margin-bottom: 0.4em;
    border-bottom: solid 3px #e61d25;
    padding-bottom: 0.3em;
}

#escudo {
    width: 6em;
    height: auto;
    margin: 0 1em;
}

#club {
    display: flex;
    padding: 2em 0;
    padding-right: 1em;
    background: rgba(230, 29, 37, 0.1); 
    border-radius: 15px;
    margin: 1em 0;
}


#pertenencia > ul {
    list-style: none;
    padding: 0;
}

#pertenencia > ul > li {
    padding: 2em;
    margin: 1.2em 2em 0;
    
}

#dpgc {
    width: 120px;
}

ul .borde {
    border-top: solid 1px #d3d3d3;
    border-top-style: dashed
}

#plan p {
    margin: 0.3em 0 1em 0;
}

#contenedorp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.propuesta {
    margin: 1em;
}
.propuesta a {
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    border: solid 2px #e61d25;
    border-radius: 8px;
    width: 50%;
    text-align: center;
    padding: 0.5em;
    color: #f2285c;
}

.propuesta a:hover {
    text-decoration: none;
    background-image: linear-gradient(90deg, rgba(230, 29, 37, 0.15),rgba(242, 40, 92, 0.15));
    color: #f2285c;
}

/*----------------- footer -----------------*/

footer {
    align-self: flex-end;
    background: #333333;
    margin-top: 2em;
    width: 100%;
    border-top: 7px solid;
    border-image-source: linear-gradient(90deg, #e61d25,#f2285c);
    border-image-slice: 1;
}

footer div {
    display: flex;
    margin: 0 auto;
    padding: 1em;
}

footer div p {
    color: white;
    font-size: 10pt;
}

/*----------------- mediaqueries -----------------*/

@media (max-width: 22em) {
    #club {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #descripcion {
        margin-left: 1em;
    }
}


/*----------------- css perfiles -----------------*/

.todo {
    text-align: center;
}

.todo .main {
    border: solid 2px #d3d3d3;
    padding: 1rem;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
}

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


.todo p {
    margin-top: 0;
}

.todo h3 {
    font-size: 15pt;
}

.todo h4 {
    margin: 0;
    font-size: 13pt;
}

.todo ul {
    margin-top: .04em;
}

.modredes {
    display: flex;
    justify-content: center;
}

.modredes {
    display: flex;
    justify-content: center;
}

.redes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6rem;
    margin:0;
    padding: .5em 0;
}

.perfil {
    border-radius: 50%;
    border: solid 5px #333333;
    width: 150px;
    height: 150px;
}

.modredes {
    display: flex;
    justify-content: center;
}

.carrera {
    border-top: 1px dashed #d3d3d3;
    border-bottom:  1px dashed #d3d3d3;
    padding: 0.5em;
    margin: 0em 3em 1em 3em;
}

.anio {
    padding-top: 1em;
}

.materia {
    margin-bottom: 1em;
}

.mapa {
    margin-top: 1em;
}

/*----------------- css agus -----------------*/

#hagus {
    background: #333333;
    border-bottom: 7px solid;
    border-image-source: linear-gradient(90deg, #0096ff,#00fefb);
}

#nagus {
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: solid 1px #00fefb;
    border-radius: 8px;    
}

#nagus ul li {
    width: 8em;
    border-right: solid 1px #00fefb;
}

#nagus .sin {
    border: none;
}

#hagus #nagus a:hover,
#hagus #nagus button:hover {
    background-image: linear-gradient(90deg, rgba(0, 150, 255, 0.15),rgba(0, 254, 251, 0.15));
    color: #00fefb;
}

#fagus {
    align-self: flex-end;
    background: #333333;
    margin-top: 2em;
    width: 100%;
    border-top: 7px solid;
    border-image-source: linear-gradient(90deg, #0096ff,#00fefb);
    border-image-slice: 1;
}


#magus a {
    text-decoration: none;
    color: #0096ff;
    font-weight: bold;
}

#magus a:hover {
     text-decoration: underline;
}

#acotacion {
    font-size: 8pt;
}

#borde1 {
    margin-bottom: 0.3em;
}

.otros {
    border-radius: 50%;
    border: solid 4px #333333;
    width: 100px;
    height: 150px;
    margin: 1em;
}

.otros:hover {
    border: solid 4px #0096ff;
}

.jt83 {
    border-top: 1px dashed #d3d3d3;
    padding: 1em;
    margin: 0em 3em 1em 3em;
}

/*----------------- css gaston -----------------*/

#hgas {
    background: #333333;
    border-bottom: 7px solid;
    border-image-source: linear-gradient(90deg, #4cc159,#6bfe00);
}

#ngas {
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: solid 1px #6bfe00;
    border-radius: 8px;    
}

#ngas ul li {
    border-right: solid 1px #6bfe00;
}

#ngas .sin {
    border: none;
}


#hgas #ngas a:hover,
#hgas #ngas button:hover {
    background-image: linear-gradient(90deg, rgba(76, 193, 89, 0.15),rgba(107, 254, 0, 0.15));
    color: #6bfe00;
}

#fgas {
    align-self: flex-end;
    background: #333333;
    margin-top: 2em;
    width: 100%;
    border-top: 7px solid;
    border-image-source: linear-gradient(90deg, #4cc159,#6bfe00);
    border-image-slice: 1;
}


#mgas a {
    text-decoration: none;
    color: #4cc159;
    font-weight: bold;
}

#mgas a:hover {
     text-decoration: underline;
}

#otga:hover {
    border: solid 4px #4cc159;
}

/*----------------- css juli-----------------*/

#hjul {
    background: #333333;
    border-bottom: 7px solid;
    border-image-source: linear-gradient(90deg, #864cc1,#c14ca6);
}

#njul {
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: solid 1px #c14ca6;
    border-radius: 8px;    
}

#njul .sin {
    border: none;
}


#njul ul li {
    border-right: solid 1px #c14ca6;
}

#hjul #njul a:hover,
#hjul #njul button:hover {
    background-image: linear-gradient(90deg, rgba(134, 76, 193, 0.15),rgba(193, 76, 166, 0.15));
    color: #c14ca6;
}

#fjul {
    align-self: flex-end;
    background: #333333;
    margin-top: 2em;
    width: 100%;
    border-top: 7px solid;
    border-image-source: linear-gradient(90deg, #864cc1,#c14ca6);
    border-image-slice: 1;
}


#mjul a {
    text-decoration: none;
    color: #864cc1;
    font-weight: bold;
}

#mjul a:hover {
     text-decoration: underline;
}

#otju:hover {
    border: solid 4px #864cc1;
}