main {
    width:100%;
    height:100vh;
    display:flex;
    align-items:center;
    background: linear-gradient(45deg, #f0f8ff, #f0f8ffc7), url(https://polifusion.com/chile/wp-content/uploads/2025/04/IMAGEN-FACHADA.jpeg) no-repeat center;
    background-size:cover;
}
main .container {
    max-width:1000px;
}

h1 {
    color: #1C3664;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 50px;
}

.box_pais {
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:25px;
    text-decoration: none;
    color: #1C3664;
    font-family: 'Outfit', sans-serif;
    padding: 50px 30px;
    border-radius:20px;
    background-color: #fff;
    box-shadow: 0 0 10px 5px #4950571a;
}

.box_pais img {
    max-width: 130px;
    border-radius:10px;
}