body {
    background-color: #BCCBCE !important;
}

header {
    background-color: #A2B384;
    height:150px;
    line-height:150px;
}

    header img {
        height:80px;
    }

.circle-container {

    width: 100px;
    height: 100px;

    margin: 0 auto;
}

.circuloarriba {
    position: relative;
    top: -75px;
}

.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #BCCBCE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border: 15px solid;
}

.number {
    z-index: 2;
    color: #000;
}

.bghome {
    background: linear-gradient(rgba(74, 84, 74, 0.7), rgba(74, 84, 74, 0.7)), url('/Content/Images/fondo/fondo2.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titulohead{
    font-size:20px;
}

.features {
    padding:30px;
    position:relative;
    top:-100px;
    z-index:1999;

}

.borderr10 {
    border-radius:10px;
}