/* ESTILOS FOOTER - MODALS - COOKIES EN TODAS LAS RESOLUCIONES - BELLOW DE FOLD */
/* */
/* ======================== ESTILOS FOOTER - MODALS - COOKIES ============================ */
/* ======================================================================================= */
/* */
footer {
  width: 100%;
  background: #345790;
  background: -moz-linear-gradient(180deg, #345790 0%, #253d65 100%);
  background: -webkit-linear-gradient(180deg, #345790 0%, #253d65 100%);
  background: linear-gradient(180deg, #345790 0%, #253d65 100%);
  color: #fff;
  font-family: HelveticaLight, Arial, sans-serif;
  font-size: 0.875rem;
  /*14/16*/
  padding-top: 48px;
}
footer #footer_logotipo {
  width: 110px;
  margin: 0 auto;
  margin-bottom: 60px;
}
footer #footer_logotipo img {
  width: 100%;
  vertical-align: top;
}
footer ul {
  text-align: center;
  margin-bottom: 70px;
}
footer ul li {
  display: inline-block;
  margin-right: -4px;
  padding: 0 10px;
}
footer ul li:first-child {
  border-right: 1px solid #fff;
}
footer ul li span {
  /*font-family:@fuente_helvetica_bold;*/
}
footer #footer_copy {
  width: 96%;
  padding: 0 2%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 0.75rem;
  /*12/16*/
  background-color: #18273c;
}
/* */
/* ======================== ESTILOS FOOTER - MODALS - COOKIES Desktop ============================= */
/* Se escoge el punto de corte de Boostrap Large Device: 992px										*/
/* ================================================================================================ */
/* */
/* Dispositivos 992px -> infinito*/
@media screen and (min-width: 992px) {
  footer #footer_copy {
    text-align: right;
  }
}
