/*imagen a la derecha*/
.about-us-background--1::after {
    background: url("../img/blog-02.jpg") no-repeat scroll 0 0/cover;
}


.about-us-background--1::after, .about-us-background--2::before, .about-us-background--2::after, .about-us-background--3::after {
    content: '';
    position: absolute;
}

.about-us-background--1::after {
    bottom: 0;
    left: 50%;
    right: 0;
    top: 0;
}
.about-us-background--1 {
    position: relative;
}
.about-us-background {
    padding: 100px 0;
    min-height: 400px;
    background: #fff;/*color fondo */
}
/**/
/*imagen a la derecha*/

.cuad-us-background {
    padding: 10px 0;
    min-height: 400px;
    background: #fff;/*color fondo */
}

/*titulo*/
.aa-title {
    text-align: center;
}
.aa-title {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #e1412f;
}

.panel2{margin-bottom: 20px;
background-color: #e0695c;
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
color:#fff;
font-family: 'Pacifico', cursive;
}