@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Reglas básicas entrega individual*/

body {
    background-color:	#F5F5F5;
    color: #8B008B;
    font-family: sans-serif;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

html {
    height: -webkit-fill-available;
}

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

header, footer {
    background-color: 	#D3D3D3;
    padding: .7em;
    flex-grow: 0;
}

.contenedor {
    margin: .3em auto;
    max-width: 50rem;
}

header .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#isologo {
    display: block;
    width: 7em;
}


header ul {
    list-style: none;
    display: flex;
}

header ul li {
    margin: 0 0 .10em 0;
    display: flex;
}

header ul li a {
    border-radius: 20px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0 .2em;
    padding: 0 .4em;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li a:hover{
background-color: 	#8B008B;
    color: #ffffff;
}

main {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: .37em;
    
}

    

.perfil {
   background-color:#8B008B;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.125);
    margin: 4em 1.5em 1em 1.5em;
    padding: .5em 1em 1.2em 1em;
    width: 19em;
    border-radius: 1em;
    justify-content: center;
    text-align: center;
    align-self: center;
    font-family: 'Montserrat', sans-serif;
    color:  #FFFFFF
     }
  }
}
#perfil .perfil img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    
     }
.perfil img {
    border-radius: 30%;
    width: 30vw;
    height: 30vw;
    max-width: 9em;
    max-height: 9em;
    border: .20em solid #35163A;
    box-shadow: 0 .31em .3em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
}
p{
    font-family: 'Montserrat', sans-serif;
    justify-content: center;
    text-align: center;
    align-self: center;
    }
h1 {
    font-family: 'Montserrat', sans-serif;
    color:#8B008B;
    justify-content: center;
    text-align: center;
    align-self: center;
    background-color:		#8B008B;
    margin-bottom: 0.3em;
    
    }
h2, 
h3 {
    font-family: 'Montserrat', sans-serif;
    color:  #000000;
    justify-content: center;
    text-align: center;
    align-self: center;
    margin-bottom: 0.3em;
    
    }
h4 {
    font-family: 'Montserrat', sans-serif;
    justify-content: center;
    text-align: center;
    align-self: center;
    box-sizing: border-box;
    margin-bottom: 0.3em;
    
    
    
    }
h5 {
    font-family: 'Montserrat', sans-serif;
    color:  	#FFFFFF
    justify-content: center;
    text-align: center;
    align-self: center;
    margin-bottom: 0.3em;
    }
#compa {
    font-family: 'Montserrat', sans-serif;
    color:  	#FFFFFF;
    justify-content: center;
    text-align: center;
    align-self: center;
    margin-bottom: 2em;
    }

h6 {
    margin-bottom: 0.3em;
}
h4{
    color: #FFD700
        
}
h1{
    color: #FFFFFF;
    margin-bottom: 0.3em;
}


h3{
    background-color:#8B008B;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.125);
    margin: 1em 1.5em 1em 1.5em;
    padding: .9em 1em 1.2em 1em;
    width: 25em;
    border-radius: 1em;
    justify-content: center;
    text-align: center;
    align-self: center;
    font-family: 'Montserrat', sans-serif;
    color:  #FFFFFF
        
     }


   
main ul {
    list-style: none;
}


footer{
    background-color: #8B008B;
    display: block;
    color: aliceblue;
    font-size: .7em;
    padding: .5em;
    text-align: center;
    
}
