body {
    /* background:url('../img/background-neuronal.jpg'); */
}
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: 5px solid #4f46e5;
    padding: 10px;
}
.box .content-apa {
    border: 5px solid #4f46e5;
    padding: 10px;
}
.box .content-atg {
    border: 1px solid #4f46e5;
    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;
    display: flex;
    justify-content: center;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}
.img-responsive center {
    text-align: center;
}
.flex-container {
    display: flex;
    justify-content: center;
}
