@import "lib"; // .clientes-logos{ // .client3{ // display:table; // margin-bottom: 10px; // } // a{ // img{ // } // } // } .clientes-layout { display: flex; max-width: 960px; margin: 0 auto; max-width: 100%; padding: 0 30px; } .clientes-mapa { display: flex; width: 50%; padding: 0 30px 0 0; align-items: flex-start; // max-height: 600px; } #mapa-brasil { width: 100%; height: 100%; display: flex; justify-content: center; align-items: stretch; } #mapa-brasil-select { padding: 10px; option { padding: 10px; line-height: 2em; } } .clientes-lista-wrap { display: flex; flex-direction: column; width: 50%; // max-height: 600px; max-height: 75vh; } .clientes-lista-select { border-radius: 6px 6px 0 0; background: #fefefe; padding: 20px; } .mapa-brasil-select-wrap { width:100%; overflow:hidden; border: 1px solid #AAA; margin: 0; padding: 0; &:hover { border-color: #4CC6EF; } } #mapa-brasil-select { border:none; background: url(/media/images/layout/ico-seta-select_01.gif) no-repeat #E9E9E9; background-position: 95% center; width: 105%; height:48px; font-family:Arial, Helvetica, sans-serif; font-size:18px; padding:13px 20px 13px 12px; //color:#fff; text-indent: 0.01px; text-overflow: ""; } #mapa-brasil-select::-ms-expand { display: none; } .clientes-lista { border: 1px solid #ddd; border-left: 0; border-right: 0; background-color: #fff; display: flex; flex-wrap: wrap; justify-content: center; margin: 0; transition: all 200ms ease-in-out; padding: 10px; overflow: auto; &:hover { background-color: #fdfdfd; } } .clientes-item { margin: 6px; position: relative; list-style: none; display: inline-flex; // align-items: center; justify-content: center; a { background: rgba(255,255,255,1); display: flex; width: 100%; // height: 100%; padding: 10px; max-height: 120px; min-height: 120px; max-width: 120px; align-items: center; filter: grayscale(1); transition: all 200ms ease-in-out; .border-radius; // .wk-anim; &:hover { background: rgba(255,255,255,1); .box-shadow; filter: grayscale(0); transform: scale(1.1); img { opacity: 1; } } } img { // background: rgba(255,255,255,1); display: block; margin: 0; // width: 280px; width: 100%; height: auto; font-family: sans-serif; font-weight: bold; letter-spacing: -2px; font-size: 40px; line-height: 1; // height: 166px; text-align: center; color: @cor-texto-azul; opacity: .75; transition: all 200ms ease-in-out; } } #svg-map { .uf-path { fill: #ccc; } .uf-circle { fill: #c5c5c5; } .uf.tem-cliente { .uf-path { fill: #06B9F3; } .uf-circle { fill: #66ccff; } } } .clientes-lista-footer { padding: 20px; background-color: #FFF; border-radius: 0 0 6px 6px; a { text-transform: uppercase; display: block; text-align: center; text-decoration: none; color: #999; } } @media screen and (max-width: 768px) { .clientes-layout { flex-direction: column; } .clientes-mapa { width: auto; max-height: initial; } .clientes-lista-wrap { width: auto; max-height: initial; } #mapa-brasil { max-width: 600px } }