* {
    margin: 0;
    padding: 0;
}



#inform-map {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
}


.TituloInformales {
    padding-top: 10px;
    display: block;
    margin: 0;
    font-family: circe, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #8E1128;
    margin-bottom: 8px;
}

.SumarioInfografia {
    font-family: circe, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #190D12;
    margin-bottom: 32px;
}



#inform-map div {
    box-sizing: border-box;
}

#inform-map .header h3 {
    font-family: circe, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #190D12;
}

#inform-map .header p {
    font-family: circe, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #190D12;
}

#inform-map #svgContainer {
    position: relative;
}

#inform-map #svgContainer svg {
    width: 50%;
}

#inform-map #svgContainer .items {
    position: absolute;
    top: 3%;
    right: 15%;
    text-align: left;
}

#inform-map #svgContainer .items .conventions {
    border: solid 1px #000;
    padding: 10px;
    min-width: 210px;
}

#inform-map #svgContainer .items .conventions .tit {
    text-transform: uppercase;
    font-family: circe, sans-serif;
    font-style: normal;
    font-weight: 700;
}

#inform-map #svgContainer .items .conventions .datasF p {
    font-family: circe-slab-a, serif;
    font-style: normal;
    font-weight: 700;
}

#inform-map #svgContainer .items .dataCont {
    margin-top: 20px;
}

#inform-map #svgContainer .items .datasF {
    display: flex;
}

#inform-map #svgContainer .items .dataCont p {
    font-family: circe, sans-serif;
    font-style: normal;
    font-weight: 400;
}

#inform-map #svgContainer .items .dataCont .data {
    font-family: circe-slab-a, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 40px;
    color: #8E1128;
}

#inform-map #svgContainer .items .dataCont .city {
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
}

#inform-map #svgContainer .items .dataCont .endData {
    font-weight: 300;
    font-size: 16px;
}

#inform-map #svgContainer .items .datasF .cuad {
    width: 19px;
    height: 14px;
    margin-right: 8px;
}

#inform-map #svgContainer .items .datasF .cuad.a {
    background-color: #F1F1F1;
}

#inform-map #svgContainer .items .datasF .cuad.b {
    background-color: #DDAFA6;
}

#inform-map #svgContainer .items .datasF .cuad.c {
    background-color: #E1603D;
}

#inform-map #svgContainer .items .datasF .cuad.d {
    background-color: #C4453B;
}

#inform-map #svgContainer .items .datasF .cuad.f {
    background-color: #8E1128;
}

#inform-map .infos-container .info.h {
    position: relative;
    width: 100%;
    height: 980px;
}

#inform-map .infos-container h4 {
    font-family: circe, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #190D12;

}

#inform-map .infos-container p {
    font-family: circe, sans-serif;
    font-style: normal;
    font-weight: 400;
    color:
}

#inform-map .infos-container .infoImg {
    width: 100%;
}

#inform-map .infos-container .info .historiy {
    width: 216px;
    position: absolute;
}

#inform-map .infos-container .info .historiy:nth-of-type(1) {
    left: 5%;
    top: 20%;
}

#inform-map .infos-container .info .historiy:nth-of-type(2) {
    left: 50%;
    top: 13%;
    margin-left: -108px;
}

#inform-map .infos-container .info .historiy:nth-of-type(3) {
    right: 5%;
    top: 20%;
}

#inform-map .infos-container .info .historiy:nth-of-type(4) {
    left: 5%;
    top: 55%;
}

#inform-map .infos-container .info .historiy:nth-of-type(5) {
    left: 50%;
    top: 45%;
    margin-left: -108px;
}

#inform-map .infos-container .info .historiy:nth-of-type(6) {
    right: 5%;
    top: 55%;
}

#inform-map .infos-container .info .historiy:nth-of-type(7) {
    left: 50%;
    top: 75%;
    margin-left: -108px;
}

#inform-map .infos-container .info .historiy .img-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 50px;
    width: 129px;
    margin: auto;

}

#inform-map .infos-container .info .historiy .img-container img {

    width: 99px;


}

#inform-map .infos-container .info .historiy .audio-container img {
    width: initial;
}

#inform-map .infos-container .info .historiy .img-container img:hover {
    cursor: pointer;
}

#inform-map .infos-container .info .historiy .img-container .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #C4453B;
    margin-bottom: 2px;

}

#inform-map .infos-container .info .historiy .img-container:hover .icon {
    background-color: #8E1128;
}

#inform-map .infos-container .info .historiy .img-container .icon p,
#inform-map .infos-container .info .historiy .h-type {
    font-family: circe-slab-b, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}

#inform-map .infos-container .info .historiy .h-type {
    margin-top: 10px;
    color: #C4453B;
}

#inform-map .infos-container .info .historiy .h-city {
    font-family: circe, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
}

#inform-map .infos-container .info .historiy .h-age {
    font-family: circe, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
}

#inform-map .infos-container .info .historiy .audio-container {
    width: 200px;
    height: 34px;
    border-radius: 17px;
    background-color: #F1F1F1;
    display: flex;
}

#inform-map .audioplayer {
    display: none;
}

#inform-map .infos-container .info .historiy .audio-container img {
    cursor: pointer;
}

#inform-map .infos-container .info .historiy .audio-container .timeli {
    width: 143px;
    height: 10px;
    border-radius: 5px;
    background-color: #DBD9D9;
    margin: auto;
    position: relative;
}

#inform-map .infos-container .info .historiy .audio-container .timeli .timePoint {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E1603D;
    position: absolute;
}

#inform-map .infos-container .info .lightBox {
    width: 68%;
    height: 100vh;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    display: none;
}

#inform-map .infos-container .info .lightBox .histories-data {
    position: absolute;
    width: fit-content;
    height: fit-content;
    border-radius: 10px;
    margin: auto;
    left: 0;
    right: 0;
    top: 25%;
}

#inform-map .infos-container .info .lightBox .histories-data .close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E1603D;
    position: absolute;
    top: 2%;
    right: 2%;
}

#inform-map .infos-container .info .lightBox .histories-data .close:hover {
    cursor: pointer;
    background-color: #8e1128;
}

#inform-map .infos-container .info .lightBox .histories-data .close svg {
    position: absolute;
    width: 13px;
    height: 13px;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

#inform-map .infos-container .info .lightBox .histories-data .img-container img {
    display: none;
}

.TituloInf {
    margin-top: 15px;
    font-family: circe, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 50px;
}
