.circle2.small-button {
  width: 120px;
  height: 120px;
}

.circle2.small-button .icon-container {
  font-size: 24px;
}

.circle2.small-button .text-container {
  font-size: 12px;
}

body {
  background-color: #f5f5f5;
  font-family: "Ubuntu", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#3a86ff, #28af28);
  border-radius: 10px;
}

#navbarNav {
  border: 1px solid #0d39b4;
  border-radius: 50px;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 180px;
  margin-right: 550px;
  gap: 30px;
  z-index: 99;
}

.navbar-nav .nav-item {
  margin-right: 10px;
}

.navbar-nav .nav-link {
  font-weight: bold;
}

.rounded-input {
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  /* background-color: #eee; */
}

#barra {
  margin-left: -30px;
  display: flex;
}

.search-icon {
  position: relative;
  right: 30px;
  top: 2px;
  color: #6365c5;
  cursor: pointer;
}

.login-container {
  border-radius: 50px;  
  padding-right: 140px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #3a86ff, #28af28);
  position: relative;
  right: 280px;
  padding-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}

.login-container .fa-user-circle {
  position: relative;
  top: 5px;
}

.login-container:hover {
  right: 290px;
}

.login-container a {
  color: #ffffff;
  display: flex;
  gap: 10px;
  font-size: 1.5em;
}

.redes-container {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 25px 45px;
  margin-left: -70px;
  display: flex;
  background: linear-gradient(to bottom, #28af28, #3a86ff);
  flex-direction: column;
  position: absolute;
  top: 34%;
  left: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 60px;
}

.redes-container a {
  font-size: 10px;
  color: #ffffff;
  margin: -5px -33px;
}

/* Estilos para tornar a navbar responsiva */

.lem {
  /*  background-color: #f5f5f5;*/
  padding-top: 30px;
  /*  font-weight: bold;*/
}

.lem h1 {
  font-size: 60px;
  font-weight: bold;
}

.green-line {
  border: none;
  border-bottom: 7px solid rgb(201, 233, 201);
  margin-bottom: 30px;
  width: 52%;
  margin-left: 2px;
}

.text-color {
  color: #949292;
}

.img-container {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 230px 300px;
  display: flex;
  background: linear-gradient(
    to right,
    rgba(121, 167, 241, 0.8),
    rgba(40, 175, 40, 0.8)
  );
  margin-left: 80px;
  position: relative;
  z-index: 1;
  top: 100px;
}

.circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.circle img {
  width: 530px;
  position: absolute;
  bottom: 0%;
  right: -5px;
  z-index: 3;
  border-bottom-left-radius: 57%;
  border-bottom-right-radius: 35%;
}

.circle2 {
  width: 350px;
  height: 110px;
  border-radius: 30px;
  background-color: white;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  top: -60px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.icon-container {
  padding: 30px;
  float: left;
  padding-bottom: 5px;
}

.icon-container i {
  font-size: 40px;
  color: rgba(115, 175, 115, 0.8);
}

.text-container {
  text-align: left;
  margin-left: 85px;
  margin-top: -80px;
  font-weight: bold;
}

.text-container h3 {
  font-size: 18px;
  font-weight: bold;
}

.text-container p {
  font-size: 12px;
  color: #949292;
}

.row2 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 30px;
}

.hero2 {
  background-color: #f5f5f5;
}

.green-border {
  border: 8px solid rgb(98, 155, 98);
  position: relative;
  z-index: 10;
  width: 400px;
  height: 400px;
  background-color: #fff;
}

.profissional-container,
.cliente-container {
  width: 550px;
  height: 100px;
  border-radius: 30px;
  position: flex;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  top: 70px;
  left: -120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(to right, #3a86ff, #28af28);
}

.profissional-container a,
.cliente-container a {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 26px;
  font-weight: bold;
}

.profissional-container i,
.cliente-container i {
  margin-left: 160px;
  font-size: 50px;
}

.infolem-container {
  width: 750px;
  height: 80px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  bottom: -30px;
  left: 900px;
  display: flex;
  background: linear-gradient(to right, #3a86ff, #28af28);
}

.infolem2-container {
  width: 500px;
  height: 75px;
  border-radius: 20px;
  background-color: white;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 253px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  cursor: pointer;
}

.infolem2-container p {
  font-weight: bold;
  font-size: 16px;
  margin: -25px;
  margin-right: 20px;
  text-align: end;
}

.logofinal {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1050px) {
  #navbarNav {
    position: relative;
    left: -160px;
  }

  .login-container {
    right: 600px;
    position: relative;
  }

  .login-container:hover {
    right: 620px;
    position: relative;
  }

  .redes-container {
    display: none;
  }

  .img-container {
    width: 300px;
    height: 300px;
    right: 80px;
    position: relative;
  }

  .circle {
    width: 350px;
    height: 350px;
    left: 250px;
  }

  .circle img {
    position: relative;
    width: 420px;
    top: -150px;
    right: 85px;
    border-bottom-left-radius: 120%;
    border-bottom-right-radius: 60%;
  }

  .circle2 {
    position: relative;
    top: -100px;
    right: 40px;
    width: 300px;
  }

  .form-group i {
    position: relative;
    right: 150px;
    align-items: center;
  }
}

@media only screen and (max-width: 990px) {
  #navbarNav {
    position: relative;
    left: -160px;
  }

  .login-container {
    left: 120px;
    position: relative;
  }

  .login-container:hover {
    left: 110px;
    position: relative;
  }

  .circle2 {
    position: relative;
    top: -100px;
    right: 150px;
    width: 300px;
  }

  .col-md-6 {
    position: relative;
    right: 100px;
    top: -20px;
  }

  .form-group {
    position: relative;
    right: 100px;
  }

  .form-group i {
    position: relative;
    right: 15px;
  }

  .form-group a {
    position: relative;
    right: 150px;
  }

  .profissional-container a,
  .cliente-container a {
    font-size: 1.4em;
    width: 380px;
  }

  @media screen and (max-width: 800px) {
    .img-container {
      width: 300px;
      height: 300px;
      right: 50px;
      position: relative;
    }

    .circle {
      width: 300px;
      height: 300px;
      left: 160px;
    }

    .circle img {
      position: relative;
      width: 380px;
      top: -155px;
      right: 85px;
      border-bottom-left-radius: 120%;
      border-bottom-right-radius: 60%;
    }

    .circle2 {
      position: relative;
      top: -100px;
      right: 150px;
      width: 280px;
    }

    .col-md-6 h1 {
      font-size: 2.5em;
    }

    .col-md-6 {
      position: relative;
      right: 0px;
      top: 10px;
    }

    .form-group {
      position: relative;
      right: 80px;
    }

    .form-group a {
      position: relative;
      right: 150px;
      font-size: 1.2em;
    }

    .profissional-container a,
    .cliente-container a {
      font-size: 1.2em;
      width: 350px;
    }
  }

  @media screen and (max-width: 700px) {
    .green-line {
      width: 80%;
      margin-left: 0;
      margin-right: auto;
    }

    .col-md-4 {
      display: none;
    }

    .row2 {
      flex-wrap: wrap;
    }

    .circle2 {
      width: 100%;
      height: 110px;
      border-radius: 30px;
      background-color: white;
      position: relative;
      z-index: 2;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      margin-top: 40px;
      right: 0px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .icon-container {
      padding: 15px;
      padding-top: 20px;
      padding-left: 30px;
    }

    .green-border {
      border: 8px solid rgb(98, 155, 98);
      position: relative;
      width: 400px;
      height: 400px;
      background-color: #fff;
    }

    .profissional-container a,
    .cliente-container a {
      font-size: 1em;
      width: 250px;
      position: relative;
    }

    .form-group {
      position: relative;
      left: -40px;
    }
  }
}

@media screen and (max-width: 590px) {
  .login-container {
    top: 40px;
    position: relative;
    cursor: pointer;
    float: left;
    left: 10px;
  }

  .login-container:hover {
    position: relative;
    left: 0px;
  }
}

@media screen and (max-width: 490px) {
  .profissional-container a,
  .cliente-container a {
    font-size: 0px;
    width: 100px;
    position: relative;
    display: flex;
  }
}
