.rosa {
    color: #e0386e;
}

.btn-rosa {
    background: #e0386e;
    color: #fff;
    font-size: 14px;
}

.btn-gris {
    background: #8b8b8b;
    color: #fff;
    font-size: 14px;
}
.subtitulo {
    font-size: 15px !important;
    line-height: 18px;
    text-transform: uppercase !important;
}

.subtitulo_texto {
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 10px;
}

.destacados {
    padding: 20px;
    padding-bottom: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    min-height: 230px;
    max-width: 200px;
}

.form_control2 {
   font-size: 14px !important; 
   color: #4c4b4b !important;
}


.testimonial-col {
    border: 1px solid #EEE;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.05);
}

.testimonial-image {
    height: 250px;
    overflow: hidden;
}

.testimonial-contenido {
    padding: 20px 25px;
    padding-top: 10px;
}

.amarillo {
    color: #f2b431;
}


@media(max-width:767.98px) {
    .destacados {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

}