
/*-- Use For Custom Styling --*/
.medium-icon a {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 2px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50px;
}

.context-image{
    display: grid;
    align-items: center;
}

#especialidades{
    padding: 140px 0 0 0;
}

.equalheight, .equalheight-text{
    height: 530px;
}

.text-orange-icon{color: #ef8c1d}

.bg-parallax{
    background-size:cover !important;
    background-position:center center !important;
}

.flags{
    max-width: 50px;
}

#parallax1 {
    background: url(../images/finance-parallax1.jpg);
}

#parallax2 {
    background: url(../images/finance-parallax2.jpg);
}

@media screen and (max-width: 1080px) {
    .equalheight, .equalheight-text{
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .equalheight, .equalheight-text{
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .equalheight{
        height: 500px;
    }
    .equalheight-text{
        height: 200px;
    }
    
}

@media screen and (max-width: 500px) {
    .equalheight{
        height: 300px;
    }
    .equalheight-text{
        height: 100px;
    }
    
}