@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
body {
  font-family: 'Gogh', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 65px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Old English Five', sans-serif;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #162038;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  background-color: #226f89;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link:hover {
  color: #ffffff;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #226f89;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  background-color: #0a0a0a;
  overflow: hidden; /* Garante que nenhum conteúdo vaze fora do contêiner */
}

.slider_section .row {
  display: flex;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
}

.slider_section .detail-box {
  color: #ffffff;
  text-align: center; /* Centraliza o texto */
  padding: 0 20px; /* Adiciona um padding interno para o conteúdo */
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #162038;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #053032;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: absolute;
  bottom: 20px; /* Ajusta a posição dos indicadores */
  left: 50%; /* Centraliza horizontalmente */
  transform: translateX(-50%); /* Centraliza horizontalmente */
  margin: 0;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  margin: 0 5px; /* Espaçamento entre os indicadores */
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #0d7377;
}

.slider_section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
}

.service_section .box .img-box img {
  width: 75px;
  -webkit-filter: invert(30%) sepia(71%) saturate(752%) hue-rotate(138deg) brightness(99%) contrast(90%);
          filter: invert(30%) sepia(71%) saturate(752%) hue-rotate(138deg) brightness(99%) contrast(90%);
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  font-size: 28px;
  font-family: 'Old English Five', sans-serif;
}

.about_section .heading_container {
  margin-bottom: 15px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0d7377;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #053032;
}

.gallery_section .heading_container {
  margin-bottom: 30px;
}

.gallery_section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gallery_section .img-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_section .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery_section .img-box .btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_section .img-box .btn-box a {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

.gallery_section .img-box::before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.8);
  z-index: 0;
}

.gallery_section .img-box:hover a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_section .img-box:hover::before {
  display: block;
}

.client_section .client_container {
  width: calc(100% - 90px);
  margin-top: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
}

.client_section .box .detail-box {
  padding: 25px 25px 45px 25px;
  margin-bottom: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 7% 85%, 0 100%, 0 86%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 7% 85%, 0 100%, 0 86%);
  background-color: #212121;
  color: #ffffff;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box .client_id .img-box {
  position: relative;
  width: 75px;
  height: 75px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
}

.client_section .box .client_id .name {
  margin-left: 15px;
}

.client_section .box .client_id .name h6 {
  color: #23242a;
  font-size: 18px;
  margin-bottom: 0;
}

.client_section .box .client_id .name p {
  margin-bottom: 0;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  position: relative;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  font-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -90px;
  outline: none;
  background-color: #0d7377;
  color: #ffffff;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #161825;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  top: 25%;
}

.client_section .owl-carousel .owl-nav .owl-next {
  top: calc(25% + 65px);
}

/* footer section*/
.footer_section {
  background-color: #212121;
  color: #ffffff;
  padding-top: 75px;
}

.footer_section .footer-col {
  margin-bottom: 45px;
}

.footer_section h4 {
  margin-bottom: 15px;
  font-family: 'Gogh', sans-serif;
  font-size: 25px;
}

.footer_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 10px;
}

.footer_section .social_box a:hover {
  color: #0d7377;
  border-color: #0d7377;
}

.footer_section .footer_insta .insta_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_section .footer_insta .insta_box .img-box {
  width: 65px;
  min-width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  background-color: #ffffff;
}

.footer_section .footer_insta .insta_box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer_section .footer_insta .insta_box p {
  margin: 0;
}

.footer_section .footer_insta .insta_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.footer_section .footer_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer_section .footer_contact a i {
  margin-right: 5px;
  width: 25px;
}

.footer_section .footer_contact a:hover:hover {
  color: #0d7377;
}

.footer_section .map_container {
  width: 100%;
  height: 205px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
  padding: 20px 0;
  background-color: #ffffff;
}

.footer_section .footer-info p {
  color: #000000;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.insta_box p {
  font-size: small; /* ou defina o tamanho de fonte que preferir */
  color: white;
}

/* Botão do formulário */ 

.footer_form {
  display: flex;
  justify-content: center; 
  align-items: center; 
}

.footer_form a.buttonEnviar {
  display: inline-block;
  padding: 10px 20px; 
  font-size: 16px; 
  background-color: #0d7377;
  color: #ffffff;
  border-radius: 5px;
  border: none; 
  cursor: pointer;
  transition: all 0.3s; 
  text-decoration: none; 
}

.footer_form a.buttonEnviar:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff; 
}

.form {
  background-color: #212121;
  color: #ffffff;
  padding: 50px;
}

/* CSS da janela modal */
.form {
  justify-content: center;
  align-items: center;
}

.footer_form {
  text-align: center;
}

.buttonEnviar {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.buttonEnviar:hover {
  background-color: #0056b3;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border: none;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.meu_formulario {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.campo {
  display: flex;
  flex-direction: column;
}

.campo label {
  margin-bottom: 5px;
  font-weight: 500;
}

.campo input,
.campo textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.campo input:focus,
.campo textarea:focus {
  border-color: #000000;
  outline: none;
}

.campo textarea {
  resize: vertical;
  min-height: 100px;
}

.input_arquivo {
  padding: 5px;
}

.buttonEnviar {
  align-self: flex-start;
  background-color: #226f89;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.buttonEnviar:hover {
  background-color: #162038;
}

/* Ocultar elementos em dispositivos móveis (celulares e tablets) */
@media (max-width: 1024px) {
  .ocultar-em-mobile {
      display: none;
  }
}

/* Ocultar elementos em desktops ou telas grandes */
@media (min-width: 1025px) {
  .ocultar-em-desktop {
      display: none;
  }
}

/* Media Query para dispositivos com apontadores grossos e sem funcionalidade de hover */

@media (pointer: coarse) and (hover: none) {
  .slider_section {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  .slider_section video {
    display: none; /* Esconde o vídeo em dispositivos que não suportam HTML5 vídeo */
  }
}

/* Ajustes específicos para dispositivos móveis */
@media (max-width: 767px) {
  .slider_section video {
    display:inline-flex;  /* Esconde o vídeo em dispositivos que não suportam HTML5 vídeo */
  }
  
}

.card {
  border: 1px solid #ddd;
  border-radius: 10px; /* Ajuste o raio conforme necessário */
  overflow: hidden;
  width: 330px; /* Ajuste a largura conforme necessário */
  margin: 0  auto;
}

.card-img-top {
  width: 100%;
  height: auto;
}

.card-body {
  padding: 10px;
}
.card h5{

  font-weight: bold;
  font-size: 24px;
  font-family: 'Old English Five', sans-serif;
}
.card img{
  padding-top: 10px;
  margin: 0 auto;
  width: 200px;
  -webkit-filter: invert(30%) sepia(71%) saturate(752%) hue-rotate(138deg) brightness(99%) contrast(90%);
          filter: invert(30%) sepia(71%) saturate(752%) hue-rotate(138deg) brightness(99%) contrast(90%);

}

.card img.no-color-filter {
  padding-top: 10px;
  margin: 0 auto;
  width: 200px;
  -webkit-filter: none;
  filter: none;
}

#comparison-container {
  width: 60vw;
  height: 60vw;
  max-width: 600px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

#comparison-figure {
  background-image: url('../images/gallery/c1-2.jpg'); 
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%; 
  height: 100%;
  margin: 0; 
}

#comparison-figure img {
  position: relative;
  width: 100%;
}

#comparison-divisor {
  background-image: url('../images/gallery/c1-1.jpg');
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

#comparison-slider {
  position: relative;
  top: -2rem;
  left: -2%;
  background-color: rgba(255, 255, 255, 0.1);
  width: 102%;
}

#comparison-slider:focus {
  outline: none;
}

#comparison-slider:active {
  outline: none;
}

#comparison-slider::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 98%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  outline: none;
}

#comparison-slider::active {
  border: none;
  outline: none;
}

#comparison-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
}

#comparison-slider::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
}

#comparison-slider:focus::-webkit-slider-thumb {
  background: rgba(255, 255, 255, 0.5);
}

#comparison-slider:focus::-moz-range-thumb {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  #comparison-container {
      width: 90vw;
      height: 90vw;
      max-width: none;
      max-height: none;
  }

  #comparison-slider {
      top: -1rem;
  }
}

.my-slider {
  -webkit-appearance: none; 
  width: 100%; 
  height: 10px; 
}

.my-slider:hover {
  opacity: 1;
}

.my-slider::-webkit-slider-thumb {
  -webkit-appearance: none; 
  appearance: none; 
  width: 20px; 
  height: 20px; 
  background: #0d7377;
  cursor: pointer;
  border-radius: 50%; 
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); 
}

.my-slider::-moz-range-thumb {
  width: 20px; 
  height: 20px; 
  background: #0d7377; 
  cursor: pointer;
  border-radius: 50%; 
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); 
}