@import url('https://fonts.googleapis.com/css?family=Acme|Barriecito|Indie+Flower&display=swap');
header{
    background-color: #70ad47;
    padding: 2%;
    height: 180px;
    display: grid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    grid-template-areas:  "a b c"
                          "a b c3"
                          "a b3 c3"
                          "a b4 c3";
    grid-template-columns: 120px 1fr 220px; 
    grid-template-rows: 45px 45px 45px 45px;
}

.body{
    background-color: #1f4e79;
}

header .logo{
    grid-area: a;
}

header .palitroche{
    grid-area: b;
    color: white;
}

header .lapiz{
    grid-area: b4;
}

header .juega{
    grid-area: b3;
}

header .video{
    grid-area: c3;
}

header .ingresar {
    grid-area: c;
}

header h1{
    font-family: 'Barriecito', cursive;
    font-size: 4em;
    color: white;
    margin: 1%
}

header h4{
    color: white;
    font-family: 'Indie Flower', cursive;
    margin: 1%;
}

header a{
    text-align: right;
    display: block;
    color: white;
    text-decoration: none;
    margin: 0.5em;
}

footer{
    background-color: #1f4e79;   
    color: white; 
    overflow: auto;
}

.contacto{
    padding: 0.5em;
    float: left;
}

.mapa{
    padding: 0.5em;
    width: 200px;
    float: right;
}

footer a, footer li, footer h3{
    color: white;
    text-decoration: none;
    font-family: 'Calibri', sans-serif;
}


nav{
    background-color: #c00000;
}

.contenedor-principal{
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 2%;
    margin-bottom: 2%;
    border: 10px solid white;
    background-color: white;
    box-shadow: 15px 20px rgba(4,3,63, 0.253);
    border-radius: 10px;
}

li{
    list-style: none;
    font-family: Calibri, sans-serif;
}

footer ul{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-family: 'Calibri', sans-serif;
}

header .logo img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .video img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}