#map-container {
left: 0;
top: 0;
width: 100%;
height: 650px;
display: block;
position: relative;
}
#map {
width: 100%;
height: 650px;
}
.modal-mapa-paccto{
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	left: 20px;
	bottom: 20px;
	background-color: red;
}
#bellow_map{
}
.menu-lateral-paises{
	margin-top: 29px;
}
.area-01-pais, .area-02-pais, .area-03-pais, .area-04-pais{
    background-color: #f4f4f4;
    padding: 40px 60px 30px;
    position: relative;
    margin-bottom: 1.5rem!important;
}
.area-01-pais:before, .area-02-pais:before, .area-03-pais:before, .area-04-pais:before {
	content: "";
    border-left: solid 4px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.area-01-pais:after, .area-02-pais:after, .area-03-pais:after, .area-04-pais:after {
    content: "";
    border-left: solid 15px #fff;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.area-01-pais:before {
    border-color:#82A990;
}
.area-02-pais:before {
    border-color:#EC9025;
}
.area-03-pais:before {
    border-color:#A41F4D;
}
.area-04-pais:before {
    border-color:#5A8A38;
}
.item-lista-paises{
    color: #8c8c8c;
    line-height: 50px;
    font-weight: 400;
}
.item-lista-paises.active{
    color: #000;
		font-weight: bolder;
}
#mapa_titulo_pais_ficha, #descripcion_pais_ficha{

}
#mapa_titulo_pais_ficha{
    color:#393939;
}
