/**
 * @author      José Lorente <jose.lorente.martin@gmail.com>
 * @copyright   GR11 en 11 <http://gr11en11.org>
 * @version     1.0
 *//* 
    Created on : 07-mar-2015, 13:35:41
    Author     : pepe
*/

.header-image {
    padding: 0;
}
.header-image > img {
    line-height: 1;
    width: 100%;
}

.container.the-project {
    max-width: 1024px;
    padding-left: 30px;
    padding-right: 30px;
}
.container.the-project h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}
.container.the-project p {
    font-size: 20px;
    color: #555;
    text-align: justify;
    margin-bottom: 20px;
}
.the-project .buttons div {
    text-align: center;
}
.the-project .buttons a {
    width: 90%;
    margin: 10px 0;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 45px;
}
@media (max-width: 768px) {
    .the-project .buttons a {
        width: 100%;
        font-size: 20px;
    }
}

.who-we-are .header {
    margin-bottom: 30px;
}
.padding-top-30 {
    padding-top: 30px;
}
.who-we-are .profile-container {
    background: #f4f4f4;
}
.who-we-are .profile-container.curriculums {
    margin-top: 30px;
}
.who-we-are .profile-container .profile-image {
    margin-bottom: 30px;
}
.who-we-are .profile-container img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.who-we-are .profile-container .profile-content {
    display: none;
}
.who-we-are .profile-container .profile-content .image {
    height: 100%;
}
.who-we-are .profile-container .profile-content img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.who-we-are .profile-container .profile-content .close-link {
    text-align: center;
}
.who-we-are .profile-container .profile-content .close-link a {
    display: block;
    background-color: #ddd;
}
.who-we-are .profile-container .profile-content .close-link a:hover {
    background-color: #ccc;
}
.who-we-are .profile-container .profile-content .close-link span.glyphicon {
    font-size: 25px;
    color: #888;
    line-height: 50px;
}
.header-carrousel img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.panel .panel-heading {
    background: #d2d8ce;
    display: block;
}
.panel h4.panel-title {
    font-size: 24px;
    color: #919291;
    line-height: 45px;
    display: block;
}
.solidary-challenge .logo-image img {
    margin: 30px auto;
}
.sport-challenge .panel h4.panel-title a {
    display: block;
    text-decoration:none;
}
.sport-challenge .panel h4.panel-title .glyphicon {
    line-height: 45px;
}
.panel-header-content {
    line-height: 45px;
}
.solidary-challenge .buttons div {
    text-align: center;
}
.solidary-challenge .buttons a {
    width: 90%;
    margin: 10px 0;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 45px;
}
@media (max-width: 768px) {
    .solidary-challenge .buttons a {
        width: 100%;
        font-size: 20px;
    }
}