@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;
}

/* Animations Responsivas */
#up {
  height: 600px;
  width: 600px;
  background-image: linear-gradient(80deg, #FFA84C, #808080);
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  animation: floatUp 20s infinite ease-in-out;
}

@keyframes floatUp {
  0%, 100% { transform: translate(-50%, -10%); }
  50% { transform: translate(-50%, 10%); }
}

#down {
  height: 600px;
  width: 600px;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(80deg, #FFA84C, #808080);
  animation: floatDown 22s infinite ease-in-out;
}

@keyframes floatDown {
  0%, 100% { transform: translate(-50%, 10%); }
  50% { transform: translate(-50%, -10%); }
}

#left {
  height: 600px;
  width: 600px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  background-image: linear-gradient(80deg, #FFA84C, #808080);
  animation: floatLeft 18s infinite ease-in-out;
}

@keyframes floatLeft {
  0%, 100% { transform: translate(-20%, -50%); }
  50% { transform: translate(20%, -50%); }
}

#right {
  height: 600px;
  width: 600px;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background-image: linear-gradient(80deg, #FFA84C, #808080);
  animation: floatRight 18s infinite ease-in-out;
}

@keyframes floatRight {
  0%, 100% { transform: translate(20%, -50%); }
  50% { transform: translate(-20%, -50%); }
}

@media (max-width: 700px) {
  #up {
  height: 200px;
  width: 200px;
}
#down {
  height: 200px;
  width: 200px;
}
#left {
  height: 200px;
  width: 200px;
}
#right {
  height: 200px;
  width: 200px;
}
}
