@charset "utf-8";
* {
    text-decoration: none;
    box-sizing: border-box;
}

header {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18pt;
    padding: 22pt;
    padding-top: 7pt;
    padding-bottom: 7pt;
    justify-content: center;
    text-align: center;
    align-content: center;
    background-image: radial-gradient( circle farthest-corner at 10% 20%, #c0b1ea 0%, #fd9bc8 90% );
}

#mifoto {
    max-height: 7em;
    min-height: 5em;
    height: 7em;
    width: 6em;
    align-content: center;
    border: 3px solid #404040;
    margin-bottom: 3pt;
    margin-top: 5pt;
    
}

#nombre {
    margin-top: 0em;
    margin-bottom: 7pt;
    font-kerning: normal;
    font-weight: bolder;
    font-size: 14pt;
    text-decoration: none;
    list-style: none;
    text-decoration-line: none;
    text-decoration-style: none;
    text-decoration-skip: none;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    align-content: center;

}

.redes {
    max-height: 2em;
    min-height: 1em;
    padding: 4pt;
    margin-bottom: 3pt;
    flex-direction: row;
    
}
body {
    margin:auto
}

.menu ul {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around;
    padding: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #404040;
    margin: auto;
}
.menu ul li {
    padding: 0.7em 1em;
    
}
.menu ul li a {
    color: #fce5fc;
}

.colornav {
    color: aliceblue;
    text-align: center;
    font-weight: 600;
    font-size: 10pt;
}

main h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14pt;
    padding: 2pt;
    text-align: center;
    background-color: #404040;
    margin-top: inherit;
    color: #fce5fc;
}

table {
    margin: auto;
    background-color: #fce5fc;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-style: inset;
    padding: 9pt;
    padding-top: 0pt;
    margin-top: 2em;

}

main {
    background-color: rgba(242, 199, 242, 0.24);
    padding: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10pt;
}

section {
    margin-bottom: 4em;
}

h2 {
    background-color: #fce5fc;
    padding: 2pt;
    padding-left: 7pt;
}

article h3 {
    margin-top: 4em;
}

h3 {
    text-decoration: none;
    list-style: none;
    color: #db79b9;
    background-color: 
   
}

.nombres {
    color: #404040;
    background-color: #fce5fc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3pt;

    
}
.iconos {
    max-height: 4em;
    min-height: 1em;
    padding: 1.3em;
    padding-top: 1em;
    padding-bottom: 1em;
}

#corazon {
    margin-left: 12px;
    
}

.datos {
    margin-top: inherit;
    padding: inherit;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 9pt

}

.pantallas {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; 
    justify-content: center;
    align-self: center; 
    padding: 1.2em;
    height: 380px;
    
} 

.club {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    
}

.fotosclub {
    padding: 1em;
    height: 200px;
    width: 300px;;
}

#sarmiento {
    background-color: #fce5fc;
    padding: 2pt;
    padding-left: 7pt;
    color: #404040;
    font-weight: 700;
}

#fadu {
    height: 50px;
    float: right;
}

#docentes {
    margin-top: 6em;
}

#dgpc {
    float: right;
    width: 90px;
}


.pertenencia {
   display: flex;
   justify-content: space-between;
   flex-direction: column;
   background-color: rgba(192, 177, 234, 0.53);
   border-radius: 20px;
   border-bottom-style: double;
   margin-bottom: 2em;
   margin-top: 5em;
   line-height: 7px;
   padding-bottom: 0.3em;
   padding-left: 1.2em;
}

.titulop{
    line-height: 17px;
}


#mapa {
    margin: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 2em;
    padding-top: 2em;
}

#panel {
    height: 445px;
    width: auto;
    
}

#sponsors {
    height: 157px;
}

span {
    font-weight: 600;
}

div ul li {
    text-decoration: none;
    list-style: none;
}


footer {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, #c0b1ea 0%, #fd9bc8 90% );
    padding: 1em;
    padding-left: 2em;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    align-content: center;
    
}

a:hover {
    color: aliceblue
}