body {
  font-family: 'Helvetica', sans-serif;
  scroll-behavior: smooth;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

.row {
  padding: 0;
  margin: 0;
}

.col, .col-1, .col-2, 
.col-3, .col-4, .col-5, 
.col-6, .col-7, .col-8,
.col-9, .col-10, .col-11, .col-12 {
  padding: 0;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  background: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

@font-face {
  font-family: technical;
  src: url(./assets/technical.ttf);
}

.container-fluid {
  margin: 0;
  padding: 0;
}

#cookie-banner {
  display: none;
	position: fixed;
	bottom: 40px;
	left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 999999;
}

#close-cookies {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home {
  position: relative;
  margin: 0;
  height: 100vh;
  width: 100%;
  background-image: url("./assets/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#home::before {    
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.34);
}

#header {
  display: flex;
  align-items: center;
  height: 150px;
}

#logo {
  cursor: pointer;
  font-family: technical;
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.05em;
}

#sub-logo {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#header-titles ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header-titles a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.56px;
  cursor: pointer;
  text-align: end;
}

#header-titles .selected {
  color: #BE998D;
}

#header-titles a:hover {
  color: #BE998D;
}

#fill-col {
  display: none;
  align-content: center;
  justify-content: flex-end;
}

#fill-col img {
  height: 30px;
}

#close-menu {
  display: none;
}

#mobile-header {
  display: none;
  /*height: calc(100vh - 119px);*/
  background-color: rgba(153, 153, 153, 0.5);
  z-index: 99;
  position: absolute;
  width: 100%;
}

#mobile-header-titles {
  justify-self: center;
}

#mobile-header-titles .selected {
  color: #BE998D;
}

#mobile-header-titles a:hover {
  color: #BE998D;
}

#mobile-header-titles ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#mobile-header-titles ul li{
  margin-bottom: 15px;
}

#mobile-header-titles a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  cursor: pointer;
  margin-bottom: 20px;
}

#mobile-header-bottom {
  align-self: flex-end;
  justify-self: center;
}

#mobile-header-bottom .selected {
  color: #404040;
}

#mobile-header-bottom a:hover {
  color: #404040;
}

#mobile-header-bottom ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

#mobile-header-bottom a {
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.56px;
  cursor: pointer;
  margin-bottom: 20px;
}

#big-name {
  font-family: technical;
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 128px;
  line-height: 162px;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 20;
  margin-bottom: 120px;
}

#about {
  position: relative;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  background-color: #BE998D;
  color: #242424;
}

#about-me-title {
  font-family: technical;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 81px;
  letter-spacing: 0.05em;
  color: #242424;
  margin: 8% auto 8% 8%;
}

#about-me-image {
  width: 60%;
}

#about-me-paragraph {
  width: 90%;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.05em;
}

#percurso {
  position: relative;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  background-color: white;
  color: #242424;
}

.percurso-row {
  padding: 8% 0 2% 8%;
}

.percurso-title {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.percurso-list {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.05em;
  margin: 20px 0;
}

#testemonials {
  background-color: #ABC3CF;
  text-align: center;
}

#testemonials-title {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 8%;
}

#carouselTestemonials {
  height: 300px;
}

#carouselTestemonials .carousel-inner {
  height: 300px;
}

#carouselTestemonials .carousel-inner .carousel-item {
  height: 300px;
}

#carouselTestemonials .carousel-inner .carousel-item.active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}

#carouselTestemonials .carousel-inner .carousel-item-start {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}

#carouselTestemonials .carousel-inner .carousel-item-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}

#carouselTestemonials .carousel-control-next,
#carouselTestemonials .carousel-control-prev {
  filter: invert(100%);
}

.testemonial-div {
  display: flex;
  width: 60%;
}

.testemonial-div img {
  align-self: flex-start;
  height: 40px;
  margin: 0 15px;
}

.testemonial-div div p {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}

.testemonial-div div h5 {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.05em;
}

#conhecer-melhor {
  position: relative;
  margin: 0;
  min-height: 40vh;
  width: 100%;
  background-color: white;
  color: #242424;
}

#consultas {
  position: relative;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  background-color: #ABC3CF;
  color: #242424;
}

#consultas-title {
  font-family: technical;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 81px;
  letter-spacing: 0.05em;
  color: #242424;
}

#tabela-consultas-div {
  margin-top: 60px;
}

.tabela-consultas {
  display: flex; 
  flex-direction: column;
}

.tabela-consultas h4 {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #242424;
  text-transform: uppercase;
  padding: 30px;
  width: 90%;
  border-bottom: 1px solid #242424;
}

#contactos {
  position: relative;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  background-color: white;
  color: #242424;
}

.contactos-row {
  padding: 2% 8%;
}

.contactos-list {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin: 20px 0;
}

#form-div {
  display: flex; 
  flex-direction: column; 
  align-items: flex-start; 
  justify-content: flex-end; 
  background-color: #CBB0A6; 
  padding: 60px 40px; 
  margin-top: 25px;
}

#myForm {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-inputs {
  width: 100%;
  font-size: 20px;
  line-height: 27px;
  color: #242424;
  background: none;
  border: none;
  border-bottom: 1px solid #242424;
  padding: 20px;
}

#form-button {
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2F465B;
  background: none;
  border: 1px solid #242424;
  border-radius: 40px;
  width: 40%;
  margin-top: 40px;
  padding: 15px;
}

#footer {
  position: relative;
  margin: 0;
  min-height: 200px;
  width: 100%;
  background-color: #ABC3CF;
  color: #242424;
}

#footer-title {
  margin-top: 20px;
  font-family: technical;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0.05em;
  color: #242424;
}

.footer-list {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin: 20px 0;
}

#doctoralia {
  height: 20px;
}

.paddings {
  padding-bottom: 60px;
}




@media screen and (max-width: 540px) {
  /* All Pages */

  .paddings {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  #header {
    display: flex;
    align-items: center;
    height: 120px;
  }

  #logo {
    font-size: 22px;
    line-height: 25px;
  }
  
  #sub-logo {
    font-size: 9px;
  }

  #header-titles-div {
    display: none;
  }

  #fill-col {
    display: flex;
  }

  #big-name {
    font-size: 66px;
    line-height: 70px;
    margin-bottom: 15vh;
  }

  #about-me-title {
    font-size: 36px;
    margin: 8% auto 8% 8%;
  }

  #about-me-image {
    margin-bottom: 40px;
  }
  
  #about-me-paragraph {
    width: 80%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 80px;
  }
  
  .percurso-title {
    font-size: 20px;
    line-height: 30px;
  }

  ul {
    padding-left: 1rem;
  }
  
  .percurso-list {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin: 20px 20px 20px 0;
  }

  .testemonial-div {
    width: 70%;
  }

  #testemonials-title {
    font-size: 20px;
    line-height: 37px;
  }

  .testemonial-div img {
    align-self: flex-start;
    height: 20px;
    margin: 0 5px;
  }

  .testemonial-div div p {
    font-size: 13px;
    line-height: 18px;
  }
  
  .testemonial-div div h5 {
    font-size: 13px;
    line-height: 18px;
  }

  #consultas-title {
    font-size: 36px;
    line-height: 42px;
  }

  #tabela-consultas-div {
    margin-top: 20px;
  }

  .tabela-consultas h4 {
    font-size: 14px;
    padding: 20px;
  }

  .contactos-row {
    padding: 8%;
  }

  .contactos-list {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    margin: 20px 20px 20px 0;
  }

  #form-div {
    padding: 60px 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .form-inputs {
    font-size: 12px;
    padding: 20px 10px;
  }

  #form-button {
    width: 50%;
    font-size: 12px;
    padding: 10px;
  }

  #footer-title {
    font-size: 28px;
    line-height: 32px;
  }

  .footer-list {
    font-size: 13px;
    line-height: 22px;
  }

  #doctoralia {
    height: 16px;
  }


}