@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
body {
    background-color: black;
    width: 100vw !important;
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}

@media only screen and (Min-width: 480px) {
    .notDesktop {
        display: none !important;
    }
    #FundoMenu {
        background-color: #12222F;
        color: white;
        padding: 0px 0px !important;
        width: 100% !important;
    }
    #FundoMenu nav img {
        width: 25%;
    }
    .carousel-item img {
        filter: blur(3px);
        width: 100vw !important;
    }
    .carousel-caption {
        bottom: 20% !important;
    }
    .card {
        width: 18rem !important;
        height: 22rem !important;
        margin: 1px;
        border-color: #5BBDAE;
        background-color: #12222F;
    }
    .textoImagem H1 {
        font-size: clamp(1.75em, 1em + 3vw, 2.5em) !important;
    }
    .textoImagem H1 p {
        font-size: clamp(1.75em, 1em + 3vw, 2.5em) !important;
    }
    #TelaMenu {
        margin: 0px !important;
        padding: 0px !important;
        max-width: 100% !important;
    }
    #Serviços {
        background-color: #ffffff;
        height: 100%;
        margin: 0px !important;
        padding: 100px 50px !important;
        max-width: 100%;
        color: #ffffff;
    }
    #ServiçosEspecifica {
        background-color: #ffffff;
        height: 100%;
        margin: 0px !important;
        padding: 100px 50px !important;
        max-width: 100%;
        color: #ffffff;
    }
    #ServiçosEspecifica .card {
        width: 80vw !important;
        height: 22rem !important;
        margin: 1px;
        border-color: #5BBDAE;
        background-color: #12222F;
    }
    #ServiçosPagina {
        background-color: #ffffff;
        height: 100%;
        margin: 0px !important;
        padding: 100px 50px !important;
        max-width: 100%;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #Box {
        width: 300px;
        height: 300px;
        background-color: red;
        border-color: black;
        margin: 10px 10px;
    }
    #Box1 {
        width: 300px;
        height: 300px;
        background-color: rgb(208, 255, 0);
        border-color: black;
        margin: 10px 10px;
        box-sizing: border-box;
    }
    #Box2 {
        width: 300px;
        height: 300px;
        background-color: rgb(0, 0, 0);
        border-color: black;
        margin: 10px 10px;
        box-sizing: border-box;
    }
    .BoxA {
        width: 280px;
        height: 86px;
        background-color: red;
        margin: 10px 10px;
    }
    #Parceiros {
        background-color: #12222F !important;
        height: 100%;
        margin: 0px !important;
        padding: 10px 0px !important;
        min-height: 450px;
        max-width: 100%;
        color: #ffffff;
    }
    #Parceiros .container {
        margin: 0px !important;
        padding: 0px !important;
        max-width: 100%;
    }
    .card-body {
        box-shadow: 4px 4px 10px #12222F;
        height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #12222f !important;
    }
    .imgParceiro {
        width: 60%;
        padding: 15px 15px;
        transition-duration: 1s;
        filter: none;
    }
    .imgParceiro:hover {
        width: 70%;
        padding: 15px 15px;
        filter: none;
    }
    .Titulo {
        margin-top: 20px;
        margin-bottom: 60px;
        box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.2);
        text-align: right !important;
        background-color: #ffffff;
        border-radius: 0px 15px 15px 0px;
        color: #12222F;
    }
    #Empresa {
        background-color: #ffffff;
        height: 100%;
        margin: 0px !important;
        padding: 0px 0px !important;
        max-width: 100%;
        color: #12222F;
    }
    #Empresa .container {
        margin: 0px !important;
        padding: 0px !important;
        max-width: 100%;
    }
    #TituloEmpresa {
        margin-top: 20px;
        margin-bottom: 30px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
        text-align: left !important;
        background-color: #12222F;
        border-radius: 15px 0px 0px 15px;
        color: #ffffff;
    }
    #textoEmpresa {
        padding: 25px 25px !important;
    }
}

.row {
    padding: 0;
    margin: 0;
    max-width: 100vw;
}

.col-12 {
    padding: 0;
    margin: 0;
    max-width: 100vw;
}

.col {
    padding: 0;
    margin: 0;
    max-width: 100vw;
}

#containerCarrocel {
    margin: 0px !important;
    padding: 0px !important;
    max-width: 100vw !important;
}

.CorMenu {
    color: #ffffff !important;
}

.AlinhamentoMenuDesktop h5 a {
    padding: 10px;
    text-decoration: none !important;
    color: #ffffff;
    font-size: 18px !important;
}

.AlinhamentoMenuDesktop h5 a:hover {
    text-decoration: underline;
}

#DestaqueTextoCarrocel1 {
    color: #ffffff;
    opacity: 10;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.btncarrosel {
    margin-top: 30px;
    width: 18rem;
}

#BotaoMenu {
    border-color: white;
}

.navbar {
    flex-wrap: unset !important;
}

#img1 {
    color: #1f1f1f !important;
}

#img2 {
    color: #1f1f1f !important;
}

#img3 {
    color: #1f1f1f !important;
}

#ImagemRedonda {
    width: 20vw;
    border-radius: 175px;
}

.card-title {
    height: 60px;
    align-items: center;
    justify-items: center;
}

.card-text {
    padding: 4px;
    height: 100px;
    font-size: 14px;
    align-items: center;
    justify-items: center;
}

.ButtonCard {
    width: 100%;
    align-items: flex-end;
    margin-top: 10px;
    background-color: #ffffff;
    color: #12222F;
    border-color: #12222F;
}

#NossaTitulo {
    padding: 0px;
    margin: 0px;
    font-size: 25px;
}

#MissaoTitulo {
    font-size: 35px;
    padding: 0px;
    margin: 0px;
}

#DestaqueFinal {
    background-image: url('../image/hexa_dan_wave_10.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    max-width: 100% !important;
    padding-top: 200px !important;
    padding-bottom: 200px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

#DesenvolvidoPor {
    text-decoration: none !important;
    font-size: 10px;
    color: #ffffff;
}

#logofooter {
    width: 30%;
    padding: 15px 0px;
}

#DestaqueFinal a {
    text-decoration: none !important;
    color: #ffffff;
}

#ContatoWhatsap {
    text-decoration: none;
    color: white;
}

#ContatoEmail {
    text-decoration: none;
    color: white;
}

.whatsapp {
    position: fixed;
    top: 72%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
    width: 80px;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

 :target {
    scroll-margin-top: .8em;
}