@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Ubuntu:ital,wght@0,300;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Roboto:ital,wght@0,100;0,300;0,500;0,700;1,100;1,300;1,500&family=Ubuntu:ital,wght@0,300;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-color: #234470;
}

h2 {
  margin: 0;
}

header {
  min-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-color: #234470;
}

.container {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.bgAzul{
  background-color: #234470;
}

/* <==========================================================================> */
.botaoMenuMobile {
  display: block;
  margin-right: 5px;
  z-index: 99;
}

#butaoMenu {
  background: transparent !important;
  color: transparent !important;
  width: 45px;
  border: navajowhite;
  height: 30px;
  outline: 0;
}

.dNone {
  display: none;
}

.divMenuMobile {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
  top: 0;
  opacity: 0.96;
}

.menuMobile {
  display: flex;
  flex-direction: column;
}

.menuMobileUp {
  display: flex;
  margin-top: 100px;
  list-style: none;
  flex-direction: column;
  align-items: center;
}

.menuMobileUp li {
  margin: 25px 0;
  /* border-bottom: 1px solid #de082b; */
}

.menuMobileUp li a {
  text-decoration: none;
  color: #0b777a;
  font-size: 24px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

@media (max-width: 300px) {
  .menuMobileUp li a {
    font-size: 18px;
  }
}

.menuMobileUp li a:hover {
  color: #5c841a;
  text-decoration: underline;
  text-decoration-color: #5C8419;
  padding: 5px;
}

/* <==========================================================================> */
.topBarFixed {
  background-color: #fff;
  justify-content: space-between;
  display: flex;
  border-bottom: solid 1px;
  border-bottom-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 12%);
}

.topBarFixed a {
  font-size: 1rem;
  list-style: none;
  font-family: Roboto!important;
  font-weight: 700;
  text-decoration: none!important;
  color: #0b777a;
}

.logoTopbar img {
  width: 135px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.logoTopbar {
  margin-left: 15px;
  margin-right: 15px;
  width: 30%;
}

@media (max-width:990px){
  .logoTopbar{
    width: 100%
  }

  .topBarFixed{
    align-items: center;
  }

}

.buttonWpp img {
  width: 20px;
}

.innerWpp {
  background-color: #83bc25;
  padding: 10px;
  border: solid 0px;
  border-radius: 5px;
  width: 65px;
  margin-right: 50px;
}

.innerWpp:hover{
  background-color: #9dd83b;
}

.buttonWpp {
  width: 10%;
  margin-right: 15px;
  text-align: end;
  margin-top: 30px;
}

@media (max-width:990px){
  .buttonWpp{
    margin-top: 0;
  }
}

@media (max-width:490px){
  .buttonWpp{
    margin-right: 10%;
  }
}

.menuTopbar {
  width: 25px;
}

.backgroundVazio {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  background-size: cover;
  position: relative;
  background-color: #234470;
}

.backgroundVazio::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.75;
}

.textoConheca {
  padding: 20px 48px;
  margin-left: 15px;
  margin-right: 15px;
}

.linhaVerde {
  border-color: transparent;
  width: 32px;
  height: 3px;
  background-color: #83bc25;
  text-align: left;
  margin-left: 0;
  margin-bottom: 15px;
}

.textoConheca h2 {
  font-family: 'Roboto Condensed' !important;
  color: #83bc25;
  font-weight: 800;
  font-size: 33px;
  margin: 0;
}

@media (max-width:870px) {
  .textoConheca{
    padding: 20px 30px;
  }

  .textoConheca h2{
    font-size: 25px;
  }

}
.textoConheca p {
  color: #fff;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 20px;
}

@media (max-width:870px){
  .textoConheca p{
    font-size: 15px
  }
}

.saibaBtn {
  cursor: pointer;
  background-color: #83bc25;
  padding: 16px 38px;
  font-family: 'Roboto';
  font-size: 20px;
  border-radius: 5px;
  border-color: transparent;
}

@media (max-width:870px) {
  .saibaBtn{
    padding: 12px 28px;
    font-size: 15px;
  }
}

.saibaBtn:hover {
  background-color: #9dd83b;
  transition-delay: 0.2s;
}

.containerConheca {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media (max-width:650px){
  .containerConheca{
    flex-wrap: wrap;
    justify-content: center;
  }
}

.imagemConheca {
  width: 50%;
  margin-right: 60px;
  margin-left: 60px;
  margin-top: 50px;
  margin-bottom: 22px;
  box-shadow: rgb(0 0 0 / 60%) 0px 8px 20px;
}

@media  (max-width: 950px) {
  .imagemConheca{
    height: 320px;
  }
}

@media  (max-width: 740px) {
  .imagemConheca{
    height: 250px;
    width: 250px;
  }
}

.imagemConheca img {
  width: 517px;
}

@media  (max-width: 950px) {
  .imagemConheca img {
    width: 320px;
  }
}

@media  (max-width: 740px) {
  .imagemConheca img {
    width: 250px;
  }
}

.backFace {
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
}

.feedFace {
  border: none;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.imgFeed {
  opacity: 0.75;
}

.textoFeed {
  text-align: center;
  padding-top: 20px;
}

.textoFeed h2 {
  font-family: 'Roboto Condensed' !important;
  font-weight: 700;
  color: #83bc25;
  font-size: 42px;
  margin: 0;
  text-shadow: 0 1px 3px rgb(0 0 0 / 55%);
}

@media (max-width:470px){
  .textoFeed h2{
    font-size: 35px;
  }
}

.textoFeed p {
  color: #f5f6f7;
  text-shadow: 0 1px 3px rgb(0 0 0 / 55%);
  font-weight: 500;
  font-family: 'Roboto';
  font-size: 20px;
}

@media (max-width:470px){
  .textoFeed p{
    font-size: 17px;
  }

}

.secaoEquipe {
  display: flex;
  text-align: center;
  justify-content: center;
  background-color: #234470;
}

.textoEquipe {
  color: #fff;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  max-width: 620px;
  margin-top: 30px;
  word-wrap: break-word;
}

.textoEquipe h2 {
  font-size: 30px;
  word-spacing: 5px;
  line-height: 130%;
}

@media (max-width:600px) {
  .textoEquipe h2{
    font-size: 22px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.buttonAlinhar {
  justify-content: center;
  text-align: center;
}

.btnEquipe {
  padding: 16px 38px;
  background-color: #83bc25;
  font-family: 'Roboto';
  font-size: 20px;
  border-radius: 5px;
  border-color: transparent;
}

@media (max-width:600px) {
  .btnEquipe{
    padding: 12px 26px;
    font-size: 15px;
  }
}

.btnEquipe:hover {
  background-color: #9dd83b;
  transition-delay: 0.2s;
}

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

.bannerEquipeImg {
  width: 85%;
  height: auto;
}

.dadosEmpresa {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  font-family: 'Roboto Condensed';
  padding: 30px;
  font-weight: 700;
  margin-left: 30px;
}

.dadosEmpresa h2{
  margin: 10px 0;
}

@media (max-width:740px) {
  .dadosEmpresa{
    display: flex;
    flex-direction: COLUMN;
    flex-wrap: wrap;
    align-content: start;
    align-items: start;
  }
}

p.pEndereco {
  margin: 0;
}

.dadosEmpresa a {
  color: #fff;
  font-weight: 700;
}
}

.dadosEmpresa h2 {
  margin-top: 0;
}

.enderecoEmpresa {
  position: relative;
}

.mapPic {
  width: 20px;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.redeSociais {
  background-color: #83bc25;
}

.titulosRedes {
  font-family: 'Roboto Condensed';
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding: 30px;
}

.titulosRedes h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.linkRedes {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
}

.bolaRede {
  padding: 10px;
  border-radius: 50%;
  background-color: #234470;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 30px;
}

@media (max-width:740px) {
  .bolaRede{
    padding: 40px;
  }
}

.bolaRede a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.bolaRede img {
  width: 30px;
}

/*--------------------------------footer*/
.footerSite {
  background-color: #fff;
}

.logoFooter {
  padding: 30px;
  margin-left: 9%;
}

.logoFooter img {
  width: 200px;
}

.linksSeparados{
  padding: 10px;
  color: rgba(11,119,122,.75);
  font-family: 'Roboto';
  font-weight: 500;
}

.linksFooter{
  padding: 5px;
  margin-left: 11%;
  padding-bottom: 10px;
}

.areaSobre{
  margin-top: 100px;
}

.containerSobre{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  background-color: #f9f9f9;
}

.containerEquipe{
  background-color: #234470;
}

@media  (max-width:650px){
  .containerSobre{
    flex-wrap: wrap;
    justify-content: center;
  }
}

.imagemSobre {
  width: 100%;
  margin-right: 60px;
  margin-left: 60px;
  margin-top: 50px;
  margin-bottom: 22px;
  box-shadow: rgb(0 0 0 / 30%) 0px 8px 20px;
  height: 100%;
}

@media (max-width:650px) {
  .imagemSobre {
    width: 340px;
    margin-left: 0;
    margin-right: 0;
  }
}

.imagemSobre img {
  width: 517px;
}

@media (max-width:940px){
  .imagemSobre img{
    width: 400px;
  }
}

@media (max-width:800px){
  .imagemSobre img{
    width: 340px;
  }
}
.textoSobre{
  padding: 0 48px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 50px;
}

@media (max-width:940px) {
  .textoSobre{
    padding: 0 0;
  }
}

@media (max-width:650px) {
  .textoSobre{
    margin: 40px;
  }
}

@media (max-width:800px) {
  .textoSobre h2{
    padding: 0 0;
    font-size: 25px !important;
  }
}

@media (max-width:800px) {
  .textoSobre p{
    font-size: 17px !important;
  }
}


.textoSobre h2, .fraseSobre h2{
  font-family: 'Roboto Condensed' !important;
  color: #5c841a;
  font-weight: 800;
  font-size: 33px;
  margin: 0;
}

.textoSobre p {
  color: #0b777a;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 20px;
}

.containerFundoBranco{
  background: #fff;
}

.fraseSobre{
  max-width:  600px;
  margin: 0 auto;
  padding: 35px;
}

.subtituloFraseSobre {
  color: #0b777a;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 20px;
}

.fraseQuote p{
  color: #0b777a;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 20px;
}

.fraseSobreFlex{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.divQuote{
  padding-right: 30px;
  color: #0b777a;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 90px;
  height: 60px;
  border-right: 3px #0b777a solid;
}

.fraseQuote p{
  margin-top: 0px;
  padding-left: 30px;
}

/*-------------*/

.tituloServicos {
  text-align: center;
  padding-top: 30px;
  width: 70%;
  margin: auto;
}

.tituloServicos h2{
  margin: 0 0 30px;
  font-family: 'Roboto Condensed' !important;
  color: #5c841a;
  font-weight: 800;
  font-size: 35px !important;
}

.progamasAtividades .tituloServicos h2{
  color: #fff;
}

.tituloServicos p {
  margin: 0;
  font-family: 'Roboto' !important;
  color: #fff;
  font-weight: 400;
  font-size: 20px !important;
}

.secaoAtividades {
  width: 70%;
  margin: auto;
  margin: 30px auto;
}

.secaoAtividades h2 {
  font-family: 'Roboto Condensed' !important;
  color: #fff;
  font-weight: 600;
  font-size: 28px !important;
}

.secaoAtividades ul {
  padding: 0 0 0 20px;
}

.secaoAtividades ul li {
  font-family: 'Roboto' !important;
  color: #fff;
  font-weight: 400;
  font-size: 20px !important;
  padding: 5px 0;
}

.secaoAtividades p {
  margin: 0;
  font-family: 'Roboto' !important;
  color: #fff;
  font-weight: 400;
  font-size: 20px !important;
}

.carousel-cell {
  width: 33%;
  padding: 0 10px;
}

.carousel-cell_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 350px;
  width: 100%;
}

.flickity-page-dots {
  display: none;
}

.imgAtividades{
  width: 35%;
  margin-bottom: 20px;
  padding: 15px;
}

.imgAtividades img{
  width: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 12%);
}

.main-carousel_mobile{
  display: none;
}


@media (min-width: 768px) and (max-width: 1400px) {
  .main-carousel_mobile{
    display: block;
  }
    .main-carousel_web {
    display: none;
  }
}

@media (max-width:1400px){
  .carousel-cell {
    width: 48%;
    padding: 0 10px;
  }
  .carousel-cell_img {
      min-height: 250px;
  }
}

@media (max-width:992px){
  .carousel-cell {
    width: 100%;
    padding: 0 10px;
  }
  .carousel-cell_img {
    min-height: 350px;
  }
  .secaoAtividades {
    width: 100%;
    margin: 30px auto;
    padding: 0 45px;
  }
}

@media (max-width:650px){
  .imgAtividades{
    width: 50%;
  }
  .tituloServicos h2{
    font-size: 25px !important;
  }
}

.areaServicos{
  width: 100%;
  margin-top: 100px;
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.areaServicos2{
  display: flex;
  width: 100%;
  padding: 50px 0;
  flex-wrap: wrap;
}

.subtituloServ {
  text-align: center;
  margin: 30px 0 10px 0;
  width: 100%;
}

.subtituloServ p{
  font-weight: 700;
  font-size: 25px;
  color: #0b777a99;
  font-family: 'Roboto';
  margin: 0;
}

.boxServico{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width:540px){
  .boxServico {
    width: 100%;
  }
}
.boxServico-img{
  width: 30px;
  height: 30px;
}

.boxServico-img img{
  width: 100%;
}

.boxServico-txt p{
  color: #5c841a;
  font-family: 'Roboto Condensed'!important;
  font-weight: 700;
  font-size: 22px;
}

.progamasAtividades{
  background-color: #234470;
  position: relative;
}

.backgroundGreen_servicos {
  background-color: #83bc25;
  position: absolute;
  display: none;
  height: 100%;
  width: 10%;
  z-index: 1;
  right: 0;
  top: 0;
}

.atividadesBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.atividadesBox h3 {
  margin: 0;
  font-family: 'Roboto Condensed' !important;
  color: #fff;
  font-weight: 800;
  font-size: 30px !important;
}

.linhaAtividades{
  color: #83bc25;
  height: 2px;
  border: none;
  width: 10%;
  margin-top: 10px;
}

.containerCheck{
  background-color: #fff;
}

.checkBall{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #83bc25;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 30px;
  text-align: center;
}

.checkBall img{
  width: 25px;
  padding: 10px;
}

.textCheck h3{
  color: #234470;
  font-family: 'Roboto' !important;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}

.areaServicosEsquerda{
  width: 40%;
  display: flex;
  flex-direction: column;
}

.textoAlinharCheck{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.areaServicoDireita{
  width: 60%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}



.colunaVerde{
  width: 50%;
  background-color: #83bc25;
}

.imagemVelhinhos{
  width: 90%;
  position: absolute;
  top: 15px;
  left: 0;
}

.imagemVelhinhos img{
  width: 100%;
  box-shadow: rgb(0 0 0 / 60%) 0px 8px 20px;
}

@media (max-width:1000px){
  .areaServicoDireita{
    width: 100%;
    flex-direction: column;
  }

  .areaServicosEsquerda{
    width: 100%;
  }

  .imagemVelhinhos{
    width: 90%;
    position: initial;
    margin: 0 auto;
  }
}

/****CONTATO****/

.tituloContato{
  margin-top: 100px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 25px;
}

.tituloContato h2{
  font-family: 'Roboto Condensed'!important;
  font-weight: 700;
  color: #5c841a;
  font-size: 35px;
}

.areaFormularioCampos {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 10%;
  margin-right: 10%;
  padding: 20px;
}
.camposLeft, .camposRight {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
@media (max-width: 767px) {
  .camposLeft, .camposRight {
    width: 100%;
  }
}

.camposLeft .camposFormulario,
.camposRight .camposFormulario {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.camposFormulario {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.camposFormulario label {
  font-size: 19px;
  color: #0b777a;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
  font-family: Roboto!important;
  font-weight: 700;
}

.camposFormulario textarea {
  width: calc(100% - 10px);
  background: #fff;
  outline: none;
  font-size: 18px;
  padding-left: 10px;
  border: 1px solid;
  border-color: #0b777a66;
}

.camposFormulario input {
  width: calc(100% - 10px);
  height: 40px;
  background: #fff;
  outline: none;
  border: solid 1px;
  font-size: 18px;
  padding-left: 10px;
  border-color: #0b777a66;
}

.btnContato {
  background: #83bc25 !important;
  width: 150px !important;
  text-align: center;
  margin-left: auto;
  color: #000;
  cursor: pointer;
  font-family: 'Roboto';
  border: transparent !important;
}
@media (max-width: 500px) {
  .btnContato {
    margin-left: 0;
  }
}

.btnContato:hover {
  background: #9dd83b !important;
  cursor: pointer;
}

.menuHome {
  width: 60%;
}

.listaHeader {
  height: 70px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.listaHeader li {
  list-style: none;
  padding: 10px;
}

@media  (max-width: 991px) {
  .menuHome{
    display: none;
  }
}

@media  (min-width: 991px) {
  .botaoMenuMobile {
    display: none;
  }
}

.containerEstrutura {
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap:  wrap;
  margin-top: 100px;
}

@media(max-width:990px){
  .containerEstrutura{
    justify-content: center;
  }
}

.estruturaArea {
  width: 35%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
}

@media(max-width:990px){
  .estruturaArea{
    width: 100%;
  }
}

#estrutura {
  margin-top: 8%;
  position: relative;
}

#estrutura h2{
  font-weight: 700;
  font-size: 33px;
  color: #83bc25;
  font-family: 'Roboto';
  margin: 0;
  line-height: 30px
}

#estrutura p{
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto';
  line-height: 30px
}
.estruturaItens {
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.icon img {
  width: 25px ;
  padding: 5px ;
}

.backgroundImg{
  width: 3rem;
  height: 3rem;
  background-color: #83bc25;
  border-radius: 50%;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}

.textoEstrutura {
  width: 100%;
}

.imgEstrutura {
  width: 35%;
}

@media(max-width:990px){
  .imgEstrutura{
    width: 60%;
  }
}

.imgEstrutura img {
  width: 100%;
}

#ambienteFotos {
  background-color: #fff;
  font-weight: 700;
  font-size: 20px;
  color: #83bc25;
  font-family: 'Roboto';
  line-height: 30px
}

#ambienteFotos h2{
  font-weight: 700;
  font-size: 33px;
  color: #83bc25;
  font-family: 'Roboto';
  margin: 0;
  line-height: 30px
}

#ambienteFotos p{
  font-weight: 700;
  font-size: 20px;
  color: #0b777a;
  font-family: 'Roboto';
  line-height: 30px
}

.containerFotos {
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}

.areaTextoFotos {
  margin: 20px 0px 20px 10%;
  width: 70%;
}

.areaFotos {
  width: 100%;
}

.total {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.backgroundGreen {
  position: absolute;
  width: 20%;
  height: 100%;
  top: -50px;
  right: 0;
  padding-bottom: 50px;
  z-index: -1;
  background-color: #83bc25;
}

@media(max-width:990px){
  .backgroundGreen{
    display: none; 
  }
}

.item1 {
  width: 50%
}

.itens4 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.imgCheia {
  position: relative;
  padding-bottom: 72%;
  width: calc(100% - 20px);
  background-size: cover;
  margin: 10px;
  background-position: center;
  overflow: hidden;
}

.imgUmQuarto {
  position: relative;
  padding-bottom: 35%;
  width: calc(50% - 20px);
  margin: 10px;
  background-size: cover;
  background-position: center;
  transition: 1s;
  overflow: hidden;
}

.animacaoImg:hover {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.animacaoImg {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* @keyframes zoomImagem {
  from {background-size: cover;}
  to {background-size: 140%;}
} */
/****CONTATO****/
