@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700,800');

body {  
    font-family: 'Open Sans'; sans-serif ;
    background: url(img/fondo01.png);
    background-size: cover;
          
}


h3, h4, h5 {
    color: #dd153d 
}

header{ 
    padding: 1rem;
    color: #fff;
    background: url(img/fondo02.png);
    <----- background-color: #14131b; ---->
    text-align: center;
    max-height: inherit: 10rem;
    width: 100%;
}

h1{
    font-size: 60px;
    text-align: center;
}
h2{
    font-size: 40px;
    text-align: center;
}

h3{
    font-size: 30px;
    text-align: center;
}

h4 {
    font-size: 20px;
    text-align: center;
}

h5 {
    font-size: 15px;        
    }

h6 {
    font-weight: 400;
    color: #dd153d;
    text-align: center;
    letter-spacing: 10px;
    
}
 
p {
    color:  #473c8a;
}

nav ul {
    background-color: #14131b; 
    justify-content: space-around;
	align-content: center;
    text-align: center;
    margin: 0;
    width: 100%;
    }

nav ul li{
    list-style-type: none; 
    display:inline;
    text-align: center;
    font-weight: 700;
    text-transform:uppercase;
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    
    }

nav ul li a{ 
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 5px 5px;
    padding-left: 2rem;
    padding-right: 2rem;
    }

nav ul li a:hover {
    background-color: #473c8a;
    color: #dd153d;
}

.fotomagui { 
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 15%;
    width: auto;
    margin: 0rem auto;
     }

    
.caja {
    display: flex;
    justify-content: space-around;
    max-width: 35rem;
    padding-bottom: 10px;
    margin: 0 auto;
    background-color: #eaeffc;
    border: 1px solid black;
        
}


.atras{
    display: block;
    text-align: center;
    text-decoration: none;
    color:#dd153d ; 
    background:#14131b ; 
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
    padding: 0,3rem;
    margin: 0rem;
    max-width: 100%;
        
}

.atras:hover{
    background: #473c8a;
    color: #14131b;
}



footer {
    max-width: 100%;
    margin: 0rem auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.5rem;
    line-height: 0.8rem;
    padding: 1rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    background: url(img/fondo02.png);
    width: 100%;
    bottom: 0;
    left: 0;
        
}

footer p {
    color: #dd153d
}

.propu {
        display: block;
        text-decoration: none;
        text-align: center;
        color: #14131b;
        text-transform: uppercase;
        font-size: 0.5rem;
        letter-spacing: 0.2rem;
        font-weight: 700;
        font-size: 1rem;
        max-width: 100%;
    
}

.propu:hover{
      color: #dd153d;
}