


/************************************** FOOTER **************************************/
footer {
    background: #114380;
    padding: 20px 0px 10px 0px;
}

footer .footer-container {
    display: flex;
    max-width: 1320px;
    margin: auto;
    justify-content: center;
}


footer .footer-left {
    display: flex;
    width: 70%;
    flex-basis: 70%;
    padding: 20px;
}

footer .footer-left .dependencias {
    width: 65%;
    flex-basis: 65%;
    box-sizing: border-box;
    padding: 0px 20px;
}

footer .footer-left .departamentos {
    width: 35%;
    flex-basis: 35%;
    box-sizing: border-box;
    border-left: 5px double rgb(8, 137, 188);
    padding: 0px 20px;
}

footer .footer-right {
    display: flex;
    flex-direction: column;
    width: 30%;
    flex-basis: 30%;
    justify-content: center;
    align-items: stretch;
    padding: 0px 35px;
}


footer .footer-left .dependencias .list {
    display: flex;
}

footer .footer-left .dependencias .list ul:first-child {
    border-right: 1px solid white;
    width: 50%;
}
footer .footer-left .dependencias .list ul:last-child {
    width: 50%;
}

footer .footer-left .list ul {
    margin: 0px;
    padding: 0px 15px;
    box-sizing: border-box;
}

footer .footer-left ul li {
    padding: 1.5px 0px;
}

    footer .titulo {
        color: rgb(0, 202, 221);
        font-family: Platform-Medium;
        font-size: 18px;
        letter-spacing: 2px;
        padding: 0px 0px 7px 0px;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        margin-top: 0px;
    }

footer p, footer ul {
    color: #ffffff;
    font-family: Platform-Regular;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    list-style: none
}

footer p a, footer ul li a {
    color: #ffffff;
    text-decoration: none;
}

footer .boton-redes a i {
    color: #114380;
    background: #fff;
    padding: 3px;
    border-radius: 100%;
    font-size: 16px;
    width: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -8px;
}

footer .footer-right .cuadro-footer {
    background: #356DB0;
    position: relative;
    padding: 0px 0px;
    padding-top: 10px;
    padding-bottom: 0.5px;
    margin: 20px;
}

footer .footer-right .rectang-footer {
    font-family: Platform-Medium;
    font-size: 15px;
    color: #114380;
    background: #b1dcdf;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
}

footer .footer-right .texto-cuadro-footer {
    font-family: Platform-Regular;
    font-size: 15px;
    color: #92D2E3;
    letter-spacing: 1px;
    margin: 5px 0px 10px 0px;
    text-align: center;
    padding: 0px 5px;
    border-bottom: 1px solid #92D2E3;
}

footer .footer-right .texto-cuadro-footer2 {
    font-family: Platform-Regular;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: -5px 0px 7px 0px;
    text-align: center;
    padding: 0px 10px;
}

footer .footer-right .texto-redes {
    font-family: Platform-Regular;
    font-size: 14.5px;
    color: #ffffff;
    letter-spacing: 1.3px;
    margin-top: -4px;
    border-bottom: 1px solid #92D2E3;
    padding-bottom: 6px;
}

footer .footer-right .boton-redes {
    background: none;
    color: #fff;
    border: none;
    padding-left: 10px;
    margin: auto;
    font-size: 20px;
}

footer .footer-right .boton-webmail {
    background: none;
    color: #fff;
    border: none;
    margin-left: -10px;
    margin-right: 5px;
    font-size: 20px;
}

footer .footer-right .webmail {
    font-family: Platform-Regular;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin-top: -23px;
}

footer .footer-right .webmail a {
    font-family: Platform-Regular;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin-right: 3px;
}

footer .footer-right .webmail a i {
    font-size: 18px;
    margin-right: 10px;
    margin-top: 7px;
}

@media screen and (max-width: 1023px) {
    footer .footer-left {
        display: flex;
        width: 88% !important;
        margin: auto;
        padding: 20px 0px;
    }
    footer .footer-left .dependencias {
        display: flex;
        margin: auto;
        width: 65%;
        margin-bottom: 10px;
        flex-direction: column;
        flex-basis: 65%;
    }
        footer .footer-left .list {
        display: flex !important;
        margin: 0px;
        width: 100% !important;
        justify-content: center;
        }
    footer .footer-left .departamentos {
        display: flex;
        margin: none;
        width: 35%;
        flex-basis: 35%;
        flex-direction: column;
        align-items: center;
    }
    footer .titulo {
        color: rgb(0, 202, 221);
        font-family: Platform-Medium;
        font-size: 18px;
        letter-spacing: 2px;
        padding: 0px 0px 7px 0px;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        margin-top: 0px;
    }

    footer .footer-container {
        display: block;
        max-width: 1210px;
        margin: auto;
    }

    /*footer .footer-left .dependencias {
        display: block;
        margin: auto;
        width: 85%;
        margin-bottom: 40px;
    }*/

   /* footer .footer-left .departamentos {
        display: block;
        margin: auto;
        width: 85%;
    }*/

/*    footer .footer-left {
        display: block;
        width: 85% !important;
        margin: auto;
    }*/

/*    footer .footer-left .list {
        display: block !important;
        margin: auto;
        width: 85% !important;
    }*/

    footer .footer-right {
        flex-basis: 85% !important;
        width: 85% !important;
        margin: auto;
    }


    footer .footer-left .list ul {
        border: none !important;
    }

/*    footer .footer-left .departamentos {
        border: none !important;
    }*/

    footer .footer-left .dependencias .list ul:first-child, footer .footer-left .dependencias .list ul:last-child {
        margin: auto;
    }
}

@media screen and (max-width: 740px) {

    footer .footer-left {
        flex-direction:column;
    }

    footer .footer-left .dependencias {
        display: block;
        margin: auto;
        width: 85%;
        margin-bottom: 40px;
    }

     footer .footer-left .departamentos {
        display: block;
        margin: auto;
        width: 85%;
    }

        footer .footer-left {
        display: block;
        width: 85% !important;
        margin: auto;
    }

        footer .footer-left .list {
        display: block !important;
        margin: auto;
        width: 85% !important;
    }


        footer .footer-left .departamentos {
        border: none !important;
    }

    footer .footer-left {
        width: 100% !important;
    }

    footer .footer-left {
        padding: 0px;
    }

    footer .footer-right {
        padding: 10px 0px;
    }
}




@media screen and (max-width: 500px) {
    footer .footer-left {
        display: flex;
        width: 100% !important;
        flex-basis: 80%;
        padding: 0px;
    }

        footer .footer-left .dependencias {
            width: 100%;
        }
}
