  /*Home Background*/
  a {
    text-decoration: none;
    color: #121212;
  }
  
  .home-bg {
    position: relative;
    overflow: hidden;
  }

  .logo-container {
    width: 100%;
    height: auto;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }

  .whitelogo_size {
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 45px;
  }
.backgroundImage-Home {
  width: 100%;
  height: 100%;
}
  .home-bg_size {
    width: 100%;
    height: 100%;
  }

  .lema {
    font-size: 26px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .home-intro {
    font-size: 16px;
    color: #fff;
    text-align: center;
  }

  .button {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }



  .btn {
    width: 15%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #40628A;
    border-radius: 10px;
    transition: 0.5s;
    cursor: pointer;
  }

  .btn:hover {
    background-color: rgb(45, 70, 100);
    border: 1px solid #fff;
    font-size: 17px;
    color: #fff;
  }
  
  .button:hover .btn-line1,
  .button:hover .btn-line2 {
      border: 1px solid #fff;
  }

  .btn-line1 {
    position: inherit;
    width: 25px;
    height: 1px;
    border: 1px solid #fff;
    left: 0.5%;
    transform: translate(-0.5%);
    transition:  0.3s ease;
  }

  .btn-line2 {
    position: inherit;
    width: 25px;
    height: 1px;
    border: 1px solid #fff;
    right: 0.5%;
    transform: translate(-0.5%);
    transition:  0.3s ease;
  }

  /*Home Background Size*/

  .home-bg_size {
    width: 100%;
    height: 100%;
  }


  /*HOME CONTENT*/

  .content-about {
    width: 100%;
    margin-top: 35px;
    background-color: #FCF9F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content-services {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content-portfolio {
    width: 100%;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FCF9F9;
  }

  .container-1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
  }
  .container-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }
  .container-3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
  }

  .item-1 {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .item-2 {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .item-3 {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .item-1Title {
    font-size: 25px;
    font-weight: 500;
  }
  .item-2Title {
    font-size: 25px;
    font-weight: 500;
  }
  .item-3Title {
    font-size: 25px;
    font-weight: 500;
  }

  .info {
    width: 28px;
    height: 28px;
  }

  .item-1Btn {
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    justify-content: space-evenly;
    width: 12%;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
  }

  
.item-1Btn .text {
  display: inline-block;
}

.item-1Btn .icon {
  display: inline-block;
}

  .item-1Btn:hover {
    background-color: #f7f5f5;
  }

  .item-1line {
    width: 90%;
    height: 1px;
    background-color: #121212;
    margin-top: 25px;
  }
  .item-2line {
    width: 90%;
    height: 1px;
    background-color: #121212;
    margin-top: 25px;
  }
  .item-3line {
    width: 90%;
    height: 1px;
    background-color: #121212;
    margin-top: 25px;
  }

  .item-1Text {
    width: 90%;
    margin-top: 30px;
  }

  .item-1Ptext {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 130px;
    text-align: justify;
  } 

  .services-info {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    margin-top: 50px;
  }
  .servicesIMGsec {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
  }

  .servicesIMG {
    width: 100%;
    height: 440px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 1px 4px;
  }


  .services {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px; /* Adjust the gap between grid items */
  }

  .servicesItem-1 {
    width: 100%;
    display: flex;
  }

  .services-title {
    margin-top: 3px;
    color: #fff;
  }
  .IE {
    background: url(../img/IE.jpeg);
    background-repeat:no-repeat ;
    background-size:cover;
    width: 100%;
    height: 13rem;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
    position: relative;
    overflow: hidden; /* Ensure the overlay covers the entire .IE div */
  }

.IE::before {
    content: ""; /* Empty content to create overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.IE:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.IE::after {
    content: ""; /* Text to be displayed */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.IE:hover::after {
    opacity: 1; /* Show the text on hover */
}

.IE::before {
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.IE:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.IE::after {
    color: white; /* Text color */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.IE:hover::after {
    opacity: 1; /* Show the text on hover */
}

  .IE-align {
    width: 100%;
    height: fit-content;
    display: flex;
  }
  .IRT-align {
    width: 100%;
    height: fit-content;
    display: flex;
  }
  .IS-align {
    width: 100%;
    display: flex;
    height: fit-content;
  }
  .PE-align {
    width: 100%;
    display: flex;
    height: fit-content;
  }
  .bolt {
    width: 28px;
    height: 28px;
  }

  .IRT {
    background: url(../img/Telec.jpeg);
    background-size: cover;
    width: 100%;
    height: 13rem;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
    position: relative;
    overflow: hidden; /* Ensure the overlay covers the entire .IE div */
  }
  .IRT::before {
    content: ""; /* Empty content to create overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.IRT:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.IRT::after {
    content: ""; /* Text to be displayed */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.IRT:hover::after {
    opacity: 1; /* Show the text on hover */
}

.IRT::before {
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.IRT:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.IRT::after {
    color: white; /* Text color */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.IRT:hover::after {
    opacity: 1; /* Show the text on hover */
}

  .network {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }

  .IS {
    background: url(../img/seg.jpeg);
    background-size: cover;
    width: 100%;
    height: 13rem;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
    position: relative;
    overflow: hidden; /* Ensure the overlay covers the entire .IE div */
  }
  .IS::before {
    content: ""; /* Empty content to create overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.IS:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.IS::after {
    content: ""; /* Text to be displayed */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.IS:hover::after {
    opacity: 1; /* Show the text on hover */
}

.IS::before {
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.IS:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.IS::after {
    color: white; /* Text color */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.IS:hover::after {
    opacity: 1; /* Show the text on hover */
}

  .safety {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }

  .PE {
    background: url(../img/Proj.jpeg);
    background-size: cover;
    width: 100%;
    height: 13rem;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden; /* Ensure the overlay covers the entire .IE div */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
  }
  .PE::before {
    content: ""; /* Empty content to create overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.PE:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.PE::after {
    content: ""; /* Text to be displayed */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.PE:hover::after {
    opacity: 1; /* Show the text on hover */
}

.PE::before {
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.PE:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.PE::after {
    color: white; /* Text color */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.PE:hover::after {
    opacity: 1; /* Show the text on hover */
}


  .portfolio-items {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .industria {
    width: 15%;
    height: 500px;
    background: url(../img/Industria.jpg);
    background-size: cover;
      background-position: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden; /* Ensure the overlay covers the entire .industria div */
}

.industria::before {
    content: ""; /* Empty content to create overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.industria:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.industria::after {
    content: "Industrial"; /* Text to be displayed */
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the text */
    color: white; /* Text color */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.industria:hover::after {
    opacity: 1; /* Show the text on hover */
}

.industria p {
    font-size: 30px;
    color: white;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
}

.industria:hover p {
    color: black;
}

.industria:hover p {
    color: black;
}

.comercial {
  width: 15%;
  height: 500px;
    background: url(../img/Comercial.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden; /* Ensure the overlay covers the entire .industria div */
}

.comercial::before {
  content: ""; /* Empty content to create overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* Initially transparent */
  transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.comercial:hover::before {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.comercial::after {
  content: "Comercial"; /* Text to be displayed */
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the text */
  color: white; /* Text color */
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s; /* Smooth transition effect */
}

.comercial:hover::after {
  opacity: 1; /* Show the text on hover */
}

.comercial p {
  font-size: 30px;
  color: white;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}


  .residencial {
    width: 15%;
    height: 500px;
    background: url(../img/Residencial.jpg);
    background-size: cover;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden; /* Ensure the overlay covers the entire .industria div */
}

.residencial::before {
    content: ""; /* Empty content to create overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.residencial:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.residencial::after {
    content: "Residencial"; /* Text to be displayed */
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the text */
    color: white; /* Text color */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.residencial:hover::after {
    opacity: 1; /* Show the text on hover */
}

.residencial p {
    font-size: 30px;
    color: white;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
}

  .restauracao {
    width: 15%;
    height: 500px;
    background: url(../img/restauracao.png);
    background-size: cover;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden; /* Ensure the overlay covers the entire .industria div */
}

.restauracao::before {
    content: ""; /* Empty content to create overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Smooth transition effect */
}

.restauracao:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
}

.restauracao::after {
    content: "Restauração"; /* Text to be displayed */
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the text */
    color: white; /* Text color */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
}

.restauracao:hover::after {
    opacity: 1; /* Show the text on hover */
}

.restauracao p {
    font-size: 30px;
    color: white;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
}

@media (max-width: 1700px) {
  .services-info {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    margin-top: 50px;
  }
  .servicesIMGsec {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .servicesIMG {
    width: 100%;
    height: 15%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 1px 4px;
  }


  .services {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px; /* Adjust the gap between grid items */
  }

  .servicesItem-1 {
    width: 100%;
    display: flex;
  }

  .services-title {
    margin-top: 3px;
  }
  .IE {
    height: 12rem;
  }

  .bolt {
    width: 28px;
    height: 28px;
  }

  .IRT {
    height: 12rem;
  }

  .network {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }

  .IS {
    height: 12rem;
  }

  .safety {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }

  .PE {
    height: 12rem;
  }
}

@media (max-width: 1600px) {
  .IE {
    height: 11rem;
  }

  .IRT {
    height: 11rem;
  }

  .IS {
    height: 11rem;
  }

  .PE {
    height: 11rem;
  }
}

@media (max-width: 1500px) {
  .servicesIMGsec {
    height: 23.5rem;
  }

  .servicesIMG {
    height: 100%;
  }
}

@media (max-width: 1550px) {
  .portfolio-items {
    width: 85%;
  }
  .industria {
    width: 18%;
  }
  .comercial {
    width:  18%;
  }
  .residencial {
    width:  18%;
  }
  .restauracao {
    width:  18%;
  }
}

@media (max-width: 1400px) {
  .btn {
    font-size: 14px;
  }

  .item-1Btn {
    font-size: 14px;
}
  .info {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 1450px) {
  .industria {
    width: 20%;
  }
  .comercial {
    width:  20%;
  }
  .residencial {
    width:  20%;
  }
  .restauracao {
    width:  20%;
  }
}

@media (max-width: 1350px) {
  .industria {
    width: 22%;
  }
  .comercial {
    width:  22%;
  }
  .residencial {
    width:  22%;
  }
  .restauracao {
    width:  22%;
  }
}

@media (max-width: 1250px) {
  .btn {
    width: 5%;
    height: 30px;
  }

  .whitelogo_size {
    max-width: 100px;
  }

  .lema {
    font-size: 22px;
  }
  .home-intro {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .item-1Btn {
    width: 15%;
  }
}

@media (max-width: 1150px) {
  .industria {
    width: 22%;
  }
  .comercial {
    width:  22%;
  }
  .residencial {
    width:  22%;
  }
  .restauracao {
    width:  22%;
  }

  .item-1Btn {
    width: 16%;
  }
}

@media (max-width: 1100px) {
  .portfolio-items {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 20px;
  }

  .industria {
    width: 90%;
    height: 90%;
  }
  .comercial {
    width: 90%;
    height: 90%;
  }
  .residencial {
    width: 90%;
    height: 90%;
  }
  .restauracao {
    width: 90%;
    height: 90% ;
  }

  .item-1Btn {
    width: 17%;
  }
}

@media (max-width: 1050px) {
  .logo-container {
    width: 100%;
    height: 100%;
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .services-info {
    width: 90%;
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }

  .servicesIMGsec {
    width: 100%;
    height: 25rem;
  }

  .servicesIMG {
    width: 90%;
  }

  .services {
    width: 90%;
  }

}

@media (max-width: 950px) {
  .item-1Btn {
    width: 18%;
  }
}

@media (max-width: 900px) {
  .btn-line1 {
    width: 10px;
  }

  .btn-line2 {
    width: 10px;
  }
}

@media (max-width: 850px) {
  .item-1Btn {
    font-size: 12px;
  }

  .info {
    width: 22px;
    height: 22px;
}
}

@media (max-width: 750px) {
  .whitelogo_size {
    width: 20%;
    height: 20%;
  }

  .lema {
    font-size: 20px;
  }

  .home-intro {
    font-size: 12px;
  }

  .home-bg_size {
    height: 300px;
  }
}

@media (max-width:700px) {
  .btn-line1 {
    width: 10px;
  }
  .btn-line2 {
    width: 10px;
  }

  .industria {
    width: 90%;
    height: 80%;
  }
  .comercial {
    width: 90%;
    height: 80%;
  }
  .residencial {
    width: 90%;
    height: 80%;
  }
  .restauracao {
    width: 90%;
    height: 80% ;
  }
}

@media (max-width: 600px) {
  .whitelogo_size {
    max-width: 80px;
  }

  .lema {
    font-size: 16px;
  }
  .home-intro {
    font-size: 10px;
  }

  .servicesIMGsec {
    width: 100%;
    height: 20rem;
  }
}

@media (max-width: 550px) {
  .industria {
    width: 95%;
    height: 95%;
  }
  .comercial {
    width: 95%;
    height: 95%;
  }
  .residencial {
    width: 95%;
    height: 95%;
  }
  .restauracao {
    width: 95%;
    height: 95% ;
  }
}

@media (max-width: 530px) {
  .services {
    grid-template-columns: repeat(1, 1fr); /* 2 columns */
  }
}

@media (max-width: 500px) {

  .portfolio-items {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 20px;
  }

  .industria {
    width: 90%;
    height: 90%;
  }
  .comercial {
    width: 90%;
    height: 90%;
  }
  .residencial {
    width: 90%;
    height: 90%;
  }
  .restauracao {
    width: 90%;
    height: 90% ;
  }

  

}

@media (max-width: 375px) {
  .logo-container {
    margin-top: 5%;
  }
}
  


  