/* RESET CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
  text-decoration: none;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  outline: none;
}

.text-H2 {
  color: #DEAE66;
}

html {
  scroll-behavior: smooth;
}


/* AJUSTE */
.container {
  margin-left: 190px;
  margin-right: 190px;
}

/* MENU SUPERIOR | REDES SOCIAIS E CONTATO */
.header_NavSup {
  background-color: #DEAE66;
  color: #FFF;
}

.header_NavSup_content {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}

.header_NavSup_groupSociais {
  display: flex;
  gap: 12px;
}

.header_NavSup_groupSociais a {
  color: #FFF;
  transition: 0.75s;
}

.header_NavSup_groupSociais a:hover {
  color: #6f5733;
}

.header_NavSup_groupSociais_link i {
  margin-right: 4px;
}

/* MENU SUPERIOR | NAV */
.header_NavMenu {
  background-color: #FFFF;
}

.header_NavMenu_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  color: #000;
}

.header_NavMenu_content a {
  color: #000;
  transition: 0.75s all;
}


.header_NavMenu_groupMain {
  display: flex;
  align-items: center;
}

.header_NavMenu_linkUL {
  display: flex;
}

.header_NavMenu_linkUL li {
  margin-left: 28px;
}

.header_NavMenu_button {
  background-color: #deae66;
  padding: 12px 24px;
  margin-left: 28px;
  border-radius: 4px;
  transition: 1s;
  cursor: pointer;
}

.header_NavMenu_button a {
  color: #FFF;
}

.header_NavMenu_button i {
  margin-right: 6px;
}

/* BACKGROUND | INFORMACOES HEADER */
.header_InformacoesBackground {
  width: 100%;
  background: url("../img/background.jpg") no-repeat center center;
  background-size: cover;
}

.header_InformacoesBackground_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 0 6%;
}

.header_InformacoesBackground_groupText {
  width: 50%;
}

.section_informacoesBR_groupBR i {
  font-size: 18px;
  color: #000;
}



.header_InformacoesBackground_group_textLogoAndButton {
  display: inline-block;
}

.header_InformacoesBackground_group_textLogoAndButton p {
  font-size: 24px;
  width: 55%;
  color: #FFF;
  margin: 14px 0 28px;
}

.header_InformacoesBackground_group_textLogoAndButton a {
  background: #deae66;
  color: #FFF;
  padding: 14px 40px;
  border-radius: 6px;
  transition: 1s all;
  cursor: pointer;
}

/* SECTION | BARRA DE INFORMACOES */
.section_informacoesBR {
  height: 0px;
}

.section_informacoesBR_group {
  display: flex;
  justify-content: space-between;
  background-color: #FFFF;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  top: -50px;
  padding: 2% 10%;
}

.section_informacoesBR_groupBR p {
  margin-top: 6px;
}

.section_informacoesBR_groupBR i {
  font-size: 18px;
}

/* SECTION | QUEM SOMOS? */
.section_quemSomos {
  padding: 90px 0 60px;
}

.section_quemSomos_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_quemSomos_groupTextandLogo {
  width: 59%;
}

.section_quemSomos_groupImage_BR img {
  width: 470px;
}

.section_quemSomos_groupTextandLogo_BR p {
  font-size: 14px;
  margin-top: 14px;
}

.section_quemSomos_groupTextandLogo_BR h2 {
  margin-top: 20px;
}

/* SECTION | PORQUE CONTRATAR? */
.section_PorqueContratar {
  background-color: #F9F9F9;
  padding: 60px 0;
}

.section_PorqueContratar_CARD {
  width: 100%;
  border: 2px solid #d8d8d8;
  margin: 8px;
  display: flex;
  justify-content: center;
  padding: 2%;
  text-align: center;
  border-radius: 4px;
  transition: 0.5s all;
}

.group-cards-section-porque {
  display: flex;
}

.section_PorqueContratar_CARD:hover {
  border-color: #DEAE66;
}

.section_PorqueContratar_groupCards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.section_PorqueContratar_CARDTitleAndP p {
  font-size: 13px;
}

.section_PorqueContratar_CARDIcon i,
.section_PorqueContratar_CARDIcon span {
  color: #deae66;
  font-size: 29px;
  margin-bottom: 14px;
}

/* SECTION | CASES DE SUCESSO */
.section_casesSucesso {
  padding: 60px 0;
}

.section_casesSucesso_text {
  text-align: center;
  margin-bottom: 30px;
}

.section_casesSucessos_groupJob {
  display: flex;
}

.finisWeb_groupButton {
  margin-top: 20px;
}

.GROUP_BUTTON {
  margin-left: 12px;
  width: 100%;
}

.section_casesSucesso_groupJobCARD {
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #FFF;
  position: relative;
  overflow: hidden;
}

.section_casesSucesso_groupJobCARD::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.section_casesSucesso_groupJobCARD>* {
  position: relative;
  z-index: 2;
  margin-bottom: 17px;
}

.section_casesSucesso_groupJobCARD p {
  font-size: 13px;
}

.section_casesSucesso_groupJobCARD:nth-child(1) {
  margin-left: 0;
}

.card_1 {
  background-image: url("../img/JOBS_IMG/ENG_COELHO/OBRA_ENG.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.card_2 {
  background-image: url("../img/JOBS_IMG/PACAEMBU/OBRA_SALA.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;

}

.card_3 {
  background-image: url("../img/JOBS_IMG/JD_BOA_VISTA/OBRA_COZINHA.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;

}

.card_4 {
  background-image: url("../img/JOBS_IMG/MORUMBI/OBRA_AP.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.card_5 {
  background-image: url("../img/JOBS_IMG/MORUMBI/OBRA_AP.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.section_casesSucesso_groupJobCARD_Button a {
  position: relative;
  top: -24px;
  background: black;
  color: #deae66;
  display: flex;
  width: 81%;
  justify-content: center;
  left: 9%;
  padding: 12px;
  z-index: 1;
  border-radius: 4px;
  transition: 1s all;
}

.section_casesSucesso_groupJobCARD_Button a:hover {
  background: #deae66;
  color: #FFF;
  font-weight: 600;
}

/* ENTRE CONTATO */
.section_entreContato {
  background-color: #F9F9F9;
}

.section_entreContato_group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_entreContato_CASA {
  margin-right: 20px;
}

.section_entreContato_CASA img {
  max-width: 100%;
}

.section_entreContato_groupTextAndButton {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.section_entreContato_TextBR h4 {
  font-size: 24px;
  margin-bottom: 4px;
}

.section_entreContato_TextBR p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.section_entreContato_FORMS {
  width: 100%;
}

.group_form {
  display: flex;
  gap: 10px;
  margin-bottom: 11px;
}

.group_form input,
.group_form textarea {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  flex: 1;
}

.group_form textarea {
  height: 38px;
}

.section_entreContato_FORMSButton button {
  background-color: #deae66;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #FFF;
  padding: 12px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: 1s;
}

.group_form {
  display: flex;
  gap: 10px;
  margin-bottom: 11px;
}

.group_form input,
.group_form textarea {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.group_form textarea {
  height: 100px;
  resize: none;
  height: 38px;
}
.modal {
  display: none; /* Oculto por padrão */
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden; /* Evita rolagem da página */
}

.modal-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 90%;
  margin: 1% auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  position: relative;
}

.modal-info {
  flex: 1;
  text-align: left;
  color: #333;
  font-size: 18px; /* Texto maior */
  padding-left: 30px; /* Espaçamento maior entre imagem e texto */
}

.modal-carousel {
  position: relative;
  width: 65%; /* Área da imagem maior no modal */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn {
  position: absolute;
  top: 50%; /* Centraliza verticalmente */
  transform: translateY(-50%); /* Ajusta o centro exato */
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 15px; /* Botões maiores */
  cursor: pointer;
  border-radius: 50%;
  font-size: 24px; /* Ícones maiores */
  z-index: 2;
  width: 50px; /* Botões mais largos */
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-btn {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev-btn {
  left: 20px; /* Botão mais afastado da borda esquerda */
}

.next-btn {
  right: 20px; /* Botão mais afastado da borda direita */
}

.modal-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px; /* Arredondamento maior */
}

.close {
  position: absolute;
  top: 15px;
  right: 25px; /* Mais afastado do canto */
  font-size: 28px; /* Ícone maior */
  color: #000;
  cursor: pointer;
}

/* Ajustes responsivos */
@media (max-width: 768px) {
  .modal-content {
    flex-direction: column; /* Empilha o texto e a imagem */
    width: 95%; /* Usa quase toda a largura da tela */
    padding: 20px;
  }

  .modal-info {
    font-size: 16px;
    text-align: center;
    padding-left: 0;
    margin-bottom: 20px; /* Espaço entre texto e imagem */
  }

  .modal-carousel {
    width: 100%; /* A imagem ocupa todo o espaço disponível */
  }

  .carousel-btn {
    font-size: 20px; /* Botões ajustados para telas menores */
    padding: 12px;
  }

  .modal-image {
    max-width: 100%;
  }
}


/* Classe para bloquear a rolagem do fundo */
.no-scroll {
  overflow: hidden;
}


/* contato */

.section_contatoinfo_group {
  display: flex;
  padding: 21px;
}

.section_contatoinfo_BR {
  margin-left: 45px;
}

.section_contatoinfo_content {
  bottom: 45px;
  background-color: #deae66;
  position: relative;
  border-radius: 6px;
}

.section_contatoinfo_BR:nth-child(1) {
  margin-left: 0;
}

.section_contatoInfo {
  height: 0;
  width: 100%;
  display: grid;
  justify-content: center;
}

.section_contatoinfo_group A {
  color: #FFF;
  font-size: 18px;
  transition: 1s all;
}

.section_contatoinfo_group A:hover {
  color: #6f5733;  
}

.section_contatoinfo_BR i {
  margin-right: 4px;
}

/* FOOTER */

footer {
  background-color: #000;
  color: #fff;
  padding: 70px 0px 18px 0px;
}

.footer_finishWeb_content {
  display: flex;
  justify-content: space-between;
}

.footer_finishWeb_group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer_finishWeb_sobre,
.footer_finishWeb_links,
.footer_finishWeb_contatoB {
  width: 30%;
}

.footer_finishWeb_sobreLOGO img {
  max-width: 190px;
  margin-bottom: 20px;
}

.footer_finishWeb_sobreTEXT {
  margin-bottom: 20px;
}

.footer_finishWeb_sobreBUTTONS {
  display: flex;
  gap: 10px;
}

.sobreBUTTONS a {
  color: #fff;
  font-size: 24px;
}

.link_FINISHWEB {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.link_FINISHWEB li {
  margin-bottom: 10px;
}

.link_FINISHWEB li a {
  color: #fff;
  text-decoration: none;
  transition: 0.75s;
}

.link_FINISHWEB li a:hover {
  color: #deae66;
}

.finishWeb_contatoBUTTON a {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #deae664d;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: 1s;
}

.finishWeb_contatoBUTTON a:hover {
  background-color: #deae66;
}

.finishWeb_contatoBUTTON a i {
  margin-right: 10px;
}

.sobreBUTTONS {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #151515;
  border-radius: 6px;
  transition: 1s all;
}

.developerby {
  font-size: 11px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/* HOVERS */

.header_NavMenu_content li a:hover {
  color: #deae66;
}

.header_InformacoesBackground_group_textLogoAndButton a:hover {
  background-color: #c9a061;
}

.header_NavMenu_button:hover {
  background-color: #c9a061;
}

.section_entreContato_FORMSButton button:hover {
  background-color: #c9a061;
}




/* Estilo padrão do menu mobile - escondido por padrão */
.mobile-menu {
  display: none;
  position: absolute;
  top: 60px;
  /* Ajuste conforme necessário */
  right: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.header_NavMenu_mobileButton {
  display: none;
}

.mobile-menu a {
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.mobile-menu a:hover {
  background-color: #f0f0f0;
}

#mobile-menu-toggle {
  display: block;
}

#mobile-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  padding: 10px;
  display: block;
  text-align: right;
}

.finishWeb_groupsLinks p {
  font-weight: 600;
}

.footer_finishWeb_contatoB p {
  font-size: 12px;
}

.sobreBUTTONS {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #151515;
  border-radius: 6px;
  transition: 1s all;
}

.sobreBUTTONS:hover {
  background-color: #c9a061;
}


#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}

.spinner {
  border: 8px solid #f3f3f3; 
  border-top: 8px solid #c9a061;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-top: 20px;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}







/*MODAL RESET*/

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 44px;
  max-width: 90%; 
  max-height: 80%; 
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background-color: #f4f4f4; 
  border-radius: 10px; 
}

.modal-image,
.modal-video {
  width: 100%;
  height: auto;
  max-width: 100%; 
  max-height: 70vh; 
  object-fit: contain; 
}

.modal-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.carousel-btn {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  background-color: #000;
}

.no-scroll {
  overflow: hidden;
}
