@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}

.navigation-clean-search {
  background: #00000087;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.font400 {
  font-weight: 400;
}

.banner {
  background-image: url("../banner.jpg");
  height: 85vh;
  display: flex;
  align-content: center;
  align-items: center;
}

.textBranco {
  color: #fff;
}

.button-gradient {
  background: linear-gradient(50deg, #73560d, #d6bc80, #73560d);
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
  transition: background 0.3s ease;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 40px;
}

.button-gradient2 {
  border: solid 2px #d6bc80;
  
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
  transition: background 0.3s ease;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 100px;
  font-size: 14px;
  background-color: #00000094;
  background: linear-gradient(50deg, #73560d, #d6bc80, #73560d);
  
}

.button-gradient2:hover {
  background-color: #d6bc80;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 100px;
  font-size: 14px;
}

p {
  font-size: 22px;
}

.bb {
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #f7b91d, transparent) 1;
}

.whats {
  background-color: #2b701c;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #88ff81;
  color: #fff;
  font-size: 25px;
  border-radius: 200px;
  padding: 2px 8px;
  font-weight: 800;
}

label {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}

.form-control {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  color: #ffffff;
  border-radius: 0;
  margin-bottom: 30px;
}
.form-control:focus {
  color: #ffffff;
  background-color: #0000;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.logoA {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    margin-top: -76px;
}

.flutuante {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    margin-top: -131px;
    animation-name: giro;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    backdrop-filter: blur(15px);
    background-color: #ffffff38;
    border-radius: 100px;
    padding: 10px;
    /* box-shadow: 0px 1px 16px 9px #00000026; */
}
.logoA img {
    width: 82px;
}

.flutuante img {
    width: 140px;
}

.py-10 {
  padding: 100px 0;
}

.box {
    padding: 20px;
    background-color: #0c0c0c;
    margin-top: 20px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(10deg, rgba(0,0,0,1) 33%, rgb(40, 40, 40) 100%);
    display: flex;
    align-items: center;
    gap: 20px;
}
.preto{
    color: #000;
}

.branco {
    background: linear-gradient(180deg, rgba(0,0,0,1) 11%, rgb(249, 249, 249) 100%);
}

.mtt{
    margin-top: 200px;
}
footer{
    height: 500px;
    padding-top: 550px;
    padding-bottom: 400px;

}
@keyframes giro {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

  .branco{
    background: linear-gradient(180deg, rgba(0,0,0,1) 33%, rgb(249, 249, 249) 100%);

  }

  @media (max-width:768px) {
    .h1, h1 {
        font-size: calc(1.375rem + 1vw);
    }
    p {
        font-size: 19px;
    }
    .py-10 {
        padding: 60px 0;
    }
    .ppp{
        padding: 0 25px;
    }
    .h4, h4 {
        font-size: calc(1rem + .3vw);
    }
    .textoCenter{
        text-align: center;
    }
    .mtt {
        margin-top: 17px;
    }
    .mbb150{
        margin-bottom: 150px;
    }
    .branco {
        background: linear-gradient(179deg, rgb(0 0 0) 14%, rgb(249, 249, 249) 100%);
    }
  }