body {
    /* background:url('../img/background-neuronal.jpg'); */
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}
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: 505px;
        max-width: 750px !important;
    }
}
@media (min-width: 992px) {
    .content {
        min-height: 365px;
        max-width: 970px !important;
    }
}
@media (min-width: 1200px) {
    .content {
        min-height: 326px;
        max-width: 1170px !important;
    }
}
@media (min-width: 1400px) {
    .content {
        min-height: 326px;
        max-width: 1170px !important;
    }
}


.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0px;
    }
}
.navbar-fixed-bottom {
    bottom: 0px;
    margin-bottom: 0px;
    border-width: 1px 0px 0px;
}

@media (min-width: 600px) {
    .container {
        max-width: 100% !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 730px !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 950px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1150px !important;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1150px !important;
    }
}
.container {
    margin-bottom:90px !important;
}

@media (max-width: 1024px) {
    .footer {
        background: #FFF !important;
    }
}
@media (max-height: 768px) {
    .footer {
        background: #FFF !important;
    }
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}