@charset "UTF-8";
/*!
Theme Name: Atipiko Brands
Theme URI: https://atipikobrands.com/
Author: Atipiko Brands
Author URI: https://atipikobrands.com/
Description: Um tema inclusivo para Atipiko Brands, Lda.
Text Domain: Thema Wordpress com ACF
Version: 1
*/
/* Reset de estilos */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Configurações padrão para blocos */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Reseta a aparência dos botões */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

/* Remove estilos padrão de links */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove a aparência do campo de pesquisa no Safari */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/* Remove a aparência do contorno em formulários no Firefox */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:focus,
input:focus {
  outline: 0;
}

/* Remove a aparência de rolagem de textos em dispositivos móveis */
textarea {
  resize: none;
}

.site-header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}
.site-header.scrolled {
  background-color: #004072;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.site-header .logo img {
  height: 80px;
}
@media (max-width: 575px) {
  .site-header .logo .logo-desktop {
    display: none;
  }
}
.site-header .logo .logo-mobile {
  display: none;
}
@media (max-width: 575px) {
  .site-header .logo .logo-mobile {
    display: block;
  }
}
.site-header .site-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-header .site-navigation .nav-menu {
  display: flex;
  gap: 30px;
  list-style: none;
  justify-content: center;
}
.site-header .site-navigation .nav-menu ul {
  display: flex;
  gap: 30px;
}
.site-header .site-navigation .nav-menu li {
  position: relative;
}
.site-header .site-navigation .nav-menu li a {
  padding: 10px 0;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.site-header .site-navigation .nav-menu li a:hover {
  text-decoration: underline;
}
.site-header .site-navigation .nav-menu li:hover > .sub-menu {
  display: flex;
}
.site-header .site-navigation .nav-menu li:hover > .sub-menu a {
  color: white;
}
.site-header .site-navigation .nav-menu .sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: #026DC6;
  z-index: 10;
  top: 300%;
  padding: 20px;
}
.site-header .btn-white {
  background-color: #004072;
  color: #fff;
}
.site-header .menu-toggle {
  display: none;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  padding: 5px;
}
.site-header .menu-toggle span {
  width: 50px;
  height: 3px;
  background: #fff;
  display: block;
  transition: all 0.3s ease;
}
.site-header .menu-toggle.active span {
  background: #fff;
}
.site-header .menu-toggle.active span:nth-child(2), .site-header .menu-toggle.active span:nth-child(3) {
  display: none;
}
@media (max-width: 1000px) {
  .site-header .site-navigation,
  .site-header .language-switch,
  .site-header .btn-white {
    display: none;
  }
  .site-header .menu-second {
    display: block;
  }
  .site-header .menu-toggle {
    display: flex;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 20px 20px;
  background: #004072;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.6s ease;
  pointer-events: none;
}
.mobile-menu.active {
  transform: translateY(0);
  pointer-events: auto;
}
.mobile-menu .info-contact {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 16px;
  color: #fff;
}
.mobile-menu .contact,
.mobile-menu .info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-menu .contact a,
.mobile-menu .contact p,
.mobile-menu .info a,
.mobile-menu .info p {
  font-size: 16px;
}
.mobile-menu .social-media {
  display: flex;
  gap: 15px;
}
.mobile-menu .social-media a {
  font-size: 16px;
  transition: color 0.3s ease;
  color: #fff;
}
.mobile-menu .mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.mobile-menu .mobile-nav .mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}
.mobile-menu .mobile-nav .mobile-menu-list li a {
  font-size: 18px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  color: #fff;
}
.mobile-menu .mobile-nav .mobile-language-switch {
  font-size: 14px;
}

.language-switch {
  position: relative;
}
.language-switch .current-language {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
}
.language-switch .language-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #004072;
  color: #000000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
}
.language-switch .language-dropdown li a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  color: #000000;
}
.language-switch .language-dropdown li a:hover {
  background: #f0f0f0;
}
.language-switch:hover .language-dropdown {
  display: block;
}

.pll-switcher-select {
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 17px;
}

.language-switch {
  display: flex;
  gap: 10px;
  margin-right: 25px;
  list-style: none;
  padding: 0;
}
.language-switch li a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
}
.language-switch li a.active {
  text-decoration: underline;
}
.language-switch li::after {
  content: "|";
  padding-left: 6px;
  color: #000000;
}
.language-switch li:last-child::after {
  content: "";
}

.site-header .site-navigation .nav-menu li.current-menu-item a,
.site-header .site-navigation .nav-menu li.current_page_item a {
  position: relative;
  color: #fff;
}
.site-header .site-navigation .nav-menu li.current-menu-item a::after,
.site-header .site-navigation .nav-menu li.current_page_item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FE761E;
}

footer {
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  background-color: #004073;
}
@media (max-width: 575px) {
  footer {
    padding: 40px 0;
  }
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  align-items: start;
}
@media (max-width: 575px) {
  .footer-container {
    grid-template-columns: auto;
  }
}
.footer-container a img {
  width: 100px;
  height: 100%;
}

.footer-section h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: white;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.8rem;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-section ul li a:hover {
  color: white;
  transform: translateX(5px);
}

.logo-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .logo-section {
    align-items: center;
    order: -1;
  }
  .footer {
    padding: 2rem 1rem;
  }
}
@media (max-width: 480px) {
  .footer-container {
    gap: 1.5rem;
  }
  .footer-section h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .footer-section ul li a {
    font-size: 0.9rem;
  }
}
body {
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  color: #000000;
  background-color: #fff;
  scroll-behavior: smooth;
}

.cover-image {
  position: relative;
  width: 100%;
}
.cover-image > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

h1,
h2,
h3 {
  font-family: "Helvetica", sans-serif;
  margin-bottom: 0.625rem;
}

h1, h2 {
  font-size: 2.1875rem;
  line-height: 1.1;
}
@media (max-width: 1000px) {
  h1, h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 1.5625rem;
  line-height: 1;
}
@media (max-width: 575px) {
  h3 {
    font-size: 1.25rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.4;
}

.p-text {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 575px) {
  .p-text {
    width: 100%;
  }
}
.p-text h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  margin: 28px 0 18px;
}
.p-text h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 24px 0 16px;
}
.p-text p,
.p-text span {
  font-size: 1.0625rem;
  margin-bottom: 25px;
}
.p-text p:last-child,
.p-text span:last-child {
  margin-bottom: 20px;
}
.p-text blockquote {
  font-style: italic;
  border-left: 4px solid #ccc;
  padding-left: 16px;
  margin: 20px 0;
  color: #666;
}
.p-text ul,
.p-text ol {
  padding-left: 15px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.p-text ul {
  list-style-type: disc;
}
.p-text ol {
  list-style-type: decimal;
}
.p-text a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.p-text a:hover {
  color: #0f5bb5;
  text-decoration: underline;
}
.p-text u {
  text-decoration: underline;
}
.p-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
}
.p-text strong {
  font-weight: bold;
}
.p-text em {
  font-style: italic;
}

.container {
  max-width: 1250px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 30px;
  }
}

.mg-mx {
  margin: 100px 0;
}
@media (max-width: 575px) {
  .mg-mx {
    margin: 50px 0;
  }
}

.mg-md {
  margin: 50px 0;
}

.mg-pd {
  margin: 20px 0;
}

.pd-mx {
  padding: 100px 0;
}
@media (max-width: 575px) {
  .pd-mx {
    padding: 50px 0;
  }
}

.pd-md {
  padding: 50px 0;
}

.pd-pd {
  padding: 20px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 35px;
}
@media (max-width: 1000px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 575px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 90dvh;
  overflow: hidden;
}
@media (max-width: 575px) {
  .hero {
    height: 80vh;
  }
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hero .hero_content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 35%;
  color: #fff;
  width: 540px;
  z-index: 10;
}
@media (max-width: 1000px) {
  .hero .hero_content {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .hero .hero_content {
    width: 90%;
  }
}

.about {
  padding: 80px 0;
  background: #f9f9f8;
}
@media (max-width: 1000px) {
  .about {
    padding: 50px 0;
  }
}
.about .about_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .about .about_content {
    grid-template-columns: 1fr;
  }
}
.about .about-text p {
  margin-bottom: 20px;
}
.about .about-tabs .tab-header {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}
.about .about-tabs .tab-header button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 5px;
  position: relative;
}
.about .about-tabs .tab-header button.active {
  font-weight: 600;
  color: #000;
}
.about .about-tabs .tab-header button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: orangered;
}
.about .about-tabs .tab-content .tab-item {
  display: none;
}
.about .about-tabs .tab-content .tab-item.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.about .about-tabs .tab-content .tab-item p {
  font-size: 20px;
  line-height: 1.6;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.why-choose {
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .why-choose {
    padding: 50px 0;
  }
}
.why-choose .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1000px) {
  .why-choose .container {
    grid-template-columns: 1fr;
  }
}
.why-choose h2 {
  width: 270px;
}
.why-choose .accordion .item {
  border-top: 1px solid #999;
  padding: 15px 0;
}
.why-choose .accordion .item:last-child {
  border-bottom: 1px solid #999;
}
.why-choose .accordion .item .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.why-choose .accordion .item .header span {
  font-size: 22px;
  font-weight: normal;
}
@media (max-width: 575px) {
  .why-choose .accordion .item .header span {
    font-size: 18px;
  }
}
.why-choose .accordion .item .icon {
  transition: transform 0.3s;
}
.why-choose .accordion .item .content {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  transition: max-height 0.4s ease;
}
.why-choose .accordion .item.active .icon {
  transform: rotate(180deg);
}
.why-choose .accordion .item.active .content {
  max-height: 200px;
  margin-top: 10px;
}

.servicos {
  padding: 100px 50px;
  background: #004072;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .servicos {
    padding: 50px 20px;
  }
}
.servicos .container {
  overflow: hidden;
  max-width: 1250px;
  padding: 0;
}
.servicos .servicos__header {
  margin-bottom: 35px;
  width: 550px;
}
@media (max-width: 768px) {
  .servicos .servicos__header {
    width: 100%;
    margin-bottom: 15px;
  }
}
.servicos .servico {
  border: 1px solid #fff;
  text-align: center;
}
.servicos .servico h3 {
  font-size: 22px;
  margin-bottom: 1rem;
}
.servicos .servico img {
  width: 100%;
  height: 125px;
  margin-bottom: 1rem;
  object-fit: cover;
}
.servicos .servico p {
  font-size: 17px;
  color: #e0f0ef;
}
.servicos .servico .content_service {
  padding: 20px;
}
.servicos .navg {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.servicos .navg .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.servicos .navg .buttons {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}
.servicos .navg .buttons .swiper-button-prev,
.servicos .navg .buttons .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  cursor: pointer;
}
.servicos .navg .buttons .swiper-button-prev img,
.servicos .navg .buttons .swiper-button-next img {
  width: 30px;
  height: auto;
}
.servicos .navg .swiper-button-next:after,
.servicos .navg .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.servicos .navg .swiper-button-prev:after,
.servicos .navg .swiper-rtl .swiper-button-next:after {
  content: "";
}
.servicos .navg .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #b9b9b9);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.servicos .navg .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #FE761E;
}
@media (max-width: 768px) {
  .servicos .navg {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2.5rem;
    padding: 0 1rem;
  }
}
.servicos .servicos__wrapper {
  overflow: visible;
}

.servico {
  border: 1px solid #fff;
  background: #004072;
  text-align: left;
}
.servico img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.servico .content_service {
  padding: 20px;
}

.cta {
  padding: 6.25rem 0;
  background-color: #FE761E;
}
.cta .container {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.cta .cta-content {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
}
.cta .cta-content h3 {
  font-size: 50px;
}
.cta .cta-content a {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
.cta .cta-content a img {
  margin-right: 10px;
}
.cta .cta-content p {
  margin: 20px 0;
}
.cta .cta-content p:first-child {
  margin-top: 0;
}
.cta .cta-form {
  width: 100%;
}
.cta .cta-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cta .cta-form form input,
.cta .cta-form form select,
.cta .cta-form form textarea {
  width: 48%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #b1b1b1;
  outline: none;
}
.cta .cta-form form input::placeholder,
.cta .cta-form form select::placeholder,
.cta .cta-form form textarea::placeholder {
  color: #dadada;
}
.cta .cta-form form input:focus,
.cta .cta-form form select:focus,
.cta .cta-form form textarea:focus {
  background-color: #fff;
  color: #000;
  border-bottom: 2px solid #004072;
  transition: background 0.3s, border 0.3s;
}
.cta .cta-form form textarea {
  width: 100% !important;
  resize: none;
}
.cta .cta-form form #textarea {
  width: 100%;
  padding: 2.1875rem 1rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cta .cta-form form select {
  background-color: transparent;
}
.cta .cta-form form .mensagem-status {
  width: 100%;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
}
.cta .cta-form form .mensagem-status.ocultar {
  display: none;
}
.cta .cta-form form #mensagem-estado {
  margin-top: 10px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.cta .cta-form form #mensagem-estado.ocultar {
  opacity: 0;
}
@media (max-width: 768px) {
  .cta .container {
    flex-direction: column;
  }
  .cta .cta-content,
  .cta .cta-form {
    flex: 1 1 100%;
  }
  .cta .cta-form form input,
  .cta .cta-form form select {
    width: 100%;
  }
}

.page-content .content {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  padding: 200px 0 80px;
}
.page-content .content h1, .page-content .content h2, .page-content .content h3, .page-content .content h4, .page-content .content h5, .page-content .content h6 {
  margin: 1.5rem 0 1rem;
  font-weight: 700;
}
.page-content .content p {
  margin-bottom: 1rem;
}
.page-content .content a {
  color: #007bff;
  text-decoration: underline;
}
.page-content .content ul, .page-content .content ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.page-content .content blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  font-style: italic;
  color: #666;
}
.page-content .content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}
.page-content .content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.page-content .content table th, .page-content .content table td {
  border: 1px solid #ddd;
  padding: 0.5rem;
  text-align: left;
}

.btn {
  display: inline-block;
  background-color: #004072;
  padding: 15px 20px;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  background-color: #004072;
  color: white;
  border: none;
}

.btn-white {
  display: inline-block;
  background-color: white;
  padding: 15px 20px;
  color: black;
  text-align: center;
  text-decoration: none;
}
.btn-white:hover {
  color: white;
  border: none;
}

/*# sourceMappingURL=style.css.map */
