body {
    /* background:url('../img/background-neuronal.jpg'); */
}
h4,h2,.title-description {
    color:#002b54;
}
h2 {
    font-size:34px;
}
.logo {
    margin-bottom:50px;
}

.box  {
    padding:0;
    margin-bottom:20px;
}
.box .title {
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    background-color:#E3A20B;
}
.box .title-apo {
    background:#f58220;
    color:#FFF;
    text-align:center;
    padding:10px;
    font-size:18px;
    
}
.box .title-apa {
    background:#002b54;
    color:#FFF;
    text-align:center;
    padding:10px;
    font-size:18px;
}
.box .title-atg {
    background:#cd0174;
    color:#FFF;
    text-align:center;
    padding:10px;
    font-size:18px;
}
.no-padding-horizontal {
    padding:0;
}
.content {
    text-align:justify
}
.content img {
    border:1px solid #666;
}
.content ul {
    list-style:square;
}
.content hr {
    border:1px dotted #666;
}
.content.white {
    background:#FFF;
}
.content.grey {
    background:#f2f2f2;
}
.box .content-apo {
    border:1px solid #f58220;
    padding:10px;
}
.box .content-apa {
    border:1px solid #002b54;
    padding:10px;
}
.box .content-atg {
    border:1px solid #cd0174;
    padding:10px;
}
.row.header {
    height:150px;
}
.title-description {
    font-size:14px;
}
@media (min-width: 768px) {
    .content {
        min-height: 400px;
    }
}
@media (min-width: 992px) {
    .content {
        min-height: 350px;
    }
}
@media (min-width: 1200px) {
    .content {
        min-height: 300px;
    }
}
@media (max-width: 1024px) {
    .footer {
        background: #FFF !important;
    }
}
@media (max-height: 768px) {
    .footer {
        background: #FFF !important;
    }
}

.container {
    margin-bottom:100px !important;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}