footer{
    background-color:#d53c27;
    position: relative;
    height: 102px;
}
footer .container{
    position: relative;
 
}
footer .terminos{

display: table;

background-color:#d53c27;

position: absolute;

width: 54%;

color: #fff5d0;

vertical-align: middle;

height: 102px;

padding-left: 18px;

padding-right: 18px;
}
footer .terminos p{

display: table-cell;

padding: 10px;

vertical-align: middle;

font-size: 11px;

text-align: center;

color: #fff5cf!important;

}
    

footer .marca{
    background-color:#d53c27;
    position: absolute;
    right: 0;
    display: flex;
    height: 102px;
    padding-right: 15px;
    padding-top: 26px;
    padding-left: 21px;
}
footer .oster{
    display:block;
    height: 50px;
}
footer .y75{
    display:block;
    margin-right: 58px;
    height: 50px;
}

img.y75 {
    height: 50px;
}
footer .line-footer{
    position:absolute;
    background-color:#fff5d0;
    height: 3px;
    width: 70%;
    top: calc(50% - 1.5px);
}
@media (max-width:769px){
    footer{

height: auto;

padding-top: 10px;
}
    footer .container{

    }
    footer .terminos{

width: 100%;

display: block;

text-align: center;

position: relative;

height: auto;

padding-bottom: 15px;

margin: 0 auto;

width: 100%;
}
    footer .terminos p{

text-align: center;

width: 82vw;

margin: 0 auto;

}


    footer .marca{
 width: 100%;
 text-align: center;
 right: unset;
 left: 0;
 display: inline-flex;
 position: relative;
 text-align: center;
 margin: auto;
 height: 90px;
 }
    footer .oster{

margin: 0 auto;

}
    footer .y75{
                height: 50px;
                margin: 0 auto;
    }

    

    footer .line-footer{

display: none;

}
}