@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

:root {
    --main-color: #01A7C0;
    --second-color: #2a353b;
    --third-color: #01CFC0;
    --text-color: #050606;
    --four-color: #00BC00;
    --fundo: #F5F5F5;

    --font-family: "Quicksand", sans-serif;
}

body {
    color: var(--text-color);
    font: 14px/2em var(--font-family);
    letter-spacing: .5px;
}

a:not([href]):hover {
    cursor: pointer;
}

p {
    color: var(--text-color);
}

.btn-default {
    padding: 0.5em 2em;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    background-color: #00BC00;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border-radius: 30px;
}

.btn-default .svg-inline--fa {
    margin-right: 10px;
}

.btn-default span {
    display: inline-block;
    vertical-align: super;
}

.btn-default:hover {
    background-color: var(--main-color);
    border: var(--main-color);
    color: #fff;
}

.btn-default.white {
    background-color: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.btn-default.white:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);

    color: #fff;
}

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: 16px;
    line-height: 1.7em;
    margin-bottom: .7em
}



.mobile-none {
    display: block;
}

.mobile-only {
    display: none;
}

@media (min-width: 1904px) {
    .container {
        max-width: 1185px !important;
    }
}



#topo p span {
    font-size: 20px;
    font-weight: bold;
}

span.small-title {
    color: #858585;
    font-size: 12px;
}

h2.heading {

    color: var(--main-color);
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    padding-bottom: 1em;

}

h2.heading span {
    color: var(--main-color);
    display: block;
    font-size: 44px;
}

h3.sub-heading {
    text-align: center;
    color: #585858;
    font-weight: 500;
    font-size: 14px;
    margin-top: 0;
}

p.title-heading {
    color: var(--text-color-def);

    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.spacer {
    padding: 3em 0;
}

.img-destaque-banner {
    object-fit: contain;
    width: 100%;
}

.default-button {
    background: var(--second-color);
    border-radius: 30px;
    padding: 1em 2em;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    display: table;
}

.default-button:hover {
    background: var(--main-color);
}

.chame-agora a p {
    margin-bottom: 0px;
}

#home .carousel-item {
    max-height: 100vh;
}

#home .absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 100%;

}

#home .absolute-center .box-banner-h1 {}

#home .absolute-center h1 {
    text-transform: none;

    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 2.6em;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    line-height: 1.08em;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#home .absolute-center h3 {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.556em;
    letter-spacing: 0.36px;
    color: #FFFFFF;
    margin-top: 0;
}


#home .absolute-center .btn-default {
    background-color: #01A7C0;
    font-family: "Poppins", Sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    padding: 17px 24px 17px 24px;
    float: left;
    margin-top: 4em;
}

#home {
    position: relative;
}

#home .carousel-item h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--main-color);
    width: 50%;
    line-height: normal;
}

#home .carousel-item .texto-banner {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

label {
    color: var(--text-color);
}



.footer {
    background-color: var(--second-color);
    padding: 0.7em 0 0.3em;
}

.footer p {
    color: #fff;
    font-weight: 600;
    text-align: center;
}


.header-dados .row {
    display: flex;
    align-items: center;
}

header {
    top: 0;
    z-index: 9;
    background-color: transparent;
    width: 100%;
    padding-top: 0px;
}

header .nav-itens .menu-float a {
    color: #fff;
    margin-left: 10px;
}

header .nav-itens .menu-float a.btn-default {
    color: #fff;
}


header .nav-itens .menu-float a.btn-default .svg-inline--fa {
    margin-left: 0px;
    margin-right: 10px;
}

header .nav-itens .menu-float a.btn-default:hover {
    color: var(--main-color);
}

header.menu-fixo {
    background-color: var(--main-color);
    border-bottom: 1px solid #e5e5e52e;
}


header.menu-fixo .fa-2x,
header .fa-2x {
    font-size: 26px;
    vertical-align: -webkit-baseline-middle;
    margin-right: 10px;
}

/* header.menu-fixo img {
    max-width: 50%;
} */

header.menu-interno {
    border-bottom: 1px solid #e5e5e5;
    background-color: var(--main-color);
}

.alert-warning {
    margin-bottom: 0px;
}


.logo {
    display: flex;
    justify-content: center;
}

.default-btn {
    background: #009251;
    color: #fff;
    padding: 0.5em 1.5em;
    border-radius: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}


.default-btn:hover {
    background-color: var(--second-color);
    color: #fff;
}






@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);
    }
}




.menu-align {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5em;
}


.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;
}



#topo .list-group-item {
    border: 0px;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0;
}

.align-wpp {
    height: 100%;
    align-items: center;
}


#topo ul {}

#topo ul li a {
    color: var(--second-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 2em;
    letter-spacing: 0.84px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 1em;
    margin-right: 2em;
}

#topo ul li a:hover {
    color: var(--fundo);
}

#topo ul li a.destaque {
    background-color: #01A7C0;
    display: block;
    padding-bottom: 0;
    padding: 0em;
    font-size: 23px;
    width: 50px;
    border-radius: 100%;
    height: 50px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    margin-left: 10px;
    margin-right: 0;
}

.whatsappme {
    background: #25d366;
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    padding: 15px;
    border-radius: 100%;
}

.whatsappme a {
    color: #fff;
}

.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;
}



/* .menu-button {
    top: -100px;
    position: relative;
} */


.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;
}

.no-padding {
    padding: 0;
}


.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 {}


.menu-fixo .menu-links {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
}

.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;
}






.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;
}



.coks-acepts {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.coks-acepts .alert-warning {
    padding: 1rem 2rem;
    background-color: #fff;
}


footer {
    background-color: var(--second-color);
    color: #fff;
    font-weight: normal;
    line-height: normal;
    font-size: 10px;
    padding: 1em;
}

footer a.link {
    text-align: center;
    display: block;
    color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    border: 0px;
    margin-bottom: 5px;
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: #6f687a;
}


#topo.menu-fixo .logo-top img {
    width: 20%;
    margin: 0 auto;
    display: block;
}

#topo.menu-fixo ul li a {
    font-size: 14px;
    color: var(--second-color);
}

#topo ul li a:hover {
    color: var(--second-color);
}

#topo.menu-fixo ul li a:hover {
    color: var(--second-color);
}


.align-self-center {
    align-self: center;
}

.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;
}




.form-control {
    background-color: #D8D8D8;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 0.889em;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0.32px;
    min-height: 59px;
    padding: 7px 20px;
    font-size: 14px;
}

.form-control:focus {
    background-color: #D8D8D8;
    border-color: var(--second-color);
    box-shadow: 0 0 0 .25rem rgb(8 42 93 / 39%);
}

.conteudo {
    padding-top: 5em;
    min-height: 100vh;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}



.slick-prev:before,
.slick-next:before {
    color: var(--main-color);
}

.contato ul li {
    margin-bottom: 1em;
}





#menu__toggle {
    opacity: 0;
}

/* 
.hamburger-menu {
    position: absolute;
} */

#menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
}

#menu__toggle:not(:checked) .menu__box {
    display: none;
}


.menu__btn {
    display: flex;
    align-items: center;
    position: fixed;


    left: 20px;
    top: 15px;
    width: 26px;
    height: auto;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;

    width: 100%;
    height: 2px;

    background-color: var(--main-color);

    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 80px 0;

    list-style: none;

    background-color: #ECEFF1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;

    color: #333 !important;

    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;

    text-decoration: none;

    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #CFD8DC;
}





.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: var(--main-color);
    position: absolute;
    height: 2px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu__toggle:checked+.menu__btn .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu__toggle:checked+.menu__btn .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu__toggle:checked+.menu__btn .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

.top-infos {
    background-color: var(--main-color);
    color: #fff;
}

.top-infos a {
    color: #fff;
    font-size: 12px;
}

#topo .nav-itens {
    position: relative;
    padding: 20px 0px 20px 0px;
}

.float-menu {
    background: var(--main-color);
    display: inline-block;
    padding: 10px 13px 15px 10px;
}

.float-menu .navbar-toggler {
    display: block;
}

.nav-itens {
    padding: 15px 0;
}

.nav-itens ul .list-group-item a {
    display: block;
    margin: 0px 15px;
    color: var(--text-color-def);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nav-itens ul .list-group-item a.selected {
    color: var(--main-color);
}

.nav-itens ul .list-group-item.contact a {
    background: #009251;
    color: #fff;
    padding: 0.5em 1.5em;
    border-radius: 30px;
}

.nav-itens ul .list-group-item a span.small {
    color: var(--text-color-def);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
}

.nav-itens ul .list-group-item a span.number {
    display: block;
    color: #009251;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#servicos {
    padding-top: 4em;
    padding-bottom: 0em;
}

#inspiracao {
    padding: 4em 0 0;
    background: #fff;
}

#empresa img {}



.infos-rodape {
    background-color: #DCE6ED;
    text-align: center;
    padding: 5em;
    display: block;
    position: relative;
    margin-top: 4em;
}

.infos-rodape .absolute-center-bottom {
    width: 70%;
    margin: 0 auto;
}

.infos-rodape h2 {
    font-size: 36px;
    color: var(--second-color);
    font-weight: bold;
    line-height: normal;
}

.infos-rodape h2 span {
    color: var(--main-color);
}

.infos-rodape h3 {
    color: var(--second-color);
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.infos-rodape img {
    max-width: 200px;
}

.infos-rodape ul {
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
}

.infos-rodape ul li a {
    background: var(--main-color);
    display: inline-block;
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    border-radius: 100%;
}

.infos-rodape ul li {
    margin: 0 5px;
}

.infos-rodape .round-infos {
    background-color: var(--second-color);
    border: 5px solid var(--main-color);
    border-radius: 60px;
    display: table;
    padding: 0.5em 4em;
    margin: 0 auto;
    font-size: 16px;
}

.infos-rodape .round-infos a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.infos-rodape .infos-link a {
    display: block;
    font-weight: 500;
    color: var(--second-color);
    margin-top: 1em;
}

/* .infos-rodape a {
    color: var(--second-color);
    line-height: initial;
    font-weight: 500;
} */

#noticias {
    background-color: #F1F1F1;
}

#noticias .body-card img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

#noticias .absolute-noticias {
    background-image: linear-gradient(to bottom, #009251bf, #000000d4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#noticias .absolute-noticias span {
    background-color: var(--main-color);
    color: #fff;
    padding: 0em 3em;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 1em;
    display: inline-block;
}

#noticias .absolute-noticias .noti-bottom {
    position: absolute;
    bottom: 0;
    left: 2em;
    right: 2em;
}

#noticias .absolute-noticias .noti-bottom h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

header .navbar-nav .nav-link {
    color: var(--main-color);
    font-weight: 500;
}

#noticias a {
    overflow: hidden;
}

#noticias a .body-card img {
    transition: transform .2s;
}


#noticias a:hover .body-card img {
    transform: scale(1.2);
}

.texto-servicos .default-btn {
    background: #29a71a;
    color: #fff;
    padding: 1em 1.5em;
    border-radius: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.floating-services {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.floating-services ul li a {
    display: block;
    border: 1px solid var(--main-color);
    padding: .5em;
    border-radius: 12px;
    margin-bottom: 10px;
    background-color: #fff;
}

.floating-services ul li a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.floating-services ul li:hover .text-services {
    display: block;
}

.floating-services ul li:hover .separador-center {
    display: block;
}

.floating-services ul li a .internal {
    display: flex;
    align-items: center;
}

.floating-services ul li a {
    color: #fff;
}

.floating-services ul li a .separador-center {
    padding: 0 0.5em;
}

.floating-services ul li a .separador-center,
.floating-services ul li a .text-services {
    display: none;
}

.floating-services ul li {
    display: flex;
    justify-content: end;
}

#servicos .servico-individual .imagens a img {
    border-radius: 8px;
}

#servicos .servico-individual:nth-child(2n) .second-text {
    order: 1;
}

#servicos .servico-individual:nth-child(2n) .first-img {
    order: 2;
}


#servicos .servico-individual:nth-child(2n) {
    background-color: #fff;
}


#servicos .servico-individual h2 {
    font-size: 27px;
    font-weight: bold;
    color: var(--main-color);
}

#servicos .servico-individual h2 img {
    margin-right: .5em;
}

.navbar-toggler-icon .svg-inline--fa {
    font-size: 2em;
    color: var(--second-color);
}

#pets-para-adocao h2.title {
    font-size: 18px;
    color: #5a5a5a;
    text-align: center;
    font-weight: 400;
}

#produtos {
    padding-top: 4em;
    background-color: #fff;
    padding-bottom: 4em;
}


#produtos .list-of-products-by-category .nav-pills .nav-link {
    font-size: 12px;
    margin: 0 0.3em;
    padding: 0.5em 2em !important;
    border: 3px solid #fff !important;
    background: #F8F8F8 !important;
}

#produtos .list-of-products-by-category .nav-pills .nav-link.active,
#produtos .list-of-products-by-category .nav-pills .nav-link:hover {
    background: rgba(12, 102, 153, 0.12) !important;
    border: 5px solid #fff;
}


#produtos .nav-pills {
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.66);
    border: 5px solid #fff;
}

.list-of-products-by-category .nav-pills {
    background-color: transparent !important;
    border: 0px !important;
    margin-top: 1em;
}

#produtos .nav-pills .nav-link.active,
#produtos .nav-pills .nav-link:hover {
    background: rgba(12, 102, 153, 0.12);
    padding: 1em 3em;
    border: 5px solid #fff;
}

#produtos .nav-pills .nav-link {
    color: var(--main-color);
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: bold;
    padding: 1em 3em;
    border: 5px solid #fff;
}

#produtos .nav-pills .nav-link img {
    display: block;
    margin: 0 auto;
}

#produtos .title-product span.title {
    color: var(--second-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

#produtos .title-product {
    border-left: 3px solid var(--second-color);
    padding-left: 1em;
    position: relative;
    margin-bottom: -10px;
}

#produtos .title-product span.subtitle {
    position: relative;
    z-index: 1;
    font-size: 70px;
    font-weight: 900;
    color: var(--main-color);
    display: block;
}

#produtos .img-res {
    position: relative;
}

#produtos .img-res img {
    max-width: 90%;
}


#produtos .img-res .resum {
    background: #0c6699;
    display: block;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    width: 300px;
    padding: 1.5em 1.5em;
    font-size: 14px;
    color: #fff;
    line-height: inherit;
}

#servicos,
#faleconosco {
    background-color: var(--fundo);
    padding: 100px 0px 100px 0px;
}

#servicos .list-services a .services-always-show {
    display: block;
    background: linear-gradient(0deg, rgb(0 60 94) 55%, rgba(255, 255, 255, 1) 100%);
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#servicos .list-services a .services-always-show img {
    opacity: 0.3;
}

#servicos .list-services a .services-always-show h4 {
    position: absolute;
    bottom: 1em;
    left: 1em;
    color: #fff;
    margin-bottom: 0px;
    font-weight: bold;
}

#servicos .list-services a {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(0.96);
    display: block;
}

#servicos .list-services a:hover {
    transform: scale(1);
}

.services-show-on-hover {
    opacity: 0;
    background-color: var(--main-color);
    padding: 1em;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.select-hover:nth-child(2) .hide-on-hover {
    opacity: 0;
}

.select-hover:nth-child(2) a {
    transform: scale(1) !important;
}

.select-hover:nth-child(2) .services-show-on-hover {
    opacity: 1;
}

.services-show-on-hover .text p {
    color: #fff;
    margin: 10px;
}

#servicos .list-services a:hover .services-show-on-hover {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#servicos .list-services a:hover .hide-on-hover {
    opacity: 0;
}



#servicos .list-services a .services-show-on-hover span {
    color: #fff;
    background: #53baba;
    display: block;
    /* padding: 1em; */
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 17px;
    margin: 10px;
}

#servicos .list-services a .services-show-on-hover h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding: 10px;
    margin-bottom: 5px;
}

#servicos .list-services a .services-show-on-hover hr {
    background: #53BABA;
    border-color: #53BABA;
    border: 1px solid #53BABA;
    opacity: 1;
    margin: 0 10px;
}

#pills-tabContent {
    padding-bottom: 2em;
}

#produtos .infos-composition ul li {
    list-style: disc;
    margin-left: 2em;
    color: var(--main-color);
    font-weight: 500;
}

.gallery {
    margin-top: 4.7em;
}

#produtos .box-info {
    position: relative;
}

#produtos .infos-space ul {
    padding-top: 1em;
}

#produtos .infos-space ul li {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    margin-right: 2em;
}

#produtos .infos-space ul li:first-child .box-info span {
    top: 50%;
}

#produtos .box-info span {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;

    color: var(--main-color);
    font-weight: 500;
}

#produtos .infos-space .box-info {
    line-height: normal;
    text-align: center;
    font-size: 11px;

    color: var(--main-color);
}

#produtos .infos-space small {
    margin-bottom: 8px;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: normal;
    color: var(--main-color);
    font-weight: 500;
}

#produtos .infos-space .box-info img {
    border: 1px solid;
    border-radius: 5px;
}

#produtos .optional ul li {
    margin-right: 2em;
}

.logo-top {
    text-align: left;
}

#home .absolute-center p {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 400;
}

#empresa {
    background-color: var(--fundo);
    padding-top: 0em;
    padding-bottom: 0;
}

#empresa.about {
    padding-bottom: 0;
}

h2.heading::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid var(--second-color);
    width: 100px;
    left: 0;
    bottom: 0
}

h2.heading.white {
    text-align: center;
    color: #fff;
}

h2.heading.white:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #ffffff;
    width: 100px;
    left: 50%;
    bottom: 0;
}

#empresa .contadores {
    background-color: var(--main-color);
    padding: 4em 0em 4em;
}

.contadores {
    background-color: var(--main-color);
}

#empresa .contadores h3 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    position: relative;
    text-align: center;
    padding: 0;
    display: inline-block;

}

#empresa .contadores h3 span {
    color: transparent;
    -webkit-text-stroke: .5px #ffffff59;
    font-size: 100px;
    text-stroke: .5px #ffffff59;
    position: absolute;
    left: 0;

}

#empresa .contadores h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

#produtos h2.heading,
#servicos h2.heading,
#inspiracao h2.heading {
    text-align: center;
}

#produtos h2.heading::after,
#servicos h2.heading::after,
#inspiracao h2.heading::after {
    content: "";
    border-bottom: 3px solid var(--second-color);
    width: 100px;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

#produtos .title,
#servicos .title {
    width: 50%;
    margin: 0 auto;
}

#produtos .slick-slide {
    margin: 15px;
}

#produtos .list-of-products a .text-box {
    background: var(--four-color);
    padding: 1em 2em;
}

#produtos .list-of-products a .text-box h2 {
    font-size: 24px;
    font-weight: 400;
    color: var(--main-color);
    margin-bottom: 3px;
}


#produtos .list-of-products a .text-box .text {
    font-size: 14px;
    color: var(--text-color);
}

#servicos .text h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--third-color);
    margin-bottom: 10px;
}

/* #servicos .text p {
    width: 80%;
} */


#inspiracao .slick-slide img {
    padding: .5em;
}

footer .infos-list {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 137px 0px 123px 0px;
}

footer .infos-list li {
    background: transparent;
    border: 0;
    color: #fff;
}

footer .social-icons li a {
    color: #fff;
}

footer .social-icons li a:hover {
    color: var(--second-color);
}

footer .infos-list a.link,
footer .infos-list p {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.625em;
    letter-spacing: 0.32px;
    color: #A1AAAD;
}

footer .destaque {
    background-color: #252F36;
    --icon-padding: 0.68em;
    display: block;
    padding-bottom: 0;
    padding: 0em;
    font-size: 23px;
    width: 50px;
    border-radius: 100%;
    height: 50px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    margin-left: 10px;
    margin-right: 0;
}

footer .destaque:hover {
    background-color: #fff;
    color: var(--second-color);
}

footer .infos-list a.link:hover {
    color: var(--second-color);
}

.display-on-hover {
    opacity: 0;
    color: var(--second-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

#produtos .list-of-products a:hover .display-on-hover {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#produtos .list-of-products a:hover .text-box {
    background: #071730;
}

#produtos .list-of-products a:hover .text-box h2 {
    color: #fff;
}

#produtos .list-of-products a:hover .text-box .text p {
    color: #fff;
}

#inspiracao .slick-slide a:hover img {
    opacity: 0.7;
}

.list-services-indi .text {

    padding: 3em 2em;
}

.list-services-indi .individual:nth-of-type(2n) .text {
    background: #fff;
    box-shadow: 2px 2px 7px #d7d7d7;
}

#offcanvasNavbar {
    background-color: var(--second-color)
}

footer h2 {
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#topo ul .nav-item a {
    color: #fff;
}

.offcanvas-body .logo-top img {
    filter: brightness(100);
}

.logo-top {

    display: block;
}

#topo .offcanvas-body a {
    color: #fff;
}

#empresa.second p {
    font-size: 16px;
    margin-top: 2em;
    text-align: left;
    margin-left: 0;
    margin-bottom: 2em;
}

.contadores .btn-default:hover {
    background-color: var(--second-color);
    color: var(--main-color);
}

.background-overlay {
    inset: 0;
    position: absolute;
    background-color: #30383B;
    opacity: 0.76;

}


.infos-banner-bottom .individual {
    padding: 89px 20px 81px 20px;
    color: #fff;
    text-align: center;
}

.infos-banner-bottom .individual p {
    color: #fff;
}

.infos-banner-bottom .individual-first {
    background-color: var(--second-color);
}

.infos-banner-bottom .individual-second {
    background-color: var(--main-color)
}

.infos-banner-bottom .individual-third {
    background-color: var(--third-color);
}

.infos-banner-bottom svg {
    height: 60px;
    fill: #FFFFFF;
    display: block;
    position: relative;
}

.infos-banner-bottom .align-center {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
}

.infos-banner-bottom .align-center .icon {
    width: 18%;
}

.infos-banner-bottom .align-center .text {
    width: 82%;
}

.infos-banner-bottom .individual .image-title {
    margin-bottom: 10px;
    font-family: "Quicksand", Sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4em;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.stars {
    color: #ccd6df;
    display: flex;
}

.stars svg.fa-star {
    height: 15px;
    font-style: normal;
    position: relative;
    color: #FFD500;
}

#empresa .btn-default {
    background-color: #151F25;
    font-family: "Poppins", Sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    padding: 17px 24px 17px 24px;
    float: left;
    margin-top: 3em;
}
#empresa .btn-default:hover{
    background-color: var(--main-color);
    color: #fff;
}
#profissionais ul {
    list-style: none;
    padding-left: 0;
    line-height: 2.5em;
    font-size: 16px;
}

#profissionais ul li::before {
    content: "✔";
    /* símbolo de check */
    color: var(--main-color);
    /* cor do check */
    font-weight: bold;
    margin-right: 8px;
}

#servicos .individual {
    background-color: #fff;
    margin-bottom: 3em;
}

#servicos .individual img {
    margin: 51px 23px 23px 23px;
}

#servicos .individual h3 {
    font-size: 16px;
    font-weight: bold;
    margin-left: 23px;
}

#servicos .individual p {
    padding: 9px 9px 23px 22px;
}

#servicos .individual .btn-default {
    background-color: var(--main-color);
    font-family: "Poppins", Sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    fill: var(--main-color);
    display: block;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    padding: 18px 30px 17px 30px;
    font-size: 15px;
}

#servicos .individual .btn-default:hover{
    background-color: var(--second-color);
    color: #fff;
}
#servicos .title h2,
#faleconosco h2 {

    font-size: 2.333em;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    color: var(--second-color);
    text-align: center;
    margin-bottom: 10px;
}


#servicos .title p,
#faleconosco .title p {
    text-align: center;
}

#servicos .title,
#faleconosco .title {
    margin-bottom: 4em;
}

.btn-default:hover {
    background-color: var(--second-color);
    color: #fff;
}

.btn-form-submit {
    background-color: var(--main-color);
    color: #FFFFFF;
    border: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    border-radius: 3px 3px 3px 3px;
    padding: 18px 30px 17px 30px;
    display: block;
    width: 100%;
}

#map {
    padding: 0;
    margin: 0;
    line-height: 0;
}

#perguntas-frequentes .accordion-item .accordion-button {
    border-width: 0px;
    background-color: var(--second-color);
    padding: 22px 30px 20px 30px;
    color: #fff;
    border-radius: 0;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
}


#perguntas-frequentes .accordion-item .accordion-button::after {
    filter: invert(1) grayscale(100%) brightness(200%);

}

#perguntas-frequentes .accordion-item .accordion-body {
    border-width: 0px;
    background-color: #F5F5F5;
    color: #30383B;
    font-family: "Poppins", Sans-serif;
    font-size: 0.889em;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.25em;
    letter-spacing: 0.32px;
    padding: 40px 30px 40px 30px;
}

#depoimentos .img-nome {
    text-align: center;
}

#depoimentos .img-nome img {
    border-radius: 50%;
    height: 60px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 60px;
}

#depoimentos {
    background-color: var(--fundo);
}

#depoimentos .img-nome h3 {
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

#depoimentos .text p {
    text-align: center;
    color: #7a7a7a;
    font-size: 20px;
    padding: 0 2em;
    font-weight: 500;
}

#empresa h2.heading {
    font-size: 30px;
    padding-right: 10em;
    margin-bottom: 1em;
    color: var(--second-color);
}

#empresa .texto-empresa {
    font-size: 16px;
}

#profissionais {
    padding: 160px 0px 161px 0px;
}

#profissionais h4 {
    font-family: "Quicksand", Sans-serif;
    font-size: 2.333em;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.071em;
    letter-spacing: 0px;
    color: #30383B;
}

#profissionais span {
    margin-bottom: 2em;
    display: block;
}