* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Noto Sans";
}

.white {
  color: #fff;
}

.opacity75 {
  opacity: 0.75;
}

:root {
  --primary: #450f0c;
  --primary-dark: #450f0c;
  --secondary: #b28044;
  --gray01: #212529;
  --gray02: #343a40;
  --gray03: #6e7191;
  --gray04: #a0a3bd;
  --gray05: #d6d8e7;
  --gray06: #f7f7fc;
  --white: #fff;
}

a {
  text-decoration: none;
  color: black;
  display: flex;
}

li {
  list-style: none;
}

.heading56 {
  font-family: "Noto Sans";
  font-size: 56px;
  font-weight: 900;
  line-height: 66px;
}

.heading64 {
  font-family: "Noto Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 72px;
}

.heading48 {
  font-family: "Noto Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 62px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.heading40 {
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
}

.heading36 {
  font-family: "Noto Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
}

.heading32 {
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
}

.heading24 {
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.heading20 {
  font-family: "Noto Sans";
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.heading18 {
  font-family: "Noto Sans";
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.heading16 {
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.body32 {
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}

.body28 {
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 200;
  line-height: 34px;
  letter-spacing: -2px;
}

.body24 {
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.body20 {
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.body18 {
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.body16 {
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.body14 {
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.body12_light {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.body12 {
  font-family: "Noto Sans";
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.button18 {
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: none;
}

.button16 {
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
}

.button14 {
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  border: none;
  width: fit-content;
  text-transform: uppercase;
}

.link16 {
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: none;
  cursor: pointer;
}

.link14 {
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border: none;
  cursor: pointer;
}

.label4 {
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.overline16 {
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.overline14 {
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.font400 {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.semi_bold {
  font-weight: 600;
}

.extra_bold {
  font-weight: 800;
}

button {
  background-color: transparent;
  border: none;
}

.border1 {
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid rgba(73, 80, 87, 0.3);
  width: fit-content;
  transition: all ease 0.5s;
}

.border1:hover {
  transform: scale(0.98);
}

.background_center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.primary {
  color: var(--primary);
}

.orange {
  color: #f36c36;
}

.primary_dark {
  color: var(--primary);
}

.secondary {
  color: var(--secondary);
}

.gray {
  color: var(--gray01);
}

.gray2 {
  color: var(--gray02);
}

.gray3 {
  color: var(--gray03);
}

.gray4 {
  color: var(--gray04);
}

.gray5 {
  color: var(--gray05);
}

.gray6 {
  color: var(--gray06);
}

.white {
  color: var(--white);
}

.light {
  color: #e9f9fc;
}

/* base*/
.container {
  max-width: 1224px;
  margin: 0 auto;
}

.button_primary {
  background: var(--secondary);
  color: var(--white);
  padding: 15px 24px;
  width: fit-content;
  cursor: pointer;
}

.button_primary:hover {
  transform: scale(0.98);
}

.button_secondary {
  background: var(--secondary);
  color: var(--white);
  padding: 16px 32px;
  width: fit-content;
  cursor: pointer;
}

.button_secondary:hover {
  transform: scale(0.98);
}

.button_tird {
  background: var(--primary);
  color: var(--white);
  padding: 16px 32px;
  width: fit-content;
  cursor: pointer;
}

.button_tird:hover {
  transform: scale(0.98);
}

.fit_content {
  width: fit-content;
}

.margin4 {
  margin-bottom: 4px;
}

.margin8 {
  margin-bottom: 8px;
}

.margin12 {
  margin-bottom: 12px;
}

.margin16 {
  margin-bottom: 16px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin24 {
  margin-bottom: 24px;
}

.margin32 {
  margin-bottom: 32px;
}

.margin40 {
  margin-bottom: 40px;
}

.margin48 {
  margin-bottom: 48px;
}

.flex {
  display: flex;
}

.ajust_gap {
  display: flex;
  align-items: center;
}

.ajust_gap4 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ajust_gap8 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ajust_gap12 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ajust_gap16 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.ajust_gap20 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ajust_gap24 {
  display: flex;
  align-items: center;
  gap: 24px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fit_content {
  width: fit-content;
}

.full_width {
  width: 100%;
}

.hover_primary:hover {
  transition: 0.3s;
  color: var(--primary);
}

.hover_secondary:hover {
  transition: 0.3s;
  color: var(--secondary);
}

.padding64 {
  padding: 64px 0;
}

.padding72 {
  padding: 72px 0;
}

.padding80 {
  padding: 80px 0;
}

.padding115 {
  padding: 115px 0;
}

.padding128 {
  padding: 128px 0;
}

@media (max-width: 1000px) {
  .padding64 {
    padding: 60px 20px;
  }

  .padding72 {
    padding: 60px 20px;
  }

  .padding80 {
    padding: 60px 20px;
  }

  .padding115 {
    padding: 60px 20px;
  }

  .padding128 {
    padding: 60px 20px;
  }
}

.text_center {
  text-align: center;
}

.disclaimer_sms {
  color: #f1f3f5;
  text-align: center;

  /* Body/Body14 */
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 8px;
}

@media (max-width: 768px) {
  .heading64 {
    font-size: 38px;
    line-height: 54px;
    font-weight: 700;
  }

  .heading56 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
  }

  .heading48 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }

  .heading40 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
  }

  .body32 {
    font-size: 24px;
    line-height: 28px;
  }
}

.animação {
  transform: translateY(0px);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.inter {
  font-family: "Inter" !important;
}

.font300 {
  font-weight: 300;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

.utm {
  padding: 12px 0;
}

.upper {
  text-transform: uppercase;
}

.opacity9 {
  opacity: 0.9;
}

@media (max-width: 280px) {
  .heading24 {
    font-size: 18px;
    line-height: 26px;
  }

  .body18 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading64 {
    font-size: 27px;
    line-height: 35px;
  }
}

.new_gray1 {
  color: #212529;
}

.new_gray2 {
  color: #343a40;
}

.new_gray3 {
  color: #f1f3f5;
}

.new_gray4 {
  color: #f1f3f5;
}

.new_gray5 {
  color: #f1f3f5;
}


/* components */

header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

.header_top {
  background: var(--primary);
}

.header_top .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 0;
  gap: 32px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
}

.left_nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.list_header {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

.list_header a,
.list_header p {
  padding-bottom: 4px;
}

.socials_header_top {
  display: flex;
  gap: 8px;
}

.mobileMenu div {
  width: 32px;
  height: 2px;
  background: var(--primary);
  margin: 8px;
  transition: 500ms;
  cursor: pointer;
  display: flex;
}

.mobileMenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.MobileMenuActive {
  cursor: pointer;
  display: none;
}

.mobileLinks {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 10;
}

.menu_mobile .logo {
  margin: 0 auto;
}

.menu_mobile {
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 32px;
  z-index: 999;
  overflow: auto;
  display: none;
}

.menu_mobile .logo {
  margin: 0 auto;
}

.content_menu_mobile {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.ajust_space_dropdown_box {
  margin-left: 12px;
}

.mobile_plans_title {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.mobile_plans_links {
  margin-left: 12px;
  display: none;
}

.ajust_mobile {
  display: flex;
  gap: 1rem;
}

.active_menu_mobile {
  display: flex;
}

.dropdown_ajust {
  width: 12px;
  height: 12px;
}

.menu_mobile::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.menu_mobile::-webkit-scrollbar-track {
  background: var(--white);
}

/* Handle */
.menu_mobile::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 12px;
}

/* Handle on hover */
.menu_mobile::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}

.menu_mobile .logo {
  position: relative;
}

.close_menu_mobile {
  position: absolute;
  right: -90px;
  bottom: 30px;
}

.menu_mobile .heading20 {
  font-size: 24px;
}

.menu_mobile .heading18 {
  font-size: 20px;
}

.relative {
  position: relative;
}

.dropdown_outdoor {
  top: 25px;
  left: 30px;
  position: absolute;
  flex-direction: column;
  width: 241px;
  border-top: 2px solid var(--Secondary-Gold, #b28044);
  background: #fff;
  box-shadow: 0px 12px 12px 0px rgba(31, 16, 11, 0.15);
  display: none;
}

.dropdown_outdoor::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}

.active_dropdown_outdoor:hover .dropdown_outdoor {
  display: flex;
}

.dropdown_outdoor:hover {
  display: flex;
}

.dropdown_outdoor a {
  width: 100%;
  padding: 12px 8px 12px 24px;
}

.dropdown_outdoor .link_hover:hover {
  color: #fff !important;
  background-color: var(--secondary) !important;
}

.links_hover {
  border-bottom: 1px solid #efe3d6;
}

.dropdown_about {
  top: 25px;
  right: 145px;
  position: absolute;
  flex-direction: column;
  width: 236px;
  border-top: 2px solid var(--Secondary-Gold, #b28044);
  background: #fff;
  box-shadow: 0px 12px 12px 0px rgba(31, 16, 11, 0.15);
  display: none;
}

.dropdown_about::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}

.active_dropdown_about:hover .dropdown_about {
  display: flex;
}

.dropdown_about:hover {
  display: flex;
}

.dropdown_about a {
  width: 100%;
  padding: 12px 32px;
}

.dropdown_about a:hover {
  color: #fff;
  background-color: var(--secondary);
}

.content_active_dropdown_decks {
  position: absolute;
  border-top: 1px solid var(--Secondary-Gold, #b28044);
  background: #fff;
  box-shadow: 0px 12px 12px 0px rgba(31, 16, 11, 0.15);
  width: 445px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  left: 240px;
  top: -1px;
  display: none;
}

.content_active_dropdown_decks .column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content_active_dropdown_decks div ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.content_active_dropdown_decks div ul li a {
  padding: 0px;
}

.content_active_dropdown_decks div ul li a:hover {
  color: var(--secondary);
}

.column_divider {
  width: 1px;
  background: #efe3d6;
}

.dropdown_decks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown_decks img:first-of-type {
  display: none;
}

.dropdown_decks:hover img:first-of-type {
  display: block;
}

.dropdown_decks:hover img:last-of-type {
  display: none;
}

.dropdown_decks:hover + .content_active_dropdown_decks {
  display: flex !important;
}

.content_active_dropdown_decks:hover {
  display: flex !important;
}

@media (max-width: 1224px) {
  .header_top .container {
    padding: 16px 20px;
    justify-content: center;
  }

  nav {
    padding: 24px 20px;
  }
}

@media (max-width: 1100px) {
  nav div ul {
    display: none !important;
  }

  .list_header {
    display: none;
  }

  .MobileMenuActive {
    display: block;
  }

  .right_nav {
    display: flex;
    gap: 16px;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .right_nav a {
    display: none !important;
  }
}

@media (max-width: 280px) {
  .logo_modal {
    width: 120px;
  }

  .close_menu_mobile {
    top: -2px;
    right: -70px;
  }
}

footer {
  padding: 64px 0px 0px;
  background-color: var(--primary);
}

footer .container .top_footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 16px;
}

.first_box_footer {
  width: 100%;
  max-width: 288px;
}

.box_footer:nth-of-type(3) {
  max-width: 154px;
}

.group_box_footer {
  width: 100%;
  max-width: 896px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 24px;
}

.divider_footer {
  opacity: 0.25;
  background: #fff;
  border: none;
  height: 1px;
}

.group_box_footer .logo {
  width: 100%;
  max-width: 197px;
}

footer .container .box_footer {
  width: fit-content;
}

.socials_footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bottom_footer {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px 0px;
}

.deck_footer {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

@media (max-width: 1224px) {
  footer {
    padding: 60px 20px 0px;
  }

  .group_box_footer {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  footer .container .top_footer {
    flex-direction: column;
    justify-content: flex-start;
  }

  .bottom_footer {
    text-align: center;
    width: 100%;
  }

  .bottom_footer p {
    margin: 0 auto;
  }

  .ajust_footer span {
    display: none;
  }

  .ajust_footer {
    flex-direction: column;
    text-align: center;
  }
}

.right_contact {
  width: 100%;
  max-width: 600px;
  background: var(--Primary-Brown, #450f0c);
  padding: 44px 40px;
}

.text_center {
  width: 100%;
  text-align: center;
}

input[type="radio"] {
  height: fit-content !important;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-color: blue !important;
  border: 5px;
}

.double_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

@media (max-width: 1200px) {

  .section_contact {
    padding: 60px 20px;
  }

  .section_contact .container {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 678px) {
  .right_contact {
    padding: 0px;
  }

  .double_input {
    flex-direction: column;
  }
}

/*----------------- BTN MODAL WHATS ------------------*/

.modal-whats {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 998;
  color: #fff;
  width: 100%;
  max-width: 300px;
  transform: translateX(350px);
  transition: all 0.3s ease-in-out;
}

.modal-whats.active {
  transform: translateX(0);
}

.modal-whats-top {
  display: flex;
  gap: 24px;
  align-items: center;
  background-color: #0a6055;
  padding: 16px 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-whats-top img {
  width: 100px;
  height: auto;
}

.modal-whats-middle {
  background-image: url("/static/themes/decks-by-caio/assets/images/whats-button/bg-whats.webp");
  padding: 32px 16px;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modal-whats-middle input {
  height: 46px;
  width: 100%;
  margin: 0 0 8px;
  background: #ffffff;
  box-shadow: 0px 3px 5px rgba(112, 112, 112, 0.15);
  padding-left: 8px;
  outline: none;
  border: none;
  max-width: inherit;
}

.modal-whats-middle .last-input {
  margin: 0 0 72px;
}

.modal-whats-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  justify-content: center;
  padding: 16px 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modal-whats-bottom .icon-whats {
  position: absolute;
  left: 15%;
  top: 28px;
}

.modal-whats-bottom input[type="submit"] {
  width: 100%;
  margin: 0 auto;
  background-color: #12c655;
  color: #fff;
  cursor: pointer;
}
.label-form {
  position: relative;
}
.label-form-whats {
  position: absolute;
  color: #919191;
  top: 13px;
  left: 8px;
}

.modal-whats-middle input:focus {
  border: 1px solid #07af69;
}

/*-----BTN WHATS FLOATING---------*/
.btn-floating {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 30px 20px 0;
  z-index: 999;
  cursor: pointer;
  animation: pulse 3s infinite;
  background: #12c655;
  padding: 12px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.btn-floating.active {
  background: #fff;
}

.btn-floating.active .whats-float {
  display: none;
}

.btn-floating .x-float {
  display: none;
}

.btn-floating.active .x-float {
  display: block;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

.button-cta {
  padding: 1rem 1.5rem;
  border-radius: 4px;
}

.section_home_cta {
  background-image: url("/static/themes/decks-by-caio/assets/images/home/background-cta.webp");
  padding: 80px 0px;
}

.section_home_cta .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}

.top_home_cta {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  text-align: center;
}

.bottom_home_cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 1224px) {
  .section_home_cta {
    padding: 60px 20px;
  }
}

.section_home_why {
  background-image: url("/static/themes/decks-by-caio/assets/images/home/background-why.webp");
  padding: 128px 0px;
}

.section_home_why .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.top_home_why {
  text-align: center;
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}

.mid_home_why {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.card_home_why {
  width: 100%;
  max-width: 560px;
  border: 1px solid rgba(178, 128, 68, 0.3);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(3px);
  padding: 24px;
  display: flex;
  gap: 16px;
}

.card_home_why img {
  width: 48px;
  height: 48px;
}

.bottom_home_why {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media (max-width: 1224px) {
  .section_home_why {
    padding: 60px 20px;
  }
}

@media (max-width: 1224px) {
  .bottom_home_why {
    flex-direction: column;
  }
}

.section_components_local {
  padding: 128px 0px;
}

.section_components_local .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.top_components_local {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

.mid_components_local {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap-reverse;
  width: 100%;
}

.right_components_local {
  width: 100%;
  max-width: 524px;
}

.right_components_local img {
  width: 100%;
}

.left_components_local {
  width: 100%;
  max-width: 600px;
}

.bottom_components_local {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 1224px) {
  .section_components_local {
    padding: 60px 20px;
  }

  .mid_components_local {
    flex-direction: column;
    justify-content: center;
  }
}

.section_components_gallery {
  padding: 128px 0px;
}

.section_components_gallery .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-direction: column;
}

.top_components_gallery {
  width: 100%;
  text-align: center;
}

.card_components_gallery {
  width: 392px;
  height: 320px !important;
  display: flex !important;
  align-items: end;
  justify-content: center;
  text-align: center;
  padding: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/static/themes/decks-by-caio/assets/images/decks/service1.webp");
}

.card_components_gallery p {
  border-radius: 25px;
  border: 0.5px solid rgba(239, 227, 214, 0.25);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  padding: 8px 24px;
  width: fit-content;
  margin: 0 auto;
}

.mid_components_gallery {
  width: 100%;
  max-width: 1312px;
}

/* the slides */
.slick-slide {
  margin: 0 12px;
}

/* the parent */
.slick-list {
  margin: 0 -12px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.mid_components_gallery .slick-dots-container {
  width: 5.5rem;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0.625rem auto;
  height: 35px;
  position: relative;
}

.mid_components_gallery .slick-dots-container > ul {
  padding: 0;
  display: flex !important;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}

.mid_components_gallery .slick-dots-container > ul li {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.25rem;
  background-color: #efd5d5;
  border: none;
  border-radius: 50%;
}

.mid_components_gallery .slick-dots-container > ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.mid_components_gallery .slick-dots-container > ul li.p-small-1,
.mid_components_gallery .slick-dots-container > ul li.n-small-1 {
  transform: scale(0.8);
}

.mid_components_gallery .slick-dots-container > ul li.slick-active {
  transform: scale(1.3);
  transform-origin: center;
  background: var(--primary) !important;
}

.mid_components_gallery .slick-dots li button:before {
  display: none;
}

.slick-next:before {
  content: url("/static/themes/decks-by-caio/assets/images/components/arrow-right.svg") !important;
  opacity: 1 !important;
}

.slick-prev:before {
  content: url("/static/themes/decks-by-caio/assets/images/components/arrow-left.svg") !important;
  opacity: 1 !important;
}

.slick-prev {
  width: 48px !important;
  height: 48px !important;
  z-index: 999;
}

.slick-next {
  width: 48px !important;
  height: 48px !important;
  z-index: 999;
}

.bottom_components_gallery {
  margin-top: 24px;
}

@media (max-width: 1224px) {
  .section_components_gallery {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .card_components_gallery {
    width: 100%;
    max-width: 392px;
    min-height: 100%;
    padding: 24px;
  }
}

.section_components_reviews {
  padding: 128px 0px;
  background: #f1f3f5;
}

.top_components_reviews {
  text-align: center;
  margin-bottom: 48px;
}

.grw-btns svg path {
  fill: rgba(69, 15, 12, 1) !important;
}

.grw-btns svg path {
  stroke: rgba(69, 15, 12, 1) !important; /* Cor do contorno */
  stroke-width: 2; /* Largura do contorno */
}

.dc-gr .grw-dot.active {
  opacity: 1 !important;
  background: var(--primary) !important;
}

.bottom_components_reviews {
  margin-bottom: 24px;
}

@media (max-width: 1224px) {
  .section_components_reviews {
    padding: 60px 20px;
  }
}

.components_fire_resistant {
  padding: 128px 0px;
}

.components_fire_resistant .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.left_fire_resistant {
  width: 100%;
  max-width: 600px;
}

.left_fire_resistant ul {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}

.right_fire_resistant {
  width: 100%;
  max-width: 540px;
}

.right_fire_resistant img {
  width: 100%;
}

@media (max-width: 1224px) {
  .components_fire_resistant {
    padding: 60px 20px;
  }
}

@media (max-width: 500px) {
  .left_fire_resistant ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    gap: 16px;
    flex-wrap: nowrap;
  }

  .left_fire_resistant ul svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");

.obrigado {
  background: var(--primary);
}

.obrigado .container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: white;
}

.obrigado .container .logo {
  margin-bottom: 40px;
}

.obrigado h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  color: #2cb459;
}

.obrigado h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-top: 8px;
}

.obrigado button {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  background: linear-gradient(0deg, #2cb459, #2cb459),
    linear-gradient(116.7deg, #8740c9 -0.22%, #552582 84.21%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
}

.mid_obrigado a button {
  margin: 40px auto;
}

.mid_obrigado {
  max-width: 808px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bottom_obrigado {
  color: white;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  align-items: center;
  justify-content: center;
}

.socials_obrigado {
  margin-top: 8px;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.bottom_obrigado .contact_box_footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottom_obrigado img{
    transform: scale(1.5);
}

.bottom_obrigado .socials_footer{
    gap: 32px;
}

@media (max-width: 768px) {
  .obrigado h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .obrigado .container {
    padding: 0 20px;
  }
}


/* pages */

/* home */

.section_home_hero {
  padding: 91px 0px;
  background-image: url("/static/themes/decks-by-caio/assets/images/home/background-hero.webp");
}

.content_home_hero {
  width: 100%;
  max-width: 720px;
}

@media (max-width: 1224px) {
  .section_home_hero {
    padding: 60px 20px;
  }
}

.section_home_about {
  padding: 128px 0px;
}

.section_home_about .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.top_home_about {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

.mid_home_about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap-reverse;
  width: 100%;
}

.left_home_about {
  width: 100%;
  max-width: 524px;
}

.left_home_about img {
  width: 100%;
}

.right_home_about {
  width: 100%;
  max-width: 600px;
}

.bottom_home_about {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 1224px) {
  .section_home_about {
    padding: 60px 20px;
  }

  .mid_home_about {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

.section_home_services {
    display: flex;
    background-color: #F1F3F5;
    align-items: center;
    justify-content: center;
}

.section_home_services .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 128px 0;
}

.top_home_services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1016px;
}

.mid_home_services {
    display: flex;
    max-width: 1224px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.mid_home_services a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
}

.mid_home_services p {
    position: absolute;
    text-align: center;
    bottom: 32px;
}

.bottom_home_services {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 1280px) {

    .section_home_services .container {
        padding: 60px 20px;
    }

    .mid_home_services img {
        width: 100%;
    }

    .mid_home_services p {
        width: 100%;
        bottom: 16px;
    }

    .mid_home_services .heading24 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }

    .mid_home_services {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    @media (max-width: 768px) {
        .bottom_home_services {
            flex-direction: column;
        }
    }
}
.section_home_transformation {
  padding: 128px 0px;
}

.section_home_transformation .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.left_home_transformation {
  width: 100%;
  max-width: 520px;
}

.right_home_transformation {
  width: 100%;
  max-width: 600px;
}

.right_home_transformation img {
  width: 100%;
}

@media (max-width: 1224px) {
  .section_home_transformation {
    padding: 60px 20px;
  }

  @media (max-width: 768px) {
    .links_contact{
      flex-direction: column;
    }
  }

  .section_home_transformation .container {
    justify-content: center;
    flex-direction: column;
  }
}

.section_home_gallery .container {
    padding: 128px 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1280px) {
    .section_home_gallery .container {
        padding: 60px 20px;
    }
}

.section_home_colaborations {
  padding: 128px 0px;
}

.section_home_colaborations .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
}

.top_home_colaborations {
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
  text-align: center;
}

.bottom_home_colaborations,
.line_bottom_home_colaborations {
  width: 100%;
  max-width: 1016px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media (max-width: 1224px) {
  .section_home_colaborations {
    padding: 60px 20px;
  }
}

@media (max-width: 1224px) {
  .bottom_home_colaborations,
  .line_bottom_home_colaborations {
    gap: 24px;
  }
}

.page_home_services2 {
  background: url(/static/themes/decks-by-caio/assets/images/home/bgservices2.webp);
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_home_services2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 0;
  box-sizing: content-box;
  position: relative;
}

.page_home_services2 h2 {
  max-width: 810px;
}

.logo_services2 {
  padding: 64px;
  background-color: red;
  border-radius: 50%;
  margin-top: 290px;
}

.esfera {
  position: relative;
  top: 457px;
  left: 50%;
  width: 808px;
  height: 808px;
  margin-bottom: 96px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.menus {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transform-origin: 50%;
}

.menu {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
.menu a {
  z-index: 9999; /* Define uma ordem de empilhamento muito alta para os links */
}
.centro {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 45%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  background: url("/static/themes/decks-by-caio/assets/images/home/logoservices2.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.text {
  position: absolute;
  padding: 34px;
  z-index: 999 !important;
}

.text1 {
  top: 48%;
  left: 70px;
  z-index: 999;
}

.text2 {
  top: 33%;
  right: 60px;
  z-index: 999;
}

.text3 {
  top: 34%;
  right: 70px;
  z-index: 999;
}

.text4 {
  top: 45%;
  right: 70px;
  z-index: 999;
}

.text5 {
  top: 16%;
  left: 67px;
  z-index: 999;
}

.text6 {
  top: 26%;
  right: 36px;
  z-index: 999;
}

.text7 {
  top: 30%;
  left: 13px;
  z-index: 999;
}

.text8 {
  top: 18%;
  right: 58px;
  z-index: 999;
}

.menu .background {
  width: 286px;
  height: 291px;
  position: absolute;
  transition: transform 0.3s ease;
  /* Adiciona uma transição suave */
  z-index: 1;
}

.menu .background:hover {
  transform: scale(1.1);
  /* Aumenta o tamanho em 20% */
}

.menu div {
  pointer-events: none; /* Faz com que as divs não recebam eventos de mouse */
}

.menu a {
  pointer-events: auto; /* Restaura os eventos de mouse para os links */
}

.background1 {
  background: url("/static/themes/decks-by-caio/assets/images/home/menu2.webp");
  bottom: 0;
  left: 0;
  transform: scale(1.025);
}

.background2 {
  transform: scale(1.05);
  top: 0;
  right: 0;
  background: url("/static/themes/decks-by-caio/assets/images/home/menu1.webp");
}

.background3 {
  background: url("/static/themes/decks-by-caio/assets/images/home/menu3.webp");
  top: 0;
  left: 0;
  transform: scale(1.045);
}

.background4 {
  bottom: 0;
  right: 0;
  background: url("/static/themes/decks-by-caio/assets/images/home/menu4.webp");
}

.background5 {
  background: url("/static/themes/decks-by-caio/assets/images/home/menu5.webp");
  top: 0;
  left: 0;
  transform: scale(1.025);
}

.background6 {
  bottom: 0;
  right: 0;
  background: url("/static/themes/decks-by-caio/assets/images/home/menu6.webp");
  transform: scale(1.025);
}

.background7 {
  background: url("/static/themes/decks-by-caio/assets/images/home/menu8.webp");
  bottom: 0;
  left: 0;
  transform: scale(1.025);
}

.background8 {
  transform: scale(1.05);
  top: 0;
  right: 0;
  background: url("/static/themes/decks-by-caio/assets/images/home/menu7.webp");
  background-repeat: no-repeat;
}

@media (max-width: 1224px) {
  .page_home_services2 .container {
    padding: 64px 20px;
  }
}

@media (max-width: 850px) {
  .esfera {
    width: 404px;
    height: 404px;
    margin: 0 auto;
    top: 220px;
    left: 35%;
  }

  .background {
    width: 143px !important;
    height: 145.5px !important;
    background-size: contain;
  }

  .centro {
    background-size: 60%;
  }

  .text {
    padding: 0px;
    font-size: 12px;
  }

  .text1 {
    top: 58%;
    left: 47px;
  }
  .text2 {
    top: 35% !important;
    right: 50px !important;
  }
  .text3 {
    top: 41% !important;
    right: 37px !important;
  }
  .text4 {
    top: 50%;
    right: 48px;
  }
  .text5 {
    top: 20%;
    left: 47px;
  }
  .text6 {
    top: 36%;
    right: 21px;
  }
  .text7 {
    top: 42%;
    left: 13px;
  }
  .text8 {
    top: 22%;
    right: 47px;
  }
}

@media (max-width: 500px) {
  .esfera {
    width: 282.8px;
    height: 282.8px;
    margin: 0 auto;
    top: 160px;
    left: 41%;
  }

  .background {
    width: 100.1px !important;
    height: 101.85px !important;
    background-size: contain;
  }

  .centro {
    background-size: 60%;
  }

  .text {
    padding: 0px;
    font-size: 9px;
  }

  .text1 {
    top: 57%;
    left: 28px;
  }
  .text2 {
    top: 41% !important;
    right: 25px !important;
  }
  .text3 {
    top: 40% !important;
    right: 23px !important;
  }
  .text4 {
    top: 49%;
    right: 29px;
  }
  .text5 {
    top: 21%;
    left: 28px;
  }
  .text6 {
    top: 37%;
    right: 15px;
  }
  .text7 {
    top: 42%;
    left: 7px;
  }
  .text8 {
    top: 23%;
    right: 26px;
  }
}


/* Privacidade */

.content_politics {
  padding: 64px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1016px;
}

.content_politics h1 {
  text-align: center;
  margin-bottom: 40px;
}

.margin40 {
  margin-bottom: 40px;
}

.content_politics ul li {
  color: var(--gray02) !important;
}

.content_politics ul li {
  list-style: inherit;
}

.content_politics ul {
  padding-left: 26px;
}


/* decks */

.section_decks_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/decks/background-hero.webp");
  padding: 96px 0px;
}

.section_decks_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_decks_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_decks_hero {
    padding: 60px 20px;
  }
}

.section_decks_services {
  padding: 128px 0px;
}

.section_decks_services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.top_decks_services {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  text-align: center;
}

.mid_decks_services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.card_decks_services {
  width: 392px;
  height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 32px;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
}

.card_decks_services:nth-child(1) {
  background-image: url("/static/themes/decks-by-caio/assets/images/decks/service1.webp");
}

.card_decks_services:nth-child(2) {
  background-image: url("/static/themes/decks-by-caio/assets/images/decks/service2.webp");
}

.card_decks_services:nth-child(3) {
  background-image: url("/static/themes/decks-by-caio/assets/images/decks/service3.webp");
}

@media (max-width: 1224px) {
  .section_decks_services {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .card_decks_services {
    width: 100%;
    max-width: 392px;
    min-height: 100%;
    padding: 24px;
  }
}

.section_decks_looking {
  padding: 128px 0px;
  background: var(--Grayscale-Gray4, #f1f3f5);
}

.section_decks_looking .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_decks_looking {
  width: 100%;
  max-width: 537px;
}

.left_decks_looking img {
  width: 100%;
}

.right_decks_looking {
  width: 100%;
  max-width: 599px;
}

@media (max-width: 1224px) {
  .section_decks_looking {
    padding: 60px 20px;
  }

  .section_decks_looking .container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .right_decks_looking .ajust_gap24 {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}

/* decks */

.section_patios_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/patios/background-hero.webp");
  padding: 96px 0px;
}

.section_patios_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_patios_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_patios_hero {
    padding: 60px 20px;
  }
}

.section_patios_services {
  padding: 128px 0px;
}

.section_patios_services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.top_patios_services {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  text-align: center;
}

.mid_patios_services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.card_patios_services {
  width: 392px;
  height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 32px;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
}

.card_patios_services:nth-child(1) {
  background-image: url("/static/themes/decks-by-caio/assets/images/patios/service1.webp");
}

.card_patios_services:nth-child(2) {
  background-image: url("/static/themes/decks-by-caio/assets/images/patios/service2.webp");
}

.card_patios_services:nth-child(3) {
  background-image: url("/static/themes/decks-by-caio/assets/images/patios/service3.webp");
}

@media (max-width: 1224px) {
  .section_patios_services {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .card_patios_services {
    width: 100%;
    max-width: 392px;
    min-height: 100%;
    padding: 24px;
  }
}

.section_patios_looking {
  padding: 128px 0px;
  background: var(--Grayscale-Gray4, #f1f3f5);
}

.section_patios_looking .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_patios_looking {
  width: 100%;
  max-width: 537px;
}

.left_patios_looking img {
  width: 100%;
}

.right_patios_looking {
  width: 100%;
  max-width: 599px;
}

@media (max-width: 1224px) {
  .section_patios_looking {
    padding: 60px 20px;
  }

  .section_patios_looking .container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .right_patios_looking .ajust_gap24 {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}

/* decks */

.section_outdoor_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/outdoor/background-hero.webp");
  padding: 96px 0px;
}

.section_outdoor_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_outdoor_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_outdoor_hero {
    padding: 60px 20px;
  }
}

.section_outdoor_services {
  padding: 128px 0px;
}

.section_outdoor_services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.top_outdoor_services {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  text-align: center;
}

.mid_outdoor_services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.card_outdoor_services {
  width: 392px;
  height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 24px;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
}

.card_outdoor_services:nth-child(1) {
  background-image: url("/static/themes/decks-by-caio/assets/images/outdoor/service1.webp");
}

.card_outdoor_services:nth-child(2) {
  background-image: url("/static/themes/decks-by-caio/assets/images/outdoor/service2.webp");
}

.card_outdoor_services:nth-child(3) {
  background-image: url("/static/themes/decks-by-caio/assets/images/outdoor/service3.webp");
}

@media (max-width: 1224px) {
  .section_outdoor_services {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .card_outdoor_services {
    width: 100%;
    max-width: 392px;
    min-height: 100%;
    padding: 24px;
  }
}

.section_outdoor_looking {
  padding: 128px 0px;
  background: var(--Grayscale-Gray4, #f1f3f5);
}

.section_outdoor_looking .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_outdoor_looking {
  width: 100%;
  max-width: 537px;
}

.left_outdoor_looking img {
  width: 100%;
}

.right_outdoor_looking {
  width: 100%;
  max-width: 599px;
}

@media (max-width: 1224px) {
  .section_outdoor_looking {
    padding: 60px 20px;
  }

  .section_outdoor_looking .container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .right_outdoor_looking .ajust_gap24 {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}


/* decks */

.section_outdoorFire_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/outdoorFire/background-hero.webp");
  padding: 96px 0px;
}

.section_outdoorFire_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_outdoorFire_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_outdoorFire_hero {
    padding: 60px 20px;
  }
}

.section_outdoorFire_services {
  padding: 128px 0px;
}

.section_outdoorFire_services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.top_outdoorFire_services {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  text-align: center;
}

.mid_outdoorFire_services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.card_outdoorFire_services {
  width: 392px;
  height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 32px;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
}

.card_outdoorFire_services:nth-child(1) {
  background-image: url("/static/themes/decks-by-caio/assets/images/outdoorFire/service1.webp");
}

.card_outdoorFire_services:nth-child(2) {
  background-image: url("/static/themes/decks-by-caio/assets/images/outdoorFire/service2.webp");
}

.card_outdoorFire_services:nth-child(3) {
  background-image: url("/static/themes/decks-by-caio/assets/images/outdoorFire/service3.webp");
}

@media (max-width: 1224px) {
  .section_outdoorFire_services {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .card_outdoorFire_services {
    width: 100%;
    max-width: 392px;
    min-height: 100%;
    padding: 24px;
  }
}

.section_outdoorFire_looking {
  padding: 128px 0px;
  background: var(--Grayscale-Gray4, #f1f3f5);
}

.section_outdoorFire_looking .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_outdoorFire_looking {
  width: 100%;
  max-width: 537px;
}

.left_outdoorFire_looking img {
  width: 100%;
}

.right_outdoorFire_looking {
  width: 100%;
  max-width: 599px;
}

@media (max-width: 1224px) {
  .section_outdoorFire_looking {
    padding: 60px 20px;
  }

  .section_outdoorFire_looking .container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .right_outdoorFire_looking .ajust_gap24 {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}


/* decks */

.section_stamped_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/stamped/background-hero.webp");
  padding: 96px 0px;
}

.section_stamped_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_stamped_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_stamped_hero {
    padding: 60px 20px;
  }
}

.section_stamped_services {
  padding: 128px 0px;
}

.section_stamped_services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.top_stamped_services {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  text-align: center;
}

.mid_stamped_services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.card_stamped_services {
  width: 392px;
  height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 32px;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
}

.card_stamped_services:nth-child(1) {
  background-image: url("/static/themes/decks-by-caio/assets/images/stamped/service1.webp");
}

.card_stamped_services:nth-child(2) {
  background-image: url("/static/themes/decks-by-caio/assets/images/stamped/service2.webp");
}

.card_stamped_services:nth-child(3) {
  background-image: url("/static/themes/decks-by-caio/assets/images/stamped/service3.webp");
}

@media (max-width: 1224px) {
  .section_stamped_services {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .card_stamped_services {
    width: 100%;
    max-width: 392px;
    min-height: 100%;
    padding: 24px;
  }
}

.section_stamped_looking {
  padding: 128px 0px;
  background: var(--Grayscale-Gray4, #f1f3f5);
}

.section_stamped_looking .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_stamped_looking {
  width: 100%;
  max-width: 537px;
}

.left_stamped_looking img {
  width: 100%;
}

.right_stamped_looking {
  width: 100%;
  max-width: 599px;
}

@media (max-width: 1224px) {
  .section_stamped_looking {
    padding: 60px 20px;
  }

  .section_stamped_looking .container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .right_stamped_looking .ajust_gap24 {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}


/* decks */

.section_pergolas_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/pergolas/background-hero.webp");
  padding: 96px 0px;
}

.section_pergolas_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_pergolas_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_pergolas_hero {
    padding: 60px 20px;
  }
}

.section_pergolas_services {
  padding: 128px 0px;
}

.section_pergolas_services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.top_pergolas_services {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  text-align: center;
}

.mid_pergolas_services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.card_pergolas_services {
  width: 392px;
  height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 32px;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
}

.card_pergolas_services:nth-child(1) {
  background-image: url("/static/themes/decks-by-caio/assets/images/pergolas/service1.webp");
}

.card_pergolas_services:nth-child(2) {
  background-image: url("/static/themes/decks-by-caio/assets/images/pergolas/service2.webp");
}

.card_pergolas_services:nth-child(3) {
  background-image: url("/static/themes/decks-by-caio/assets/images/pergolas/service3.webp");
}

@media (max-width: 1224px) {
  .section_pergolas_services {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .card_pergolas_services {
    width: 100%;
    max-width: 392px;
    min-height: 100%;
    padding: 24px;
  }
}

.section_pergolas_looking {
  padding: 128px 0px;
  background: var(--Grayscale-Gray4, #f1f3f5);
}

.section_pergolas_looking .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_pergolas_looking {
  width: 100%;
  max-width: 537px;
}

.left_pergolas_looking img {
  width: 100%;
}

.right_pergolas_looking {
  width: 100%;
  max-width: 599px;
}

@media (max-width: 1224px) {
  .section_pergolas_looking {
    padding: 60px 20px;
  }

  .section_pergolas_looking .container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .right_pergolas_looking .ajust_gap24 {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}


/* decks */

.section_mansory_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/mansory/background-hero.webp");
  padding: 96px 0px;
}

.section_mansory_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_mansory_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_mansory_hero {
    padding: 60px 20px;
  }
}

.section_mansory_services {
  padding: 128px 0px;
}

.section_mansory_services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.top_mansory_services {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  text-align: center;
}

.mid_mansory_services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.card_mansory_services {
  width: 392px;
  height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 32px;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
}

.card_mansory_services:nth-child(1) {
  background-image: url("/static/themes/decks-by-caio/assets/images/mansory/service1.webp");
}

.card_mansory_services:nth-child(2) {
  background-image: url("/static/themes/decks-by-caio/assets/images/mansory/service2.webp");
}

.card_mansory_services:nth-child(3) {
  background-image: url("/static/themes/decks-by-caio/assets/images/mansory/service3.webp");
}

@media (max-width: 1224px) {
  .section_mansory_services {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .card_mansory_services {
    width: 100%;
    max-width: 392px;
    min-height: 100%;
    padding: 24px;
  }
}

.section_mansory_looking {
  padding: 128px 0px;
  background: var(--Grayscale-Gray4, #f1f3f5);
}

.section_mansory_looking .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_mansory_looking {
  width: 100%;
  max-width: 537px;
}

.left_mansory_looking img {
  width: 100%;
}

.right_mansory_looking {
  width: 100%;
  max-width: 599px;
}

@media (max-width: 1224px) {
  .section_mansory_looking {
    padding: 60px 20px;
  }

  .section_mansory_looking .container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .right_mansory_looking .ajust_gap24 {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}

/* decks */

.section_hardwood_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/hardwood/background-hero.webp");
  padding: 96px 0px;
}

.section_hardwood_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_hardwood_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_hardwood_hero {
    padding: 60px 20px;
  }
}

.section_hardwood_services {
  padding: 128px 0px;
}

.section_hardwood_services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.top_hardwood_services {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  text-align: center;
}

.mid_hardwood_services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.card_hardwood_services {
  width: 392px;
  height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 32px;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
}

.card_hardwood_services:nth-child(1) {
  background-image: url("/static/themes/decks-by-caio/assets/images/hardwood/service1.webp");
}

.card_hardwood_services:nth-child(2) {
  background-image: url("/static/themes/decks-by-caio/assets/images/hardwood/service2.webp");
}

.card_hardwood_services:nth-child(3) {
  background-image: url("/static/themes/decks-by-caio/assets/images/hardwood/service3.webp");
}

@media (max-width: 1224px) {
  .section_hardwood_services {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .card_hardwood_services {
    width: 100%;
    max-width: 392px;
    min-height: 100%;
    padding: 24px;
  }
}

.section_hardwood_looking {
  padding: 128px 0px;
  background: var(--Grayscale-Gray4, #f1f3f5);
}

.section_hardwood_looking .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_hardwood_looking {
  width: 100%;
  max-width: 537px;
}

.left_hardwood_looking img {
  width: 100%;
}

.right_hardwood_looking {
  width: 100%;
  max-width: 599px;
}

@media (max-width: 1224px) {
  .section_hardwood_looking {
    padding: 60px 20px;
  }

  .section_hardwood_looking .container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .right_hardwood_looking .ajust_gap24 {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}


/* underdeck */

.section_underdeck_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/underdeck/backgorund-hero.webp");
  padding: 96px 0px;
}

.section_underdeck_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_underdeck_hero .container div {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_underdeck_hero {
    padding: 60px 20px;
  }
}

.section_underdeck_why {
  padding: 128px 0px;
  background-image: url("/static/themes/decks-by-caio/assets/images/underdeck/background-why.webp");
}

.section_underdeck_why .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.left_underdeck_why {
  width: 100%;
  max-width: 546px;
}

.left_underdeck_why h2 {
  width: 1005;
  max-width: 488px;
}

.right_underdeck_why {
  width: 100%;
  max-width: 457px;
}

.right_underdeck_why ul {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}

.right_underdeck_why ul li {
  border: 1px solid rgba(178, 128, 68, 0.35);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(3px);
  width: 100%;
  padding: 20px;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
}

.right_underdeck_why ul svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

@media (max-width: 1224px) {
  .section_underdeck_why {
    padding: 60px 20px;
  }

  .section_underdeck_why .container {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .right_underdeck_why ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
  }
}

.section_underdeck_projects {
  padding: 128px 0px;
}

.section_underdeck_projects .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}

.top_underdeck_projects {
  width: 100%;
}

.top_underdeck_projects h2 {
  text-align: center;
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.bottom_top_underdeck_projects {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}

.card_underdeck_projects {
  width: 100%;
  max-width: 380px;
  min-height: 540px;
}

.card_underdeck_projects .text_card_underdeck_projects {
  padding: 16px 16px 32px;
}

.card_underdeck_projects img {
  width: 100%;
}

.card_underdeck_projects h3 {
  text-transform: uppercase;
}

.buttons_bottom_underdeck {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.bottom_underdeck_projects {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bottom_underdeck_projects h2 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.group_images_bottom_underdeck_projects {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 24px;
}

.group_images_bottom_underdeck_projects img {
  width: 100%;
  max-width: 392px;
}

.hickory4 {
  width: 100%;
  max-width: 1224px;
  margin-bottom: 32px;
}

@media (max-width: 1224px) {
  .section_underdeck_projects {
    padding: 60px 20px;
  }

  .top_underdeck_projects h2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .bottom_top_underdeck_projects {
    gap: 16px;
  }
}


/* decks */

.section_projectGallery_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/projectGallery/background-hero.webp");
  padding: 96px 0px;
}

.section_projectGallery_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_projectGallery_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_projectGallery_hero {
    padding: 60px 20px;
  }
}

.section_projectGallery_content {
  padding: 128px 0px;
}

.section_projectGallery_content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}

.title_projectGallery_content {
  width: 100%;
  text-align: center;
}

.top_projectGallery_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.top_projectGallery_content button {
  border: 1px solid var(--Grayscale-Gray3, #495057);
  display: flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-align: center;
  width: fit-content;
  cursor: pointer;
}

.active_tab {
  color: #fff;
  background: var(--Primary-Brown, #450f0c);
  border: none;
}

.content_projectGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.content_projectGallery img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or "contain" */
}

.content {
  display: none;
}

.active_content {
  display: grid;
}

.bottom_projectGallery_content {
  width: 100%;
}

.bottom_projectGallery_content a {
  width: 100%;
  max-width: 392px;
}

@media (max-width: 1224px) {
  .section_projectGallery_content {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .content_projectGallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .content_projectGallery img {
    width: 100%;
    max-width: 392px;
    height: 320px;
  }

  .top_projectGallery_content button {
    width: 150px;
    font-size: 12px;
    padding-block: 12px 16px;
  }
}


/* Who */

.section_who_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/who/background-hero.webp");
  padding: 96px 0px;
}

.section_who_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_who_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_who_hero {
    padding: 60px 20px;
  }
}

.section_who_about {
  padding: 128px 0px;
}

.section_who_about .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.top_who_about {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

.mid_who_about {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap-reverse;
  width: 100%;
}

.left_who_about {
  width: 396px;
  height: 440px;
  background-image: url("/static/themes/decks-by-caio/assets/images/who/image-about.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 16px;
}

.left_who_about div {
  padding: 8px 24px;
  border: 0.5px solid rgba(239, 227, 214, 0.25);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  width: 100%;
  max-width: 255px;
  text-align: center;
}

.left_who_about img {
  width: 100%;
}

.right_who_about {
  width: 100%;
  max-width: 588px;
}

@media (max-width: 1224px) {
  .section_who_about {
    padding: 60px 20px;
  }

  .mid_who_about {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

@media (max-width: 450px) {
  .left_who_about {
    width: 100%;
    max-width: 360px;
    height: 430px;
  }
}

.card_who1 {
  background-image: url("/static/themes/decks-by-caio/assets/images/who/service1.webp") !important;
}
.card_who2 {
  background-image: url("/static/themes/decks-by-caio/assets/images/who/service2.webp") !important;
}
.card_who3 {
  background-image: url("/static/themes/decks-by-caio/assets/images/who/service3.webp") !important;
}
.card_who4 {
  background-image: url("/static/themes/decks-by-caio/assets/images/who/service4.webp") !important;
}
.card_who5 {
  background-image: url("/static/themes/decks-by-caio/assets/images/who/service5.webp") !important;
}
.card_who6 {
  background-image: url("/static/themes/decks-by-caio/assets/images/who/service6.webp") !important;
}
.card_who7 {
  background-image: url("/static/themes/decks-by-caio/assets/images/who/service7.webp") !important;
}
.card_who8 {
  background-image: url("/static/themes/decks-by-caio/assets/images/who/service8.webp") !important;
}

.section_who_services {
  background: var(--Grayscale-Gray4, #f1f3f5);
}

.section_who_services .container .top_components_gallery {
  width: 100%;
  max-width: 1016px;
}

.section_who_transformation {
  padding: 128px 0px;
}

.section_who_transformation .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_who_transformation {
  width: 100%;
  max-width: 624px;
}

.right_who_transformation {
  width: 100%;
  max-width: 524px;
}

.right_who_transformation img {
  width: 100%;
}

@media (max-width: 1224px) {
  .section_who_transformation {
    padding: 60px 20px;
  }

  .section_who_transformation .container {
    flex-direction: column;
    justify-content: center;
  }
}


/* finance */

.section_finance_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/finance/background-hero.webp");
  padding: 96px 0px;
}

.section_finance_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_finance_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_finance_hero {
    padding: 60px 20px;
  }
}

.section_finance_about {
  padding: 128px 0px;
}

.section_finance_about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.left_finance_about {
  width: 100%;
  max-width: 600px;
}

.left_finance_about div {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.right_finance_about {
  width: 100%;
  max-width: 474px;
}

.right_finance_about img {
  width: 100%;
}

@media (max-width: 1224px) {
  .section_finance_about {
    padding: 60px 20px;
  }

  .section_finance_about .container {
    flex-direction: column;
    justify-content: center;
  }
}

.section_finance_how {
  padding: 128px 0px;
}

.section_finance_how .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.top_finance_how {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_finance_how {
  width: 100%;
  max-width: 528px;
}

.left_finance_how img {
  width: 100%;
  margin-top: 48px;
}

.right_finance_how {
  width: 100%;
  max-width: 600px;
}

.card_how {
  width: 100%;
}

.right_finance_how hr {
  width: 100%;
  border: none;
  height: 1px;
  background: #efe3d6;
  margin: 24px 0px;
}

.bottom_finance_how {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media (max-width: 1224px) {
  .section_finance_how {
    padding: 60px 20px;
  }

  .top_finance_how {
    flex-direction: column;
    justify-content: center;
  }

  .bottom_finance_how {
    gap: 16px;
  }
}

.section_finance_solution {
  padding: 128px 0px;
  background: var(--Grayscale-Gray4, #f1f3f5);
}

.section_finance_solution .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.top_finance_solution {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

.mid_finance_solution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap-reverse;
  width: 100%;
}

.left_finance_solution {
  width: 100%;
  max-width: 593px;
}

.left_finance_solution img {
  width: 100%;
}

.right_finance_solution {
  width: 100%;
  max-width: 496px;
}

@media (max-width: 1224px) {
  .section_finance_solution {
    padding: 60px 20px;
  }

  .mid_finance_solution {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

@media (max-width: 450px) {
  .bottom_components_gallery {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}


/* warranties */

.section_warranties_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/warranties/background-hero.webp");
  padding: 96px 0px;
}

.section_warranties_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_warranties_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_warranties_hero {
    padding: 60px 20px;
  }
}

.section_warranties_about {
  padding: 128px 0px;
}

.section_warranties_about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_warranties_about {
  width: 100%;
  max-width: 600px;
}

.right_warranties_about {
  width: 100%;
  padding: 48px 40px;
  max-width: 576px;
  background: var(--Primary-Brown, #450f0c);
  backdrop-filter: blur(3px);
}

.list_check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.column_check {
  width: 100%;
  max-width: 240px;
}

.right_warranties_about h4 {
  letter-spacing: 0px;
}

@media (max-width: 1224px) {
  .section_warranties_about .container {
    flex-direction: column;
    justify-content: center;
  }

  .section_warranties_about {
    padding: 60px 20px;
  }
}

@media (max-width: 500px) {
  .list_check {
    flex-direction: column;
    gap: 0px;
    justify-content: start;
    align-items: start;
  }

  .right_warranties_about {
    padding: 24px 20px;
  }
}

.section_warranties_services {
  background: var(--Grayscale-Gray4, #f1f3f5);
  padding: 128px 0px;
}

.section_warranties_services .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.left_warranties_services {
  width: 100%;
  max-width: 524px;
}

.left_warranties_services img {
  width: 100%;
}

.right_warranties_services {
  width: 100%;
  max-width: 602px;
}

@media (max-width: 1224px) {
  .section_warranties_services .container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .section_warranties_services {
    padding: 60px 20px;
  }
}


/* reviews */

.section_reviews_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/reviews/background-hero.webp");
  padding: 96px 0px;
}

.section_reviews_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_reviews_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_reviews_hero {
    padding: 60px 20px;
  }
}

.section_reviews_rating {
  padding: 128px 0px;
}

.section_reviews_rating .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  justify-content: center;
}

.top_reviews_rating {
  width: 100%;
  max-width: 808px;
}

.top_reviews_rating h2{
  text-align: center;
}  

.bottom_reviews_rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}

.card_reviews_rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 275px;
}

.card_reviews_rating a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--Secondary-Blue, #4285f4);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
}

.card_reviews_rating a img {
  width: 24px;
  height: 24px;
}

@media (max-width: 1224px) {
  .section_reviews_rating {
    padding: 60px 20px;
  }
}

.section_reviews_testimonials {
  background: var(--Grayscale-Gray4, #f1f3f5);
  padding: 128px 0px;
}

.section_reviews_testimonials .container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 40px;
}

.top_reviews_testimonials {
  width: 100%;
  text-align: center;
}

.bottom_reviews_testimonials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.videos_testimonials{
  width: 600px;
  height: 338px;
}

@media (max-width: 1224px) {
  .section_reviews_testimonials {
    padding: 60px 20px;
  }

  @media (max-width: 767px) {
    .videos_testimonials{
      width: 100%;
    }
  }
}


/* locations */

.section_locations_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/locations/backgorund-hero.webp");
  padding: 96px 0px;
}

.section_locations_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_locations_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_locations_hero {
    padding: 60px 20px;
  }
}

.section_location_cities {
  padding: 128px 0px;
}

.section_location_cities .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.top_location_cities {
  width: 100%;
  text-align: center;
}

.mid_location_cities {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.card_cities {
  width: 100%;
  max-width: 180px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  flex-direction: column;
  border: 1px solid var(--Secondary-Light, #efe3d6);
  background: rgba(239, 227, 214, 0.25);
}

.bottom_location_cities {
  width: 100%;
  max-width: 1224px;
}

.bottom_location_cities img {
  width: 100%;
}

@media (max-width: 1224px) {
  .section_location_cities {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .card_cities {
    padding: 12px;
    width: fit-content;
    width: 150px;
  }
}


/* contact */

.section_contact_hero {
  background-image: url("/static/themes/decks-by-caio/assets/images/contact/background-hero.webp");
  padding: 96px 0px;
}

.section_contact_hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_contact_hero .container div {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .section_contact_hero {
    padding: 60px 20px;
  }
}

.section_contact_contact {
  padding: 64px 0px;
}

.section_contact_contact .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.top_contact_contact {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

.mid_contact_contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.card_contact {
  padding: 25px;
  width: 100%;
  max-width: 288px;
  max-height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid var(--Secondary-Light, #efe3d6);
  background: rgba(239, 227, 214, 0.25);
}

.right_contact_contact {
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.bottom_contact_contact {
  width: 100%;
  max-width: 1016px;
  text-align: center;
  margin: 0 auto;
}

/* Formulário do CRM */

.left_contact_contact {
  max-width: 600px;
}


.form_principal {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  gap: 16px;
}

.form_principal label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form_principal input {
  height: 56px;
  padding-left: 16px;
}

.full_name {
  display: flex;
  gap: 12px;
}

.full_name label {
  width: 50%;
}

.form_principal button {
  display: flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  background: var(--Secondary-Gold, #B28044);
  color: #FFF;

  /* Buttons & Links/Button14 */
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  text-transform: uppercase;
}

.message_form input{
  height: 84px;
}






@media (max-width: 1224px) {
  .section_contact_contact {
    padding: 60px 20px;
  }

  .section_contact_contact .mid_contact_contact {
    flex-direction: column;
  }
}

/* Deck */

.section_page_deck {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/background-hero.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_deck .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_deck .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_deck {
    padding: 60px 20px;
  }
}

.section_bread {
  padding: 10px 0px;
  background: var(--Secondary-Light, #efe3d6);
}

@media (max-width: 1224px) {
  .section_bread {
    padding: 10px 20px;
  }
}

.section_page_benefits {
  padding: 128px 0px;
}

.section_page_benefits .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.left_page_benefits {
  width: 100%;
  max-width: 600px;
}

.left_page_benefits ul {
  display: flex;
  align-items: start;
  gap: 16px;
  flex-direction: column;
}

.right_page_benefits {
  padding: 44px 40px;
}

@media (max-width: 1224px) {
  .section_page_benefits {
    padding: 60px 20px;
  }

  .section_page_benefits .container {
    flex-direction: column;
  }

  .right_page_benefits {
    padding: 32px 20px;
  }
}

.section_page_gallery {
  padding: 128px 0px;
  background-color: #f1f3f5;
}

.section_page_gallery .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
}

.top_page_gallery {
  text-align: center;
}

.bottom_page_gallery {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.card_page_gallery {
  width: 100%;
  max-width: 392px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card_page_gallery a .image_card {
  width: 100%;
  max-width: 392px;
}

.card_page_gallery h3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1224px) {
  .section_page_gallery {
    padding: 128px 20px;
  }
}

.section_page_video {
  padding: 128px 0px;
}

.section_page_video .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
}

.left_page_video {
  width: 100%;
  max-width: 570px;
  align-self: stretch;
}

.right_page_video,
.right_page_video iframe {
  width: 100%;
  max-width: 600px;
}

@media (max-width: 1224px) {
  .section_page_video {
    padding: 60px 20px;
  }

  .section_page_video .container {
    justify-content: center;
  }
}

.section_page_locations {
  padding: 128px 0px;
}

.section_page_locations .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.top_page_locations {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 1016px;
  text-align: center;
}

.bottom_page_locations {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 1224px) {
  .section_page_locations {
    padding: 60px 20px;
  }
}

.section_page_faq {
  background-color: #f1f3f5;
  padding: 128px 0px;
}

.section_page_faq .container {
  max-width: 1016px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
}

.top_page_faq {
  text-align: center;
}

.faqs_carrer {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
}

.faq_carrer:first-of-type {
  border-top: 1px solid #efe3d6;
}

.faq_carrer {
  width: 100%;
  padding: 18px 12px;
  border-bottom: 1px solid #efe3d6;
  border-left: 1px solid #efe3d6;
  border-right: 1px solid #efe3d6;
}

.faq_title_carrer p {
  padding-top: 12px;
}

.faq_title_carrer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.disable_faq img:first-of-type {
  display: none;
}

.disable_faq .faq_content_carrer {
  display: none;
}

.active_faq img:last-of-type {
  display: none;
}

.faq_content_carrer {
  padding-top: 1rem;
}

.disable_faq:hover {
  background: #efebfa;
}

.faq_title_carrer img {
  margin-left: 5px;
}

@media (max-width: 1224px) {
  .section_page_faq {
    padding: 60px 20px;
  }
}


/* Decks and Locations */

.section_page_custom_build_deck {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/custom-build-deck/custom-build-deck-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_custom_build_deck .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_custom_build_deck .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_custom_build_deck {
    padding: 60px 20px;
  }
}

.section_page_upper_level_deck {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/upper-level-deck/upper-level-deck-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_upper_level_deck .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_upper_level_deck .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_upper_level_deck {
    padding: 60px 20px;
  }
}

.section_page_boulder_deck_service {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/boulder-deck-service/boulder-deck-services-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_boulder_deck_service .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_boulder_deck_service .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_boulder_deck_service {
    padding: 60px 20px;
  }
}

.section_page_longmont_deck_service {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/longmont-deck-service/longmont-deck-services-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_longmont_deck_service .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_longmont_deck_service .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_longmont_deck_service {
    padding: 60px 20px;
  }
}

.section_page_erie_deck_service {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/erie-deck-service/erie-deck-services-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_erie_deck_service .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_erie_deck_service .container div {
  width: 100%;
  max-width: 808px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_erie_deck_service {
    padding: 60px 20px;
  }
}

.section_page_broomfield_deck_service {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/broomfield-deck-service/broomfield-deck-services-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_broomfield_deck_service .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_broomfield_deck_service .container div {
  width: 100%;
  max-width: 808px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_broomfield_deck_service {
    padding: 60px 20px;
  }
}
.section_page_arvada_deck_service {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/arvada-deck-services/arvada-deck-services-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_arvada_deck_service .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_arvada_deck_service .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_arvada_deck_service {
    padding: 60px 20px;
  }
}

.section_page_thornton_deck_service {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/thornton-deck-services/thornton-deck-services-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_thornton_deck_service .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_thornton_deck_service .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_thornton_deck_service {
    padding: 60px 20px;
  }
}

.section_page_ground_level_deck {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/ground-level-deck/ground-level-deck-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_ground_level_deck .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_ground_level_deck .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_ground_level_deck {
    padding: 60px 20px;
  }
}

.section_page_enclosed_deck {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/enclosed-deck/enclosed-deck-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_enclosed_deck .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_enclosed_deck .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_enclosed_deck {
    padding: 60px 20px;
  }
}

.section_page_deck_with_stairs {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/deck-with-stairs/deck-with-stairs-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_deck_with_stairs .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_deck_with_stairs .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_deck_with_stairs {
    padding: 60px 20px;
  }
}

.section_page_decks_and_railings {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/decks-and-railings/decks-and-railings-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_decks_and_railings .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_decks_and_railings .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_decks_and_railings {
    padding: 60px 20px;
  }
}

.section_page_trex_deck {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/trex-deck/trex-deck-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_trex_deck .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_trex_deck .container div {
  width: 100%;
  max-width: 740px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_trex_deck {
    padding: 60px 20px;
  }
}

.section_page_timber_tech_deck {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/timber-tech-deck/timber-tech-deck-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_timber_tech_deck .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_timber_tech_deck .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_timber_tech_deck {
    padding: 60px 20px;
  }
}

.section_page_wrap_around_deck {
  background-image: url("/static/themes/decks-by-caio/assets/images/deck/wrap-around-deck/wrap-around-deck-banner.webp");
  min-height: 496px;
  display: flex;
  align-items: center;
}

.section_page_wrap_around_deck .container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.section_page_wrap_around_deck .container div {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1224px) {
  .section_page_wrap_around_deck {
    padding: 60px 20px;
  }
}


/* Blog */

.page_blog_hero {
    background: url("/static/themes/decks-by-caio/assets/images/blog/Background.webp");
    padding: 96px 104px;
}

.page_blog_hero .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_blog_hero h1 {
    max-width: 1016px;
    text-transform: uppercase;
}

@media (max-width: 1224px) {
    .page_blog_hero {
        padding: 60px 20px;
    }
}
.page_blog_bread {
    background: #EFE3D6;
    padding: 9px 20px;
}

.page_blog_bread .container p {
    display: flex;
    align-items: center;
    gap: 4px;
}

.page_blog_fixed {
    padding: 64px 112px 116px;
}

.page_blog_fixed .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_blog_fixed .sticky-post {
    position: relative;
}

.page_blog_fixed .sticky-post-img {
    width: 1216px;
    height: 600px;
    object-fit: cover;
}

.page_blog_fixed .sticky-post-content {
    display: flex;
    max-width: 598px;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border: 1px solid var(--Secondary-100, #E8E8EA);
    background: var(--White, #FFF);
    box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.12);
    position: absolute;
    left: 64px;
    bottom: -68px;
}

.page_blog_fixed .sticky-post-category {
    color: var(--White, #FFF);

    /* Blog/Badge14 */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    padding: 4px 12px;
    border-radius: 250px;
    background: var(--Secondary-Gold, #B28044);
}

.page_blog_fixed .sticky-post-title {
    color: var(--Grayscale-Gray1, #212529);

    /* Blog/H1 */
    font-family: "Noto Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
    /* 122.222% */
}

.sticky-post-date {
    color: var(--Grayscale-Gray3, #495057);

    /* Blog/Body16 */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.sticky-post-categories{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 1224px) {
    .page_blog_fixed {
        padding: 60px 20px;
    }

    .page_blog_fixed .sticky-post-img {
        width: 100%;
        height: auto;
    }

    .page_blog_fixed .sticky-post-title {
        font-size: 14px;
        line-height: 22px;
    }

    .page_blog_fixed .sticky-post-content {
        padding: 20px;
        gap: 8px;
    }

    .page_blog_fixed .sticky-post-date {
        font-size: 12px;
        line-height: 20px;
    }

    .page_blog_fixed .sticky-post-content {
        left: 16px;
        bottom: -24px;
        max-width: 300px;
    }
    .sticky-post-categories{
        justify-content: center;
    }
}

@media (max-width: 678px) {
    .page_blog_fixed .sticky-post-img {
        height: 300px;
    }
}
.page_blog_latest {
    padding: 0px 0px 64px;
}

.page_blog_latest .container {
    display: flex;
    max-width: 1216px !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.page_blog_latest h2.heading32 {
    width: 100%;
    align-items: flex-start;
    display: flex;
}

.posts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.post-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    /* Isso garante que todos os posts terão a mesma altura */
    max-width: 392px;
    padding: 16px;
    border: 1px solid var(--Grayscale-Gray4, #F1F3F5);
    background: var(--White, #FFF);
    gap: 16px;
}

.post-image img {
    max-width: 360px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.post-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px;
}

.post-categories {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

.post-category {
    color: var(--White, #FFF);

    /* Blog/Badge14 */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    padding: 4px 12px;
    border-radius: 250px;
    background: var(--Secondary-Gold, #B28044);
}

.post-date {
    color: #495057;
}

@media (max-width: 1200px) {
    .page_blog_latest{
        padding: 60px 20px;
    }
}

@media (max-width: 768px) {
    .page_blog_latest .heading24 {
        font-size: 18px;
        line-height: 26px;
    }

}
.page_blog_category {
    padding: 64px 20px 48px;
}

.page_blog_category .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    padding: 16px 0px;
}

.category-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 12px;
    align-self: stretch;
    flex-wrap: wrap;
}

.category-menu li {
    display: inline;
}

.category-menu a {
    color: var(--Grayscale-Gray3, #495057);
    text-align: center;
    
    /* Blog/Badge14 */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.category-menu a:hover {
    color: #77572f;
}

/* Cor marrom claro para o item ativo */
.category-menu .active {
    color: #B28044;
}

.divier-blog {
    width: 1px;
    height: 16px;
    background: #F1F3F5;
    border: none;
}

.divier-blog:last-of-type {
    display: none;
}

@media (max-width: 768px) {
    .page_blog_category{
        padding: 60px 20px 0px;
    }
}
.blog-pagination {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-pagination a {
    color: var(--Grayscale-Gray3, #495057);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all ease 0.5s;
    /* 125% */
}

.blog-pagination a:hover {
    transform: scale(0.98);
}

.blog-pagination .current {
    color: #B28044;
}
.page_blog_posts_content {
    padding: 64px 20px;
}

.page_blog_posts_content .container {
    display: flex;
    max-width: 800px;
    flex-direction: column;
    align-items: flex-start;
}

.page_blog_posts_content img {
    width: 100%;
}

.blog-post-content {
    width: 100%;
    gap: 32px;
    display: flex;
    flex-direction: column;
}

/* Tipografia */

.page_blog_posts_content .blog-post-content * {
    font-family: "Noto Sans";
}

.page_blog_posts_content .blog-post-content h1,
.page_blog_posts_content .blog-post-content h2,
.page_blog_posts_content .blog-post-content h3,
.page_blog_posts_content .blog-post-content h4,
.page_blog_posts_content .blog-post-content h5,
.page_blog_posts_content .blog-post-content h6 {
    color: #212529;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 800;
}

.page_blog_posts_content .blog-post-content p {
    color: #343A40;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.page_blog_posts_content .blog-post-content li {
    color: #343A40;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    list-style: inside;
}

.page_blog_posts_content .blog-post-content ul {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.page_blog_posts_content .blog-post-content h1 {
    font-size: 36px;
    line-height: 44px;
}

.page_blog_posts_content .blog-post-content h2 {
    font-size: 32px;
    line-height: 42px;
}

.page_blog_posts_content .blog-post-content h3 {
    font-size: 24px;
    line-height: 32px;
}

.page_blog_posts_content .blog-post-content a {
    Color: #4285F4;
    display: inline;
    Font-family: 'Noto Sans', sans-serif;
    Font-weight: 400;
    Font-size: 20px;
    Line-height: 32px;
    Text-decoration: underline;
}

.page_blog_posts_content .blog-post-content pre {
    display: flex;
    padding: 32px;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    color: var(--Grayscale-Gray1, #212529);
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    /* 160% */
    border-radius: 12px;
    border-left: 4px solid var(--Secondary-Gold, #B28044);
    background: var(--Grayscale-Gray4, #F1F3F5);
}

.page_blog_posts_content .blog-post-content img {}

@media (max-width: 768px) {
    .blog-post-content {
        gap: 12px;
    }

    .page_blog_posts_content .blog-post-content p {
        Font-size: 18px;
        Line-height: 28px;
    }


    .page_blog_posts_content .blog-post-content h1 {
        Font-size: 28px;
        Line-height: 36px;
    }

    .page_blog_posts_content .blog-post-content h2 {
        font-size: 32px;
        line-height: 34px;
    }

    .page_blog_posts_content .blog-post-content h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .page_blog_posts_content .blog-post-content a {
        Font-size: 18px;
        Line-height: 28px;
    }

    .page_blog_posts_content .blog-post-content pre {
        display: flex;
        padding: 16px;
        align-items: center;
        font-size: 18px;
        line-height: 28px;
    }

    .page_blog_posts_content .blog-post-content img {
        width: 100% !important;
    }
}

/* other css */

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or "contain" */
}

.section_gallery {
  padding: 60px 20px;
}

.top_gallery {
  text-align: center;
  justify-content: center;
  margin-bottom: 48px;
}

.current-page {
  color: #b28044 !important; /* Defina a cor que você deseja para a página atual */
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}

.pagination span#pages {
  display: flex;
  gap: 24px;
}

.pagination span#pages button {
  cursor: pointer;
  color: var(--gray3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.pagination span.pages {
  display: flex;
  gap: 24px;
}

.pagination span.pages button {
  cursor: pointer;
  color: var(--gray3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.left_margin12 {
  margin-left: 12px;
}

@media (max-width: 600px) {
  .gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .gallery img {
    width: 100%;
    max-width: 392px;
    height: 320px;
  }
}
