html {
    margin: 0;
    font-family:"Encode Sans Expanded", serif;
    color: #333333;
    background-color: rgba(244, 253, 255, 1);
}

body {
    margin: 0;
}

a {
    height: 48px;
    width: 48px;
}

.box-open {
    display: flex;
    justify-content: center;
}

.button .button-hover {
    margin: 8px;
    opacity: 0;
}

.button .stroke-fill {
    fill: black;
}

.button .path-fill {
    stroke: black;
}

.button:hover .map-button-hover {
    fill-opacity: 0;
    transition: 0.5s ease;
}

.button:hover .button-hover {
    opacity: 1;
    transition: 0.5s ease;
}

.button:hover .stroke-fill {
    fill: white;
    transition: 0.5s ease;
}

.button:hover .path-fill {
    stroke: white;
    transition: 0.5s ease;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 90%;
}

.contato {
    background: linear-gradient(135deg, #00722F, #00eb62);
}

.encode-sans-expanded-regular {
    font-family: "Encode Sans Expanded", serif;
    font-weight: 400;
    font-style: normal;
}

.fazer {
    background: linear-gradient(135deg, #29a6b4, #1d838f);
}

.footer {
    background-color: #f4fdff;
    color: #333333;
    text-align: center;
    padding: 32px;
}

.footer span {
    color: #38c2f4;
}

.footer p {
    font-weight: bold;
}

.footer-text {
    color: #74d3f7;
}

.google {
    margin: auto;
}

.google-maps {
    width: 190px;
    padding: 5px;
    border-radius: 60px;
    background: linear-gradient(to right, #EA4335, #FBBC05, #34A853, #4285F4);
}

.google-maps:hover .maps-background {
    background: none;
    transition: 0.5s ease;
}

.google-maps:hover .maps-background h2 {
    color: #f4fdff;
    transition: 0.5s ease;
}

.google-maps:hover .g-logo {
    fill: #f4fdff;
    transition: 0.5s ease;
}

.google-maps .maps-background h2 {
    color: #333333;
    width: fit-content;
    height: fit-content;
    margin: auto;
}

.gradient {
    color: white;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    top: 128px;
    width: 100%;
    height: 75vh;
}

h1 {
    margin: 0;
    font-weight: normal;
    font-size: 27px;
}

h2 {
    margin: 0;
    font-size: 16px;
}

h3 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

.header {
    display: flex;
    background-color: #f4fdff;
    color: black;
    height: 128px;
    width: 100%;
}

.header-phone {
    display: none;
}

.header-right {
    display: flex;
    flex-direction: row;
    text-align: right;
    align-items: center;
    justify-content: right;
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 81px;
    width: 50%;
}

.header-contact {
    display: flex;
    flex-direction: row;
    width: 176px;
    justify-content: space-evenly;
    border-radius: 64px;
    padding: 8px;
    margin: 8px;
    border: 2px solid rgb(15, 120, 184);
}

.highlight {
    color: #0f78b8;
    font-weight: bold;
}

.highlight-line {
    color: #0f78b8;
    font-weight: bold;
    text-decoration: underline;
}

.history {
    background: linear-gradient(135deg, #097694, #0db3e0);
}

.home {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    color: white;
    transition: background-image 1s ease;
}

.home-content {
    display: flex;
    box-sizing: border-box;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100%;
    padding: 0 128px 0 128px;
}

.home-main {
    background: linear-gradient(to bottom, rgb(0, 0, 0, 0.75), rgb(0, 0, 0, 0));
    height: 10vh;
}

.home-text h1 {
    font-size: 68px;
    font-weight: bold;
}

.home-text h2 {
    font-size: 40px;
    font-weight: bold;
    color: #74d3f7;
}

.home-text h2 span {
    color: #38c2f4;
}

.home-text li {
    font-size: 20px;
    font-weight: bold;
    color: #74d3f7;
}

.home-text ul li::marker {
    color: #009ee1;
}

.home-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.link-box {
    display: flex;
    width: 200px;
    margin-bottom: 24px;
}

.link-box a {
    width: 0px;
}

.local {
    background: linear-gradient(135deg, #328af0, #0d6cda);
}

.logo {
    width: 224px;
}

.logo-phone {
    width: 160px;
}

.map-button-hover {
    fill-opacity: 1;
}

.main {
    display: flex;
    flex-direction: column;
    margin: 16px auto 16px auto;
    width: 80%;
}

.main-box {
    display: flex;
    border-radius: 60px;
    color: #f4fdff;
    margin: 32px;
    min-height: 353px;
    overflow: hidden;
    box-sizing: content-box;
}

.main-box a {
    text-decoration: none;
}

.main-box img {
    width: 25vw;
    object-fit: cover;
}

.main-box-text {
    padding: 48px;
    width: 100%;
}

.main-box-text h1 {
    font-size: 40px;
}

.main-box-text p {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
}

.main-footer {
    background: linear-gradient(to top, rgb(0, 0, 0, 0.75), rgb(0, 0, 0, 0));
    height: 10vh;
}

.main-phone {
    display: none;
}

.maps-background {
    display: flex;
    flex-direction: row;
    padding: 8px;
    border-radius: 60px;
    background: #f4fdff;
}

.maps-contact {
    display: flex;
    flex-direction: row;
    width: 176px;
    justify-content: space-evenly;
    border-radius: 64px;
    padding: 8px;
    margin-bottom: 16px;
    border: 2px solid #f4fdff;
}

.open-box {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: end;
    justify-content: right;
    background-color: #f4fdff;
    border-radius: 32px;
    position: absolute;
    margin: 16px;
}

.open-box .header-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 8px;
    margin: 8px;
}

.open-box .header-content {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    margin: 8px;
    width: 80%;
    height: 80px;
}

p {
    margin: 0;
}

.slide {
    display: flex;
    justify-content: flex-end;
}

.slide-1 {
    transition: 1s linear;
}

.slide-2 {
    transition: 1s linear;
}

.slide-3 {
    transition: 1s linear;
}

.slide-image {
    width: 100%;
}

.slide img {
    width: 100px;
}

.slogan {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-image: url(../img/png/slogan.png);
    height: 256px;
    font-size: 48px;
    background-size: cover;
}

.slogan-box {
    padding: 48px;
}

.slogan span {
    font-weight: bold;
    margin: auto;
}

.slogan span span {
    color: #38c2f4;
}

.tecnica {
    background: linear-gradient(135deg, #56545b, #9b98a3);
}

ul {
    margin: 0;
}

.white-text {
    color: #f4fdff;
}

@media (max-width: 768px) {
    .footer p {
        font-size: 13px;
    }
    .gradient {
        top: 80px;
    }
    .header {
        display: none;
    }
    .header-phone {
        display: flex;
        background-color: #f4fdff;
        color: black;
        height: 80px;
        width: 100%;
    }
    .home-content {
        padding: 32px;
    }
    .home-text {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .home-text h1 {
        font-size: 32px;
    }
    .home-text h2 {
        font-size: 20px;
    }
    .home-text li {
        font-size: 12px;
    }
    .local {
        align-items: center;
    }
    .main {
        display: none;
    }
    .main-box {
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        color: #f4fdff;
        margin: 16px;
        min-height: 600px;
        overflow: hidden;
    }
    .main-box h1 {
        padding: 24px;
        font-size: 21px;
    }
    .main-box img {
        width: 100%;
        height: 256px;
    }
    .main-box p {
        padding: 24px;
        font-size: 16px;
    }
    .main-box-text {
        padding: 24px;
    }
    .main-box-text h1 {
        font-size: 24px;
    }
    .main-box-text p {
        margin-top: 24px;
        font-size: 14px;
    }
    .main-phone {
        display: flex;
        flex-direction: column;
        margin: 16px auto 16px auto;
        width: 80%;
    }
    .maps-background {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 5px;
        margin: auto;
        border-radius: 30px;
        background: #f4fdff;
    }
    .maps-contact {
        display: flex;
        flex-direction: row;
        width: 176px;
        margin: auto;
        justify-content: space-evenly;
        border-radius: 64px;
        padding: 8px;
        border: 2px solid #f4fdff;
        margin: 0 auto 24px auto;
    }
    .slide img {
        width: 75px;
    }
    .slogan {
        font-size: 32px;
        height: 256px;
    }

}