.mainFooter {
  margin-top: 60px;
  background-color: #212429;
  color: #FFFFFF; }
  .mainFooter a {
    color: #FFFFFF; }
    .mainFooter a[href='#']:hover {
      color: #FFFFFF; }
    .mainFooter a:not([href='#']):hover {
      color: #F3781E; }
  .mainFooter .menuDropdown .menuDropdown-nav .menuDropdown-nav {
    background-color: #212429; }
    .mainFooter .menuDropdown .menuDropdown-nav .menuDropdown-nav .menuDropdown-elem {
      border: 1px solid #495057; }
  .mainFooter .mainFooter-top {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mainFooter .mainFooter-top .mainFooter-logo img {
      width: 215px; }
    .mainFooter .mainFooter-top .mainFooter-idiomas {
      margin-left: auto;
      font-size: 12px;
      text-transform: uppercase; }
      .mainFooter .mainFooter-top .mainFooter-idiomas .menuDropdown > .menuDropdown-nav > .menuDropdown-elem {
        box-shadow: 0 0 0 1px white inset; }
        .mainFooter .mainFooter-top .mainFooter-idiomas .menuDropdown > .menuDropdown-nav > .menuDropdown-elem > .menuDropdown-link {
          font-weight: 700; }
          .mainFooter .mainFooter-top .mainFooter-idiomas .menuDropdown > .menuDropdown-nav > .menuDropdown-elem > .menuDropdown-link .icon-ibm--earth--europe-africa {
            margin-right: 4px; }
          .mainFooter .mainFooter-top .mainFooter-idiomas .menuDropdown > .menuDropdown-nav > .menuDropdown-elem > .menuDropdown-link .icon-mdi-round--arrow_drop_down {
            font-size: 16px; }
        .mainFooter .mainFooter-top .mainFooter-idiomas .menuDropdown > .menuDropdown-nav > .menuDropdown-elem > .menuDropdown-nav {
          width: 100%; }
    .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-central {
      font-size: 16px;
      line-height: 24px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-central .mainFooter-direccion {
        margin-bottom: auto; }
        .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-central .mainFooter-direccion .text-bold {
          margin-bottom: 5px; }
      .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-central .mainFooter-telefono,
      .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-central .mainFooter-email {
        margin-top: 6px; }
    .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-secundarias {
      font-size: 14px;
      line-height: 20px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-secundarias > div + div {
        margin-top: 24px; }
      .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-secundarias .text-bold {
        margin-bottom: 5px; }
    .mainFooter .mainFooter-top .mainFooter-menu {
      margin-top: -8px; }
  .mainFooter .mainFooter-bottom {
    border-top: 1px solid #FFFFFF; }
    .mainFooter .mainFooter-bottom .row {
      -webkit-align-items: center;
      align-items: center; }
    .mainFooter .mainFooter-bottom .mainFooter-copyright {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase; }
    .mainFooter .mainFooter-bottom .mainFooter-legal {
      font-size: 14px;
      line-height: 20px; }
      .mainFooter .mainFooter-bottom .mainFooter-legal a {
        text-decoration: underline; }
    .mainFooter .mainFooter-bottom .mainFooter-duacode {
      font-size: 14px;
      line-height: 20px; }
      .mainFooter .mainFooter-bottom .mainFooter-duacode img {
        height: 11px; }

@media (min-width: 1440px) {
  .mainFooter .mainFooter-top .container + .container {
    margin-top: 32px; }
  .mainFooter .mainFooter-top .mainFooter-ubicaciones {
    width: 500px; }
  .mainFooter .mainFooter-top .mainFooter-menu {
    width: 448px; }
    .mainFooter .mainFooter-top .mainFooter-menu .menuFooter {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 15px;
      -moz-column-gap: 15px;
      column-gap: 15px; }
  .mainFooter .mainFooter-top .mainFooter-social {
    -webkit-align-self: flex-end;
    align-self: flex-end; }
  .mainFooter .mainFooter-bottom .mainFooter-legal {
    -webkit-justify-content: center;
    justify-content: center; }
    .mainFooter .mainFooter-bottom .mainFooter-legal:last-child {
      width: 75%;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; } }
@media (min-width: 1024px) and (max-width: 1439px) {
  .mainFooter .mainFooter-top .mainFooter-ubicaciones {
    width: 390px; }
  .mainFooter .mainFooter-top .mainFooter-menu {
    min-width: 224px; } }
@media (min-width: 1024px) {
  .mainFooter .mainFooter-top .mainFooter-ubicaciones {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-secundarias {
      margin-left: 48px; } }
@media (min-width: 768px) and (max-width: 1439px) {
  .mainFooter .mainFooter-top .container + .container {
    margin-top: 20px; }
  .mainFooter .mainFooter-bottom .mainFooter-copyright {
    margin-bottom: 12px; }
  .mainFooter .mainFooter-bottom .mainFooter-legal:last-child {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-secundarias {
    margin-top: 48px; }
  .mainFooter .mainFooter-top .mainFooter-menu {
    min-width: 248px; } }
@media (min-width: 768px) {
  .mainFooter .mainFooter-top .container {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .mainFooter .mainFooter-top .mainFooter-social {
    text-align: right; }
  .mainFooter .mainFooter-bottom {
    padding-top: 18px;
    padding-bottom: 18px; }
    .mainFooter .mainFooter-bottom .mainFooter-legal {
      display: -webkit-flex;
      display: flex; }
      .mainFooter .mainFooter-bottom .mainFooter-legal > div + div {
        margin-left: 24px; }
    .mainFooter .mainFooter-bottom .mainFooter-duacode {
      text-align: right; } }
@media (max-width: 767px) {
  .mainFooter .mainFooter-top .container + .container {
    margin-top: 40px; }
  .mainFooter .mainFooter-top .mainFooter-idiomas {
    margin-top: 40px; }
    .mainFooter .mainFooter-top .mainFooter-idiomas .menuDropdown > .menuDropdown-nav > .menuDropdown-elem {
      width: 100%; }
  .mainFooter .mainFooter-top .mainFooter-ubicaciones .mainFooter-secundarias {
    margin-top: 30px; }
  .mainFooter .mainFooter-top .mainFooter-menu,
  .mainFooter .mainFooter-top .mainFooter-social {
    margin-top: 40px; }
  .mainFooter .mainFooter-bottom {
    padding-top: 25px;
    padding-bottom: 25px; }
    .mainFooter .mainFooter-bottom .mainFooter-legal {
      margin-top: 18px; }
      .mainFooter .mainFooter-bottom .mainFooter-legal > div + div {
        margin-top: 12px; }
    .mainFooter .mainFooter-bottom .mainFooter-duacode {
      margin-top: 22px; } }

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