body {
    background-color: #0d2033;
    align-items: center;
    justify-content: center;
}

h1,
h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 200%;
    text-align: center;
    color: #fff;
}

h3,
h4,
h5 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 200%;
    text-align: justify;
    color: #fff;
}

p {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

hr {
    color: white;
    background-color: black;
    width: 100%;
}

* {
    box-sizing: border-box;
}

.MenuHorizontal {
    overflow: hidden;
    border-radius: 5px 50px;
    border-color: blueviolet;
}

.MenuHorizontal a {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background-color: #fff;
    color: black;
    text-decoration: none;
    float: left;
    width: 16.666666666666666666666666%;
    text-align: center;
    padding: 20px;
    font-size: 125%;
}

.MenuHorizontal a:hover {
    background-color: #53408a;
    color: #fff;
}

.MenuVertical {
    float: left;
    width: 16.666666666666666666666666%;
    overflow: hidden;
    border-radius: 5px 50px;
    border-color: blueviolet;
}

.MenuVertical a {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background-color: #fff;
    color: black;
    text-decoration: none;
    padding: 70px;
    display: block;
    text-align: center;
    font-size: 125%;
}

.MenuVertical a:hover {
    background-color: #53408a;
    color: #fff;
}

img {
    float: right;
    width: 5%;
}

.titulo1 {
    padding: 3%;
}

header {
    background-color: #0a141d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.pie-pagina {
    width: 100%;
    background-color: #0a141d;
}

.pie-pagina .grupo-1 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
}

.pie-pagina .grupo-1 .box figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie-pagina .grupo-1 .box figure img {
    width: 250px;
}

.pie-pagina .grupo-1 .box h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    text-align: justify;
}

.pie-pagina .grupo-1 .box p {
    color: #efefef;
    margin-bottom: 10px;
    text-align: justify;
}

.pie-pagina .grupo-1 .red-social a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #0d2033;
    text-align: center;
}

.pie-pagina .grupo-1 .red-social a:hover {
    color: aqua;
}

.pie-pagina .grupo-2 {
    background-color: #0a1a2a;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}

.pie-pagina .grupo-2 small {
    font-size: 15px;
}

@media screen and (max-width:800px) {
    .pie-pagina .grupo-1 {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        padding: 35px 0px;
    }
}

.buscar {
    position: absolute;
    padding: 5px;
}

.buscar input {
    width: 0px;
    height: 40px;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    outline: none;
    border: 1px solid silver;
    border-radius: 30px;
    transition: all 0.6s ease;
}

.btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #440080;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.buscar:hover input {
    width: 240px;
}

.buscar input:focus {
    width: 240px;
}

.botón {
    background: #d45320;
    padding: 10px;
    font-size: 17px;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}

#contenedor1 {
    display: flex;
    grid-template-rows: 10% 10% 10% 10% 10%;
    grid-template-columns: 10% 10% 10% 10% 10%;
    width: 82%;
    height: 100px;
}

#contenedor2 {
    display: flex;
    grid-template-rows: 10% 10% 10% 10% 10%;
    grid-template-columns: 10% 10% 10% 10% 10%;
    width: 82%;
    height: 100px;
}

#contenedor3 {
    display: flex;
    grid-template-rows: 10% 10% 10% 10% 10%;
    grid-template-columns: 10% 10% 10% 10% 10%;
    width: 82%;
    height: 100px;
}

.celda {
    border: solid black 1px;
}

#a {
    grid-row: 1/3;
    grid-column: 4/6;
    background-color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

#c {
    grid-row: 1/2;
    grid-column: 1;
    background-color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

#d {
    grid-row: 3/6;
    grid-column: 5;
    background-color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

#e {
    grid-row: 1/3;
    grid-column: 2/4;
    background-color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

#f {
    grid-row: 4/6;
    grid-column: 2/5;
    background-color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

#g {
    grid-row: 4/6;
    grid-column: 2/5;
    background-color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

#imagen1 {
    width: 100%;
    height: 300px;
    text-align: center;
}

#imagen2 {
    width: 100%;
    height: 300px;
    text-align: center;
}

#imagen3 {
    width: 100%;
    height: 300px;
    text-align: center;
}

#imagen4 {
    width: 100%;
    height: 300px;
    text-align: center;
}

#imagen5 {
    width: 100%;
    height: 300px;
    text-align: center;
}

#imagen6 {
    width: 100%;
    height: 300px;
    text-align: center;
}