@import url("https://fonts.cdnfonts.com/css/oleo-script-swash-caps");
@import url("https://fonts.cdnfonts.com/css/open-sans");
@import url('https://fonts.cdnfonts.com/css/inter');

/* .total{
  background-color: #030303 !important;
  background: url(../img/telainicial.png);
  object-fit: cover;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
} */

.BordasPagInit {
  margin: 0 auto;
  width: 99%;
  height: auto;
  padding: 3%;
  border-radius: 30px;
  background: rgba(230, 230, 230, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-top: 1%;
}

.BordasPagImg {
  width: 60%;
  height: 80vh;
}

.LogoImg {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.Colun2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.TituloCri {
  display: flex;
  text-align: center;
  font-family: "Oleo Script Swash Caps", sans-serif;
  color: #fff;
  font-size: 4rem;
  max-width: 80%;
  line-height: 45px;
}

.TextBaixo {
  display: flex;
  text-align: center;
  font-family: "Open Sans Light", sans-serif;
  color: #fff;
  font-size: 1rem;
  margin-top: 3px;
  max-width: 80%;
}

.ButtomOrc {
  width: 80%;
  height: 10vh;
  border-radius: 16px;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 2%;
}

.ButtomOrc:hover {
  background-color: #272829 !important;
  color: white !important;
  border: #272829;

}

.ButtomOrc:active {
  background-color: darkgrey !important;
  color: #000 !important;
  border: whitesmoke;
}

.ButtomOrc:focus {
  background: #000;
  color: #fff;
}

@media (max-width: 700px) {
  .Colun2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .BordasPagImg {
    width: 90% !important;
    height: 30vh;
    order: 0;
    margin-left: 5%;
  }

  .LogoImg {
    width: 106% !important;
  }

  .TituloCri {
    margin-left: 10% !important;
  }

  .TexBut {
    order: 1;
    margin-top: 20px;
    text-align: center;
  }

  .TextBaixo {
    max-width: 90%;
    margin-left: 5%;
    font-size: 2rem;
  }

  .ButtomOrc {
    width: 90%;
    height: 50px;
  }

}
#mater{
 justify-content: center ;
}

#jau{
  color: #ffffff;
}
#jau:hover{
  color: #4CAF50;
}
#copy{
  color: #fff;
  text-align: center;
}

#desen{
  color: #fff;
  text-align: center;
}

.logo {
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
}

.logo-slide {
  display: inline-block;
  animation: 10s slide infinite linear;
}

.logo-slide img {
  width: 150px;
  height: 150px;
  margin: 0 40px;
}

.logo:hover .logo-slide{
  animation-play-state: paused;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-image: linear-gradient(80deg, #000000, #171717);
  overflow-x: hidden;
}

#up,
#down,
#left,
#right {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
}

#up {
  height: 800px;
  width: 800px;
  background-image: linear-gradient(80deg, #FFA84C, #808080);
  animation: down 40s infinite;
}

#down {
  right: 0;
  height: 500px;
  width: 500px;
  background-image: linear-gradient(80deg, #FFA84C, #808080);
  animation: up 30s infinite;
}

#left {
  right: 0;
  height: 500px;
  width: 500px;
  background-image: linear-gradient(80deg, #FFA84C, #808080);
  animation: left 30s 1s infinite;
}

#right {
  right: 0;
  height: 500px;
  width: 500px;
  background-image: linear-gradient(80deg, #FFA84C, #808080);
  animation: right 30s .5s infinite;
}

@keyframes down {
  0%, 100% {
    top: -100px;
  }
  70% {
    top: 200px;
  }
}

@keyframes up {
  0%, 100% {
    bottom: -100px;
  }
  70% {
    bottom: 200px;
  }
}

@keyframes left {
  0%, 100% {
    left: -100px;
  }
  70% {
    left: 1000px;
  }
}

@keyframes right {
  0%, 100% {
    right: 100px;
  }
  70% {
    right: 1000px;
  }
}
