.cabeceras{
    margin-top: 30px;
}

@media only screen and (min-width: 992px){
    .single-head{
        width: 20%;
    }

    .galeria{
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .single-head{
        min-height: 250px;
    }
    .cabeceras>.row>.col-xs-12>.row>div:nth-child(4){
        margin-left: 16%;
    }
}

.head-image{
    margin-bottom: 10px;
    overflow: hidden;
}

.head-image img {
    border-radius: 100%;
    height: 150px;
    width: 150px;
}

.head-title a, .head-title a:visited, .head-title a:hover, .head-title a:focus{
    color: #404040;
    text-decoration: none;
}

.head-title p{
    font-size: 1.4em;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px){
    .galeria{
        margin-bottom: 30px;
    }

    .galeria .single-head{
        margin-bottom: 20px;
    }
}

.gallery-title, .gallery-title:hover, .gallery-title:visited{
    color: #2E9B2F;
    text-decoration: none;
}