body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
#header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: #2a2f4a;
    box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.15);
    cursor: default;
    font-weight: 600;
    height: 3.25em;
    left: 0;
    letter-spacing: 0.25em;
    line-height: 3.25em;
    margin: 0;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    #header .logo {
        border: 0;
        display: inline-block;
        font-size: 0.8em;
        height: inherit;
        line-height: inherit;
        padding: 0 1.5em;
    }

        #header .logo strong {
            -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            background-color: #db7314;
            color: #242943;
            display: inline-block;
            line-height: 1.65em;
            margin-right: 0.325em;
            padding: 0 0.125em 0 0.375em;
        }

        #header .logo:hover strong {
            background-color: #9bf1ff;
        }

        #header .logo:active strong {
            background-color: #53e3fb;
        }

    #header nav {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-justify-content: -moz-flex-end;
        -webkit-justify-content: -webkit-flex-end;
        -ms-justify-content: -ms-flex-end;
        justify-content: flex-end;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        height: inherit;
        line-height: inherit;
    }

        #header nav a {
            border: 0;
            display: block;
            font-size: 0.8em;
            height: inherit;
            line-height: inherit;
            padding: 0 0.75em;
            position: relative;
            vertical-align: middle;
        }

            #header nav a:last-child {
                padding-right: 1.5em;
            }

            #header nav a[href="#menu"] {
                padding-right: 3.325em !important;
            }

                #header nav a[href="#menu"]:before, #header nav a[href="#menu"]:after {
                    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23F14902%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 24px 32px;
                    content: '';
                    display: block;
                    height: 100%;
                    position: absolute;
                    right: 1.5em;
                    top: 0;
                    vertical-align: middle;
                    width: 24px;
                }

                #header nav a[href="#menu"]:after {
                    -moz-transition: opacity 0.2s ease-in-out;
                    -webkit-transition: opacity 0.2s ease-in-out;
                    -ms-transition: opacity 0.2s ease-in-out;
                    transition: opacity 0.2s ease-in-out;
                    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %239bf1ff%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
                    opacity: 0;
                    z-index: 1;
                }

                #header nav a[href="#menu"]:hover:after, #header nav a[href="#menu"]:active:after {
                    opacity: 1;
                }

                #header nav a[href="#menu"]:last-child {
                    padding-right: 3.875em !important;
                }

                    #header nav a[href="#menu"]:last-child:before, #header nav a[href="#menu"]:last-child:after {
                        right: 2em;
                    }

    #header.reveal {
        -moz-animation: reveal-header 0.35s ease;
        -webkit-animation: reveal-header 0.35s ease;
        -ms-animation: reveal-header 0.35s ease;
        animation: reveal-header 0.35s ease;
    }

    #header.alt {
        -moz-transition: opacity 2.5s ease;
        -webkit-transition: opacity 2.5s ease;
        -ms-transition: opacity 2.5s ease;
        transition: opacity 2.5s ease;
        -moz-transition-delay: 0.75s;
        -webkit-transition-delay: 0.75s;
        -ms-transition-delay: 0.75s;
        transition-delay: 0.75s;
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none;
        background-color: transparent;
        box-shadow: none;
        position: absolute;
    }

        #header.alt.style1 .logo strong {
            color: #6fc3df;
        }

        #header.alt.style2 .logo strong {
            color: #8d82c4;
        }

        #header.alt.style3 .logo strong {
            color: #ec8d81;
        }

        #header.alt.style4 .logo strong {
            color: #e7b788;
        }

        #header.alt.style5 .logo strong {
            color: #8ea9e8;
        }

        #header.alt.style6 .logo strong {
            color: #87c5a4;
        }

nav {
    display: flex;
    justify-content: center;
    background: #444;
    padding: 10px;
}
nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}
nav a:hover {
    color: #ffcc00;
}
.hero {
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column; /* Alinhar elementos na vertical */
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    font-size: 2.5rem;
    overflow: hidden;
}
.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.hero-logo {
    margin-top: 20px;
    text-align: center;
}
.hero-logo img {
    max-width: 200px;
    height: auto;
}
.hero-logo {
    margin-top: 20px;
    text-align: center;
}
.hero-logo img {
    max-width: 200px;
    height: auto;
}
.section {
    padding: 50px;
    text-align: center;
}
.section h2 {
    color: #444;
}
.services {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.service {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 30%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.service img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 5px;
}
.slogan-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.slogan { 
    text-align: center;
}

.row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px 0;
    padding: 0 20px;
}

.row article {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 30%;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.row article:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.row .image.featured img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.row header h3 {
    margin-top: 15px;
    font-size: 1.2em;
    color: #444;
}

.row p {
    margin-top: 10px;
    color: #666;
    font-size: 0.9em;
}
.row-title {
    text-align: center;
    margin-bottom: 10px;
    color: #444;
}

.row-subtitle {
    text-align: center;
    margin-bottom: 30px;
    color: #666;
}
@media (max-width: 768px) {
    .services {
        flex-direction: column;
        align-items: center;
    }
    .service {
        width: 80%;
    }
    .hero {
        font-size: 1.8rem;
    }
    .slogan-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .slogan { 
        text-align: center;
    }
    .row article {
        width: 45%;
    }
}
@media (max-width: 480px) {
    nav {
        flex-direction: column;
    }
    nav a {
        margin: 5px 0;
    }
    .hero {
        height: 300px;
        font-size: 1.5rem;
    }
    .hero-logo {
        display: none;
    }
    .slogan-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .slogan { 
        text-align: center;
    }
        .row {
        flex-direction: column;
        align-items: center;
    }
    .row article {
        width: 90%;
    }
}
footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}
footer a {
    color: #ffcc00;
    text-decoration: none;
}
#map iframe {
    border: 0;
    width: 100%;
    height: 400px;
}

