/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v40-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/open-sans-v40-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  box-sizing: border-box !important;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
:root {
  --primary-color: #035959;
  --secondary-color: #f4d35e;
  --dark-green: #023f3f;
  --background-color: #edf6f7;
  --dark-beje: #d6e6e8;
  --dark-text: #6d8282;
}

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: var(--primary-color);
  font-weight: 400;
  background-color: var(--background-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
.nav-logo img {
  width: 115px;
}
.back-color {
  background-color: var(--dark-beje);
}
.navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 150px;
  background-color: var(--background-color);
}

.navbar a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar a:hover {
  color: var(--secondary-color);
}
.nav-item {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--primary-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hamburger,
.nav-menu {
  display: none;
}
.main-pad {
  padding: 0 150px;
}
.sobre-nos {
  padding-left: 150px;
}
footer {
  overflow-y: hidden;
}
.top-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 90px 0;
}
.top-footer img {
  height: 135px;
  margin-left: -60px;
}
h1 {
  font-size: clamp(2.2rem, 5.5vw, 4.5rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding-bottom: 60px;
}
h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: var(--primary-color);
}
p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
h3 {
  text-align: center;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 62px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: var(--primary-color);
  padding-bottom: 110px;
}
.hero-wrap {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 200px;
  margin-top: 120px;
}

.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.hero-image img {
  width: 100%;
}
.hero-text {
  width: 50%;
  padding-right: 60px;
}
/* H1 mais pequeno para títulos longos na página sobre-nós */
.sobre-nos-wrap .hero-text h1 {
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  line-height: 1.1;
  white-space: normal;
}
/* H1 da página serviços - reduzir em desktop mantendo iPhone */
.hero-serv .hero-text h1 {
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  line-height: 1.05;
  white-space: normal;
  color: #ffffff;
}

/* Hero da homepage - fundo verde escuro com H1 branco */
.hero-home {
  background-color: #035959 !important;
  padding: 160px 150px 80px 150px;
  margin-top: -120px !important;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.hero-home .hero-text h1 {
  color: #ffffff !important;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  line-height: 1.05;
  white-space: normal;
}
.hero-home .hero-text h2 {
  color: #C9A84C !important;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem) !important;
  font-weight: 600;
  line-height: 1.5;
  white-space: normal;
}
.hero-home .check-text {
  color: #ffffff !important;
}
.hero-home .check-wrap {
  border-color: rgba(201, 168, 76, 0.6) !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
}
.hero-home .check-wrap p {
  color: #ffffff !important;
}

/* Hero da página Serviços - fundo verde escuro */
.hero-serv {
  background-color: #035959 !important;
  padding: 160px 150px 80px 150px;
  margin-top: -120px !important;
  margin-bottom: 60px;
  width: 100%;
  box-sizing: border-box;
}

/* Subtítulo hero serviços - dourado */
.hero-serv .hero-text h2 {
  color: #C9A84C !important;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem) !important;
  font-weight: 600;
  line-height: 1.5;
  white-space: normal;
}

/* Ícone trevo no subtítulo serviços - branco */
.hero-serv .intro-logo svg path {
  stroke: #C9A84C !important;
}

/* H3 do acordeão - tamanho harmonizado */
.accordion-container h3 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  padding-bottom: 50px;
  line-height: 1.2;
}
/* Bloco Darwin centrado - página Sobre Nós */
.darwin-section {
  background: #035959;
  padding: 80px 40px;
  text-align: center;
}
.darwin-inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.darwin-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.darwin-quote {
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 800;
  font-style: italic;
  color: #C9A84C;
  line-height: 1.4;
  margin: 0;
  border: none;
  padding: 0;
}
.darwin-cta {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .darwin-section {
    padding: 60px 24px;
  }
  .darwin-quote {
    font-size: 1.3rem;
  }
}
.hero-serv .hero-text {
  padding-right: 0px;
}
.check-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-top: 35px;
}
.check-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--primary-color);
  border-radius: 30px;
  padding: 12px 16px;
}

.card-wrap .card-check .check-wrap {
  padding: 12px 16px;
}

.check-wrap p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 0 15px 0 10px;
}
.check-wrap img {
  width: 30px;
}
.intro-logo svg {
  height: 28px;
  width: auto;
}
.intro-title h2,
.intro-text p {
  color: white;
}
.intro-text p {
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.destaque {
  font-weight: 800;
}
.intro-text p:first-of-type {
  padding-bottom: 40px;
}
.intro-title {
  margin-bottom: 70px;
}
.title-regular {
  font-weight: 400;
}
.intro-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.intro-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  background-image: url(../images/layout/fundo_vertical.jpg);
  background-position: center;
  background-size: cover;
  padding: 150px 150px 150px 150px;
}

.intro-icons {
  width: 50%;
  background-color: var(--secondary-color);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  padding: 60px 60px;
  gap: 40px;
}
.intro-icons-wrap img {
  height: 56px;
  width: auto;
  padding-bottom: 12px;
  opacity: 0.85;
}
.intro-icons-wrap:first-child img {
  margin-left: -10px;
}
.intro-icons-wrap p {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: var(--primary-color);
}
.intro-icons-wrap {
  text-align: center;
  width: 100%;
  max-width: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.25);
  border-radius: 16px;
  padding: 28px 16px;
}
.intro-icons-wrap .nav-item:hover {
  color: var(--primary-color);
}
.home_app {
  display: flex;
  width: 100%;
  padding: 190px 150px;
}
.home_app_image {
  width: 55%;
  display: flex;
  align-items: center;
}
.home_app_text {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 80px;
}
.home_app_image img {
  width: 75%;
  padding-right: 0px;
}
.subtitle {
  padding-top: 8px;
  padding-bottom: 35px;
  color: #9ebab8;
}
.home_banner {
  display: flex;
  padding: 0px 0 0 150px;
  width: 100%;
  background-color: var(--dark-beje);
  position: relative;
}
.banner_text {
  width: 55%;
  min-height: 635px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.wipro-logo-wrap {
  margin-top: 10px;
}
.wipro-logo {
  max-width: 260px;
  width: 100%;
  height: auto;
  opacity: 0.92;
}
.banner-corner {
  position: absolute;
  bottom: 0;
  right: 45%;
  width: 643px;
}
.banner_image {
  width: 45%;
  background-color: var(--primary-color);
  position: relative;
  z-index: 3;
}
.image-worker {
  height: 635px;
  background-image: url(../images/upload/home_cubos.jpg);
  background-position: center;
  background-size: cover;
}
.serv_banner {
  background-color: var(--secondary-color);
}
.serv_banner_image {
  width: 50%;
  background-image: url(../images/upload/servicos_7.jpg);
  background-position: top;
  background-size: cover;
}
.banner_image h2 {
  color: white;
  padding: 20px;
  text-align: center;
}

.contac-link img {
  position: fixed;
  bottom: 120px;
  left: 35px;
  width: 63px;
  box-shadow: rgba(25, 38, 40, 0.134) 0px 3px 12px;
  border-radius: 100%;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contac-link img:hover {
  transform: scale(1.2);
}
.banner_text-wrap {
  display: flex;
  gap: 30px;
}
.quotes-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 190px;
}
.btn-1 a {
  color: var(--primary-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-1 {
  text-align: center;
  font-family: "Open Sans";
  font-size: 19px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 39px;
  border-radius: 25.49px;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-1:hover a {
  color: white;
}
.btn-1:hover {
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
}
.equipa-text .btn-1:hover {
  background-color: var(--dark-green);
}
.quotes-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  padding: 100px 150px 80px 150px;
}
.quote-1 {
  flex: 1;
  min-width: 0;
}
.quote-2 {
  flex: 1;
  min-width: 0;
}
.quote-1 .intro-title h2,
.quote-2 .intro-title h2 {
  color: var(--primary-color);
  line-height: 1.15;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  padding-right: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.footer-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  gap: 40px;
  background-color: var(--secondary-color);
}
.footer-1 img {
  height: 75px;
}
.footer-links {
  display: flex;
  gap: 50px;
}
.footer-socials {
  display: flex;
  gap: 24px;
}
.footer-links a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: var(--primary-color);
}
.footer-socials svg {
  height: 24px;
  width: auto;
}
.footer-2 {
  display: flex;
  padding: 10px 150px;
  justify-content: space-between;
  background-color: var(--primary-color);
  font-family: "Open Sans";
}
.footer-2 a {
  font-size: 13px;
  color: var(--background-color);
}

.footer-lang a {
  color: var(--background-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-lang a:hover {
  color: var(--secondary-color);
}
.footer-2 > a:nth-child(3) {
  font-family: Courier;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: normal;
}
.footer-lang {
  display: flex;
  gap: 5px;
  font-family: "Open Sans";
  color: white;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: 0.2px;
  color: var(--background-color);
}
.hero-serv {
  padding-bottom: 96px;
}
.hero-serv-text {
  padding-top: 30px;
}

.hero-serv .hero-text {
  padding-right: 140px;
}
.airplane {
  margin-left: -144px;
  width: 112%;
}
.serv-cards {
  display: flex;
  width: 100%;
  gap: 80px;
  padding-bottom: 150px;
  margin-top: -90px;
}
.card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px 60px 90px 60px;
  border-radius: 27px;
  width: 20%;
  flex-grow: 1;
}
.card-wrap h2 {
  font-size: 40px;
  line-height: 44px;
  padding-right: 30px;
}
.card-subtitle {
  padding-bottom: 25px;
}
.card-title:nth-child(1),
.card-wrap:nth-child(2) .card-subtitle {
  color: var(--background-color);
}
.card-subtitle {
  text-transform: uppercase;
  padding-top: 75px;
  font-size: 20px;
  line-height: 24px;
}
.card-wrap:nth-child(1) {
  background-color: var(--dark-beje);
  border-radius: 0 27px 27px 0;
  width: 10%;
}
.card-wrap:nth-child(2) {
  background-image: url(../images/layout/fundo_vertical.jpg);
  background-position: center;
  background-size: cover;
}
.card-wrap:nth-child(3) {
  background-color: var(--dark-beje);
}
.card-wrap:nth-child(4) {
  background-image: url(../images/layout/fundo_vertical.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 27px 0 0 27px;
  width: 10%;
}

.card-wrap .card-check {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 35px;
}
.card-check .check-wrap {
  padding: 5px 6px;
}

.card-wrap:nth-child(2) .card-check .check-wrap {
  border: 1.5px solid var(--background-color);
}
.card-wrap:nth-child(2) .card-check .check-wrap p {
  color: var(--background-color);
}
.card-wrap:nth-child(3) .card-subtitle {
  color: var(--primary-color);
  padding-right: 40px;
}
.card-check .check-wrap .check-text {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.1px;
}
.serv-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.serv-app h2 {
  text-align: center;
}

.serv-app-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 150px 150px 150px;
  width: 100%;
}
.serv-app-image {
  width: 50%;
}
.serv-app-text {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex-grow: 0;
  flex-shrink: 1;
  padding-right: 150px;
  padding-left: 20px;
}

.serv-app-text .btn-1,
.equipa-text .btn-1 {
  width: fit-content;
  margin-top: 20px;
}
.serv-app-image img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 85%;
}
.bold {
  font-weight: 800;
}
.bold-700 {
  font-weight: 700;
}
.italic-quote {
  padding-top: 35px;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  line-height: 26px;
  text-transform: uppercase;
}
.serv_banner {
  display: flex;
  width: 100%;
}

.white-space {
  white-space: nowrap;
}

.serv_banner_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 195px 0;
  background-color: var(--secondary-color);
}
.serv_banner_text img {
  padding-bottom: 30px;
  height: 96px;
}
.serv_banner_text h2 {
  text-align: center;
  padding-top: 20px;
  font-size: 34px;
  line-height: 39px;
  width: 65%;
}

.serv_banner_image {
  width: 50%;
  background-image: url(../images/upload/servicos_6.jpg);
  background-position: top;
  background-size: cover;
  /* background-repeat: repeat; */
}

/* lista de serviços */
.serv_list {
  margin-top: 220px;
}
.serv_list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}

.accordion-container {
  width: 80%;
  max-width: 1100px;
}

.accordion-item {
  background-color: var(--dark-beje); /* White background for items */
  border-radius: 10px;
  margin-bottom: 15px;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
}

.accordion-header {
  background-color: var(--primary-color); /* Soft purple */
  color: #ffffff; /* White text */
  padding: 15px 30px;
  font-size: 16px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.36px;
}
.longer .icon {
  padding-left: 150px;
}
.accordion-header:hover {
  background-color: #034343;
}
.accordion-content {
  background-color: var(--dark-beje); /* Very light grey for content */
  overflow: hidden;
  border-radius: 10px;
  padding: 0px 30px;
  max-height: 0;
  transition: max-height 0.3s ease;
  color: var(--primary-color);
}
.text-acord {
  padding: 20px 0 40px 0;
}
.accordion-content p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.accordion-content p:not(:last-child) {
  padding-bottom: 10px;
}

.icon svg {
  transition: transform 0.3s ease;
}
.icon svg {
  height: 18px;
}
.active .icon svg {
  transform: rotate(45deg);
}
.icon {
  padding-left: 15px;
}

/* fim lista de serviços */

.sobre-nos p:not(:last-child) {
  padding-bottom: 20px;
}
.sobre-nos p {
  padding-right: 30px;
}

.nos-full {
  display: none;
}
.equipa-text p:not(:last-child) {
  padding-bottom: 10px;
}
.equipa-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--primary-color);
  color: white;
  gap: 65px;
}
.equipa-image {
  padding: 150px 0 130px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.equipa-image img {
  padding-top: 90px;
  width: 90%;
}
.equipa-text {
  padding: 150px 150px 130px 0;
  width: 50%;
}
.equipa-text p:nth-child(1) {
  margin-bottom: 20px;
}

.top-pad {
  margin-top: 150px;
}
.grafic-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 90px 90px 150px 90px;
}
.number-graf {
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  padding-top: 30px;
}
.mini {
  font-size: 30px;
  text-transform: uppercase;
}
.grafic-group p:nth-child(3) {
  font-size: 19px;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.grafic-group p:nth-child(4) {
  color: #9ebab8;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding-top: 6px;
}
.grafic-group {
  width: 14%;
  text-align: center;
  color: var(--primary-color);
}
.grafic-group img {
  width: 45%;
}
.grafic-line {
  width: 70px;
  height: 7px;
  background-color: var(--primary-color);
  border-radius: 10px;
  margin-top: 60px;
}
.nos-graf h2 {
  width: 700px;
  font-size: 38px;
  line-height: 42px;
}
.graf-def {
  padding: 0 96px 96px 96px;
  font-size: 38px;
  line-height: 42px;
}
.worker-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 95px;
  padding-bottom: 190px;
}
.worker-wrap img:nth-child(1) {
  width: 13%;
}
.worker-wrap img:nth-child(2) {
  width: 9%;
}
.worker-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  gap: 40px;
}
.worker-text {
  text-align: left;
  width: 33%;
}
.worker-group p:nth-child(1) {
  width: 20%;
  text-align: right;
  padding: 0;
}
.worker-group p:nth-child(2) {
  width: 80%;
  padding: 0;
}
.contact-container {
  padding: 96px 190px 150px 190px;
  position: relative;
}
.contact-wrap h1 {
  font-size: 90px;
  padding-bottom: 0;
  white-space: nowrap;
}
.contact-wrap {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 27px;
  padding: 96px;
  position: relative;
  z-index: 2;
}
.contact-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 70px;
  width: 60%;
}
.contact-text h2 {
  font-size: 24px;
  line-height: 28px;
}
.contact-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 40%;
}
.contact-image img {
  width: 80%;
}
.adress-wrap p:not(:last-child) {
  padding-bottom: 45px;
}
.adress-wrap h2 {
  padding-bottom: 15px;
}
.contact-image p {
  font-weight: 700;
  padding-bottom: 15px;
}
.contact-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.disableClick {
  pointer-events: none;
}
.contact-doctor {
  position: absolute;
  bottom: 10px;
  right: 280px;
  z-index: 3;
}
.background-contact {
  background-color: var(--dark-beje);
  position: absolute;
  height: 500px;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
}
.contact-center {
  text-align: center;
  padding: 120px 580px 240px 580px;
  background-color: var(--dark-beje);
}
.politicas h3 {
  text-align: left;
  padding-right: 0;
  margin-right: 0;
  white-space: nowrap;
}

.politicas h2 {
  font-size: 22px;
  padding-bottom: 15px;
  padding-top: 85px;
}
.politicas h2:nth-of-type(1) {
  padding-top: 0;
}
.transparent {
  opacity: 0;
}
.perfil-image img:nth-of-type(2) {
  position: absolute;
  width: 90%;
  bottom: -122px;
  z-index: 0;
}
.sobre-nos-wrap .hero-wrap {
  margin-bottom: 120px;
}
.non-wrap {
  white-space: nowrap;
}
.hero-serv .hero-image img {
  width: 107%;
  margin-right: -20px;
  padding-bottom: 30px;
}
.hero-serv {
  margin-bottom: 60px;
}

#contact-form {
  width: 80%;
}

#contact-form .form-group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#contact-form .form-group {
  width: 100%;

  margin-top: 30px;
}

#contact-form .form-group label {
  color: var(--dark-text);
  font-size: 15px;
  letter-spacing: 0.3px;
}

#contact-form .form-group input {
  width: 100%;
  margin-top: 8px;
  color: #acc1bf;
  width: full;
  border: none;
  border-radius: 5px;
  padding: 18px;
  background-color: #edf6f7;
  letter-spacing: 0.3px;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* input on focus font weight 400 */
#contact-form .form-group input:focus {
  font-weight: 400;
}

#contact-form .form-group textarea {
  margin-top: 8px;
  width: 100%;
  color: #acc1bf;
  width: full;
  border: none;
  letter-spacing: 0.3px;
  border-radius: 5px;
  padding: 18px;
  background-color: #edf6f7;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* textarea placeholder same color as input */
#contact-form .form-group textarea::placeholder {
  color: #acc1bf;
}

/* textarea on focus font weight 400 */
#contact-form .form-group textarea:focus {
  font-weight: 400;
}

#contact-form .form-group input::placeholder {
  color: #acc1bf;
}

#contact-form .btn-primary {
  width: 100%;
  padding: 15px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 50px;
}

#contact-form .btn-primary:hover {
  background-color: var(--secondary-color);
}

#contacts {
  background: var(--dark-beje);
}

#contacts h4 {
  font-size: 28px;
  margin-bottom: 30px;
}

#contacts p {
  letter-spacing: 0.3px;
}

#contacts .grid-cols-2 {
  display: flex;
  justify-items: center;
  align-items: center;
  margin-left: 300px;
}

#contacts .has-margin-top {
  margin-top: 100px;
}

#contacts .ml-300 {
  margin-left: 300px;
}
.lang-desk {
  margin-right: 150px;
}

.lang-desk {
  position: fixed;
  bottom: 30px;
  margin-left: 35px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 5;
  background-color: var(--primary-color);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(25, 38, 40, 0.134) 0px 3px 12px;
}
.lang-desk a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--primary-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--secondary-color);
}

.lang-desk:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.lang-desk:active {
  background-color: var(--dark-green);
}

textarea {
  resize: none;
}
.footer-links a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-links a:hover {
  color: var(--dark-green);
}

/* break1921 */
@media (min-width: 1921px) {
  .nav-item {
    font-size: 34px;
  }
  .navbar {
    padding: 20px 150px;
  }
  .intro-icons {
    padding: 60px 50px;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .intro-icons-wrap img {
    height: 90px;
  }
  .intro-text {
    padding: 150px 240px 150px 150px;
  }
  .quotes-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 80px 150px 60px 150px;
  }
  .quote-1 .intro-title h2,
  .quote-2 .intro-title h2 {
    padding-right: 0;
  }
  .worker-wrap {
    padding-bottom: 220px;
  }
  .contact-center {
    text-align: center;
    padding: 120px 630px 240px 630px;
    background-color: var(--dark-beje);
  }
  .perfil-image img:nth-of-type(2) {
    width: 75%;
    bottom: 130px;
    z-index: 0;
  }
  .sobre-nos-wrap .hero-wrap {
    margin-bottom: -140px;
  }
}

/* break1600 */
@media (max-width: 1600px) {
  #contacts {
    padding-bottom: 50px;
  }

  #contact .ml-50:first-child {
    padding-top: 0;
  }
  #contacts .grid-cols-2 {
    display: block;
    margin-left: 230px;
  }
  #contacts .ml-50 {
    padding-top: 50px;
  }
  #contacts .ml-300 {
    margin-left: 0px;
  }
  #contacts .has-margin-top {
    margin-top: 0px;
  }
  .navbar {
    padding-left: 100px;
    padding-right: 100px;
  }
  .top-pad {
    margin-top: 100px;
  }
  .footer-2 {
    padding: 10px 100px;
  }
  .main-pad {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sobre-nos {
    padding-left: 100px;
  }
  h2 {
    font-size: 28px;
  }
  h1 {
    padding-bottom: 50px;
  }
  .intro-icons {
    padding: 60px 40px;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .intro-icons-wrap img {
    height: 70px;
  }
  .intro-text {
    width: 50%;
    padding: 100px 120px 100px 100px;
  }
  .banner-corner {
    width: 550px;
  }
  .home_app_text {
    padding-right: 40px;
  }
  .home_banner {
    padding: 0px 0 0 96px;
  }
  .intro-logo svg {
    height: 26px;
    width: auto;
  }
  .quotes-wrap {
    gap: 60px;
    padding: 80px 120px 60px 120px;
  }
  .card-wrap h2 {
    font-size: 34px;
    line-height: 38px;
    padding-right: 0px;
  }
  .card-check .check-wrap .check-text {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.02px;
    padding-right: 0;
  }
  .serv-cards {
    gap: 60px;
  }
  .card-wrap:nth-child(1) {
    width: 10%;
  }
  .card-wrap:nth-child(2) {
    width: 33%;
  }
  .card-wrap:nth-child(3) {
    width: 33%;
  }

  .card-wrap:nth-child(4) {
    width: 10%;
  }
  .hero-wrap {
    gap: 10px;
  }
  .hero-text {
    width: 55%;
  }
  .hero-image {
    width: 45%;
  }
  .equipa-wrap {
    gap: 25px;
  }
  .equipa-image img {
    padding-top: 0px;
    width: 100%;
  }
  .equipa-text {
    padding: 150px 0px 100px 0;
    width: 50%;
  }
  .serv-app-text {
    padding-right: 0px;
    padding-left: 10px;
  }
  .card-wrap h2 {
    margin-bottom: -50px;
  }
  .grafic-line {
    height: 4.8px;
    margin-top: 40px;
  }
  .grafic-wrap {
    padding-bottom: 100px;
  }
  .worker-wrap {
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding-bottom: 150px;
  }
  .worker-wrap img:nth-child(1) {
    width: 15%;
    margin-left: -120px;
  }
  .worker-wrap img:nth-child(2) {
    width: 10%;
  }
  .worker-group {
    width: 120%;
    gap: 40px;
  }
  .contact-container {
    padding: 96px 150px 60px 150px;
    position: relative;
  }
  .contact-text {
    gap: 60px;
  }
  .contact-wrap {
    padding: 96px 0px 96px 96px;
    align-items: flex-end;
  }
  .contact-wrap {
    padding: 80px;
  }

  .contact-doctor {
    bottom: 10px;
    right: 200px;
    height: 640px;
  }
  .contact-wrap h1 {
    font-size: 70px;
  }
  .adress-wrap h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .adress-wrap p:not(:last-child) {
    padding-bottom: 35px;
  }
  .contact-image img {
    width: 100%;
  }
  .contact-image p {
    font-weight: 700;
    padding-bottom: 25px;
  }
  .contact-center {
    text-align: center;
    padding: 50px 350px 200px 350px;
    background-color: var(--dark-beje);
  }
  .politicas h3 {
    font-size: 46px;
    white-space: wrap;
  }
  .perfil-image img:nth-of-type(2) {
    width: 100%;
  }
  .lang-desk {
    width: 60px;
    height: 60px;
    margin-left: 25px;
    bottom: 30px;
  }
  .lang-desk a {
    font-size: 18px;
  }
  .contac-link img {
    position: fixed;
    bottom: 120px;
    left: 25px;
    width: 63px;
  }
}
/* break1200 */
@media (max-width: 1200px) {
  #contacts .grid-cols-2 {
    display: block;
    margin-left: 150px;
  }

  .navbar {
    padding: 10px 96px;
  }
  .top-pad {
    margin-top: 96px;
  }
  .footer-2 {
    padding: 10px 96px;
  }
  .main-pad {
    padding: 0 96px;
  }
  .sobre-nos {
    padding-left: 96px;
  }  .intro-icons {
    width: 50%;
    padding: 60px 40px;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  h1 {
    padding-bottom: 45px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .hero-text {
    padding-right: 0;
  }

  .intro-icons {
    padding: 60px 40px;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .intro-icons-wrap img {
    height: 60px;
  }
  .intro-text p {
    font-size: 16px;
    line-height: 20px;
  }
  .intro-logo svg {
    height: 23px;
  }
  .home_app {
    padding: 120px 96px;
  }
  .home_app_text {
    padding-right: 30px;
  }
  .banner_text {
    padding-right: 15px;
  }
  .quotes-container {
    padding-bottom: 180px;
  }
  .quotes-wrap {
    gap: 50px;
    padding: 70px 100px 50px 100px;
  }
  .top-footer {
    padding: 80px 0 70px 0;
  }
  .top-footer img {
    height: 120px;
  }
  .title-logo svg {
    height: 17px;
  }
  .hero-serv .hero-text {
    padding-right: 50px;
  }
  .airplane {
    margin-left: -102px;
    width: 117%;
  }
  .serv-cards {
    gap: 30px;
  }
  .card-wrap {
    padding: 90px 40px;
  }
  .card-wrap:nth-child(1) {
    width: 5%;
  }
  .card-wrap:nth-child(2) {
    width: 33%;
  }
  .card-wrap:nth-child(3) {
    width: 33%;
  }

  .card-wrap:nth-child(4) {
    width: 5%;
  }
  .card-wrap h2 {
    font-size: 32px;
    line-height: 36px;
    padding-right: 20px;
  }

  .accordion-container {
    width: 95%;
    max-width: 1200px;
  }
  .longer .icon {
    padding-left: 120px;
  }
  .serv_list {
    margin-top: 150px;
  }
  h3 {
    font-size: 54px;
    line-height: 58px;
    padding-bottom: 70px;
  }
  .sobre-nos p {
    padding-right: 0px;
  }
  .equipa-wrap {
    gap: 15px;
  }
  .equipa-image img {
    padding-top: 0px;
    width: 90%;
  }
  .equipa-text {
    padding: 120px 0px 120px 0;
    width: 50%;
  }
  .hero-wrap {
    margin-bottom: 150px;
  }
  .italic-quote {
    padding-top: 0px;
    font-size: 20px;
    line-height: 24px;
  }
  .grafic-wrap {
    padding-bottom: 96px;
  }
  .number-graf {
    font-size: 50px;
    line-height: 54px;
    padding-top: 10px;
  }
  .grafic-group p:nth-child(3) {
    font-size: 17px;
    line-height: 20px;
  }
  .grafic-group p:nth-child(4) {
    font-size: 11.5px;
    line-height: 14px;
    padding-top: 4px;
  }
  .mini {
    font-size: 26px;
  }
  .grafic-line {
    width: 60px;
    height: 4px;
    margin-top: 20px;
  }
  .hero-serv {
    padding: 120px 60px 60px 60px;
  }
  .hero-home {
    padding: 120px 60px 60px 60px;
  }
  .nos-graf h2 {
    width: 640px;
    font-size: 34px;
    line-height: 38px;
  }
  .graf-def {
    padding: 0 96px 96px 96px;
    font-size: 34px;
    line-height: 38px;
  }
  .worker-wrap {
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 0 90px 120px 90px;
  }
  .worker-wrap img:nth-child(1) {
    width: 15%;
    margin-left: 0px;
  }
  .worker-wrap img:nth-child(2) {
    width: 10%;
  }
  .worker-text {
    width: 75%;
  }
  .worker-group {
    width: 100%;
    gap: 30px;
  }
  .contact-container {
    padding: 96px 96px 40px 96px;
  }
  .contact-text {
    gap: 55px;
  }
  .contact-wrap {
    padding: 60px;
  }

  .contact-wrap h1 {
    font-size: 60px;
  }
  .pergunta {
    padding-right: 40px;
  }
  .contact-doctor {
    bottom: -20px;
    right: 120px;
  }
  .contact-center {
    padding: 50px 220px 150px 220px;
  }
  .contact-text h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .hero-serv {
    padding: 100px 40px 50px 40px;
    margin-bottom: 60px;
  }
  .hero-home {
    padding: 100px 40px 50px 40px;
    margin-bottom: 0;
  }
  #contact-form .form-group-grid {
    display: block;
  }

  #telefone {
    display: block;
    width: 100%;
  }

  /* Selector for EMPRESA input */
  #empresa {
    padding-top: 30px;
    display: block;
    width: 100%;
  }
}
/* break900 */
@media (max-width: 920px) {
  #contacts .grid-cols-2 {
    display: block;
    margin-left: 150px;
  }
  .navbar {
    padding: 10px 80px;
  }
  .top-pad {
    margin-top: 80px;
  }
  .footer-2 {
    padding: 10px 80px;
  }
  .main-pad {
    padding: 0 80px;
  }
  .sobre-nos {
    padding: 0 80px;
  }
  .nav-item {
    font-size: 20px;
    letter-spacing: -0.3px;
  }
  .nav-logo img {
    width: 100px;
  }
  h1 {
    padding-bottom: 40px;
  }
  .contact-doctor {
    display: none;
  }

  #contact-form {
    width: 100%;
  }

  .hero-wrap {
    flex-direction: column;
    gap: 40px;
    margin-top: 90px;
  }
  .hero-text,
  .hero-image {
    width: 100%;
  }
  .hero-image img {
    width: 80%;
  }
  .hero-text h1 {
    padding-right: 140px;
  }
  .hero-serv .hero-text h1 {
    padding-right: 0px;
  }
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .hero-wrap {
    margin-top: 68px;
  }
  .intro-wrap {
    flex-direction: column;
  }
  .intro-text {
    width: 100%;
    padding: 80px 60px;
  }
  .intro-icons {
    width: 100%;
    gap: 20px;
    padding: 50px 30px;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
  }
  .home_app {
    flex-direction: column;
    padding: 120px 96px;
    gap: 85px;
  }
  .home_app_image {
    width: 100%;
    justify-content: center;
  }
  .home_app_image img {
    width: 60%;
  }
  .home_app_text {
    width: 100%;
    padding: 0 50px 0 70px;
  }
  .home_app_text p:last-child {
    padding-right: 0px;
  }
  .home_banner {
    flex-direction: column;
    padding-left: 0;
  }
  .banner_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    width: 100%;
    padding-left: 150px;
    height: 500px;
  }
  .banner_image {
    width: 100%;
  }
  .banner-corner {
    right: 0;
    bottom: 50%;
  }
  .image-worker {
    height: 585px;
  }
  .quotes-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 60px 80px 40px 80px;
    margin: 0;
  }
  .quote-1 .intro-title .intro-logo svg {
    height: 20px;
  }
  .title-logo svg {
    height: 16px;
  }
  .hero-serv .hero-text h2 {
    padding-right: 60px;
  }
  .airplane {
    margin-left: -90px;
    margin-top: -60px;
    width: 100%;
  }
  .serv-cards {
    gap: 50px;
    padding: 0 170px 150px 170px;
    align-items: center;
    justify-content: center;
    flex-basis: content;
    flex-wrap: wrap;
  }
  .card-wrap {
    padding: 120px 60px 70px 60px;
  }
  .card-wrap:nth-child(1) {
    display: none;
  }
  .card-wrap:nth-child(2) {
    height: 590px;
    width: auto;
  }
  .card-wrap:nth-child(3) {
    width: auto;
    height: 590px;
  }

  .card-wrap:nth-child(4) {
    display: none;
  }

  .serv-app-wrap {
    flex-direction: column;
    gap: 70px;
  }
  .serv-app-image {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .serv-app-image img {
    width: 70%;
  }
  .serv-app-text {
    width: 100%;
  }
  .serv_banner {
    flex-direction: column;
  }
  .serv_banner_text {
    width: 100%;
  }
  .serv_banner_image {
    width: 100%;
    height: 520px;
  }
  .accordion-container {
    width: 100%;
    max-width: 1400px;
  }
  .longer .icon {
    padding-left: 40px;
  }
  .serv_list {
    margin-top: 220px;
  }
  .serv_list {
    margin-top: 96px;
  }
  h3 {
    font-size: 48px;
    line-height: 52px;
    padding-bottom: 70px;
  }
  .cut-image img:nth-child(1) {
    display: none;
  }
  .nos-full {
    display: flex;
  }
  .equipa-wrap {
    flex-direction: column;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .equipa-image {
    width: 100%;
    padding: 0;
  }
  .equipa-text {
    width: 100%;
    padding: 0 40px;
  }
  .equipa-text p:nth-child(1) {
    margin-bottom: 5px;
  }
  .grafic-wrap {
    padding: 40px 0px 96px 0px;
  }
  .number-graf {
    font-size: 40px;
    line-height: 44px;
    padding-top: 10px;
  }
  .grafic-group p:nth-child(3) {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }
  .grafic-group p:nth-child(4) {
    font-size: 10px;
    line-height: 11px;
    padding-top: 4px;
  }
  .mini {
    font-size: 22px;
  }
  .grafic-line {
    width: 30px;
    height: 4px;
    margin-top: 30px;
  }
  .hero-serv {
    padding-bottom: 70px;
  }
  .hero-home {
    padding-bottom: 70px;
  }
  .nos-graf h2 {
    width: 600px;
    font-size: 32px;
    line-height: 36px;
    padding: 0 10px;
  }
  .graf-def {
    padding: 0 96px 0px 96px;
    font-size: 32px;
    line-height: 36px;
  }
  .nos-graf .subtitle {
    text-align: center;
    font-size: 14px;
    padding: 10px 90px;
  }
  .worker-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 70px 96px 70px;
  }
  .worker-wrap img:nth-child(1) {
    width: 30%;
  }
  .worker-wrap img:nth-child(2) {
    display: none;
  }
  .worker-text {
    width: 100%;
  }
  .worker-group {
    width: 100%;
    gap: 40px;
  }
  .worker-group p:not(:last-child) {
    padding-bottom: 25px;
  }
  .contact-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-text {
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .contact-image {
    width: 100%;
  }
  .contact-image img {
    display: none;
  }
  .contact-doctor {
    position: absolute;
    bottom: -60px;
    right: 185px;
    z-index: 2;
    width: 20%;
  }
  .contact-image p {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .contact-social a svg {
    width: 24px;
  }
  .contact-center {
    padding: 10px 150px 110px 150px;
  }
  .perfil-image img:nth-of-type(2) {
    width: 60%;
    bottom: 0px;
  }
  .sobre-nos-wrap .hero-wrap {
    margin-bottom: 0px;
  }
  .hero-serv .hero-image {
    text-align: center;
  }
  .hero-serv .hero-image img {
    width: 95%;
    margin-right: 0px;
    padding-bottom: 20px;
    padding-right: 10px;
  }
}
/* break768 */
@media (max-width: 768px) {
  .navbar {
    padding: 8px 50px;
  }
  .footer-2 {
    padding: 10px 50px;
  }
  .main-pad {
    padding: 0 55px;
  }
  .sobre-nos {
    padding: 0 55px;
  }
  .hero-wrap {
    margin-bottom: 96px;
  }
  h1 {
    padding-bottom: 36px;
  }
  .check-wrap p {
    font-size: 14px;
    line-height: 16px;
    padding: 0 20px 0 10px;
  }
  .check-wrap img {
    width: 27px;
  }
  .hero-image img {
    width: 90%;
    padding: 20px 0;
  }
  .intro-text {
    padding: 96px 80px;
  }
  .intro-icons {
    width: 100%;
    gap: 16px;
    padding: 40px 24px;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
  }

  .intro-icons-wrap p {
    font-size: 13px;
    line-height: 17px;
  }
  .intro-icons-wrap img {
    height: 60px;
  }
  .home_app {
    padding: 110px 30px;
    gap: 55px;
  }
  .banner_text {
    align-items: center;
    padding-left: 0px;
    height: 470px;
  }
  .banner-corner {
    width: 450px;
    bottom: 48%;
    z-index: 2;
  }
  .image-worker {
    height: 475px;
  }
  .quotes-wrap {
    flex-direction: column;
    gap: 40px;
    padding: 50px 60px 30px 60px;
  }
  .top-footer {
    padding: 70px 0 60px 0;
  }
  .top-footer img {
    height: 110px;
  }
  .footer-links {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
    padding: 0 30px;
  }
  .footer-1 img {
    height: 55px;
  }
  .hero-serv .hero-text h2 {
    padding-right: 20px;
  }
  .serv-cards {
    gap: 60px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 130px;
    margin-top: 40px;
  }
  .card-wrap {
    padding: 96px 60px 70px 60px;
  }
  .card-wrap:nth-child(2) {
    height: auto;
    min-width: 380px;
    max-width: 420px;
  }
  .card-wrap:nth-child(3) {
    max-width: 420px;
    min-width: 380px;
    height: auto;
  }
  .serv-app-wrap {
    padding: 70px 96px 150px 96px;
    width: 100%;
    gap: 40px;
  }
  .serv-app h2 {
    width: 100%;
    padding: 0 60px;
    font-size: 28px;
    line-height: 32px;
  }
  .serv_banner_text h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .serv_banner_text {
    width: 100%;
    padding: 130px 45px;
  }
  .longer .icon {
    padding-left: 20px;
  }
  .serv_list {
    margin-top: 100px;
  }
  h3 {
    padding-bottom: 50px;
  }
  .equipa-wrap {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .italic-quote {
    padding-top: 0px;
    font-size: 18px;
    line-height: 22px;
  }
  .grafic-group {
    width: 27%;
  }
  .grafic-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 80px 0;
  }
  .number-graf {
    font-size: 46px;
    line-height: 52px;
    padding-top: 0px;
    margin-bottom: -4px;
  }
  .grafic-group p:nth-child(3) {
    font-size: 17px;
    line-height: 21px;
  }
  .grafic-group p:nth-child(4) {
    font-size: 14px;
  }
  h1 {
    padding-bottom: 40px;
  }
  h2 {
    font-size: 22px;
  }
  .grafic-line {
    width: 4.5px;
    height: 32px;
    margin-top: 0;
  }
  .intro-icons-wrap {
    width: 200px;
  }
  .card-wrap .card-check .check-wrap {
    padding: 9px 14px;
  }
  .hero-serv {
    padding: 160px 25px 40px 25px;
  }
  .hero-home {
    padding: 160px 25px 40px 25px;
  }

  .nos-graf h2 {
    width: 590px;
    font-size: 28px;
    line-height: 32px;
  }
  .graf-def {
    padding: 0 96px 96px 96px;
    font-size: 28px;
    line-height: 32px;
  }
  .footer-2 a {
    font-size: 12px;
  }
  .worker-wrap {
    padding: 70px 50px 96px 50px;
    gap: 40px;
  }
  .worker-wrap img:nth-child(1) {
    width: 38%;
  }
  .worker-wrap img:nth-child(2) {
    display: none;
  }
  .worker-group {
    width: 100%;
    gap: 35px;
  }
  .worker-group p:not(:last-child) {
    padding-bottom: 20px;
  }
  .contact-container {
    padding: 0;
    border-radius: 0;
  }
  .contact-wrap {
    background-color: transparent;
    padding: 80px 50px;
  }

  #contact-form .form-group textarea {
    background-color: white;
  }

  #contact-form .form-group input {
    background-color: white;
  }
  .contact-text {
    gap: 37px;
  }
  .background-contact {
    display: none;
  }
  .contact-doctor {
    position: absolute;
    bottom: -130px;
    right: 90px;
    z-index: 0;
    width: 25%;
  }
  .adress-wrap p:nth-of-type(1) {
    padding-right: 150px;
  }
  .pergunta {
    padding: 0;
  }
  .contact-wrap h1 {
    font-size: 48px;
  }
  .contact-center {
    padding: 110px 100px 110px 100px;
  }
  .politicas h3 {
    font-size: 32px;
    white-space: nowrap;
  }
  .contact-text h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .perfil-image img:nth-of-type(2) {
    width: 69%;
    bottom: 38px;
  }
  .sobre-nos-wrap .hero-wrap {
    margin-bottom: -60px;
  }
  #contacts {
    padding-top: 30px;
  }
  #contacts .grid-cols-2 {
    display: block;
    margin-left: 50px;
  }
}
/* break480 */
@media (max-width: 480px) {
  p {
    font-size: 15px;
    line-height: 20px;
  }
  .hero-wrap {
    margin-top: 50px;
  }
  .navbar {
    padding: 14px 25px;
  }
  .footer-2 {
    padding: 10px 25px;
  }
  .navbar .nav-item {
    display: none;
  }
  .main-pad {
    padding: 0 25px;
  }
  .sobre-nos {
    padding: 0 26px;
  }
  .hero-wrap {
    margin-bottom: 65px;
  }
  .bar {
    display: block;
    position: relative;
    z-index: 5;
    width: 32px;
    height: 4px;
    margin: 5.2px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--primary-color);
  }
  .hamburger {
    display: block;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
  }

  .lang-mobile {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    padding: 11px 44px;
    border-radius: 50px;
    /* margin-top: 120px; */
  }
  .nav-menu {
    position: fixed;
    z-index: 4;
    top: -120%;
    width: 100%;
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--background-color);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .nav-menu .nav-item {
    padding: 20px 0;
  }
  .nav-menu.active {
    top: 0px;
  }
  .nav-logo img {
    width: 80px;
  }
  h1 {
    padding-bottom: 28px;
  }
  .hero-text h1 {
    padding-right: 75px;
  }
  .hero-serv .hero-text h1 {
    padding-right: 0px;
  }
  h2 {
    font-size: 19px;
    line-height: 23px;
  }
  .check-wrap {
    gap: 10px;
  }
  .check-wrap p {
    font-size: 13px;
    line-height: 15px;
    padding: 0 15px 0 8px;
  }
  .check-container {
    padding-top: 30px;
  }
  .intro-text {
    padding: 55px 32px;
  }
  .intro-text p {
    font-size: 14px;
  }
  .intro-icons {
    width: 100%;
    gap: 12px;
    padding: 30px 16px;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
  }

  .intro-icons-wrap p {
    font-size: 11px;
    line-height: 15px;
  }
  .intro-icons-wrap img {
    height: 44px;
  }
  .intro-icons-wrap {
    max-width: 100%;
    width: 100%;
    padding: 18px 10px;
    box-sizing: border-box;
  }
  .intro-title {
    margin-bottom: 50px;
  }
  .intro-text p:first-of-type {
    padding-bottom: 25px;
  }
  .home_app {
    padding: 65px 0px;
    gap: 45px;
  }
  .home_app_text {
    padding: 0 40px 0 50px;
  }
  .contac-link,
  .lang-desk {
    display: none;
  }
  .banner_text-wrap {
    flex-direction: column;
  }
  .banner_text-wrap .check-container:nth-child(2) {
    padding-top: 0;
  }
  .banner_text {
    align-items: flex-start;
    height: 480px;
    padding: 0 20px 0 50px;
  }
  .banner-corner {
    width: 310px;
    bottom: 44%;
  }
  .image-worker {
    height: 375px;
  }
  .banner_image h2 {
    font-size: 16.5px;
    line-height: 19px;
    padding: 14px 0;
  }
  .quotes-container {
    padding-bottom: 140px;
  }
  .quotes-wrap {
    padding: 40px 20px 30px 30px;
  }
  .quote-1 .intro-title .intro-logo svg {
    height: 16px;
  }
  .btn-1 {
    font-size: 16px;
    line-height: 19px;
    padding: 16px 30px;
  }
  .top-footer {
    padding: 45px 0 35px 0;
  }
  .top-footer img {
    height: 80px;
    margin-left: -24px;
  }
  .footer-links {
    gap: 23px;
  }
  .footer-links a {
    font-size: 12px;
    line-height: 15px;
  }
  .footer-1 img {
    height: 45px;
  }
  .title-logo svg {
    height: 14px;
  }
  .hero-serv .hero-text h2 {
    padding-right: 0px;
  }
  .hero-serv .hero-image {
    margin-top: -10px;
  }
  .airplane {
    width: 115%;
  }
  .serv-cards {
    gap: 40px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 96px;
  }
  .card-wrap:nth-child(2) {
    height: auto;
    max-width: 300px;
    min-width: 180px;
  }
  .card-wrap:nth-child(3) {
    max-width: 300px;
    min-width: 180px;
    height: auto;
  }
  .card-wrap {
    padding: 70px 20px 40px 20px;
  }
  .card-wrap h2 {
    margin-bottom: -10px;
  }
  .card-wrap:nth-child(2) {
    height: auto;
  }
  .card-wrap:nth-child(3) {
    height: auto;
  }
  .card-wrap h2 {
    font-size: 28px;
    line-height: 32px;
    padding-right: 20px;
  }
  .card-subtitle {
    padding-top: 60px;
    font-size: 18px;
    line-height: 22px;
    padding-right: 0;
  }
  .card-check .check-wrap .check-text {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.01px;
  }
  .card-subtitle {
    padding-bottom: 5px;
  }
  .serv-app h2 {
    width: 100%;
    padding: 0 20px;
  }
  .serv-app-wrap {
    padding: 40px 40px 80px 40px;
    width: 100%;
    gap: 30px;
  }
  .serv-app-image img {
    width: 90%;
  }
  .serv-app-text p {
    font-size: 14px;
    line-height: 18px;
  }
  .card-wrap h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .card-subtitle {
    font-size: 15px;
    padding-top: 35px;
  }
  .card-check .check-wrap .check-text {
    font-size: 12px;
    line-height: 15px;
    padding: 0;
  }
  .serv-app h2 {
    font-size: 18px;
    line-height: 23px;
    padding: 0 30px;
  }
  .serv_banner_text h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .serv_banner_text {
    width: 100%;
    padding: 90px 35px;
  }
  .serv_banner_image {
    height: 390px;
  }
  .longer .icon {
    padding-left: 0px;
  }
  .equipa-wrap {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .equipa-image {
    width: 100%;
    padding: 0 20px;
  }
  .equipa-text {
    width: 100%;
    padding: 0 20px;
  }
  .equipa-text p:nth-child(1) {
    margin-bottom: 5px;
  }
  .equipa-image img {
    width: 90%;
  }
  .grafic-group {
    width: 60%;
  }
  .grafic-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    padding: 50px 0;
  }
  .number-graf {
    font-size: 38px;
    line-height: 41px;
    padding-top: 8px;
    margin-bottom: -4px;
  }
  .grafic-group p:nth-child(3) {
    font-size: 15px;
    line-height: 19px;
  }
  .grafic-group p:nth-child(4) {
    font-size: 10px;
    line-height: 11px;
    padding-top: 3px;
  }
  .mini {
    font-size: 18px;
  }
  .grafic-line {
    width: 4.2px;
    height: 32px;
  }
  .grafic-group img {
    width: 25%;
  }

  .hero-serv {
    padding: 160px 20px 35px 20px;
  }
  .hero-home {
    padding: 160px 20px 35px 20px;
  }
  .nos-graf h2 {
    width: 400px;
    font-size: 18px;
    line-height: 23px;
  }
  .graf-def {
    padding: 0px 40px 60px 40px;
    font-size: 18px;
    line-height: 23px;
    margin-top: 40px;
  }
  .nos-graf .subtitle {
    font-size: 13px;
    line-height: 17px;
    padding: 8px 60px;
  }
  .footer-2 a {
    font-size: 10px;
  }
  .worker-wrap {
    padding: 50px 0px 96px 0px;
    gap: 40px;
  }
  .worker-wrap img:nth-child(1) {
    width: 35%;
    padding-bottom: 10px;
    padding: 0;
    margin-left: 0;
  }
  .worker-group {
    flex-direction: column;
    align-self: center;
    justify-content: center;
    width: 100%;
    gap: 0px;
    text-align: center;
  }
  .worker-group:not(:last-child) {
    padding-bottom: 35px;
  }
  .worker-group .number-graf {
    margin-bottom: -20px;
    text-align: center;
  }
  .contact-wrap {
    background-color: transparent;
    padding: 50px 30px;
    border-radius: 0 !important;
  }
  .contact-wrap h1 {
    font-size: 38px;
  }
  .contact-container p {
    font-size: 14px;
    line-height: 18px;
  }
  .adress-wrap p:nth-of-type(1) {
    padding-right: 54px;
  }
  .pergunta {
    padding-right: 25px;
  }
  .contact-doctor {
    bottom: -175px;
    right: 40px;
    width: 29%;
  }
  .contact-center {
    padding: 90px 60px 90px 60px;
  }
  .politicas h3 {
    font-size: 23px;
    white-space: nowrap;
  }
  .politicas h2 {
    font-size: 18px;
    line-height: 22px;
    padding-top: 55px;
  }
  .politicas p {
    font-size: 14px;
    line-height: 18px;
  }
  .contact-text h2 {
    font-size: 19px;
    line-height: 23px;
  }
  .perfil-image img:nth-of-type(2) {
    width: 72%;
    bottom: 32px;
  }
  .sobre-nos-wrap .hero-wrap {
    margin-bottom: -55px;
  }
  .hero-serv {
    padding: 160px 20px 35px 20px;
    margin-bottom: 45px;
  }
  .hero-home {
    padding: 160px 20px 35px 20px;
    margin-bottom: 0;
  }
  #contacts p {
    font-size: 17px;
  }
  #contacts h4 {
    font-size: 24px;
  }

  #contacts .grid-cols-2 {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
  }
  .footer-lang {
    font-size: 8px;
  }
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5;
}
