@import url('https://fonts.googleapis.com/css2?family=Glory:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Glory:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Glory:wght@300&display=swap');

*{ padding:0; margin: 0; box-sizing: border-box;}

/*/ header /*/
header{
   text-align: center;
   background:#a7c4c2;
   border-radius: 0 0 5rem 5rem;
   box-shadow:0px 4px 4px #718583;
}

a {
   text-decoration: none; 
   padding: 0rem 3rem; 
   display: inline-block; 
   font-variant: normal; 
   font-family: 'Glory', sans-serif;
   color: black;
   align-items:flex;
}

a:hover {
   background: #D8796F;
   border-radius: 20px;
}

.flujo a {
   background:  #BF584A;
   font-size: 1.5rem;
   border-radius: 20px;
   margin-top: 1rem;
   margin-left: 2rem;
   margin-right: 2rem;
   box-shadow:0px 4px 4px #8a3f35;
}

#avatar{
max-width: 7rem;
border-radius: 50%;
align-items: center;
box-shadow:0px 10px 10px #15393a ;
}

/*/ body /*/

body {
   background: #F4E8E2;
   max-width: 75rem; 
   margin: auto;
}

section {text-align: center;}

.integrantes ul li a{
   font-size: 2rem;
   font-weight: 300;
   list-style-type: none;
   align-items: center;
}

/*/ h /*/

h1{
font-family: 'Glory', sans-serif;
font-weight: 600;
margin-top: 0.5rem;
font-size: 3rem;
color: #1C494A;
}

h2{
font-family:'Glory', sans-serif ;
color:#1f302e;
margin-top: 0rem;
font-weight: 100;
font-size: 1.5rem;
font-style: italic;
}

h3{
margin-top: 1rem;
font-size: 2rem;
color: #21585A;
font-family:'Glory', sans-serif ;
}

h4 {
font-family:'Glory', sans-serif ;
font-size: 2rem;
padding:0.5rem
}

h5 {
font-family:'Glory', sans-serif ;
font-size: 2rem;
color:#D8796F;
}

h6{
font-family:'Glory', sans-serif ;
font-size: 1.5rem;
}

/*/ columnas /*/

.columnas {
   font-family:'Glory', sans-serif ;
   display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
li {list-style-type: none;}

.columnas ul {
   border:#D8796F;
   border-radius: 1.5rem;
   border-style: dotted;
   padding: 1rem;
}
html,body{
   overflow-x: hidden;
}

/*/ prefooter - footer /*/

.prefooter {
   text-align: center; 
   color:#D8796F;
}

footer {
font-family:'Glory', sans-serif ;
font-size:small;
background: #21585A; 
color: #F6E3E0; 
display: flex; 
justify-content: center; 
align-items: center; 
align-content: center;
padding: 1.5rem;
padding-left:1rem;
padding-right: 1rem;
}

footer strong {color: #d89f99;}
/*/media phone/*/

@media screen and (max-width: 576px)
{


#avatar{
   max-width: 6rem; 
}

header {
   align-content: center;
   border-radius: 0 0 12 12;
   background:#a7c4c2
}

body {
   max-width: 20rem; 
   margin: auto;
}

.flujo a {
   background:  #bf584a;
   font-size: 1.5rem;
   border-radius: 20px;
   margin-top: 1rem;
   display: flex;
	flex-direction: column;
}

h1{font-size: 2rem;}

.columnas{
   align-content: center; 
   text-align: center;
   display: flex;
	flex-direction: column;
}

.columnas ul {
   border: none;
}

.columnas{
   border:#D8796F;
   border-radius: 1.5rem;
   border-style: dotted;
   background: #F6E3E0;
}

.prefooter {
   align-content: center;
}
#logo {
   max-width: 300px;

}

footer{
   align-content: center; 
   text-align: center;
   display: flex;
	flex-direction: column;
}

}
