/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11 feb. 2020, 11:50:03
    Author     : iiast
*/
/* Colores */
/* Fuentes etc */
nav {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: center;
  color: #272525;
}

p {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.01px;
  color: #272525;
}

.td-footer-template-4.td-footer-wrapper {
  padding-top: 50px;
  padding-bottom: 55px;
}
.td-footer-template-4.td-footer-wrapper .td-pb-row {
  display: flex;
  justify-content: center;
}
.td-footer-template-4.td-footer-wrapper .td-pb-row .footerUl {
  display: flex;
  justify-content: center;
}
.td-footer-template-4.td-footer-wrapper .td-pb-row .footerUl a {
  font-family: "Lora", serif;
  font-size: 20px;
  letter-spacing: 0.01px;
  color: #ffffff;
  font-size: 16px;
  margin-right: 40px;
}
.td-footer-template-4.td-footer-wrapper .td-pb-row .footerUl a:last-child {
  margin-right: 0;
}
.td-footer-template-4.td-footer-wrapper .td-pb-row .td-footer-info {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.td-footer-template-4.td-footer-wrapper .td-pb-row .footer-text-wrap {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.td-footer-template-4.td-footer-wrapper .td-pb-row .footer-logo-wrap {
  margin-right: 20%;
  margin-bottom: 0;
}
.td-footer-template-4.td-footer-wrapper .td-pb-row .footer-logo-wrap img {
  max-width: 60px;
}
.td-footer-template-4.td-footer-wrapper .td-pb-row .td-footer-info {
  margin-bottom: 0;
}
.td-footer-template-4.td-footer-wrapper .footer-social-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.td-footer-template-4.td-footer-wrapper .footer-social-wrap > span {
  margin: 0;
  margin-left: 33px;
}
.td-footer-template-4.td-footer-wrapper .footer-social-wrap > span a:hover {
  text-decoration: none;
}
.td-footer-template-4.td-footer-wrapper .footer-social-wrap .td-icon-font {
  font-size: 26px;
  width: 30px;
  height: 30px;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.td-footer-template-4.td-footer-wrapper .footer-social-wrap .td-icon-font::after {
  border: none;
}

body .td-sub-footer-container {
  background: #fff;
  padding-top: 38px;
  padding-bottom: 48px;
  font-family: "Lora", serif;
  color: #272525;
}
body .td-sub-footer-container .td-pb-row {
  display: flex;
  justify-content: center;
}
body .td-sub-footer-container .td-pb-row .td-sub-footer-copy {
  margin-top: 0;
  margin-bottom: 0;
}
body .td-sub-footer-container .td-pb-row .td-sub-footer-copy .copyWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .td-sub-footer-container .td-pb-row .td-sub-footer-copy .copyWrapper span {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01px;
  text-align: center;
  color: #272525;
  font-size: 16px;
  margin-bottom: 15px;
}
body .td-sub-footer-container .td-pb-row .td-sub-footer-copy .copyWrapper a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  color: #272525;
}
body .td-sub-footer-container .td-pb-row .td-sub-footer-copy .copyWrapper a:not(:last-child) {
  margin-bottom: 15px;
}

.tdc-footer-wrap .td-pb-span6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .tdc-footer-wrap .td-pb-span6 {
    display: block;
  }

  .td-footer-template-4.td-footer-wrapper .td-pb-row .td-footer-info {
    display: block;
  }

  .td-footer-template-4.td-footer-wrapper .td-pb-row .td-footer-info .footer-logo-wrap {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .td-footer-template-4.td-footer-wrapper .td-pb-row .footerUl {
    margin-bottom: 40px;
  }
  .td-footer-template-4.td-footer-wrapper .td-pb-row .footerUl a {
    margin-right: 0;
  }

  .footerUl {
    flex-direction: column;
  }
  .footerUl a {
    margin-bottom: 15px;
  }
  .footerUl a:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=footer.css.map */
