/* Footer */

/* Bootstrap */

.mt-3 {
   margin-top: 1.5rem !important;
}

.mb-2 {
   margin-bottom: 0.75rem !important;
}

.container {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 0 20px 0 20px !important;
   width: 100% !important;
}

/* End Bootstrap */

footer {
   display: flex !important;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background: var(--white);
   margin-top: 30px;
   bottom: 0;
   color: var(--black);
   font-size: 14px;
   border-top: 1px #e6e6e6 solid;
}

.footer-image {
   display: flex;
   position: relative;
   bottom: 0;
}

.newsletter {
   width: 50%;
}

.central-atendimento {
   display: flex;
   flex-direction: row;
   align-items: center;
   align-content: center;
   border-radius: 10px;
   padding: 0 30px;
   cursor: pointer;
   width: 40%;
   font-family: var(--ff-roboto);
}

.central-atendimento:hover {
   box-shadow: var(--shadow-2);
   transition: var(--transition-1);
   background: var(--tertiary-gray);
}

.newsletter p {
   margin-bottom: 15px;
}

.footer-image img {
   width: 100vw;
}

.footer-contacts {
   display: flex;
   flex-direction: row;
   width: 100%;
   justify-content: space-between;
   padding: 40px 24px;
   gap: 20px;
}

.container-footer {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   width: 80%;
   /* border: 1px red solid; */
}

.contact-info i {
   margin-right: 5px;
   color: var(--primary-blue);
   font-size: 0.8rem;
}

.container-footer-payments {
   display: flex;
   flex-direction: row;
   justify-content: right;
   width: 80%;
}

.footer-top {
   width: 100%;
   justify-content: space-between !important;
}

#footer .footer-top {
   background: var(--white);
   border-top: 1px #e6e6e6 solid;
   padding: 50px 0 30px 0;
}

.payment-methods-footer {
   display: flex;
   flex-direction: row;
   justify-content: left;
   align-items: center;
   gap: 1px;
   padding-bottom: 30px;
}

#footer .footer-top .footer-info {
   margin-bottom: 30px;
}

#footer .footer-top .footer-info img {
   margin: 0 0 20px 0;
   padding: 2px 0 2px 0;
   width: 130px;
}

#footer .footer-top .footer-info p {
   font-size: 14px;
   line-height: 20px;
   margin-bottom: 0;
   color: var(--black);
}

#footer .footer-top .social-links a {
   font-size: 16px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: #000;
   margin-right: 4px;
   border-radius: 50%;
   text-align: center;
   width: 36px;
   height: 36px;
   transition: 0.3s;
   border: 1px #e6e6e6 solid;
}

#footer .footer-top .social-links a:hover {
   background: var(--secondary-blue);
   color: #fff;
   text-decoration: none;
}

#footer .footer-top h4 {
   font-size: 16px;
   font-weight: 600;
   color: var(--black);
   position: relative;
   padding-bottom: 12px;
}

#footer .footer-top .footer-links {
   margin-bottom: 25px;
}

#footer .footer-top .footer-links ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

#footer .footer-top .footer-links ul i {
   padding-right: 2px;
   color: var(--primary-blue);
   font-size: 18px;
   line-height: 1;
}

#footer .footer-top .footer-links ul li {
   padding: 8px 0;
   display: flex;
   align-items: center;
   cursor: pointer;
}

#footer .footer-top .footer-links ul li:first-child {
   padding-top: 0;
}

#footer .footer-top .footer-links ul a {
   color: var(--black);
   transition: 0.3s;
   display: inline-block;
   line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
   color: var(--secondary-blue);
   font-weight: 600;
}

#footer .footer-top .footer-links ul li:hover {
   color: var(--secondary-blue);
   font-weight: 600;
}

.footer-rodape {
   display: flex;
   flex-direction: row;
   font-size: 12px;
   padding: 16px 90px;
   align-items: center;
   color: var(--primary-gray);
}

.footer-rodape img {
   margin-left: 5px;
   width: 120px;
}

.develop {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   border-top: 1px #dddcdc solid;
   padding: 15px 0;
   margin-top: 30px;
}

.develop p {
   font-size: 0.8rem;
   color: var(--secondary-gray);
   margin-right: 10px;
}

.develop img {
   width: 100px;
   filter: grayscale(100%);
}

.btn-central {
   display: flex;
   flex-direction: column;
   justify-items: center;
   font-family: var(--ff-roboto);
}

.btn-central i {
   margin-top: 3px;
   position: absolute;
}

.icon-central {
   display: inline-block;
   position: absolute;
   color: var(--primary-gray);
}

.central-atendimento h5 {
   margin: 0 0 0 25px;
}

.btn-central p {
   margin: 0;
}

.details-store {
   display: flex;
   flex-direction: column;
   padding: 30px 24px 16px 24px;
   border-top: 1px #e6e6e6 solid;
}

.details-store a {
   text-decoration: underline;
}

.details-store p {
   width: 90%;
   margin: 0 auto;
   font-size: 12px;
   color: var(--primary-gray);
   letter-spacing: 0.3px;
   line-height: 18px;
}

.icon-footer {
   display: inline-block;
   position: absolute;
   margin-left: 15px;
   margin-right: 15px;
   color: var(--secondary-gray);
}

.input-email {
   display: flex;
   position: relative;
   align-items: center;
}

.input-email input {
   flex: 1;
   padding-left: 35px;
}

.central-icon {
   margin-left: 20px;
   color: var(--secondary-gray);
}

.input-newsletter {
   width: 400px;
}

@media screen and (max-width: 820px) {
   .payment-methods-footer {
      flex-wrap: wrap;
      padding: 0;
   }

   .details-store p {
      width: 98%;
      margin: 0 auto;
      font-size: 12px !important;
      color: var(--primary-gray);
      letter-spacing: 0.3px;
      line-height: 16px;
      text-align: justify;
   }

   .container-footer {
      width: 100%;
   }

   footer h4,
   footer h5 {
      font-size: 15px;
      margin-bottom: 5px;
   }

   .newsletter {
      width: 50%;
   }

   .central-atendimento {
      width: 45%;
      padding: 0 15px;
   }

   #footer .footer-top .footer-info {
      width: 30%;
      max-width: 30%;
   }

   #footer .footer-top .footer-info p {
      font-size: 13px;
      line-height: 16px;
   }

   .footer-links {
      width: 25%;
      max-width: 25%;
   }

   #footer .footer-top .footer-links ul li {
      padding: 8px 0 8px 0 !important;
      font-size: 13px !important;
   }

   .footer-links ul li a {
      font-size: 13px !important;
   }

   #footer .footer-top h4 {
      font-size: 14px !important;
      color: var(--black);
   }

   .footer-links.institucional {
      width: 20% !important;
      max-width: 20% !important;
   }

   .container-footer-payments {
      width: 100%;
      padding: 0 8px;
   }
}

@media screen and (max-width: 768px) {
   .container-footer {
      width: 100%;
      padding: 0 5px;
      justify-content: space-between !important;
      max-width: 100%;
   }

   .footer-contacts {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-between;
      padding: 40px 10px;
      gap: 10px;
   }

   .box-payments h4 {
      font-size: 15px !important;
      padding-bottom: 5px !important;
   }

   .footer-rodape {
      padding: 16px 35px;
   }

   .btn-central p {
      margin-top: 5px;
      font-size: 12px;
      padding-right: 0;
   }

   .footer-links {
      width: 27%;
      max-width: 27%;
   }

   .footer-links.perfil {
      width: 23% !important;
      max-width: 23% !important;
   }
}

@media screen and (max-width: 576px) {
   .container-footer-payments {
      width: 100%;
      max-width: 100%;
      padding: 0 8px;
      /* border: 1px blue solid; */
   }

   #footer .footer-top .footer-info {
      width: 100%;
      max-width: 100%;
   }

   .footer-links {
      width: 100%;
      max-width: 100%;
   }

   .container {
      padding: 0 8px;
   }

   .container-footer {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100% !important;
      padding: 0 8px;
   }

   #footer .footer-top .footer-links ul li {
      padding: 8px 0 8px 10px !important;
      font-size: 14px !important;
   }

   #footer .footer-top h4 {
      font-size: 14px;
      color: var(--black);
   }

   .develop {
      padding: 10px 0 85px 0;
      margin-top: 10px;
   }

   .footer-links.institucional {
      width: 100% !important;
      max-width: 100% !important;
   }

   .footer-links.institucional ul li {
      padding: 8px 0 8px 10px !important;
   }

   footer {
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: var(--white);
      margin-top: 20px;
      bottom: 0;
      width: 100vw;
      padding: 0 10px !important;
      /* border: 1px red solid; */
   }

   .payment-methods-footer img {
      width: 44px;
   }

   .details-store {
      display: none;
   }

   .newsletter {
      width: 100%;
   }

   .central-atendimento {
      width: 100%;
   }

   footer p {
      font-size: 13px;
   }

   .input-email button {
      padding: 6px 10px;
      font-size: 14px !important;
   }

   .central-atendimento {
      margin-top: 15px;
      padding: 15px;
   }

   .footer-top .container {
      padding: 0 !important;
   }

   .container-footer {
      width: 100%;
   }

   .footer-contacts {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 30px 0;
      margin-bottom: 30px;
   }

   .input-newsletter {
      width: 300px;
   }

   footer input {
      height: 32px;
   }

   .details-store {
      padding: 10px 15px;
   }

   .details-store a {
      text-decoration: underline;
   }

   .details-store p {
      font-size: 11px;
      color: var(--primary-gray);
      letter-spacing: 0.3px;
      line-height: 16px;
   }

   .footer-rodape {
      display: none;
   }

   .btn-central p {
      margin-top: 5px;
      font-size: 11px;
      padding-right: 0;
   }

   .footer-links.perfil {
      width: 100% !important;
      max-width: 100% !important;
   }
}
