* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: sans-serif;
}



.mapa-cont-gen {
    width: 100%;
    height: 100vh;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/05/bicentenario/global-img/fondo.jpg);
    position: relative;
}

@font-face {
    font-family: "Cinzel";
    src: url(../../../../fonts/Cinzel-Regular.ttf);
    font-weight: 100;
}

@font-face {
    font-family: "Cinzel Bold";
    src: url(../../../../fonts/Cinzel-Bold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: "Cinzel Decorative";
    src: url(../../../../fonts/CinzelDecorative-Regular.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Cinzel Decorative";
    src: url(../../../../fonts/CinzelDecorative-Bold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: "Martel UltraLight";
    src: url(../../../../fonts/Martel-UltraLight.ttf);
    font-weight: 100;
}

@font-face {
    font-family: "Martel";
    src: url(../../../../fonts/Martel-Regular.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Martel Extra Bold";
    src: url(../../../../fonts/Martel-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: "Montserrat";
    src: url(../../../../fonts/Montserrat-Regular.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat Medium";
    src: url(../../../../fonts/Montserrat-Medium.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Tabac Sans";
    src: url(../../../../fonts/Tabac_Sans_Thin.otf);
    font-weight: 100;
}

@font-face {
    font-family: "Tabac Sans";
    src: url(../../../../fonts/Tabac_Sans_Light.otf);
    font-weight: 200;
}

@font-face {
    font-family: "Tabac Sans";
    src: url(../../../../fonts/Tabac_Sans_Regular.otf);
}

@font-face {
    font-family: "Tabac Sans";
    src: url(../../../../fonts/Tabac_Sans_SemiBold.otf);
    font-weight: 700;
}

@font-face {
    font-family: "Tabac Sans";
    src: url(../../../../fonts/Tabac_Sans_Bold.otf);
    font-weight: 900;
}

@font-face {
    font-family: "TrajanPro Regular";
    src: url(../../../../fonts/TrajanPro-Regular.otf);
    font-weight: 900;
}

.ContenedorMapaBicentenario {
    width: 100%;
    height: 80vh;

}

.ContenedorMapaAntiguoConCifras {
    width: 100%;
    height: 80vh;
}

.MapaBicentenarioContenidoMapa {
    width: 60%;
    height: 100%;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-color: #162a2c;
    overflow: hidden;
    position: relative;
    cursor: grab;
}

.MapaBicentenarioContenidoMapa:click {
    cursor: grabbing;
}

.MapaBicentenarioTextos {
    width: 40%;
    height: 100vh;
    display: block;
    float: left;
    padding-left: 2%;
    padding-right: 1%;
}

.ContenedorExplicacionDelMapa {
    width: 100%;
    margin-top: 8%;
    margin-bottom: 2%;

}

.TituloMapaConDatosA {
    width: 60%;
    font-family: "Cinzel";
    font-size: 42px;
    font-weight: 100;
    color: #EECB77;
    padding-left: 3%;
    margin-top: 20%;
    letter-spacing: 2px;
    line-height: 110%;
}

.ParrafoIntroductorioTerritorios {
    width: 60%;
    font-size: 16px;
    font-family: "Tabac Sans";
    padding-left: 5%;
    color: #F8F0E1;
    letter-spacing: 0.5px;
    padding-top: 2%;
}

.ContenedorDeConvencionesCifrasT {
    width: 50%;
    min-width: 350px;
    height: 5%;
    margin-top: 1.5%;
    margin-left: 5%;
}

.ContenedorDeConvencionesCifrasT p {
    color: #BBCCDC;
    font-family: "Tabac Sans", sans-serif;
    font-size: 14px;
    margin-top: 20px;
    position: relative;
    padding-left: 60px;
}

.mapa-wrapper {
    height: 0;
    margin: auto;
    display: block;
    margin-top: 5%;
    width: 120%;
    padding-top: 80%;
    position: relative;
    box-sizing: border-box;
}

.titulo-mapa {
    position: absolute;
    top: 0;
    width: 470px;
    left: 10%;
    text-align: left;
    color: #EECB77;
    z-index: 300;

}

.titulo-mapa p {
    color: #F8F0E1;
    font-family: "Tabac Sans";
    width: 480px;
}

.titulo-mapa h5 {
    font-family: "Cinzel", serif;
    font-weight: normal;
    font-size: 37px;
}

.titulo-mapa h6 {
    font-family: "Cinzel", serif;
    font-weight: normal;
    font-size: 21px;
}

.mapa-focos {
    background: url(../img/mapa-monumentos.svg);
    background-size: contain;
    background-position: 75% -125%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}


.punto-mapa {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    padding-left: 0px;
    padding-top: 0px;
    border-radius: 40px;
    text-align: left;
    font-size: 16px;
    position: absolute;
    font-family: "Tabac Sans", sans-serif;
    top: 100px;
    left: 200px;
    background: #FFF;
    cursor: pointer;
}

.imagen-mon {
    width: 60%;
    margin-left: 30px;
    min-height: 30%;

}

.imagen-mon img {
    width: 90%;
    margin-top: 4%;
}

.arauca {
    background-color: #EE8955;
}

.casanare {
    background-color: #AA7788;
}

.boyaca {
    background-color: #81B7B2;
}

.btn-nav-mapa-cont {
    width: 60%;
    margin-left: 37px;
    margin-top: 20px;
    height: 50px;

    position: relative;
}

.btn-nav {
    width: 50px;
    height: 50px;
    position: absolute;
    top: :0;
    border-radius: 50px;

    background-color: #C13032;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn-nav:hover {
    background-color: #EDD19A;
}

.btn-der {
    right: 0;
    background-image: url(../img/btn-flecha-der.svg);

}

.btn-izq {
    left: 0;
    background-image: url(../img/btn-flecha-izq.svg);
}

.punto-mapa p {
    color: #CCBBAB;
    font-size: 11px;
    margin-left: 13px;
    min-width: 50px
}

.punto-mapa-activo p {
    background:
        radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 3px, #FFEDBB 4px),
        radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 3px, #FFEDBB 4px),
        radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 3px, #FFEDBB 4px),
        radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 3px, #FFEDBB 4px), linear-gradient(#FFEDBB, #FFEDBB), linear-gradient(#FFEDBB, #FFEDBB);
    ;

    background-position: bottom left, bottom right, top right, top left, center, center;
    background-size: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 100% 50%, 50% 100%;
    background-repeat: no-repeat;
    color: #0F2728;
    padding: 5px;
    text-align: center;

}

.punto1 {
    top: 13.5%;
    left: 72.3%;
}

.punto2 {
    top: 28.7%;
    left: 71.7%;
}

.punto3 {
    top: 41%;
    left: 68%;
}

.punto4 {
    top: 48.8%;
    left: 64.4%;
}

.punto5 {
    top: 53.1%;
    left: 58%;
}

.punto6 {
    top: 53.7%;
    left: 50.6%;
}

.punto6 p {
    margin-left: -40px;
    margin-top: 13px;
    width: 90px;
    text-align: center;
}

.punto7 {
    top: 49.1%;
    left: 48.6%;
}

.punto8 {
    top: 45%;
    left: 47.2%;
}

.punto8 p {
    width: 90px;
    margin-top: -11px;
    margin-left: 11px;
}

.punto9 {
    top: 35.9%;
    left: 41.6%;
}

.punto9 p {
    margin-left: -22px;
    margin-top: -12px;
}

.punto10 {
    top: 39.7%;
    left: 39.4%;
}

.punto11 {
    top: 45.6%;
    left: 38.1%;
}

.punto12 {
    top: 43.5%;
    left: 37.1%;
}

.punto13 {
    top: 33.2%;
    left: 36.7%;
}

.punto13 p {
    margin-left: -31px;
    margin-top: -14px;
    width: 69px;
    text-align: center;
}

.punto14 {
    top: 36%;
    left: 34.8%;
}

.punto14 p {
    margin-left: -30px;
    margin-top: -13px;
}

.punto15 {
    top: 44.1%;
    left: 31%;
}

.punto15 p {
    margin-left: -47px;
    margin-top: -4px;
}


.punto16 {
    top: 46.2%;
    left: 28.3%;
}

.punto16 p {
    margin-left: -31px;
    margin-top: -2px;
}

.punto17 {
    top: 56.8%;
    left: 22.7%;
}

.punto17 p {
    margin-left: -23px;
    margin-top: 14px;
    text-align: center;
}

.punto18 {
    top: 57.7%;
    left: 20.3%;
}

.punto18 p {
    margin-left: -31px;
    margin-top: -2px;
}

.punto19 {
    top: 66%;
    left: 15.2%;
}

.punto19 p {
    width: 80px;
}

.ContenedorDeConvencionesCifrasT p:first-child:after {
    position: absolute;
    left: 0;
    content: " ";
    display: block;
    height: 3px;
    top: 10px;
    width: 40px;
    background: #AA7788;
    border-radius: 10px;

}

.ContenedorDeConvencionesCifrasT p:last-child:after {
    position: absolute;
    left: 0;
    content: " ";
    display: block;
    height: 3px;
    top: 10px;
    width: 40px;
    background: #EECB77;
    border-radius: 10px;

}

.texto-mapa {
    width: 60%;
    margin-left: 30px;
    padding: 10px;
    background: #F3E9D7;
    color: #0F2728;
    font-family: "Martel", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    position: relative;
}

.texto-mapa h6 {
    color: #334422;
    font-family: "Cinzel";
    font-size: 28px;
    margin-bottom: 15px;
}

.texto-mapa p,
.texto-mapa li {
    font-family: "Martel";
    font-size: 14px;
    line-height: 19px;
}

.texto-mapa ul {
    padding-left: 18px;
}

.texto-mapa li {
    list-style: disc;
}

.mapa-ref {
    position: absolute;
    top: 520px;
    width: 25%;
    right: 20%;
}

.texto-mapa:after {
    position: absolute;
    width: 3px;
    height: 110%;
    top: -5%;
    border-radius: 10px;
    background: #B93032;
    left: -3px;
    content: " ";
    display: block;
    max-height: 250px;
}

.ultralight {
    font-weight: 100;
    font-family: "Martel", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}

.extrabold {
    font-weight: 700;
    font-family: "Martel", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}

.pie-monumento {
    font-family: "Tabac Sans";
    font-size: 14px;
    color: #CCBBAB;
    padding: 5px 0;
}

.ContenedordeCifrasProvincias {
    width: 50%;
    min-width: 350px;
    height: 23%;
    margin-left: 5%;
}

.ContenedorVerMapaBicentenario {
    width: 50%;
    height: 35%;
    padding-top: 10%;
    margin-left: 5%;
}

.BotonVerMapaAntiguo {
    width: 50%;
    height: 35%;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/05/bicentenario/capitulo-1/datos/desktop/img/Btn_VerMas.png);
    background-repeat: no-repeat;
    float: right;
    background-position: right;
    padding-right: 20%;

}



.MapaCartaCoreografica {
    width: 100%;
    height: auto;
}

.ContenedorContenidoMapa {
    width: 100%;
    height: 44vh;
}

.TituloCorograficoMapa {
    width: 70%;
    margin-bottom: 5%;
    font-family: "Cinzel";
    font-weight: 100;
    color: #EDD19A;
    font-size: 40px;
    padding-left: 3%;
    letter-spacing: 1.5px;
}

.ParrafitoCorograficoMapa {
    width: 60%;
    font-family: "Tabac Sans";
    color: #F8F0E1;
    line-height: 140%;
    letter-spacing: 0.5px;
    padding-left: 3%;
    font-size: 16px;
}


.ContenedorBotonVerPoblacionT {
    width: 50%;
    height: 6vh;
    padding-top: 6%;
}

.BotonVerPoblacionT {
    width: 170px;
    height: 42px;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/05/bicentenario/capitulo-1/datos/desktop/img/Btn_poblacion.png);
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    left: 73%;
    bottom: 21%;
}

.ContenedorDelMapaDelTerritorio {
    width: 100vw;
    height: 100vh;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/05/bicentenario/global-img/fondo.jpg);
    display: block;
}

.ElMapaconlosTerritorios {
    width: 60%;
    height: 80vh;
    display: block;
    float: left;
    overflow: hidden;
}

.LasCifrasdelTerritorio {
    width: 40%;
    height: 80vh;
    display: block;
    float: left;
    background: url(https://embed.eltiempo.digital/infografias/2019/05/bicentenario/global-img/fondo.jpg);
}



.mapa-image {
    width: 100%;
    height: 100%;
    background: url(https://embed.eltiempo.digital/infografias/2019/05/bicentenario/capitulo-1/datos/desktop/img/mapa-d.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.slidecontainer {
    position: relative;
    z-index: 10;
    width: 100%;
    background: #333;
    padding: 10px 20px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter:
        alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
    height: 40px;
}

#slider {
    float: left;
}

.zoom-text {
    float: left;
    width: 50px;
    margin-left: 5px;
    font-family: "Tabac Sans";
    color: #FFEDBB;
}

.icon-mover {
    margin-top: -9px;
}

.ubicacion-dep {
    width: 60%;
    height: 35%;
    margin-left: 30px;
}

.ubicacion-dep img {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 40px;
}

@media only screen and (max-width: 1550px) {
    .ContenedorBotonVerPoblacionT {
        width: 58%;
        height: 6vh;
        padding-top: 10%;
    }

    .ParrafitoCorograficoMapa {
        width: 66%;
        font-family: "Tabac Sans";
        color: #F8F0E1;
        line-height: 140%;
        letter-spacing: 0.5px;
        padding-left: 3%;
        font-size: 16px;
    }
}


@media only screen and (max-width: 1300px) {
    .TituloCorograficoMapa {
        width: 75%;
        margin-bottom: 5%;
        font-family: "Cinzel";
        font-weight: 100;
        color: #EDD19A;
        font-size: 40px;
        padding-left: 3%;
        letter-spacing: 1px;
    }

    .ContenedorBotonVerPoblacionT {
        width: 68%;
        height: 6vh;
        padding-top: 18%;
    }

    .ParrafitoCorograficoMapa {
        width: 58%;
        font-family: "Tabac Sans";
        color: #F8F0E1;
        line-height: 140%;
        letter-spacing: 0.5px;
        padding-left: 3%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1284px) {
    .TituloCorograficoMapa {
        width: 80%;
        margin-bottom: 5%;
        font-family: "Cinzel";
        font-weight: 100;
        color: #EDD19A;
        font-size: 40px;
        padding-left: 3%;
        letter-spacing: 1px;
    }

    .ContenedorBotonVerPoblacionT {
        width: 68%;
        height: 6vh;
        padding-top: 18%;
    }

    .ParrafitoCorograficoMapa {
        width: 70%;
        font-family: "Tabac Sans";
        color: #F8F0E1;
        line-height: 140%;
        letter-spacing: 0.5px;
        padding-left: 3%;
        font-size: 16px;
    }

    .TituloMapaConDatosA {
        width: 90%;
        margin-top: 10%;
        font-size: 35px;
    }

    .LasCifrasdelTerritorio .TituloMapaConDatosA {
        margin-top: 20%;
    }

    .image-grafica {
        width: 90%;
        display: block;
        margin: auto;
    }

    .ContenedorVerMapaBicentenario {
        width: 70%;
        padding-top: 20%;
    }

}


@media only screen and (max-width: 1100px) {
    .TituloCorograficoMapa {
        width: 80%;
        margin-bottom: 8%;
        font-family: "Cinzel";
        font-weight: 100;
        color: #EDD19A;
        font-size: 35px;
        padding-left: 3%;
        letter-spacing: 1px;
    }

    .ContenedorBotonVerPoblacionT {
        width: 70%;
        height: 6vh;
        padding-top: 25%;
    }

    .ParrafitoCorograficoMapa {
        width: 90%;
        font-family: "Tabac Sans";
        color: #F8F0E1;
        line-height: 140%;
        letter-spacing: 0.5px;
        padding-left: 3%;
        font-size: 16px;
    }
}

@media only screen and (max-height:865px) and (orientation:landscape) {
    .imagen-mon {
        display: none;
    }

    .ubicacion-dep {
        margin-top: 10vh;
    }

    .ubicacion-dep img {
        width: 60%;
    }
}


/*Mapa Estilos*/


.bicente-nombre {
    color: #80B1AC;
    margin: auto;
    display: block;
    bottom: -50%;
    position: absolute;
    width: 63px;
    height: 26px;
    right: 6px;
}
