/*         COLORES            */

:root {
    --fondo-titulo: #232323;
    --color-fondo-boton: #383838;
    --color-fondo-boton-active: #4889c9;
    --color-letras-boton: white;
    --color1: #232323;
    --color2: #f2b442;
    --color3: #a8276a;
    --color4: #4889c9;
    --color5: #57938d;
    --color6: #bd4727;
    --color7: #785888;
    --color8: #428042;
    --color9: #2d6367;
    --color10: #3a3a3a;
    --color11: #666666;
    --color12: #898989;
    --color13: #666666;
    --color14: #fafafa;
    --colorMarker: #37a8e8;
    --colorMarker2: #416fa4;
    --colorMarker3: #2741a1;
    --colorHeaderInfoWindows: #333333;

    --colorVME: #e3427c;
    --colorEXT: #ba53ff;
    --colorEXS: #ffb703;
    --colorADV: #78c83b;
    --colorVMS: #6a0dad;
    --colorCEV: #fb7800;
    --colorPIE: #b97d33;
    --colorPES: #ffafcc;
    --colorRAS: #2a9d8f;
    --colorPII: #d62828;
}

#map {
    height: 800px;
    /* width: 91%; */
    margin: auto;
    border: 2px solid var(--color1);
    /* margin-bottom: 3em; */
}

/* #map::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -99;
    background-image: url(../img/imagen_mapa.png);
    opacity: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
} */

#contenedor-mapa {
    height: 100%;
    position: relative;
    display: block;
}

#preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1029 !important;
    height: 50%;
}

.preloader {
    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

button#cargarMapa {
    position: absolute;
    top: 81%;
    background-color: #ffffff;
    left: 6%;
    padding: 5px 40px 5px 40px;
    color: black;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans' !important;
}

.tip_proy_div_map {
    margin: 0;
}
.tip_proy_div_map:nth-child(1) {
    top: 60px !important;
}
.tip_proy_div_map:nth-child(2) {
    top: 95px !important;
}
.tip_proy_div_map:nth-child(3) {
    top: 130px !important;
}

.tip_proy_btn_map {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 30%) 0px 2px 6px;
    color: rgb(25, 25, 25);
    cursor: pointer;
    font-size: 9px;
    line-height: 11px;
    margin: 0px 10px 0px;
    padding: 0px 5px;
    text-align: center;
    font-weight: 600;
    width: 68%;
    border-radius: 0 !important;
}
.tip_proy_btn_map.active {
    background-color: rgb(128 128 128);
    border: 2px solid rgb(128 128 128);
    color: rgb(255 255 255);
}
button#tip_proy_btn_map_EXS {
    padding: 0px 8px;
}
button#tip_proy_btn_map_VME {
    padding: 0px 17px;
}
button#tip_proy_btn_map_EXT {
}

.class_anio_btn_map {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 30%) 0px 2px 6px;
    color: rgb(25, 25, 25);
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
    margin: 8px 0px 22px;
    padding: 0px 15px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0 !important;
}
.class_anio_btn_map.active {
    background-color: grey;
    border: 2px solid rgb(128 128 128);
    color: rgb(255 255 255);
    font-weight: 600;
}

.anio_concu_div_map:nth-child(1) {
    left: 41% !important;
}
.anio_concu_div_map:nth-child(2) {
    left: 50% !important;
}
.anio_concu_div_map:nth-child(3) {
    left: 59% !important;
}

.marker-position {
    color: #333333 !important;
    bottom: 10px;
    left: 0px;
    position: relative;
    font-weight: bold;
    background-color: var(--color3);
    border-radius: 25px;
    padding: 7px 10px 7px 10px;
}

.colorVME {
    background-color: var(--color8);
}

.colorEXS {
    background-color: var(--color3);
}

.colorEXT {
    background-color: var(--color4);
}

.colorGeneral {
    /* background-color: var(--color7); */
    background-color: white;
}

.yearProy {
    font-size: 15px;
    color: #006568;
    font-weight: 600;
    margin-bottom: 0.5rem !important;
}

.gm-style .gm-style-iw-c {
    /* max-width: 900px !important; */
    padding-bottom: 6px !important;
    min-width: 6% !important;
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: hidden !important;
}

.scrollbar_map {
    overflow-y: scroll;
    max-height: 250px;
}

.scrollbar_map::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar_map::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar_map::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.2, rgb(201, 201, 201)), color-stop(0.72, rgb(120, 121, 121)), color-stop(0.86, rgb(99, 99, 99)));*/
    background-color: var(--color3);
}

.titulo-infowindow-mouseover {
    font-size: 16px;
    text-align: center !important;
    margin: 10px 15px 10px 10px;
    font-weight: 600;
    padding: 0px 20px 0px 20px;
    text-transform: uppercase;
}

.ocultar {
    background-color: transparent !important;
    pointer-events: none;
}

.div_etiqueta_total_map {
    left: 10px !important;
    top: 169px !important;
}
span#span_total {
    background-color: white;
    font-size: 12px;
    padding: 0px 12px;
    font-weight: 600;
}

/* .marker-position-b {
bottom: 25px;
left: 25px;
position: relative;
font-weight: bold;
background-color: #0098dc;
border-radius: 10px;
padding: 5px;
}

.marker-position-c {
color: black !important;
bottom: 2px;
left: 0px;
position: relative;
font-weight: bold;
background-color: white;
border-radius: 10px;
padding: 3px;
} */

/* #titulo {
  text-align: center!important;
  margin-top: 10px;
}

.gm-style .gm-style-iw {
  font-weight: bold;
}

#gmap0-map-canvas {
  width: 1000px !important;
}

.facultad_proyecto {
  white-space: normal !important;
} */

.sindata {
    font-size: 17px;
    margin: 10px;
    font-weight: 600;
}

.titulo_proyecto {
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
}

.facultad_proyecto {
    background-color: #2ea29b;
    white-space: normal !important;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 31px;
    border-radius: 1px;
}

.btnmap_vermas {
    background-color: #0098dc;
    color: white !important;
    border-radius: 1px;
    padding: 1px 55px 1px 55px;
    margin: 0px 1px 0px 0px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s;
}

.btnmap_vermas:hover {
    background-color: #037aaf;
}

.proyectos_btn_map {
    background-color: #006568;
    border-radius: 1px;
    /* pointer-events: none; */
}

.proyectos_btn_map:hover {
    background-color: #044a4c;
}

.proyectos_btn_map:focus {
    background-color: #044a4c;
    border-color: #2ea29b;
    box-shadow: 0 0 0 0.2rem rgb(46 162 155);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(46 162 155);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #070e0e !important;
    border-color: #000000 !important;
}

.titulo_proyectos_vcm_map {
    font-size: 20px;
    color: #006568;
    font-weight: 600;
    margin-bottom: 0.3rem !important;
    text-transform: uppercase;
}

.subtitulo_proyectos_vcm_map {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-bottom: 0.3rem !important;
    background-color: #2ea29b;
}

.gm-ui-hover-effect {
    opacity: 1;
    top: -6px !important;
    right: -6px !important;
    width: 30px !important;
    height: 30px !important;
    transition: all 0.5s;
}

.gm-ui-hover-effect:hover {
    opacity: 1 !important;
    transform: scale(1.5) !important;
}

/* MODAL PROYECTOS */

.content_proy_ext {
    background-color: #eeeded;
    border-top-right-radius: 120px 120px;
}

.header_proy_ext {
    margin: 0px 30px;
    border-bottom: 4px solid var(--color5);
}

.facultad_proy_ext {
    background-color: var(--color7);
    color: white;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    border-top-right-radius: 120px 120px;
}

.titulo_proy_ext {
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
    margin-top: 10px;
}

.body_proy_ext {
    margin: 10px 30px 10px 30px;
}

.txt_proy_ext {
    font-size: 16px;
    text-align: justify;
}

.tendencia_proy_ext {
    color: #fff;
    background-color: #006568;
    font-size: 11px;
    padding: 3px 10px 2px 10px;
    margin: 5px 4px 0px 15px;
    text-transform: lowercase;
}

.footer_proy_ext {
    /* border-top: 0px; */
    background-color: #eeeded;
}

.btn_volver_proy_ext {
    background-color: var(--color6);
    color: white;
    padding: 2px 40px 2px 40px;
    border-radius: 1px;
    transition: all 0.5s;
}

.btn_volver_proy_ext:hover {
    background-color: #973920;
    color: #ffffff;
    /* transform: translateY(-11px); */
}

.btn_vermas_proy_ext {
    background-color: var(--color9);
    color: white;
    padding: 6px 40px 6px 40px;
    border-radius: 1px;
    transition: all 0.5s;
}

.btn_vermas_proy_ext:hover {
    background-color: #224a4c;
    color: #ffffff;
    /* transform: translateY(-11px); */
}

.ir_arriba_infowindow_map {
    position: absolute;
    bottom: -13px;
    left: 0rem;
    background: var(--color3);
    color: white;
    padding: 0px 35px;
    transition: all 0.5s;
    border-radius: 1px;
}

.ir_arriba_infowindow_map:hover {
    color: white;
    transform: scale(1.1);
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.ir_arriba_infowindow_map:active {
    transform: scale(0.9);
}

.descripcion_proyecto {
    font-size: 15px;
    color: #006568;
    font-weight: 600;
    text-align: justify;
}

.etiquetas {
    margin-left: auto;
}

.spinner-border.loading_maps_spinner {
    width: 2rem !important;
    height: 2rem !important;
    /*display: none;*/
    color: white;
}
img.img_map_vcm {
    width: 14em;
}

.div_contenedor_img_map {
    position: absolute !important;
    bottom: 34px !important;
    left: 4px !important;
}
/* Para 1200px*/

@media only screen and (max-width: 1199px) and (min-width: 981px) {
    .gm-style .gm-style-iw-c {
        max-width: 720px !important;
    }
    .titulo_proyecto {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* height: 31px; */
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 1px 55px 1px 55px;
        margin: 0px 1px 0px 0px;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s;
    }
    .titulo_proyectos_vcm_map {
        font-size: 20px;
        color: #006568;
        font-weight: 600;
    }
    .titulo_proyecto {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* height: 31px; */
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 1px 55px 1px 55px;
        margin: 0px 1px 0px 0px;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s;
    }
}

/* Para 960px */

@media only screen and (max-width: 980px) and (min-width: 821px) {
    .gm-style .gm-style-iw-c {
        max-width: 612px !important;
    }
    .titulo_proyecto {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* height: 0px; */
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 1px 55px 1px 55px;
        margin: 0px 1px 0px 0px;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s;
    }
    .titulo_proyectos_vcm_map {
        font-size: 17px;
        color: #006568;
        font-weight: 600;
    }
}

/* Para 800px */

@media only screen and (max-width: 820px) and (min-width: 621px) {
    .gm-style .gm-style-iw-c {
        max-width: 345px !important;
    }
    .titulo_proyecto {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 31px;
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 1px 55px 1px 55px;
        margin: 0px 1px 0px 0px;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s;
    }
    .titulo_proyectos_vcm_map {
        font-size: 17px;
        color: #006568;
        font-weight: 600;
    }
    .titulo_proyecto {
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 11px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* height: 31px; */
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 4px 55px 4px 55px;
        margin: 0px 1px 0px 0px;
        font-size: 12px;
        font-weight: 600;
        transition: all 0.5s;
    }
}

/* Para 600px */

@media only screen and (max-width: 620px) and (min-width: 501px) {
    .gm-style .gm-style-iw-c {
        max-width: 415px !important;
    }
    .titulo_proyecto {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 31px;
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 1px 55px 1px 55px;
        margin: 0px 1px 0px 0px;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s;
    }
    .titulo_proyectos_vcm_map {
        font-size: 17px;
        color: #006568;
        font-weight: 600;
    }
    .titulo_proyecto {
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* height: 21px; */
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 1px 55px 1px 55px;
        margin: 0px 1px 0px 0px;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s;
    }
}

/* Para 480px */

@media only screen and (max-width: 500px) and (min-width: 341px) {
    .gm-style .gm-style-iw-c {
        max-width: 245px !important;
    }
    .titulo_proyecto {
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 31px;
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 1px 55px 1px 55px;
        margin: 0px 1px 0px 0px;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s;
    }
    .titulo_proyectos_vcm_map {
        font-size: 13px;
        color: #006568;
        font-weight: 600;
    }
    .titulo_proyecto {
        font-size: 11px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 31px;
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 5px 10px 5px 10px;
        margin: 0px 1px 0px 0px;
        font-size: 10px;
        font-weight: 600;
        transition: all 0.5s;
    }
}

/* Para 320px */

@media only screen and (max-width: 340px) and (min-width: 5px) {
    .gm-style .gm-style-iw-c {
        max-width: 250px !important;
    }
    .titulo_proyecto {
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 31px;
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 1px 55px 1px 55px;
        margin: 0px 1px 0px 0px;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s;
    }
    .titulo_proyectos_vcm_map {
        font-size: 13px;
        color: #006568;
        font-weight: 600;
    }
    .titulo_proyecto {
        font-size: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .facultad_proyecto {
        background-color: #2ea29b;
        white-space: normal !important;
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 31px;
        border-radius: 1px;
    }
    .btnmap_vermas {
        background-color: #0098dc;
        color: white !important;
        border-radius: 1px;
        padding: 1px 55px 1px 55px;
        margin: 0px 1px 0px 0px;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s;
    }
}

.mapa {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
    background-color: #cccccc;
}

.custom-popup {
    width: 45rem;
}

.leaflet-popup-content p {
    margin: 0px !important;
}

.leaflet-popup-scrolled {
    overflow: unset !important;
}

.leaflet-popup-content {
    margin: 13px 24px 26px 20px !important;
}

.containerMarker {
    text-align: -webkit-center;
}

.marker-n-iniciativas-a {
    background-color: var(--colorMarker) !important;
    color: white !important;
    border-radius: 100% !important;
    border: 1.5px solid #fff !important;
    padding: 1px 7px 1px 7px !important;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: -30px 0px 0px 1px;
    box-shadow: none !important;
}

.marker-n-iniciativas-b {
    background-color: var(--colorMarker2) !important;
    color: white !important;
    border-radius: 100% !important;
    border: 1.5px solid #fff !important;
    padding: 1px 7px 1px 7px !important;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: -30px 0px 0px 1px;
    box-shadow: none !important;
}

.marker-n-iniciativas-c {
    background-color: var(--colorMarker3) !important;
    color: white !important;
    border-radius: 100% !important;
    border: 1.5px solid #fff !important;
    padding: 1px 7px 1px 7px !important;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: -30px 0px 0px 1px;
    box-shadow: none !important;
}

.select-mapa3D {
    color: white;
    border: 1px solid lightgray;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 30%;
    text-align-last: center;
    background-color: inherit;
}

.maptalks-msgBox {
    border-radius: 10px !important;
    padding: 0px !important;
    background-color: var(--colorHeaderInfoWindows) !important;
    color: white;
    border: 0px !important;
}

.maptalks-msgContent {
    padding: 25px 0px 50px 50px !important;
    background-color: white;
    color: black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px !important;
}

.maptalks-close {
    background-color: white;
    border-radius: 100%;
    text-align: center;
    padding: 0px 21px 32px 9px !important;
    margin: 10px;
    font-size: 22px !important;
}

.custom-info-title {
    padding: 15px 40px 15px 40px !important;
    background-color: var(--color6) !important;
    min-width: 500px !important;
}

.marker-img {
    width: 300px;
    padding: 30px;
}

.maptalks-msgBox h2 {
    padding: 0px !important;
    text-align: center !important;
}

.maptalks-compass {
    display: none !important;
}

.centrar_items {
    align-items: center;
    place-items: center;
}

.marker-n-iniciativas-a-legend {
    width: 50px;
    height: 50px;
    background-color: var(--colorMarker);
    border-radius: 25px;
    margin: 10px;
    border: 1px solid white;
}

.marker-n-iniciativas-b-legend {
    width: 50px;
    height: 50px;
    background-color: var(--colorMarker2);
    border-radius: 25px;
    margin: 10px;
    border: 1px solid white;
}

.marker-n-iniciativas-c-legend {
    width: 50px;
    height: 50px;
    background-color: var(--colorMarker3);
    border-radius: 25px;
    margin: 10px;
    border: 1px solid white;
}

.i_virtual {
    font-size: 25px;
    position: absolute;
    color: white;
    margin-left: -15px;
    margin-top: -15px;
}

.tip_proy_text {
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 16px;
    font-weight: bold;
    /* text-shadow:
          -0.5px -0.5px 0 #fff,
          0.5px -0.5px 0 #fff,
          -0.5px 0.5px 0 #fff,
          0.5px 0.5px 0 #fff; */
}

.marker_style {
    font-size: 50px;
}

.color_plus {
    background: linear-gradient(
            0deg,
            #e8a36e 10%,
            #eb6914 30%,
            #b543b5 50%,
            #9948af 70%,
            #398bef 90%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.color_vme {
    color: var(--colorVME);
}
.color_ext {
    color: var(--colorEXT);
}
.color_exs {
    color: var(--colorEXS);
}
.color_adv {
    color: var(--colorADV);
}
.color_vms {
    color: var(--colorVMS);
}

.color_cev {
    color: var(--colorCEV);
}
.color_pie {
    color: var(--colorPIE);
}
.color_pes {
    color: var(--colorPES);
}
.color_ras {
    color: var(--colorRAS);
}
.color_pii {
    color: var(--colorPII);
}

/* MODIFIACIï¿½N 11-10-2024 */
.amChartSize-xs {
    width: 100% !important;
    height: 95% !important;
    align-content: center;
}

.amChartSize-md {
    width: 100% !important;
    height: 100% !important;
    align-content: center;
}

.n-col-socio-ext-chart {
    color: white;
    text-align: center;
    /* padding: 2em; */
    align-content: center;
    background-color: #4e4e4e;
}

.modalChart {
    width: 100% !important;
    height: 500px !important;
    align-content: center;
    color: black;
}

.textChart {
    position: absolute;
    top: 36%;
    left: 36%;
    font-size: 10px;
    display: none;
}
/* FIN MODIFICACIï¿½N 11-10-2024 */
#graphODSSocios {
    background: #333333;
    padding: 0;
    border-radius: 1px;
}
