.footer {
  background-color: #1937EE;
  margin-top: 0;
  min-height: 300px;
}

.footer .footerContent {
  position: relative;
  display: table;
  max-width: 1200px !important;
}

@media (max-width: 991px) {
  .footer .footerContent {
    max-width: 100% !important;
  }
}

.footer .footerContent .pico {
  position: absolute;
  top: -2px;
  left: 20px;
  width: 90px;
  height: auto;
}

@media (max-width: 991px) {
  .footer .footerContent .pico {
    left: 14%;
    transform: translate(-50%, 0);
  }
}

.footer .footerContent .contenMenu {
  margin-top: 32px;
  text-align: left;
  margin-bottom: 20px;
}

.FooterHtml .footer .footerContent .contenMenu {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .footer .footerContent .contenMenu {
    margin-top: 160px;
  }
}

.footer .footerContent .contenMenu .btnOculto {
  position: relative;
  margin-bottom: 10px;
}


.footer .footerContent .contenMenu .btnOculto .btnSeccion b {
  font-size: 16px;
}

@media (max-width: 991px) {
  .footer .footerContent .contenMenu .btnOculto {
    border-top: 1px solid #fff;
  }

  .footer .footerContent .contenMenu .btnOculto .btnSeccion {
    padding-left: 22px !important;
  }

  .footer .footerContent .contenMenu .btnOculto .listaEnlaces {
    padding-left: 32px !important;
  }

  .footer .footerContent .contenMenu .btnOculto .btnSeccion::after {
    content: "";
    background-image: url(/modules/custom/legis_templates/assets/icon_arrow.svg);
    width: 23px;
    height: 23px;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 0;
    transform: translate(-50%, -50%), rotate(0);
    transition: 400ms ease-in;
    transform-origin: center center;
  }

  .footer .footerContent .contenMenu .btnOculto .btnSeccion.collapsed::after {
    transform: rotate(3.142rad);
    top: 3px;
  }
}



.footer .footerContent .contenMenu .btnOculto::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  display: block;
  background-color: transparent;
}

@media (max-width: 991px) {
  .footer .footerContent .contenMenu .btnOculto::before {
    display: none;
  }
}

.footer .footerContent .contenMenu .btnOculto .btnSeccion {
  text-decoration: none;
  background: none !important;
  width: 92% !important;
  height: auto !important;
  box-sizing: initial !important;
  cursor: pointer;
  position: relative;
  text-align: left;
  padding-left: 0;
}

.footer .footerContent .contenMenu .btnOculto .btnSeccion:focus {
  box-sizing: initial !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}

.footer .footerContent .contenMenu .btnOculto .card {
  background-color: transparent !important;
  padding: 0;
}

.footer .footerContent .contenMenu ul.listaEnlaces {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .footer .footerContent .contenMenu ul.listaEnlaces {
    margin-left: 7px;
  }
}

.footer .footerContent .contenMenu ul.listaEnlaces li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.footer .footerContent .contenMenu ul.listaEnlaces li a:hover {
  text-decoration: underline;
}

.footer .footerContent .contenMenu ul.listaEnlaces li.Direcciones {
  border-top: 1px solid #8192f9;
  margin-top: 20px;
  font-size: 13px;
  padding-top: 12px;
}

.footer .footerContent .contenMenu ul.listaEnlaces li.Direcciones h6 {
  font-size: 16px;
}

@media (max-width: 991px) {
  .footer .footerContent .contenMenu ul.listaEnlaces li.Direcciones {
    border-top-width: 0px;
    margin-top: 0;
  }
}

.footer .footerContent .redes {
  padding: 0 !important;
}

.footer .footerContent .redes .anchoRedes {
  width: 40px;
  padding: 0;
}

.footer .footerContent .redes .h6 {
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}

@media (max-width: 991px) {
  .footer .footerContent .redes {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: inherit;
    width: 202px;
  }

  .footer .footerContent .redes .h6 {
    display: none;
  }
}

.footer .footerContent .redes a img {
  width: 32px;
  opacity: 0.5;
}

.footer .footerContent .redes a:hover img {
  opacity: 1;
}

.footer .footer2 {
  background-color: #0f1b65;
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.6509803922) !important;
  font-size: 0.8rem;
}

@media (max-width: 991px) {
  .footer .footer2 .container {
    max-width: initial !important;
  }

  .footer .footer2 .footer2Recet {
    margin: 0 !important;
  }
}

.footer .footer2 a,
.footer .footer2 p {
  color: rgba(255, 255, 255, 0.6509803922) !important;
  font-size: 14px;
  text-decoration: none;
}

.footer .footer2 .textTerminos {
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #666d9d;
  padding-bottom: 20px;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .footer .footer2 .listTerminos {
    display: table !important;
    margin-bottom: 70px;
    width: 100%;
    text-align: left;
    padding-left: 12px;
  }

  .footer .footer2 .listTerminos .sonPmobile {
    padding: 3px !important;
  }

  .footer .footer2 .listTerminos .textTerm {
    width: 100%;
  }

}

.FooterHtml .footerContent {
  max-width: 1140px;
}


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