/*
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 : 04/09/2018, 23:17:34
    Author     : Aldana
*/
.footer {
  height: auto;
}

.footer .enlaces, .copyright{
    padding: 1% 7%;
    background-color: var(--negro);
}

.footer .comunicaciones{
    padding: 1% 7%;
    background-color: #fafafa;
    border: solid 1px #eaeaea;
}

.footer .hoy{
  font-family: SFProText-Heavy;
  font-size: 2.3em;
  color: #000000;
  line-height: 1;
  padding-top: 0.2em;
}

.footer .flecha{
    padding-top: 0.3em;
}

.footer .flecha>span{
    height: 36px;
    width: 36px;
    background-color: #ffffff;
    border-radius: 50%;
    border: solid 1px #eaeaea;
    
    background-image: url("../img/flecha-r.svg");
    background-repeat: no-repeat;/* Do not repeat the image */
    background-position: center; /* Center the image */
    
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top:1em;
}

.footer .horarios{
  font-family: SFProText-Regular;
  font-size: 1.14em;
  line-height: 1.63;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000000;
  padding-top: 0.8em;
}

.footer .telefono {
  font-family: SFProText-Heavy;
  text-align: center;
  color: #ff0000;
  font-size: 2em;
}

.footer .telefono span:first-of-type{
    border-bottom: solid 1px #eaeaea;
}

.footer .telefono span>a{
    text-decoration: none;
    color: #ff0000;
    font-size: 0.8em;
}

.footer .logo{
    width: 7em;
    display: block;
}

.pie_lista{
    padding-left: 0em;
    margin-bottom: 2em;
}

.pie_lista > li {
  font-family: Nunito;
  font-size: 1.05em;
  line-height: 2.1;
  color: #ffffff;
  list-style: none;
  text-transform: uppercase;
}

.pie_lista > li > a{
  color: #ffffff;
}

.pie_lista > li > a:hover {
    text-decoration: none;
    color: var(--azul);
}

.pie_lista > .titulo{
  font-weight: bold;
}

.footer .afip >div{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.copyright a, .copyright p{
  font-size: 1em;
  line-height: 1.67;
  color: #ffffff;
}

