/* GERAL - OUTROS */

a,
button {
  cursor: pointer;
}
.cookie-message-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 16px;
  background: white;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
}
textarea {
  resize: none;
}
.cookie-message-wrapper span {
  font-size: 16px;
  line-height: 1.5;
}
.cookie-inner-wrapper {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  max-width: 1402px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.cookie-inner-wrapper a {
  color: var(--cor-btn);
  text-decoration: none;
  font-size: 16px;
  padding-left: 5px;
  white-space: nowrap;
}
.cookie-inner-wrapper-text {
  margin-right: 15px;
}
.cookie-inner-wrapper .button {
  margin-top: 0;
  padding: 0 20px;
  line-height: 1.5;
  margin-left: 20px;
  font-size: 14px;
}
.btn_cookie_accept {
  margin-left: 20px;
  border-radius: 4px;
  border: 0;
  text-transform: lowercase;
  font-size: 10px;
  background: var(--cor-btn);
  padding: 20px 30px;
  font-size: 16px;
  color: white;
  box-shadow: none;
  height: fit-content;
}
input::-webkit-input-placeholder {
  color: var(--color-text-input);
}
input:-moz-placeholder {
  color: var(--color-text-input);
  opacity: 1;
}
input::-moz-placeholder {
  color: var(--color-text-input);
  opacity: 1;
}
input:-ms-input-placeholder {
  color: var(--color-text-input);
}
textarea::-webkit-input-placeholder {
  color: var(--color-text-input);
}
textarea:-moz-placeholder {
  color: var(--color-text-input);
  opacity: 1;
}
textarea::-moz-placeholder {
  color: var(--color-text-input);
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: var(--color-text-input);
}
.form-error {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
  clear: both;
}
.success-message {
  color: green;
  display: none;
  margin-top: 5px;
  font-size: 16px;
}
.success-message.small {
  font-size: 12px;
}
.form-error-message {
  display: none;
  color: red;
}
.clear {
  clear: both;
}
.none,
.order-billing-wrapper {
  display: none;
}
.newsletter-sbm-message {
  color: green;
  display: none;
  margin-top: 5px;
}
label.error {
  color: red;
  margin-top: 5px;
  font-weight: initial;
  font-size: 85%;
  display: block;
}
.form-userreg-success-message {
  display: none;
  color: green;
}
.cart-error,
.form-error-message {
  display: none;
  color: red;
}
.cart-pini-wrapper {
  position: relative;
}
.cart-pini-itens {
  display: none;
  position: absolute;
  background: white;
}

/* GERAL - BASE ===============================================*/

* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  color: var(--cor-texto);
}

:root {
  --cor-texto: #1a1a1a;
  --cor-texto-var: #fcfcfc;
  --cor-texto-var1: #b5b5be;
  --cor-btn: #5789fb;
  --cor-tags: #1268af;
  --cor-input: #eef4ff;
  --white: #fff;
  --color-text-input: #666;
  --swiper-navigation-size: 44px;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.display-flex {
  display: flex;
}
.border {
  border: 1px solid red;
}
.pointer {
  cursor: pointer;
}
.center {
  text-align: center;
  display: flex;
  justify-content: center;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block-start: 0;
  margin-block-end: 0;
}

h1 {
  font-size: 34px;
  font-weight: bold;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 18px;
  line-height: 1.4em;
}
p {
  font-size: 16px;
  line-height: 1.4em !important;
}

.top200 {
  margin-top: 200px;
}
.top150 {
  margin-top: 150px;
}
.top100 {
  margin-top: 100px;
}
.top50 {
  margin-top: 50px;
}

.bottom100 {
  margin-bottom: 100px;
}
.bottom36 {
  margin-bottom: 36px;
}

.grid-container .display-flex {
  justify-content: space-between;
}

/* HOMEPAGE ============================================= */
.grid-container {
  max-width: 1402px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}

/* Header 1 - Personalizado */

.header {
  transition: all 0.3s ease;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 110px;
  background: linear-gradient(to bottom, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0.3) 86%, rgba(26, 26, 26, 0.1) 100%);
}

.header .menu-btn {
  font-size: 24px;
  cursor: pointer;
}
.header .icons {
  display: flex;
  gap: 18px;
}
.header .logo {
  padding-top: 5px;
}
.fixou {
  position: fixed;
  top: 0;
  z-index: 1000;
  background: var(--cor-texto) !important;
  height: 90px !important;
}
.fixou .logo img {
  height: 75px;
  width: auto;
}

/* Ícone de Pesquisa */
.search-icon {
  cursor: pointer;
}

/* Caixa de Pesquisa (inicialmente oculta) */
.search-box {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
  padding: 5px;
}
.search-box form {
  display: flex;
  width: 100%;
}

.search-box input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  color: var(--cor-texto-var);
}

.search-box input::placeholder {
  color: var(--cor-texto-var);
}
.search-box input[type="text" i] {
  color: var(--cor-texto-var);
}

.close-search {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.close-search img {
  padding: 2px 2px 0 0;
}

.display-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: var(--cor-texto);
  padding-top: 60px;
  transition: left 0.3s ease-in-out;
  z-index: 1100;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 20px;
  margin: 7px 0px;
}
.sidebar ul li a {
  color: var(--cor-texto-var);
}
.sidebar ul li a p {
  color: var(--cor-texto-var);
}
.sidebar ul li a:active {
  color: var(--cor-texto-var1);
  border-left: 3px solid var(--white);
  padding-left: 17px;
}
.sidebar ul li a:hover {
  color: var(--cor-texto-var1);
  border-left: 3px solid var(--white);
  padding-left: 17px;
}

/* Botão de fechar */
.close-btn {
  position: absolute;
  top: 34px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Overlay quando o menu estiver aberto */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

/* Ativando menu aberto */
.sidebar.open {
  left: 0;
}
.overlay.show {
  display: block;
}

/* Banner - Slick */
.banner_specific {
  color: var(--cor-texto-var);
  bottom: 12%;
  position: absolute;
  text-align: center;
  width: 100%;
}
.banner_specific h1 {
  margin-bottom: 20px;
  color: var(--cor-texto-var);
}
.banner_specific a {
  text-decoration: none;
}
.banner_specific h3 {
  font-weight: 300;
  border: 1px solid var(--cor-texto-var);
  margin: auto;
  padding: 10px 15px;
  max-width: 370px;
  border-radius: 6px;
  color: var(--cor-texto-var);
}
.banner-slick .slick-dots {
  bottom: 40px;
  color: var(--cor-texto-var);
}
.banner-slick.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner-slick .slick-dots li.slick-active button:before {
  color: var(--cor-texto-var);
}
.banner-slick .slick-dots li button:before {
  color: var(--cor-texto-var);
}

/* Header 3 - Personalizado */
.banner-container {
  position: relative;
  width: 100%;
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.servicos .display-flex {
  justify-content: space-between;
}
.section_titles h2 {
  font-weight: 400;
}
.section_titles h3 {
  font-weight: 300;
  padding-top: 10px;
}
.section_btn a {
  color: var(--cor-texto);
  border-bottom: 1px solid var(--cor-texto);
  display: inline-block;
  cursor: pointer;
  text-wrap: nowrap;
  text-decoration: none;
}

/* Serviços - Swipper */
.servicos .stop-scroll-horziontal {
  width: 100%;
  overflow: hidden;
}
.servicos .swiper-container {
  width: 100%;
  overflow: hidden;
}
.servicos .swiper-wrapper {
  display: flex;
}
.servicos .swiper-slide {
  max-width: 440px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .slide-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.swiper .slide-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.swiper .slide-content h2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--cor-texto-var);
  font-weight: 400;
  font-size: 26px;
  width: 350px;
  text-align: center;
}
.swiper .slide-content:hover img {
  filter: brightness(70%);
}
.servicos .swiper-button-next,
.swiper-button-prev {
  color: black;
  width: 30px;
  height: 30px;
}

/* Pecas - Destaque */
.pecas .display-flex {
  justify-content: space-between;
}

.container_flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 20px;
  width: 100%;
}

.peca {
  text-decoration: none;
}

.container_flex .peca {
  width: calc(25.3% - 20px);
}

.pecas .container_flex .peca img {
  width: 100%;
  /*height: auto;*/
}
.container_flex .pecas_text_descript {
  text-align: center;
}
.container_flex .pecas_text_descript h3 {
  font-weight: 400;
  padding-bottom: 15px;
  padding-top: 10px;
}
.container_flex .pecas_text_descript p {
  font-weight: 300;
}

/* Banner2  */
.banner2 {
  width: 100%;
  height: 60vh;
  min-height: 420px;
  color: var(--white);
  padding: 0 10%;
  display: flex;
  align-items: center;
}
.banner-content {
  text-align: left;
  width: 650px;
}
.banner-content h1 {
  font-weight: 400;
  padding-bottom: 25px;
  color: var(--cor-texto-var);
}
.banner-content h3 {
  font-weight: 300;
  padding-bottom: 40px;
  color: var(--cor-texto-var);
}

.buttons {
  display: flex;
  gap: 20px;
}
.buttons a {
  padding: 16px 28px;
  border-radius: 5px;
  text-decoration: none;
}
.buttons a p {
  font-size: 18px;
}

.btn {
  background-color: var(--cor-btn);
  color: var(--cor-texto-var);
}
.btn.secondary {
  background-color: var(--cor-texto-var);
  color: var(--cor-btn);
}
.btn.secondary p {
  color: var(--cor-texto);
}

/* Formações - Destaque  */

.courses {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.course {
  padding: 40px 20px;
  width: 23.85%;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.course h3 {
  font-weight: 500;
  height: 65px;
}

/* Galleria - Destaque */
.gallery {
  display: flex;
  gap: 30px;
}
.gallery_column {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.gallery_column_flex {
  display: flex;
  gap: 20px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  transition: filter 0.3s ease;
}
.gallery-item:hover {
  filter: brightness(70%);
}
a.gallery-item.wide {
  font-size: 0;
}
.gallery-item .image_insta {
  width: 100%;
  height: 100%;
}
.icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Noticias - Destaque */
.news-section {
  display: flex;
  gap: 15px;
  width: 100%;
  box-sizing: border-box;
}
.news-section.special_news {
  flex-wrap: wrap;
}

.news-card {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 32.5%;
}
.news-section a {
  padding: 0;
  margin: 0;
}
.news-section .news-content a {
  text-decoration: none;
}
.news-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 292.59px;
}
.news-date {
  position: absolute;
  bottom: 18px;
  left: 10px;
  background: var(--cor-texto-var);
  color: var(--cor-btn);
  padding: 8px 22px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.news-date .day {
  font-size: 20px;
  display: block;
  font-weight: 500;
  color: var(--cor-btn);
}
.news-date .month {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--cor-btn);
}
.news-content {
  padding: 15px;
  text-align: left;
}
.news-content h3 {
  color: var(--cor-texto);
  margin-bottom: 15px;
  font-weight: 500;
}
.news-link {
  color: var(--cor-btn);
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-weight: 500;
}

/* Job - Destaque */
.job-section h3 {
  max-width: 950px;
}
.job-section .buttons a {
  max-height: fit-content;
}
.job-section .grid-container.display-flex {
  justify-content: space-between;
}
.job-section .buttons {
  align-items: center;
}

/* Footer */
footer {
  background-color: var(--cor-texto);
}
.footer {
  color: var(--cor-texto-var);
  padding: 80px 0 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 30%;
}
.footer-logo .logo_footer {
  width: auto;
  height: 170px;
}
footer .social-icons a {
  color: var(--cor-texto-var);
  text-decoration: none;
  margin: 5px;
  font-size: 20px;
}
.footer-column {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.footer-column_one {
  padding: 0 20px;
  width: 100%;
}
.footer-column h3 {
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--cor-texto-var);
}
.footer-column a {
  color: var(--cor-texto-var);
  text-decoration: none;
  display: block;
  color: var(--cor-texto-var);
}
.footer-column_one p {
  font-weight: 300;
  padding: 0 0 10px 0;
  color: var(--cor-texto-var);
}
.footer-column_one p span {
  font-weight: 300;
  color: var(--cor-texto-var);
  font-size: 12px;
}
.footer-column_one_line p {
  line-height: 18px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1402px;
  border-top: 1px solid gray;
  padding: 30px 0;
}
.footer-bottom p {
  color: var(--cor-texto-var);
}

.footer-bottom .footer-right {
  display: flex;
  gap: 30px;
}

/* Listagem de formações ============================================= */

/* Header 2 - Personalizado */

.header2 {
  transition: all 0.3s ease;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 110px;
  background: var(--cor-texto);
}
.header2 .menu-btn {
  font-size: 24px;
  cursor: pointer;
}
.header2 .icons {
  display: flex;
  gap: 18px;
}

/* breadcrumbs */
.breadcrumb {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.breadcrumb a,
.breadcrumb span {
  text-decoration: none;
  color: var(--cor-texto);
  padding: 0 5px;
}

.breadcrumb > *:last-child,
.breadcrumb > *:last-child a {
  color: var(--cor-btn);
}

/* Formação ============================================= */

.formacao {
  display: flex;
  gap: 80px;
}
.formacao_text {
  width: 70%;
}
.formacao_text h3 {
  margin: 10px 0 10px 0;
}

.formacao_text_div {
  padding-bottom: 40px;
}
.formacao_text_div h3 {
  padding-bottom: 8px;
}
.formacao_text_div ul li {
  padding-bottom: 8px;
}
.formacao_text_div ul li::marker {
  color: var(--cor-btn);
}

.formacao_img {
  width: 30%;
}
.formacao_img img {
  border-radius: 6px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.formacao_img_text {
  width: 100%;
}
.formacao_img_text_div {
  padding: 15px 18px;
  background-color: #e6e6e6;
  border-radius: 6px;
  margin-bottom: 15px;
}
.formacao_img_text_div_1 {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}

.formacao_img_text .buttons a {
  width: 100%;
}
.formacao_img_text .buttons a p {
  text-align: center;
}

.hidden {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hidden h2 {
  padding-bottom: 30px;
  font-weight: 400;
}
.hidden .display-flex {
  gap: 20px;
}

#formContainer {
  width: 100%;
  border-radius: 8px;
  max-width: 1402px;
}
#formContainer input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 15px;
  margin: 8px 0;
  background: var(--cor-input);
  border: 0;
  border-radius: 4px;
}

.info {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.academy_form {
  padding-bottom: 10px;
  width: 100%;
}

.academy_form_rgpd {
  padding-top: 20px;
  display: flex;
}
.academy_form_rgpd label {
  display: flex;
  gap: 5px;
}
.academy_form_rgpd label p {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-text-input);
  align-items: center;
  display: flex;
}
.academy_form_rgpd label p a {
  text-decoration: none;
}

.academy_form_btn {
  display: flex;
  justify-content: flex-end;
}
.academy_form_btn button {
  border: 0;
  padding: 15px 55px;
  border-radius: 6px;
}

/* Listagem de Serviços ============================================= */
.servicos_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.servicos_card {
  width: 31.2%;
  height: auto;
}
.special_servico .servicos_card .slide-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}
.servicos_card .slide-content h2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--cor-texto-var);
  font-weight: 400;
  font-size: 26px;
  width: 300px;
  text-align: center;
}
.servicos_card .slide-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.servicos_card .slide-content:hover img {
  filter: brightness(70%);
}

/* Serviço ============================================= */
.servico_pag .servico_pag_container {
  display: flex;
  gap: 40px;
}
.servico_pag_container_text h3 {
  padding-top: 30px;
  padding-bottom: 5px;
  font-weight: 500;
}
.servico_pag_container_btn {
  justify-content: center;
  justify-items: center;
  display: flex;
}
.servico_pag_container_btn a {
  text-decoration: none;
}

.servico_pag_container_btn .btn {
  padding: 15px 40px;
  border-radius: 6px;
  text-align: center;
}

.servico_pag_dest .section_titles h2 {
  width: 100%;
  text-align: center;
}

/* Listagem de Noticias ============================================= */

.filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 0;
}
.filter label {
  font-size: 14px;
  margin-right: 5px;
}
.filter select {
  border-radius: 4px;
  border: 1px solid #ccc;
  background: none;
}
.results {
  font-size: 14px;
}
.results strong {
  font-weight: bold;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.pagination a {
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 6px;
  color: #4a90e2;
  font-size: 14px;
  transition: 0.3s;
}

.pagination .page {
  border: 0;
}
.pagination .active {
  background-color: #4a90e2;
  color: white;
}
.pagination a:hover {
  background-color: #4a90e2;
  color: white;
}
.pagination .next {
  font-weight: bold;
}

/* Noticia ============================================= */
.section_titles .special_title_news {
  color: var(--cor-btn);
}

.section_titles .news_date {
  padding-bottom: 20px;
  color: #9f9f9f;
  padding-top: 7px;
}

.new_img_big {
  width: 100%;
  max-width: 960px;
}
.new_img_big img {
  width: 100%;
  height: auto;
}
.news_aside {
  width: 100%;
  max-width: 420px;
}
.news_aside h3 {
  padding-bottom: 10px;
  font-weight: 600;
}
.news_aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news_aside ul li a {
  text-decoration: none;
}
.news_aside ul li {
  padding-bottom: 20px;
}
.news_aside_div {
  display: flex;
  gap: 10px;
  width: 100%;
}
.news_aside_div_img {
  width: 50%;
}
.news_aside_div img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.news_aside_div_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.news_aside_div p {
  color: var(--color-text-input);
  line-height: 20px;
}
.news_aside_div span {
  color: #9f9f9f;
}
.news_text_container {
  padding-top: 15px;
}
.news_text_container h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 400;
}
.news_text_container p {
  padding-bottom: 12px;
  line-height: 18px;
}

/* Contacto ============================================= */

.contact-container_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.contact-info {
  width: 40%;
}
.contact-info h2 {
  font-size: 56px;
  font-weight: 400;
}
.contact-info p {
  margin-bottom: 50px;
}
.contact-info h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}
.social-icons a {
  margin-right: 10px;
}
.contact-info .social-icons img {
  width: 40px;
  height: 40px;
}
.contact-form {
  width: 50%;
}
.contact-form form {
  display: flex;
  flex-direction: column;
}
.contact-form label {
  margin-top: 20px;
  font-weight: 500;
}
.contact-form label.error {
  margin-top: 7px !important;
  font-weight: 500;
  font-size: 13px;
}
.contact-form input {
  padding: 10px;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
  background: var(--cor-input);
}

.contact-form input:focus-visible {
  outline: 0;
}
.contact-form textarea:focus-visible {
  outline: 0;
}
.contact-form textarea {
  height: 120px;
  padding: 10px;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
  background: var(--cor-input);
}

.privacy-policy {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 10px;
  gap: 10px;
}
.privacy-policy input {
  margin: 0;
  max-width: 40px;
  padding: 0;
}
.privacy-policy label {
  margin-top: 0;
  font-weight: 300 !important;
  font-size: 13px;
  width: 100%;
  text-align: left;
}
.privacy-policy label p {
  font-size: 13px;
}
.privacy-policy label p a {
  text-decoration: none;
}
.contact-form button {
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

/* LOG IN   ========================================== */

.login-box {
  padding: 30px 60px;
  border: 1px #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 620px;
  margin: auto;
}
.login-box .tab {
  cursor: pointer;
  font-weight: 400;
}
.login-box .tab.active {
  font-weight: 600;
}
.login-box-subtitle {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
}

.login-box input {
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: none;
}
.login-box input:focus-visible {
  outline: 0;
}

.login-box .form-group-one {
  width: 100%;
}
.login-form-op {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  font-size: 13px;
}
.login-form-op .options {
  display: flex;
  width: 100%;
}

.password-re {
  margin-top: 5px;
  margin-bottom: 5px;
  align-content: center;
  text-align: end;
}
.password-re a {
  text-decoration: none;
  color: var(--cor-btn);
}
.login-box .privacy-policy {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.login-box button {
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 30px;
  width: 100%;
}

.toggle-text {
  margin-top: 30px;
  font-size: 14px;
}
.toggle-text a {
  color: var(--cor-btn);
  text-decoration: none;
}
.hidden {
  display: none;
}

/* Account   ========================================== */
.account_flex {
  display: flex;
  gap: 60px;
}
.sidebar_account {
  width: 100%;
  max-width: 270px;
}
.sidebar_account ul {
  list-style: none;
  padding: 0;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.sidebar_account ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px 0;
}
.sidebar_account ul li a {
  text-decoration: none;
}
.sidebar_account ul li:hover,
.sidebar_account ul li.active {
  background: var(--cor-btn);
}
.sidebar_account ul li:hover p,
.sidebar_account ul li.active p {
  color: var(--cor-texto-var);
}

.sidebar_account ul li .img2 {
  display: none;
}

.sidebar_account ul li:hover .img1,
.sidebar_account ul li.active .img1 {
  display: none;
}
.sidebar_account ul li:hover .img2,
.sidebar_account ul li.active .img2 {
  display: block;
}

/* Conteúdo Principal */

.content_account {
  width: 100%;
}

.content_account .section.active {
  display: block;
}
.content_account label {
  font-weight: 500;
}

/* Formulários */
.content_account form {
  width: 100%;
}
.content_account form div {
  width: 100%;
}
.content_account .form-group {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
.content_account input {
  padding: 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  background: var(--cor-input);
}

.content_account input:focus-visible {
  outline: 0;
}
.form-group input:focus-visible,
.form-group-one input:focus-visible {
  outline: 0;
}

.form-group input,
.form-group-one input {
  width: 100%;
}
.content_account .btn_end {
  display: flex;
  justify-content: flex-end;
}
.content_account button {
  padding: 15px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  max-width: 250px;
  text-align: center;
}

.accountform2 h2 {
  font-weight: 500;
}
.accountform2 div {
  padding-top: 10px;
}

/* Tabela do Histórico de Formações */
.content_account table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.content_account th,
.content_account td {
  border-bottom: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}
.content_account th {
  background: #f8f9fa;
  font-weight: 400;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.content_account tr:hover {
  background-color: #f1f1f1;
}

/* Portabilidade de dados */

.bnt_data {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.section h3 {
  padding-bottom: 20px;
}
.data_subtitle {
  padding-bottom: 50px;
}

/* Listagem - Recrutamento   ========================================== */
.job-list {
  padding-top: 20px;
}

.job-card {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  text-decoration: none;
  color: var(--cor-texto);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.job-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
.job-content h3 {
  font-weight: 400;
}
.job-content p {
  margin: 10px 0 0;
  max-width: 1150px;
}
.job-link {
  font-size: 14px;
  color: var(--cor-btn);
  font-weight: 500;
}
.btn_center {
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn_center .btn {
  border: 0;
  padding: 14px 40px;
  border-radius: 6px;
}

/* Recrutamento    ========================================== */

.job-description h2,
.application-form h2 {
  margin-bottom: 10px;
  font-size: 20px;
}
.btn_job {
  border: 0;
  padding: 14px 40px;
  border-radius: 6px;
  background: var(--cor-btn);
  max-width: 250px;
  text-align: center;
}
.btn_job a {
  text-decoration: none;
}
.btn_job a p {
  color: var(--cor-texto-var);
}

.job-descript-text h2 {
  font-weight: 400;
  padding-bottom: 30px;
}
.job-descript-text h3 {
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
}
.job-descript-text ul {
  margin-block-start: 0px;
  margin-block-end: 1em;
}
.job-descript-text p {
  padding-bottom: 10px;
}
.job-description ul {
  margin: 10px 0;
  padding-left: 20px;
}
.job-descript-form h3 {
  font-weight: 400;
}
.application-form form {
  margin-top: 15px;
}
.job-descript-form .form-group-one {
  width: 100%;
}
.job-descript-form .form-group-one input,
.job-descript-form .form-group-one textarea {
  width: 100%;
  background: var(--cor-input);
  padding: 13px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
}
.form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.job-descript-form textarea {
  height: 80px;
}

/* Input do nome do arquivo */
.file-input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background: var(--cor-input);
  padding: 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
}

.file-icon {
  margin-right: 8px;
  font-size: 16px;
}
.file-input-wrapper input {
  border: none;
  background: transparent;
  flex-grow: 1;
  padding: 0 !important;
  font-size: 14px;
  color: #333;
  outline: none;
}
.remove-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: red;
  display: none;
  margin-left: 8px;
}

/* Estilização da área de upload */

.file-upload {
  border: 2px dashed var(--cor-btn);
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 12px 0;
}
.upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.drop-zone {
  text-align: center;
  cursor: pointer;
}
.drop-zone span {
  font-size: 24px;
}
.drop-zone p {
  margin: 5px 0;
}
.drop-zone a {
  color: var(--cor-texto);
  cursor: pointer;
  text-decoration: none;
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--color-text-input);
  margin: 20px 0 50px 0;
}
.job-descript-form .privacy-policy {
  margin-top: 40px;
  margin-bottom: 15px;
}

.job-descript-form .bnt_data .btn {
  border: 0;
  padding: 14px 40px;
  border-radius: 6px;
}

.bnt_data .btn p {
  color: var(--cor-texto-var);
}

/* Listagem de peças   ========================================== */
.list_product {
  display: flex;
  gap: 40px;
}
.sidebar_product_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.search-bar {
  width: 100%;
  padding: 10px 5px 8px 35px;
  border-radius: 6px;
  border: 1px solid #9f9f9f;
}

.search-bar:focus-visible {
  outline: 0;
}

.icone_search {
  left: 10px;
  top: 12.5px;
}

.sidebar_product {
  width: 100%;
  max-width: 360px;
}
.sidebar_product h2 {
  font-weight: 400;
  font-size: 20px;
}
.sidebar_product h3 {
  font-weight: 400;
}

.sidebar_product .categories {
  list-style: none;
  padding-inline-start: 0px;
}
.sidebar_product .categories ul label {
  display: flex;
}
.sidebar_product .categories ul {
  padding-inline-start: 0;
}
.sidebar_product .categories ul li {
  list-style: none;
  display: flex;
  padding-bottom: 5px;
}
.sidebar_product .categories ul li label {
  width: 100%;
  justify-content: space-between;
  padding-left: 5px;
}
.sidebar_product .categories ul li label span {
  color: var(--cor-texto-var1);
  font-size: 14px;
}

.sidebar_product .categories .subcategories {
  padding-left: 20px;
  padding-bottom: 10px;
}
.sidebar_product .line {
  margin: 20px 0 20px 0;
}
.close_filter {
  display: none;
}
.peca_list_container {
  width: 100%;
}
.peca_list_container_div {
  width: 100%;
}
.peca_list_container .filter-container {
  padding: 0;
}
.btn_download .btn {
  padding: 12px 5px;
  border-radius: 5px;
  border: none;
  width: 100%;
}
.btn_download .btn p {
  color: var(--cor-texto-var);
}

.list_product .list_peca {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 20px;
  width: 100%;
}
.list_product .list_peca .peca {
  width: calc(33.3% - 20px);
}
.list_product .list_peca .peca img {
  width: 325px;
  /* height: auto; */
  height: 351px;
}
.list_product .list_peca .pecas_text_descript {
  text-align: center;
}
.list_product .list_peca .pecas_text_descript h3 {
  font-weight: 400;
  padding-bottom: 15px;
  padding-top: 10px;
}
.list_product .list_peca .pecas_text_descript p {
  font-weight: 300;
}

.btn p {
  color: var(--cor-texto-var);
}

.other_peca .list_peca {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 20px;
  width: 100%;
  justify-content: center;
}
.other_peca .section_titles h2 {
  text-align: center;
}

.other_peca .list_peca .peca img {
  width: 100%;
  height: auto;
}
.other_peca .list_peca .pecas_text_descript {
  text-align: center;
}
.other_peca .list_peca .pecas_text_descript h3 {
  font-weight: 400;
  padding-bottom: 15px;
  padding-top: 10px;
}
.other_peca .list_peca .pecas_text_descript p {
  font-weight: 300;
}

.peca_pag h2 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
}
.peca_pag .form-group div {
  width: 100%;
}
.peca_pag .form-group div input {
  padding: 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  background: var(--cor-input);
}
.peca_pag .form-group-one {
  margin-bottom: 10px;
}
.peca_pag .form-group-one input {
  padding: 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  background: var(--cor-input);
}

.peca_pag .special_textarea {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.peca_pag .special_textarea textarea {
  padding: 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  background: var(--cor-input);
}

.special_textarea textarea:focus-visible {
  outline: 0;
}
.peca_pag .btn_end {
  width: 100%;
  justify-content: end;
  display: flex;
}
.peca_pag .btn_end button {
  border: 0;
  padding: 15px 55px;
  border-radius: 6px;
}

.tags {
  display: flex;
}
.tags_one {
  background: var(--cor-input);
  padding: 4px 10px;
  color: var(--cor-tags);
  border-radius: 8px;
}
.tags_one p {
  color: var(--cor-tags);
}
.tags_two {
  padding: 4px 10px;
}
.tags_two p {
  color: var(--cor-texto-var1);
}

/* About ========================================== */

.valores-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.valor {
  width: 100%;
  max-width: 450px;
}
.valor img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.valor_text {
  padding-top: 10px;
}
.valor_text h3 {
  padding-bottom: 10px;
  font-weight: 400;
}

.about_slider {
  border: 1px solid red;
}

/*SLIDE COPIA CANEVI */

/* SlideShow's homepage*/
.swiper {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.explore-swiper .swiper-slide {
  /* TAMANHO MÁXIMO DE CADA CARD-PRODUCT */
  max-width: 440px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 440px;
  height: auto;
}

.stop-scroll-horziontal {
  width: 100%;
  overflow: hidden;
}

.swiper-button-next-explore,
.swiper-button-prev-explore {
  transition: all 400ms;
  opacity: 0;
  z-index: 10;
  position: absolute;
  right: 0;
  /* HEIGHT DA IMAGEM ESTÁTICA DO SLIDE = 383PX*/
  /* PARA AS ARROWS FICAREM CENTRADAS PELA IMAGEM, e não pela card-product */
  top: calc(400px / 2);
  background-color: white;
  width: 48px;
  height: 48px;
  border-radius: 64px;
  border: 1px solid rgb(226, 226, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-next-explore,
.swiper-button-prev-explore {
  /* HEIGHT DA IMAGEM ESTÁTICA DO SLIDE = 322PX*/
  top: calc(440px / 2);
}

.swiper-button-next-explore:hover,
.swiper-button-prev-explore:hover {
  border: 1px solid rgb(180, 180, 180);
}

.swiper-button-next-explore img {
  transform: rotate(180deg);
}

.swiper-button-next-explore {
  right: 10px;
}

.swiper-button-prev-explore {
  left: 10px;
}

.swiper-button-disabled {
  z-index: 0;
  opacity: 0 !important;
}

.explore-swiper .swiper-button-next-explore,
.explore-swiper .swiper-button-prev-explore,
.explore-swiper:hover .swiper-button-next-explore,
.explore-swiper:hover .swiper-button-prev-explore {
  opacity: 1;
}

/*.grid-container {
  max-width: 1402px;
  margin: 0 auto;
  box-sizing: border-box;
}*/

/* SlideShow's homepage end*/
/*SLIDE COPIA CANEVI END*/

.swiper-PLK {
  position: relative;
}

/*timeline*/
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
}

.timeline {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.timeline .swiper-container {
  /*height: 600px;*/
  height: 800px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 610px;
  right: 50%;
  top: 13%;
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
  color: var(--cor-texto-var);
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
  color: var(--cor-texto-var);
  font-size: 20px;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: var(--cor-texto-var);
  margin: 15px 0 !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--cor-texto-var);
  transform: scale(0);
  transition: 0.2s;
}
.timeline .swiper-pagination-bullet-active {
  color: var(--cor-texto-var);
  font-weight: 500;
}
.timeline .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("../i/material-symbols_arrow-forward-ios-rounded-left.png");
}
.timeline .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("../i/material-symbols_arrow-forward-ios-rounded-right.png");
}
.timeline .swiper-button-next:hover {
  transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 2%;
    left: auto;
    right: 15%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 2%;
    right: 15%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 25%;
  }
}
/*timeline end*/

/*GALLERY*/
.gallery-plk {
  display: flex;
  gap: 27px;
  flex-wrap: nowrap;
  flex-direction: row;
}

.gallery-plk .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mb-3 {
  margin-bottom: 27px;
}
/*GALLERY end*/

/*ajustes finais*/

.btn_recovery {
  background-color: var(--cor-btn) !important;
  color: var(--cor-texto-var);
  border: 0 !important;
  width: 100%;
}
.recovery_title h2 {
  font-weight: 400;
}

select {
  padding: 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  background: var(--cor-input);
  width: 100%;
  color: var(--cor-texto);
}

.content_account h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.h3_special_account {
  font-weight: 600;
}
.price_div select {
  border: 1px solid #ccc;
  background: none;
}

.servico_pag_container .servico_pag_container_text {
  width: 70%;
}
.servico_pag_container .product_div_img {
  width: 30%;
}

.peca_list_container .product_div_img img {
  width: 100% !important;
  height: auto !important;
}
.search-box form {
  display: flex;
  width: 100%;
}
.form-group-one .select:focus-visible {
  outline: 0;
}
.form-group-one select:focus-visible {
  outline: 0;
}
.btn_end .btn {
  background-color: var(--cor-btn);
  padding: 15px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  max-width: 250px;
  text-align: center;
  font-size: 16px;
}

/*PARA ELIMINAR DEPOIS ////  TESTE ---------------------------------------------
-------------------------------------------------------------------------------*/
.job-descript-form {
  display: none;
}
.filter_mobile .categories,
.filter_mobile .line,
.filter_mobile .relative,
.filter_mobile h3 {
  display: none;
}
.filter-container {
  display: none;
}
.formacao_img_text .buttons {
  display: none;
}

/*User Profile Menu <ul>*/

#li_profile_menu {
  position: relative;
  pointer-events: none;
}

#li_profile_menu a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  pointer-events: all;
}

#li_profile_menu img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

#li_profile_menu a:hover,
#li_profile_menu a:focus {
  pointer-events: auto;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

/* MAPA --------------------------- */

.map-container {
  height: 450px;
}

.map-container #map {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.about_us_section p {
  margin-bottom: 8px;
}
