@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
    --main-color: #9e1926;
    --second-color: #2b1674;
    --text-color: #fdfdfd;

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

@font-face {
    font-family: "AuthenticSignature";
    src: url("../../../libs/fonts/Authentic Signature.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

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

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

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

.btn-default {
    padding: 0.5em 3em;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-default:hover {
    background-color: var(--second-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: 0.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: 0.5em;
}

p {
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 0.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: #fff;
    font-size: 32px;
    font-weight: 400;
    display: block;
    margin-bottom: 1em;
    text-align: left;
    position: relative;
    padding-bottom: 0em;
    border-left: 5px solid var(--main-color);
    padding-left: 15px;
    line-height: normal;
}

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 .principal-title {
    float: left;
}

#home .absolute-center .h80height {
    max-height: 80vh;
    display: block;
}

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

#home .absolute-center h1 {
    font-size: 3em;
    text-transform: none;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: var(--main-color);
}

#home {
    position: relative;
}

#home .carousel-item h2 {
    font-size: 48px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: normal;
    display: block;
    text-align: left;
}

#home .absolute-center .btn-default {
    float: left;
}

#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(--main-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 {
    position: fixed;
    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 {
    border-bottom: 1px solid #e5e5e52e;
    background-color: var(--main-color);
    color: #fff;
}

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: 1em 2em;
    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;
}

#app {
    background-color: #050015;
}

#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(--text-color);
    margin-left: 2em;
    font-size: 15px;
    font-weight: 400;
}

#topo ul li.active a {
    color: var(--main-color);
    font-weight: bold;
}

#topo ul li a:hover {
        color: var(--main-color);
    font-weight: bold;
}

#topo ul li a.destaque {
    padding-bottom: 10px;
}

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

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

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

.align-end {
    text-align: end;
}

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

footer hr {
    color: var(--main-color);
}

footer .btn-default {
    padding: 1em 2em;
    margin-top: 0;
    border: 1px solid var(--main-color);
}

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

footer .btn-default.second {
    border: 1px solid var(--main-color);
    background: transparent;
    color: var(--main-color);
    margin-left: 1.5em;
}

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

footer ul li {
    padding-right: 4em;
}

footer ul li a {
    font-size: 14px;
    color: var(--second-color);
}

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: 50%;
    margin: 0 auto;
    display: block;
}

#topo.menu-fixo ul li a {
    font-size: 14px;
    color: #fff;
}

/* #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 {
    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 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.conteudo {
    padding-top: 8em;
    min-height: 80vh;
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
}

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

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

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

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

#topo .nav-itens {
    position: relative;
    padding: 0.5em;
}

.float-menu {
    display: inline-block;
}

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

.float-menu .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}

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

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

#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 0.2s;
}

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

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

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

.gallery {
    margin-top: 4.7em;
}

.logo-top img {
}

#home .absolute-center p {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
    margin-top: 2em;
    text-align: left;
}

#empresa {
    position: relative;
}

.top-principal {
    padding-top: 10em;
}

.img-back {
    position: absolute;
    top: 3em;
    right: 0;
    z-index: 0;
}

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

footer .infos-list a.link,
footer .infos-list p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 0em;
    margin-bottom: 2em;
}

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

footer h2.heading {
    font-size: 32px;
    font-weight: bold;
}

footer h2.heading span {
    color: var(--main-color);
}

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

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

.logo-top {
    text-align: center;
    margin: 0 auto;
    display: block;
}

h4.principal-title {
    font-family: "AuthenticSignature";
    font-size: 64px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    color: var(--second-color);
    padding-right: 200px;
    margin-top: -1em;
}

h4.principal-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 180px;
    height: 0.5px;
    background-color: #727272;
    transform: translateY(-50%);
}

.top-principal img {
    position: relative;
}

#galeria .container-fluid {
    padding: 0;
}

.assign a {
    color: var(--main-color);
}

.justify-end {
    justify-self: right;
    justify-items: end;
}

footer ul.social-icons li {
    padding-right: 2em;
}

footer ul.social-icons li a {
    color: var(--main-color);
}

#empresa,
#servicos,
#galeria {
    position: relative;
}

.button-up {
    top: -80px;
    position: absolute;
}

.menu-footer {
    display: inline-flex;
}

footer ul.social-end li a {
    margin: 1em 0;
    display: inline-flex;
    color: #fff;
}

footer .assign {
    color: #fff;
}

footer h3 {
    font-size: 20px;
    color: var(--main-color);
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
}

#servicos .individual span {
    color: var(--main-color);
    padding: 0.2em 4em;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    margin-top: 1em;
    display: inline-block;
}

#servicos .individual h2 {
    font-size: 20px;
    line-height: normal;
    margin-top: 1em;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--second-color);
    padding-right: 1em;
}

#servicos .individual .text {
    font-size: 14px;
    padding-right: 1em;
    line-height: 1.5em;
}

#servicos .individual a {
}

.slick-dots li button {
    color: #fff;
    height: 30px;
    width: 30px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
    height: 30px;
    width: 30px;
}

.single-item.services-item .slick-dots,
.single-item.produtos-item .slick-dots {
    width: 49%;
}

.single-item.produtos-item .slick-dots {
    width: 49%;
    justify-self: end;
}

.lista-clientes {
    background-color: #fff;
    border-radius: 5px;
    padding: 1em;
}

.lista-clientes a {
    display: block;
    padding: 1em;
}

#portfolio .texto {
    background: #fff;
    padding: 1em;
}

#portfolio a {
    margin: 0 10px;
    display: block;
}

#portfolio a h4 {
    color: var(--main-color);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.single-item.services-item .slick-dots,
.single-item.produtos-item .slick-dots {
    bottom: -35px;
}

#portfolio a span.cidade {
    color: #5b5b5b;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

#portfolio a .text,
#portfolio a .text p {
    color: #5b5b5b;
    font-size: 13px;
}

#servicos .slick-slide img,
#produtos .slick-slide img {
    border-radius: 8px;
}

#servicos .text,
#produtos .text {
    margin-bottom: 2em;
}

#servicos .second-servi,
#produtos .second-servi {
    padding: 0 3em;
}

#servicos h3,
#produtos h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 1em;
}

#produtos,
#portfolio {
    position: relative;
}

.social-end li b {
    font-size: 16px;
    color: #fff;
}

.social-end li b .svg-inline--fa {
    color: var(--main-color);
    margin-right: 5px;
}

#video {
    padding-bottom: 0;
}

.button-up {
    position: absolute;
    top: -100px;
}
