.navbar .navegation-container {
  width: 35%;
}

@media only screen and (max-width: 1500px) {
  .navbar .navegation-container {
    visibility: hidden;
  }

  .profile-dropdown {
    margin-right: 10vw;
  }

}


.banner {
  height: 80vh;
}

.banner img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.doctors {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f4f1de;
}

.doctors h2 {
  font-size: 4vh;
  font-weight: 600;
  font-family: "lexendbold";
  align-self: center;
  color: #a56905;
}

.doctors-container {
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.doctor-profile {
  padding: 5vh;
  max-width: 25vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #a56905;
}

.doctor-profile h2 {
  font-size: 4vh;
  font-weight: 600;
  font-family: "lexendbold";
  align-self: flex-start;
}

.doctor-profile h3 {
  font-size: 3vh;
  font-weight: 600;
  font-family: "lexendmedium";
}

.doctor-profile p {
  align-self: flex-start;
  max-width: 90%;
  font-size: 2.5vh;
}

.doctor-image img {
  width: 15vw;
  height: 15vw;
  object-fit: cover;
  border-radius: 50%;
}

.socials-container {
  align-self: flex-start;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.socials-container a {
  color: #a56905;
  font-size: 3vh;
}

.area-btns-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.area-btns-container .btn {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 15vw;
  height: 10vh;
  padding: 15px;
  margin: 20px 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.area-btns-container .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 2.5vh;
  font-weight: 600;
  font-family: "lexendbold";
}

.area-btns-container .btn a p {
  margin-top: 5px;
  align-self: center;
  justify-self: center;
  text-align: center;
}

.area-btns-container .btn a i {
  margin-top: 25px;
}

.doctor-profile .area-btns-container .btn {
  background-color: #81b29a;
}

.advantages-container .area-btns-container .btn {
  background-color: #a56905;
}

.disadvantages-container .area-btns-container .btn {
  background-color: #81b29a;
}

@media only screen and (max-width: 1200px) {

  body {
    overflow-x: hidden;
  }

  .doctors {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #f4f1de;
    padding: 2vh;
  }

  .doctor-profile {
    margin: 5vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #a56905;
  }

  .doctor-profile h2 {
    font-size: 4vh;
    font-weight: 600;
    font-family: "lexendbold";
    align-self: flex-start;
  }

  .doctor-profile h3 {
    font-size: 3vh;
    font-weight: 600;
    font-family: "lexendmedium";
  }

  .doctor-profile p {
    align-self: flex-start;
    max-width: 80%;
    font-size: 2vh;
  }

  .doctors-image img {
    max-width: 40vw;
    border-radius: 10%;
  }

  .advantages {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #81b29a;
    padding: 2vh;
  }

  .advantages-container {
    margin-top: 5vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
  }

  .advantages-container h2 {
    font-size: 4vh;
    font-weight: 600;
    font-family: "lexendbold";
    align-self: flex-start;
  }

  .advantages-container h3 {
    font-size: 3vh;
    font-weight: 600;
    font-family: "lexendmedium";
  }

  .advantages-container ul {
    align-self: flex-start;
    max-width: 70%;
    font-size: 2.5vh;
  }

  .advantages-container ul li {
    margin-bottom: 2vh;
  }

  .advantages-image img {
    max-width: 40vw;
    border-radius: 10%;
  }

  .disadvantages {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f1de;
    padding: 2vh;
  }

  .disadvantages-container {
    margin: 5vh 5vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #a56905;
  }

  .disadvantages-container h2 {
    font-size: 4vh;
    font-weight: 600;
    font-family: "lexendbold";
    align-self: flex-start;
  }

  .disadvantages-container h3 {
    font-size: 3vh;
    font-weight: 600;
    font-family: "lexendmedium";
  }

  .disadvantages-container ul {
    align-self: flex-start;
    max-width: 90%;
    font-size: 2.5vh;
  }

  .disadvantages-container ul li {
    margin-bottom: 2vh;
  }

  .disadvantages-image img {
    height: 30vw;
    width: 25vw;
    object-fit: cover;
    border-radius: 10%;
  }

  .area-btns-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .area-btns-container .btn {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 10vw;
    height: 10vh;
    padding: 15px;
    margin: 20px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .area-btns-container .btn a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 2.5vh;
    font-weight: 600;
    font-family: "lexendbold";
  }

  .area-btns-container .btn a p {
    margin-top: 5px;
    align-self: center;
    justify-self: center;
    text-align: center;
  }

  .area-btns-container .btn a i {
    margin-top: 25px;
  }

}