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

.mainportada{
    background-image: url(nunca.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom:80px;
}


nav{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #1E496B; 
    padding: 20px;
    font-size: 1rem;
    text-transform: uppercase;
}

h1{
    font-family: 'Kumar One', cursive;
    font-size: 2.5em;
    color: #d1d6d3;
    margin-top: 1em;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom:90px
}


.paginas{
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #1E496B;
}

.paginas a{
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

a:hover{
    color:#eda13e;
}

.informacion{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white; 
    padding-top: 30px;
    padding-bottom: 30px;
}

.informacion p {
    background-color: #ffc2ca;
    font-family: 'Kumar One', 'Roboto', sans-serif;
    -webkit-box-shadow: 0.5rem .5rem;
    box-shadow: 0.5rem .5rem;
    font-size: .7rem;
    color: #1e496b; 
    padding: 10px;
    }

.informacion a{
    text-decoration: none;
    color: #5dc4b3;
    background-color: #ffc2ca;
    font-family: 'Kumar One', 'Roboto', sans-serif;
    -webkit-box-shadow: 0.5rem .5rem;
    box-shadow: 0.5rem .5rem;
    font-size: .7rem;
    color: #1e496b; 
    padding: 10px;
}

.informacion a:hover{
    color:#eda13e;
}

.gradient{
    width: 100%;
    z-index: 1000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27,72,105,0.5)), to(rgba(255,194,202,0.5)));
    background: -webkit-linear-gradient(top, rgba(27,72,105,0.5) 0%, rgba(255,194,202,0.5) 100%);
    background: -o-linear-gradient(top, rgba(27,72,105,0.5) 0%, rgba(255,194,202,0.5) 100%);
    background: linear-gradient(to bottom, rgba(27,72,105,0.5) 0%, rgba(255,194,202,0.5) 100%);
}

    
.pie {
    background-color: #1e496b ;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3em;
    padding-bottom: 3em;
}

.pie h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 0.7em;
    color: white;
    text-align: center;
}

.pie p{
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    color: white;
    text-align: center;
}