.box-home-1 {
    padding-top: 100px;
}

.box-home-1 .container {
    position: relative;
}

.box-home-1 .container .row {
    background: #2A509E;
}

.box-home-1 .cont-img {
    text-align: center;
    overflow: hidden;
    margin-top: 44px;
}

.box-home-1 .cont-img img {
    margin: 0 auto;
}

.box-home-1 p {
    color: #fff;
    text-transform: uppercase;
    margin: 18px 0 43px 0;
    text-align: center;
    padding: 0 40px;
    line-height: 25px;
    font-weight: 400;
    font-size: 14px;
}

.box-home-2 {
    padding-top: 20px;
}

.box-home-2 .container {
    position: relative;
}

.box-home-2 .cont-img {
    text-align: center;
    overflow: hidden;
    margin-top: 44px;
}

.box-home-2 .cont-img img {
    margin: 0 auto;
}

.box-home-2 p {
    text-transform: uppercase;
    margin: 18px 0 0 0;
    text-align: center;
    padding: 0 40px;
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
}

.box-home-2 p.texto {
    text-transform: initial;
    font-weight: initial;
    font-size: 13px;
    height: 120px;
    margin-top: 0;
}
