.contained.footer {
    max-width: 1200px;
}

/* FOOTER */
footer .container{
    background-color: #951E1C;
}

/* FOOTER */
footer{
    display: flex;
    flex-direction: column;
}

/* Upper1 */
footer div div div:nth-child(1){
    padding: 40px;
}

footer div:nth-child(1) figure{
    position: relative;
    display: flex;
    justify-self: center;
    align-items: center;
    padding: 0 10px;
    justify-content: flex-end;
    padding-right: 63px;
}

footer div:nth-child(1) figure svg{
    width: 90%;

}

footer div:nth-child(1) ul:nth-child(2){
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    width: 458px;
    max-width: unset;
    flex: unset;
}

footer div:nth-child(1n) ul{
    padding: 0 50px;
    color: #FFF;
}

footer div:nth-child(1n) ul li{
    margin: 9px 0;
    word-break: break-word;
    font-weight: bold;
}

footer div:nth-child(1n) ul li svg{
    vertical-align: middle;
}

footer div:nth-child(1) ul li:first-child{
    font-size: 1.2rem;
    text-decoration: underline;
    padding-bottom: 10px;
}

/* Lower */
footer div:nth-child(2){
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 76px;
}

footer div:nth-child(2) p{
    color: gray;
}

footer div:nth-child(2) ul{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

footer div:nth-child(2) ul li{
    padding-bottom: 0 !important;
    margin: 0 10px;
}

footer div:nth-child(2) ul li a svg{
    width: 25px;
    height: 25px;
}


/* RESPONSIVIDADE */


@media screen and (min-width: 320px) and (max-width: 992px){
    
    .col-sm-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    
    footer div:nth-child(1n) ul li {
        font-size: 13px;
    }
    
    footer div:nth-child(1) ul:nth-child(1n){
        border: none;
        padding: 0;
    }

    footer div:nth-child(1) ul li:first-child{
        margin: 20px 0 10px;
    }

    footer div:nth-child(2) p{
        order: 2;
        text-align: center;
    }

    footer div:nth-child(2) ul{
        order: 1;
    }

    footer div:nth-child(1) figure {
        padding: 0;
    }

    footer div:nth-child(2) {
        width: unset;
        padding-left: unset;
        justify-content: center;
    }

    footer .copyright-div .copyright {
        display: none;
    }

    footer .copyright-div .social-media-icons-footer {
        justify-content: center;
    }
}

#modalSocialLinks {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1050;
   display: none;
   overflow: hidden;
   outline: 0;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   background-color: rgba(0,0,0,0.4);
}
.modal-share-wrapper {
   background-color: #fff;
   padding: 20px;
   border-radius: 10px;
   min-width: 300px;
}

.modal-share-header {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   margin-bottom: 15px;
}

.modal-share-title , #modal-share-close span {
   font-size: 20px;
}
.modal-share-button {
   display: flex;
   flex-direction: row;
   align-items: center;
   margin-top: 10px;
}

.modal-share-button img {
   margin-right: 10px;
}

.modal-share-link {
   border-color: #f1f1f1;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
}

@media screen and (min-width:993px){
    .col-md-4{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-8{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }


}

@media (min-width: 700px) {
    footer div:nth-child(2){
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding-left: 76px;
    }
}

@media (max-width: 800px) {
    .div-com-numeros {
        padding: 0 !important;
    }
}