body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

#country_page {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(selecciona-tu-pais_BG_02.jpeg);
    background-size: cover;
    flex-direction: column;
}
.logo-lalur {
    margin: 0 auto;
}
.page-section {
    width: 95%;
    max-width: 500px;
}
.country-page-logo-section {
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    font-weight: 100;
}
.welcome-message strong {
    font-size: 1.7em;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.country-page-section {
    background-color: #ffffffef;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 15px -10px #000000;
}
.country-page-section_header {
    background-color: #5bb2a7;
    height: 80px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
    .country-page-section_header h1 {
        text-align: center;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        margin: 0;
        font-size: 1.5em;
    }


.country-page-section_body_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding: 0;
}
li.country-page-section_body_list_el {
    text-align: center;
}
.country-page-section_body_list_el a {
    text-decoration: none;
}
li.country-page-section_body_list_el i {
    margin-right: 10px;
    font-size: 1.2em;
}
.country-page-section_body_list h2 {
    color: #484848;
    font-size: 1.2em;
    font-weight: 400;
    display: inline-block;
}
