/*--------------
    Footer
---------------*/

#footer-principal p {
    font-size: 16px;
    color: #ffffff;
}

#footer-extra p{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
    padding-bottom: 15px;
}

.footer {
    min-height: 213px;
    padding: 20px 0 0 0;
}

#footer-container {
    min-height: 175px;
}
/*--------------
    Mobile menu
---------------*/


@media only screen and (max-width: 768px) {
    footer{
      justify-content: inherit;
    }

    #footer-extra{
      width: 100%;
    }

    #footer-extra:last-child{
      padding-top: 0;
    }

}
