﻿/*
   +------------------+
   |Estilos del footer|
   +------------------+
*/


/* Footer Styles Main */
.footer-top-master {
    display: flex;
    padding-left: 20% !important;
    font-family: FiraSansSB;
    background-color: #f4f4f4;
    padding: 50px 45px 40px 0;
}

.column {
    width: 20%;
}

.logo-block {
    display: block;
    text-align: left;
}

.footer {
    background-color: #703779;
    padding: 12px 0;
    text-align: center;
    color: white !important;
}

/* Textos footer */
.text-block div p {
    margin: 0 0 0 10% !important;
    line-height: 24px;
    text-align: left;
    font-family: FiraSans;
    color: #747679;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

.footer-text p {
    margin: 0;
    line-height: 1.5;
    font-style: italic;
    font-weight: 500;
    font-family: "Fira Sans All", sans-serif !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.text-block p {
    font-family: 'Fira Sans All';
    text-align: -webkit-center;
    color: #747679;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

/* Links footer */
.link-block {
    text-align: center;
}

.link-block a {
        font-family: 'Fira Sans All';
        font-weight: 500;
        font-size: 14px;
        line-height: 6px;
        text-decoration: none;
        color: #818181;
        text-decoration: none;
}

.link-block a:hover {
    color: black;
}

.link-block p {
    line-height: 5px;
}



.footer-link {
    font-weight: 500;
    color: white;
    text-decoration: none;
}

/* Media Query 768px */
@media (max-width: 768px) {
    .column {
        width: 100%;
        margin-bottom: 30px;
    }

    .link-block p {
        font-family: 'Fira Sans', sans-serif;
        line-height: unset;
    }

    .link-block a {
        line-height: 8px;
    }

    .column .link-block p a {
        margin-right: 20px;
        line-height: 15px;
    }

}

/* Media Query 900px */
@media (max-width: 900px) {
    .column {
        width: 100% !important;
        margin-bottom: 60px;
    }
    .footer-top-master {
        display: flow-root;
    }
    .logo-block {
        text-align: center !important;
        display: block !important;
    }
    .text-block p {
        margin-left: 0 !important;
    }
}

/* Media Query 1350px */
@media screen and (max-width: 1350px) {
    .logo-block {
        display: block;
    }
}

/* Media Query 1450px */
@media screen and (max-width: 1450px) {
    .footer-top-master {
        padding-left: 14% !important;
    }
}

