* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

button:focus {
    outline: none;
}

a,
a:hover,
button {
    text-decoration: none !important;
    cursor: pointer !important;
    transition: 0.5s;
}

.container {
    max-width: 1200px !important;
    width: 100%;
}

.container-map {
    box-sizing: initial;
}

#locationMap {
    height: 100%;
    width: 100%;
    border-radius: 0 20px 20px 0;
}

#locationMap img {
    max-width: none;
}

/* Geral */
h1.titulo-geral {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    display: table;
    margin: 0 auto 28px;
}

h1.titulo-geral:after {
    content: "";
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    width: 60px;
    height: 2px;
    display: table;
    margin: 5px auto 0;
}

.titulo-geral img {
    filter: invert(44%) sepia(96%) saturate(294%) hue-rotate(137deg) brightness(92%) contrast(93%);
}

.medium-title {
    font-weight: 700;
/*    font-size: 28px;*/
    font-size: 24px;
    line-height: 32px;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.small-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.small-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4f4f4f;
}

.text-uppercase {
    text-transform: uppercase;
}

.blue-color {
    color: #0082ba;
}

.btn-geral {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #82b553;
    border: 1px solid #82b553;
    border-radius: 10px;
    padding: 10px 30px;
    display: table;
    background: transparent;
}

.btn-geral:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

.btn-geral-secondary {
    display: table;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    border: 1px solid #82b553;
    border-radius: 10px;
    padding: 12px 32px;
}

.btn-geral-secondary:hover {
    color: #82b553;
    background: #ffffff;
}

.gradient-bg {
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

.gradient-bg .btn-geral {
    color: #ffffff;
    border: 1px solid #ffffff;
    margin: 0 auto;
}

.gradient-bg .small-text {
    color: #ffffff;
}

.gradient-bg .medium-title {
    color: #ffffff;
    background: transparent;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: white;
    background-clip: text;
    text-fill-color: initial;
}

.btn-geral img {
    height: 20px;
}

.gradient-bg .btn-geral img {
    filter: invert(88%) sepia(100%) saturate(1%) hue-rotate(130deg) brightness(107%) contrast(101%);
}

ul.colored-list li {
    display: flex;
    /*    align-items: center;*/
    align-items: baseline;
    color: #4f4f4f;
}

ul.colored-list li a {
    color: #6eaa38;
}

ul.colored-list li a:hover {
    text-decoration: underline !important;
}

ul.colored-list li:before {
    content: "";
    width: 0;
    height: 0;
    margin-right: 10px;
    border-left: 7px solid #0082ba;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    box-sizing: border-box;
}

img.cover-image {
    margin: 16px auto;
    border-radius: 12px;
}

.card-geral {
    height: 100px;
    width: 100%;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: #6eaa38;
    background: #f2f2f2;
    border-radius: 12px;
}

.card-geral:hover {
    border: 1px solid #0082ba;
    color: #0082ba;
}

.pagination {
    justify-content: center;
    font-size: 20px;
    color: #4f4f4f;
    margin: 16px auto;
}

.pagination li {
    padding: 4px 12px;
    border-radius: 4px;
}

.pagination li.active {
    color: #ffffff;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

.pagination li a {
    color: #4f4f4f;
}

.pagination li a.arrow-link {
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.table .thead-gradient {
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    border-color: #0082ba;
    color: #ffffff;
}

.g-recaptcha > div {
    max-width: 100%;
}

.g-recaptcha iframe {
    max-width: 100%;
}

.termos-link {
    color: #2040ad;
}

/* header */
header.fixar {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 40px;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

header.fixar ul.w-100.mt-5.navbar-nav.justify-content-end {
    margin: 0 !important;
}

header.fixar .navbar-brand {
    padding: 0;
}

header.fixar .navbar-brand img {
    height: 30px;
}

header.fixar nav.navbar.navbar-expand-md {
    height: 40px;
}

header.fixar .navbar-nav li.nav-item img {
    height: 25px;
}

header.fixar + .fixed-header {
    padding-top: 180px;
}

header {
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    width: 100%;
    height: 180px;
}

nav.navbar.navbar-expand-md {
    position: relative;
    z-index: 9;
    background: transparent;
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

header .navbar-expand-md .navbar-collapse {
    margin-top: 24px;
}

header.fixar .navbar-expand-md .navbar-collapse {
    margin-top: 0;
}

header .navbar-brand img {
    transform: scale(1);
    transition: 0.5s;
}

header .navbar-brand:hover img {
    transform: scale(1.05);
}

header .navbar-nav {
    align-items: center;
}

header .navbar-nav li.nav-item {
    margin-left: 30px;
}

header .navbar-nav li.nav-item a {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

header.fixar .navbar-nav li.nav-item a {
    font-size: 16px;
}

header .navbar-nav li.nav-item a img {
    margin-right: 10px;
}

header .navbar-nav li.nav-item img {
    transform: scale(1);
    transition: 0.5s;
}

header .navbar-nav li.nav-item a:hover img {
    transform: scale(1.08);
}

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

header .emergency-link {
    color: #ffffff;
    line-height: 16px;
    justify-content: center;
    align-items: center;
}

header .emergency-link:hover span:last-child {
    text-decoration: underline;
    text-decoration-color: #fff;
}

header.fixar .emergency-link {
    flex-direction: column;
}

header .selos-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px 8px;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    margin: 0 -15px 0;
}

header .selos-mobile li a {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.escavar-fixed-btn {
    position: fixed;
    right: 0;
    bottom: 140px;
    z-index: 100;
    max-width: 228px;
    gap: 18px;
    display: flex;
    align-items: center;
    padding: 12px 28px;
    background-color: #78bd21;
    border-radius: 40px 0px 0px 40px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    transform: translateX(140px);
    transition: transform 0.5s ease-out;

    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.escavar-fixed-btn:hover {
    color: #fff;
    transform: translateX(0);
    transition: transform 0.5s ease-out;
}

.menu-desktop {
    position: fixed;
    z-index: 9999;
    width: 50%;
    height: 100vh;
    right: -50%;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.menu-desktop.active {
    right: 0;
}

#close-menu {
    font-size: 30px;
    color: #fff;
    width: 57px;
    height: 50px;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
    border-radius: 0 50px 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    margin: 30px 0;
}

.menu-desktop ul {
    padding: 0 60px;
}

.menu-desktop ul > li > a {
    font-size: 20px;
    line-height: 23px;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding: 10px 20px 10px 0;
    display: flex;
    align-items: center;
    border: none;
}

.menu-desktop ul > li > a:hover {
    font-weight: bold;
}

.menu-desktop ul li a.menu-collapse.collapsed::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #0082ba;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.menu-desktop ul li a.menu-collapse::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid #0082ba;
    border-left: 0.3em solid transparent;
}

.menu-desktop ul li.redes-sociais a img {
    width: 40px;
    height: 40px;
}

.menu-desktop li.item-logo a {
    border: 1px solid #314351;
    border-radius: 15px;
    padding: 10px 20px !important;
    display: table !important;
}

.menu-desktop li.item-logo img {
    width: 100px;
    margin-right: 10px;
}

.menu-desktop li.item-logo a:hover {
    background: rgba(49, 67, 81, 0.2);
}

.gradient-pill {
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    padding: 8px 12px;
    margin: 12px 0;
    border-radius: 4px;
}

header .form-control {
    background: transparent;
    width: 280px;
    height: 40px;
    font-size: 20px;
    padding: 0.7rem 3rem 0.5rem;
    border: 1px solid #ffffff !important;
    box-sizing: border-box;
    border-radius: 50px;
    color: #ffffff;
}

header.fixar .form-control {
    height: 28px;
}

header .form-control::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
}

header .form-control:focus {
    color: #ffffff;
    background-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #c5c5c545;
}

header .search {
    align-items: center;
    position: relative;
    left: 40px;
}

/* Vitrine */
.vitrine {
    height: 600px;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    margin-top: -180px;
    padding-top: 180px;
}

.vitrine h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #ffffff;
    margin: 0 0 30px;
}

.vitrine a {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    background: #0082ba;
    border-radius: 10px;
    border: 1px solid #0082ba;
    padding: 10px 30px;
}

.vitrine a:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
}

.vitrine-img {
    width: 100%;
    height: 504px;
    object-fit: cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.vitrine .owl-item {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.vitrine .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    text-align: left;
    position: relative;
    bottom: 200px;
    transition: 0.5s;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #fff;
    transition: 0.5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

section.segmentos {
    margin-top: 70px;
    padding: 60px 0 100px;
}

section.segmentos h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 0 20px;
}

section.segmentos img.segmentos-icon {
    display: inline;
    height: 32px;
    width: 40px;
    margin-right: 8px;
    filter: invert(44%) sepia(96%) saturate(294%) hue-rotate(137deg) brightness(92%) contrast(93%);
}

section.segmentos h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #4f4f4f;
    margin: 0 0 20px;
}

section.segmentos .owl-segmentos-dots-container {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: -140px;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}

section.segmentos .owl-segmentos-dots {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

section.segmentos .customized-dots {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    width: 122px;
    height: 122px;
    border-radius: 100%;
    border: none;
}

section.segmentos .customized-dots.item-residencial {
    background: center / cover no-repeat url(../img/segmentos/item-residencial-cert.png),
    linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

section.segmentos .customized-dots.item-comercial {
    background: center / cover no-repeat url(../img/segmentos/item-comercial.png),
    linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

section.segmentos .customized-dots.item-veicular {
    background: center / cover no-repeat url(../img/segmentos/item-veicular.png),
    linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

section.segmentos .customized-dots.item-industrial {
    background: center / cover no-repeat url(../img/segmentos/item-industrial.png),
    linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

section.segmentos .active .customized-dots {
    border: 6px solid #f2c94c;
}

.contrate-btn {
    border-radius: 15px;
    background: #0082ba;
    color: #fff;
    padding: 16px 24px;
    display: block;
    transform: scale(1);
    transition: 0.3s ease-out;
    border: 1px solid transparent;
}

.contrate-btn:hover {
    color: #fff;
    transform: scale(1.05);
    transition: 0.3s ease-out;
    border: 1px solid #82b553;
}

.contrate-btn__title {
    font-size: 20px;
    font-weight: 700;
}

.contrate-btn__title::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #82b553;
}

.contrate-btn__text {
    font-size: 14px;
}

section.noticias {
    padding: 60px 0;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

section.noticias h1.titulo-geral {
    background: linear-gradient(135deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
}

section.noticias h1.titulo-geral:after {
    background: #fff;
}

.owl-noticias {
    margin: 40px 0 32px;
}

.news-card {
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
    border-radius: 12px;
}

.news-card figure {
    width: 45%;
    height: 200px;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
    transform: scale(1);
    transition: 0.5s;
}

.news-card:hover img {
    transform: scale(1.1);
}

.news-card .conteudo {
    width: 55%;
    height: 200px;
    border-radius: 0px 10px 10px 0px;
    background: #ffffff;
    padding: 15px;
}

.news-card h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 0 10px;
}

.news-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4f4f4f;
    margin: 0;
}

img.detalhe1 {
    position: absolute;
    left: 0;
    margin-top: -110px;
    width: 15%;
}

img.detalhe2 {
    position: absolute;
    right: 0;
    margin-top: -70px;
    width: 15%;
}

section.noticias a.btn-geral {
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
}

section.videos {
    padding: 60px 0;
}

section.videos iframe {
    width: calc(100% - 120px);
    margin: 0 auto;
    display: table;
    border-radius: 12px;
}

img.icone-video1 {
    position: absolute;
    z-index: -1;
    margin-top: -60px;
}

img.icone-video2 {
    position: absolute;
    right: 0;
    margin-top: -130px;
    z-index: -1;
}

section.videos a.btn-geral {
    margin: 30px auto 0;
}

section.inner-page {
    padding-top: 20px;
    padding-bottom: 68px;
}

section.inner-page h1.titulo-geral {
    margin-top: 68px;
}

.galeria .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #0082ba;
    transition: 0.5s;
}

.galeria .owl-theme .owl-dots .owl-dot.active span,
.galeria .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

.numeros {
    padding: 60px 0;
}

.numeros h2 {
    font-weight: 900;
    font-size: 140px;
    text-align: right;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0;
}

.numeros p {
    font-style: italic;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    text-align: right;
    color: #4f4f4f;
}

img.icone-numeros-1,
img.icone-numeros-3 {
    position: absolute;
    right: -220px;
    z-index: -1;
}

img.icone-numeros-2 {
    position: absolute;
    left: 30px;
    z-index: 0;
}

.numeros-2 {
    background: linear-gradient(116deg, #0082ba 16.41%, #82b553 83.63%);
    height: 300px;
    display: flex;
    align-items: center;
}

.numeros-2 p {
    text-align: left;
    color: #fff;
    margin: 0;
}

.numeros-2 h4 {
    font-weight: 900;
    font-size: 76px;
    color: #f2f2f2;
    text-align: left;
    margin: 0;
}

.numeros h3 {
    font-weight: 900;
    font-size: 120px;
    line-height: 120px;
    text-align: right;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0;
}

.acionistas {
    padding-bottom: 60px;
}

.acionistas .box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    padding: 30px;
}

section.localizacao {
    padding: 60px 0;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

section.localizacao h1.titulo-geral {
    background: linear-gradient(135deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
}

section.localizacao h1.titulo-geral:after {
    background: #fff;
}

section.localizacao .box {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: flex;
    height: 490px;
    margin-top: 48px;
}

section.localizacao .item {
    width: 50%;
}

section.localizacao iframe {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 20px 20px 0;
}

section.localizacao .item:first-child {
    padding: 50px 60px;
}

section.localizacao .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

section.localizacao .nav-tabs .nav-item {
    margin-bottom: 0;
}

section.localizacao .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #828282;
    border-radius: 10px;
    padding: 10px 30px;
}

section.localizacao .nav-tabs .nav-link.active,
section.localizacao .nav-tabs .nav-link:hover {
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border: 1px solid #82b553;
}

section.localizacao h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 0 28px 24px;
}

section.localizacao a {
    font-weight: 500;
    font-size: 20px;
    color: #4f4f4f;
}

section.localizacao a img {
    margin-right: 5px;
}

img.icone-localizacao-1 {
    position: absolute;
    left: 30px;
    z-index: 0;
}

img.icone-localizacao-2 {
    position: absolute;
    right: 30px;
    z-index: 0;
    margin-top: -120px;
}

section.instagram {
    padding: 60px 0;
}

footer {
    padding-bottom: 60px;
}

footer .redes-sociais {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

ul.redes-sociais li a img {
    transform: scale(1);
}

ul.redes-sociais li a img:hover {
    transform: scale(1.1);
}

footer h2,
footer h2 a {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 0 10px;
}

footer ul {
    margin-bottom: 40px;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
}

.barra-fixa {
    background: #0082ba;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

.barra-fixa .container {
    display: flex;
    justify-content: space-between;
}

.barra-fixa .btn-contratar {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    background: #78bd21;
    border-radius: 30px;
    padding: 10px 20px;
}

.barra-fixa a.btn-contratar:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #0082ba 0%, #82b553 100%);
}

.barra-fixa a {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.barra-fixa a:hover {
    color: #78bd21;
}

.barra-fixa a img {
    height: 25px;
    margin-right: 5px;
}

iframe.redes_iframe {
    border: none;
    overflow: hidden;
    width: 100%;
    height: 80%;
}

#shadow{
    position:absolute;
    background:#c5c5c5;
    opacity:0.9;
    z-index:9999;
    width:100%;
    height:2200px;
    top:0;
    left:0;
}

#popup{
    width: 100%; 
    position:absolute; 
    z-index:99999;
}

#imageRich{
    width: 400px;
    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    border-radius: 10px!important;
    -khtml-border-radius: 10px!important;
}



#banner_servicos{
    width: 40%;
    border-radius: 20px;                                                        
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
}


table.tableFiles a, ul.colored-list a{
    color: #6EAA38;
}

/* aqui começa o stilo do simulador */

.simulador .titulo-form {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 144.444% */
    background: var(--Linear, linear-gradient(135deg, #0082BA 0%, #82B553 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gasto-um {
    margin-top: 35px;
    width: 100%;
    height: 238px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--0082-ba, #0082BA);
    mix-blend-mode: multiply;
    border-radius: 10px;
    /* opacity: 0.5; */
    background: url(../img/frameazul.png), rgb(6, 26, 124) 50% / cover no-repeat;


}

.gasto-dois {
    margin-top: 20px;
    width: 100%;
    height: 238px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--82-b-553, #78BD21);
    mix-blend-mode: multiply;
    /* opacity: 0.5; */
    background: url(../img/frameverde.png), rgb(37, 177, 9) 50% / cover no-repeat;

}

.simulador .card-body h5 {
    margin-top: 35px;
    color: var(--ffffff, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    /* 140% */
}

.simulador .card-body h2 {
    color: var(--ffffff, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 93.333% */
}

.simulador .card-body h6 {
    color: var(--ffffff, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 200% */
}

.simulador .card-body span {
    color: var(--ffffff, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    float: right;
    /* 175% */
}

.simulador-input {
    width: 35%;
    height: 50px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid var(--Gray-4, #BDBDBD);
    background: #FFF;

}

.btn-stilo {
    color: rgba(6, 158, 126, 1);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 175% */
    border-radius: 5px;
    border: 1px solid var(--Linear, #0082BA);
    width: 174px;
    height: 50px;
    flex-shrink: 0;

}

.btn-stilo.active,
.btn-stilo:hover,
.btn-stilo:focus {
    background: var(--Linear, linear-gradient(135deg, #0082BA 0%, #82B553 100%));
    color: white;
}

.car-azul {
    margin-top: 20px;
    width: 100%;
    height: 163px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--0082-ba, #0082BA);
}

.car-verde {
    margin-top: 20px;
    width: 100%;
    height: 163px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--82-b-553, #78BD21);
}

.card-p {
    margin-top: 30px;
    color: var(--ffffff, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 93.333% */
}

.cad-final {
    margin-top: 35px;
    width: 100%;
    height: 100px;
    flex-shrink: 0;
    border-radius: 15px;
    background: var(--Linear, linear-gradient(135deg, #0082BA 0%, #82B553 100%));
}

.test-car {
    margin-top: 15px;
    text-align: center;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 122.222% */
}

.testo-orientador {
    margin-top: 45px;
    margin-bottom: 10%;
    margin-left: 75px;
    color: var(--Gray-2, #4F4F4F);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
}

.number-input-container {
    position: absolute;
}

.value-label {
    position: absolute;
    right: 30px;
    /* Ajuste a posição conforme necessário */
    top: 47.4%;
    transform: translateY(-50%);
}

.custom-input {
    padding-right: 20px;
}

.custom-input::placeholder {
    text-align: right;
    /* Ajuste conforme necessário */
    margin-right: 30px;
    color: #999;
/
}

.monetiza {
    position: absolute;
    display: block;
    right: 6%;
    /* Ajuste a posição conforme necessário */
    margin-right: 26px;
    margin-top: 12px;
    color: var(--Gray-3, #828282);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.monetiza-gnv {
    position: absolute;
    display: block;
    right: 6%;
    /* Ajuste a posição conforme necessário */
    margin-right: 26px;
    margin-top: 36px;
    color: var(--Gray-3, #828282);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

@media (max-width: 767px) {
    .test-car {
        margin-top: -5px;
    }

    .unidades {
        right: -10px;
        margin-right: -10px;
    }

}

@media (max-width: 1900px) {
    .unidades {
        right: 10px;
    }

}

.estilo-label {
    width: 73%;
    height: 50px;
    flex-shrink: 0;
    border-radius: 0;
    border: 1px solid var(--Gray-4, #BDBDBD);
    background: #FFF;
    text-align: left;
    padding-top: 12px;
    padding-left: 20px;
    border-right: none;
    color: var(--Gray-3, #828282);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;

}

.form-control {
    border-left: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--Gray-4, #BDBDBD);
}

.custum-input-group:has(.form-control:focus) {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.unidades {
    position: absolute;
    top: 24%;
    right: 10%;
    color: var(--Gray-3, #828282);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vitrine h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .vitrine .owl-theme .owl-nav.disabled + .owl-dots {
        bottom: 180px;
    }

    section.segmentos .owl-segmentos-dots-container {
        margin-top: -120px;
    }

    section.segmentos .customized-dots {
        font-size: 16px;
        line-height: 18px;
        width: 110px;
        height: 110px;
    }

    .numeros-2 h4 {
        font-size: 70px;
        line-height: 70px;
    }

    .numeros h3 {
        font-size: 88px;
        line-height: 88px;
    }

    section.localizacao .nav-tabs .nav-link {
        padding: 10px 20px;
    }

    section.localizacao .item:first-child {
        padding: 50px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .navbar-nav li.nav-item {
        margin-left: 15px;
    }

    .vitrine {
        height: 528px;
    }

    .vitrine h1 {
        font-size: 26px;
        line-height: 28px;
    }

    .vitrine-img {
        height: 400px;
    }

    .vitrine .owl-theme .owl-nav.disabled + .owl-dots {
        bottom: 120px;
    }

    section.segmentos .owl-segmentos-dots-container {
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 0;
    }

    section.segmentos .customized-dots {
        font-size: 12px;
        line-height: 12px;
        width: 80px;
        height: 80px;
    }

    .numeros h2 {
        font-size: 100px;
    }

    .numeros-2 h4 {
        font-size: 50px;
    }

    .numeros h3 {
        font-size: 72px;
    }

    section.localizacao .item:first-child {
        padding: 50px 15px;
    }

    section.localizacao .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 15px;
    }

    section.localizacao a {
        font-size: 16px;
        line-height: 20px;
    }

    .barra-fixa .btn-contratar {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 15px;
    }

    .barra-fixa a {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .btn-geral {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
        display: table;
        margin: 0 auto;
    }

    h1.titulo-geral {
        font-size: 28px;
        line-height: 32px;
        margin: 0 auto 20px;
    }

    .medium-title {
        font-size: 20px;
    }

    .smal-title {
        font-size: 16px;
    }

    .small-text {
        font-size: 14px;
    }

    .pagination {
        flex-wrap: wrap;
        font-size: 16px;
    }

    .pagination li {
        padding: 4px 10px;
    }

    header {
        height: 320px;
    }

    header .navbar-brand img {
        width: 220px;
    }

    header.fixar {
        position: inherit;
        height: 220px;
    }

    header.fixar + .fixed-header {
        padding-top: 100px;
    }

    header.fixar nav.navbar.navbar-expand-md {
        height: 160px;
    }

    header .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    div#navbarSupportedContent {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-desktop {
        width: 100%;
        right: -100%;
        overflow: scroll;
    }

    #close-menu {
        margin: 20px 0;
    }

    .menu-desktop ul {
        padding: 0 20px;
    }

    .menu-desktop ul > li > a {
        font-size: 1.25rem;
        line-height: normal;
        padding: 8px 20px 8px 0;
        margin: 0;
    }

    .menu-desktop ul li.redes-sociais a img {
        width: 32px;
        height: 32px;
    }

    .redes-sociais.mt-5.d-flex.d-sm-none.justify-content-between {
        width: 320px;
    }

    .vitrine {
        height: auto;
        margin-top: -246px;
        padding-top: 246px;
    }

    .vitrine h1 {
        font-size: 22px;
        line-height: 24px;
        margin: 20px 0;
        text-align: center;
    }

    .vitrine a {
        margin: 0 auto;
        display: table;
    }

    .vitrine-img {
        height: 400px;
        border-radius: 0;
    }

    .vitrine .vitrine-btn {
        margin-bottom: 80px;
    }

    .vitrine .owl-theme .owl-nav.disabled + .owl-dots {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 148px;
        height: 32px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
    }

    section.segmentos {
        margin-top: 0;
        padding: 48px 0;
    }

    section.segmentos h4 {
        margin: 20px auto;
        display: table;
    }

    section.segmentos h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px;
        text-align: center;
    }

    section.segmentos .owl-segmentos-dots-container {
        justify-content: center;
        margin-top: 32px;
        margin-bottom: 0;
    }

    section.segmentos .owl-segmentos-dots {
        justify-content: space-evenly;
        width: 100%;
    }

    section.segmentos .customized-dots {
        font-size: 10px;
        line-height: 10px;
        width: 70px;
        height: 70px;
    }

    section.noticias {
        padding: 80px 0;
    }

    .news-card {
        margin-bottom: 28px;
    }

    .news-card figure {
        width: 40%;
    }

    .news-card figure,
    .news-card img {
        height: 172px;
    }

    .news-card .conteudo {
        width: 60%;
        height: 172px;
        padding: 10px 5px;
    }

    .news-card h4 {
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 5px;
    }

    .news-card p {
        font-size: 14px;
        line-height: 18px;
    }

    section.videos {
        padding: 52px 0;
    }

    section.videos iframe {
        width: 100%;
        height: 200px;
        border-radius: 0;
    }

    section.inner-page {
        padding: 0 15px 48px;
    }

    section.inner-page h1.titulo-geral {
        margin-top: 48px;
    }

    img.icone-video1 {
        margin-top: -30px;
        width: 100px;
        left: 0;
    }

    img.icone-video2 {
        margin-top: -70px;
        width: 100px;
    }

    .numeros {
        padding: 40px 0;
    }

    .numeros h2 {
        font-size: 80px;
        line-height: 80px;
        text-align: center;
    }

    .numeros p {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .numeros-1 img.img-fluid {
        padding: 0 8%;
    }

    .numeros-1 {
        padding-bottom: 200px;
    }

    img.icone-numeros-1 {
        right: -48px;
        bottom: 40px;
        width: 100px;
    }

    .numeros-2 {
        height: 420px;
    }

    .numeros-2 .container {
        height: 100%;
    }

    img.icone-numeros-2 {
        bottom: 40px;
        left: calc(50% - 70px);
        width: 140px;
    }

    .numeros-2 img.img-fluid {
        margin-top: -120px;
        max-height: 320px;
    }

    .numeros-2 p {
        margin-top: 24px;
        font-size: 30px;
        text-align: center;
    }

    .numeros-2 h4 {
        font-size: 52px;
        line-height: 52px;
        text-align: center;
    }

    .numeros-3 {
        padding: 52px 0;
    }

    .numeros-3 h3 {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 68px;
        line-height: 68px;
        text-align: center;
    }

    .numeros-3 p {
        font-size: 32px;
    }

    img.icone-numeros-3 {
        width: 80px;
        right: 0;
        margin-top: 60px;
    }

    .acionistas {
        padding-bottom: 30px;
    }

    .acionistas .box {
        display: flex;
        padding: 15px;
        text-align: center;
    }

    .acionistas .box img {
        max-width: 100%;
    }

    .acionistas .box a {
        width: 50%;
    }

    section.localizacao {
        padding: 60px 0 80px;
    }

    img.icone-localizacao-1 {
        left: 0;
        width: 108px;
        margin-top: 108px;
    }

    img.icone-localizacao-2 {
        right: 0;
        margin-top: -80px;
    }

    section.localizacao .container {
        padding: 0 32px;
    }

    section.localizacao .box {
        margin-top: 40px;
        display: block;
        height: auto;
    }

    section.localizacao .item {
        width: 100%;
    }

    section.localizacao .item:first-child {
        padding: 40px 24px;
    }

    section.localizacao .item:nth-child(2) {
        height: 260px;
    }

    section.localizacao .nav-tabs {
        justify-content: center;
        margin-bottom: 10px;
    }

    section.localizacao .nav-tabs .nav-item {
        margin: 0 5px 10px;
    }

    section.localizacao .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 20px;
    }

    section.localizacao a {
        font-size: 16px;
        line-height: 18px;
    }

    section.localizacao iframe {
        border-radius: 0 0 20px 20px;
        height: 260px;
    }

    #locationMap {
        border-radius: 0 0 20px 20px;
        height: 260px;
    }

    section.instagram {
        padding: 30px 0;
    }

    footer {
        text-align: center;
        padding-bottom: 150px;
    }

    footer img.img-fluid {
        margin-bottom: 20px;
    }

    .barra-fixa a {
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        display: table;
        font-weight: 400;
    }

    .barra-fixa a img {
        height: 20px;
        display: table;
        margin: 0 auto 5px;
    }

    .barra-fixa a.btn-contratar {
        font-size: 10px;
        line-height: 10px;
        padding: 8px 16px;
        font-weight: 400;
    }

    .barra-fixa a.btn-contratar img {
        height: 15px;
    }

    .card-p {
        font-size: 24px;
        display: flex
    }

}

@media (max-width: 390px) {
    #popup{
        margin-top: -220px;
    }
    #imageRich{
      width: 90%;
    }
    #banner_servicos{
        width: 100%;
    }
}

