$font_size_default: 16px; $color_placeholder_default: #ccc; $color_selection_bg_default: #00f; $color_selection_default: #fff; $margin_default: 10px; $padding_default: 5px; @include font-sizes($font_size_default); @include placeholder-color($color_placeholder_default); @include selection-color($color_selection_bg_default, $color_selection_default); @include margins($margin_default); @include paddings($padding_default); body { font-family: "Roboto Condensed", sans-serif; } body, .btn, h5, .h5, .form-control { font-size: 16px; } h1, h2 { font-weight: 700; } .dropdown-menu { font-size: 15px; } small, .small { font-size: 90%; } .nopadding { padding: 0; } /* == SELECT 2 4 == */ .form-s2-custom { height: 34px !important; border: 1px solid #ccc !important; } .form-s2-custom .select2-selection__arrow { height: 30px !important; } .form-s2-custom .select2-selection__rendered { padding-top: 2px; } /* == THEME == */ .footer .float-left{ height: 180px; width: 160px; padding: 10px; } @media only screen and (max-width: 500px){ .img-aspect { padding: 66% 0 0 0 !important; } } @media only screen and (max-width: 767px){ .phone-display-none{ display: none !important; } .abc-home { display: block !important; } } @media only screen and (min-width: 500px) and (max-width: 767px){ .img-aspect { padding: 40% 0 0 0 !important; } } @media only screen and (min-width: 768px) and (max-width: 1024px){ .tablet-display-none{ display: none !important; } } @media only screen and (min-width: 992px) and (max-width: 1024px) { .tablet-between-display-none{ display: none !important; } } @media only screen and (max-width: 1024px) { .mobile-display-none { display: none !important; } .header .logo-small { height: 20px; display: inline; } .topo { margin-top: 20px !important; } .nova-busca { margin-top: -75px !important; } .menu-pesquisa { position: absolute !important; } .carros-navbar { position: absolute !important; } .abc-inicio { display: none !important; } .tag-carros-cl { margin-top: 30px !important; } } @media only screen and (min-width: 1025px) { .screen-display-none { display: none !important; } .header .logo-small { position: relative; height: 35px; top: -6px; } } body { -webkit-font-smoothing: subpixel-antialiased; } .table-id { width: 70px; text-align: right; } .table-actions { width: 150px; } .table-actions a { text-decoration: none; } .action-button { padding-left: 10px; padding-right: 10px; } .mouse-pointer { cursor: pointer; } .fa-trash { color: red; } .img-aspect { display: block; position: relative; height: 0; padding: 20% 0 0 0; overflow: hidden; } .slider .img-aspect, .favoritos-container .img-aspect { padding-top: 66%; } .img-aspect img { position: absolute; display: block; max-width: 100%; max-height: 100%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } .abc-inicio { width: 130px; color: white; float: right; line-height: 17px; padding: 10px 0 9px 12px; } .abc-home { width: 105px; color: white; float: left; line-height: 17px; padding: 17px 0 9px 58px; display: none; } .fb-float{ float: right; } .carros-navbar{ font-size: 16px; position: fixed; width: 100%; z-index: 10000; } .nova-busca { margin-top: 12px; width: 100%; box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1); } .busca-revenda #form-busca { display: none; } .busca-veiculo #tag-carros, .busca-revenda #tag-carros { margin-top: 78px; } .busca-veiculo .logo-abccarros, .busca-revenda .logo-abccarros { height: 80px; margin-top: -10px; position: relative; top: -10px; } .busca-veiculo #form-busca-revenda { display: none; } .busca-veiculo #form-busca .text-center.col-md-12 { margin-bottom: -12px; } .busca-veiculo .logo-abccarros { top: -5px; } @media (min-width: 992px) and (max-width: 1100px) { .nova-busca .btn-carros i { display: none; } } .menu-pesquisa { box-shadow: 0 5px 11px rgba(0, 0, 0, 0.02); margin-top: -52px; position: fixed; width: 100%; z-index: 1000; .container { border: none !important; } } .topo { // margin-top: 60px; } .screen-display-none { margin-top: 24px; } .navbar-collapse { z-index: 10002; } .tag-carros-cl { margin-top: 216px; } .nav > li > a { padding-left: 14px; padding-right: 14px; } @media only screen and (max-width: 1200px) { .nav > li > a { padding-left: 12px; padding-right: 12px; } } .bx-wrapper .bx-controls-direction a { z-index: 500 !important; } .list-item__revenda { font-size: 14px; } .loadmore-footer { margin: 30px 0; } .loadmore-loading { background: url('../../img/loading.svg?aaa=1'); display: none; height: 42px; width: 42px; } .body_background { background-image: url('../../img/tema/carros/fundo.png'); background-position: top center; background-attachment: fixed; } @media (min-width: 768px) and (max-width: 992px) { .container { width: 100%; } } @media only screen and (max-width: 992px) { .thumbnail { margin-left: 10px; } } @media only screen and (max-width: 768px) { .thumbnail { margin-right: 10px; } }