.site-footer * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-footer,
.site-footer .footer-wrapper {
  background-color: var(--default-text-color);
  padding: 0;
}

.site-footer .footer-info-wrapper {
  background-color: #f1f1f1;
  padding: .5rem 0;
}

.site-footer .footer-wrapper div.region-footer {
  max-width: 1430px;
  display: grid;
  grid-template-areas: "col1 col2 col3 col4";
  grid-template-columns: 6fr 2fr 2fr 2fr;
  grid-auto-flow: dense;
  column-gap: 0;
  width: 100%;
  padding: 80px 15px;
}

.site-footer .footer-wrapper div.region-footer> :nth-child(1) {
  width: 100%;
  grid-row: span 1;
  grid-column: col1;
  max-width: 600px;
  padding-right: 50px;
}

.site-footer .footer-wrapper div.region-footer> :nth-child(2) {
  width: 100%;
  grid-column: col1;
  max-width: 600px;
  padding-right: 50px;
}

.site-footer #block-footercontactus #block-sociallinks {
  display: none;
}

.site-footer div[id*=footercontactus]>div>div {
  display: flex;
  gap: 10px;
  flex-direction: column;
}


.site-footer div[id*=footercontactus] p>a,
.site-footer div[id*=footercontactus] p>span {
  display: block;
  pointer-events: none;
  font-size: 14px;
  padding-top: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    color: #dcddde;
}

.site-footer .footer-wrapper div.region-footer .heading4-white, .site-footer .footer-wrapper div.region-footer .heading4-white strong, .site-footer .footer-wrapper div.region-footer .menu--footer-menu > span {
  font-weight: 600;
}

.site-footer .footer-wrapper div.region-footer>.footer-links-1 {
  grid-row: span 2;
  grid-column: col2;
  width: 100%;
  height: 100%;
  padding: 0 1rem 0 0 !important;
}



.site-footer .footer-wrapper div.region-footer>.footer-links-2 {
  grid-row: span 2;
  grid-column: col3;
  width: 100%;
  height: 100%;
  padding: 0 1rem 0 0 !important;
}

.site-footer .footer-wrapper div.region-footer>.footer-links-3 {
  grid-row: span 2;
  grid-column: col4;
  width: 100%;
  height: 100%;
  padding: 0 1rem 0 0 !important;
}



.site-footer .footer-wrapper div.region-footer>.block.block-content-type-sd_b001 p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
      -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    color: #dcddde;
}

.site-footer .footer-wrapper div.region-footer>.block.block-content-type-sd_b001 p>a {
  color: inherit;
  -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

.site-footer .footer-wrapper div.region-footer>.block.block-content-type-sd_b001 p>a:hover {
  text-decoration: underline;
}

.site-footer .footer-wrapper div.region-footer>.block.block-content-type-sd_b001 p:last-of-type {
  margin-bottom: 0 !important;
}

.site-footer .footer-wrapper div.region-footer div[id*="footercontactus"] .heading4-white {
  margin-top: 50px;
}

.site-footer .footer-wrapper div.region-footer #block-footergroup img {
  margin: 0 0 25px;
  width: 100px;
}

.site-footer .footer-wrapper div.region-footer .heading4-white,
.site-footer .footer-wrapper div.region-footer .menu--footer-menu>span {
  font-size: 16px;
  margin-bottom: 20px !important;
  margin-top: 0;
}

.site-footer .footer-wrapper div.region-footer .heading4-white {
 /*margin-top: 57px !important;
 margin-top: 26px !important;*/
  line-height: 1 !important;
}

.site-footer .menu--footer-menu .menu {
  gap: 15px;
  display: flex;
  flex-flow: row wrap;
}

.site-footer .menu--footer-menu .menu:after {
  content: none;
}

.site-footer .footer-wrapper div.region-footer .menu--footer-menu .menu-item a {
  font-size: 14px;
  text-transform: initial;
  margin: 0 !important;
  line-height: 1;
  font-weight: 300;
  -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    color: #dcddde;
}

.site-footer .footer-wrapper div.region-footer .menu--footer-menu .menu-item a:hover {
  text-decoration: underline;
  color: #dcddde;
}

.site-footer .footer-wrapper div.region-footer .menu--footer-menu .menu-item a:before {
  content: none;
}



.site-footer .footer-wrapper div.region-footer>div[id*=footercontactus].block.block-content-type-sd_b001 p {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 0;
  -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    color: #dcddde;
}

.site-footer .footer-wrapper div.region-footer>div[id*=footercontactus].block.block-content-type-sd_b001 p:last-of-type {
  margin-bottom: 0;
}


.site-footer .footer-info-wrapper .region-footer-info {
  max-width: 1440px;
  padding: 0 15px;
  justify-content: space-between;
}

.site-footer .footer-info-wrapper .region-footer-info #block-sociallinks {
  max-width: calc((40px * 4) + 30px);
  ;
}


.site-footer .footer-info-wrapper .region-footer-info .menu--social-links .menu>.menu-item {
  width: 30px;
  height: 30px;
}

.site-footer .footer-info-wrapper .region-footer-info .menu--social-links .menu>.menu-item a {
  position: absolute;
  width: 30px;
  height: 30px;
  text-indent: 2000px;
  overflow: hidden;
  white-space: nowrap;
  border-top: none;
  z-index: 1;
}

.site-footer .footer-info-wrapper .region-footer-info .menu--social-links .menu>.menu-item img {
  width: 30px;
  height: 30px;
}

.site-footer .footer-info-wrapper .region-footer-info .menu--social-links .menu .field--name-field-icon {
  width: 40px;
}

.site-footer .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) .menu-title {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.site-footer .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) .menu-item {
  text-transform: initial;
}

.site-footer .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) a {
  color: #fff;
  font-size: 16px;
}

.site-footer .footer-info-wrapper nav.block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) {
  padding: 0 !important;
  justify-content: center;
  display: flex;
  border: none;
}

.site-footer .footer-info-wrapper nav.block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks):not(.menu--social-links) ul {
  display: flex !important;
  align-items: center;
  gap: 25px;
}

.site-footer .footer-info-wrapper nav.block-menu.menu--social-links:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) ul {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.site-footer .footer-info-wrapper .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) .menu-item {
  margin-top: 0;
}

.site-footer .footer-info-wrapper .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) .menu-item a {
  color: #262626;
  font-size: 14px;
}

.site-footer .footer-info-wrapper .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) .menu-item .ot-sdk-show-settings:hover,
.site-footer .footer-info-wrapper .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) .menu-item a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.site-footer .footer-wrapper div.region-footer .menu--footer-menu {
  padding: 0;
}

.site-footer .footer-wrapper div.region-footer div[id*=footercontactus] .menu li {
  display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px 0;
}

.site-footer .footer-wrapper div.region-footer div[id*=footercontactus] .menu li:before {
  content: '\f40f';
  font-family: bootstrap-icons;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .site-footer .footer-wrapper div.region-footer {
    grid-template-areas:
      "col1"
      "col2"
      "col3"
      "col4";
    grid-template-columns: 1fr;
    padding: 50px 15px !important;
    max-width: 720px;
  }

  .site-footer .footer-wrapper div.region-footer> :nth-child(1) {
    padding-right: 0;
    max-width: 100%;
  }

  .site-footer .footer-wrapper div.region-footer> :nth-child(2) {
    grid-column: col1;
    padding-right: 0;
    max-width: 100%;
  }

  .site-footer .footer-wrapper div.region-footer>.footer-links-1 {
    padding: 0 !important;
    grid-row: unset;
    grid-column: unset;
  }

  .site-footer .footer-wrapper div.region-footer>.footer-links-2 {
    padding: 0 !important;
    grid-row: unset;
    grid-column: unset;
  }

  .site-footer .footer-wrapper div.region-footer>.footer-links-3 {
    padding: 0 !important;
    grid-row: unset;
    grid-column: unset;
  }

  .site-footer .footer-wrapper div.region-footer #block-footergroup img {
    margin: 0;
    width: 80px;
  }

  .site-footer .footer-wrapper div.region-footer .heading4-white {
    margin-top: 0 !important;
  }

  .site-footer .footer-info-wrapper {
    padding: 20px 10px 65px;
  }

  .site-footer .footer-info-wrapper .region-footer-info {
    padding: 0;
    flex-flow: column wrap;
  }
  
  .site-footer div[id*=footercontactus] p>a, .site-footer div[id*=footercontactus] p>span {
    font-size: 16px;
    padding-top: 5px;
    display: inline;
  }
  
  .site-footer .footer-info-wrapper .region-footer-info nav:first-child {
    order: 2;
  }
  
  .site-footer .footer-info-wrapper .region-footer-info nav:last-child {
    order: 1;
  }
 
  .site-footer .footer-info-wrapper nav.block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks):not(.menu--social-links) ul {
    flex-flow: row wrap;
    gap: 10px 20px;
    background: unset;
    justify-content: center;
  }

  .site-footer .footer-info-wrapper .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) .menu-title {
    display: none;
  }

  .site-footer .footer-info-wrapper .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) .menu-item {
    width: auto;
    padding: 0;
  }

  .site-footer .footer-info-wrapper .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) .menu-item a {
    padding: 0;
    border: none;
    text-align: right;
  }

  .site-footer .footer-info-wrapper .block-menu:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) .menu-item span {
    text-align: right;
    width: 100%;
    display: block;
  }

  .site-footer .footer-info-wrapper nav.block-menu.menu--social-links:not(.menu--blogs):not(.menu--redes-sociales):not(.menu--footer-menu):not(.menu--redes-sociais):not(.menu--social-networks) ul {
    gap: 15px;
    background: unset;
    padding-bottom: 30px !important;

  }
  
  .site-footer .footer-wrapper div.region-footer .menu--footer-menu:last-of-type>span,
  .site-footer .footer-wrapper div.region-footer .menu--footer-menu:last-of-type>.menu{
    margin-bottom: 0 !important;
  }

  .site-footer .footer-wrapper div.region-footer .menu--footer-menu:last-of-type .menu li:first-of-type {
    margin-top: 20px;
  }
  .site-footer .footer-info-wrapper nav.block-menu.menu--social-links ul:after {
    content: none;
  }

  .site-footer .footer-wrapper div.region-footer div[id*=footergroup]>div>div,
  .site-footer .footer-wrapper div.region-footer div[id*=footercontactus]>div>div,
  .site-footer .menu--footer-menu .menu {
    display: none;
    overflow: hidden;
    padding-left: 0;
    padding-right: 15px;
  }
  

  .site-footer .footer-wrapper div.region-footer div[id*=footergroup].expanded>div>div,
  .site-footer .footer-wrapper div.region-footer div[id*=footercontactus].expanded>div>div,
  .site-footer .footer-wrapper div.region-footer div[id*=footercontactus].expanded .menu,
  .site-footer .menu--footer-menu.expanded .menu {
    display: flex;
    flex-direction: column;
    /*transition: max-height .3s ease-in;*/

    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  
  .site-footer .footer-wrapper div.region-footer div[id*=footercontactus].expanded .menu {
    padding: 0;
    border-bottom: 0;
    display: block;
  }
  
  .site-footer .footer-wrapper div.region-footer div[id*=footercontactus].expanded .menu--footer-menu {
    padding: 0;
    margin-top: 0 !important;
  }
  
        .site-footer .footer-wrapper div.region-footer div[id*=footercontactus] .menu li {
        margin: 0 !important;
    }
  
  .site-footer .footer-wrapper div.region-footer div[id*=footercontactus] .menu li a {
    margin-bottom: 0 !important;
  }
  



  .site-footer .footer-wrapper div.region-footer .heading4-white,
  .site-footer .footer-wrapper div.region-footer .menu--footer-menu>span {
    border-bottom: 1px solid #fff;
    padding: 0 10px 19px 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px !important;
  }

  .site-footer .footer-wrapper div.region-footer .heading4-white:after,
  .site-footer .footer-wrapper div.region-footer .menu--footer-menu>span:after {
    content: '\f279';
    font-family: bootstrap-icons;

  }

  .site-footer .footer-wrapper div.region-footer div[id*=footergroup].expanded .heading4-white:after,
  .site-footer .footer-wrapper div.region-footer div[id*=footercontactus].expanded .heading4-white:after,
  .site-footer .footer-wrapper div.region-footer .menu--footer-menu.expanded>span:after {
    transform: rotate(180deg);
    transition: transform .3s ease-in;
  }
  

}

@media screen and (max-width: 768px) {
  .site-footer .footer-wrapper div.region-footer {
    max-width: 540px;
  }
}