@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");

/* MEDIA QUERYS COMO FUNCIONAM */
/* *************************** 

DESKTOP -> +1201px
TABLET -> 841px - 1200px
MOBILE -> -840px
   
OUTRAS MEDIDAS
  -648px -> UTILIZADO PARA PASSAR DO FOOTER TABLET PARA MOBILE + OUTROS COMPONENTS
  -405px -> UTILIZADO PARA A SECÇÃO DE ACESSÓRIOS DO PRODUTO

*/

:root {
  --botao-primario: #3877C9;
  --text-color: #333;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  justify-content: space-between;
  align-items: center;
  display: fixed;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 24;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212741;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: auto;
  color: #333333;
}

.logo img {
  width: 84px;
  height: 48px;
}

.icon-link {
  background: none;
  padding: 14px;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.nav .icon-link {
  background: none !important;
  padding: 16px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #212741;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.header-area {
  position: absolute;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 120px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
  width: 160px;
}

.background-header .nav {
  margin-top: 18px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 32px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  width: 100%;
  display: flex;
}

.header-area .main-nav .nav li {
  padding: 0 24px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav-actions>a:last-child {
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans";
  background-color: var(--botao-primario);
  padding: 8px 16px;
  display: flex;
  border-radius: 99px;
  font-weight: 400;
  text-transform: capitalize;
  height: auto;
  line-height: normal;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  gap: 16px;
}

.nav-actions > a:last-child:hover {
  background-color: #2f569f;
}

.header-area .main-nav .nav li:last-child a:hover {
  color: #fff;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--botao-primario);
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--botao-primario);
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #fff;
  color: var(--botao-primario) !important;
  padding-left: 20px;
  height: 40px;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  font-weight: 400;
  /* border-bottom: 1px solid #eee; */
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: var(--botao-primario) !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: var(--botao-primario);
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ff511a !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area .container-prod {
    padding: 0px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff511a !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    min-width: 180px;
    background: var(--botao-primario);
    z-index: 99;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: auto;
    box-shadow: none;
    padding-bottom: 5px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: #3b566e;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-nav {
  display: flex;
  flex-direction: row;
  padding: 32px 48px;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  margin: auto;
}

.nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.nav-items>li>a {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.nav-items>li>a:hover {
  color: var(--botao-primario);
}

.buttons-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.btn-buy-box {
  background-color: var(--botao-primario);
  padding: 8px 16px;
  border-radius: 99px;
  height: auto;
  line-height: normal;
  transition: all 0.3s;
  justify-content: center;
  display: flex;
}

.btn-buy-box a {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  gap: 16px;
  color: #fff;
  font-weight: 400;
  justify-content: center;
}

.btn-buy-box:hover {
  background-color: #2f569f;
}

.btn-secundario-buy-store {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-color: var(--botao-secundario);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 99px;
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secundario-buy-store a {
  font-size: 16px;
  color: #fff;
}

.other-options {
  position: absolute;
  opacity: 1;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.10), 0 1px 4px 0 rgba(12, 12, 13, 0.05);
  background: #FFF;
  z-index: 20;

  /* Initially hide the submenu */
  visibility: hidden;
  opacity: 0;
  transform: translateX(20px);
  /* Add a subtle slide-in effect */
  transition: visibility 0s 0.3s, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* 
---------------------------------------------
NORMALIZE
--------------------------------------------- 
*/

@media (min-width: 1201px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media (min-width: 1131px) and (max-width: 1200px) {
  .hidden-desktop-xs {
    display: none !important;
  }
}

@media (min-width: 841px) and (max-width: 1130px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 840px) {
  .hidden-mobile {
    display: none !important;
  }
}

.half-page {
  height: 50vh !important;
}

.op-none {
  opacity: 0;
}


.d-none {
  display: none;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.breadcrumbs a {
  color: #777 !important;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumbs a:not(:last-child):hover {
  color: var(--botao-primario) !important;
}

.hidden {
  display: none !important;
}

/* 
---------------------------------------------
MEGAMENU
--------------------------------------------- 
*/

.header-area-mega {
  background-color: #f6f6f6;
  width: 100vw;
  padding-bottom: 32px;
}

.header-nav-mega {
  display: flex;
  flex-direction: column;
}

.header-nav-mega-menu {
  display: flex;
  flex-direction: row;
  padding: 32px 48px;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
}

.nav-items-mega {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.nav-items-mega>li>a {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
}

.nav-items-mega>li>a:hover {
  color: var(--botao-primario);
}

.nav-items-mega>li.active {
  background-color: var(--botao-primario);
  color: white;
  border-radius: 8px;
  padding: 0 8px;
}

.nav-items-mega>li.active a {
  color: white;
}

.nav-items-mega>li:first-child:active {
  background-color: #023163;
  transform: translateY(2px);
}

.submenu-mega {
  display: flex;
  background: #f6f6f6;
  padding: 0 48px;
  gap: 48px;
  width: 100%;
  align-items: flex-start;
  max-width: 1280px;
}

.submenu-mega-container {
  display: flex;
  height: auto;
  width: 60%;
  align-items: flex-start;
  justify-content: space-between;
}

.submenu-mega-list {
  display: flex;
  padding-left: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  border-left: 3px solid var(--text-color);
}

.submenu-mega-option-title {
  display: flex;
  padding-left: 8px;
  align-items: flex-start;
}

.submenu-mega-option-title a {
  color: var(--text-color);
  font-weight: 600;
}

.submenu-mega-option {
  position: relative;
  display: flex;
  padding: 8px;
  align-items: flex-start;
}

.sub-submenu-mega {
  position: absolute;
  top: 0;
  /* Align with the top of the parent li */
  left: 100%;
  /* Position it to the right of the parent li */

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.10), 0 1px 4px 0 rgba(12, 12, 13, 0.05);
  background: #FFF;
  z-index: 20;

  /* Initially hide the submenu */
  visibility: hidden;
  opacity: 0;
  transform: translateX(20px);
  /* Add a subtle slide-in effect */
  transition: visibility 0s 0.3s, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.sub-submenu-mega-option {
  width: 200px;
  padding: 8px;
  align-items: center;
  background: #FFF;
}

ul.sub-submenu-mega {
  border-radius: 8px;
  overflow: hidden;
}

.sub-submenu-mega-option:hover {
  background: var(--botao-primario);
  color: #fff;
}

.sub-submenu-mega-option:hover>li {
  color: #fff;
}

.sub-submenu-mega-option>a {
  color: #333;
}

.sub-submenu-mega-option:hover>a {
  color: #fff;
}

.submenu-mega-option>a {
  color: #333;
}

.submenu-mega-option-serie:hover>.sub-submenu-mega {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  /* Animate to its final position */
  transition: visibility 0s, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.submenu-mega-option-serie {
  position: relative;
  /* This is crucial for positioning the submenu */
  display: flex;
  width: 100%;
  padding: 8px;
  z-index: 10;
}

.submenu-text-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.submenu-mega-option-serie li {
  color: var(--text-color);
  text-decoration: none;
}

.submenu-mega-images {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 40%;
}

.sub-estab-image {
  width: 80%;
}

.mega-image-full {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;

}

.mega-image-full img {
  height: 180px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.mega-txt-overlay {
  display: flex;
  padding: 8px;
  gap: 8px;
  position: absolute;
  align-items: center;
  bottom: 1%;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.mega-txt-overlay:hover {
  color: white !important;
}

.mega-txt-overlay svg {
  min-width: 14px;
  min-height: 10px;
}

.mega-image-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.mega-image-item1 {
  display: block;
  height: 180px;
  flex: 1 1 0;
  align-items: center;
  position: relative;
  min-width: 0;
}

.mega-image-item1 img {
  display: block;
  height: 180px;
  width: 100%;
  align-items: center;
  object-fit: cover;
  position: relative;
  border-radius: 8px;
  min-width: 0;
}

.mega-image-item2 {
  display: block;
  height: 180px;
  flex: 1 1 0;
  align-items: center;
  position: relative;
  border-radius: 8px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0.12%,
      rgba(0, 0, 0, 0.4) 100%),
    url("https://r.djiportugal.pt/imagens/loja-bg.jpg") no-repeat center / cover;
  min-width: 0;
}

/* .mega-image-list img {
    height: 180px;
    flex: 1 1 0;
    object-fit: cover;
    min-width: 0;
    display: block;
    border-radius: 8px;
} */

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

.orange-link {
  color: orange;
  text-decoration: none;
}

.orange-link:hover {
  color: orange;
}

footer .section {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--text-color);
  padding: 48px 48px 0 48px;
  color: #fff;
}

.footer-content {
  justify-content: flex-start;
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  max-width: 1280px;
}

.footer-column {
  display: flex;
  width: 205px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-t-b {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.footer-column-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 20%;
}

.logo {
  width: 84px;
  height: 48px;
  color: white;
}

.social-icon img {
  width: 32px;
  height: 32px;
}

.footer-column-right {
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  width: 80%;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 4px;
}

.footer-description {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.social-icon {
  width: 32px;
  height: 32px;
  color: #ccc;
  cursor: pointer;
}

.footer-title {
  display: flex;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: flex-start;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  align-self: stretch;
}

.footer-link {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: flex-start;
}

.footer-link:hover {
  color: #ff9000;
}

.footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
  width: 100%;
  border-top: 1px solid #ccc;
  max-width: 1280px;
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
  margin-left: 0;
  margin-right: 0;
}

.footer-bottom-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Open Sans";
}

.footer-bottom-link i {
  color: #ff9000;
}

.footer-bottom-link:hover {
  color: #ff9000;
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.iservices-logo {
  display: flex;
  align-items: center;
  gap: 2px;
}

.iservices-badge-box {
  display: flex;
  flex-direction: column;
  height: auto;
}

.iservices-badge {
  background-color: #d47800;
  border-radius: 0;
  padding: 1px 2px;
  font-size: 10px;
  color: #fff;
  display: flex;
  padding: 1px 2px;
  font-weight: 600;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

/* 
---------------------------------------------
Quadrantes
--------------------------------------------- 
*/

/* body {
  background-color: #f5f5f5;
} */

.new-products {
  background-color: #f6f6f6;
}

.product-img-new {
  width: 100%;
  height: 350px;
  object-fit: cover;
  flex-shrink: 0;
}

.product-img-new img {
  transform: scale(1.5);
}

.container-prod {
  display: flex;
  flex-direction: row;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: center;
  padding: 48px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  width: 100%;
}

.carrousel {
  position: relative;
  width: 100%;
  height: 425px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #333;
}

.carrousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.carrousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.carrousel-content {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  padding: 0 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carrousel-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: -0.4px;
  text-shadow: 0px 0px 8px #000000;
}

.carrousel-subtitle {
  font-size: 20px;
  color: #f7f7f7;
  text-align: center;
  margin-top: 0;
  text-shadow: 0px 0px 4px #000000;
}

.btn-secundario {
  position: absolute;
  width: fit-content;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px;
  background-color: var(--botao-secundario);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secundario:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.saiba-mais-text {
  font-size: 20px;
  color: #fff;
}

.saiba-mais-icon {
  transform: rotate(180deg);
  color: #fff;
  min-width: 17px;
}

.small-carrousel {
  height: 275px;
}

@media (max-width: 480px) {

  .carrousel,
  .small-carrousel {
    height: 250px;
  }

  .carrousel-title {
    font-size: 24px;
  }

  .carrousel-subtitle {
    font-size: 16px;
  }

  .saiba-mais-text {
    font-size: 16px;
    font-weight: 600;
  }
}

/* 
---------------------------------------------
Serviços DJI
--------------------------------------------- 
*/

.servicos-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.container-servicos {
  width: 100%;
  max-width: 1280px;
  display: flex;
  gap: 48px;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.header-servicos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 0 16px;
}

.header-servicos h1 {
  font-size: 36px;
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: -0.4px;
}

.header-servicos p {
  font-size: 20px;
  color: #333;
  text-align: center;
}

.cards-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-content: center;
}

.card {
  flex: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 32px 24px;
  align-items: center;
  box-sizing: border-box;
  align-self: stretch;
}

.card:hover {
  border: 3px solid #00aaf5;
}

.card:hover .card-button {
  background-color: #00aaf5;
  border: none;
}

.card:hover .card-button span,
.card:hover .card-button .arrow-icon {
  color: #fff;
}

.card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103.729px;
  height: 120px;
  aspect-ratio: 103.73/120;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-text h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: -0.4px;
}

.card-text p {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.4;
}

.card-button {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
}

.card-button span,
.card-button .arrow-icon {
  color: #333;
}

.card-button:hover {
  background-color: #00aaf5;
}

.card-button:hover span,
.card-button:hover .arrow-icon {
  color: #fff;
}

.arrow-icon {
  min-width: 17px;
  height: 17px;
  color: inherit;
}

.button-content {
  display: flex;
  padding: 8px 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.button-content span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.button-content i {
  color: #333;
}

@media (max-width: 768px) {
  .header h1 {
    font-size: 30px;
  }

  .header p {
    font-size: 18px;
  }

  .card {
    width: 100%;
    max-width: 100%;
  }
}

.header h1 {
  font-size: 24px;
}

.header p {
  font-size: 16px;
}

/* 
---------------------------------------------
Categorias Drones
--------------------------------------------- 
*/

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f6f6f6;
}

.categories-section {
  background-color: #f6f6f6;
}

.categories-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.categories-title {
  width: 100%;
  text-align: center;
  color: var(--text-color);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.categories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 48px;
  gap: 24px;
  width: 100%;
}

.category-card {
  position: relative;
  width: 100%;
  height: 349px;
  border-radius: 16px;
  overflow: hidden;
}

.category-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.category-image.zoomed {
  opacity: 0;
}

.category-card:hover .category-image.normal {
  opacity: 0;
}

.category-card:hover .category-image.zoomed {
  opacity: 1;
}

.category-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  gap: 8px;
}

.category-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.category-description {
  color: #cccccc;
  font-size: 16px;
  font-weight: 600;
}

.category-products {
  color: #cccccc;
  font-size: 16px;
  font-weight: 600;
}

.category-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

@media (max-width: 900px) {
  .categories-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .categories-title {
    font-size: 28px;
  }

  .categories-container {
    padding: 0 16px;
    gap: 16px;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
  filter: brightness(70%);
}

.image-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}

.image-background img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(70%);
}

.swiper-container {
  height: 100vh;
  margin: 0px;
  background-color: transparent;
  position: relative;
  z-index: 0;
}

.main-content {
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding: 0 96px;
}

.centered-text {
  font-size: 48px;
  font-family: "Open Sans";
  font-weight: 600;
  color: white;
  text-align: center;
  animation: slideUp 1.5s ease-out forwards;
}

.otherpage-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  z-index: 1;
}

.btn-contact {
  width: fit-content;
  display: flex;
  padding: 8px 24px;
  flex-direction: row;
  align-items: center;
  gap: 16px;

  border: none;
  border-radius: 99px;
  background: var(--botao-primario);

  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

@keyframes slideUp {
  from {
    bottom: -100px;
    opacity: 0;
  }

  to {
    bottom: 50%;
    opacity: 1;
  }
}

.subtitle {
  align-items: center;
  display: flex;
  justify-content: center;

  color: white;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.swiper-slide {
  overflow: hidden;
  z-index: 1;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

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

  z-index: 1;
  pointer-events: none;
}

.swiper-slide-active h2 {
  animation: fadeInLeft 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.slide-inner {
  position: relative;
  z-index: 1;
}

.slide-inner .header-text {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide-inner .header-text h2 {
  text-align: center;
  z-index: 2;
  font-size: 48px;
  font-family: "Open Sans";
  color: #fff;
  font-weight: 600;
  opacity: 1;
  visibility: visible;
  line-height: normal;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #ff511a;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

/*
---------------------------------------------
DJI Lisboa
---------------------------------------------
*/

body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
}

.socials-section {
  background-color: #fff;
}

.social-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px;
  width: 100%;
}

.profile-info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.profile-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 0.84px solid #cccccc;
  overflow: hidden;
  background-color: #333;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.profile-name {
  font-size: 32px;
  font-weight: 600;
  color: var(--text-color);
  letter-spacing: -0.4px;
}

.profile-username {
  font-size: 20px;
  font-weight: 600;
  color: #777777;
}

.instagram-button {
  background: linear-gradient(92deg, #3877C9 0.04%, #291ba6 100.04%);
  color: white;
  border: none;
  border-radius: 99px;
  padding: 8px 24px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.instagram-gallery {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 24px;
  padding: 0 48px;
  width: 100%;
  min-width: 0;
}

.gallery-item {
  flex: 1;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #333;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .profile-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .instagram-button {
    align-self: stretch;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .profile-header {
    padding: 0 24px;
  }
}

/* 
---------------------------------------------
Recomendações
--------------------------------------------- 
*/

.blog-section {
  background-color: var(--text-color);
}

.blog-container {
  padding: 48px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.blog-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.blog-content {
  display: flex;
  gap: 48px;
  width: 100%;
}

.blog-text {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  max-width: 431px;
}

.blog-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.4px;
}

.blog-description {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}

.blog-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.blog-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-button {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;

  -webkit-tap-highlight-color: transparent;

  outline: none;

  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.blog-navigation {
  display: flex;
  gap: 18px;
}

.nav-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.nav-button i {
  color: #333;
}

.blog-images {
  position: relative;
  width: 669px;
  height: 323px;
  overflow: hidden;
  border-radius: 24px;
}

.blog-image {
  width: 334px;
  height: 285px;
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
}

.blog-image-main {
  width: 365px;
  height: 323px;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #333;
  background-image: url("https://via.placeholder.com/365x323");
  object-fit: cover;
  background-position: center;
}

.slide-bar-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.slide-bar-bg {
  display: flex;
  flex-direction: row;
  width: 57%;
  margin-top: 16px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.slide-bar {
  position: relative;
  width: 33.33%;
  height: 10px;
  background-color: #fff;
  border-radius: 8px;
}

.slide-dot {
  width: 30px;
  height: 4px;
  background: #666;
  border-radius: 2px;
  opacity: 0.4;
  transition: opacity 0.3s, background 0.3s;
}

.slide-dot.active {
  background: #fff;
  opacity: 1;
}

/* 
---------------------------------------------
Informações Loja
--------------------------------------------- 
*/

body {
  font-family: "Open Sans", sans-serif;
  color: #333;
}

.section-loja {
  background-color: #f6f6f6;
}

.loja-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px;
}

.content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
}

.info-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05), 0 1px 4px rgba(12, 12, 13, 0.1);
}

.info-phone {
  margin-left: 12px;
}

.card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background-color: #fff;
  padding: 0;
  gap: 16px;
  border: none;
}

.store-name {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.4px;
}

.more-info-btn {
  background-color: var(--botao-primario);
  color: white;
  border-radius: 99px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
  cursor: pointer;
}

.more-info-btn:hover {
  background-color: #2f569f;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.info-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.icon-wrapper {
  width: 32px;
  height: 32px;
  background-color: #f1f1f1;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-fix {
  padding-left: 8px;
}

.info-title {
  font-size: 20px;
  color: #333333;
  text-decoration: none;
}

.info-subtitle {
  font-size: 12px;
  color: #776;
}

.map-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mapa-loja-home {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gm-style-cc {
  display: none !important;
}

.visit-btn-wrapper {
  position: absolute;
  display: flex;
  bottom: 0;
  padding: 16px 24px;
  width: 100%;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 300px;
}

/* .visit-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  padding: 8px 24px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.visit-btn:hover {
  background-color: var(--botao-primario);
  backdrop-filter: none;
  border: none;
  color: white !important;
  transition: all 0.5s ease-in-out;
} */

.loja-fisica-section {
  background-color: #f6f6f6;
  margin: 0px;
}

/*  **********************************************
*********** TABLET/MOBILE MEDIA QUERY   **********
**********************************************  */

/*********** Header ***********/

@media (max-width: 1200px) {
  .main-content {
    padding: 0 48px;
  }

  .submenu-mega-container {
    width: 100%;
  }

}

@media (max-width: 940px) {
  .header-nav {
    padding: 24px;
  }

  .nav-items {
    gap: 16px;
  }
}

@media (max-width: 840px) {
  .logo-group {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .main-content {
    padding: 0 24px;
  }

  .centered-text {
    font-size: 36px;
    line-height: 48px;
  }

  .subtitle {
    font-size: 20px;
  }

  .menu-group {
    display: flex;
    width: 28px;
    height: 28px;
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 470px) {
  .header-nav {
    padding: 16px;
  }

  .logo {
    height: 32px;
    width: 64px;
  }

  .nav-actions>a:last-child {
    font-size: 12px;
    gap: 8px;
    font-weight: 600 !important;
  }

  .icon-link {
    padding: 0;
  }

  .icon-link svg {
    height: 24px;
  }

  .logo-group {
    gap: 16px !important;
  }

  .menu-group {
    display: flex;
    width: 20px;
    height: 20px;
    flex-direction: column;
    gap: 3px;
  }

  .icon-logo-mobile {
    gap: 16px !important;
  }

  .nav-actions {
    gap: 16px;
  }
}

/*********** SIDE MENU HEADER ***********/
@media (min-width: 841px) {
  .header-mobile {
    display: none;
  }
}

@media (max-width: 840px) {
  .header-mobile {
    display: block;
    position: fixed;
    align-items: flex-start;
    left: 0;
    z-index: 100;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
  }

  .header-mobile.is-open {
    transform: translateX(0);
  }

  .header-mobile.is-close {
    visibility: hidden;
    opacity: 0;
    transition: none;
  }

  .nav-mobile {
    display: flex;
    width: 60vw;
    height: 100vh;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: scroll;
    padding-bottom: 24px;

    background: #f6f6f6;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21);
  }

  .header-mobile-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 24px 16px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
  }

  .icon-logo-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .categories-mobile-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }

  .category-mobile-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .icon-type-box {
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;

    background: #fff;
  }

  .text-title-mobile {
    color: #333;
    font-size: 16px;
    font-weight: 400;
  }


  .category-type-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .category-options-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
  }

  .category-options-series {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
  }

  .side-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
  }


  .side-option-series {
    display: flex;
    padding-left: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    margin-bottom: 2px;
  }

  .side-option-series>.type-mobile-box {
    border-radius: 8px 0 0 8px;
  }

  .side-option-series>.type-mobile-box:focus {
    background: var(--botao-primario);
  }

  .type-mobile-box {
    display: flex;
    flex-direction: row;
    padding: 12px 16px;
    justify-content: space-between;
    align-self: stretch;

    background: #fff;
  }

  .text-mobile-nav {
    color: #333;
    font-size: 16px;
    font-weight: 400;
  }

  /* .side-option-series > .type-mobile-box > .text-mobile-nav:focus-within{
    color: #FFF !important;
  } */
}

@media (max-width: 650px) {
  .nav-mobile {
    width: 100vw;
  }
}

/*********** Footer ***********/

@media (max-width: 1280px) {
  footer .section {
    padding: 24px 24px 0 24px;
  }

  .footer-column-right {
    gap: 24px;
    justify-content: space-between;
  }

  .footer-column-left {
    width: 30%;
  }

  .footer-column {
    width: 180px;
  }
}

@media (max-width: 1130px) {
  footer .section {
    padding: 24px 0 0 0;
    gap: 32px;
  }

  .footer-content {
    padding: 0 24px;
    margin: 0;
    gap: 32px;
    flex-direction: column;
    align-self: stretch;
  }

  .footer-column-left {
    width: 100%;
  }

  .footer-t-b {
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer-column-right {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .footer-column {
    flex-direction: column;
    gap: 24px;
    padding: 16px 0;
    justify-content: space-between;
    width: 100%;
  }

  .footer-bottom {
    padding: 24px;
    align-self: stretch;
    border: none;
    background-color: #444;
  }

  .footer-column-mobile {
    display: flex;
    flex-direction: row;
    align-self: stretch;
    width: 100%;
  }

  .icon-rotation {
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 650px) {
  .footer-bottom {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/*********** HOME PAGE ***********/

@media (max-width: 1200px) {
  .carrousel {
    height: 300px;
  }

  .card {
    padding: 24px 24px;
  }

  .cards-container {
    grid-template-columns: repeat(2, 2fr);
  }

  .card:last-child {
    grid-column: 1 / -1;
  }

  .container-prod {
    padding: 24px;
    flex-direction: column;
    gap: 24px;
  }

  .more-info-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 0;
  }

  .faqs-container {
    padding: 24px !important;
  }

  .container-servicos {
    padding: 24px;
  }

  .categories-container {
    padding: 24px 0px;
    gap: 32px;
  }

  .categories-title {
    font-size: 32px;
  }

  .blog-section {
    padding: 0;
  }

  .loja-container {
    padding: 24px;
  }

  .instagram-gallery {
    padding: 0 24px;
    grid-template-columns: repeat(2, 2fr);
  }

  .categories-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
  }

  .category-card:last-child {
    grid-column: 1 / -1;
  }

  .social-container {
    padding: 24px 0;
  }

  .blog-content {
    flex-direction: column;
    gap: 32px;
  }

  .blog-text {
    max-width: 100%;
  }

  .blog-images {
    width: 100%;
    height: 300px;
  }

  .blog-image-main {
    width: 60%;
    height: 300px;
  }

  .progress-bar {
    width: 100%;
  }

  .slide-bar-bg {
    width: 100%;
  }

  .blog-description {
    font-size: 20px;
    text-align: center;
  }

  .blog-title {
    text-align: center;
  }

  .nav-button {
    min-width: 42px;
    min-height: 42px;
  }
}

@media (max-width: 840px) {

  .map-card {
    height: 500px;
  }

  .profile-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0 24px;
  }

  .instagram-button {
    align-self: stretch;
    justify-content: center;
  }

  .loja-container {
    padding: 16px;
  }

  .categories-list {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .instagram-gallery {
    padding: 0 16px;
    grid-template-columns: 1fr;
  }

  .cards-container {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .categories-title {
    font-size: 28px;
  }

  .categories-container {
    gap: 16px;
  }

  .header-servicos h1 {
    font-size: 28px;
  }

  .header-servicos p {
    font-size: 16px;
  }

  .container-servicos {
    padding: 24px 0;
  }

  .blog-container {
    padding: 32px;
  }

  .blog-button {
    font-size: 16px;
    padding: 8px 24px;
    width: fit-content;
    justify-content: center;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-description {
    font-size: 14px;
  }

  .blog-images {
    height: 250px;
  }

  .blog-image-main {
    width: 100%;
    height: 250px;
  }

  .blog-description {
    font-size: 16px;
  }

  .container-prod {
    padding: 16px;
    gap: 16px;
  }
}

@media (max-width: 650px) {
  .blog-title {
    font-size: 24px;
  }

  .blog-actions {
    gap: 16px;
  }

  .breadcrumbs {
    flex-wrap: wrap;
  }
}

/* ***** EXPEÇÃO A REGRA ***** */

@media (max-width: 999px) {
  .card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 840px) {
  .content-wrapper {
    flex-direction: column !important;
  }

  .map-image {
    max-height: 400px;
  }

  .more-info-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 0;
  }
}

@media (max-width: 430px) {
  .categories-title {
    padding: 0 24px;
  }

  .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {}

/* @media (max-width: 768px) {
  .blog-title {
    font-size: 28px;
  }

  .blog-description {
    font-size: 14px;
  }

  .blog-images {
    height: 250px;
  }

  .blog-image-main {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 480px) {

  .blog-title {
    font-size: 24px;
  }

  .blog-actions {
    gap: 16px;
  }
} */

.skipContentAccessibility {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}