@media screen and (max-width: 991px) {
    #img_principal{
    display:none;
    }
     #img_segunda{
    display:none;
    }
    .text-justify{
    text-align: justify;
    
}
}
.mt-25{
    margin-top:25px!important;
}
.card-title{
    margin-bottom:25px!important;
}
.bold{
    font-weight: 600;
}
.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.flex{
    display: flex;
}
.items-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.icon-verde{
    width: 50px;
    height: 50px;
    color: #fff;
    border: solid 1px #ddd;
    display: inline-flex;
    background-color: #044c9c;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 10px;
}
@media screen and (max-width: 575px) {
    #ul-contacto a{
    font-size: 15px;
    }
}
.div-img-contacto img{
max-width: 100%;

}
.div-img-contacto{
    vertical-align: middle;
    vertical-align: middle;
    display: flex;
    position: relative;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .div-img-contacto img{
        max-width: 21px;

    }
}
a:hover{
    color: #1c7c7c;
}
.separaciones{
    border-left: solid 1px  #044c9c ;
}
.mb-0{
    margin-bottom: 0px;
    
}

