/*
Theme Name: Smart-Quality
Version: 1.0
Description: Smart-Quality WordPress Theme.
Author: LBC
*/
:root {
  --color-primary: #00d283;
  --color-secondary: #2a2d3d;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 0.9em;
}
a,
a:visited,
a:hover,
a:active,
a:focus,
a:active:hover {
  text-decoration: none;
}

span a:not(.btn-primary, .btn-secondary, .btn-secondary-negative),
p a:not(.btn-primary, .btn-secondary, .btn-secondary-negative) {
  color: var(--color-secondary) !important;
  text-decoration-color: var(--color-primary) !important;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

span a:hover,
p a:hover {
  color: var(--color-primary) !important;
  text-decoration-color: var(--color-primary) !important;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

.btn-primary {
  color: var(--color-secondary);
  background-color: var(--color-primary);
  font-weight: 600;
  padding: 1em 1.5em;
  border: 2px solid var(--color-primary);
  border-radius: 2em;
}
.btn-primary:hover {
  color: var(--color-secondary);
  background-color: #fff;
}

.btn-secondary {
  color: var(--color-secondary);
  font-weight: 600;
  padding: 1em 1.5em;
  border: 2px solid var(--color-primary);
  border-radius: 2em;
}
.btn-secondary:hover {
  color: var(--color-secondary) !important;
  background-color: var(--color-primary);
}

.btn-secondary-negative {
  color: var(--color-secondary);
  font-weight: 600;
  padding: 1em 1.5em;
  border: 2px solid #fff;
  border-radius: 2em;
}
.btn-secondary-negative:hover {
  color: var(--color-secondary);
  background-color: #fff;
}

a.arrow-left img {
  width: 0.75em;
  margin-right: 0.25em;
}
a.arrow-left span {
  color: #000;
  font-size: 0.75em;
  text-transform: uppercase;
}

#site-header {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#site-header .tls-logo img {
  max-width: 15em;
}
#site-header .menu {
  text-align: right;
}
#site-header .menu a:not(:last-child) {
  padding: 0.75em 1em;
}
#site-header .menu a:last-child {
  color: #000;
}
#site-header .menu a:last-child:hover {
  color: #2977c9;
}
#site-header .menu a.logout {
  color: #2977c9;
  font-size: 0.875em;
}

.banner-contacts {
  background: url("https://smart-quality.leadershipbt.com/wp-content/uploads/2023/12/header-contactos.jpg");
}
.banner .banner__image {
  background: url("./images/smart-san-home-banner-v1.jpg");
  background-position-x: center;
  position: absolute;
  width: 100%;
  height: 580px;
  object-fit: cover;
  z-index: 8;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .banner_bgoverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.45) 41%,
    rgba(251, 251, 251, 0) 100%
  );
  z-index: 9;
}
.banner .banner__content .container {
  position: relative;
  left: 0;
  right: 0;
  height: 610px;
  z-index: 10;
}
.banner .banner__content .banner__title h1 {
  font-size: 60px; /*font-size: 2.875em;*/
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0.5em;
  color: #fff;
}
.banner .banner__content .banner__subtitle h2 {
  /*font-size: 1.125em;*/
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 3em;
  color: #fff;
}
.banner .banner__content .banner__button {
  margin-bottom: 2.5em;
}
.banner .banner__content .banner__note {
  font-size: 0.875em;
  line-height: 1.25em;
}

.section {
  margin-top: 3em;
  padding-bottom: 3em;
}

.section:last-child {
  padding-bottom: 0;
}
.section .section-header {
  font-size: 2em;
  line-height: 1.25em;
  margin-bottom: 1em;
}
.section .section-header span {
  font-weight: 700;
}
.section .section-btn {
  margin-top: 3em;
}

.section.section-saber-mais {
  margin-top: 0;
}

.section.section-saber-mais .container {
  background-image: url("./images/wheat-positive.png");
  background-repeat: no-repeat;
  background-position: 630px bottom;
  background-position-x: 630px;
  background-position-y: bottom;
  background-size: auto;
}

.section.section-saber-mais .container {
  background-color: var(--color-primary);
  padding: 4em;
  border: 0;
  border-radius: 10px;
}
.section.section-saber-mais .section-text {
  font-size: 1.125em;
  font-weight: 700;
  padding-right: 60px;
}

.section.section-como-utilizar {
  background-color: #e9fdf5;
  padding-top: 3em;
  padding-bottom: 0;
}
.section.section-como-utilizar .row.wo-img {
  padding: 3em 0;
}

.heading {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.table {
  display: table;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
}

.table.icons-list {
  margin-bottom: 2.5em;
}
.table.icons-list.first-row {
  margin-top: 2em;
}
.table.icons-list img {
  width: 1.5em;
}
.table.icons-list .tr > .td:last-child {
  padding-left: 1em;
}

.section.section-como-utilizar .table.icons-list img {
  width: 6em;
}
.section.section-como-utilizar .table.icons-list .tr > .td:last-child {
  padding-left: 1em;
  padding-top: 0.5em;
  vertical-align: top;
}

.table.tls-numbers {
  margin-bottom: 2.5em;
}
.table.tls-numbers.last-row {
  margin-bottom: 0;
}
.table.tls-numbers .tr > .td {
  vertical-align: middle;
  padding-left: 1em;
}
.table.tls-numbers .tr > .td:first-child {
  color: #2977c9;
  font-size: 1.25em;
  line-height: 1.25em;
  width: 10em;
}
.table.tls-numbers .tr > .td:first-child span {
  font-size: 2em;
  font-weight: 700;
}
.table.tls-numbers .tr > .td:last-child {
  border-left: 1px solid #000;
  font-size: 0.875em;
}

.page__banner {
  background-color: #E9FDF5;
  padding: 3em 0;
}
.page__banner img {
  width: 100%;
  height: auto;
}
.page__banner .banner__title h1 {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
.page__banner .banner__subtitle h2 {
  font-size: 1.125em;
  font-weight: 400;
}

.page__content {
  margin: 3em 0;
}

.shortcuts {
  margin-bottom: 3em;
}
.shortcuts .table {
  color: #fff;
  width: 100%;
  padding: 2em;
  min-height: 12em;
}
.shortcuts .table img {
  width: 4.5em;
}
.shortcuts .table .td {
  vertical-align: middle;
}
.shortcuts .table .title {
  font-size: 1.24em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.shortcuts .table .text {
  font-size: 0.875em;
  text-transform: uppercase;
}

.shortcuts .table:hover {
  opacity: 0.8;
}
.shortcuts .table.formacao {
  background-color: var(--color-primary);
}

/* IMPLEMENTAÇÃO - DEFAULT */
/* .shortcuts .table.implementacao {
  background-color: var(--color-secondary);
} */

.destaques {
  padding-bottom: 3em;
  margin-bottom: 3em;
}
.destaques .title {
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 1em;
}
.destaques h3 {
  color: #000;
}
.destaques h3:hover {
  opacity: 0.8;
}

.course__banner {
  background-color: #f4f4f4;
  padding: 3em 0;
}
.course__banner .row {
  background-color: #fff;
}
.course__banner .row > div:last-child {
  padding: 0;
}
.course__banner .course__title {
  padding: 2.5em;
}
.course__banner .course__title h1 {
  font-size: 1.875em;
  font-weight: 700;
}
.course__banner img {
  width: 100%;
  height: auto;
}

.course__content {
  padding-bottom: 3em;
  margin: 3em 0;
}
.course__content div.col:first-child {
  margin-bottom: 2em;
}
.course__content
  .learndash-wrapper
  .ld-item-list
  .ld-item-list-item
  .ld-item-name {
  color: #000;
}
.course__content
  .learndash-wrapper
  .ld-table-list
  a.ld-table-list-item-preview {
  color: #000;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
  display: none;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status {
  color: #728188 !important;
}

.post__banner {
  background-color: #f4f4f4;
  padding: 3em 0;
}
.post__banner .row {
  background-color: #fff;
}
.post__banner .row > div:last-child {
  padding: 0;
}
.post__banner .post__title {
  padding: 2.5em;
}
.post__banner .post__title .category {
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.post__banner .post__title .category a {
  color: #7c7c7c;
}
.post__banner .post__title .category a:hover {
  color: #2977c9;
}
.post__banner .post__title h1 {
  font-size: 1.875em;
  font-weight: 700;
}
.post__banner img {
  width: 100%;
  height: auto;
}

.post__content {
  padding-bottom: 3em;
  margin: 3em 0;
  min-height: 50vh;
}
.post__content div.col:first-child {
  margin-bottom: 2em;
}

.blog .page__title {
  margin-top: 3em;
  margin-bottom: 1em;
}
.blog .page__title h1 {
  font-size: 1.75em;
  font-weight: 700;
}
.blog .page__content {
  padding-bottom: 3em;
  margin: 3em 0;
  min-height: 50vh;
}
.blog h3 {
  color: #000;
}
.blog h3:hover {
  opacity: 0.9;
}

.post__thumbnail {
  margin-bottom: 1em;
}
.post__thumbnail img {
  width: 100%;
  height: auto;
  border: 1px solid #f4f4f4;
}
.post__thumbnail img:hover {
  opacity: 0.9;
}

.first-post {
  margin-bottom: 3em;
}
.post:not(:first-child) {
  margin-top: 3em;
}
.post h3 {
  font-size: 1.125em;
}

/**
 * Implementação
 */
.page-template-implementacao .post__banner {
  position: relative;
  overflow: hidden;
}
.page-template-implementacao .post__banner .background {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  min-height: 500px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.9;
  transform: scale(1.1);
}
.page-template-implementacao .post__banner .container {
  position: relative;
}
.page-template-implementacao .post__content .box-monitorizacao {
  background-color: #f4f4f4;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.page-template-implementacao .post__content .box-monitorizacao h3 {
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 1.5rem;
}
.page-template-implementacao .post__content .box-monitorizacao span {
  color: #2977c9;
  font-weight: 600;
}
.page-template-implementacao .post__content .box-monitorizacao .button {
  font-size: 1.125em;
  display: block;
  color: #fff;
  background-color: #2977c9;
  text-transform: uppercase;
  padding: 1em 1.5em;
  border: 2px solid #2977c9;
}
.page-template-implementacao .post__content .box-monitorizacao .button img {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.page-template-implementacao .post__content .box-monitorizacao .button:hover {
  opacity: 0.8;
}
.page-template-implementacao .post__content .group-info {
  background-color: #f4f4f4;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.page-template-implementacao .post__content .group-info h2 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 0.75rem;
}
.page-template-implementacao .post__content .group-info span {
  display: block;
  margin-bottom: 0.25rem;
}
.page-template-implementacao
  .post__content
  .group-info
  span.user-email:not(:last-child) {
  margin-bottom: 1rem;
}
.page-template-implementacao .post__content .group-info h3 {
  color: #2977c9;
  font-size: 1em;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.page-template-implementacao .post__content .item-heading h3 {
  font-size: 1.25em;
}
.page-template-implementacao .post__content .item-heading:not(:first-child) {
  margin-top: 2rem;
}
.page-template-implementacao
  .post__content
  .learndash-wrapper
  .ld-item-list
  .ld-item-list-item
  .ld-item-list-item-preview.to-do {
  background-color: #f4f4f4;
}
.page-template-implementacao
  .post__content
  .learndash-wrapper
  .ld-item-list
  .ld-item-list-item
  .ld-item-list-item-preview.next-step
  a:hover {
  cursor: default;
}

/**
 * Etapa
 */
.page-template-etapa .post__banner .post__title {
  color: #fff;
  font-size: 1.25em;
  padding-top: 2rem;
  padding-right: initial;
  padding-bottom: 2rem;
  padding-left: initial;
}
.page-template-etapa .post__content h1 {
  font-size: 2em;
  margin-bottom: 1.5rem;
}

.page-template-etapa .post__content .publish-box {
  background-color: #2977c9;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-template-etapa .post__content .publish-box .box-title {
  margin-bottom: 1rem;
}
.page-template-etapa .post__content .publish-box .box-title img {
  width: 1.5rem;
  margin-right: 0.25rem;
}
.page-template-etapa .post__content .publish-box .box-title span {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
}
.page-template-etapa .post__content .publish-box .box-text {
  color: #fff;
}

.page-template-etapa .post__content .pending-box {
  background-color: #2977c9;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-template-etapa .post__content .pending-box .box-title {
  margin-bottom: 1rem;
}
.page-template-etapa .post__content .pending-box .box-title img {
  width: 1.5rem;
  margin-right: 0.25rem;
}
.page-template-etapa .post__content .pending-box .box-title span {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
}
.page-template-etapa .post__content .pending-box .box-text {
  color: #fff;
}

.page-template-etapa .post__content .template-box {
  background-color: #2977c9;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-template-etapa .post__content .template-box .box-title {
  margin-bottom: 1rem;
}
.page-template-etapa .post__content .template-box .box-title img {
  width: 1rem;
  margin-right: 0.25rem;
}
.page-template-etapa .post__content .template-box .box-title span {
  color: #fff;
  font-size: 0.75em;
  font-weight: 600;
}
.page-template-etapa .post__content .template-box .template-title a {
  color: #fff;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5rem;
}
.page-template-etapa .post__content .template-box .template-download {
  text-align: right;
}
.page-template-etapa .post__content .template-box .btn-secondary {
  color: #fff;
  border: 2px solid #fff;
}
.page-template-etapa .post__content .template-box .btn-secondary:hover {
  color: #2977c9;
  background-color: #fff;
}

.page-template-etapa .post__content .upload-box {
  background-color: #f4f4f4;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-template-etapa .post__content .upload-box .box-title {
  margin-bottom: 1rem;
}
.page-template-etapa .post__content .upload-box .box-title img {
  width: 1rem;
  margin-right: 0.25rem;
}
.page-template-etapa .post__content .upload-box .box-title span {
  color: #000;
  font-size: 0.75em;
  font-weight: 700;
}
.page-template-etapa .post__content .upload-box .input-file {
  background-color: #fff;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.page-template-etapa .post__content .upload-box textarea {
  width: 100%;
  min-height: 8em;
  border: none;
  padding: 0.5rem;
}
.page-template-etapa .post__content .upload-box .submit-form {
  margin-bottom: 0.375rem;
  text-align: right;
}
.page-template-etapa .post__content .upload-box .btn-secondary {
  background-color: #fff;
}
.page-template-etapa .post__content .upload-box .btn-secondary:hover {
  background-color: #2977c9;
}
.page-template-etapa .post__content hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page-template-etapa .post__content .comments-box {
  background-color: #f4f4f4;
  padding: 2rem;
  margin-top: 1rem;
}
.page-template-etapa .post__content .comments-box .single-comment {
  background-color: #fff;
  padding: 1rem 0.75rem;
}
.page-template-etapa
  .post__content
  .comments-box
  .single-comment
  .comment-author {
  color: #fff;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #2977c9;
  display: inline-block;
  margin-right: 0.25rem;
}
.page-template-etapa
  .post__content
  .comments-box
  .single-comment
  .comment-text {
  display: inline-block;
  vertical-align: middle;
}
.page-template-etapa
  .post__content
  .comments-box
  .single-comment
  .comment-text
  span {
  color: #808080;
  font-size: 0.875em;
}
.page-template-etapa
  .post__content
  .comments-box
  .single-comment:not(:last-child) {
  margin-bottom: 0.75rem;
}

/**
 * Monitorização
 */
.page-template-monitorizacao .post__banner .post__title {
  color: #fff;
  font-size: 1.25em;
  padding-top: 2rem;
  padding-right: initial;
  padding-bottom: 2rem;
  padding-left: initial;
}
.page-template-monitorizacao .post__content {
  background-color: #f4f4f4;
  margin: 0;
  padding-top: 3em;
  padding-bottom: 6em;
}
.page-template-monitorizacao .post__content .container-fluid {
  background-color: #fff;
  padding: 2rem;
}
.page-template-monitorizacao .post__content h2 {
  font-size: 1.25em;
}
.page-template-monitorizacao .post__content table {
  width: 100%;
}
.page-template-monitorizacao .post__content table thead {
  color: #a9a9a9;
  text-transform: uppercase;
  font-size: 0.875em;
}
.page-template-monitorizacao .post__content table thead tr {
  line-height: 2rem;
}
.page-template-monitorizacao .post__content table tbody tr {
  line-height: 2.5rem;
  border-bottom: 1px solid #a9a9a9;
  font-weight: 600;
}
.page-template-monitorizacao
  .post__content
  table
  tbody
  tr
  span.label-estado-pending {
  background-color: #db9600;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem;
  font-size: 0.875em;
}
.page-template-monitorizacao
  .post__content
  table
  tbody
  tr
  span.label-estado-publish {
  background-color: #28a745;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem;
  font-size: 0.875em;
}
.page-template-monitorizacao
  .post__content
  table
  tbody
  tr
  span.label-estado-draft {
  background-color: #dc3545;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem;
  font-size: 0.875em;
}
.page-template-monitorizacao
  .post__content
  table
  tbody
  tr
  span[class^="label-estado"]:hover {
  opacity: 0.8;
}
.page-template-monitorizacao .post__content table tbody tr img {
  width: 1.5rem;
  margin-left: 0.75rem;
}
.page-template-monitorizacao .post__content table tbody tr img:hover {
  opacity: 0.8;
}

/**
 * Etapa submetida
 */
.page-template-single-etapa .post__banner .post__title {
  color: #fff;
  font-size: 1.25em;
  padding-top: 1.5rem;
  padding-right: initial;
  padding-bottom: 1.5rem;
  padding-left: initial;
}
.page-template-single-etapa .post__banner .post__title h2 {
  font-size: 1.125em;
}
.page-template-single-etapa .post__content .group-info {
  background-color: #f4f4f4;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.page-template-single-etapa .post__content .group-info h2 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 0.75rem;
}
.page-template-single-etapa .post__content .group-info span {
  display: block;
  margin-bottom: 0.25rem;
}
.page-template-single-etapa
  .post__content
  .group-info
  span.user-email:not(:last-child) {
  margin-bottom: 1rem;
}
.page-template-single-etapa .post__content .group-info h3 {
  color: #2977c9;
  font-size: 1em;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.page-template-single-etapa .post__content .evaluation-box {
  background-color: #f4f4f4;
  padding: 2rem;
  margin-bottom: 2rem;
}
.page-template-single-etapa .post__content .evaluation-box .file-info {
  background-color: #fff;
  padding: 1rem;
}
.page-template-single-etapa
  .post__content
  .evaluation-box
  .file-info
  .file-name
  a {
  color: #000;
}
.page-template-single-etapa
  .post__content
  .evaluation-box
  .file-info
  .file-download {
  text-align: right;
}
.page-template-single-etapa
  .post__content
  .evaluation-box
  .file-info
  .file-download
  img {
  width: 1.25rem;
}
.page-template-single-etapa .post__content .evaluation-box textarea {
  width: 100%;
  min-height: 8em;
  border: none;
  padding: 0.5rem;
  margin-top: 1.5rem;
}
.page-template-single-etapa .post__content .submit-form span {
  font-size: 1.125em;
  font-weight: 700;
}
.page-template-single-etapa .post__content .submit-form .submit-buttons {
  text-align: right;
}
.page-template-single-etapa
  .post__content
  .submit-form
  .submit-buttons
  input:first-child {
  margin-right: 0.5rem;
}
.page-template-single-etapa
  .post__content
  .submit-form
  .submit-buttons
  .btn-secondary {
  background-color: #fff;
}
.page-template-single-etapa
  .post__content
  .submit-form
  .submit-buttons
  .btn-secondary:hover {
  background-color: #2977c9;
}
.page-template-single-etapa .post__content hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page-template-single-etapa .post__content .comments-box {
  background-color: #f4f4f4;
  padding: 2rem;
  margin-top: 1rem;
}
.page-template-single-etapa .post__content .comments-box .single-comment {
  background-color: #fff;
  padding: 1rem 0.75rem;
}
.page-template-single-etapa
  .post__content
  .comments-box
  .single-comment
  .comment-author {
  color: #fff;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #2977c9;
  display: inline-block;
  margin-right: 0.25rem;
}
.page-template-single-etapa
  .post__content
  .comments-box
  .single-comment
  .comment-text {
  display: inline-block;
  vertical-align: middle;
}
.page-template-single-etapa
  .post__content
  .comments-box
  .single-comment
  .comment-text
  span {
  color: #808080;
  font-size: 0.875em;
}
.page-template-single-etapa
  .post__content
  .comments-box
  .single-comment:not(:last-child) {
  margin-bottom: 0.75rem;
}

/**
 * Contactos
 */
.page-template-contactos .page__title {
  margin-top: 3em;
  margin-bottom: 1em;
}
.page-template-contactos .page__title h1 {
  font-size: 1.75em;
  font-weight: 700;
}
.page-template-contactos .page__content {
  padding-bottom: 3em;
  min-height: 50vh;
}
.page-template-contactos
  .page__content
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field {
  padding-top: 0;
}
.page-template-contactos
  .page__content
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-label {
  font-weight: 600;
}
.page-template-contactos
  .page__content
  div.wpforms-container-full
  .wpforms-form
  input[type="text"] {
  max-width: 100%;
  border: 1px solid #000;
  width: 100%;
}
.page-template-contactos
  .page__content
  div.wpforms-container-full
  .wpforms-form
  input[type="email"] {
  max-width: 100%;
  border: 1px solid #000;
  width: 100%;
}
.page-template-contactos
  .page__content
  div.wpforms-container-full
  .wpforms-form
  textarea {
  border: 1px solid #000;
}
.page-template-contactos
  .page__content
  div.wpforms-container-full
  .wpforms-field {
  margin-bottom: 1em;
}
.page-template-contactos
  .page__content
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"] {
  color: #fff;
  background-color: #00d283;
  text-transform: uppercase;
  padding: 0.75em 1.75em;
  border: 2px solid #00d283;
  border-radius: 2em;
}
.page-template-contactos
  .page__content
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover {
  color: #2977c9;
  background-color: #fff;
}
.page-header {
  background-repeat: no-repeat;
  background-position: center;
  height: 205px;
}

.page-header .container {
  padding-top: 5em;
}
.page-header h1 {
  font-size: 2.25em;
  color: #fff;
  text-shadow: 1px 1px #000;
  text-shadow: 1px 1px 2px #000;
}

#site-footer {
  border-top: 1px solid #000;
  padding: 2.5em 0;
}
.nota-rodape {
  font-size: 0.8em;
  padding-bottom: 0.5em;
}

#site-footer img.footer-logo {
  max-width: 200px;
  height: auto;
}

/* Small devices */
@media (max-width: 767px) {
  #site-header .menu a:not(:last-child) {
    margin-right: 0;
  }
  #site-header .menu a:not(.logout):last-child {
    display: none;
  }

  .banner .banner__content .container {
    padding-top: 6em;
  }
  .banner .banner__content .banner__note {
    max-width: 70%;
  }

  .table.table.tls-numbers.first-row {
    margin-top: 5em;
  }

  .section.section-projeto img {
    width: 100%;
    height: auto;
  }

  .white-box {
    margin-top: 1.5em;
  }

  .heading.last-heading {
    margin-top: 1.5em;
  }

  .row.wo-img {
    display: flex;
  }
  .row.w-img {
    display: none;
  }

  .page__banner .banner__title {
    margin-top: 2em;
  }

  .course__banner .course__title {
    text-align: center;
  }

  .page-template-contactos .page__content div.wpforms-container-full {
    margin-top: 3em;
  }

  #site-footer a {
    display: block;
    text-align: center;
    margin-bottom: 1.5em;
  }
  #site-footer a:last-child {
    margin-bottom: 0;
  }

  .section.section-saber-mais .container {
    background-position-x: 380px;
  }
}

/* Medium devices */
@media (min-width: 768px) {
  #site-header .menu a:not(:last-child) {
    margin-right: 1em;
  }
  #site-header .menu a:last-child {
    display: inline-block;
  }

  .banner .banner__content .container {
    padding-top: 8em;
  }
  .banner .banner__content .banner__note {
    max-width: 50%;
  }

  .table.table.tls-numbers.first-row {
    margin-top: 5em;
  }

  .section.section-projeto img {
    width: 100%;
    height: auto;
  }

  .white-box {
    margin-top: 1.5em;
  }

  .heading.last-heading {
    margin-top: 1.5em;
  }

  .row.wo-img {
    display: flex;
  }
  .row.w-img {
    display: none;
  }

  .page__banner .banner__title {
    margin-top: 2em;
  }

  .course__banner .course__title {
    text-align: center;
  }

  .page-template-contactos .page__content div.wpforms-container-full {
    margin-top: 3em;
  }

  #site-footer a {
    padding-right: 2.5em;
  }

  .section.section-saber-mais .container {
    background-position-x: 560px;
  }
}

.margem {
  margin-top: 40px;
}
.texto-bullets {
  font-size: 0.9em;
}
.texto-contactos {
  font-size: 1.6em;
}
.contorno-video {
  border: 1px solid gray;
}

/* Large devices */
@media (min-width: 992px) {
  .banner .banner__content .container {
    padding-top: 10em;
  }
  .banner .banner__content .banner__subtitle {
    max-width: 75%;
  }
  .banner .banner__content .banner__note {
    max-width: 35%;
  }

  .table.table.tls-numbers.first-row {
    margin-top: 0em;
  }

  .section.section-saber-mais .section-btn {
    margin-top: 0;
    text-align: right;
  }

  .section.section-projeto img {
    width: auto;
  }

  .white-box {
    background-color: #fff;
    padding-top: 3em;
    padding-bottom: 1em;
    padding-left: 3em;
  }

  .heading.last-heading {
    margin-top: 0;
  }

  .page__banner .banner__title {
    margin-top: 0;
  }

  .course__banner .course__title {
    text-align: left;
  }

  .page-template-contactos .page__content div.wpforms-container-full {
    margin-top: 0;
  }

  .section.section-saber-mais .container {
    background-position-x: 630px;
  }
}

/* Extra large devices */
@media (min-width: 1200px) {
  .banner .banner__content .container {
    padding-top: 8em;
  }
  .banner .banner__content .banner__subtitle {
    max-width: 65%;
  }
  .banner .banner__content .banner__note {
    max-width: 30%;
  }

  .section.section-saber-mais .container {
    background-position-x: 800px;
  }
}

/* Huge devices */
@media (min-width: 1840px) {
  .row.wo-img {
    display: none;
  }
  .row.w-img {
    display: flex;
  }
  .section.section-como-utilizar .tablets-img {
    background: url("/wp-content/themes/smart-tls/images/img-tablets.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 725px;
    object-fit: cover;
    margin-top: 147px;
  }
}

/* Makes a Elementor Container a Grid instead of a Flexbox */
.elementor-element.grid-container,
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
  height: fit-content;
}

.elementor-element.grid-container.grid-1,
.grid-container.grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.elementor-element.grid-container.grid-2,
.grid-container.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.elementor-element.grid-container.grid-3,
.grid-container.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.elementor-element.grid-container.grid-4,
.grid-container.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 30px;
}

.elementor-element.grid-container.grid-5,
.grid-container.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.elementor-element.grid-container.grid-6,
.grid-container.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* Responsiveness of Grids by: RCP */
/* Tablet layout */
@media (max-width: 1024px) {
  .elementor-element.grid-container,
  .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-1,
  .grid-container.grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .elementor-element.grid-container.grid-2,
  .grid-container.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-md-2,
  .grid-container.grid-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-3,
  .grid-container.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-md-3,
  .grid-container.grid-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-4,
  .grid-container.grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .elementor-element.grid-container.grid-md-4,
  .grid-container.grid-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .elementor-element.grid-container.grid-5,
  .grid-container.grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .elementor-element.grid-container.grid-md-5,
  .grid-container.grid-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-6,
  .grid-container.grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-md-6,
  .grid-container.grid-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* Mobile layout */
@media (max-width: 767px) {
  .elementor-element.grid-container,
  .grid-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .elementor-element.grid-container.grid-1,
  .grid-container.grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .elementor-element.grid-container.grid-sm-1,
  .grid-container.grid-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .elementor-element.grid-container.grid-2,
  .grid-container.grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .elementor-element.grid-container.grid-sm-2,
  .grid-container.grid-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-3,
  .grid-container.grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .elementor-element.grid-container.grid-sm-3,
  .grid-container.grid-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .elementor-element.grid-container.grid-4,
  .grid-container.grid-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .elementor-element.grid-container.grid-sm-4,
  .grid-container.grid-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-5,
  .grid-container.grid-5 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-sm-5,
  .grid-container.grid-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-6,
  .grid-container.grid-6 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .elementor-element.grid-container.grid-sm-6,
  .grid-container.grid-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.grid-narrow {
  grid-column-gap: 10px !important;
  grid-row-gap: 10px !important;
}

.grid-normal {
  grid-column-gap: 20px !important;
  grid-row-gap: 20px !important;
}

.grid-large {
  grid-column-gap: 30px !important;
  grid-row-gap: 30px !important;
}

.grid-xl {
  grid-column-gap: 40px !important;
  grid-row-gap: 40px !important;
}

/* EA - CHANGE */

.td_content {
  padding: 0;
  margin: 0;
  width: 100%;
}

.shortcuts .table.formacao.resourse {
  border: 1px solid #00d283;
  background: rgba(0, 210, 131, 0.2);

  /* TODO: Remover opacity */
  /* opacity: 0.5; */
}

.shortcuts .table.formacao.resourse:hover {
  /* TODO: Remover opacity */
  background: rgba(0, 210, 131, 0.2);

  opacity: 0.8;
}

.shortcuts .table.implementacao {
  background-color: rgba(42, 45, 61, 0.2) !important;
  /*   border: 1px solid #2a2d3d !important; */
  border: 1px solid transparent !important;
}

/* DISABLED IMPLEMENTACAO */
.shortcuts .table.implementacao:hover {
  cursor: not-allowed;
  opacity: 1;
}

.text_bold_link {
  font-weight: bold;
  text-decoration: underline;
}

/* DARK TEXT */
.shortcuts .table .text_dark {
  color: #000 !important;
}

.title_contacts {
  color: #000 !important;
}

/* MENU DROPDOWN */

.menus {
  display: flex;
/*   justify-content: flex-end; */
}

.menus ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menus ul li {
  display: inline-block;
}

.menus ul li a {
  display: block;
  color: inherit;
  text-align: left;
  padding: 14px 20px;
  text-decoration: none;
}

.menus ul li a:hover {
  color: var(--color-primary) !important;
  text-decoration: underline;
}

.menus ul li .btn_auth_dark:hover {
  color: #000 !important;
  text-decoration: none;
}

.dropdown {
  position: relative;
}

.dropdown > a::after {
  content: url("./images/down.svg");
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-left: 5px;
  vertical-align: -2px;
	
}

.dropdown:hover > a::after,
.dropdown-content:hover + a::after {
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 9999999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-content li {
  display: block;
  width: 220px;
}

.dropdown-content li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 10px 30px !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* MENU */
.menu-toggle {
  display: none;
}

.hamburger {
  width: 25px;
  height: 3px;
  background-color: #000;
  position: relative;
}

.hamburger::before,
.hamburger::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 9999;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  top: 8px;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
  .menu-list,
  .menu-new {
    display: none;
  }

  .menu-toggle {
    display: block;
    cursor: pointer;
  }

  .menu-toggle.active .hamburger::before {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle.active .hamburger::after {
    transform: translateY(-8px) rotate(-45deg);
  }

  .menu-toggle.active .hamburger {
    background-color: transparent;
  }

  .menu-toggle.active + .menu-list,
  .menu-toggle.active + .menu-new {
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100vw !important;
    text-align: right;
    z-index: 9999;
  }

  .menu-toggle.active + .menu-list li,
  .menu-toggle.active + .menu-new li {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .menu-toggle.active + .menu-list li:last-child {
    margin-bottom: 0;
  }
}


/* NEWS CTA'S */

.emphasis_container {
  width: 100%;
  height: 650px;
  background: #e9fdf5 url("./images/fundo.png") right no-repeat;
  background-size: cover !important;

  display: flex;
  align-items: center;
  justify-content: center;
}

.last_post {
  display: flex;
  height: 436px;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  padding: 0;
  border-radius: 10px !important;
}

.last_post-left {
  width: 45%;
  display: flex;
  padding: 0px 85px;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #efefef;

  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.last_post-left h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 16px;
}

.last_post-left div {
  margin-top: 20px;
}

.last_post-right {
  width: 55%;
}

.last_post-right img {
  width: 100%;
  height: 100%;

  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.about_us_container-home {
  margin-top: 80px;
}

.about_us_container-home h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.about_us-content-home {
  display: flex;
  justify-content: space-between;
  flex-direction: row;

  margin-bottom: 6rem;
}

.about_us-content:last-child {
  margin-right: 0;
}

.about_us-content {
  padding: 30px;
  margin-right: 24px;

  width: 364px;
  height: 298px;

  border-radius: 10px;
  border-right: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  border-left: 2px solid #efefef;
  background: #fff;
  box-shadow: 0px -10px 0px 0px #00d283;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about_us-content a,
.semore {
  color: #000;
  width: 85px;
  font-weight: 600 !important;
  border-bottom: 2px solid #00d283;
}

/* About project */

.about-project {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px 0 180px 0;

  align-items: center;
}

.about-project .left {
  width: 40%;
}

.about-project .left h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}

.about-project .left p {
  margin-top: 35px;
  line-height: 25px;
}
.about-project .left div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 25px;
}

.about-project .right {
  width: 49%;
}

/*.about-project .right img {
  width: 100%;
  height: 472px;
}
*/
.mission_container {
  padding: 100px 0;
  background-color: #e9fdf5;
}

.mission_content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.mission_content .left {
  width: 30%;
}

.mission_content .right {
  width: 65%;
  /* background-color: orange; */
}

.about_destaque {
  padding: 80px 0;
}

.about_destaque p {
  margin-bottom: 3rem;
}

.about_destaque p a {
  font-weight: bold;
  text-decoration: underline !important;
  text-decoration-color: #00d283 !important;
}

.relational {
  text-align: left !important;
}

/* Accordion */

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 15rem;
}

.tab label {
  font-size: 18px;
  margin-bottom: 0px !important;
}

/* Visual styles */
.accordion {
  border-radius: 10px;
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  background: #efefef;
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  color: #00d283;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}

.tab__content {
  background-color: #fff;
}

.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce 0.5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}

/* Plataforma */

.about_platform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  padding-top: 6rem;
  padding-bottom: 6rem;
}

.about_platform h1 {
  margin-top: 4rem;
}

.about_platform p {
  width: 68%;
  line-height: 180%;
  text-align: center;
}

.about_platform img {
/*width: 380px;*/
  width: 540px;

}

/* Caixa de dialogo pequenas */

.short_about {
  display: flex !important;
  justify-content: space-between;
  flex-direction: row !important;
  margin-bottom: -6rem !important;
}

.about_content_small {
  height: 164px !important;
}
