:root {
    --main-color: #182241;
    --second-color: #D6CFF7;
    --third-color: #666375;
    --fourth-color: #EFEFEF;
    --text-color: #333333;
    --text-color-secondary: #fff;
    --text-color-third: #d0c6b8;
    --fundo: #d8cab0;

    --color-especial: #a47851;
    --color-especial2: #6f4f35;
}

body {
    color: #6d6f6a;
    font: 14px/2em 'Montserrat', sans-serif;
    background: #fff;
}

a:not([href]):hover {
    cursor: pointer;
}



ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

a {
    color: #00a9c6;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #6d6f6a
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1em
}

h1 {
    font: 700 5em 'Montserrat', sans-serif;
    margin: .25em 0;
    text-transform: uppercase
}

h2 {
    font: 300 2.5em 'Montserrat', sans-serif;
    margin-bottom: 1.5em
}

h3 {
    font: 300 2em 'Montserrat', sans-serif;
    margin: 2em 0 1em
}

h4 {
    font: 300 1.5em 'Montserrat', sans-serif;
    margin-bottom: 1em
}

h4 i {
    margin-right: .5em
}

p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: .7em
}



.mobile-none {
    display: block;
}

.mobile-only {
    display: none;
}

@media (min-width: 1904px) {
    .container {
        max-width: 1185px !important;
    }
}

.porcer {
    width: 75%;
    margin: 0 auto;
}

.carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    display: flex;
    height: 100vh;
    opacity: 0.5;
}

#topo p span {
    font-size: 20px;
    font-weight: bold;
}

h2.heading {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1em;
    color: var(--text-color);
    position: relative;
    z-index: 0;
    padding-bottom: 10px;
}

h2.heading:after {
    content: '';
    background-color: var(--main-color);
    position: absolute;
    width: 150px;
    left: 0;
    bottom: 0;
    height: 2px;
    z-index: -1;
}



.spacer {
    padding: 2em 0;
    display: flex;
    justify-content: center;
}



.chame-agora a p {
    margin-bottom: 0px;
}

#home {
    margin-top: 0;
    position: relative;
    background: #322c51;
}

label {
    color: var(--text-color);
}

.conteudo h2.heading {
    color: var(--main-color);
}

.conteudo {
    min-height: 100vh;
    padding-top: 11em;
    justify-content: center;
    align-items: center;

}

.footer {
    background-color: var(--main-color);
    padding: 0.7em 0 0.3em;
}

.footer p {
    color: var(--second-color);
    font-weight: 600;
    text-align: center;
}

.v-footer .v-card {
    box-shadow: none;
    background: #000;
    border-radius: 0px;
    color: #fff !important;
}

footer.v-footer {}

.theme--light.v-footer {
    background-color: #fff;
}

.v-card__text {}

footer .v-card__text {
    font-size: 12px;
}

.sheet-menu-1.v-sheet.theme--light.menu-fixo {
    position: fixed;
    top: 0;
    z-index: 9;
    transition: all 0.2s ease-in-out;
    padding: 0;
    width: 100%;
    background: var(--main-color) !important;
    transition-property: background-color, color;
    transition-duration: 0.5s;
}

header {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}

header.menu-interno {
    background-color: var(--main-color);
}

/* header .v-sheet.menu-fixo {
background-color: #2e5879;
border-bottom: 1px solid #dfdfdf !important;
} */

.theme--dark.v-btn.v-btn--has-bg {
    background-color: #F26D03;
    margin-top: 1em;
}

/* 
header .v-sheet.menu-fixo a.logo {
width: 87%;
} */

header .v-sheet {

    padding: 8px 0px;
}

.v-navigation-drawer {
    height: 100vh !important;
}


.telefones-top a i {
    color: #fff !important;
}

.alert-warning {
    margin-bottom: 0px;
}

.coks-acepts {
    position: fixed;
    bottom: 15px;
    left: 15px;
}

.coks-acepts .alert-warning {
    background-color: #fff;
}

.logo {
    display: flex;
    justify-content: center;
}


#topo a.logo {
    padding: 0;
    margin: 0px;
    /* top: 0; */
    max-width: fit-content;
}



#topo ul li a {
    color: var(--text-color-third);
    margin-left: 0;
    font-size: 14px;
    text-transform: none;
}




#topo ul li a:last-child {
    /* color: var(--main-color); */
    margin-left: 0;
    font-size: 14px;
    text-transform: none;
}



.absolute-center-home {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: start;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
}


.absolute-center-home h3 {
    font-weight: 700;
    color: var(--text-color-secondary);
    margin-top: 0;
    margin-bottom: 10px;
    text-align: start;
    text-transform: uppercase;
}

.absolute-center-home h2 {
    color: var(--text-color-third);
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 0px;
    max-width: 50%;
    line-height: normal;
}


.absolute-center-home p {
    color: var(--text-color-secondary);
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0.3em;
}

.p-carousel span {
    font-weight: bold;
}

.tel-talk2 {

    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: #2e5879;
    border-radius: 3px;
    display: block;
    border: 0px;
    font-weight: bold !important;
    background: #fff;
    cursor: pointer;

}

.tel-talk2:hover {
    background-color: #2e5879;
    color: #fff;
}

.tel-talk {
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: #fff;
    border-radius: 3px;
    display: block;
    border: 0px;
    font-weight: bold !important;
    background: #2E5879;
    cursor: pointer;
    margin-top: 1em;
}

.tel-talk:hover {
    background: #0e283c;
    color: #fff;
}

@keyframes go-back {
    from {
        transform: translateY(30px);
    }

    to {
        transform: translateY(20px);
    }
}


.list-group {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
    align-items: center;
}

#topo .list-group-item {
    border: 0px;
    padding: 1em;
    background-color: transparent;
    font-weight: 600;
}




#topo .list-group-item i {
    color: var(--text-color);
    margin: 5px;
}

.nav-itens {
    display: flex;
    align-items: center;
}

#info-extra {
    background: var(--main-color);
}

#pills-tab.justify-center {
    justify-content: center;
}

#pills-tab .nav-link {
    padding: 8px 20px;
    margin: 0px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: #2E5879;
    border: 1px solid #2E5879;
    border-radius: 3px;
    display: block;
    font-weight: bold !important;
    background: #fff;
    cursor: pointer;
}

#pills-tab .nav-link.active {
    background: #2E5879;
    color: #fff;

}

#blogs a.maisver {
    color: var(--main-color) !important;
}

#blogs a.maisver:hover {
    color: var(--second-color) !important;
}

#atividades {}

#atividades .texto-ativi span {
    position: relative;
    text-align: center;
}

.texto-servicos {
    width: 100%;
}

#atividades .texto-ativi b {
    color: #ffff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    z-index: 0;
    padding-right: 1em;
}

#atividades .texto-ativi img {
    width: 100%;
}

#atividades .texto-ativi {
    text-align: center;

    background: var(--main-color);
    bottom: 0;
    padding: 5px;
}

#atividades .texto-ativi b::after {
    content: '';
    background-color: var(--first-color);
    position: absolute;
    width: 65px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

#atividades .texto-ativi span.link {
    text-align: center;
    height: 75px;
    overflow: hidden;
    line-height: 1.5em;
    color: #fff;
    display: block;
}

#blogs .individual a .text {
    color: #666;
}

#blogs .individual a b {
    font-weight: bold;
    font-size: 16px;
}

#blogs .individual a {
    color: var(--main-color);
    line-height: 1.5em;
}

#blogs .individual .time span {
    line-height: 1em;
    display: block;
    text-align: center;

    font-weight: bold;
}

#blogs .individual span.day {

    font-size: 18px;
}

#blogs .individual span.moth {
    text-transform: uppercase;
    font-size: 16px;


}

.theme--light.v-footer a {
    color: var(--main-color)
}

.whatsappme {
    background: #25d366;
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    padding: 15px;
    border-radius: 100%;
}

.whatsappme a {
    color: #fff;
}

#info-extra {
    padding: 2em;
}

#info-extra a {
    color: var(--first-color);
    display: block;
    border: 2px solid var(--first-color);
    padding: 5px;
    background: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase;
    border-radius: 8px;
    text-align: center;
}

#info-extra a:hover {}

/* .theme--light.v-sheet{
background-color: transparent;
border-color: transparent;
} */



#sobre {
    background-color: #F0F0F0;
}


.theme--light.v-btn.v-btn--has-bg {
    background-color: #2e5879;
}

.v-text-field--filled>.v-input__control>.v-input__slot,
.v-text-field--full-width>.v-input__control>.v-input__slot,
.v-text-field--outlined>.v-input__control>.v-input__slot {
    align-items: stretch;
    min-height: 45px;
}

.center-titles {
    text-align: center;
}

.center-titles h2.heading {
    text-align: center;
}

.center-titles h2.heading:after {
    content: '';
    background-color: var(--main-color);
    position: absolute;
    width: 150px;
    bottom: 0;
    height: 2px;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-pane h3 {
    font-weight: bold;
    margin: 0px;
    color: #000;
    margin-bottom: 1em;
}

#clientes {
    background-color: var(--main-color);
    padding-top: 10em;
}

#clientes h2.heading {
    color: #fff;
}

#clientes h2.heading:after {
    background-color: #fff;
}

.logos-clientes {
    background-image: url(../../images/beautiful-cityscape-of-an-urban-city-shot-from-above.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#clientes .slick-track {
    display: flex;
    align-items: center;
}

.v-text-field--outlined .v-label {
    top: 10px;
    background: #f0f0f0;
    padding: 0px 5px;
}



.menu-button {
    top: -60px;
    position: relative;
}

.sheet-menu {
    background-color: #ffffff;
}

.sheet-menu-1 {
    background-color: transparent !important;
}

.topo-tel {
    display: flex;
    align-items: center;
}

.topo-tel img {
    width: 2em;
    margin: 1em;
}

.topo-duvida a {
    font-size: 1em;
    color: #5F5F5F;
    font-weight: 400;
}

.topo-duvida p {
    color: #1B1D21;
    font-weight: 600;
}

.topo-locali {
    display: flex;
    align-items: center;
}

.topo-locali img {
    width: 2em;
    margin: 3em;
}

.topo-duvida a {
    font-size: 1em;
    color: #5F5F5F;
    font-weight: 400;
}

.topo-duvida p {
    color: #1B1D21;
    font-weight: 600;
}

.topo-infos {
    align-items: center;
}

.button-topo {
    font-size: 13px;
    font-weight: 600;
    fill: #1B1D21;
    color: #1B1D21;
    background-color: #FF3E3E30;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DF4036;
    border-radius: 3px 3px 3px 3px;
    padding: 16px 29px 16px 29px;
}

.title-carousel {
    z-index: 8;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: start;
    line-height: 80px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 60px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.p-carousel {
    z-index: 9;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: start;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 200;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.theme--light.v-sheet {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    transition-property: background-color, color;
    transition-duration: 0.5s;
}

.button-banner {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}

.a-banner-1 {
    z-index: 11;
    background-color: var(--main-color);
    font-family: "Montserrat";
    height: auto;
    width: auto;
    color: var(--text-color);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    border-radius: 5px;
    max-height: none;
    max-width: none;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 14px;
    margin: 1em 0px;
    padding: 6px 35px;
    border-radius: 20px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-color: rgb(255, 255, 255);
    border-style: none;
    filter: brightness(100%);
    color: #fff;
    transition: background-color 0.5s ease-out 100ms
}

.banner-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}

.banner-info i {
    font-size: 40px;
    color: var(--text-color-secondary);
    padding: 0.3em 0;
    padding-top: 0px;
}

.banner-info p {
    font-weight: bold;
    color: var(--text-color-secondary);
    padding: 0.7em;
    padding-top: 0px;
    font-size: 20px;
}


.about-contato {
    text-transform: uppercase;
    color: var(--main-color);
    background-color: var(--second-color);
    padding: 0.3em 3em;
    font-weight: 600;
    border-radius: 8px;
    font-size: 12px;
}

#empresa .col-md-6:last-child {
    background-color: #666375;
    padding: 2em;
}

#empresa .col-md-6:first-child {
    background-color: var(--main-color);
    padding: 2em;
}


.info-text p,
.info-text p a {
    color: var(--text-color-secondary);
    font-size: 16px;
    text-align: start;
}

.a-banner-1:hover {
    background-color: #3160B0;
    color: #fff;
}

.a-banner-2 {
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.1);
    font-family: Roboto;
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    margin: 1em;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 14px;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-width: 1px;
    padding: 5px 39px;
    border-radius: 3px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    color: #fff;
    filter: none;
}

.a-banner-2:hover {
    background-color: rgb(26, 55, 114);
    color: #fff;
}

.sobre-escrita span {
    border-color: #df4036;
    background: rgba(223, 64, 54, 0.1);
    padding: 2px 10px;
    color: #df4036;
    position: relative;
    display: inline-block;
    font-size: 11px;
    border-radius: 2em;
    padding: 0px 15px;
    border: solid 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.about-passos {
    display: flex;
    justify-content: space-around;
}

.about-passos div {
    text-align: center;
}

.banner-agendar1 {
    text-transform: uppercase;
    background-color: var(--second-color);
    color: var(--main-color);
    margin: 0 1em;
    padding: 0.1em 1.5em;
    border-radius: 8px;
    font-weight: bold;
}

.banner-agendar1 a {
    color: var(--main-color);
}

.banner-agendar a {
    color: #fff;
}

.banner-agendar {
    text-transform: uppercase;
    background-color: var(--main-color);
    color: var(--second-color);
    margin: 0 1em;
    padding: 0.1em 1.5em;
    border-radius: 8px;
    font-weight: bold;
}

.about h2 {
    color: var(--text-color);
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 22px;
}

.about-text {
    color: var(--text-color);
    max-width: 500px;
    font-weight: 500;
}

.passo-about {
    background: #182241;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    color: #fff;
    padding: .5em;
}
.about-passos img{
    display: block;
}
.text-about {
    background: #a47851;
    margin-top: 0;
    border-radius: 0;
    color: #fff;
    padding: .5em;
    font-weight: 500;
    margin-bottom: 0px;
}

.text-about1 {
    background: #a47851;
    margin-top: 0;
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding: .5em;
    font-weight: 500;
}

.about-row {
    display: flex;
    /* transform: translate3d(0, -150px, 0); */
    align-items: center;
    flex-direction: column;
    margin-top: 0em;
    margin-bottom: 1em;
}

/* .about-row1 {
    margin-top: -7em !important;
    
} */

.definicao span {
    text-transform: uppercase;
    color: var(--main-color);
    background-color: var(--second-color);
    padding: 0.3em 3em;
    font-weight: 600;
    font-size: 12px;
    border-radius: 8px;
}

.definicao h2 {
    color: var(--text-color);
    font-weight: bold;
    margin-top:  0.5em;
    font-size: 22px;
    margin-bottom: 0.5em;
}

.definicao-text p {
    color: var(--text-color);
    margin-top: 1.5em;
    font-weight: 500;
}

.definicao .row {
    display: flex;
    align-items: center;
}

.problemas {
    display: flex;
    align-items: center;
}

.problemas img {
    margin: 0 5px;
}

.problema-text {
    font-weight: bold;
    color: var(--text-color);
}

.no-padding {
    padding: 0;
}

.atuacao-areas {
    margin-bottom: 5em;
}

.atuacao {
    padding: 0px 0px 40px 0px;
}


.card-area {
    height: 100%;
    border-radius: 0;
    padding: 30px 50px 48px 40px;
}

.atuacao-areas .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.atuacao-areas .card:hover {
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    border-color: transparent;
}

.card-area h6 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1b1d21;
}

.card-area p {
    color: #566268;
    font-size: 18px;
    margin-bottom: 0;
    margin: 0 auto;
}

.card-area img {
    width: 50px;
    margin-bottom: 1em;
}

.negocio {
    background-color: #FFFFFF;
    background-image: url(https://movmt.com.br/wp-content/uploads/2021/02/bg-overlay-home11.png);
    background-position: center left;
    background-repeat: no-repeat;
    opacity: 1;
}

/* .img-negocio{
    width: 100%;
} */
.img-negocio img {
    border-radius: 0.5em;
}

.negocio span {
    border-color: #df4036;
    background: rgba(223, 64, 54, 0.1);
    padding: 0px 10px;
    border: 1px solid #df4036;
    color: #df4036;
    border-radius: 2em;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.negocio h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1b1d21;
}

.negocio-bene {
    display: flex;
}

.negocio-icon {
    width: 100px;
    height: 70px;
    border-radius: 0.5em;
    text-align: center;
    line-height: 70px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 15%);
}

.negocio-escrita h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1b1d21;
}

.negocio-escrita p {
    color: #60626D;
}

.negocio-icon img {
    width: 40px;
}

.negocio-escrita {
    margin: 0 2em;
}

.contador {
    background-color: #DC362C;
    padding: 50px 0px 50px 0px;
}

.number-counter {
    display: flex;
    align-items: center;
}

.number-counter span {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    display: inline-block;
    color: #FFFFFF;
}

.number-counter h6 {
    color: #FFFFFF;
    margin-left: 20px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
}


/* 
.footer {
    background-color: #16171E;
    padding: 120px 0px 110px 0px;
} */



.v-sheet.v-footer:not(.v-sheet--outlined) {
    background: #16171e;
    display: block;
}

.v-sheet.v-footer:not(.v-sheet--outlined) .logo {
    border-top: 1px solid #383838;
    padding: 2em;
    color: #666;
}

/* 
.footer a {
    color: #fff;
} */


.footer .footer-icon a:hover .footer-icon-1 {
    background-color: #DF4036;
}

#servicos-list .row.geral .individual:first-child .features-service-img-reposive {
    display: block;
}

#servicos-list .row.geral .individual>a:hover .features-service-img-reposive {
    display: block;
}

#servicos-list .row.geral {
    position: relative;
}

.features-service-item {
    /* position: relative; */
    z-index: 2;
    flex-basis: 0;
    flex-grow: 1;
    height: 745px;
    overflow: hidden;
    display: block;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.features-service-title {
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
}

.features-service-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
    color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    height: -webkit-fill-available;
    border-right: 1px solid;
}



.features-service-title span {
    color: #DF4036;
    font-size: 2em;
}

.features-service-title h4 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 2em;
}


.features-service-desc {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
    -o-transition: transform 0s 0.2s, opacity 0.2s;
    transition: transform 0s 0.2s, opacity 0.2s;
    transition: transform 0s 0.2s, opacity 0.2s, -webkit-transform 0s 0.2s;
}

.features-service-desc p {
    margin-top: 15px;
    margin-bottom: 0;
    height: 100px;
}

.features-service-item .features-service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 40, 50, 0.8);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.features-service-img-reposive {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: fit-content;
}


.features-service-img.hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.features-service-item:hover .features-service-content {
    transform: translateY(-6.5%);
}

.features-service-item:hover .features-service-desc {
    visibility: visible;
    opacity: 1;
}

.features-service-item:hover .features-service-overlay {
    visibility: visible;
    opacity: 1;
}

.depoimento-text {
    text-align: left;
    padding-right: 2em;
}

.depoimento-text p {
    font-size: 14px;
}


.depoimentos-clientes .depoimento1 {

    background: transparent;

}



#depoimentos {
    background-color: rgb(241, 237, 230);
    margin-top: 5em;
}

#depoimentos span {
    text-transform: uppercase;
    color: var(--main-color);
    background-color: var(--second-color);
    padding: 0.3em 3em;
    font-weight: 600;
    border-radius: 8px;
    font-size: 12px;
}

.form-control {
    border-radius: 8px;
    padding: 0.5em 0.75rem;
}

.contato form {
    margin-top: 2em;
}

.absolute-footer {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.absolute-footer a {
    background-color: #25D366;
    border-radius: 30px;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    color: #fff;
    text-align: right;
    float: right;
}

#depoimentos h2 {
    color: var(--text-color);
    font-weight: bold;
    margin-top: 0.5em;
    font-size: 22px;
    margin-bottom: 0.5em;
}

#depoimentos .container {
    padding: 2em;
}


.swiper {
    width: 100%;
    height: 100%;
    z-index: 0 !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-flex {
    display: flex;
    align-items: center;
}

.icon-flex p {
    padding: 1em;
    font-size: 16px;
    font-weight: bold;
    color: var(--text-color-secondary);
}


#servicos {
    background-color: var(--fourth-color);
    padding: 4em;
}

.servicos span {
    font-size: 12px;
    font-weight: 600;
    color: var(--main-color);
    background-color: var(--third-color);
    padding: 0.3em 4em;
    border-radius: 20px;
    margin-bottom: 1em;
}


.servicos h2 {
    color: var(--text-color-secondary);
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.servico-p {
    font-weight: bold;
}

.btn-servicos {
    margin-bottom: 3em;
}

.servicos p {
    color: var(--text-color-secondary);
    margin-top: 1em;
    margin-bottom: 2em;
}

.servicos a {
    z-index: 11;
    background-color: var(--main-color);
    font-family: "Montserrat";
    height: auto;
    width: auto;
    color: var(--text-color);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    border-radius: 5px;
    max-height: none;
    max-width: none;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 14px;
    margin: 1em 0px;
    padding: 9px 35px;
    border-radius: 20px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-color: rgb(255, 255, 255);
    border-style: none;
    filter: brightness(100%);
    color: #fff;
    transition: background-color 0.5s ease-out 100ms;
}

.servicos-info {
    display: flex;
    align-items: center;
}

.servicos-info p {
    padding: 0 1em;
    color: var(--text-color-secondary);
    margin-bottom: 1em;
}

.servicos .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.servicos i {
    font-size: 2em;
    color: var(--main-color);
}

.qualidade {
    background-color: var(--main-color);
}

.qualidade h2 {
    color: var(--text-color);
    font-weight: bold;
    margin-bottom: 1em;
}

.qualidade p {
    color: var(--text-color);
    margin-bottom: 2em;
}

.qualidade a {
    z-index: 11;
    background-color: var(--text-color);
    font-family: "Montserrat";
    height: auto;
    width: auto;
    color: var(--main-color) !important;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    border-radius: 5px;
    max-height: none;
    max-width: none;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 14px;
    margin: 1em 0px;
    padding: 9px 35px;
    border-radius: 20px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-color: rgb(255, 255, 255);
    border-style: none;
    filter: brightness(100%);
    color: #fff;
    transition: background-color 0.5s ease-out 100ms;
}

.btn-qualidade {
    margin-bottom: 1.5em;
}

#terceirizacao span {
    font-size: 12px;
    font-weight: 600;
    color: var(--main-color);
    background-color: var(--third-color);
    padding: 0.5em 4em;
    border-radius: 20px;
    margin-bottom: 1em;
}

#terceirizacao h2 {
    color: var(--text-color-secondary);
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.terceirizacao-text {
    color: var(--text-color-secondary);
    margin-top: 1em;
    margin-bottom: 2em;
}

.terceirizacao-text1 {
    color: var(--text-color-secondary);
    margin-top: 1em;
    margin-bottom: 2em;
}

.terceirizacao-text2 {
    color: var(--text-color-secondary);
    margin-top: 1em;
    margin-bottom: 2em;
    font-weight: bold;
}

#terceirizacao {
    background-color: var(--fourth-color);
    padding: 5em;
}

#terceirizacao .row {
    display: flex;
    align-items: center;
}


#empresa {
    background-color: #F1EDE6;
    padding-bottom: 2em;
}

#depoimentos .btn-primary {
    background: #322c51;
    border: 0;
    font-size: 12px;
    color: #fff;
}

.fotos .col-md-2 {
    padding: 0;
}

/* .fotos a:hover img {
    filter: grayscale(0);
}

.fotos .col-md-2 img {
    filter: grayscale(100);
} */
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    display: none!important;
}

.fotos span {
    text-transform: uppercase;
    color: var(--main-color);
    background-color: var(--second-color);
    padding: 0.3em 4em;
    font-weight: 600;
    border-radius: 8px;
    font-size: 12px;
}

.fotos h2 {
    color: var(--text-color);
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#time {
    padding: 2em 0;
}

#time span {
    text-transform: uppercase;
    color: var(--main-color);
    background-color: var(--second-color);
    padding: 0.3em 4em;
    font-weight: 600;
    border-radius: 8px;
    font-size: 12px;
}

.galery-time img{
    border-radius: 10px;
}
#time h2 {
    color: var(--text-color);
    font-weight: bold;
    margin-top: 0.5em;
    font-size: 22px;
    margin-bottom: 0.5em;
}

.clientes-empresas {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.clientes span {
    font-size: 12px;
    font-weight: 600;
    color: var(--main-color);
    background-color: var(--third-color);
    padding: 0.1em 1em;
    border-radius: 20px;
    max-width: 200px;
    text-align: center;
    margin-bottom: 1em;
}


.clientes h2 {
    color: var(--text-color-secondary);
    font-weight: bold;
    margin-top: 0.5em;
    text-align: center;
    margin-bottom: 1em;
    max-width: 900px;
    margin: 0.2em auto 1.5em;
}

.clientes .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.clientes {
    margin-top: 30em;
}

.contato {
    background-color: rgb(241, 237, 230);
}

.contato span {
    text-transform: uppercase;
    color: var(--main-color);
    background-color: var(--second-color);
    padding: 0.3em 4em;
    font-weight: 600;
    border-radius: 8px;
    font-size: 12px;
}
.align-center {
    align-items: center;
}
.contato h2 {
    color: var(--text-color);
    font-weight: bold;
font-size: 22px;
    margin-bottom: 0.5em;

}

.contato .contato-btn a {
    text-transform: uppercase;
    color: var(--text-color-secondary);
    background-color: var(--main-color);
    padding: 0.6em 3em;
    font-weight: 600;
    border-radius: 8px;
}

.contato a {
    color: var(--main-color);
}

.icon {
    display: flex;
}

.info-blumenau p {
    color: var(--main-color);
    font-weight: 500;
}

.info-itajai p {
    color: var(--main-color);
    font-weight: 500;
}

.icon i {
    font-size: 30px;
    padding: 0 0.5em 0 0em;
    color: var(--main-color);
}

.icon p {
    color: var(--main-color);
    font-size: 20px;
    font-weight: bold;
}

.contato-redes i {
    font-size: 25px;
    color: var(--main-color);
    padding: 0 0.5em 0 0;
}

.contato-btn {
    display: flex;
    justify-content: end;
}


.footer-icon {
    display: flex;
}


.footer-contato {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.footer-logo {
    margin-bottom: 1.5em;
}

.footer-text {
    color: var(--text-color);
    margin-bottom: 1.5em;
}

.footer-icon-img {
    padding: 0 1em;
}

.footer-icon-img1 {
    padding-right: 1em;
}

.footer-contato span {
    color: var(--text-color);
    font-size: 18px;
    font-weight: bold;
}


#servicos-list p {
    font-size: 12px;
    color: var(--text-color-terciary);
}

#servicos-list a {
    background-color: var(--main-color);
    font-family: "Montserrat";
    text-transform: uppercase;
    color: var(--text-color);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 2em;
    padding: 11px 60px;
    border-radius: 3px;
    border-color: rgb(255, 255, 255);
    border-style: none;
    color: #fff;
    width: 100%;
    transition: background-color 0.5s ease-out 100ms
}

#servicos-list a:hover {
    background-color: #3160B0;
}

.servicos-card {
    border-radius: 10px;
}

#servicos-list h2 span {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 800;
    padding: 0;
    margin-top: 1em;
    background-image: linear-gradient(to top, rgba(248, 211, 68, 1), rgba(248, 211, 68, 1));
    margin: 0 -12px;
    padding: 0 12px;
    display: inline;
    background-size: 100% 0.421em;
    background-position: 0% 70%;
    text-transform: uppercase;
}

.images {
    flex-wrap: wrap;
    display: flex;
    padding: 0;
}

.images img {
    width: 100%;
}

.galeria h2 span {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
    background-image: linear-gradient(to top, rgba(248, 211, 68, 1), rgba(248, 211, 68, 1));
    margin: 0 -12px;
    padding: 0 12px;
    display: inline;
    background-size: 100% 0.421em;
    background-position: 0% 70%;
    text-transform: uppercase;
}

.galeria h2 {
    margin-bottom: 10px;
}

.galeria p {
    color: var(--main-color);
    font-size: 16px;
}

.galeria {
    margin-top: 8em;
}


.images .col-md-2 {
    padding: 0;
}

.has-sub {
    position: relative;
}

ul.sub-has {
    display: none;
    background: var(--main-color);
    position: absolute;
    left: 50%;
    border-radius: 0px 0px 12px 12px;
    padding: 7px 0px;
    margin-top: 0px;
    transform: translate(-50%, 0);
    border-top: 1px #fff solid;

}

.has-sub:hover ul.sub-has {
    display: block !important;
}


.sub-a {
    color: var(--text-color) !important;
    text-decoration: none !important;
    padding: 5px 20px;
    display: block;
    font-weight: 600 !important;
    border-bottom: 1px #fff solid;
}



.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}