#banner-quienes .content-card-banner .txt-expand{
	left: 25px;
}
.box-card-service{
	position: absolute;
	display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    padding: 41px 20px 10px 20px;
    height: 175px;
    width: 100%;
    text-align: center;
    color: #FFF;
}
.icon-service{
    position: absolute;
    top: -46px;
}
.back-service{
	position: relative;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    object-fit: cover;
    max-height: 547px;
}
.back-service:hover{
    filter: grayscale(0);
}
.map-parallax{
    height: 235px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
.list-alianzas li{
	display: inline-flex;
    width: 100%; 
    align-items: center;
	padding: 15px 15px;
}
.list-alianzas .marker{
    display: flex;
    justify-content: center;
    position: relative;
    width: 23px;
    color: #FFF;
}
.list-alianzas .marker i{
	font-size: 40px
}
.list-alianzas .marker span{
	position: absolute;
    z-index: 1;
    width: 15px;
    height: 15px;
    background: #002144;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 6px;
    font-size: 11px;
}
.list-alianzas .img-alianza{
	width: 100%;
    max-width: max-content;
    margin: 0 15px;
}
/****/
.map-container{
    position: relative;
}
.container-icons-map-oficinas{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.body-card li{
	width: 100%;
	padding: 15px 45px;
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.body-card li.active img{
	position: absolute;
    width: 40px;
    top: -20px;
}
.body-card li.active span{
	margin-left: 53px;
	color: #FFFFFF;
}
.body-card li.hover-turquoise.active{
	background-color: #00aaa6;
}
.body-card li.hover-yellow.active{
	background-color: #fdb913;
}
.body-card li.hover-orange.active{
	background-color: #FD8114;
}
.body-card li.hover-green-dark.active{
	background-color: #028540 ;
}
.body-card li.hover-brown.active{
	background-color: #8B603D;
}
.body-card li.hover-olive.active{
	background-color: #7ac143;
}
.body-card li.hover-blue.active{
	background-color: #007CC2;
}
.icon-map{
    width: 22px;
    display:none;
    cursor: default;
}
.icon-map.active{
    display: inherit;
}

#mark_1{
    bottom: -20%;
    right: -5%;
}
#mark_2{
    top: 17%;
    left: -4.5%;
}
#mark_3{
    top: 21.5%;
    right: 0.5%;
}
#mark_4{
    top: 24%;
    right: -3.5%;
}
#mark_5{
    top: 24%;
    left: 3.5%
}
#mark_6{
    top: -9%;
    left: 1.5%;
}
#mark_7{
    top: 1.5%;
    left: 10.5%;
}
#mark_8{
    top: 7.5%;
    left: 1.8%;
}
#mark_9{
    top: 20%;
    left: 10.5%;
}
#mark_10{
    top: 26%;
    left: 18%;
}
#mark_11{
    top: 20%;
    left: 27.8%;
}
#mark_12{
    top: 22%;
    left: 24%;
}
#mark_13{
    top: -4%;
    left: 9.5%;
}
#mark_14{
    top: 3%;
    left: 4%;
}
#mark_15{
    top: 26%;
    left: 25.5%;
}
#mark_16{
    top: 24%;
    left: 13%;
}
@media screen and (min-width: 991px) {
    .list-alianzas li{
        width: 50%; 
        float: left;
    }
    .map-parallax{
        height: 541px;
        background-size: auto;
        background-attachment: fixed;
    }
}

@media screen and (max-width: 650px){
    #mark_1 {
        bottom: -19%;
        right: -4%;
    }
    #mark_2 {
        top: 16%;
        left: -3.5%;
    }
    #mark_4 {
        top: 23%;
        right: -2%;
    }
    #mark_5 {
        top: 22%;
        left: 1.5%;
    }
    #mark_6 {
        top: -10.5%;
        left: 0.5%;
    }
    #mark_7 {
        top: 0.5%;
        left: 11.5%;
    }
    #mark_8 {
        top: 6%;
        left: 1.5%;
    }
    #mark_9 {
        top: 18.5%;
        left: 9%;
    }
    #mark_10 {
        top: 24.8%;
        left: 15%;
    }
    #mark_11 {
        top: 18%;
        left: 26.8%;
    }
    #mark_12 {
        top: 21%;
        left: 22.5%;
    }
    #mark_13 {
        top: -5%;
    }
    #mark_14 {
        top: 2%;
        left: 3%;
    }
    #mark_15{
        top: 25%;
        left: 23%;
    }
    #mark_16{
        top: 20%;
        left: 8%;
    }
}