@import url(<link href="https://fonts.googleapis.com/css?family=dosis" rel="stylesheet">);
@import url("https://fonts.googleapis.com/css?family=dosis:400,600");

body 
{background:  #cc0157;
font-family: 'Dosis', sans-serif;
margin: 0;
padding: 0;
}

/* links */
a 
{text-decoration: none;
color: inherit;}
a:hover {color: #670030;}

/* menu */
nav ul {
    margin: auto;
    padding: 20px;
    display:block;
    list-style: none
}

header nav div ul li {
    margin: 0;
    list-style-type: none;
    display:inline; 
    font-size: 15px;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px #feffd9 solid;
}

nav ul li a {
    color: #feffd9;
    text-decoration: none;}

header nav ul li img {
    
    width: 2rem;
    height: auto;
    align-content: left;
   
}
    
main 
.encabezado 
{   background-image: url(img/fondo.png);
    background-position: center;
    background-size: cover;
    padding: 1%;
    border: 0;
    margin: 0;
    color: #feffd9;  
}

.encabezado img {
    border-radius: 100%;
    width: 10rem;
    height: auto;
}


h1{
    font-size: 4rem;
    font-weight: 600;
    color:#feffd9;
    margin: 2rem;
    text-align: left;
}


h2{
    font-weight: 400;
    letter-spacing: 8px;
    font-size: 1rem;
    text-align: right;
    }

h3{
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
}

h4{
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
}

/* Integrantes */

section {
   background: #670030; 
}

.titulo {
    padding-top: 5%
}
.titulo a {
    
    font-size: 2rem;
    color: #feffd9;
    font-weight: 400;
    padding-top: 5%;
    text-align: left;
    margin-left: 3rem;
    }

.titulo p {
    
    font-size: 1rem ;
    color: #cc0157;
    font-weight: 600;
    text-align: left;
    margin-left: 3rem;
    }

.subtitulo p {
    font-size: 1rem ;
    color: #feffd9;
    font-weight: 600;
    text-align: center;
    padding-top: 2rem;
    
}
article { 
    color: #d8d9ad;
	display: flex;
    flex-direction: row;
    display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: baseline;
	
	}
article div h3 {
    text-align: left
}

strong {
    font-weight: 600;
}



span{
    color:#cc0157;
    font-weight: 400;
}

footer
{   text-align: center;
    padding: 1rem;
    font-size: .8rem;
    color: #FFFFFF;
    position: relative;
}

footer h4 {
    text-align: center;
}