body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

@media(max-width:768px) {
    .w3-jumbo {
        font-size: 32px !important;
    }
}

.w3-bar,
h1,
button {
    font-family: 'Montserrat', sans-serif;
}

.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #2c3e50;
    color: #fff;
    display: block;
}

@media(max-width:768px) {
    .logo-service {
        display: none;
    }
}

@media(max-width:768px) {
    .list-service {
        list-style: none;
        padding-inline-start: 0px;
        text-align: center;
    }
}

@media(max-width:768px) {
    .title-service {
        text-align: center
    }
}

@media(max-width:768px) {
    .w3-content {
        display: flex;
    }
}

@media(max-width:768px) {
    .w3-twothird {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:768px) {
    .w3-third {
        display: none;
    }
}


.logo-service {
    font-size: 16em;
}

.list-service {
    font-size: 18px;
}

.bg-principal {
    background-color: #DDA0DD;
}

.text-principal {
    color: #DDA0DD;
}

.logo {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}