footer{
    padding: 24px 24px 0 24px;
}
footer hr{
    width: 100vw;
    margin-left: -24px;
    margin-top: 18px;
    margin-bottom: 18px;
}
#logo-footer{
    margin: 0 auto;
    display: block;
    text-align: center;    
}
#logo-footer:hover{
    text-decoration: none;
}
#logo-footer .print{
    display: none;
}
#logo-footer .ddp-logo-dp{
    font-size: 32px
}
.footer-menu > ul {
    margin-top: 48px;
}
.footer-menu >ul li > a{
    font-family: 'Lato';
    font-size: 18px;
    font-weight: bold;    
    color: #00325f;
    display: block;
}
footer .contactos p{
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 700;  
    color: #00325f;
    margin: 24px 0 16px 0;    
    padding: 0;
}
footer .contactos p > span{
    margin-right: 12px;
}
footer .contactos p > span{
    position: relative;
    top: -4px;
}
footer .contactos p > span.ddp-phone{
    top: -2px;
}
footer .contactos{
    padding: 16px 0 40px 0;
}
footer .contactos p+p{
    font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;    
    line-height: 1.71;    
    color: #5c6771;
    margin: 0;
    
}
footer .contactos .underlined,
footer .contactos a,
footer .contactos a[href^=tel], 
footer .contactos a[href^=tel]:hover{
    font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;    
    line-height: 1.71;    
    color: #5c6771!important;
    text-decoration: underline!important;
}
footer .end-footer{
    background-color: #004685;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
}
footer .end-footer .links{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .end-footer .links ul li{
    margin-right: 40px;
    display: inline-block;
}
footer .end-footer .links ul li:last-of-type{
    margin-right: 0;
}
footer .end-footer .links ul li a{
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;    
    color: #fff;
}
footer .links-rrss {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .links-rrss  ul li{
    margin-right: 40px;
    display: inline-block;
}
footer .end-footer hr{
    width: calc(100vw - 48px);
    margin-left: 0;
}
footer .end-footer .links-rrss ul li:last-of-type{
    margin-right: 0;
}
footer .end-footer .links-rrss .ddp-logo-youtube,
footer .end-footer .links-rrss .ddp-logo-facebook,
footer .end-footer .links-rrss .ddp-logo-twitter{
    font-size: 20px;
}
@media only screen and (min-width: 992px){
    footer{
        padding: 24px 0px 0px 0px;
    }
    footer .footer-menu{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 0 120px;
        padding-bottom: 16px;
    }
    #logo-footer{
        margin:0;
        display: block;
        text-align: center;
        margin-left: 0;

    }
    #logo-footer:hover{
        text-decoration: none;
    }
    #logo-footer .ddp-logo-dp{
        font-size: 48px;
    }
    .footer-menu > ul{
        /*flex:1;*/
        margin: 0;
        margin-left: auto;
    }
    .footer-menu >ul li > a{
        font-size: 15px;
    }
    .menuInferior li{
        display: inline-block;
        margin-right: 56px;
        margin-top:0;
    }
    .menuInferior li:last-of-type{
        margin-right: 0;
    }
    footer hr{
        width: 100%;        
        margin: 0;
    }
    footer .end-footer hr{
        width: calc(100vw - 240px);
    }
    footer .contactos{
        padding: 40px 120px; 
        display: flex;        
        justify-content: space-between;
    }
    footer .contactos p{
        margin-top: 0;
    }
    footer .end-footer hr{
        display: none;
        visibility: hidden;
    }
    footer .end-footer{
        width: 100%;
        margin: 0;
        padding: 16px 120px 6px 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .end-footer .redesInst{
        margin-bottom: 10px;
        position: relative;
        margin-right: 112px;
    }
    footer .end-footer .redesInst:after{
        content: '';
        width: 1px;
        height: 24px;
        position: absolute;
        right: -56px;
        top: -5px;
        border-left: 1px solid #fff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px){   
    #logo-footer{
        margin-right: 10px;
    }
    #logo-footer .ddp-logo-dp{
        font-size: 20px;
    }
    .menuInferior li{
        margin-right: 15px;
    }
}