a {
    text-decoration: none;
}

body {

}

main {
    background-color: #0070AC;
}

h1 {
    color: rgba(255, 255, 255, 0.4);
    font-family: Titillium Web;
    font-size: 48px;
    text-transform: lowercase;
    margin: 32px 0;
}

p {
    color: white;
    font-family: Open Sans;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.btn {
    border-radius: 50px;
    padding: 8px 16px;
    color: #0070AC;
    background: #fff;
    border: none;
    font-family: Open Sans;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: bold;
    width: 24%;
    text-align: center;
    transition: 0.5s;
    border: 1px solid #fff;
}

.btn:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 5em 0 15em 0;
}

.logo img {
    width: 8%;
}

.airplane {
    width: 100%;
    text-align: center;
}

.banner img {
    width: 100%;
}

.arrows {
    text-align: center;
    padding: 0 0 5em 0;
}

.about, .produtos, .viajantes, .parceiros {
    width: 1220px;
    margin: 0 auto;
    text-align: center;
}

.about {
    display: flex;
    justify-content: space-between;
}
  
.content {
    flex: 1;
    width: 512px;
    text-align: right;
}

.about img {
    width: 40%;
}

.quebra1 {
    background-image: url('img/quebra1-desktop-ani.svg');
    height: 128px;
    width: 100%;
}

.quebra2 {
    background-image: url('img/quebra2-desktop-ani.svg');
    height: 128px;
    width: 100%;
}

.quebra3 {
    background-image: url('img/quebra3-desktop-ani.svg');
    height: 128px;
    width: 100%;
}

.produtos li, .clientes li, .partners li {
    display: inline-block;
    text-align: center;
    width: 30%;
    vertical-align: top;
    margin: 0 1.5%;
    padding: 30px 20px;
    box-sizing: border-box;
}

.viajantes h1, .parceiros h1 {
    text-align: left;
}

.viajantes p, .parceiros p {
    width: 512px;
    text-align: left;
}

.parceiros img {
    margin: 96px 0;
}

.quebra-footer {
    background-color: #f6f6f6;
}

.quebra-footer img {
    width: 100%;
}

footer {
    height: 256px;
    padding-bottom: 32px;
    background-color: #f6f6f6;
    background: url(img/quebra-footer.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 0 24px 24px;
}

.footer {
    width: 1220px;
    margin: 0 auto;
}

footer li {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 8px;
}

footer p, footer a {
    color: #444;
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: 700;
    text-transform: lowercase;
}

.footer-text {
    font-size: 12px;
}

.footer-logo, .footer-text {
    opacity: 0.4;
}

@media (max-width: 768px) {

    .logo img {
        width: 32%;
    }

    .about {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    .content {
        flex: 1;
        width: 100%;
    }

    .about img {
        width: 90%;
    }

    .quebra1 {
        background-image: url('img/quebra1-ani.svg');
    }

    .quebra2 {
        background-image: url('img/quebra2-ani.svg');
    }

    .quebra3 {
        background-image: url('img/quebra3-ani.svg');
    }

    .produtos {
        width: 90%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .produtos .seguro {
        margin-top: 48px;
    }

    .viajantes {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .produtos li, .clientes li, .partners li {
        display: block;
        text-align: center;
        width: 100%;
    }

    .parceiros {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .parceiros img {
        margin: 0 0;
    }

    .viajantes h1, .parceiros h1 {
        text-align: center;
    }

    .viajantes p, .parceiros p {
        width: 100%;
        text-align: center;
    }

    .partners li {
        margin: 96px auto;
    }

    .partners img {
        width: 50%;
    }

    .footer {
        width: 100%;
    }

}