﻿.footer {
  background-color: var(--color-informatica)
}

.footer .top-footer {
  text-align: right;
  padding: 30px 0;
  position: relative
}

@media (max-width:991px) {
  .footer .top-footer {
    padding: 20px 0;
    text-align: start;
    align-items: start;
    justify-items: flex-start;
  }
}

.footer .top-footer:after {
  content: "";
  width: 1000vw;
  height: 1px;
  background-color: hsla(0,0%,100%,.15);
  position: absolute;
  bottom: 0;
  left: -100%
}

.footer .mid-footer {
  padding: 15px 0;
  position: relative;
}

.footer .mid-footer:after {
  content: "";
  width: 1000vw;
  height: 1px;
  background-color: hsla(0,0%,100%,.15);
  position: absolute;
  bottom: 0;
  left: -100%
}

.footer .mid-footer:last-child:after {
  display: none
}

.footer .end-footer {
  padding: 60px 0 60px;
  text-align: right
}

@media (max-width:991px) {
  .footer .end-footer {
    padding: 40px 0 !important;
    text-align: left;
    align-items: center;
  }
  .footer .end-footer .opening-hours {
    flex-direction: column;
    gap: 2rem;
  }
}

.footer .brand {
  float: left
}

@media (max-width:991px) {
  .footer .brand {
    margin-bottom: 20px
  }
}

.footer .brand img {
  width: 120px;
  margin-top: 11px;
}

@media (max-width:991px) {
  .footer .brand img {
    width: 114px
  }
}

.footer .footer-navigation {
  display: inline-block;
  vertical-align: middle;
  margin-top: 11px
}

@media (max-width:991px) {
  .footer .footer-navigation {
    width: 100%;
    text-align: left
  }
}

.footer .footer-navigation li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px
}

@media (max-width:991px) {
  .footer .footer-navigation li {
    width: 100%;
    margin: 0
  }
}

.footer .footer-navigation li a {
  font-family: var(--font-face);
  font-size: 16px;
  color: #fff;
  padding: 20px 0;
  display: block
}

.footer .footer-navigation .loja-link {
  display: none;
}

@media (max-width:991px) {
  .footer .footer-navigation li a {
    padding: 13px 0
  }
}

.footer .footer-navigation li a:hover {
  color: #c8c8c8
}

@media (max-width:991px) {
  .footer .footer-navigation .institutional-link {
    width: auto;
    position: absolute;
    right: 0
  }
}

.footer .footer-navigation .institutional-link a {
  width: 278px;
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  padding: 18.5px
}

@media (max-width:991px) {
  .footer .footer-navigation .institutional-link a {
    width: auto;
    padding: 18px 10px;
  }
}

.footer .footer-navigation .antigo-link a {
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  height: 55px;
  padding: 10px;
  width: 200px;
  display: flex;
  background-color: #fff;
  color: var(--color-informatica);
}

.footer .footer-navigation .antigo-link a svg {
  stroke: var(--color-informatica);
}

.footer .footer-navigation .antigo-link a span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  align-self: center;
}

.footer .footer-navigation .antigo-link a span::first-letter {
  text-transform: uppercase;
}

.footer .footer-navigation .antigo-link a:hover span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  align-self: center;
  transition: width .5s;
  font-weight: bold;
}

.antigo-link {
  position: relative;
}

@media (max-width:991px) {
  .footer .footer-navigation .antigo-link a {
    width: 190px;
  }
  .footer .footer-navigation .antigo-link a span {
    display: inline-block;
    padding: 8px 0px;
  }
}

.footer .company-units {
  margin: 0 -7.5px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
  row-gap: 30px;
}

.footer .adress-content h3 {
  font-size: 24px;
  color: white;
  margin: 18px 0;
}

@media (max-width:991px) {
  .footer .company-units {
    margin: 0;
    row-gap: 15px;
    text-align: center;
    justify-items: center;
    grid-template-columns: 1fr !important;
  }
  .footer .adress-content h3 {
    display: none
  }
  #address-details-modal .modal-body {
    flex-wrap: wrap;
    justify-content: center;
  }
  #address-details-modal .modal-content {
    width: min-content;
    text-align: center;
    width: 90%
  }
  #address-details-modal .modal-content iframe {
    max-width: 80vw
  }
  .footer .company-units li {
    width: 236px;
    display: block;
    border: solid 1px white;
    padding: 8px;
    border-radius: 2px;
    margin: 0px;
  }
  .footer .company-units li:last-child {
    margin-bottom: 0;
  }
}

.footer .company-units li {
  display: inline list-item;
  vertical-align: top;
  margin: 0 7.5px;
  color: #fff;
  font-size: 14px;
  list-style: circle;
  cursor: pointer;
  transition: all 0.08s ease-in;
}

.footer .company-units li:hover {
  transform: translate(5px);
  font-weight: bold
}

.footer .company-units li .unit-name {
  font-size: 14px;
  display: block;
  padding-top: 10%;
  font-weight: bold;
}

.footer .company-units li .telephone, .footer .company-units li address {
  font-family: var(--font-face);
  font-size: 10px;
}

.footer .company-units li address {
  margin: 15px 0;
  line-height: 18px;
}

.footer .company-units li .telephone {
  font-size: 10px;
  width: 50% !important;
  float: left;
}

.footer .attendance {
  float: left;
  text-align: left;
}

@media (max-width:991px) {
  .footer .attendance {
    float: none
  }
}

.footer .attendance h2 {
  font-size: 16px;
  margin-bottom: 15px
}

.footer .attendance h2, .footer .attendance p {
  font-family: var(--font-face);
  color: #fff
}

.footer .attendance p {
  width: 290px;
  max-width: 100%;
  font-size: 14px;
  line-height: 21px
}

.footer .util-links {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 150px;
  float: left;
  text-align: left;
}

@media (max-width:991px) {
  .footer .util-links {
    width: 100%;
    margin-top: 30px;
    width: 290px;
    margin-left: 20px;
  }
}

.footer .util-links .copyrights {
  display: inline-block;
  vertical-align: top;
  font-family: var(--font-face);
  font-size: 14px;
  color: #fff;
  margin: 0 20px;
}

@media (max-width:991px) {
  .footer .util-links .copyrights {
    width: 100%;
    margin: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
  }

  @media (max-width:991px) {
    .footer .util-links .copyrights:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: hsla(0,0%,100%,.15);
      position: absolute;
      bottom: 0;
      left: 0;
    }
  }
}

.footer .util-links .policies, .footer .util-links .policies a {
  display: inline-block;
  vertical-align: middle;
}

.footer .util-links .policies a {
  font-family: var(--font-face);
  font-size: 14px;
  color: #fff;
  margin: 0 20px;
  text-decoration: underline;
}

@media (max-width:991px) {
  .footer .util-links .policies a {
    margin: 0 40px 0 0;
  }
}

.footer .util-links .policies a:hover {
  color: #c8c8c8
}

.footer .complementary-footer {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}

@media (max-width:991px) {
  .footer .complementary-footer {
    padding-bottom: 100px;
  }
}

.footer .complementary-footer .payment-methods h2 {
  font-family: var(--font-face);
  font-size: 20px;
  color: #606062;
  margin-bottom: 40px;
}

@media (max-width:991px) {
  .footer .complementary-footer .payment-methods h2 {
    font-size: 16px;
    margin-bottom: 30px
  }
}

.footer .complementary-footer .payment-methods ul {
  margin: 0 -25px
}

@media (max-width:991px) {
  .footer .complementary-footer .payment-methods ul {
    margin: 0
  }
}

.footer .complementary-footer .payment-methods ul li {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px
}

@media (max-width:991px) {
  .footer .complementary-footer .payment-methods ul li {
    width: 100%;
    margin: 0 0 30px
  }
  .footer .complementary-footer .payment-methods ul li:last-child {
    margin-bottom: 0
  }
}

.footer .complementary-footer .payment-methods ul li .method-title {
  display: block;
  font-family: var(--font-face);
  font-size: 12px;
  line-height: 18px;
  color: #2d2d2e;
  margin-bottom: 12px
}

.footer .complementary-footer .payment-methods ul li img {
  display: inline-block;
  margin: 0 2.5px
}

.footer .complementary-footer .disclaimer {
  width: 100%;
  display: block;
  margin: 40px 0;
  font-family: var(--font-face);
  font-size: 12px;
  line-height: 18px;
  color: #2d2d2e
}

.footer .complementary-footer .developer {
  text-align: center
}

.footer .complementary-footer .developer a {
  display: inline-block
}

.footer-navigation a {
  text-transform: lowercase;
}

.footer-navigation a::first-letter {
  text-transform: uppercase;
}

.end-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.end-footer .util-links ul li {
  margin-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.end-footer .util-links ul li::before {
  content: ">";
  color: #fff;
  position: absolute;
  left: -10px;
  font-weight: bold;
  transition: all 0.5s;
}

.end-footer .util-links ul li a {
    color: #fff;
    font-size: 14px;
} 

.end-footer .util-links ul li a:hover {
    font-weight: bold;
    transform: translate(5px);
}

.footer .end-footer .copyrights {
  margin-top: 60px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  color: white;
}

.adress-content h3 {
    font-size: 24px;
    color: #fff;
    margin: 18px 0;
}

.footer-wrapper .footer .top-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
  .footer .top-footer {
    padding: 20px 0;
    text-align: start;
    align-items: start;
    justify-items: flex-start;
  }
}

.footer-checkout {
  background-color: transparent;
  border-top: 1px solid #c8c8c8;
}