@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

body {
  margin: 0;
  background-color: #fffbfc;
}

.navbar {
  background: #fffbfc;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  border-bottom: solid 0.15vw #283482;
  z-index: 11;
}

.navbar .buttons {
  display: flex;
  width: 35vw;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 15%;
  font-family: "Work Sans";
  cursor: pointer;
}

.buttons .button {
  text-decoration: none;
  color: #171211;
  font-weight: 500;
  font-size: 1.25vw;
}

.dropdown {
  position: relative;
  display: flex;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 2.5vh;
  background-color: #fffbfc;
  box-shadow: 0px 8px 16px 0px #4974b9;
  z-index: 1;
}

.dropdown-content a {
  color: #171211;
  padding: 0.75vw 2.5vw;
  font-size: 1.25vw;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #fffbfc;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #171211;
}

.navbar .icon {
  width: 7.5%;
  height: auto;
  cursor: pointer;
}

.icon {
  width: 7.5%;
  height: auto;
}

.button-especialista {
  height: auto;
  width: auto;
  padding: 1em 2em;
  background: #4974b9;
  color: #fffbfc;
  font-family: "Work Sans";
  font-size: 0.83vw;
  font-weight: 700;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  cursor: pointer;
  box-sizing: border-box;
  border: 0.15vw solid black;
}

.header-home {
  background-image: url("../assets/header-home.png");
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header-home .text {
  display: inline-flex;
  /* padding: 8px 0px; */
  flex-direction: column;
  align-items: flex-start;
  /* gap: 16px; */
  margin-left: 4%;
}

.font-medium {
  color: #171211;
  font-family: "Work Sans";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.font-large {
  color: #171211;
  font-family: "Work Sans";
  font-size: 2.91vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.font-small {
  color: #171211;
  font-family: "Work Sans";
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-home img {
  width: 50vw;
  height: auto;
  flex-shrink: 0;
  scale: 0.6;
}

.home-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 6%;
  background-color: #fffbfc;
}

.homebody .clientes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.home-body .row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.row#divSobre {
  height: 80vh;
}

.home-body .form {
  display: flex;
  margin: 30vh 0 15vh 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.form input {
  display: flex;
  width: 60vw;
  padding: 1.6vw 1.6vw 1.6vw 1.6vw;
  font-size: 2vh;
  align-items: center;
  margin-bottom: 1vh;
  border: 0.25vh solid #4974b9;
  background-color: #fffbfc;
  font-family: "Work Sans";
}

.form textarea {
  border: 0.25vh solid #4974b9;
  width: 60vw;
  height: 20vw;
  font-size: 2vh;
  padding: 1.6vw 1.6vw 1.6vw 1.6vw;
  margin-bottom: 1vh;
  background-color: #fffbfc;
  font-family: "Work Sans";
}

.row img {
  width: 33vw;
  height: auto;
  flex-shrink: 0;
  margin: 5% 5%;
}

.row .round-square {
  width: 15vw;
  height: 15vw;
  flex-shrink: 0;
  border-radius: 10vh 0px;
  background: linear-gradient(146deg, #283482 -2.86%, #4974b9 98.13%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 52.5%;
  margin-top: 25%;
}

.round-square p {
  color: #fffbfc;
  font-family: "Work Sans";
  font-size: 1.87vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.row .about {
  margin: 0;
  width: 45%;
}

.row .content {
  width: 23vw;
  height: 23vw;
  flex-shrink: 0;
  border-radius: 5vh;
  border: 0.25vh solid #4974b9;
  background-color: #fffbfc;
  padding: 1.5vw;
}

.row .content-fill {
  display: inline-flex;
  padding: 1.5vw;
  align-items: center;
  border-radius: 5vh;
  border: 0.25vh solid #4974b9;
  background-color: #fffbfc;
  width: 20vw;
  height: 20vw;
}

.content .gear {
  width: 6vw;
  height: 6vw;
  flex-shrink: 0;
  margin: 0;
}

.row .arrow {
  width: 3vw;
  height: 3vw;
  flex-shrink: 0;
  margin: 0;
}

.clientes .logos {
  display: flex;
  height: 10vh;
  justify-content: space-evenly;
  align-items: center;
  width: 80vw;
}

.logos .logo {
  width: auto;
  height: 5vh;
  flex-shrink: 0;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background: #4974b9;
}

.divider .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.divider input {
  display: flex;
  width: 14vw;
  padding: 1vw;
  align-items: center;
  font-size: 2vh;
  margin: 0 1vw;
  background-color: #fffbfc;
  box-sizing: border-box;
  border: 0.25vh black solid;
  font-family: "Work Sans";
}

.divider button {
  width: 16vw;
  padding: 1vw;
  background: #4974b9;
  color: #fffbfc;
  font-family: "Work Sans";
  font-size: 2vh;
  font-weight: 700;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  cursor: pointer;
  box-sizing: border-box;
  border: 0.25vh solid black;
}

.notebook-img {
  width: 68vw;
  height: auto;
  flex-shrink: 0;
  position: absolute;
  top: 460vh;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background: linear-gradient(146deg, #283482 -2.86%, #4974b9 98.13%);
  height: 30vh;
  display: flex;
  justify-content: space-evenly;
  color: #fffbfc !important;
}

.footer-align {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 18vh;
  margin: 4vh 4vw 0vh 4vw;
}

.footer .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
}

.footer .column .icon {
  height: 7vh;
  width: auto;
}

.footer .column span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13vh;
  width: 100%;
}

.footer .column .icon2 {
  margin: 6% 0%;
  height: 3vw;
  width: 3vw;
  border: #fffbfc solid 1px;
  border-radius: 0.75em;
  scale: 0.8;
}

.footer .row-contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: fit-content;
  width: 100%;
  font-size: 1.25vw;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #171211;
}

.modal .active {
  display: block;
}

.modal-content {
  display: flex;
  flex-direction: column;
  background-color: #fffbfc;
  margin: 5vh auto;
  padding: 3vh 4vw;
  z-index: 9999;
  border-radius: 15px;
  border: 1px solid #171211;
  height: fit-content;
  width: 25vw;
  align-items: center;
  max-width: 400px;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  .modal-content {
    width: 80vw;
    padding: 4vh 6vw;
    margin: 10vh auto;
  }

  td {
    font-size: 3vw;
  }

  th {
    font-size: 3vw;
  }

  .divider input {
    font-size: 2vw;
  }
}

*::-webkit-scrollbar {
  width: 0.25vw;
}

*::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #fffbfc;
}

*::-webkit-scrollbar-track:hover {
  background-color: #fffbfc;
}

*::-webkit-scrollbar-track:active {
  background-color: #fffbfc;
}

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #4974b9;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #4974b9;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #4974b9;
}

@media screen and (max-width: 768px) {
  .navbar {
    flex-direction: column;
    height: auto;
    padding: 1vh 0;
  }

  .navbar .icon {
    width: 15%;
  }

  .navbar .buttons {
    width: 100%;
    gap: 1vh;
    margin: 1vh 0;
  }

  .dropdown-content a {
    font-size: 1vh;
  }

  .button-especialista {
    font-size: 2vw;
    padding: 0.75em 1.25em;
  }

  .buttons .button {
    font-size: 3vw;
  }

  .header-home {
    flex-direction: column;
    height: fit-content;
    margin-top: 9vh;
    justify-content: space-between;
  }

  .header-home .text {
    margin: 1vh 4vw;
  }

  .font-medium {
    font-size: 5vw;
  }

  .font-large {
    font-size: 6.5vw;
  }

  .font-small {
    font-size: 4vw;
  }

  .header-home img {
    width: 65%;
    height: auto;
    margin: 0 auto 0 auto;
  }

  .home-body .row {
    flex-direction: column;
    align-items: center;
    height: fit-content;
  }

  .row#divSobre {
    height: fit-content;
  }

  .row .about {
    margin: 0;
    width: 80%;
  }

  .row img {
    width: 80%;
  }

  .row .round-square {
    width: 35vw;
    border-radius: 2vh 0px;
    height: 35vw;
    text-align: center;
    position: inherit;
    margin-top: -25%;
    margin-right: auto;
    margin-left: 3vh;
  }

  .round-square p {
    font-size: 6vw;
  }

  .home-body .clientes {
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin-bottom: 3vh;
  }

  .clientes .logos {
    justify-content: center;
    flex-direction: column;
    height: fit-content;
    width: 100vw;
  }

  .logos .logo {
    width: 15vw;
    height: auto;
    margin-top: 3vh;
  }

  .column#spanDivider .font-large {
    font-size: 1.5vh;
    width: 35vw;
  }

  .column#spanDivider .font-small {
    font-size: 1vh;
    width: 35vw;
  }

  .divider button {
    font-size: 0.9vh;
    width: 50vw;
    padding: 0.6vh 0 0.6vh 0.2vh;
  }

  .row .content {
    width: 38vh;
    height: 38vh;
    flex-shrink: 0;
    border-radius: 5vh;
    border: 0.25vh solid #4974b9;
    background-color: #fffbfc;
    padding: 5vw;
    margin: 0 0 1.5vh 0;
  }

  .content .gear {
    margin-top: 2vh;
    margin-bottom: -2vh;
  }

  .row .content-fill {
    width: 38vh;
    height: 38vh;
    flex-shrink: 0;
    border-radius: 5vh;
    border: 0.25vh solid #4974b9;
    background-color: #fffbfc;
    padding: 3vw;
    margin: 0 0 1.5vh 0;
  }

  .row .arrow {
    display: none;
  }

  .form input {
    width: 75vw;
  }

  .form textarea {
    width: 75vw;
  }

  .footer {
    height: 80vh;
  }

  .footer-align {
    flex-direction: column;
    gap: 2vh;
    align-items: center;
  }

  .footer-align .row-contacts {
    flex-direction: column;
    gap: 1vh;
  }

  .footer .column span {
    justify-content: start;
    height: fit-content;
  }

  .footer-align .column .icon2 {
    height: 10vw;
    width: 10vw;
  }

    .dropdown-content a:active {
    background-color: #fffbfc;
  }
  
  .dropdown:active .dropdown-content {
    display: block;
  }
  
  .dropdown:active .dropbtn {
    background-color: #171211;
  }
    
    
}
