@charset "UTF-8";
/* https://homolog.baixioturismo.com.br/wp-content/themes/bturismo/css/components/google-maps.css?ver=1.0 */
.google-maps{width:100%;height:auto}.google-maps__wrapper{border-radius:10px;border:8px solid rgba(255,255,255,.1);height:calc(100svh - 200px);position:relative;overflow:hidden}.google-maps__wrapper #map{width:100%;height:100%}.google-maps__wrapper .mapa-navigation{border-radius:10px;background:rgba(0,0,0,.2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:inline-flex;gap:15px;align-items:center;padding:6px 6px 6px 16px;position:absolute;top:30px;left:40px;z-index:3}.google-maps__wrapper .mapa-navigation p{color:#fff;font-size:18px;font-weight:600;line-height:9px;margin:0}.google-maps__wrapper .mapa-navigation p strong{font-size:14px}.google-maps__wrapper .mapa-navigation p small{font-size:12px;padding:10px 0 0 0;display:block;line-height:150%}.google-maps__wrapper .mapa-navigation ul{display:flex;margin:0;padding:0;list-style:none}.google-maps__wrapper .mapa-navigation ul li a{padding:4px 14px;border-radius:6px;display:block;color:#fff;font-size:14px;font-weight:600;text-decoration:none}.google-maps__wrapper .mapa-navigation ul li a:hover,.google-maps__wrapper .mapa-navigation ul li a.active{background:rgba(255,255,255,.2)}.google-maps__wrapper .mapa-navigation .btn-filtrar-mapa{display:none}.google-maps__wrapper .zoom-e-estacoes{position:absolute;right:30px;bottom:30px;z-index:2}.google-maps__wrapper .zoom-control{border-radius:41px;background:rgba(0,0,0,.1);backdrop-filter:blur(8.7px);-webkit-backdrop-filter:blur(8.7px);width:194px;height:36px;padding-left:10px;display:flex;justify-content:space-between}.google-maps__wrapper .zoom-control__value{display:flex;align-items:center;gap:8px}.google-maps__wrapper .zoom-control__value small{color:#fff;font-size:9px;font-weight:800;opacity:.5;text-transform:uppercase}.google-maps__wrapper .zoom-control__value span{color:#fff;font-size:14px;font-weight:600}.google-maps__wrapper .zoom-control__controls{display:flex}.google-maps__wrapper .zoom-control__controls button{background:#fff;width:49px;height:36px;transition:all 0.3s ease-in-out;cursor:pointer;color:#000;font-size:20px;border:none;font-weight:300;padding:0}.google-maps__wrapper .zoom-control__controls button#zoom-in{border-radius:200px 0 0 200px;cursor:zoom-in}.google-maps__wrapper .zoom-control__controls button#zoom-out{border-radius:0 200px 200px 0;cursor:zoom-out}.google-maps__wrapper .zoom-control__controls button:hover{background:#F0CFAD!important}.google-maps__wrapper .zoom-control__controls button.is-disabled,.google-maps__wrapper .zoom-control__controls button.is-disabled:hover{background:#E9E9E9!important;cursor:default!important}.google-maps__wrapper .estacoes{border-radius:10px;background:rgba(0,0,0,.15);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:5px;display:flex;flex-direction:column;gap:5px;margin:10px 0 0;position:relative;height:50px;overflow:hidden;list-style:none}.google-maps__wrapper .estacoes li{border-radius:8px;background:rgba(255,255,255,.1);padding:10px 15px 10px 10px;transition:all 0.3s ease-in-out;display:flex;justify-content:space-between;align-items:center;height:40px;opacity:0}.google-maps__wrapper .estacoes li .temperatura{display:flex;gap:5px;align-items:center;height:40px}.google-maps__wrapper .estacoes li .temperatura img,.google-maps__wrapper .estacoes li .temperatura svg{max-width:74px}.google-maps__wrapper .estacoes li .temperatura strong{color:#fff;font-size:14px;font-weight:600}.google-maps__wrapper .estacoes li .estacao{color:#EBEBEB;font-size:12px;font-weight:400;height:40px;display:flex;align-items:center}.google-maps__wrapper .estacoes li:hover{background:rgba(255,255,255,.15)}.google-maps__wrapper .estacoes li.blank,.google-maps__wrapper .estacoes li.blank div{opacity:0;height:40px}.google-maps__wrapper .estacoes li.is-atual{position:absolute;bottom:5px;left:5px;width:184px;opacity:1}.google-maps__wrapper .estacoes:hover{height:auto}.google-maps__wrapper .estacoes:hover li{opacity:1}.google-maps__wrapper .estacoes:hover li:first-of-type{display:none}.google-maps__wrapper .estacoes:hover li.is-atual{background:#fff}.google-maps__wrapper .estacoes:hover li.is-atual .temperatura img,.google-maps__wrapper .estacoes:hover li.is-atual .temperatura svg{filter:brightness(0) saturate(100%);opacity:.7}.google-maps__wrapper .estacoes:hover li.is-atual .temperatura strong{color:#434343}.google-maps__wrapper .estacoes:hover li.is-atual .estacao{color:#7D7D7D}.gm-style-iw{background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important}.gm-style-iw-d{overflow:visible!important}.gm-style-iw-t::after,.gm-style-iw-t::before{display:none!important}.gm-style-iw-tc{display:none!important}.gm-ui-hover-effect{width:24px!important;height:24px!important;background:#e9e9e9!important;border-radius:200px!important;margin-bottom:8px!important}.gm-ui-hover-effect span{margin:0!important}.gm-svpc,.gmnoprint.gm-style-mtc,.gm-fullscreen-control,.gm-bundled-control{display:none!important}@media (max-width:1100px){.google-maps__wrapper{height:calc(100svh - 100px)}.google-maps__wrapper .zoom-e-estacoes{right:auto;left:50%;bottom:20px;transform:translateX(-50%)}.google-maps__wrapper .mapa-navigation{padding:5px 5px 5px 10px;top:20px;left:50%;transform:translateX(-50%);width:210px;height:48px;overflow:hidden;align-items:flex-start;justify-content:space-between;transition:all ease-in-out 0.3s}.google-maps__wrapper .mapa-navigation.is-open{height:175px}.google-maps__wrapper .mapa-navigation p{padding-top:14px}.google-maps__wrapper .mapa-navigation ul{position:absolute;top:48px;left:0;width:100%;flex-direction:column;padding:5px}.google-maps__wrapper .mapa-navigation ul li{width:100%}.google-maps__wrapper .mapa-navigation ul li a{display:block}.google-maps__wrapper .mapa-navigation .btn-filtrar-mapa{display:flex;padding:4px 14px;border-radius:6px;color:#fff;font-size:14px;font-weight:600;text-decoration:none}.google-maps__wrapper .mapa-navigation .btn-filtrar-mapa:hover,.google-maps__wrapper .mapa-navigation .btn-filtrar-mapa.is-open{background:rgba(255,255,255,.2)}}