.border-blue {
    border: 5px solid blue;
}

.border-red {
    border: 5px solid red;
}

.color-blue {
    color: royalblue !important;
}

.text-blanco {
    color: white !important;
}

.estimates {
    padding: 60px 0px;
    background-image: url("../images/free-estimates.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

.estimates h3 {
    text-align: center;
    font-size: 44px;
}

.estimates p > span {
    color: #4ab9cf;
    font-weight: bold;
}

.many-other {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 900;
}

.text-color-yellow {
    color: yellow;
    font-size: 35px;
}