@import url("assets/css/areasExpertise.css");
@import url("assets/css/home.css");
@import url("assets/css/privacyPolicies.css");
@import url("assets/css/team.css");

:root {
  --blue: #002436;
  --blueDark: #000921;
  --blueLight: #003747;
  --white: #ffffff;
  --gold: #CFB579;
  --greyLight: #dddada;
  --greyDark: #363636;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --bold: 700;
  --extraBold: 800;
  --Black: 900;
}

body {
  font-family: "Raleway", sans-serif;
  color: calc(19.000px + 3.438vw);
  color: var(--blue);
}

body h1,
body h2,
body h3 {
  text-transform: uppercase;
  font-weight: var(--Black);
  font-size: calc(30.000px + 1.563vw);
}

body h4 {
  font-size: calc(16.600px + 0.438vw);
}

body h5 {
  font-size: calc(15.200px + 0.250vw);
}

body h6 {
  font-size: calc(15.600px + 0.125vw);
}

body p {
  line-height: 1.5;
  font-weight: var(--regular);
}

body p,
body span,
body a,
body a:visited,
body li {
  display: block;
  color: var(--greyDark);
  font-size: calc(15.600px + 0.125vw);
}

body input,
body textarea,
body select,
body select option {
  font-size: 18px;
  font-weight: var(--regular);
  letter-spacing: 0.05em;
}

body .gold-title {
  color: var(--gold);
}

body .blue-title {
  color: var(--blue);
}

body .small-title {
  font-size: calc(19.400px + 0.813vw);
}

body .btn-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border: none;
  cursor: pointer;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: var(--regular);
  background-color: var(--gold);
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

body .btn-default:hover {
  background-color: var(--blueDark);
  color: var(--gold);
}

body .default-wysiwyg-editor a {
  display: inline;
  font-weight: var(--medium);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--greyDark);
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body .default-wysiwyg-editor a:hover {
  border-color: var(--greyDark);
}

body .default-wysiwyg-editor p:not(:last-child) {
  margin-bottom: 15px;
}

body .default-wysiwyg-editor ul {
  padding-left: 20px;
  list-style: disc;
}

body .default-wysiwyg-editor ul li {
  display: list-item;
}

body .default-wysiwyg-editor ol {
  padding-left: 20px;
  list-style: decimal;
}

body .default-wysiwyg-editor ol li {
  display: list-item;
}

body .default-wysiwyg-editor blockquote {
  text-align: justify;
  position: relative;
  width: 80%;
  margin: auto;
}

body .default-wysiwyg-editor blockquote:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: -40px;
  top: -10px;
  background-image: url("https://manentiadvogados.com.br/wp-content/uploads/2024/02/Quotes-large.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

body .default-wysiwyg-editor h2{
  font-size: calc(25.600px + 0.750vw);
}

body .default-wysiwyg-editor h3{
  font-size: calc(21.200px + 0.563vw);
}

body .opposite-horizontal-rectangles {
  position: absolute;
}

body .opposite-horizontal-rectangles::before,
body .opposite-horizontal-rectangles::after {
  content: "";
  position: absolute;
  width: calc(-4.7826086957px + 18.4782608696vw);
  height: 25px;
}

body .opposite-horizontal-rectangles::before {
  top: 0;
  left: 0px;
  background-color: var(--blue);
}

body .opposite-horizontal-rectangles::after {
  top: 25px;
  left: -80px;
  background-color: var(--gold);
}

body .opposite-horizontal-rectangles.opposite-down {
  top: unset;
  bottom: 25px;
  right: 0;
}

body .opposite-horizontal-rectangles.opposite-down::before,
body .opposite-horizontal-rectangles.opposite-down::after {
  left: unset;
  bottom: 0;
  right: 0;
}

body .opposite-horizontal-rectangles.opposite-down::after {
  right: 80px;
}

/* $Main Menu */
.burger-mobile {
  display: none;
}

.main-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-image: -o-linear-gradient(310deg, hsl(224deg 100% 6%) 0%, hsl(216deg 94% 7%) 9%, hsl(212deg 92% 8%) 18%,
      hsl(208deg 93% 9%) 28%, hsl(206deg 96% 10%) 37%, hsl(203deg 99% 10%) 46%, hsl(201deg 100% 11%) 55%, hsl(200deg 100% 11%) 64%,
      hsl(198deg 100% 12%) 73%, hsl(197deg 100% 13%) 82%, hsl(195deg 100% 13%) 91%, hsl(194deg 100% 14%) 100%);
  background-image: linear-gradient(140deg, hsl(224deg 100% 6%) 0%, hsl(216deg 94% 7%) 9%, hsl(212deg 92% 8%) 18%,
      hsl(208deg 93% 9%) 28%, hsl(206deg 96% 10%) 37%, hsl(203deg 99% 10%) 46%, hsl(201deg 100% 11%) 55%, hsl(200deg 100% 11%) 64%,
      hsl(198deg 100% 12%) 73%, hsl(197deg 100% 13%) 82%, hsl(195deg 100% 13%) 91%, hsl(194deg 100% 14%) 100%);
  height: 90px;
  -webkit-box-shadow: 0px 3px 10px transparent;
  box-shadow: 0px 3px 10px transparent;
  z-index: 99998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-header .header-grid {
  padding: 0 calc(-131.7391304348px + 14.6739130435vw);
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header .logo-content.has-oab-office{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header .oab-office{
  font-size: calc(14.200px + 0.563vw);
  color: var(--white);
  margin-left: 30px;
  
}

.main-header .custom-logo-link {
  max-width: calc(53.0434782609px + 8.6956521739vw);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-header .custom-logo-link img {
  max-height: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-header .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: calc(-154.7826086957px + 18.4782608696vw);
}

.main-header .main-menu li:not(:last-of-type) {
  margin-right: calc(-56.0869565217px + 7.6086956522vw);
}

.main-header .main-menu p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  position: relative;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: var(--light);
  letter-spacing: 0.1em;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-header .main-menu p:after {
  content: "";
  position: relative;
  right: -10px;
  top: -2px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--white);
  border-top: 0;
  border-right: 0;
  transform: rotate(315deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-header .main-menu a {
  position: relative;
  color: var(--gold);
  font-weight: var(--light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-header .main-menu a::before {
  content: "";
  height: 1px;
  position: absolute;
  background: var(--gold);
  width: 0;
  bottom: -2px;
  transition: width 0.2s;
}

.main-header .main-menu a:hover::before {
  width: 30px;
}

.main-header .main-menu .sub-menu {
  position: absolute;
  min-width: 120px;
  background-color: var(--white);
  padding: 10px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 10px #00000029;
  box-shadow: 0px 3px 10px #00000029;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  z-index: -20;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-header .main-menu .sub-menu li {
  margin-right: 0;
}

.main-header .main-menu .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.main-header .main-menu .menu-item:hover p:after {
  top: 2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.main-header .main-menu .menu-item:hover .sub-menu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  z-index: 999999;
}

.main-header.sticky {
  height: 60px;
  -webkit-box-shadow: 0px 3px 10px #ffffff29;
  box-shadow: 0px 3px 10px #ffffff29;
}

.main-header.sticky .custom-logo-link {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

/* Whatsapp icon floating */
.link-whatsapp {
  cursor: pointer;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  text-decoration: unset;
  border-radius: 50% 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.link-whatsapp img {
  position: absolute;
  -webkit-filter: invert(1);
  filter: invert(1);
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.link-whatsapp:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.main-content {
  padding-top: 90px;
}

/* $Popup Políticas de privacidade */
.cc-window.cc-floating {
  border-top: 1px solid var(--blue) !important;
  max-width: unset !important;
  width: 100% !important;
  bottom: 0 !important;
  left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  z-index: 99999 !important;
  text-align: center;
}

.cc-floating .cc-message {
  margin-bottom: 0 !important;
}

.cc-window.cc-floating .cc-compliance {
  margin-left: 10px !important;
  -webkit-box-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
}

.cc-compliance>.cc-btn {
  -webkit-box-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
}

span.cc-message {
  color: var(--white) !important;
}

a.cc-btn {
  background-color: var(--gold) !important;
  color: var(--blue) !important;
  border: 1px solid transparent !important;
  font-weight: var(--bold) !important;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a.cc-btn:hover {
  background-color: var(--blueDark) !important;
  color: var(--gold) !important;
}

.cc-revoke{
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 30px;
  background-color: var(--blueDark);
  color: var(--gold);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px 0px #ffffff29;
  box-shadow: 0px 0px 30px 0px #ffffff29;
  -webkit-transition: all 0.35s ease-in-out !important;
  -o-transition: all 0.35s ease-in-out !important;
  transition: all 0.35s ease-in-out !important;
}

.cc-revoke:hover{
  background-color: var(--blue);
  text-decoration: none !important;
}

/* $Footer */
.main-footer {
  background-image: -o-linear-gradient(310deg, hsl(224deg 100% 6%) 0%, hsl(216deg 94% 7%) 9%, hsl(212deg 92% 8%) 18%,
      hsl(208deg 93% 9%) 28%, hsl(206deg 96% 10%) 37%, hsl(203deg 99% 10%) 46%, hsl(201deg 100% 11%) 55%, hsl(200deg 100% 11%) 64%,
      hsl(198deg 100% 12%) 73%, hsl(197deg 100% 13%) 82%, hsl(195deg 100% 13%) 91%, hsl(194deg 100% 14%) 100%);
  background-image: linear-gradient(140deg, hsl(224deg 100% 6%) 0%, hsl(216deg 94% 7%) 9%, hsl(212deg 92% 8%) 18%,
      hsl(208deg 93% 9%) 28%, hsl(206deg 96% 10%) 37%, hsl(203deg 99% 10%) 46%, hsl(201deg 100% 11%) 55%, hsl(200deg 100% 11%) 64%,
      hsl(198deg 100% 12%) 73%, hsl(197deg 100% 13%) 82%, hsl(195deg 100% 13%) 91%, hsl(194deg 100% 14%) 100%);
}

.main-footer * {
  color: var(--white);
}

.main-footer .gold-title {
  font-size: calc(46.000px + 1.250vw);
  margin-bottom: calc(26.000px + 1.250vw);
}

.main-footer .section-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1350px;
  padding: 0 50px;
  padding-top: calc(16.000px + 4.375vw);
  margin: 0 auto;
}

.main-footer .section-contact .section-infos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(-8.6956521739px + 10.8695652174vw);
  margin-bottom: calc(4.000px + 8.125vw);
}

.main-footer .section-contact .div-contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 5px auto;
  grid-template-columns: 50px auto;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 25px;
}

.main-footer .div-contact a,
.main-footer .div-contact p {
  color: var(--white);
  font-weight: var(--medium);
}

.main-footer .div-contact p {
  white-space: pre-line;
}

.main-footer .section-contact .section-infos .div-contact a,
.main-footer .section-contact .section-infos .div-contact p {
  position: relative;
  font-size: calc(16.600px + 0.438vw);
}

.main-footer .section-contact .section-infos .div-contact a::before {
  content: "";
  height: 1px;
  position: absolute;
  background: var(--white);
  width: 0;
  bottom: -4px;
  transition: width 0.2s;
}

.main-footer .section-contact .section-infos .div-contact a:hover::before {
  width: 50px;
}

.main-footer .section-contact .div-social-media {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(-16.7391304348px + 2.1739130435vw) 1fr calc(-16.7391304348px + 2.1739130435vw) 1fr calc(-16.7391304348px + 2.1739130435vw) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: calc(-16.7391304348px + 2.1739130435vw);
  -moz-column-gap: calc(-16.7391304348px + 2.1739130435vw);
  column-gap: calc(-16.7391304348px + 2.1739130435vw);
  row-gap: 15px;
}

.main-footer .section-contact .div-social-media .link-social-media img {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-footer .section-contact .div-social-media .link-social-media:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.main-footer .subfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
}

.main-footer .subfooter p {
  text-align: center;
}

@media (max-width: 1000px) {

  body .opposite-horizontal-rectangles::before,
  body .opposite-horizontal-rectangles::after {
    width: 180px;
    height: 25p;
  }

  /* $Popup Políticas de privacidade */
  .cc-window.cc-floating {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .cc-window.cc-floating .cc-compliance {
    margin-top: 20px !important;
  }

  /* $Main Menu */
  .burger-mobile {
    display: block;
    width: 50px;
    height: 50px;
    background: var(--blue);
    border: 1px solid var(--gold);
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    z-index: 99997;
    position: fixed;
    top: 15px;
    right: 0px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .burger-mobile.open {
    -webkit-transform: translateX(-255px);
    -ms-transform: translateX(-255px);
    transform: translateX(-255px);
  }

  .burger-mobile .burger {
    position: relative;
    background: var(--gold);
    width: 30px;
    height: 3px;
    border-radius: 5px;
    top: 46%;
    right: 0px;
    margin: auto;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .burger-mobile .burger:before,
  .burger-mobile .burger:after {
    content: "";
    display: block;
    position: absolute;
    background: var(--gold);
    width: 30px;
    height: 3px;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .burger-mobile .burger::before {
    top: 10px;
  }

  .burger-mobile .burger:after {
    bottom: 10px;
  }

  .burger-mobile.open .burger {
    background-color: transparent;
  }

  .burger-mobile.open .burger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }

  .burger-mobile.open .burger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
  }

  .main-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99996;
  }

  .main-header .custom-logo-link {
    max-width: 180px;
    margin-left: 30px;
    display: block;
  }

  .main-header .menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 20px;
    z-index: 99998;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 255px;
    height: 100vh;
    overflow-y: scroll;
    background: var(--blue);
    -webkit-transform: translateX(280px);
    -ms-transform: translateX(280px);
    transform: translateX(280px);
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .main-header .menu-wrapper .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
  }

  .main-header .menu-wrapper .main-menu li {
    padding-bottom: 25px;
  }

  .main-header .menu-wrapper .main-menu li:not(:last-of-type) {
    margin-right: 0px;
  }

  .main-header .menu-wrapper .main-menu .sub-menu {
    margin-top: 10px;
    position: relative;
    transform: unset;
    background-color: transparent;
    box-shadow: unset;
    padding: 0;
    padding-left: 20px;
  }

  .main-header .menu-wrapper .main-menu .sub-menu li {
    padding-bottom: 0;
  }

  .main-header .menu-wrapper .main-menu .sub-menu li:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .main-header .menu-wrapper .main-menu .btn-menu a {
    padding: 0;
    box-shadow: unset;
    border-radius: unset;
    color: var(--white);
    background-color: transparent;
  }

  .main-header .menu-wrapper .main-menu .btn-menu a:hover {
    color: var(--white);
    background-color: transparent;
  }

  .main-header .menu-wrapper.open {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }

  /* $Footer */
  .main-footer .section-contact {
    align-items: center;
  }

  .main-footer .section-contact .section-infos {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0;
  }

  .main-footer .section-contact .div-contact {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    justify-items: center;
    gap: 15px;
    margin-bottom: 40px;
  }

  .main-footer .section-contact .div-contact p {
    text-align: center;
  }

  .main-footer .section-contact .section-infos .div-contact a,
  .main-footer .section-contact .section-infos .div-contact p {
    font-size: calc(15.0588235294px + 0.2941176471vw);
  }

  .main-footer .section-contact .div-social-media {
    margin: auto;
    gap: 15px;
  }
}