@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  color: rgba(43, 43, 43, 1.00);
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  color: rgba(43, 43, 43, 1.00);
  text-decoration: none;
}
a:hover {
  color: rgba(43, 43, 43, .5);
}
.bg {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(-45deg, rgba(43, 43, 43, .01) 0%, rgba(43, 43, 43, .15) 25%, rgba(43, 43, 43, .2) 51%, rgba(43, 43, 43, .01) 100%);
  animation: AnimateBG 20s ease infinite;
}
@keyframes AnimateBG {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
.wrapper-underconstruction {
  text-align: center;
}
.wrapper-underconstruction .title-intro {
  padding-bottom: 75px;
}
.wrapper-underconstruction .title-intro h1 img {
  width: 55%;
  height: auto;
}
.wrapper-underconstruction .title-info {
  /*border-top: solid 1px rgba(255,255,255,.2);
	border-bottom: solid 1px rgba(255,255,255,.2);*/
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: rgba(43, 43, 43, .05);
  color: rgba(43, 43, 43, 1);
  font-weight: 600;
}
.wrapper-underconstruction .title-info ul {
  padding: 0;
  margin: 0;
}
.wrapper-underconstruction .title-info ul li {
  padding: 0px 20px 0px 20px;
  margin: 0;
}
.wrapper-underconstruction .title-info ul li i {
  font-size: 20px;
}
.wrapper-underconstruction .title-underconstruction {
  padding-top: 65px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  color: rgba(21, 152, 71, 1)
}
@media(max-width:1200px) {}
@media(max-width:991px) {}
@media(max-width:767px) {}
@media(max-width:550px) {}