$black: #000; $white: #FFF; $red: #F7254C; /* MAPA */ .box-mapa{ position: relative; z-index: 1; float: left; padding: 20px 0 0 15px; } #map { display: none; transform: scale(1.2); transform: scale(1); display: table !important; margin: 0 auto; } #map .state{ cursor:default; } #map .ativo{ cursor: pointer; } #map .state .shape { width: 0; } #map .ativo .shape{ cursor: pointer; } #map .state .label_icon_state { fill: #fff; font-family: Arial; font-size: 11px; line-height: 12px; font-weight: normal; } #map .state .label_state { display: none; font-family: Arial; font-size: 14px; line-height: 16px; font-weight: bold; } #map .model-davi .state:hover .label_state { display: block; fill: #FFF !important; } #map .model-davi .state #shape_sp{ fill: #0288d1; } #map .model-davi .state .shape { fill: #ddd; } #map .model-davi .state:hover .shape{ fill: #039be5 !important; } #map .model-davi .state .icon_state{ fill: #039be5; } #map .model-davi .state:hover .icon_state{ fill: #039be5; } #map .model-davi .state .icon_state + .label_icon_state{ fill: white!important; } #map .model-davi .state:hover .icon_state + .label_icon_state{ } #map .model-davi .state .label_icon_state { fill: #666; } #map .model-davi .state:hover .label_icon_state{ fill: #FFF; } #map .model-davi .state .label_state { fill: #ffffff; display: none; } #map .model-davi .state .shape{ -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #map .model-davi .state:hover .shape { fill: #0288d1; } .parca{ // position: relative; // float: left; // padding: 0 0 0 15%; display: block; } .parca select{ display: none; margin: 0 auto; width: 230px; border: 1px solid #999; height: 40px; padding: 9px; border-radius: 0; } .parca .estado{ -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border: 1px solid #DDD; display: none; border-radius: 5px; width: 100%; margin: 50px 0; padding: 50px; } .parca .estado h3{ margin-top: 0; display: block; padding: 10px; color: black; margin-bottom: 20px; text-align: center; } .parca .estado ul{ padding-left: 0px; } .parca .estado ul li{ line-height: 24px; } .parca #box_sp.estado{ display: block; visibility: visible; } @media(max-width: 1199px){ #map{ transform: scale(1); } } @media(max-width: 991px){ .parceiros .two .parca .estado{ display: block; margin: 45px auto; float: none; position: absolute; left: 0; right: 0; min-width: 160px; max-width: 306px; } .box-mapa{ position: relative; top: 0; left: initial; display: table; margin: 0 auto; } } @media(max-width: 500px){ .box-mapa{ display: none; } .parca select{ display: block; } } .author{ position: absolute; bottom: 0; z-index: 2; width: 100%; padding: 30px 15px 15px; background: rgba(0,0,0,0); background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(54%, rgba(0,0,0,0.54)), color-stop(100%, rgba(0,0,0,1))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); a{ font-size: 16px; display: table; margin: 0 auto; text-decoration: none; color: $white; font-weight: 700; span{ color: $red; } } } .estado i{ color: #039be5; } .localizacao{ display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }