@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap");
.widthauto {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.vert-spacer {
  margin: 60px 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

#CookiesPolicy {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: 80% 20%;
  gap: 20px;
  justify-items: center;
  align-items: center;

  font-weight: 300;
}

#CookiesPolicy button {
  background-color: #F06D24;
  color: #fff;
  font-size: 1em;
  padding: 8px 10px;
  cursor: pointer;
}

#CookiesPolicy a {
  text-decoration: none;
  color: #F06D24;
}

.subtitle {
  font-size: 1.3em;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
}

.text-section {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 20px;
}

.text-section img {
  max-width: 100%;
}

.text-section .right {
  background-color: #fff;
  padding: 20px;
}

.text-section .right h3 {
  margin-top: 0;
}

.text-section .right .subh3 {
  color: #3c91e6;
  font-size: 1.3em;
}

.text-section-reversed {
  grid-template-columns: 60% 40%;
}

.text-section-centered {
  text-align: center;
  margin: 80px 0;
  background-color: #fff;
  padding: 20px;
}

.index-body {
  overflow-x: hidden;
}

.container {
  position: relative;
}

.mySlides {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}

.mySlides img {
  height: 70vh;
}

.mySlides h2 {
  font-size: 4em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 5px 4px #000000;
  margin: 20px 0;
}

.mySlides p {
  margin: 0;
  max-width: 65ch;
  text-align: center;
  font-size: 1.6em;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 20px;
  border-radius: 10px;
}

.mySlides a {
  display: inline-block;
  background-color: #F06D24;
  margin-top: 20px;
  padding: 10px 14px;
  font-size: .8em;
  color: #fff;
  border-radius: 10px;
}

#slide1 {
  background-image: url("../img/happy-company.jpg");
  background-position: top;
}

#slide2 {
  background-image: url("../img/kid-at-school.jpg");
  background-position: center;
}

#slide3 {
  background-image: url("../img/society.jpg");
  background-position: 70% 70%;
}

#slide4 {
  background-image: url("../img/organization-meeting.jpg");
  background-position: center;
}

#slide5 {
  background-image: url("../img/teaching-adult.jpg");
  background-position: center;
}

#slide6 {
  background-image: url("../img/videocall.jpg");
  background-position: top;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: 30px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16.66%;
  position: relative;
}

.column h3 {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  font-weight: 900;
  text-shadow: 0px 0px 8px #000000;
}

.demo {
  opacity: 0.6;
  height: 20vh;
}

.active,
.demo:hover {
  opacity: 1;
}

.main-nav {
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.main-nav .nav-logo {
  width: 140px;
}

.main-nav a {
  color: #3c91e6;
  font-size: 1.2em;
  font-weight: 300;
}

.main-nav a:not(:last-child) {
  margin-right: 20px;
}

.main-nav a:last-child {
  font-weight: 900;
  color: #fff;
  background-color: #F06D24;
  border-radius: 10px;
  padding: 10px 14px;
}

#menu-btn {
  display: none;
}

.nav-menu {
  display: none;
  top: -100vh;
}

.about-header {
  background-image: url("../img/empresa-header.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  height: 400px;
}

.page-title {
  padding: 50px;
  text-align: center;
}

.page-title h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2em;
  color: #222;
  margin: 0;
}

.page-content {
  font-family: 'Roboto Slab', serif;
  background-color: #f9f9f9;
  padding: 40px 0;
}

.page-content h3 {
  font-size: 1.6em;
  color: #F06D24;
}

.page-content h3:not(:first-child) {
  margin-top: 60px;
}

.page-content h4 {
  margin-top: 60px;
  font-size: 1.4em;
  color: #3c91e6;
}

.page-content p {
  line-height: 1.6;
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 300;
  color: #000;
}

.page-content strong {
  color: #124d88;
}

.page-content li {
  font-weight: 300;
  font-size: 1.2em;
}

.consultas-online-header {
  background-image: url("../img/consultas-online-header.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  height: 400px;
}

.consultas-online {
  text-align: center;
  padding: 40px 0;
  background-color: #f07735;
}

.consultas-online h3 {
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Roboto Slab', serif;
  font-size: 1.8em;
}

.consultas-online p {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 1.3em;
  font-weight: 300;
  max-width: 70ch;
  margin: 0 auto;
}

.consultas-online a {
  background-color: #fff;
  color: #F06D24;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 14px;
  font-size: 1.2em;
  border-radius: 10px;
}

.services-header {
  background-image: url("../img/services-header.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  height: 400px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.grid-wrapper .service {
  text-align: center;
}

.grid-wrapper .service img {
  width: 100%;
}

.grid-wrapper .service h4 {
  margin: 10px 0;
}

.recruitment-header {
  background-image: url("../img/recruitment-header.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  height: 400px;
}

.divider {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 20px;
}

form {
  padding: 20px;
  background-color: #fff;
  margin-top: 25px;
  border-radius: 10px;
}

form label {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1em;
  display: inline-block;
  margin-bottom: 4px;
}

form label:not(:first-child) {
  margin-top: 20px;
}

form input {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

form textarea {
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  width: 100%;
  height: 100px;
  resize: vertical;
  font-size: 16px;
}

form select:focus, form textarea:focus, form input:focus {
  outline: none;
}

form button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 16px;
  font-size: 16px;
  border: none;
  background-color: #F06D24;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

form select {
  margin-top: 4px;
  font-size: 16px;
  padding: 6px 10px;
}

input[type="checkbox"] {
  width: initial;
}

form .form-grouper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

form .form-grouper div {
  margin-top: 20px;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px auto;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: 'Roboto Slab', serif;
  font-size: 1.2em;
  font-weight: 300;
  overflow: hidden;
  padding: 20px;
  word-break: normal;
}

.tg td strong {
  color: #111;
}

.tg .tg-0lax {
  text-align: left;
  vertical-align: top;
}

.contacts-header {
  background-image: url("../img/contacts-header.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  height: 400px;
}

.contact-ways {
  padding: 20px;
  background-color: #fff;
  margin-top: 25px;
  border-radius: 10px;
}

.contact-ways .contact-way a {
  text-decoration: none;
}

.contact-ways .contact-way i {
  color: #124d88;
  font-size: 1.6em;
  vertical-align: middle;
  margin-right: 10px;
}

.contact-ways .contact-way a, .contact-ways .contact-way span {
  color: #222;
  font-size: 1.2em;
  font-weight: 300;
}

.contact-ways .contact-way:not(:first-child) {
  margin-top: 20px;
}

.psic-clinic-header {
  background-image: url("../img/psic-clinic-header.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  height: 400px;
}

.psic-social-header {
  background-image: url("../img/society.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  height: 400px;
}

.psic-escolar-header {
  background-image: url("../img/kid-at-school.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  height: 400px;
}

.psic-organizacional-header {
  background-image: url("../img/organization-meeting.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 400px;
}

.formacao-header {
  background-image: url("../img/teaching-adult.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 400px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #eae8ff;
  padding: 30px;
  border-top: 2px solid #7e8d85;
}

footer a:not(:last-child) {
  margin-right: 20px;
}

footer a {
  text-decoration: none;
  color: #7e8d85;
}


@media only screen and (max-width: 1200px) {
  .widthauto {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 900px) {
  #menu-btn {
    display: block;
    cursor: pointer;
    color: #F06D24;
    font-size: 1.5em;
    margin-right: 4px;
  }

  .nav-links {
    display: none;
  }

  .row {
    display: none;
  }

  .mySlides {
    height: 100vh;
    padding: 20px;
  }

  .mySlides h2 {
    margin: 20px;
    max-width: 80%;
    font-size: 3em;
  }

  .mySlides p {
    max-width: initial;
    margin: 0 20px;
    font-size: 1.3em;
  }

  .prev, .next {
    top: 40%;
  }

  .main-nav {
    height: 95px;
  }

  .nav-menu {
    display: block;
    position: absolute;
    width: 100%;

    padding: 10px 0;
    background-color: #fff;
    margin-top: 95px;

    transition: top .3s;
  }

  .nav-menu a {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #3c91e6;
    font-size: 1.2em;
  }

  .grid-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
  }

  .divider {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .text-section, .text-section-reversed {
    grid-template-columns: 1fr;
  }

  footer .wrapper {
    display: flex;
    flex-direction: column;
  }

  footer a {
    font-size: 1.2em;
  }
  
  footer a:not(:last-child) {
    margin-bottom: 10px;
  }

  header {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-attachment: initial !important;
    height: 300px !important;
  }

  .page-title {
    padding: 0 10px;
  }
}



@media screen and (max-width: 767px) {
  .tg {
    width: auto !important;
  }
  .tg col {
    width: auto !important;
  }
  .tg-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: auto 0px;
  }
}
