#mod-manutencao {
  display: flex;
  padding: 64px 16px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
#mod-manutencao #lottie-animation{
  display: flex;
  justify-content: center;
}
#mod-manutencao #lottie-animation svg{
  width: 244.078px !important;
  height: 340px !important;
  aspect-ratio: 28/39 !important;
}
#mod-manutencao .texto{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
#mod-manutencao .texto h1{
  color: #2C2C2C;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 0;
  margin: 0;
}
#mod-manutencao .texto p{
  color: #707070;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 0;
  margin: 0;
}
#mod-manutencao .cont-button .btn {
    text-transform: none;
    width: 200px;
    margin: 0 auto;
    font-size: 18px;
    background-color: #2F6852;
    border-color: #2F6852;
    font-family: IberPangea Text;
}

#mod-manutencao .cont-button .btn:active,
#mod-manutencao .cont-button .btn:hover {
    background: #2F6852 !important;
    border: 1px solid #2F6852 !important;
}

#mod-manutencao .cont-button .btn:focus {
    background: #2F6852 !important;
    border: 1px solid #2F6852 !important;
}

#mod-manutencao .cont-button {
    margin: 0 auto;
    display: flex;
}
@media (min-width:576px){
  #mod-manutencao{
    padding: 64px 42px;
  }
  #mod-manutencao .cont-button {
	 width: 100%;
	 margin: 0;
  }
}
@media (min-width:992px){
  #mod-manutencao{
    padding: 64px 82px;
  }
  #mod-manutencao .texto h1{
    font-family: IberPangea;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
  }
  #mod-manutencao .texto p{
    font-family: IberPangea;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
  }
}
@media (min-width:1200px){
  #mod-manutencao{
    padding: 64px 187px;

  }
}
@media (min-width:1920px){
  #mod-manutencao{
    padding: 64px 540px;

  }
}