.footer {
  /*color: #dddddd;*/
  position: relative;
}
.footer a {
  /*color: #d0d0d0;*/
  display: block;
}
.footer-widget {
  padding: 0;
}
.footer-widget .block {
  padding: 60px 0 40px 0;
}
.footer-widget .footer-widget-section .block:nth-child(2),
.footer-widget .footer-widget-section .block:nth-child(3) {
  padding-top: 0;
}
.footer .block-title {
  /*color: #ffffff;*/
}

/* FOOTERWIDGET MENU */
.footer-widget ul {
  list-style-type: none;
}
.footer-widget a:hover {
  /*color: #2ba9e0;*/
}
.footer-widget ul li {
  margin-bottom: 10px;
}
.footer-widget ul li a {
  display: inline-block;
}

/*	FOOTER COLOR  */
.light-footer,
.light-footer h1,
.light-footer h2,
.light-footer h3,
.light-footer h4,
.light-footer h5 {
  color: #f6f6f6;
}
.light-footer .contact-message-feedback-form input,
.light-footer .contact-message-feedback-form textarea {
  border-color: #aaaaaa;
}
.light-footer .recent-post {
  border-color: #333333;
}
.footer.dark-footer,
.footer.dark-footer a {
  color: #333333;
}
.footer.dark-footer h2 {
  color: #222222;
}
/*
.footer.light-footer .footer-widget .border-list ul.menu li,
.footer.light-footer .footer-bottom {
	border-color: #eeeeee;
}
*/


/* FOOTERWIDGET BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.03);
  background-color: rgba(0,0,0,0.04);
  padding: 0;
  margin-top: 0;
}
.footer-bottom ul.menu li {
  display: inline-block;
  margin-left: 15px;
}
.footer-bottom .copyright {
  padding: 30px 0;
}
.footer-bottom .footer-bottom-second {
  text-align: right;
}
.footer-bottom .block {
  padding: 30px 0;
  margin: 0;
}
.footer-bottom p,
.copyright p {
  margin: 0;
}
.footer-bottom a {
  display: inline-block;
}

/*---------------------------------------------------*/
/*	SOCIAL MEDIA
/*---------------------------------------------------*/
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}
.social-icon li {
  display: inline-block;
  list-style: none;
  margin-right: 3px;
}
.social-icon li:last-child {
  margin-right: 0;
}
.social-icon li a {
  /*color: #505050;*/
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #eaeaea;
  display: block;
  border-radius: 2px;
}
.social-media {
  display: inline-block;
}
.social-media ul {
  list-style-type: none;
}
.social-media ul li {
  display: inline-block;
}
.social-media li a {
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 30px;
}
.social-media li a:hover {
  color: #2ba9e0;
}
.social-media.round-social ul li a {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
}
.social-media.round-social ul li a,
.social-media.square-social ul li a {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}
.social-media.plain-social.round-social ul li a,
.social-media.plain-social.square-social ul li a {
  border: 1px solid #eee !important;
}
.social-media.plain-social.normal-social ul li a {
  border: none
}

/* FOOTER SOCIAL */
.footer .social-media {
  line-height: 45px;
}
.footer .social-media ul li a {
  margin-left: 5px;
}
.footer .social-media.plain-social.normal-social ul li a {
  margin-left: 0;
}

/*---------------------------------------------------*/
/*	SCROLL TO TOP
/*---------------------------------------------------*/
.back-to-top {
  position: fixed;
  border: 1px solid #999999;
  color: #999999;
  width: 44px;
  height: 44px;
  line-height: 44px;
  bottom: 80px;
  right: 30px;
  cursor: pointer;
  text-align: center;
  display: none;
  z-index: 99;
}
.back-to-top:hover {
  color: #ffffff;
  background-color: #393939;
  border-color: #393939;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.path-contacto .site-footer {
  margin-top: 0!important;
}

.site-footer {
  background-color: var(--bs-dark);
  color: var(--bs-white);
  padding: 60px 0!important;
}

.site-footer .footer-block h2 {
  font-size: 1.5rem;
}

.site-footer .region-footer-bottom .footer-block ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
}

.site-footer .region-footer-bottom .footer-block ul li {
  margin-right: 10px;
}

.site-footer .region-footer-bottom .footer-block ul li::after {
  content: '|';
  margin-left: 10px;
}

.site-footer .region-footer-bottom .footer-block ul li:last-child::after {
  content: none;
}

.footer-block-region .block-title-wrap {
  margin-bottom: 1rem;
}

.footer-block-region .block-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .125px;
}

.footer-block-region .block-content a {
  color: var(--primary-100);
  font-weight: normal;
  text-decoration: underline;
}

.footer-block-region .block-content .footer-label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .25px;
  opacity: .5;
  display: block;
  line-height: 1.846;
}

.footer-block-region .medios-pago .item {
  width: 2.5rem;
  height: 1.875rem;
}

.footer-block-region :is(p, a, li) {
  font-size: .875rem;
}

.site-footer .commerce-currency-resolver-select-form .nice-select.form-select {
  background-color: var(--primary-950)!important;
  text-align: center!important;
  min-width: 100px;
}

.site-footer .commerce-currency-resolver-select-form .nice-select.form-select .current {
  color: var(--bs-white);
}

.site-footer .commerce-currency-resolver-select-form .nice-select::after {
  border-bottom-color: var(--bs-white);
  border-right-color: var(--bs-white);
}

.footer-grupoite-credits {
  background: var(--primary-950);
}

@media (min-width: 768px) {
  .footer-contact-info > li {
    display: grid;
    grid-template-columns: 52px 1fr;
  }

  .footer-block-region .block-title {
    font-size: 1.5rem;
  }

  .footer-block-region :is(p, a, li) {
    font-size: 1rem;
  }

  .site-footer {
    padding: 80px 0!important;
  }

}

.footer-brand img {

}
