.firstFooter_content, .firstFooter_divider, .secondFooter_content, .secondFooter_legal, .secondFooter_list, .secondFooter_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.firstFooter_wrapper, .firstFooter_divider ul.redes, .secondFooter_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.firstFooter_divider ul.redes li a, .firstFooter_divider:nth-child(1) a, .secondFooter_item, .secondFooter_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.firstFooter_divider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.secondFooter_link {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.firstFooter, .firstFooter_wrapper, .firstFooter_content, .firstFooter_divider ul, .firstFooter_divider ul li a, .firstFooter_divider:nth-child(1) a img, .firstFooter_divider:nth-child(2), .firstFooter_divider:nth-child(3), .firstFooter_divider:nth-child(4), .firstFooter_divider:last-child, .secondFooter, .secondFooter_wrapper, .secondFooter_content, .secondFooter_legal, .secondFooter_list, .secondFooter_item, .secondFooter_link, .secondFooter_copy {
  position: relative;
}

.firstFooter_divider ul li a:before, .firstFooter_divider:nth-child(2):before, .firstFooter_divider:nth-child(3):before, .firstFooter_divider:nth-child(4):before, .secondFooter_item:not(:last-child):after, .secondFooter_link:before {
  position: absolute;
}

.firstFooter_divider ul li a, .firstFooter_divider ul.redes li a, .firstFooter_divider:nth-child(1) a, .secondFooter_list {
  width: 100%;
  height: 100%;
}

.firstFooter, .firstFooter_wrapper, .firstFooter_content, .secondFooter, .secondFooter_wrapper, .secondFooter_content {
  width: 100%;
  height: auto;
}

.secondFooter_item {
  width: auto;
  height: 100%;
}

.firstFooter_divider ul.redes li a {
  text-decoration: none;
  color: inherit;
}

.firstFooter_divider ul, .secondFooter_list {
  margin: 0;
  padding: 0;
}

/** FOOTER */
.firstFooter {
  background-color: #002E89;
  color: white;
  height: 272px;
}

.firstFooter_wrapper {
  max-width: 1366px;
  margin: 0 auto;
}

.firstFooter_content {
  min-height: 230px;
  padding: 30px 0;
}

.firstFooter_divider {
  width: 23%;
  height: 100%;
  padding: 30px 0 30px 30px;
}

.firstFooter_divider h3 {
  font-size: 0.8em;
  margin: 0 0 15px;
}

.firstFooter_divider ul {
  list-style: none;
}

.firstFooter_divider ul li {
  margin-bottom: 10px;
}

.firstFooter_divider ul li a {
  font-size: 0.8em;
  font-weight: 300;
}

.firstFooter_divider ul li a:before {
  content: "";
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-transition-property: width,background;
  transition-property: width,background;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
          transition-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.firstFooter_divider ul li a:hover:before {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.firstFooter_divider ul.redes {
  left: -10px;
}

.firstFooter_divider ul.redes li {
  margin-right: 5px;
  width: 45px;
  height: 45px;
}

.firstFooter_divider ul.redes li a img {
  width: 25px;
  height: 25px;
}

.firstFooter_divider ul.redes li a:before {
  content: none;
}

.firstFooter_divider ul.redes li a:hover:before {
  content: none;
}

.firstFooter_divider:nth-child(1) a img {
  width: 50%;
  height: auto;
}

.firstFooter_divider:nth-child(2), .firstFooter_divider:nth-child(3), .firstFooter_divider:nth-child(4) {
  width: calc(54% / 3);
}

.firstFooter_divider:nth-child(2):before, .firstFooter_divider:nth-child(3):before, .firstFooter_divider:nth-child(4):before {
  content: "";
  top: 30px;
  right: 0;
  width: 1px;
  height: calc(100% - 70px);
  background-color: #ffffff47;
}

.secondFooter {
  background-color: #00297A;
  color: white;
  height: 60px;
}

.secondFooter_wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 60px;
}

.secondFooter_content {
  min-height: 60px;
}

.secondFooter_legal {
  width: 50%;
  height: 100%;
  font-size: 0.7em;
}

.secondFooter_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.secondFooter_item {
  margin: 0 1.3em;
}

.secondFooter_item:not(:last-child):after {
  content: "";
  height: 15px;
  width: 1px;
  background: white;
  top: 22.5px;
  right: -1.3em;
}

.secondFooter_link {
  opacity: 0.7;
}

.secondFooter_link:before {
  content: "";
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-transition-property: width,background;
  transition-property: width,background;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
          transition-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.secondFooter_link:hover:before {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.secondFooter_link span {
  margin-left: 5px;
  opacity: 0.8;
}

.secondFooter_link:hover {
  opacity: 1;
}

.secondFooter_copy {
  width: 50%;
  height: 100%;
  font-size: 0.7em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.secondFooter_copy p {
  margin: 0;
  color: #B8B8B8;
  line-height: 2;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .firstFooter_divider:first-child {
    display: none;
  }
  .firstFooter_divider:nth-child(2), .firstFooter_divider:nth-child(3), .firstFooter_divider:nth-child(4) {
    width: calc(77% / 3);
    height: 220px;
  }
}

@media only screen and (max-width: 768px) {
  .firstFooter {
    height: 790px;
  }
  .firstFooter_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 30px 0;
  }
  .firstFooter_divider {
    width: 100%;
    height: auto;
    padding: 10px 30px 20px;
  }
  .firstFooter_divider h3 {
    font-size: 0.9em;
  }
  .firstFooter_divider ul li {
    margin-bottom: 15px;
  }
  .firstFooter_divider ul li a {
    font-size: 0.9em;
  }
  .firstFooter_divider:first-child {
    padding: 40px 0;
    background: #00297A;
    margin-bottom: 30px;
    height: 120px;
  }
  .firstFooter_divider:first-child a img {
    width: auto;
    height: 40px;
    left: -3px;
  }
  .firstFooter_divider:nth-child(2), .firstFooter_divider:nth-child(3), .firstFooter_divider:nth-child(4) {
    width: 50%;
    height: 220px;
    padding: 10px 7.5% 20px;
  }
  .firstFooter_divider:nth-child(2):before, .firstFooter_divider:nth-child(3):before, .firstFooter_divider:nth-child(4):before {
    content: none;
  }
  .firstFooter_divider:last-child {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
  }
  .firstFooter_divider:last-child .redes {
    left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .firstFooter_divider:last-child .redes li {
    margin-right: 5px;
    margin: 5px;
  }
  .firstFooter_divider:last-child:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    background: white;
    left: 20%;
    top: 0;
  }
  .secondFooter {
    height: 150px;
  }
  .secondFooter_wrapper {
    padding: 0 0 30px;
  }
  .secondFooter_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .secondFooter_legal, .secondFooter_copy {
    width: 100%;
    height: 60px;
  }
  .secondFooter_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .secondFooter_copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .secondFooter_copy p {
    padding: 0 60px;
    text-align: center;
  }
}

@media only screen and (max-width: 400px) {
  .firstFooter {
    height: 1010px;
  }
  .firstFooter_divider:nth-child(2), .firstFooter_divider:nth-child(3), .firstFooter_divider:nth-child(4) {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
/*# sourceMappingURL=footer.css.map */