#footer {
    background: #f2f2f2;
    font-size: 16px;
    width: calc(100% - 200px);
    margin-left: 100px;
}

.foot_container {
    padding: 20px 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
}

#footer span {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

#footer .main_container {
    padding: 20px 100px;
}

#footer p {
    font-size: 16px;
    text-align: left;
}

#footer a {
    color: #404040;
}

#footer a:hover {
    color:#06397b;
    ;
}

#footer ul {
    height: 100%;
    width: 100%;
    counter-reset: menuitem;
    margin: 0;
    padding: 0;
}

#footer h1 {
    font-size: 18px;
    color: #06397b;
    letter-spacing: 2px;
    padding: 10px 0 5px;
    text-transform: uppercase;
}

#footer h1::after {
    content: '';
    height: 2px;
    width: 20px;
    background: #003980;
    display: flex;
    margin-top: 5px;
}

#footer li {
    list-style: none;
    color: #333;
    font-family: gordita_medium, sans-serif;
}

.columna,
.fila {
    text-align: left;
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    padding: 0px;
}

.fila ul {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.fila.social_network ul li {
    padding: 15px;
    font-size: 25px;
    cursor: pointer;
}

.fila.social_network ul li:hover {
    color: #06397b !important;
}

.fila ul li {
    padding: 10px;
}

.derechos {
    background: rgba(0, 0, 0, 0.25);
    padding: 40px 100px;
    margin: 0;
}
.derechos p {
    text-align: center !important;
}

.company {
    color: #ccc;
}

#footer .columna ul li {
    padding: 0px;
    font-size: 16px;
    font-family: gordita_light, sans-serif;
    font-weight: 600;
}

#footer .columna:nth-child(1) ul li::after {
    /*content: '';*/
    height: 12px;
    width: 1px;
    background: #7d7d7d;
    position: absolute;
    margin-left: -10px;
    margin-top: -18px;
}



.columna::after {
    content: '';
    width: 0px;
    height: 70%;
    right: 0;
    top: 15%;
    position: absolute;
    background: rgb(173, 169, 163);
    display: block;
}

#footer .legal {
    padding: 20px 0 20px;
    background: rgba(0, 0, 0, 0.2);
}

#footer .legal ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
	height: 40px;
}

#footer .legal ul li {
    padding: 10px;
    font-size: 15px;
    font-family: gordita_light, sans-serif;
}

#footer .legal ul li::after {
    content: '';
    height: 12px;
    width: 1px;
    background: #7d7d7d;
    position: absolute;
    margin-left: -10px;
    margin-top: -18px;
    display: none;
}

#footer .legal ul li:nth-child(1)::after {
    display: none;
}

#footer .delegaciones {
    text-align: left;
    padding: 50px 100px;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}

#footer .delegaciones a {
    text-align: left;
    width: 100%;
    padding: 0px 0 0;
}

#footer .delegaciones h1 {
    text-align: left;
    width: 100%;
    padding: 0px 0 0;
}

#footer .delegaciones h1::after {
    content: '';
    height: 2px;
    width: 20px;
    background: #003980;
    display: flex;
    margin-top: 5px;
}

#footer .delegacion h1 {
    font-size: 16px;
    color: #06397b;
    /*rgba(254,176,39,1);*/
    letter-spacing: 1px;
    padding: 30px 0 5px;
    text-transform: uppercase;
}

#footer .delegacion h1::after {
    height: 2px;
    width: 20px;
    background: #003980;
    display: none;
    margin-top: 5px;
}

#footer .delegaciones .delegacion {
    text-align: left;
    padding: 0 10px;
}

#footer .delegacion p {
    font-weight: 600;
    font-family: gordita_light, sans-serif;
    font-size: 14px;
    margin: 0rem;
}