/*************** campaƱa e image map portada ************/ .home-campaign-wrapper { padding-bottom: 100px; background-color: #ffffeb; } .home-campaign { background-color: #c7699c; padding: 50px 0; position: relative; border-bottom: 4px solid #000; } .home-campaign * { color: #fff; } .home-campaign-title { font-size: 46px; font-weight: 700; line-height: 110%; padding-bottom: 10px; } .home-campaign-map p { font-size: 30px; font-weight: 200; line-height: 120%; padding-right: 40px; } .home-campaign-map a { font-size: 22px; font-weight: 700; padding: 5px 20px; background-color: #254583; border-radius: 5px; text-decoration: none; color: #fff; display: inline-block; margin-top: 25px; } .home-campaign-map img { width: 100%; max-width: 400px; } .home-campaign-asientos { position: absolute; bottom: -70px; max-height: 100px; } @media (max-width: 767px) { .home-campaign-wrapper { padding-bottom: 30px; } .home-campaign { text-align: center; padding-top: 90px; padding-bottom: 90px; } .home-campaign-title { font-size: 26px; line-height: 125%; } .home-campaign-map p { font-size: 22px; padding-bottom: 20px; } .home-campaign-map img { max-width: 100%; } .home-campaign-asientos { max-height: 50px; } .home-campaign-asientos { bottom: -3px; left: 5%; right: 5%; max-width: 90%; max-height: 100%; } } @media (min-width: 768px) { .home-campaign-map { display: flex; align-items: center; gap: 20px; } } @media (min-width: 768px) and (max-width: 992px) { .home-campaign-title { font-size: 36px; } .home-campaign-map p { font-size: 28px; padding-right: 20px; } .home-campaign-map img { max-width: 350px; } .home-campaign-asientos { max-height: 80px; bottom: -60px; } } @media (min-width: 1200px) { .home-campaign { padding-bottom: 80px; } .home-campaign-map { width: 95%; } } /***************************************************/ #map_wrapper { position: relative; } #map { width: 100%; height: 900px; display: block; } #map_legend { display: inline-block; position: absolute; top: 80px; left: 10px; background: #ffffeb; border-radius: 3px; padding: 20px; line-height: 140%; z-index: 9998; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); max-height: 800px; overflow-x: hidden; } #map_legend * { font-size: 14px; } .map_legend_title { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #dddddd; } .marker-label { background-color: #c7699c; color: #ffffff !important; padding: 0px 5px; border-radius: 4px; font-size: 12px; font-weight: bold; } .map_infowindow { max-width: 300px; padding: 5px 5px 0 5px; } .map_infowindow img { max-width: 295px !important; border-radius: 10px; } .map_infowindow p { font-size: 14px !important; margin-bottom: 10px; } .map_infowindow p.map_infowindow_title { margin-bottom: 5px; } #map_wrapper .gm-style .gm-style-iw-c { overflow: visible !important; } #map_wrapper .gm-ui-hover-effect { background-color: #254583 !important; display: inline-block; border-radius: 30px; opacity: 1 !important; top: -12px !important; right: -12px !important; } #map_wrapper .gm-ui-hover-effect > span { background-color: #ffffff !important; } .map_infowindow a, .map_infowindow a:active, .map_infowindow a:visited, .map_infowindow a:focus { outline: none !important; }