body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #110f18;
}

header {
    background-color:  #0070bb;
    color: #e7ebec;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
}

section {
    padding: 50px 20px;
}

.banner {
    text-align: center;
}

.banner h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4285f4;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.servicio {
    text-align: center;
    margin-bottom: 30px;
}

.servicio img {
    width: 80px;
}

footer {
    background-color: #0070bb;
    color: #1f243a;
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    font-size: 1.5em;
}

.footer-links {
    list-style: none;
    display: flex;
}

.footer-links li {
    margin-right: 20px;
}

.copyright {
    margin-top: 20px;
    font-size: 0.8em;
}
