/*
 * FOOTER
 */
footer > .container-fluid {
    background-color: #767676;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .footer-dropup-btn img {
    width: 32px;
}

footer .footer a {
    color: rgb(230, 230, 230);
    letter-spacing: 0.03em;
}

.footer .footer-mobile a{
    color: #666;
}

footer .footer h1 {
    color: rgb(255, 255, 255);
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin-top: 3px;
    display: table-cell;
    margin: 0;
    padding: 0;
}

footer .footer-title {
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-top: 3px;
    display: table-cell;
    margin: 0;
    padding: 0;
    padding-bottom:3px;
}

footer .footer h2 {
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.5em;
    letter-spacing: 0.02em;
    display: table-cell;
}

footer .footer-subtitle {
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 0.5em;
    letter-spacing: 0.02em;
    display: table-cell;
    padding-bottom: 3px;
}

footer .footer p {
    color: rgb(230, 230, 230);
    line-height: 1.15;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

footer .footer-subapartado {
    color: rgb(230, 230, 230);
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    font-family: 'Open Sans';
    /* margin-bottom: 3px !important; */
}

footer .footer-social {
    text-align: right;
}

footer .footer-social .footer-social-wrapper {
    transform: translateY(1rem);
}

footer .footer-social .footer-social-wrapper h1 {
    padding-bottom: 5px;
}

footer .footer-social .footer-social-wrapper p {
    margin-bottom: 5px;
}


@media(min-width: 768px){
	footer .footer-social .footer-social-wrapper a {
		padding-right: 10px;
	}
}

@media(max-width: 768px){
	footer .footer-social .footer-social-wrapper a {
		padding-right: 6px;
	}
}


footer .footer-social .footer-social-wrapper a:last-child {
    margin-left: 10px;
}

footer .footer-social .footer-social-wrapper a:nth-last-child(2) {
    padding-right: 0;
}

footer .footer-social .footer-social-wrapper a img {
    width: 32px;
}

@media (min-width: 768px) { /* sm */
    footer .footer-address li {
        color: rgb(255, 255, 255);
        font-family: 'Archivo Narrow';
        font-size: 0.95rem;
    }
    footer .footer-address-title li {
        color: rgb(255, 255, 255);
        font-family: 'Archivo Narrow';
        font-size: 1.15rem;
    }
	    footer .footer-lists li:first-child {
        border-bottom: 1px solid rgb(230, 230, 230);
        padding-bottom: 0.3em;
        margin-bottom: 0.3em;
        width: 133px;
    }
}

@media (max-width: 1199px){
    footer .footer-lists li:first-child {
        /* Modificado por Angel width: 95px; */
        width: 108px;
    }
}

.footer-address-title{
        font-size: 1.15rem;
    }
@media (min-width: 768px) and (max-width: 991px) { /* sm - md */
    footer > div > div > div > div:first-child {
        width: 29%;
    }

    footer > div > div > div > div:first-child > div:nth-child(2) {
        padding-left: 40px;
        padding-right: 0;
    }

    footer .footer-lists div {
        margin-right: 0.5rem;
    }

    /* Anulado por Angel -> footer .footer-lists div:nth-child(2) {
        width: 23%;
    }

    footer .footer-lists div:nth-child(3) {
        width: 20%;
    } */
}

@media (min-width: 992px) {
    footer > .container-fluid {
        padding-top: 15px;
        padding-bottom: 15px;
        /* border-top: 7px solid #b30033; */
    }

    footer .footer {
        margin-bottom: 5px;
    }

    footer .footer-social .footer-social-wrapper {
        transform: translate(-1.5rem, 9rem); /* Angel: He cambiado 10rem por 9rem*/
        width: 192px; /*Añadido por Angel*/
    }
}

/*Añadido por Angel y Gloria: Desde */
@media (max-width: 1199px) {
    footer .footer-social .footer-social-wrapper {
        transform: translate(-1.5rem, 11.3rem);
    }
}
@media (max-width: 991px) {
    footer .footer-social .footer-social-wrapper {
        transform: translate(-1.5rem, 1rem);
    }
} 
/*Añadido por Angel y Gloria:  Hasta */

@media (min-width: 992px) and (max-width: 1199px) { /* md - lg */
    /* Address column */
    footer .footer > div > div > div:first-child > div:nth-child(2) {
        padding-left: 50px;
        padding-right: 0;
    }

    /* Highlight columns */
    footer .footer .footer-lists-wrapper {
        width: 54%;
    }
    /*footer .footer .footer-lists div {
        width: 20%;
    }*/

    /* Social column specific width */
    footer .footer-social {
        width: 21%;
    }
}

@media (min-width: 1200px) { /* lg */
    /* Address column */
    footer .footer > div > div > div:first-child {
        width: 21%;
    }

    /* Social column specific width */
    footer .footer-social {
        width: 18%;
    }
}

.footer .icono-herramientas {
    color: #fff;
    margin-left: -12px;
}