@charset "utf-8";
  body {
        background: linear-gradient(#26fdfd,#05eba5);
        display: flex;
        flex-direction: column;
        min-height: 100vh; 
        margin: 0px;
        font-family:'Noto Sans', sans-serif;

      }


header {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    background-color: rgb(245, 45, 110);
    height: 4em; 
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.2em;
    box-shadow: 0.1em 0.1em 1em rgb(199, 10, 72) inset;
     }

header nav ul {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
    font-size: 0.9em;
    margin-right: 1rem;
        }

 header nav ul a {
     display: flex;
     justify-content: space-between;
     align-items: center;
     list-style: none;
    text-decoration: none;
    color: #ffffff;
         }
/*
nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     
  } */


nav ul li {
    display: inline-block;
    padding: 7px;
    align-items: center;
    font-weight: bold;
    }

a img {
    width: 50px;
}

main {
    margin-top: 1em;
    margin-bottom: 2em;
    margin-right: 1EM;
    }


.Titulos h3 {
      margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 1em;
        }

.perfil img {
    margin: auto;
    width: 11em;
        }


ul {
    list-style: none;
    margin: auto;
      }



h1 {
    font-size: 18pt;
    margin: auto;
             }


h2{
    font-family: sans-serif;
    font-size: 20pt;
    font-weight: bold;
  }

p, .grupoconenlace ul li a { 
    margin: 0 auto;
    font-size: 0.9em;
    line-height: .8em;
        }

.descripcion {
    line-height: 1.5em;
    margin-top: -0.5em;
}

.datos p {
    line-height: 1.2em;
}

.datos ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
}

.datos ul li h2 {
    text-align: center;
    margin-bottom: 0.5em;
        }


.datos ul li p {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}

.general {
   /* padding-bottom: 5%;*/
    padding-left: 3%;
    padding-right: 3%;
   /* padding-top: 7%;*/
}

.general .titulos {
    display: flex;
    align-items: center;
        }

.general p{
    margin-bottom: 1em;
    
}


.nombre {
    font-family: sans-serif;
    font-weight: bold;
    color:antiquewhite;
          }


.perfil {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 18em;
    
      }

.perfil p {
    margin-top: -1em;
}


.grupoconenlace {
    margin-left: -2.5em;
   }



.grupoconenlace ul li a {
    list-style: none;
    text-decoration:none;
      }



a {
    color: black;
}


.grupoconenlace a:hover {
    color: deeppink;
}
    

 footer {
      padding: 3%;
     background-color: palevioletred;
     font-size: 0.7em;
         }
footer p {
    line-height: 0.7rem;
}

    
