/* Imports*/

/* Colors*/

/* Typography*/

/* Colors*/

/* Typography*/

/* Media queries*/

@media (max-width: 767px) {
  /* iPhone */

  body {
    
  }

  header .navbar-custom{
    background-image: none;
    background-color:transparent;
 
  }

  header .navbar-custom{
    height: 100px;
  background-color: white;
  }

  header .navbar-custom .container-navbar #logo img{
    height: 80px;
    margin-top: 0px;
  }
  header .navbar-custom  #menu-mobile{
    display: flex !important;
    border: 1px solid #a0a0a0;
    border-radius: 12px;
    align-items: center;
    width: 50px;
    height: 45px;
    justify-content: center;
    flex-direction: column;
    margin-top: 25px;
  }
  header .navbar-custom  #menu-mobile .lines{
    background-color: #0098DA;
    width: 80%;
    height: 2px;
    margin: 4px 7px;
    border-radius: 10px;
  }
  header .navbar-custom .container-navbar .menu-area {
    display: none !important;
  }
  header .navbar-custom .container-navbar .menu-area .menu li a{
    color: #000;
  }
  header .navbar-custom .container-navbar{
    padding: 0 15px;
  }
  header .navbar {
    height: auto;
    border: none;
    background-color: #FFFFFF;
    background-image: none;

  }

  #hero{
    margin-top: 90px;
  }

#a-empresa {
  position: relative;
  min-height: 500px;
  background-color: #0098DA;
  transform: translateY(0px);
  top: 0px;
}

#a-empresa  #ilustracao-azul{
 display: none;
}
#servicos {
  position: relative;
  min-height: 900px;
  background-color: #5CC6D0;
  top: 0px;
}

#servicos  #ilustracao-azul-verde{
 display: none;
}

#servicos .servicos-text-area .row {
  display: flex;
  flex-direction: column;
}

#servicos .servicos-text-area .servicos-imagem{
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

#a-empresa .empresa-texto-area {
   position: static;
   transform: translateX(0%);
  align-items: left;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: left;
}

#servicos .servicos-text-area .servicos-imagem div img{
  height: 240px;
}

#obras-e-projetos{
  position: relative;
  min-height: 900px;
  height: auto;
  background-color: #A8CF45;
  top: 0px;
}

#obras-e-projetos #ilustracao-verde{
  display: none;
}

#obras-e-projetos .obras-e-projetos-text-area{
    position: static;
    top:0px;
    left: 0%;
    transform: translateX(0%);
    width: 100%;
  
 
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: left;
}

#obras-e-projetos .obras-e-projetos-text-area{

}
#obras-e-projetos .obras-e-projetos-text-area div .obras-e-projetos-imagem{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 40px;
}
#obras-e-projetos .obras-e-projetos-text-area div .obras-e-projetos-info{
  margin-left: 0px;
  margin-top: 10px;
}

.swiperHero{
  position: relative;
  height: 500px;
  margin: 100px;
  
}
/* .swiperHero{
  margin: 80px 0px 0px 0px !important;
  position: relative;
  height: 100vh;
} */
.swiperHero .linear-white{
  display: none;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(to top, #fff, #FFFFFF00);
  height: 120px;
  z-index: 99;
}


.swiperHero .swiper-wrapper {
  
}
.swiperHero .swiper-wrapper .swiper-slide {

 
}
.swiperHero .swiper-wrapper .swiper-slide img{
  height: 100%;
}

.swiper .swiper-wrapper .swiper-slide .imagem-area{
  width: 100%;
  height: 90%;
  
}

.swiper .swiper-wrapper .swiper-slide .imagem-area p{
  font-size: 16px;
  margin: 10px 20px;
}
.swiperHero .swiper-wrapper .swiper-slide .box-container{
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiperHero .swiper-wrapper .swiper-slide .box-container h1{
  font-size: 32px;
  font-weight: 700;

  margin: 0;
  margin-bottom: 10px;
}
  .swiperHero .swiper-wrapper .swiper-slide .box-container p{
  font-size: 16px;
  max-width: 300px;
  text-align: center;
  margin-top: 20px;
  }
.swiperHero .swiper-wrapper .swiper-slide img{
  height: 100%;
}


.swiperHero .swiper-button-prev::after{
  display: none!important;
  width: 30px !important;
  height: 30px !important;
  left: 0px !important;
}

.swiperHero .swiper-button-next::after{
  display: none!important;
  width: 30px !important;
  height: 30px !important;
  right: 0px !important;
}

footer {
  background-color: white;


}

footer .container{
  padding: 30px 10px;
}

footer  div #logo-area img{
  height: 100px;

}

footer  div #logo-area p{
 font-size: 12px;

}



footer  div #menu-area ul{
font-weight: 700;
 list-style: none;
 padding-left: 0px;
  text-align: center;

 }

 footer div #menu-area ul li{
 padding: 20px 0px;
 }

 footer div #menu-area ul li a{
  color: #353535;
  text-decoration: none;
  transition: all 300ms;
  padding: 14px 0px;
 }

 footer div #menu-area ul li a:hover{
  color: #0098DA;
  text-decoration: none;
  transition: all 300ms;
 }

 footer div .footer-info{
  margin: 0px 10px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 5px;
 }

footer div .footer-info #footer-atendimento{
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  padding: 10px 10px;
  width: 100%;
}

footer  div .footer-info #footer-atendimento div .title-atendimento img {
  width: 15px;
  margin-right: 3px;
}

footer  div .footer-info #footer-atendimento div .title-atendimento {
  margin: 5px 0px;
}
footer  div .footer-info #footer-atendimento div .title-atendimento strong{
  font-size: 14px
}

footer  div .footer-info #footer-atendimento div ul{
  list-style: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 700;

}

footer  div .footer-info #footer-atendimento div ul li{
  list-style: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: 400;

}

footer  div .footer-info #footer-atendimento div ul li img{
width: 16px;
height: 16px;

}

footer  div .footer-info #footer-localizacao{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  padding: 10px 10px;
}
footer  div .footer-info #footer-localizacao .title-localizacao{
  text-align: center;
}
footer  div .footer-info #footer-localizacao .title-localizacao img{
  width: 12px;
  margin-right: 3px;
}

footer div .footer-info #footer-localizacao .title-localizacao strong{
  font-size: 14px
}

footer  div .footer-info #footer-localizacao .title-localizacao p{
  font-size: 12px;
  margin-bottom: 4px;
}

footer  div .footer-info #footer-localizacao .title-localizacao button{
  background-color: white;
  border-radius: 20px;
  border: #0098DA 1px solid;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  color: #0098DA;
}

footer  div .footer-info #footer-rede {
  width: 100%;
  background-color: white;
  border-radius: 8px;
  border: none;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding:  10px;
  color: #0098DA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer  div .footer-info #footer-rede strong{
  margin-bottom: 6px;
  font-size: 14px;
  color: #353535;
}

footer  div #logo-area p{
  margin-left: 20px;
  margin-bottom: 0px;
}

footer #logo-area{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .footer-copyright {
  border-top: 1px solid #D9D9D9;
}
footer .footer-copyright  .footer-copyright-text{
  height: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

footer .footer-copyright  .footer-copyright-text div{
  text-align: center;
  padding: 15px;
}


#instagram{
  margin: 100px 0px 20px 0px;

    transform: translateY(0px);

}

#instagram .container{
  margin: 0px 10px 0px 10px;
}

#instagram .container div{
  display: flex;
  align-items: center;
  
  

}

#instagram .container .row{
  display: flex;
  flex-direction: column;
}

#instagram .container .row .instagram-image-area{
  display: flex;
  align-items: center;
  height: 100%;
}
#instagram .container .row #instagram-photos{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;

  
  
}

#instagram .container .row #instagram-photos img{
  width: 100%;
}
#instagram .container .row .instagram-image-area {
  margin-bottom: 14px;
}
#instagram .container .row .instagram-image-area  div h4 {
  font-size: 24px;
  font-weight: 700;
  color: #353535;

  margin-bottom: 10px;
}

#instagram .container .row .instagram-image-area  div h4 span{
  color: #FF2E9F;
  font-weight: 700;
  font-size: 24px;

}

#instagram .container .row .instagram-image-area .instagram-image img{
  width:70px;
  margin-right: 15px;
}


  

#sidebar-mobile{
  display: block;
  width: 80%;
  background-color: white;
  padding: 15px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 99999;
  height: 100%;
  transform: translateX(100%);
  transition: all 300ms;
}

#sidebar-mobile.active{
  transform: translateX(0%);
}

#sidebar-mobile div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sidebar-mobile div span{
  padding: 10px;
  cursor: pointer;
}

#sidebar-mobile div img{
  height: 80px;
}

#sidebar-mobile .menu-area{
  margin-top: 20px;
  width: 100%;
}

#sidebar-mobile .menu-area ul{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#sidebar-mobile .menu-area ul li{
  padding: 20px 0px;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}

#sidebar-mobile .menu-area ul li a{
  padding: 20px 0px;
  font-size: 22px;
  color: #353535;
  text-decoration: none;
  transition: all 300ms;
  font-weight: 700;
  width: 100%;
}

#modal-overlay .modal-container .modal-header-custom{
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
#modal-overlay .modal-container .modal-header-custom div{
  display: flex;
  align-items: center;
}
#modal-overlay .modal-container .modal-header-custom h2{
  color: white;
  font-weight: 700;
  margin: 0px;
}

#modal-overlay .modal-container .modal-header-custom p{
  color: white;
  max-width: 700px;
  margin-bottom: 0px;
}

#modal-overlay .modal-container .modal-header-custom div #close-modal-button svg{}

#modal-overlay .modal-container .obras-galeria{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  overflow-y: scroll;
  max-height: 400px;
}

#modal-overlay .modal-container .obras-galeria{
  position: relative;
  margin-top: 50px;
}
#modal-overlay .modal-container .obras-galeria .card-obras  img{
  width: 100%;
  aspect-ratio: 4/4;
  max-height: 300px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);

}

#modal-overlay .modal-container .obras-galeria .card-obras{
  position: relative;
}

.swiperHero .linear-black{
  display: none;
}
}

@media (min-width: 415px) and (max-width: 767px) {
  /* landscape */

  header .navbar #navbar {
    max-height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* iPad */
}

@media (min-width: 1024px) and (max-width: 1200px) {
  /* iPad Pro */
}

