/*Estilos para sección de enlaces e info del footer*/


.footer-heading {
  margin: 0 0 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #FEFEFE;
}

.footer-style-2 .footer-heading {
  color: var(--secondary-color);
}

.footer-logo {
  margin-bottom: 32px;
}

.footer-menu-item a,
.footer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #FEFEFE;
  opacity: 0.7;
  text-decoration: none !important;
}

.footer-style-2 .footer-menu-item a,
.footer-style-2 .footer-text {
  color: var(--secondary-color);
}

.footer-text {
  margin: 0;
}

.footer-menu-item a {
  display: block;
  padding-top: 10px;
}

.footer-menu-item a:hover {
  opacity: 1;
  color: var(--primary-color);
}

.footer-menu {
  margin-top: -10px;
}

.footer-newsletter-form {
  width: 100%;
  overflow: hidden;
}

.footer-newsletter-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.25px;
  color: #FEFEFE;
  opacity: 0.7;
  height: inherit;
  width: 100%;
  padding: 0 15px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #FEFEFE;
  border-radius: 12px 0 0 12px;
  height: 54px;
}

.footer-style-2 .footer-newsletter-input {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.footer-newsletter-input::-webkit-input-placeholder {
  color: #FEFEFE;
  opacity: 0.7;
}

.footer-newsletter-input:-ms-input-placeholder {
  color: #FEFEFE;
  opacity: 0.7;
}

.footer-newsletter-input:-moz-placeholder {
  color: #FEFEFE;
  opacity: 0.7;
}

.footer-style-2 .footer-newsletter-input::-webkit-input-placeholder {
  color: var(--secondary-color);
}

.footer-style-2 .footer-newsletter-input:-ms-input-placeholder {
  color: var(--secondary-color);
}

.footer-style-2 .footer-newsletter-input:-moz-placeholder {
  color: var(--secondary-color);
}

.footer-newsletter-input:focus {
  opacity: 1;
}

.footer-newsletter-btn {
  width: 117px;
  min-width: 117px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--secondary-color);
  color: #fff;
  height: inherit;
  border-radius: 0 12px 12px 0;
  transition: ease 0.2s;
  height: 54px;
}

.footer-newsletter-btn:disabled {
  color: #fff;
  background-color: #6c757d;
  pointer-events: none;
  opacity: 0.65;
}

.footer-newsletter-btn:hover {
  opacity: 0.7;
}

.newsletter-btn-white {
  background-color: #fff;
  color: #071C1F;
}

.newsletter-header {
  margin-bottom: 48px;
}

.newsletter-subheading {
  font-weight: 500;
  line-height: 1.2;
  color: #535F61;
  margin-bottom: 10px;
}

.newsletter-subheading.colored-text {
  color: #F76B6A;
}

.newsletter-heading {
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
}

.newsletter-form {
  height: 80px;
  background: #fff;
  padding: 12px;
  padding-left: 24px;
}

.newsletter-btn {
  width: 56px;
  height: 56px;
  background: var(--primary-color);
}

.newsletter-btn:focus {
  outline: 0;
}

.newsletter-input {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000;
  opacity: 0.6;
  width: 100%;
}

.newsletter-input:focus-visible {
  outline: 0;
}

.newsletter-content-2 {
  max-width: 558px;
}

.newsletter-input-box input {
  width: calc(100% - 150px);
  min-height: 40px;
}

.footer-social-item {
  margin-top: 12px;
  margin-left: 25px;
}

.footer-social {
  margin-top: -12px;
  margin-left: -25px;
}

.footer-social-wrapper {
  margin-top: 37px;
}

.footer-top {
  padding: 95px 0 100px;
}

.footer-widget-wrapper {
  margin-top: -40px;
}

.footer-widget {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .footer-heading {
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .newsltter-content-1 {
    padding-left: 97px;
  }
}

@media (max-width: 767px) {
  .footer-heading {
    cursor: pointer;
    margin: 0 0 25px;
  }

  .footer-widget {
    margin-top: 0;
  }

  .footer-widget-inner {
    -ms-border-top: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 20px;
  }

  .footer-style-2 .footer-widget-inner {
    -ms-border-top: 1px solid rgba(0, 35, 77, 0.2);
    -webkit-border-top: 1px solid rgba(0, 35, 77, 0.2);
    border-top: 1px solid rgba(0, 35, 77, 0.2);
  }

  .footer-widget:first-child .footer-widget-inner {
    -ms-border-top: 0;
    -webkit-border-top: 0;
    border-top: 0;
    padding-top: 0;
  }

  .footer-menu {
    display: none;
    padding-bottom: 25px;
  }

  .footer-top {
    padding: 100px 0 65px;
  }

  .newsltter-content-1 {
    padding: 80px 15px;
  }

  .newsletter-form {
    height: 60px;
  }

  .newsletter-btn {
    width: 50px;
    height: 46px;
  }
}

.info-tienda span {
  margin-bottom: 8px;
  line-height: 24px;
}
