@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
    --main-color: #64273D;
    --second-color: #D2AE6D;
    --third-color: #BD3841;
    --text-color: #797979;
    --text-color-def: #fff;

    --font-family: 'Inter', sans-serif;
}

body {
    color: var(--text-color);
    font: 14px/2em var(--font-family);
}

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: 14px/2em var(--font-family);
    margin: .25em 0;
    text-transform: uppercase
}

h2 {
    font: 14px/2em var(--font-family);
    margin-bottom: 1.5em
}

h3 {
    font: 14px/2em var(--font-family);
    margin: 2em 0 1em
}

h4 {
    font: 14px/2em var(--font-family);
    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;
}


#topo p span {
    font-size: 20px;
    font-weight: bold;
}

span.small-title {
    color: #858585;
    font-size: 12px;
}

h2.heading {

    color: #000;
    font-size: 20px;
    line-height: normal;
    font-family: var(--font-destaque);
    font-weight: bold;
    padding-bottom: 1.5em;
    text-align: left;
    margin-bottom: 0px;

}

h2.heading span {
    color: var(--main-color);
    font-weight: bold;
}


.spacer {
    padding: 3em 0;
    display: flex;
    justify-content: center;
}



.chame-agora a p {
    margin-bottom: 0px;
}

#home {
    margin-top: 0em;
    position: relative;
    background: #000;
}

label {
    color: var(--text-color);
}



.footer {
    background-color: var(--main-color);
    padding: 0.7em 0 0.3em;
}

.footer p {
    color: #fff;
    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 {

    z-index: 9;
    transition: all 0.2s ease-in-out;
    padding: 0;
    width: 100%;
    background: var(--fundo) !important;
    transition-property: background-color, color;
    transition-duration: 0.5s;
}

.info-header {
    display: flex;
    align-items: center;
    padding: 0 1em;
}

.info-header a {
    color: #fff;
}

.info-header p {
    color: var(--text-color-secondary);
    font-size: 13px;
    margin-bottom: 0;
}

.info-header i {
    font-size: 20px;
    color: var(--text-color-secondary);
    padding: 0 10px;
}



.header-info {
    display: flex;
    align-items: center;
}

.header-dados {
    background-color: var(--main-color);
    padding: 0.3em;
}

.header-dados .row {
    display: flex;
    align-items: center;
}

header.interno {
    background: #fff;
    padding-top: 1px;
    border-bottom: 1px solid #e8e8e8;
}

header.interno .logo img {
    max-width: 100px!important;
}
header.interno  ul li a{
    font-size: 14px!important;
    color: var(--main-color)!important;
}
header {
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: transparent;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* header.interno{

    background-color: #d2ae6d5e;

} */



header.menu-fixo {
    background: #fff;
    padding-top: 1px;
    border-bottom: 1px solid #e8e8e8;
}

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;
}


.logo {
    display: flex;
    justify-content: center;
}

.default-btn {
    background-color: #ffffff;
    display: table;
    border-radius: 3px;
    padding: 0.7em 1.5em;
    color: var(--main-color);
    font-weight: bold;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    transition: transform .2s;
    margin: 2em auto;
    background-color: #ffffff;
    display: table;
    border-radius: 3px;
    padding: 0.7em 1.5em;
    color: var(--main-color);
    font-weight: bold;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    transition: transform .2s;
    margin: 2em auto;
}



.servicos-individuais a img {
    transition: transform .2s;
}

.servicos-individuais a:hover img {
    transform: scale(1.2);
}

.servicos-individuais a:hover .nome-servicos img {
    transform: none;
}

.default-btn:hover {
    background-color: #5f0f30;
    color: #fff;
}

#topo a.logo {
    float: left;
}

#topo a.logo img {
    max-width: 150px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}


@keyframes animate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



#topo.menu-fixo a.logo img {
    max-width: 100px;
}



.menu-align {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5em;
}

#topo ul li:first-child a:before {
    content: none;
}

#topo a {
    color: #fff;
    margin-left: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

#topo a.social-icons:before {
    content: none;
}

#topo a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    margin: -10px 0;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}

#topo a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

#topo a.social-icons {
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    color: var(--main-color);
    line-height: 38px;
}

#topo a span {
    color: var(--text-color);
    margin-right: 15px;
}

.absolute-center-home {
    position: absolute;
    top: 65%;
    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 .row {
    display: flex;
    align-items: center;
}

.banner-text {

    display: block;
    margin: 0 auto;
}

.absolute-center-home p {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    margin-top: 1em;
    text-align: left;
}

.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;
}

#topo .menu-links ul li a:hover {
    color: #ffadad;
}

@keyframes go-back {
    from {
        transform: translateY(30px);
    }

    to {
        transform: translateY(20px);
    }
}

.menu-icons ul li {
    padding-left: 10px;
}

#topo .list-group-item {
    border: 0px;
    background-color: transparent;
    padding-left: 2em;
    padding-right: 0;
}

#topo .list-group-item .svg-inline--fa {
    font-size: 20px;
    vertical-align: middle;
    transition: transform .2s;
}


#topo .list-group-item a:hover .svg-inline--fa {
    transform: scale(1.2);
}

.align-wpp {
    height: 100%;
    align-items: center;
}

.wpp-btn-default {
    background-color: #25D366;
    display: inline-block;
    border-radius: 8px;
    padding: 0.7em 1em;

    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.wpp-btn-default:hover {
    color: #fff;
    background-color: #009688;
}

.wpp-btn-default img {
    margin-right: 5px;
}

#topo ul {
    height: 100%;
    align-items: center;
}


.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;

}

#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;
} */



.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;
} */

.slick-prev:before,
.slick-next:before {
    color: #00aecf;
}

.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: -100px;
    position: relative;
}

.sheet-menu {
    background-color: #ffffff;
}

.sheet-menu-1 {
    background-color: var(--fundo);
}

.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: var(--fundo);
    transition: all 0.2s ease-in-out;
    transition-property: background-color, color;
    transition-duration: 0.5s;
}




.info-text p,
.info-text p a {
    color: var(--text-color-secondary);
    font-size: 16px;
    text-align: start;
}


.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;
}




.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: 1em;
    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 {
    background: #fff;
    margin-bottom: 2em;
    display: block;
    padding-bottom: 1em;

}

.depoimentos-clientes .depoimento1 {

    background: var(--text-color-secondary);

}

.depoimentos-clientes img {
    width: 450px;
}

#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;
}

.align-center {
    align-items: center;
}

.absolute-footer {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 2;
}

.absolute-footer a {}

#depoimentos h2 {
    color: var(--text-color);
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.menu-fixo .menu-links {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
}

#depoimentos .container {
    padding: 2em;
}


.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: 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: 0em;
}

.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);
    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;

}

.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);
    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;

}

.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;
}

.fotos .col-md-2 {
    padding: 0;
}

.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;
}

#time h2 {
    color: var(--text-color);
    font-weight: bold;
    margin-top: 0.5em;
    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;
}


.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;
}




.footer-icon {
    display: flex;
}

.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;
}



#servicos-list p {
    font-size: 12px;
    color: var(--text-color-terciary);
}

#servicos-list a {
    background-color: var(--main-color);
    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 p {
    color: var(--text-color);
    font-size: 14px;
}

.galeria p b {
    color: var(--main-color);
}


.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;
}


/* KIDNEY */

.info-menu {
    display: flex;
    place-content: flex-end;
}

.icon-menu {
    justify-content: center;
    align-items: center;
    text-align: center;
}


.info-menu-icon {
    color: var(--second-color);
    align-self: center;
}

.info-menu-icon i {
    padding: 0 10px;
    font-size: 35px;
}


.phone-menu {
    margin-bottom: 0;
    color: var(--main-color);
    font-size: 26px;
}

.menu-agende {
    color: var(--second-color);
    font-size: 16px;
}



.sobre {
    display: flex;
    padding-top: 2em;
    padding-bottom: 2em;
}

.about-text {
    color: var(--text-color-secondary);
    font-size: 14px;
}

.sobre-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sobre-logo {
    justify-content: center;
    object-fit: none;
}

.texto.subtitle {
    color: #424242;
    margin-bottom: 1em;
}

.texto {
    color: var(--text-color);
    font-size: 14px;
    font-family: var(--font-family);
    line-height: 2em;
}

span.btn-sobre {
    width: fit-content;
    background-color: #fff;
    padding: 0.5em 3em;
    border-radius: 8px;
    display: inline-flex;
    margin-top: 1em;
    color: var(--second-color);
    text-align: center;
    justify-content: center;
}

.coks-acepts {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.coks-acepts .alert-warning {
    padding: 1rem 2rem;
    background-color: #fff;
}

span.btn-sobre:hover {
    background-color: var(--third-color);
    color: #fff;
}

footer {
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    padding: 1em;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    display: block;
    border: 0px;
    margin-bottom: 10px;
    background-color: #E1CCCC;
}

.carousel-indicators .active {
    background-color: var(--main-color);
}


a.btn-sobre {
    background-color: var(--second-color);
    padding: 0.5em 3em;
    border-radius: 8px;
    display: inline-flex;
    margin-top: 1em;
    color: var(--text-color-secondary);
    text-align: center;
    justify-content: center;
}

a.btn-sobre:hover {
    background-color: var(--third-color);
}

.noticias-blog .principal-img {
    border-radius: 8px 0px 0px 8px;
    height: 100%;
    object-fit: cover;
}

.texto.dicast {
    color: #fff;
    height: 85px;
    overflow: hidden;
}

.card-dica {
    position: relative;
    background: #000;
    border-radius: 8px;
}

.card-dica img {
    opacity: 0.2;
}

.card-dica span.title {
    color: var(--text-color-secondary);

    font-size: 20px;
}

.card-dica p {
    color: var(--text-color-secondary);
    max-width: 315px;
    line-height: 1;
    font-size: 16px;

}

.btn-dica {
    bottom: 25px;
    background-color: var(--text-color-secondary);
    width: 249px;
    padding: 0.3em;
    border-radius: 8px;
    margin-top: 1em;
}

.btn-dica a {
    color: var(--second-color);
    justify-content: center;
    display: flex;
}


.card-dica-group {
    position: absolute;
    bottom: 2em;
    left: 2em;
    right: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#dicas {
    background-color: var(--fundo);

}

.card-dica2 {
    display: flex;
}

.card-text {
    background-color: var(--second-color);
    border-radius: 0 8px 8px 0;
    padding: 1em 3em;
    width: 100%;
}

.card-text2 {
    background-color: var(--third-color);
    border-radius: 0 8px 8px 0;
    padding: 1em 3em;
}

.noticias-blog span.title {
    color: #fff;
    font-size: 20px;
}

.noticias-blog:nth-child(odd) .absolute-blog {
    background-color: var(--second-color);
    border-radius: 50px;
}

.noticias-blog .absolute-blog {
    width: 80px;
    line-height: 80px;
    height: 80px;
    padding: 10px;
}

.noticias-blog:nth-child(odd) .absolute-blog img.coruja-dica1 {
    display: none;
}

.noticias-blog:nth-child(odd) .absolute-blog img.coruja-dica2 {
    display: block;
}

.noticias-blog:nth-child(even) .absolute-blog img.coruja-dica2 {
    display: none;
}


.noticias-blog:nth-child(even) .absolute-blog img.coruja-dica1 {
    display: block;


}



.noticias-blog:nth-child(even) .absolute-blog {
    background-color: var(--third-color);
    border-radius: 50px;
}

.noticias-blog:nth-child(even) .card-text {
    background-color: var(--third-color);
}

.noticias-blog:nth-child(even) span.btn-sobre {
    color: var(--third-color);
}

.noticias-blog:nth-child(odd) span.btn-sobre:hover,
.noticias-blog:nth-child(odd):hover span.btn-sobre {
    background-color: var(--third-color);
    color: #fff;
}

.noticias-blog:nth-child(even) span.btn-sobre:hover,
.noticias-blog:nth-child(even):hover span.btn-sobre {
    background-color: var(--second-color);
    color: #fff;
}

.card-text p {
    font-size: 16px;
    color: var(--text-color-secondary);

}

.card-text2 span {
    font-size: 20px;
    color: var(--text-color-secondary);

}

.card-text2 p {
    font-size: 16px;
    color: var(--text-color-secondary);

}

.dica-btn {
    bottom: 25px;
    background-color: var(--text-color-secondary);
    width: 249px;
    padding: 0.3em;
    border-radius: 8px;
    margin-top: 1em;
}

.dica-btn a {
    color: var(--second-color);
    display: flex;
    justify-content: center;
}



#topo.menu-fixo .menu-agende {
    font-size: 13px;
}

#topo.menu-fixo .phone-menu {
    font-size: 21px;
}

#topo.menu-fixo ul li a {
    font-size: 14px;
    color: var(--main-color);
}

#topo.menu-fixo ul li a:before {
    background-color: var(--main-color);
}

/* .about img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;

} */


.socials-absolute li {
    background: transparent;
    border: 0;
    padding: 0em;
}

.socials-absolute a {

    color: #fff;
    margin: 0 10px;
    font-size: 24px;
}

.socials-absolute li a img {
    filter: brightness(11);
}


.align-self-center {
    align-self: center;
}

.card-dicas:hover>span.btn-sobre {
    background-color: var(--third-color);
    color: #fff;
}

.noticias-blog .card-text {
    height: 100%;
    position: relative;
}

.absolute-blog {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.noticias-blog {
    margin-bottom: 1em;
}

.absolute-center-home {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.btn-banner {
    text-align: left;
    margin-top: 2em;
}

.absolute-center-home h2 {
    color: var(--main-color);
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2em;
    text-align: left;
    max-width: 500px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0px;
}


.absolute-center-home h2 span {
    background: var(--main-color);
    color: #fff;
    padding: 10px;
    display: inline-block;
}

.btn-banner a:hover {
    background-color: #4c9aa9;
}

.btn-banner a.wpp-btn-default {
    background-color: #25D366;
    display: inline-block;
    border-radius: 8px;
    padding: 0.7em 1em;

    color: #fff;
    font-weight: bold;
    border-color: #25D366;
    align-items: center;
    margin-left: 0;
}

.btn-banner a.wpp-btn-default:hover {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
}

.img-banner {
    width: 100%;
}

.info-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-phone {
    display: flex;
    align-items: center;
}

.banner-phone i {
    padding: 0 0.5em;
    font-size: 22px;
    color: var(--second-color);
}

.banner-location i {
    padding: 0 0.5em;
    font-size: 22px;
    color: var(--second-color);
}

.banner-location {
    display: flex;
    align-items: center;
}

.btn-banner a {
    background-color: transparent;
    display: inline-block;
    border-radius: 8px;
    padding: 0.7em 1em;

    color: #fff;
    font-weight: bold;
    color: #8a4546;
    border: 2px solid #8a4546;
    /* display: flex; */
    align-items: center;

}

.btn-banner a:hover {
    background-color: var(--main-color);
    color: #fff;

}


.comercializado {
    background-image: url('../../images/banner-23-banner1-2d790426.png');
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    padding: 5em;
    background-repeat: no-repeat;
    background-size: cover;
}

.comercializado h2 {
    text-align: center;
    justify-content: center;
    color: var(--text-color-secondary);
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.comercializado p {
    text-align: center;
    justify-content: center;
    color: var(--text-color-secondary);
    font-size: 20px;
}


.produtos-list {
    background-color: var(--text-color-secondary);
    margin: 0.5em;
    padding: 2em;
    border-radius: 8px;
    border: 1px solid #DEE2E6;
    border-left: 8px solid var(--main-color);
}

.list-produtos1 h2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 0.5em;
}

.list-produtos1 p {
    color: #A1A7A0;
    font-size: 14px;
}

.list-produtos1 {
    margin: 0 1em;
}

.descaracterizacao h2 {
    color: var(--text-color);
    font-size: 35px;
    font-weight: 640;
    margin-bottom: 0.7em;
    max-width: 400px;
    line-height: 37px;
}

.descaracterizacao p {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 3em;
}

.btn-descart {
    padding: 0.7em;
    background-color: var(--main-color);
    border-radius: 8px;
    width: 501px;
    justify-content: center;
    display: flex;

}

.btn-descart:hover {
    background-color: #12442f;
    ;
}


.btn-descart a {
    color: var(--text-color-secondary);
    font-weight: 600;
    text-align: center;
}


.descaracterizacao {
    background-color: var(--fundo);
    padding: 2em;
}

.descaracterizacao .row {
    display: flex;
    align-items: center;
}



#produtos {
    background-color: var(--fundo);
}



.card2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../images/Design sem nome (73).png");
    margin: 1em;
    height: 292px;
}

.card3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../images/Design sem nome (74).png");
    margin: 1em;
    height: 292px;
}

.card4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../images/Design sem nome (75).png");
    margin: 1em;
    height: 292px;
}



#blog-button {
    background-color: var(--fundo);
    padding: 5em;
}

#blog-button span {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 700;
}

.blog-title {
    color: var(--text-color);
    font-size: 35px;
    margin-top: 0.5em;
    font-weight: 640;
    margin-bottom: 0.7em;
    max-width: 500px;
}

.blog-card h2 {
    font-size: 20px;
    color: var(--text-color-secondary);
}

.blog-card p {
    background: var(--main-color);
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: var(--text-color-secondary);
    font-weight: 700;
    padding: 3px 10px;
}

.blog-card hr {
    background-color: var(--text-color-secondary);
}


.btn-blog a {
    padding: 0.7em 4em;
    background-color: var(--main-color);
    border-radius: 8px;
    display: table;
    margin: 30px auto;
    margin-bottom: 3em;
    color: var(--text-color-secondary);
    font-weight: 600;
    text-align: center;

}

.btn-blog a:hover {
    background-color: #12442f;
}


.title-unidade {
    color: var(--main-color);
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    padding: 0 1em;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--main-color) !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.absolute-noticias {
    position: absolute;
    top: 70%;
    left: 0;
    transform: translate(0%, -50%);
    padding: 1em;
}

.body-card img {
    width: 100%;
}



.menu-unico {
    background-color: var(--main-color);
    padding: 1em;
    border-radius: 3px;
    color: var(--text-color);
    font-weight: bold;
}


.missao {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    margin-top: 3em;
}

#empresa {
    background-color: #F3ECED;
}

.missao-text1 {
    color: var(--second-color);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.btns-about {
    display: flex;
}


.btn-about-catalogo {
    background-color: var(--second-color);
    padding: 0 2em;
    align-items: center;
    display: flex;
    border-radius: 3px;

}

.btn-about-catalogo:hover {
    background-color: #4d829b;
}

.btn-about-catalogo a {
    color: var(--text-color);
    font-weight: bold;
}

.btn-about-orcamento {
    background-color: var(--third-color);
    margin: 0 1em;
    padding: 0.5em 2.6em;
    border-radius: 3px;

}


.btn-about-orcamento:hover {
    background-color: #61b95a;
}

.btn-about-orcamento a {
    color: var(--text-color);
    font-weight: bold;
}


.solucoes-title {
    background-color: var(--second-color);
    padding: 1.5em;
}

.solucoes-text {
    color: var(--second-color);
    font-weight: bold;
    font-size: 20px;
    height: 50px;
    padding: 10px 2em;
    text-align: center;
    line-height: initial;
}

.solucoes-paragra {
    font-size: 14px;
    text-align: center;
    color: #777777;
    height: 80px;
}

.solucoes-title h2 {
    font-size: 35px;
    color: var(--text-color);
    font-weight: bold;
    margin-bottom: 0;
}

.solucoes {
    background-color: #F2F2F2;
}

.solucoes-title p {
    font-size: 18px;
    color: var(--text-color);
}

.card-solucao {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15em;
}

.card-produto {
    padding: 1em;
    height: 250px;
    background-color: var(--text-color);
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}


.btn-solucoes a:hover {
    background-color: #4d829b;
}

.btn-solucoes a {
    width: 200px;
    background-color: var(--second-color);
    padding: 0.5em;
    text-align: center;
    align-items: center;
    justify-content: center;

    color: var(--text-color);
    text-align: center;
    font-weight: bold;
    display: block;
    border-radius: 3px;
}

.card-produto img {
    position: absolute;
    bottom: 85%;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}

.card-segmentos {
    display: flex;
    justify-content: space-between;
}

.card-segmentos1 {
    background-color: var(--text-color);
    width: 30%;
    padding: 2em;
    border-radius: 20px;
}

.card-segmentos2 {
    background-color: var(--text-color);
    width: 33.3%;
    padding: 2em;
    border-radius: 20px;
}


.card-segmentos3 {
    background-color: var(--text-color);
    width: 33.3%;
    padding: 2em;
    border-radius: 20px;
}

.segmento-info {
    display: flex;
}


#segmentos {
    background-color: #F2F2F2;
}

#segmentos h2 {
    color: var(--second-color);
    font-weight: bold;
    font-size: 24px;
}

.segmento-info i {
    padding: 0 0.5em;
    color: var(--second-color);
}

.contato {
    background-color: #fff;
}

.contato-info {
    display: flex;
    align-items: center;
}

.contato-text {
    margin-bottom: 0;
    color: var(--text-color);
    font-size: 12px;
}

.contato-text1 {
    margin-bottom: 0;
    color: var(--text-color);
    font-size: 18px;
    font-weight: bold;
}

.contato-text1 a {
    color: #fff;
}

.contato-info i {
    font-size: 25px;
    color: var(--text-color);
    padding: 0 0.5em;
}

.contato-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.btn-contato:hover {
    background-color: #4c9aa9;
}

.btn-contato a {
    background-color: var(--main-color);
    width: 220px;
    height: 47px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--text-color);
    font-weight: 600;
    font-size: 18px;
}

.conteudo {
    padding-top: 10em;
    min-height: 100vh;
    padding-bottom: 3em;
}

.infos-work {
    background: #00aecf;
    text-align: center;
    color: #fff;
}

.infos-work ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.infos-work ul li {
    margin: 10px 0;
    line-height: initial;
}

#empresa ul {
    margin: 0;
    padding-left: 2rem;
}

#empresa ul li {
    list-style: initial;
    margin-bottom: 1em;
}

.menu-links {
    background-color: var(--main-color);
    margin-top: 10px;
}

#servicos .tab-content {
    border: 1px solid var(--main-color);
    padding: 2em;
    border-radius: 0 0 8px 8px;
}

#servicos .tab-content h4 {
    font-weight: bold;
    color: var(--text-color);
    font-size: 16px;
    margin-bottom: 5px;
}

#servicos .tab-content .individual {
    margin-bottom: 2em;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fff;
    border-color: #8a4546;
    background: #8a4546;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0px;
}

.nav-tabs .nav-link {
    border-color: #8a4546;
    color: #8a4546;
    margin-right: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0px;
}

.galeria {
    background-color: #F3ECED;
    padding: 2em 0;
}

.galeria .legend {
    background-color: var(--main-color);
    color: #fff;
    display: block;
    border-radius: 0px 0px 8px 8px;
    padding: 1em 2em;
    font-weight: bold;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.slick-slide img {
    border-radius: 3px;
}

.slick-prev:before,
.slick-next:before {
    color: var(--main-color);
}

.contato ul li {
    margin-bottom: 1em;
}

.mapa {
    height: 100%;
}

.contato .svg-inline--fa {
    color: var(--main-color);
    vertical-align: bottom;
    margin-right: 10px;
}

.contato a {
    color: var(--text-color);
    font-size: 16px;
    font-weight: bold;
}

.absolut-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.absolut-left img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.absolut-left h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--text-color-def);
}

.absolut-left h1 span {
    font-size: 75px;
    font-weight: bold;
    display: block;
}

.absolut-left h2 {
    color: var(--main-color);
    font-family: var(--font-destaque);
    font-size: 80px;
    line-height: 0.7em;
    margin-bottom: 0px;
}

header#topo a .logo {
    background: #FDF2EC;
    display: block;
    padding: 1.5em;
    border-radius: 0px 0px 50px 50px;
    margin-bottom: -30px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 46%;
    left: auto;
    z-index: 2;
    display: block;
    justify-content: center;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 0rem;
    margin-left: 0;
    list-style: none;
}

.links-acesso {
    padding-top: 3em;
}

.links-acesso a {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.links-acesso a img {
    transition: transform .2s;
}

.links-acesso a:hover .img-zoom img {
    transform: scale(1.2);
}

.links-acesso a .absolute-text-link {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fbe5e7e0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5em 10em 5em 5em;

}

.absolute-text-link p {
    color: var(--text-color);
}

h3.head {
    color: var(--main-color);
    font-size: 35px;
    line-height: normal;
    font-family: var(--font-destaque);
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

#pedido .default-btn {
    display: table;
    width: fit-content;
}




.servicos-individuais {
    padding-top: 0.5em;
}

.servicos-individuais a {
    display: block;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

.servicos-individuais a:hover span {
    background: #d2ae6d;
}

.servicos-individuais a span {
    position: absolute;
    bottom: 25px;
    z-index: 1;
    left: 25px;
    background: var(--main-color);
    padding: 10px;
    color: #fff;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
}

.servicos-individuais a span img {
    margin-right: 10px;
}

#orcamento {
    background-color: var(--main-color);
    padding: 3em 0px;
}

#orcamento h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: normal;
    font-family: var(--font-destaque);
    text-align: left;
    margin-bottom: 0px;
}

#orcamento h2 img {
    vertical-align: sub;
}

#orcamento p {
    margin-bottom: 0px;
    color: #fff;
}

#orcamento .default-btn {
    background: #fff;
    margin-top: 0px;
    text-align: center;
    float: right;
    color: var(--main-color);
}

.default-btn.primary {
    background-color: var(--main-color);
    color: #fff;
}

.default-btn.primary:hover {
    background-color: var(--second-color);
}

#orcamento .default-btn:hover {
    background-color: #5f0f30;
    color: #fff;
}

.contato .form-orcamento {
    margin-top: 3em;
}


@keyframes loading {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}


.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;

}


.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);

    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;

    width: 16px;
    height: 16px;
}


.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-delay: .3s;
    animation-direction: alternate;


    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;

    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}




.btn-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.btn-wp {
    position: relative;
    margin: 20px auto;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 18px;
    color: white;
    transition-property: width;
    transition-duration: .2s;
}

.btn-wp:hover {
    width: 200px;
    background: #29a71a;
}

.btn-wp:hover .share-label {
    top: -7px;
    left: 10px;
    opacity: 1;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: .1s;
}

.share-label {

    opacity: 0;
    position: relative;
}

.share-label span {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.share-icon {
    position: absolute;
    top: 0px;
    left: 0px;
}

.btn-wp i {
    font-size: 34px;
}

.keep-reading {
    color: #64273d;
    font-weight: bold;
}

.noticias h2 {
    color: var(--main-color);
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: initial;
    margin-bottom: 5px;
}

.noticias p {
    color: #777;
}

.noticias .text-not {
    padding: 1em;
}

#visitas {
    background-image: url(../../images/bg-vantagens.png);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 10em;
    position: relative;
}

#visitas h2.heading {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 40%;
    margin: 0 auto;
    padding-bottom: 1em;

}

#carouselBanners video {
    width: 100%;
    opacity: 0.3;
}

#visitas p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 40%;
    margin: 0 auto;
}

.scroll-down {
    display: none;
}

.time-blog {
    background: #64273d;
    color: #fff;
    padding: 0.5em 1em;
    position: absolute;
    top: 10px;
    font-size: 12px;
    font-weight: 500;
    left: 10px;
    border-radius: 8px;
}

.conteudo.interno {
    padding-top: 11em;
}

.bg-servicos-filter {
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    background-size: cover;
}

.bg-servicos-filter::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(43, 80, 142, 0.5);
    opacity: 1;
}