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

:root {
  --red: #711911;
  --redDark: #4b0600;
  --white: #ffffff;
  --gold: #ccb878;
  --gray: #98989a;
  --grayLight: #e6e6e6;
  --grayDark: #515153;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --bold: 700;
  --extraBold: 800;
  --Black: 900;
}

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

body *::selection {
  color: var(--white);
  background-color: var(--gold);
}

body h1,
body h2,
body h3 {
  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 .lora-font {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
}

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

body .red-title {
  color: var(--red);
  font-weight: var(--bold);
}

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(--redDark);
  color: var(--white);
}

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://fabioronchiadvogados.com.br/wp-content/uploads/2024/07/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 .image-with-border {
  border: 10px solid var(--gold);
  border-top-left-radius: 16%;
  border-bottom-right-radius: 16%;
  display: block;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

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

.main-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--red);
  height: 100px;
  -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(-167.3913043478px + 21.7391304348vw);
  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 .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: 70px;
  -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,
.main-header .main-menu a {
  position: relative;
  color: var(--white);
  font-weight: var(--light);
  font-size: calc(17.200px + 0.250vw);
  cursor: pointer;
  line-height: 1;
  -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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header .main-menu p:after {
  content: "";
  position: relative;
  right: -10px;
  top: -5px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--gray);
  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::before {
  content: "";
  height: 1px;
  position: absolute;
  background: var(--gray);
  width: 0;
  bottom: -5px;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}

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

.main-header .main-menu .sub-menu {
  position: absolute;
  min-width: 120px;
  background-color: var(--red);
  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: 80px;
  -webkit-box-shadow: 0px 3px 10px #ffffff29;
  box-shadow: 0px 3px 10px #ffffff29;
}

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

/* Social Media icon floating */
.social-media-floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999;
}

.social-media-floating .media-link {
  border: 1px solid var(--gold);
  cursor: pointer;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: var(--red);
  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;
}

.social-media-floating .media-link.link-whatsapp {
  margin-bottom: 20px;
}

.social-media-floating .media-link img {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-media-floating .media-link: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(113, 25, 17, 0.5);
    box-shadow: 0 0 0 0 rgba(113, 25, 17, 0.5);
  }

  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(113, 25, 17, 0);
    box-shadow: 0 0 0 14px rgba(113, 25, 17, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(113, 25, 17, 0.5);
    box-shadow: 0 0 0 0 rgba(113, 25, 17, 0.5);
  }

  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(113, 25, 17, 0);
    box-shadow: 0 0 0 14px rgba(113, 25, 17, 0);
  }
}

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

/* $Popup Políticas de privacidade */
.cc-window.cc-floating {
  border-top: 1px solid var(--red) !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;
  -webkit-box-shadow: 0px 0px 30px 0px #ffffff29;
  box-shadow: 0px 0px 30px 0px #ffffff29;
}

.cc-floating .cc-message {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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(--red) !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(--redDark) !important;
  color: var(--gold) !important;
  text-decoration: none !important;
}

a.cc-btn.cc-deny{
  background-color: var(--grayLight) !important;
  color: var(--grayDark) !important;
}

a.cc-btn.cc-deny:hover{
  background-color: var(--grayDark  ) !important;
  color: var(--grayLight) !important;
}

a.cc-link{
  display: none !important;
}

.cc-revoke{
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 30px;
  background-color: var(--redDark);
  color: var(--white);
  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(--red);
  text-decoration: none !important;
}

a.btn-link-policies{
  display: block !important;
  opacity: unset !important;
  color: var(--white) !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.btn-link-policies:hover{
  color: var(--gold) !important;
}

/* $Footer */
.main-footer {
  position: relative;
  background-color: var(--red);
  padding-bottom: calc(40.000px + 3.125vw);
}

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

.main-footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(38.000px + 3.125vw);
  left: 0;
  bottom: 0;
  background-image: url("https://fabioronchiadvogados.com.br/wp-content/uploads/2024/07/fundo-escudo-horizontal-vermelho.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

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

.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;
  padding: 0 calc(-167.3913043478px + 21.7391304348vw);
  padding-top: calc(16.000px + 4.375vw);
  margin: 0 auto calc(4.000px + 8.125vw) auto;
}

.main-footer .section-contact .section-infos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: calc(-175.6521739130px + 19.5652173913vw);
}

.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: 40px;
}

.main-footer .section-contact .div-contact.multiple-icons{
  -ms-grid-columns: 100px 5px auto;
  grid-template-columns: 100px auto;
}

.main-footer .section-contact .div-contact.multiple-icons .icons-list{
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
}

.main-footer .div-contact img {
  max-width: 40px;
  margin: auto;
}

.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;
  width: fit-content;
  font-size: calc(16.600px + 0.438vw);
}

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

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

.main-footer .div-contact.div-service-hours p {
  max-width: 400px;
}

.main-footer .div-contact.div-address p {
  width: calc(247.8260869565px + 15.2173913043vw);
}

.main-footer .google-maps-frame {
  width: calc(286.9565217391px + 16.3043478261vw);
  height: calc(291.3043478261px + 10.8695652174vw);
  overflow: hidden;
  position: relative;
  border: 10px solid var(--gold);
  border-top-left-radius: 8%;
  border-bottom-right-radius: 8%;
  display: block;
}

.main-footer .google-maps-frame iframe{
  width: 100%;
  height: 100%;
}

.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) {
  /* $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-floating .cc-message {
    -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(--red);
    -webkit-box-shadow: 0px 0px 2px 0 var(--gold);
    -moz-box-shadow: 0px 0px 2px 0 var(--gold);
    box-shadow: 0px 0px 2px 0 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(--white);
    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(--white);
    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(--red);
    -webkit-box-shadow: -10px 0px 20px -18px var(--gold);
    -moz-box-shadow: -10px 0px 20px -18px var(--gold);
    box-shadow: -10px 0px 20px -18px var(--gold);
    -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, .main-footer .section-contact .div-contact.multiple-icons {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    justify-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }

  .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-contact.div-service-hours p {
    max-width: 280px;
    margin: auto;
  }

  .main-footer .google-maps-frame{
    width: 90vw;
    height: calc(279.4117647059px + 22.0588235294vw);
    margin: auto;
  }
}