@import url("font-awesome.min.css");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

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

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #dcb937;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  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;
  position: relative;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero_bg_box .img-box {
  width: 100%;
}

.hero_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.35));
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_top {
  background-color: #1c1c1c;
  padding: 15px 0;
}

.header_top .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_top .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
}

.header_top .contact_link-container a i {
  font-size: 20px;
  color: #dcb937;
  margin-right: 5px;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 35px 15px 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  background-color: #1c1c1c;
}

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

.navbar-brand {
  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;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.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: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  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;
  border-radius: 15px;
  top: -10px;
  -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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  color: #dcb937;
}

.slider_section .detail-box p {
  margin-top: 25px;
  font-family: 'Lora', serif; /* Fonte serifada, elegante e moderna */
  font-size: 36px; /* Tamanho grande para destaque */
  font-weight: 400; /* Peso mais leve, não tão negrito */
  color: #ffffff; /* Cor branca para contraste com a imagem de fundo */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); /* Sombra suave para melhor legibilidade */
}


.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #dcb937;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #dcb937;
  color: #dcb937;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #dcb937;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #ffffff;
}

.aboutIndex_section {
  padding: 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  margin-top: 45px;
  margin-right: 15px;
}

.aboutIndex_section .separator-line {
  width: 100%;
  height: 1px;
  background-color: #dcb937;
  margin-bottom: 30px;
}

.aboutIndex_section .row {
  display: flex;
  justify-content: space-between;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Redução do tamanho da imagem */
.aboutIndex_section .aboutIndex_image {
  width: 35%; /* A imagem ocupa 35% do espaço */
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 20px; /* Espaço entre a imagem e o texto */
}

.aboutIndex_section .aboutIndex_image img {
  width: 60%; /* A imagem ocupa 60% do tamanho do seu container */
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  max-width: 100%;
}

/* Redução do tamanho da imagem */
.aboutIndex_section .caseIndex_image {
  width: 35%; /* A imagem ocupa 35% do espaço */
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 20px; /* Espaço entre a imagem e o texto */
}

.aboutIndex_section .caseIndex_image img {
  width: 60%; /* A imagem ocupa 60% do tamanho do seu container */
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  max-width: 100%;
}

/* Caixa de texto do lado direito */
.aboutIndex_section .aboutIndex_detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  color: #333;
  text-align: left;
  width: 60%; /* O texto ocupa 60% do espaço */
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}

.aboutIndex_section .aboutIndex_detail-box h2 {
  font-size: 28px;
  font-weight: bold;
}

.aboutIndex_section .aboutIndex_detail-box p {
  font-size: 16px;
  color: #666;
}

.aboutIndex_section .aboutIndex_detail-box a {
  display: inline-block;
  padding: 12px 35px;
  background-color: #dcb937;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
  max-width: 250px;
  width: auto;
  white-space: nowrap;
}

.aboutIndex_section .aboutIndex_detail-box a:hover {
  background-color: transparent;
  border-color: #dcb937;
  color: #dcb937;
}

/* Deixar os nomes em negrito e maiores */
.aboutIndex_section .aboutIndex_detail-box p:nth-of-type(1),
.aboutIndex_section .aboutIndex_detail-box p:nth-of-type(4) {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

/* Deixar as funções em negrito, mas um pouco menores */
.aboutIndex_section .aboutIndex_detail-box p:nth-of-type(2),
.aboutIndex_section .aboutIndex_detail-box p:nth-of-type(5) {
  font-weight: bold;
  font-size: 16px;
  color: #555;
}

/* Ajustes para mobile */
@media (max-width: 768px) {
  /* Inverter a ordem da row (texto primeiro, imagem depois) */
  .aboutIndex_section .row {
    flex-direction: column-reverse; /* Inverte a ordem dos elementos */
  }
  
  .aboutIndex_section .aboutIndex_image {
    width: 40%; /* A imagem ocupa 80% da largura no mobile */
    margin-top: 20px;
    margin-left: auto; /* Garante que a imagem está centralizada */
    margin-right: auto; /* Garante que a imagem está centralizada */
  }
  .aboutIndex_section .caseIndex_image {
    width: 80%; /* A imagem ocupa 80% da largura no mobile */
    margin-top: 20px;
    margin-left: auto; /* Garante que a imagem está centralizada */
    margin-right: auto; /* Garante que a imagem está centralizada */
  }

  .aboutIndex_section .aboutIndex_detail-box {
    width: 100%;
    padding: 20px;
  }

  /* Estilo para o botão */
  .aboutIndex_section .aboutIndex_detail-box a {
    width: 80%; /* O botão ocupa 80% da largura */
    margin: 20px auto; /* Centra o botão */
    display: block;
    text-align: center;
  }
}

/* Seção de serviços */
.service_section {
  padding: 0;
  background-color: #2d323f;
  position: relative;
}

.service_section .separator-line {
  width: 100%;
  height: 1px;
  background-color: #dcb937;
  margin-bottom: 30px;
}

.service_section .row {
  display: flex;
  align-items: stretch;
  height: 90vh; /* Faz a secção ocupar quase toda a altura do ecrã */
}

.service_section .detail-box {
  background-color: transparent;
  padding: 45px 25px;
  color: #ffffff;
  text-align: left;
  width: 70%; /* Ajusta o tamanho do texto */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service_section .detail-box h2 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}

.service_section .detail-box p {
  font-size: 16px;
  color: #cccccc;
}

.service_section .service-list {
  list-style-type: disc;
  padding-left: 20px;
}

.service_section .service-list li {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 8px;
}

.service_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #dcb937;
  color: #1c1c1c;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-top: 15px;
}

.service_section .detail-box a:hover {
  background-color: transparent;
  border-color: #dcb937;
  color: #dcb937;
}

/* Imagem do Lado Direito */
.service_section .service_image {
  width: 126%;  /* Ajusta a largura da imagem para 50% do container */
  height: 90vh; /* Garante que a imagem ocupe toda a altura da tela */
  overflow: hidden;
}

.service_section .service_image img {
  width: 100%;  /* A imagem ocupa 100% da largura do container */
  height: 100%;  /* A imagem ocupa 100% da altura do container */
  object-fit: cover;  /* A imagem vai cobrir todo o espaço sem perder suas proporções */
}

/* Responsividade - Ecrãs maiores */
@media (max-width: 1024px) {
  .service_section .row {
    flex-direction: column;
    height: auto; /* Ajusta a altura do container */
  }

  .service_section .detail-box {
    width: 90%;  /* Ajusta o tamanho do texto */
    text-align: center;
    padding: 40px 20px;
    margin: 0 auto;
  }

  .service_section .service_image {
    width: 100%; /* A imagem ocupa 100% da largura do container */
    height: auto; /* Ajusta a altura proporcionalmente */
    margin: 0 auto;
    display: block;
    object-fit: cover;
  }

  .service_section .service-list {
    padding-left: 20px;
    list-style-type: disc;
  }

  .service_section .service-list li {
    font-size: 16px;
  }
}

/* Responsividade - Ecrãs pequenos */
@media (max-width: 768px) {
  .service_section .row {
    gap: 20px;
  }

  .service_section .detail-box {
    width: 100%;
    text-align: center;
    padding: 30px;
  }

  .service_section .service_image {
    display: none;  /* Esconde a imagem em dispositivos móveis */
  }

  .service_section .service-list {
    padding-left: 20px;
    list-style-type: disc;
  }

  .service_section .service-list li {
    font-size: 14px;
    text-align: left;
  }
}

/* contact section */
.contact_section {
  position: relative;
  color: #ffffff;
}

.contact_section .contact-info{
	margin-top:50px;
}

/*Beggin*/
.contact_section .single-info {
	background: #dcb937;
	padding: 40px 60px;
	height: 150px;
	border-radius: 10px;
	position:relative;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact_section .single-info:before{
	position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background:#dcb937;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact_section .single-info:hover:before{
	opacity: 0.8;
}
.contact_section .single-info:hover{
	transform: translateY(-5px);
}
.contact_section .single-info i{
	font-size:42px;
	color:#fff;
	position:absolute;
	left:40px;
}
.contact_section .single-info .content {
	margin-left: 45px;
}
.contact_section .single-info .content h3{
	color:#fff;
	font-size:18px;
	font-weight:600;
	
}
.contact_section .single-info .content p{
	color:#fff;
	margin-top:5px;
}

/*end*/

.contact_section .row {
  display: flex;
  flex-wrap: wrap;
}

.contact_section .map-box iframe {
  border-radius: 8px;
  width: 100%;
  height: 400px;
}

.contact_section .contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_section .contact_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.contact_section .contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6));

}

.contact_section .heading_container.heading_center h2 {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 40px; /* Mais espaço abaixo do título */
}

/* Remover a linha separadora antiga */
.contact_section .heading_container.heading_center h2::after {
  content: none;
}
/* RESPONSIVO */
@media (max-width: 768px) {
  .contact_section .single-info {
    padding: 20px;
    gap: 10px;
    height: 100px;
    margin-bottom: 30px;
  }

  .contact_section .single-info i {
    font-size: 28px;
    margin-left: -15px;
    margin-top: 10px;
  }

  .contact_section .single-info .content h3 {
    font-size: 16px;
    margin-left: 20px;
  }

  .contact_section .single-info .content p {
    font-size: 15px;
    margin-left: 20px;
  }

  .contact_section .map-box iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .contact_section .single-info {
    padding: 20px;
    gap: 10px;
    height: 100px;
    margin-bottom: 30px;
  }

  .contact_section .single-info i {
    font-size: 28px;
    margin-left: -15px;
    margin-top: 10px;
  }

  .contact_section .single-info .content h3 {
    font-size: 14px;
    margin-left: 20px;

  }

  .contact_section .single-info .content p {
    font-size: 15px;
    margin-left: 20px;
  }

  .contact_section .map-box iframe {
    height: 250px;
  }
}
/* end contact section */


/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #101010;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */
/* Bread Crumbs */
.breadcrumbs {
	background-image: url('../images/Setubal_Baia_Noite_01-scaled_resized.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 120px 0px;
}
.breadcrumbs .bread-inner{
	z-index:22;
	text-align:center;
}
.breadcrumbs h2{
	color: #fff;
	text-transform:capitalize;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.breadcrumbs .bread-list {
	display: inline-block;
	margin-top: 20px;
}
.breadcrumbs ul li{
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
}
.breadcrumbs ul li i {
	margin: 0px 10px;
	font-size: 14px;
	font-weight: 600;
	color:#fff;
}
.breadcrumbs ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	margin:0;
	padding:0;
}
.breadcrumbs ul li a:hover{
	color:#2C2D3F;
}
.breadcrumbs ul li.active a {
	color: #fff;
	display: inline-block;
}
/* Overlay */
.overlay{
	position:relative;
}
.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9); /* Cor preta com opacidade 0.8 */
  opacity: 0.9; /* Opacidade ajustada para não ficar tão escuro */
}

/* Estilo para as seções 'Quem Somos' */
.quem-somos {
  background-color: #f9f9f9;
  padding: 40px 0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.quem-somos img {
  max-width: 150px; /* Tamanho ajustado da imagem */
  margin-right: 20px; /* Espaço entre a imagem e o texto */
  margin-bottom: 15px;
  margin-top: 80px;
}

.quem-somos .role {
  font-size: 1.2rem;
  color: #888;
  margin-top: 10px;
}

.quem-somos p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.nome{
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  margin-left: -15px;
}

.breadcrumbs h2 {
  font-size: 2rem;
  color: white;
  font-weight: 700;
  margin-bottom: 10px;
}

.breadcrumbs ul li {
  display: inline-block;
  margin-right: 10px;
}

.breadcrumbs ul li a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumbs ul li.active a {
  color: #fff;
}
/* Estilo para o logo na seção Visão */
.logo-vision {
  max-width: 200px;  /* Ajuste o tamanho conforme necessário */
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Ajustes para telas pequenas */
@media (max-width: 767px) {
  .quem-somos .container {
    flex-direction: column; /* Empilha a imagem e o texto na vertical em dispositivos pequenos */
    align-items: center;
  }

  .quem-somos .col-12.col-md-6 {
    text-align: center; /* Centraliza o conteúdo em dispositivos móveis */
    margin-bottom: 20px;
  }

  .quem-somos img {
    display: block;
    margin: 20px auto;
  }

  .quem-somos h2, .quem-somos .role {
    text-align: center;
  }
  .quem-somos p{
    text-align: left; /* Justifica o texto */

  }
}
/* Tamanho padrão do logo */
.info_section .info_logo img {
  height: 50px; /* Define uma altura padrão para o logo */
}
.quem-somos .container {
  display: flex;
  align-items: flex-start; /* Alinha a imagem com o início do texto */
  justify-content: flex-start; /* Garante que a imagem e o texto fiquem alinhados à esquerda */
}

.quem-somos .col-12.col-md-6 {
  display: flex;
  flex-direction: column; /* Alinha o conteúdo da coluna em formato vertical */
  justify-content: flex-start; /* Garante que o conteúdo da coluna comece de cima */
  margin-bottom: 20px;
}

.quem-somos .col-12.col-md-6 h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.service .service-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, .07);
  transition: .3s;
}

.service .service-item:hover,
.service .service-item.active {
  background: #1A1A1A;
  color: #ffffff;
}

.service .service-icon {
  position: relative;
  margin: 0 auto 25px auto;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.service .service-icon i {
  position: relative;
  font-size: 50px;
  color: white;
  z-index: 3;
}

.service .service-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #dcb937;
  border-radius: 50%;
  transition: all 200ms;
}

@keyframes pulse-border {
0% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
}
100% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
  opacity: 0;
}
}

.service .service-item h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  transition: .3s;
}

.service .service-item:hover h3,
.service .service-item.active h3 {
  color: white;
}

.service .service-item p {
  margin: 0;
  font-size: 16px;
}
/* Adiciona uma sobreposição no widget do Elfsight para cobrir a marca */
.elfsight-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.cover-block3 {
  position: absolute; 
  bottom: 65px;  /* Ajusta a posição para cobrir a marca */
  left: 50%;  /* Centraliza horizontalmente */
  transform: translateX(-50%);  /* Alinha o centro exato */
  width: 250px;  /* Ajuste da largura da sobreposição */
  height: 35px;  /* Ajuste para cobrir a marca "Gratuito" */
  background-color: white;  /* Ou outra cor de fundo para esconder a marca */
  z-index: 9999;  /* Garante que a sobreposição fique por cima */
  pointer-events: none;  /* Não bloqueia interações */
}

/* Ajustes para dispositivos móveis */
@media (max-width: 768px) {
  .cover-block3 {
    bottom: 95px;  /* Ajusta a posição no mobile */
    width: 200px;  /* Reduz a largura da sobreposição para dispositivos móveis */
    height: 30px;  /* Ajuste para cobrir a marca adequadamente */
  }
}

.cover-block2 {
  position: absolute; 
  bottom: 90px;  /* Ajusta a posição para cobrir apenas a marca */
  left: 50%;  /* Centraliza horizontalmente */
  transform: translateX(-50%);  /* Alinha o centro exato */
  width: 250px;  /* Ajuste da largura da sobreposição */
  height: 35px;  /* Ajuste para cobrir a marca "Gratuito" */
  background-color: #f8f8f8;  /* Ou outra cor de fundo para esconder a marca */
  z-index: 9999;  /* Garante que a sobreposição fique por cima */
  pointer-events: none;  /* Não bloqueia interações */
}

.cover-block4 {
  position: absolute; 
  bottom: 90px;  /* Ajusta a posição para cobrir apenas a marca */
  left: 50%;  /* Centraliza horizontalmente */
  transform: translateX(-50%);  /* Alinha o centro exato */
  width: 250px;  /* Ajuste da largura da sobreposição */
  height: 35px;  /* Ajuste para cobrir a marca "Gratuito" */
  background-color: #f8f8f8;  /* Ou outra cor de fundo para esconder a marca */
  z-index: 9999;  /* Garante que a sobreposição fique por cima */
  pointer-events: none;  /* Não bloqueia interações */
}
