
body {
    max-width: 1280px;
    margin: auto;
    height:auto!important;
    min-height:100vh;
    overflow: hidden;
}

option {
    -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

/* ~~~~ LOADING SCREEN ~~~~ */

.loading-title {
    background-image: url('../img/loading-title.svg');
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    background-repeat: repeat-x;
    background-size: cover;
    min-height: 140px;
    position: absolute;
    width: 100%;
    max-width: 1280px;
    color: #4B4B4B;
    display: flex;
    flex-direction: column;
    line-height: 300%;
}

.loading-maintitle {
    font-size: 32px;
    color: white;
    font-weight: 500;
}

.loading-subtitle {
    font-size: 16px;
    margin-top: -15px;
}

.loading-content {
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.loading-row {
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 200px;
}

.loading-logo {
    background-image: url(../img/geografiaDoVoto.svg);
    width: 500px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.loading-message {
    margin-top: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-style: italic;
    color: #4B4B4B;
    font-weight: bold;
}


.loading-button {
    background-color: #005d92;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    width: 150px;
    margin: 40px auto;
    padding: 10px;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    border: #0098D4 4px solid;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .loading-logo {
        background-image: url(../img/geografiaDoVoto-mobile.svg);
        width: 90%;
        max-width: 300px;
    }
}

@media screen and (max-height: 520px) {
    .loading-content {
        background-position-y: 120%;
    }
}

@media screen and (max-height: 450px) {
    .loading-content {
        background-image: none;
    }
    .loading-title {
        top: -20px;
    }
}

/* ~~~~~~~ PAGE CONTENT ~~~~~~~~ */

.page-content {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    margin: auto;
    max-width: 1280px;
    z-index: 1;
}

/* ~~~~~~~ UPPER MENU ~~~~~~~~ */

.upper-menu {
    height: 80px;
    width: 100%;
    background-image: url(../img/menu-bar.svg);
    background-color: white;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 2;
}

.menu-logo {
    background-image: url(../img/mapafight.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: -30px;
    width: 180px;
    height: 77px;
    display: inline-flex;
    cursor: pointer;
}

.menu-appname {
    font-family: 'Lato', sans-serif;
    position: relative;
    left: -60px;
    top: -2px;
    display: inline-flex;
    vertical-align: bottom;
    font-size: 24px;
    cursor: pointer;
}

.menu-buttons {
    background-image: url(../img/menu-bg-btn.svg);
    background-repeat: no-repeat;
    position: relative;
    display: inline-flex;
    width: 509px;
    height: 90px;
    top: 23px;
    float: right;
    margin-right: 25px;
}

.menu-buttons span {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #000;
    margin: 10px auto;
    cursor: pointer;
    line-height: 250%;
}

.menu-buttons span:hover {
    text-decoration: underline;
}

@media screen and (max-width: 880px) {
    .menu-buttons span {
        display: none;
    }
    .menu-buttons {
        background-image: url(../img/menu-icon.svg);
        width: 98px;
        top: 18px;
        cursor: pointer;
        display: block;
    }
    .menu-open-items span {
        display: block;
        white-space: nowrap;
        background-color: #FCDE07;
        margin: 0px -2px;
        padding: 6px 0px;
        width: 130px;
        text-align: center;
        margin-left: -30px;
    }
    .menu-open-items span:first-child {
        margin-top: 60px;
        padding-left: 0px !important;
    }
    .menu-open-items span:last-child {
        padding-right: 0px !important;
    }
    .menu-buttons span:active {
        color: #fff;
        background-color: #000;
    }
}

@media screen and (max-width: 460px) {
    .menu-appname {
        display: none;
    }
    .menu-logo {
        left: 0px;
        width: 100px;
    }
}

/* ~~~~~~~ START ~~~~~~~~ */

.start-content {
    height: 100%;
    font-family: 'Lato', sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.start-title {
    font-size: 28px;
    line-height: 180%;
}

.start-subtitle {
    font-size: 20px;
    margin: 15px;
    line-height: 130%;
}

.start-button {
    background-color: #005d92;
    border-radius: 40px;
    width: 300px;
    margin: 20px auto;
    padding: 5px;
    font-size: 20px;
    border: #0098D4 4px solid;
    cursor: pointer;
    line-height: 200%;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-height: 600px) {
    .start-about {
        display: none;
    }
}

@media screen and (max-height: 600px), screen and (max-width: 600px) { 
    .start-title {
        font-size: 24px;
    }
    .start-subtitle {
        font-size: 16px;
    }
}

/* ~~~~~ NEWMAP ~~~~~ */

.newmap-page {
    height: 100%;
}

.newmap-content {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    top: 25px;
}

.newmap-title {
    padding-left: 20px;
    font-size: 20px;
    max-width: 200px;
    line-height: 180%;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.newmap-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 150%;
    margin-left: 40px;
    z-index: 2;
}

.newmap-step {
    background-image: url('../img/newmap-step-active.svg');
    background-size: cover;
    width: 110px;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newmap-bar {
    background-image: url('../img/newmap-bar.svg');
    background-position: center;
    background-repeat: repeat-x;
    width: 20vw;
    height: 85px;
}

.newmap-stepconfig {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.newmap-stepconfig1 {
    position: absolute;
    background-image: url('../img/newmap-ballon-step1.svg');
    max-width: 557px;
    height: 424px;
    top: 60px;
    left: 16px;
}

.newmap-stepconfig2 {
    position: absolute;
    background-image: url('../img/newmap-ballon-step2.svg');
    max-width: 420px;
    height: 399px;
    top: 30px;
    left: 346px;
}

.newmap-stepconfig3 {
    position: absolute;
    background-image: url('../img/newmap-ballon-step2.svg');
    max-width: 420px;
    height: 399px;
    top: 30px;
    left: 607px;
}

.newmap-insideballon1 {
    margin-top: 105px;
    padding: 20px;
}

.newmap-insideballon2 {
    margin-top: 125px;
    padding: 20px;
}

.newmap-row {
    display: block;
    margin: auto;
    text-align: center;
}

.newmap-input {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Lato', sans-serif;
    line-height: 150%;
    text-align: left;
}

.newmap-input-1col {
    max-width: 380px;
    padding: 10px 20px !important;
}

.newmap-input-2cols {
    width: 100%;
    max-width: 215px;
}

.newmap-input-1cols {
    width: 100%;
}

.newmap-input label {
    width: 100%;
    font-size: 14px;
    color: white;
}

.newmap-input select {
    width: 100%;
    padding: 4px;
    background-color: #003d60;
    color: #fff;
    font-weight: bold;
    border: solid 1px;
    cursor: pointer;
}

.newmap-input input {
    width: 100%;
    background-color: #6C4508;
    color: #fff;
    font-weight: bold;
    padding: 4px;
}

.newmap-button {
    font-family: 'Lato', sans-serif;
    background-color: #2575E8;
    border: solid 1px #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    max-width: 160px;
    width: 35vw;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    display: inline-grid;
    line-height: 250%;
}

.newmap-button-disabled {
    background-color: #666;
    cursor: no-drop;
}

.newmap-confirm-title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.newmap-confirm-msg {
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
}

.newmap-stepconfig-finished {
    position: absolute;
    left: 75px;
    top: 75px;
    text-align: center;
}

.newmap-stepconfig-finished1 {
    left: 75px;
}

.newmap-stepconfig-finished2 {
    left: 320px;
}

.newmap-dashedline {
    background: url('../img/newmap-dashed-line1.svg');
    position: absolute;
    width: 84px;
    height: 76px;
    float: right;
    right: 20px;
    z-index: -1;
}

.newmap-insidedashedballon {
    position: relative;
    top: 75px;
    line-height: 160%;
    border: #000 dashed 2px;
    padding: 20px;
    border-radius: 30px;
    width: 140px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}

#newmap-error {
    display: none;
    color: #ffff00;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-style: italic;
}

@media screen and (max-width: 920px) {
    .newmap-bar {
        display: none;
    }
    .newmap-steps {
        margin-left: 0px;
    }
    .newmap-step {
        display: none;
        font-weight: bold;
    }
    .newmap-content {
        width: 100%;
        justify-content: space-around;
        flex-direction: column;
    }
    .newmap-title {
        font-size: 18px;
        max-width: 360px;
        padding-left: 0px;
        text-align: center;
        padding-bottom: 15px;
    }
    .newmap-fulltext {
        display: none;
    }
    .newmap-input {
        padding: 10px 0px;
    }
    .newmap-input-2cols {
        width: 45vw;
    }
    .newmap-insideballon1 {
        padding: 10px;
    }
    .newmap-insidedashedballon,.newmap-dashedline {
        display: none;
    }
}


@media screen and (max-height: 600px) and (min-width: 715px) {
    .newmap-stepconfig1 {
        top: 10px;
    }
    .newmap-stepconfig2, .newmap-stepconfig3 {
        top: -20px;
    }
}

@media screen and (max-height: 600px) {
    .newmap-page {
        background-image: none;
    }
}

/* ~~~~~~~~ MAP ~~~~~~~~ */

.map-page {
    background-image: url(../img/map-bg.svg);
    height: calc(100vh - 20px);
    width: 100vw;
    max-width: 1280px;
    background-repeat: repeat-y;
    background-size: contain;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0px;
}

.map-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
}

.map-options {
    display: flex;
}

.map-options-btn {
    width: 60px;
    height: 45px;
    background-color: #ffffff;
    border: #dddddd solid 2px;
    border-radius: 10px;
    margin: 0px 10px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1000;
}

.map-options-btn-active {
    border: #939393 solid 2px;
    box-shadow: #939393 0px 0px 15px 4px;
}

.map-options-btn:hover {
    background-color: #fff;
    border: #000 solid 2px;
}

#map-options-btn-both {
    background-image: url('../img/map-two.svg');
}

#map-options-btn-combine {
    background-image: url('../img/map-combine.svg');
}

#map-options-btn-left {
    background-image: url('../img/map-left.svg');
}

#map-options-btn-right {
    background-image: url('../img/map-right.svg');
}

.map-options-btn .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 5px 0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    margin-top: 50px;
    text-align: center;
    position: absolute;
}
  
.map-options-btn:hover .tooltiptext {
    visibility: visible;
}

.map-data {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #005d92;
    font-family: 'Lato';
    font-weight: bold;
    padding: 6px;
    margin-bottom: 15px;
}

.map-content {
    display: none;
}

.map-legend {
    margin: auto;
}

.map-legend-container {
    width: 100%;
    padding-top: 250px;
    text-align: center;
}

.map-legend-content {
    width: 100%;
    background: #edededcc;
    padding: 10px 0px;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.map-legend-subtitle {
    font-size: 10px;
    display: block;
    margin-bottom: 6px;
}

.map-legend-item {
    font-size: 9px;
    text-align: center;
}

.map-legend-symbol {
    width: 15px;
    height: 15px;
    background-color: gray;
    border-radius: 3px;
}

.map-leaflet-two {
    height: calc(100vh - 245px);
    width: calc(50vw - 110px);
    max-width: 530px;
    position: relative;
    margin: 20px;
}

.map-leaflet-combine {
    height: calc(100vh - 196px);
    width: calc(100vw - 40px);
    max-width: 1240px;
    position: relative;
    margin: 20px;
}

.map-leaflet-full-width {
    width: calc(100vw - 40px) !important;
    max-width: 1240px;
}

.map-total {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 14px;
}

.map-candidate {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.map-candidate-right {
    flex-direction: row-reverse;
}

.map-candidate-left, .map-candidate-combine {
    flex-direction: row;
}

.map-candidate-name {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 20px 0px 10px;
}

.map-content-bottom {
    height: 65px;
    width: 100%;
    background-color: #005d92;
    display: flex;
}

.map-btn {
    font-family: 'Lato', sans-serif;
    white-space: nowrap;
    background-color: #2575E8;
    border-radius: 25px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px;
    max-width: 230px;
    width: 35vw;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;
    display: inline-grid;
    padding: 5px 20px;
    line-height: 180%;
}

.map-fulltext {
    display: contents;
}

.map-popup-title {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 5px;
}

.map-popup-table {
    padding: 10px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    border-collapse: collapse;
}

.map-popup-border {
    padding: 3px;
}

.map-popup-candname {
    font-size: 12px;
}

.map-popup-number {
    font-size: 13px;
    font-weight: bold;
}

.map-popup-desc {
    font-size: 10px;
}

.map-popup-left {
    color: #d8b365;
}

.map-popup-right {
    color: #5ab4ac;
}

.map-disclaimer {
    display: none;
    color: #3a3a3a;
    font-size: 14px;
    padding: 0px 5px 8px 5px;
    text-align: center;
    font-family: 'Lato';
    font-weight: bold;
}

#map-table-legend {
    width: 100%;
}

.leaflet-container {
    background: #3a3a3a !important;
    border: #3a3a3a solid 2px;
    border-radius: 10px !important;
}

.leaflet-popup-content-wrapper {
    background: white !important;
    opacity: 0.85 !important;
}

.leaflet-popup-tip {
    display: none;
}

.leaflet-tooltip {
    font-weight: bold;
    background-color: #fffd !important;
    text-align: center;
}

.leafleat-cities-toolip {
    border: transparent !important;
    box-shadow: none !important;
    font-size: 10px;
    padding: 1px 4px !important;
}

#map-left .leaflet-popup-content-wrapper {
    color: #d8b365 !important;
    border: #d8b365 2px;
    border-style: outset;
}

#map-right .leaflet-popup-content-wrapper {
    color: #5ab4ac !important;
    border: #5ab4ac 2px;
    border-style: outset;
}

#map-combine .leaflet-popup-content-wrapper {
    color: #000 !important;
    border: #000 2px;
    border-style: outset;
}

@media screen and (max-width: 880px), screen and (max-height: 500px) {
    .map-legend {
        display: none !important;
    }
    .map-leaflet-two {
        width: 47vw;
        height: calc(100vh - 225px);
        margin: 10px;
    }
}

@media screen and (max-height: 500px) {
    .map-page {
        background-size: cover;
    }
}

@media screen and (max-height: 700px) {
    .map-legend-container {
        padding-top: 50px;
    }
}

@media screen and (max-width: 580px) {
    .map-fulltext {
        display: none;
    }
}

/* ~~~~~~~~ ABOUT ~~~~~~~~ */

.about-content {
    height: 100%;
}

.about-title {
    position: absolute;
    top: 120px;
    text-align: center;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.about-text {
    position: absolute;
    top: 200px;
    padding: 20px;
    font-family: 'Lato', sans-serif;
    line-height: 160%;
}

/* ~~~~~~ CONTACT ~~~~~~ */

.contact-content {
    font-family: 'Lato', sans-serif;
    margin: 120px 40px 10px 20px;
}

.contact-form {
    border-radius: 30px;
    padding: 30px;
    max-width: 500px;
    background-color: #fcde07;
    margin: auto;
}

.contact-title {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    line-height: 130%;
    margin-bottom: 10px;
}

.contact-input {
    padding: 5px;
}

.contact-center {
    text-align: center;
}

.contact-input label {
    font-size: 13px;
    display: block;
    color: #6C4508;
    font-weight: bold;
    line-height: 150%;
}

.contact-button {
    font-family: 'Lato', sans-serif;
    background-color: #000;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    width: 160px;
    text-align: center;
    margin: 25px auto 0px auto;
    cursor: pointer;
}

.contact-input input, .contact-input textarea {
    width: 100%;
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 4px;
}

.contact-input-error {
    background-color: #ffbebe !important;
}

.contact-extra {
    margin: 20px;
}

.contact-error {
    color: #ed1c24;
    font-style: italic;
    margin-left: 15px;
    display: none;
}

/* ~~~~~~~~~~ MODAL ~~~~~~~~~~ */

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.modal {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    font-family: 'Lato', sans-serif;
}

.modal-header {
    padding: 10px 15px 0;
}

.modal-header h4 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    border-radius: 10px;
    margin: 0px 40px 20px 40px;
}

.modal-content {
    background-color: #fff;
    border: 1px solid #888;
    box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
    margin: auto;
    padding: 10px;
    position: relative;
    max-width: 780px;
}

.modal_x {
    color: #307D66;
    cursor: pointer;
    font-size: 2em;
    position: absolute;
    top: 0px;
    right: 15px;
}

/* ~~~~~~~~~~ SHARE-MODAL ~~~~~~~~~~ */

#map-share {
    width: 100%;
    height: 400px;
}

.share-link-row {
    display: flex;
    width: 100%;
    margin: 20px 0px;
    font-family: 'Lato', sans-serif;
    flex-direction: row;
    justify-content: center;
}

.share-button {
    background-image: url('../img/link-share.svg');
    background-size: 23px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    border: #000 1px solid;
    border-radius: 10px 0px 0px 10px;
    background-color: black;
}

.share-input-link {
    height: 32px;
    max-width: 600px;
    width: calc(100vw - 120px);
    font-size: 12px;
    border: #000 1px solid;
    background-color: #fcde07;
    padding: 5px;
}

.share-copy-link {
    background-image: url('../img/copy.svg');
    background-size: 23px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    border: #000 1px solid;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
}

.share-btns {
    display: flex;
    margin: 20px;
    font-family: 'Lato', sans-serif;
    flex-direction: row;
    justify-content: center;
}

.share-btn {
    padding: 10px;
    margin: 0px 10px;
    cursor: pointer;
    color: white;
    border-radius: 10px;
}

.share-facebook {
    background-color: #4267B2;
}

.share-twitter {
    background-color: #1DA1F2;
}

.share-linkedin {
    background-color: #0e76a8
}

.share-whatsapp {
    background-color: #25D366;
}

.share-map {
    position: relative;
    outline: none;
    height: 400px;
    display: none;
}

.share-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 180%;
    margin-top: 10px;
}

.share-desc {
    font-size: 12px;
    padding-bottom: 6px;
}

.share-legend {
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 10px 5px 10px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 0px !important;
}

.share-legend-line {
    display: flex;
    line-height: 150%;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    align-content: stretch;
    margin-bottom: 5px;
}

.share-legend-color {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.share-legend-colorleft {
    background-color: #d8b365;
}

.share-legend-colorright {
    background-color: #5ab4ac;
}

.share-legend-name {
    font-size: 14px;
    display: inline;
    float: left;
    width: fit-content;
    white-space: nowrap;
}

.share-legend-title {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 5px;
}

.share-logo {
    width: 200px;
    height: 40px;
    background-color: #fffa;
    border-radius: 10px;
    display: flex;
}

.share-logo-estadao {
    background-image: url(../img/logo-estadao-cavalo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    margin: 10px;
}

.share-logo-geocracia {
    background-image: url(../img/geocracia.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    margin: 10px;
}

@media screen and (max-height: 800px) {
    .modal-header h4 {
        display: none;
    }
    #map-share {
        height: 330px !important;
    }
}

@media screen and (max-width: 500px), screen and (max-height: 600px) {
    .share-desc {
        display: none;
    }
    .share-link-row {
        margin: 10px 0px;
    }
    .share-btns {
        margin: 10px;
    }
    .share-btn {
        padding: 5px;
        margin: 0px 5px;
    }
    .share-title {
        line-height: 130%;
        text-align: center;
    }
    .modal {
        padding-top: 10px;
        overflow: hidden;
    }
}
