﻿#capa-avancando {
    height: 659px;
    background-image: url('images/Home/capa-avancando-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}

#capa-avancando-mobile {
    height: 659px;
    background-image: url('images/Home/capa-avancando-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}

#fundo-proposito {
    height: 847px;
    background-image: url('images/Home/fundo-proposito-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}

#fundo-proposito-mobile {
    height: 847px;
    background-image: url('images/Home/fundo-proposito-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.label-capa-icone {
    margin-top: 22px;
    font-size: 32px;
    line-height: 42px;
}

.label-capa-icone-mobile {
    margin-top: 18px;
    font-size: 30px;
    line-height: 34px;
}

.destaque-capa-icone {
    font-size: 48px;
}

.destaque-capa-icone-mobile {
    font-size: 38px;
}

#capa-icone-clientes {
    margin-top: 50px;
    width: 160px;
}

#capa-icone-estados {
    margin-top: 275px;
    width: 261px;
}

#capa-icone-anos {
    color: black;
    margin-top: 50px;
    width: 174px;
}

#capa-icone-colaboradores {
    margin-top: 275px;
    width: 219px;
}

#capa-icone-clientes-mobile {
    margin-top: 30px;
    width: 160px;
}

#capa-icone-estados-mobile {
    margin-top: 210px;
    width: 261px;
}

#capa-icone-anos-mobile {
    margin-top: 470px;
    width: 174px;
}

#capa-icone-colaboradores-mobile {
    margin-top: 650px;
    width: 219px;
}