@font-face {
  font-family: 'Britannic Bold Regular';
  src: url('../fonts/Britannic Bold Regular/Britannic Bold Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Dominik Thin';
  src: url('../fonts/Dominik Thin/DOMINIKTH.TTF') format('truetype'),
  url('../fonts/Dominik Thin/DOMINIKTHi.TTF') format('truetype');
}

@font-face {
  font-family: 'hubballi';
  src: url('../fonts/hubballi/Hubballi-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'mont';
  src: url('../fonts/mont/Mont-ExtraLightDEMO.otf') format('opentype');
}

@font-face {
  font-family: 'myriad-pro';
  src: url('../fonts/myriad-pro/MYRIADPRO-BOLD.OTF') format('opentype'),
  url('../fonts/myriad-pro/MYRIADPRO-BOLDCOND.OTF') format('opentype'),
  url('../fonts/myriad-pro/MYRIADPRO-BOLDCONDIT.OTF') format('opentype'),
  url('../fonts/myriad-pro/MYRIADPRO-BOLDIT.OTF') format('opentype'),
  url('../fonts/myriad-pro/MYRIADPRO-COND.OTF') format('opentype'),
  url('../fonts/myriad-pro/MYRIADPRO-CONDIT.OTF') format('opentype'),
  url('../fonts/myriad-pro/MyriadPro-Light.otf') format('opentype'),
  url('../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF') format('opentype'),
  url('../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.OTF') format('opentype'),
  url('../fonts/myriad-pro/MYRIADPRO-SEMIBOLDIT.OTF') format('opentype');
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d1f36;
  --bs-dark-primary: #0a1726;
  --bs-light-primary: #213858;
  --bs-secondary: #6c757d;
  --bs-success: #30c928;
  --bs-info: #9020c4;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 31, 54;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 144, 32, 196;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #e8e8e8;
  --bs-tertiary-bg-rgb: 232, 232, 232;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --bs-whatsapp: #2fdb2a;
  --bs-btn-bg: #0d1f36;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.g-recaptcha {
 float: right;
}

@media only screen and (max-width: 900px) {
  .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
    float: none;
  }
}

.font-britannic{
  font-family: 'Britannic Bold Regular';
}

.pretty .state label:before{
  border-color: var(--bs-primary) !important;
}
.pretty.p-default input:checked~.state label:after{
  background:  var(--bs-primary) !important;
}

.bg-overlay{
  position: relative;
  background-size: cover;
  background-position: bottom;
}
.bg-overlay::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0d1f36;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.z-index-1{
  position: relative;
  z-index: 1;
}

/* Adicione este código ao seu arquivo de estilo CSS */

.div-marquee{
  position: relative;
  z-index: 1;
}
.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item::after {
 content: '';
 display: block;
 width: 0;
 height: 30px;
 background-color: #fff;
 transition: width 0.3s;
 position: absolute;
 bottom: -100px;
 left: 50%;
 transform: translateX(-50%);
 border-radius: 50px;
}

.navbar-nav .nav-item:hover::after {
  width: 100%;
}

.navbar-brand{
  position: relative;
  top: -50px;
  border-radius: 0 0 20px 20px;
  z-index: 1;
}
.navbar-brand img{
  width: 400px;
  padding: 60px 80px;
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 1400px) {
  .navbar-brand img {
    width: 180px;
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 900px) {
  .navbar-brand{
    top: -55px;
    z-index: 2;
    padding-top: 40px;
    margin-bottom: -30px;
  }
  .navbar-brand img {
    width: 150px;
    padding: 20px;
    top: 0;
  }
  .navbar-collapse{
    text-align: center;
  }
}

@media only screen and (max-width: 370px) {
  .navbar-brand{
    z-index: 2;
    margin-bottom: 30px;
  }
  .navbar-brand img {
    width: 150px;
    padding: 20px;
    top: 0;
  }
}

.navbar-expand-lg .navbar-nav .nav-link{
  font-size: 22px;
  font-weight: 600;
  margin: auto 17px;
  color: var(--bs-dark);
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: var(--bs-primary);
}

.whatsapp-button{
  background-color: var(--bs-success);
  color: #fff;
  border-radius: 20px 0px 0px 20px;
  padding: 20px 45px;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-decoration: none;
}
.whatsapp-button::before{
  content: '\f232';
  font-family: 'Font Awesome 5 Brands';
  background-color: var(--bs-whatsapp);
  width: 60px;
  height: 60px;
  position: absolute;
  left: -25px;
  top: 7px;
  border-radius: 50%;
  line-height: 61px;
  font-size: 32px;
  text-align: center;
  font-weight: 100;
}
@media only screen and (max-width: 1770px) {
  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 18px;
    margin: auto 10px;
    position: relative;
    left: -90px;
  }
  .whatsapp-button {
    padding: 15px 10px 15px 30px;
    font-size: 14px;
  }
  .whatsapp-button::before {
    width: 40px;
    height: 40px;
    left: -15px;
    top: 6px;
    line-height: 40px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .whatsapp-button{
    border-radius: 10px;
    padding: 10px;
    top: 29px;
    right: 25%;
    font-size: 12px;
    width: 150px;
    height: 40px;
    padding-left: 30px;
  }
  .whatsapp-button::before{
    width: 32px;
    height: 32px;
    left: -12px;
    top: 4px;
    line-height: 33px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .whatsapp-button{
    right: 85px;
  }
}

@media only screen and (max-width: 420px) {
  .whatsapp-button{
    padding: 12px 22px;
    right: 73px;
    font-size: 10px;
    width: 125px;
  }
}
@media only screen and (max-width: 370px) {
  .whatsapp-button{
    top: 90px;
    left: 22px;
    padding: 12px 22px;
    right: 0;
    font-size: 12px;
    width: 142px;
  }
}

#hidrojateamento{
  background-image: url(../images/bg-hidrojateamento.png);
}


#bombeiro-hidraulico{
  background-image: url(../images/bg-bombeiro.png);
}
#bombeiro-hidraulico .btn-whatsapp-top{
  top: -90px;
}

#main{
  background-image: url(../images/bg-home.png);
  padding-top: 40px;
}
#main .form_contact{
  position: relative;
  top: 70px;
}
#main .form_contact label{
  text-transform: uppercase;
  color: var(--bs-secondary);
  font-family: hubballi;
}

.form_contact .form-control, .form_contact .form-select{
  border: 1px solid var(--bs-primary);
  border-radius: 20px;
}
.form_contact .btn{
  letter-spacing: 11px;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 25px;
}
.form_contact .btn-primary{
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
#main .form_contact::before{
  content: '';
  width: 80%;
  height: 20px;
  background-color: #cecece;
  position: absolute;
  z-index: 1;
  border-radius: 0px 0px 20px 20px;
  margin: 0 10%;
}
#main .form_contact::after{
  content: '';
  width: 80%;
  height: 20px;
  background: var(--bs-primary);
  position: absolute;
  z-index: 1;
  border-radius: 20px 20px 0px 0px;
  margin: -21px 10%;
}
#main .form_contact .card{
  border-radius: 40px;
  padding: 75px 40px;
  text-align: center;
}
#main .form_contact .card h6{
  font-size: 22px;
  letter-spacing: 4px;
}

@media only screen and (max-width: 900px) {
  #main .form_contact .card{
    border-radius: 30px;
    padding: 40px 10px;
  }
}

#main .logo{
  width: 57%;
}
/* Estilo para os dots */
#main .owl-dots {
  display: flex;
  margin-top: 50px;
}
#main .owl-theme .owl-dots .owl-dot span{
  background-color: transparent;
  border: 1px solid #8f8f8f;
  width: 15px;
  height: 15px;
}
#main .owl-theme .owl-dots .owl-dot.active span, #main .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}
#sobre .container{
  padding: 0;
  padding-top: 30px;
}
@media only screen and (max-width: 900px) {
  #sobre .container, .my-default .container {
    padding: 60px 20px !important;
  }
  #sobre .mx-5,  .my-default .container .mx-5 {
    margin: 0px 20px !important;
  }
  #sobre .icone-inova{
    top: 20px;
  }
}

.my-default .container{
  padding: 180px 0;
}
.my-default .h1{
  font-size: 52px;
  font-weight: 800;
  color: var(--bs-primary);
  margin-bottom: 130px;
}
.my-default p{
  font-size: 22px;
  font-weight: 400;
}

.my-default{
  margin: 150px auto;
}
@media only screen and (max-width: 900px) {
  #main .customs-mobile-header{
    padding: 0 75px;
  }
  .my-default .h1{
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
  .my-default p{
    font-size: 14px;
  }
}
@media only screen and (max-width: 370px) {
  .my-default .h1{
    font-size: 25px;
    margin-bottom: 60px;
  }
  .my-default p{
    font-size: 14px;
  }
}


#areas .h1{
  margin-bottom: 150px;
}
#areas .box-atuacao ul{
 list-style: none;
 display: flex;
 justify-content: space-between;
 margin-top: 40px;
 margin-bottom: 80px;
}
#areas .box-atuacao ul li a{
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  #areas .box-atuacao ul{
    flex-direction: column;
    text-align: center;
    padding: 0;
  }
  #areas .box-atuacao ul li{
    margin-bottom: 20px;
  }
}


#servicos.my-default{
  overflow-x: hidden;
}
#servicos .servicos-box{
  max-width: 100%;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  background-position: top;
  background-size: cover;
}
#servicos .servicos-box::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  opacity: 0.9;
}
#servicos .servicos-box .servicos-title{
 font-size: 32px;
 text-transform: uppercase;
 line-height: 35px;
 margin-bottom: 20px;
 height: 70px;
}
#servicos .servicos-box .btn-up{
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 25px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
#servicos .servicos-box:hover .btn-up{
  background-color: var(--bs-info);
  border-radius: 50%;
  transform: rotate(90deg);
  transition: 0.6s;
  z-index: 1;
}

#blog .item .card{
  border: 0;
  text-align: center;
}
#blog .item .card .card-body {
  position: relative;
  overflow: hidden; /* Garante que o overflow da imagem não ultrapasse o contêiner */
}
#blog .item .card .card-body .img {
  border-bottom: 15px solid var(--bs-primary);
  position: relative;
  border-radius: 0px 0px 20px 20px;
  display: flex;
}
#blog .item .card .card-body .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0px 0px;
}
#blog .item .card .card-body .img::after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.5); /* Cor branca com 50% de opacidade */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0px 0px; /* Certifique-se de usar o mesmo raio de borda */
  z-index: 1; /* Garante que a sobreposição esteja acima da imagem */
}
#blog .item .card .card-body .img i{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  border: 2px solid #383838;
  color: #383838;
  width: 40px;
  text-align: center;
  padding: 9px;
  font-size: 20px;
  height: 40px;
  border-radius: 50%;
}
#blog .item .card .card-body .img:hover i {
  background-color: #383838;
  color: #ffffff;
}
#blog .item .card .card-body .blog-title{
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 30px;
  height: 100px;
}
#blog .item .card .card-body .blog-description{
  font-size: 18px;
  color: var(--bs-secondary);
  margin: 30px 80px;
  max-height: calc(1.2em* 3);
  overflow: hidden;
  line-height: 1.2em;
}
#blog .item .card .card-body .btn{
  color: #8d8d8d;
  background-color: #f1f1f1;
  font-weight: 600;
  border-radius: 10px 10px 40px 10px;
  padding: 10px 50px;
}
#blog .owl-dots{
  margin-top: 100px;
}
#blog .owl-theme .owl-dots .owl-dot span{
  width: 25px;
  height: 25px;
}

#clientes{
  background-color: #efefef;
  position: relative;
}
#clientes .box-clients img{
  width: 100%;
  height: auto;
}

#depoimentos .card{
  border: 0;
  border-radius: 15px;
}
#depoimentos .card-body{
  background: #ececec;
  border-radius: 10px;
  height: 20rem;
  padding: 35px 0;
}
#depoimentos .card-body .stars{
  padding-top: 25px;
  position: absolute;
  bottom: 50px;
  right: 60px;
}
#depoimentos .card-body h2{
  padding: 30px;
  text-align: center;
}
#depoimentos .card-body p{
  padding: 0 30px;
  font-size: 22px;
  text-align: center;
}
#depoimentos .owl-theme .owl-nav.disabled+.owl-dots{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 30%;
  right: -50px;
  align-items: flex-end;
}
@media only screen and (max-width: 900px) {
  #depoimentos .card-body{
    height: 20rem;
  }
  #depoimentos .owl-theme .owl-nav.disabled+.owl-dots{
    top: 0;
    right: 0px;
  }
}
#depoimentos .owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height:  15px;
}

@media (max-width: 996px){
  #depoimentos{
    margin: 40px 0px !important;
    padding: 0px !important;
    text-align: center
  }
}
@media (max-width: 575px) {
  #depoimentos .card {
    margin: 0 15%;
  }
}
@media (max-width: 425px){
  #depoimentos .card-body p {
    font-size: 16px;
  }
}

.cards-default .card {
  border-radius: 120px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cards-default .card-body {
  padding: 75px 55px;
  flex-grow: 1;
}

.cards-default .card-body i {
  font-size: 62px;
  margin-bottom: 50px;
}

.cards-default .card-body .card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

.cards-default .card-body .card-subtitle, .cards-default .card-body .card-subtitle p {
  font-size: 14px;
  color: #c9c9c9;
  font-family: 'mont';
}
@media only screen and (max-width: 900px) {
  .cards-default .card {
    border-radius: 80px;
  }
}

.btn-whatsapp{
  position: absolute;
  background-color: var(--bs-info);
  padding: 25px;
  width: 450px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  border-radius: 80px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Britannic Bold Regular';
}
.btn-whatsapp i{
  margin-left: 30px;
  font-size: 28px;
}
.btn-whatsapp-top{
  top: -40px;
}
.btn-whatsapp-start{
 left: 270px;
}
.btn-whatsapp-end{
  right: 180px;
}
.btn-whatsapp-buttom{
  bottom: -40px;
}

@media only screen and (max-width: 900px) {
  .btn-whatsapp-start {
    left: 15px;
  }
  .btn-whatsapp-end {
    right: 80px;
  }
  .btn-whatsapp {
    padding: 25px;
    width: 250px;
    font-size: 14px;
  }
  .btn-whatsapp i {
    margin-left: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 370px) {
  .btn-whatsapp-start {
    left: 40px;
  }
  .btn-whatsapp-end {
    right: 30px;
  }
}

.box-item-icon{
  border: 4px solid var(--bs-primary);
  border-radius: 20px;
  padding: 20px;
  width: 110px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 62px;
  color: var(--bs-primary);
}
.box-item-icon img{
  width: 100%;
  height: 60px;
}

/*#dedetizacao .grid-icons {
  margin: 0 20%;
}*/

.grid-icons{
  display: grid;
  justify-items: center;
  margin: 0 10%;
}
.grid-icons-6{
  grid-template-columns: repeat(6, 1fr);
}
.grid-icons-5{
  grid-template-columns: repeat(5, 1fr);
}
.grid-icons-4{
  grid-template-columns: repeat(4, 1fr);
}
.grid-icons-3{
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 900px) {
  .grid-icons{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    margin: 0px 200px 0px 220px;
  }
}
@media only screen and (max-width: 425px) {
  .grid-icons{
    grid-gap: 25px;
    margin: 0px 50px 0px 40px;
  }
}

#galeria.my-default {
  margin: 0px auto;
}
#galeria.my-default .container{
  padding: 0px 0 130px;
}
#galeria.my-default .h1{
  margin-bottom: 100px;
  margin-top: 30px;
}

.gallery-hexagon img{
  width: 280px;
  height: 250px;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
.gallery-hexagon .shapes{
  position: relative;
  height: 550px;
  margin: auto 60px;
}
.shape-1{
  top: 120px;
}
.shape-2{
  left: 220px;
}
.shape-3{
  left: 220px;
  top: 235px;
}
.shape-4{
  top: 120px;
  left: 440px;
}
.shape-5{
  left: 660px;
}
.shape-6{
  top: 235px;
  left: 660px;
}
.shape-7{
  top: 120px;
  left: 880px;
}
.gallery-hexagon .shape{
  position: absolute;
}
@media (max-width: 1399px) {
  .gallery-hexagon .shapes{
    margin: 0px 0%;
  }
}
@media (max-width: 1199px) {
  .gallery-hexagon .shapes{
    margin: 0px -12%;
  }
}
@media (max-width: 1024px) {
  .gallery-hexagon .shapes{
    margin: auto;
  }
  .gallery-hexagon img {
    width: 200px;
    height: 190px;
  }
  .gallery-hexagon .shapes{
    height: 500px;
    margin: 100px 5%;
  }
  .shape-1{
    top: 90px;
  }
  .shape-2{
    left: 160px;
  }
  .shape-3{
    left: 160px;
    top: 175px;
  }
  .shape-4{
    top: 90px;
    left: 320px;
  }
  .shape-5{
    left: 480px;
  }
  .shape-6{
    top: 175px;
    left: 480px;
  }
  .shape-7{
    top: 90px;
    left: 640px;
  }   
}
@media (max-width: 992px) {
  .gallery-hexagon .shapes{
    margin: 100px -10%;
  }
}
@media (max-width: 768px) {
  .gallery-hexagon .shapes{
    margin: auto;
  }
  .gallery-hexagon img {
    width: 250px;
    height: 240px;
  }
  .gallery-hexagon .shapes{
    height: 500px;
    margin: 100px auto;
  }
  .shape-1{
    top: 20px;
  }
  .shape-2{
    left: 0px;
    top: 250px;
  }
  .shape-3{
    left: 195px;
    top: -90px;
  }
  .shape-4{
    top: 135px;
    left: 195px;
  }
  .shape-5{
    left: 195px;
    top: 360px;
  }
  .shape-6{
    top: 20px;
    left: 390px;
  }
  .shape-7{
    top: 250px;
    left: 390px;
  }
}
@media (max-width: 425px) {
  .gallery-hexagon img {
    width: 130px;
    height: 120px;
  }
  .gallery-hexagon .shapes{
    height: 450px;
    margin: 70px;
  }
  .shape-1{
    top: 20px;
  }
  .shape-2{
    left: 0px;
    top: 135px;
  }
  .shape-3{
    left: 0px;
    top: 250px;
  }
  .shape-4{
    top: -35px;
    left: 105px;
  }
  .shape-5{
    top: 80px;
    left: 105px;
  }
  .shape-6{
    top: 195px;
    left: 105px;
  }
  .shape-7{
    top: 310px;
    left: 105px;
  }
}
@media (max-width: 375px) {
  .gallery-hexagon .shapes{
    margin: 50px;
  }
}
@media (max-width: 320px) {
  .gallery-hexagon .shapes{
    margin: 20px;
  }
}
.gallery-hexagon .content:hover:after{
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 40px;
  background: #fff;
  z-index: 1;
  left: 100px;
  top: -8px;
  -webkit-clip-path: polygon(100% 50%, 135% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(100% 50%, 135% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  transition: 2s;
}
.gallery-hexagon .opacity-center:before{
  opacity: 0.9 !important;
}
.gallery-hexagon .content:before {
  content: "";
  background: var(--bs-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.75;
  border-radius: 10px;
  z-index: 1;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
@media (max-width: 1024px){
  .gallery-hexagon .content:hover:after{
    left: 60px;
    top: -32px;
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 768px){
  .gallery-hexagon .content:hover:after{
    left: 65px;
    top: -28px;
    width: 120px;
    height: 80px;
  }
}
@media (max-width: 425px){
  .gallery-hexagon .content:hover:after{
    left: 35px;
    top: -14px;
  }
}
@media (max-width: 375px){
  .gallery-hexagon .content:hover:after{
    left: 25px;
    top: -18px;
  }
}

@media only screen and (max-width: 900px) {
  #galeria.my-default .h1 {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}


.social-network{
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin-left: -50px;
  width: 90%;
}
.social-network li a{
  border: 5px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin: auto 4px;
}


/* SOCIAL */
.social-box{
  position: fixed;
  top: 410px;
  display: block;
  z-index: 999;
  left: -20px;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 900px) {
  .social-box{
    top: 275px;
  }
}
.fade-out {
  opacity: 0;
}

.social-box ul{
  list-style: none;
}
.social-box ul li .li-link{
  display: block;
  background: var(--bs-info);
  margin: 10px;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  padding: 9px;
}
.social-box ul li .li-link:hover{
  background-color: var(--bs-primary);
}
.social-box ul li i{
  font-size: 33px;
}
.social-box ul li.btn-whatsapp a{
  border-radius: 50%;
  background-color: #2FDB2A;
}
.social-box ul li.btn-phone a{
  border-radius: 50%;
  background-color: #d87d2b;
}
.social-box ul li.btn-email a{
  border-radius: 50%;
  background-color: #8cc0f2;
}
.social-box ul li.btn-24horas{
  background: #efdf50;
  color: #394c59;
  border-radius: 50%;
  padding: 10px 0px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 7px;
  text-align: center;
  font-size: 12px;
  margin: 10px;
}
.social-box ul li.btn-24horas span {
  font-size: 7px;
  line-height: 15px;
}
.social-box ul li a{
  color: #fff;
}
.social-box ul li a:hover{
  color: #ececec;
}
.social-box .fa-facebook-f{
  position: relative;
  top: 7px;
  left: 7px;
}
.social-box .fa-whatsapp{
  position: relative;
  top: -1px;
  left: 2px;
}
footer{
  background-color: #071626;
}
footer .container-fluid{
  margin: 130px auto !important;
}
footer .logotipo{
  width: 350px;
}
footer .p-center-8{
  padding-left: 8%;
}
footer .p-center{
  padding-left: 9%;
}
@media only screen and (max-width: 900px) {
  .social-box ul li .li-link{
    width: 40px;
    height: 40px;
  }
  .social-box ul li i {
    font-size: 24px;
  }
  .social-network{
    justify-content: center;
    margin-left: 0px;
    width: 100%;
  }
  .social-network li a{
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  footer{
    padding: 20px 40px !important;
  }
  footer .container-fluid .mx-5{
    margin: 0 0p !important;
  }
  footer .logotipo {
    width: 100%;
  }
}
footer .lista-servicos li{
  width: 100%;
}
footer .lista-servicos li::marker {
  color: #30455e;
  font-size: 22px;
  line-height: 20px;
}
footer .lista-servicos li a{
  color: #fff;
  text-decoration: none;
}
footer .localidades{
  font-size: 12px;
  width: 70%;
}


.scrool-black::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scrool-black::-webkit-scrollbar{
  width: 12px;
  background-color: #F5F5F5;
}

.scrool-black::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}


#scrollToTopBtn {
  position: fixed;
  bottom: 92px;
  right: 20px;
  display: none;
  background-color: #ffc107;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-size: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 2;
}

#scrollToTopBtn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 900px) {
  #scrollToTopBtn{
    right: 25px;
  }
}

.icone-inova{
  width: 90px;
  height: 90px;
  background-color: var(--bs-info);
  border-radius: 50%;
}
.icone-inova img{
 width: 75px;
 height: 75px;
 padding: 7px;
 margin: 5px 11px;
}
.icone-inova-right{
  position: absolute;
  right: 820px;
  margin-top: -80px;
}
.icone-inova-left {
  position: absolute;
  left: 320px;
  margin-top: -20px;
}
.dt-custom-right{
  right: 390px;
  margin-top: -40px;
}

@media only screen and (max-width: 900px) {
  .icone-inova{
    width: 70px;
    height: 70px;
  }
  .icone-inova img{
    width: 50px;
    height: 55px;
  }
  .icone-inova-right{
    right: 40px;
    margin-top: -430px;
  }
  .dt-custom-right{
    right: 50px;
    margin-top: -10px;
  }
  .icone-inova-left {
    left: 50px;
    margin-top: 30px;
  }
}

.overlay-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
  linear-gradient(to bottom, rgba(245, 245, 245, 1) 1px, rgba(200, 200, 200, 0) 1px, rgba(200, 200, 200, 0) 40px, rgba(255, 255, 255, 0) 40px),
  linear-gradient(to right, rgba(245, 245, 245, 1) 1px, rgba(200, 200, 200, 0) 1px, rgba(200, 200, 200, 0) 40px, rgba(255, 255, 255, 0) 40px);
  background-size: 40px 40px; /* Define o tamanho do quadrado da grade */
}

#blog_content .logotipo{
  width: 500px;
  margin: 100px 0;
}
#blog_content .title{
  font-size: 62px;
  font-weight: 700;
}
#blog_content .subtitle{
  margin: 20px 0;
  font-size: 26px;
  font-weight: bold;
  color: var(--bs-secondary);
}
#blog_content .bg-custom{
  padding-top: 160px;
  padding-bottom: 280px;
}

.post-content h1{
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  margin: 120px 0 210px;
  color: var(--bs-primary);
}
.post-content p{
  color: var(--bs-secondary);
  font-weight: 400;
  font-size: 24px;
  text-align: justify;
}

@media only screen and (max-width: 900px) {
  #blog_content .container{
    padding-left: 45px;
  }
  #blog_content .logotipo {
    width: 250px;
    margin: 30px 0;
  }
  #blog_content .title {
    font-size: 26px;
  }
  .post-content{
    padding: 70px;
  }
  .post-content h1 {
    font-size: 32px;
    margin: 50px 0;
  }
}

.shared{
  margin-top: 270px;
}
.shared h6 {
  font-size: 42px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 30px;
  color: #595959;
}

.shared .share-social {
  display: flex;
  justify-content: flex-start;
  margin-left: -30px;
  margin-bottom: 60px;
}

.shared .share-social .share-icon {
  list-style: none;
  margin-right: 10px;
}

.shared .share-social .share-icon a {
  display: block;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #383838;
  text-decoration: none;
  border: 2px solid #383838;
  border-radius: 50%;
}

.shared .share-social .share-icon a:hover {
  background-color: #383838;
  color: #ffffff;
}

/* Button WhatsApp */

.buttonWhatsApp {
  position: fixed;
  bottom: 170px;
  right: 20px;
  z-index: 20;
}
.buttonWhatsApp .ballon {
  font-size: 12px;
  background: #ededed;
  border: 1px solid #d5d5d5;
  border-right: none;
  padding: 5px;
  border-radius: 5px;
  position: relative;
  left: -80px;
  bottom: 10px;
}
.buttonWhatsApp .ballon::after {
  content: "";
  background: #ededed;
  border: 1px solid #d5d5d5;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  left: 95px;
  transform: rotate(45deg);
  z-index: -1;
}
.buttonWhatsApp .ballon .time {
  font-size: 9px;
}
.buttonWhatsApp a {
  position: absolute;
  bottom: -70px;
  right: 0px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}
@media only screen and (max-width: 900px) {
  .buttonWhatsApp{
    right: 25px;
  }
}

.bg-dark-primary{
  background-color: var(--bs-dark-primary)!important;
}
.bg-light-primary{
  background-color: var(--bs-light-primary)!important;
}


#carousel2{
  background-image: url(../images/bg-carousel2.png);
  background-attachment: fixed;
  padding-top: 90px;
}
#carousel2 .form_contact{
  position: relative;
  top: 80px;
}
#carousel2 .form_contact label{
  text-transform: uppercase;
  color: var(--bs-secondary);
}

#carousel2 .form_contact .form-control, .form_contact .form-select{
  border: 1px solid var(--bs-primary);
  border-radius: 20px;
}
#carousel2 .form_contact .btn{
  letter-spacing: 11px;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 25px;
}
#carousel2 .form_contact .btn-primary{
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
#carousel2 .text-2{
  font-size: 30px;
}
#carousel2 .form_contact::after{
  content: '';
  width: 80%;
  height: 20px;
  background: #fff;
  position: absolute;
  z-index: 1;
  border-radius: 20px 20px 0px 0px;
  margin: -20px 10%;
}
#carousel2 .card{
  border-radius: 40px;
  padding: 90px 40px;
  background-color: #efefef;
  border: 0;
}
#carousel2 .card h6{
  font-size: 22px;
  letter-spacing: 0px;
  font-weight: bold;
}
#carousel2 .card p{
  margin-top: 24px;
  font-size: 26px;
  line-height: 24px;
}
#carousel2 .btn-whatsapp-end{
  top: -130px;
}

@media only screen and (max-width: 900px) {
  #carousel2 .form_contact .card{
    border-radius: 30px;
    padding: 40px 10px;
  }
}

#carousel2 .logo{
  width: 57%;
}
/* Estilo para os dots */
#carousel2 .owl-dots {
  display: flex;
  margin-top: 50px;
}
#carousel2 .owl-theme .owl-dots .owl-dot span{
  background-color: transparent;
  border: 1px solid #8f8f8f;
  width: 15px;
  height: 15px;
}
#carousel2 .owl-theme .owl-dots .owl-dot.active span, #main .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

.btn-announce {
  animation: pulse-purple 2s infinite;
}
@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.w-35{
  width: 35% !important;
}
@media only screen and (max-width: 900px) {
  .w-35{
    left: -50px;
    position: relative;
  }
}

/* CUSTOMIZAÇÕES AVANÇADAS */
@media only screen and (max-width: 900px) {
  .centralize-box-icon{
        position: relative;
        right: -65%;
  }
}