/* FOOTER */
footer {
  background: #383838!important;
  background-color: #383838!important;
  transition: all .3s ease;
}

.footerContainer {
  width: 100%;
  height: auto;
  padding: 25px 10% 0 10%;
  position: relative;
  transition: all .3s ease;
}

.footerLogo {
  padding: 0 0 25px 0;
  line-height: 0;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}

.footerText {
  width: 100%;
  height: auto;
  padding: 0 15% 10px 15%;
  text-align: left;
  position: relative;
  transition: all .3s ease;
}
.footerText::after {
  content: '';
  width: 2px;
  height: 70%;
  background: #222222;
  background-color: #222222;
  position: absolute;
  top: 0;
  right: 15px;
  margin: auto;
  transition: all .3s ease;
}
.footerContainer .row  , .footerText .row .col {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.footerText h1 {
  font-size: 15px;
  font-weight: normal;
  color: #979595;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.footerText p , .footerText ul li , .footerText a {
  font-size: 15px;
  font-weight: normal;
  color: #979595;
  transition: all .3s ease;
}
.footerText a:hover , .footerText a:active , .footerText a:focus {
  color: #ffffff;
}
.cleanSpace {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

.footerContainer .row .col:nth-child(2) .footerText::after {
  height: 90%;
}
.footerContainer .row .col:nth-child(3) .footerText::after {
  height: 90%;
}
.footerContainer .row .col:nth-child(4) .footerText::after {
  display: none;
}

.footerTitle {
  text-transform: uppercase;
}

.socialFooter li {
  display: inline-block;
  padding: 0 10px 0 10px;
}
.socialFooter li a {
  font-size: 20px;
  color: #979595;
  transition: all .3s ease;
}
.socialFooter li a:hover , .socialFooter li a:active , .socialFooter li a:focus {
  color: #ffffff;
}

.avisoPrivacidad {
  font-size: 20px;
  color: #979595;
  transition: all .3s ease;
}
.avisoPrivacidad:hover , .savisoPrivacidad:active , .avisoPrivacidad:focus {
  color: #ffffff;
}

.page-footer .footer-copyright {
  padding: 0 0 25px 0!important;
}

.footerBlank {
  width: 100%;
  height: auto;
  padding: 25px 0 0 0;
}
/*  */
