html { display: flex; flex: 1; min-height: 100vh; }
body { display: flex; min-height: 100vh; margin: 0; width: 100%; background-color: #000000; flex-direction: column; }
header { display: flex; align-items: center; justify-content: center; height: 113px; border-bottom: 4px solid #ec7826; }
header .logo { max-width: 164px; }
header .logo img { height: auto; width: 100%; }
section#contenido { flex: 1; display: flex; align-items: center; justify-content: center; }
.container { max-width: 1300px; padding: 0px 15px; margin: 0 auto; width: 100%; }
.wrapper-content { display: flex; padding-bottom: 6%; }
.wrapper-content .item { flex: 1; display: flex; align-items: center; justify-content: center; border-right: 1px solid #fff; padding-top: 20px; padding-bottom: 20px; padding-left: 30px; padding-right: 30px; }
.wrapper-content .item figure { margin: 0; width: 100%; height: auto; transition: .3s ease; }
.wrapper-content .item figure a { display: flex; justify-content: center; transition: .5s ease; }
.wrapper-content .item figure img { height: auto; max-width: 230px; max-height: 91px; transition: .5s ease; }
.wrapper-content .item:last-child { border-right: 0px; }
.wrapper-content .item figure a:hover { transform: scale(1.03); }
@media (max-width:768px) {
    header { height: 85px; }
    header .logo { max-width: 124px; }
    .container {max-width: 630px;padding: 0px 40px;}
    .wrapper-content {padding-bottom: 0;flex-direction: column;align-items: center;padding-top: 40px;padding-bottom: 85px;}
    .wrapper-content .item {border-right: 0;justify-content: center;border-bottom: 1px solid #fff;max-width: 180px;padding: 37px 0px;width: 100%;}
    .wrapper-content .item figure { width: auto; }
    .wrapper-content .item figure img { width: 100%; max-width: 180px; max-height: 66px; }
    .wrapper-content .item:last-child { border-bottom: 0; }
}
