body {
    background-color: black;
}

#section-home {
    min-height: 100vh;
    
    background-image: url('../images/background_conductor_inverted.jpg');
    background-size: 2000px;
    background-position-x: -200px;
    /*background-color: black;*/
}

.section-home-inner-container {
    height: 100vh;
    
    background-color: rgba(0, 0, 0, 0.9);
}

.home-img {
    max-width: 100%;
    max-height: 75vh;
}

.logo-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar {
    min-height: 30px !important;
    background: none;
    
    background-color: rgba(0,0,0,0.6);
    
    border: none;
}

.menu-container {
    border-top: 1px solid rgb(240, 240, 240);
    border-bottom: 1px solid rgb(240, 240, 240);
    
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-item {
    color: white;
    font-weight: 600;
    
    text-align: center;
}

.menu-item-xs {
    height: 30px;
    
    color: white;
    font-weight: 600;
    
    text-align: left;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    z-index: 1000;

    width: 100vw !important;

    background-color: rgba(0, 0, 0, 0.9);
}

#section-orgaossociais .right.carousel-control, #section-orgaossociais .left.carousel-control, #section-orgaossociais .carousel-indicators {
    display: none;
}

#section-orgaossociais-xs .right.carousel-control, #section-orgaossociais-xs .left.carousel-control, #section-orgaossociais-xs .carousel-indicators {
    display: none;
}

#section-orgaossociais {
    background-color: white;
}

#section-orgaossociais-xs {
    background-color: white;
}

.orgaossociais-slide-container {
    height: 600px;
}

.orgaossociais-slide-container-xs {
    height: 900px;
}

.orgaossociais-slider-inner-container {
    height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.orgaossociais-slide-container-xs .orgaossociais-slider-inner-container {
    height: 900px;
}

.orgao-container {
    margin-right: 50px;
}

.orgao-container.last {
    margin-right: 0px;
}

.orgao-container-xs {
    margin-bottom: 50px;
}

.orgao-container-xs.last {
    margin-bottom: 0px;
}

.orgao-image-container {
    height: 200px;
    width: 200px;
    
    border: 2px solid #fb6362;
    border-radius: 4px;
}

.choir-container {
    position: relative;
}

.choir-collapsed {
    height: 410px;
    overflow:hidden;
}

.choir-container .viewmore-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    height: 40px;
    min-height: 40px;
    max-height: 40px;

    color: white;
    font-size: 16px;
    font-weight: 600;

    background: -webkit-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.9)); /* Standard syntax */
}
.choir-container .viewmore-container:hover {
    cursor: pointer;
}

.choir-container .viewless-container {
    position: absolute;
    bottom: -40;
    left: 0;
    right: 0;

    height: 40px;
    min-height: 40px;
    max-height: 40px;

    color: white;
    font-size: 16px;
    font-weight: 600;
}
.choir-container .viewless-container span:hover {
    cursor: pointer;
}

.orgao-image {
    width: 130px;
}

.orgao-label {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
}

.photos-row {
    /*width: 100%;*/
}

.photos-row.top {
    margin-bottom: 10px;
}

.photos-row.xs.top {
    margin-bottom: 30px;
}

.photo-outer-container {
    margin-right: 50px;
}

.photo-outer-container.last {
    margin-right: 0px;
}

.photo-outer-container-xs {
    margin-right: 20px;
}

.photo-outer-container-xs.last {
    margin-right: 0px;
}

.photo-container {
    height: 150px;
    width: 150px;
    
    border: 2px solid #fb6362;
    border-radius: 50%;
    
    overflow: hidden;
}

.photo-container.xs {
    height: 120px;
    width: 120px;
}

.photo-image {
    width: 100%;
}

.orgaossociais-person-name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d;
}

.orgaossociais-person-function {
    font-size: 12px;
    font-weight: 400;
    color: #9d9d9d;
}

#section-agenda {
    background-color: white;
}

.agenda-inner-container {
    padding-top: 50px;
}

.agenda-column-container {
    margin-bottom: 50px;
}

.agenda-column-title {
    font-size: 25px;
    margin-bottom: 10px;
}

.agenda-timeline-container {
    height: 100%;
    width: 10px;
    
    position: absolute;
    left: 0;
    top: 0;
}

.agenda-timeline-item-container {
    width: 100%;
    height: 100%;
    
    position: absolute;
    left: 0;
    top: 0;
}

.agenda-timeline-top-line {
    height: 10px;
    width: 4px;
    
    background-color: #fb6362;
}

.agenda-timeline-bottom-line {
    width: 4px;
    
    margin-top: 10px;
    
    background-color: #fb6362;
}

.agenda-timeline-ball {
    height: 10px;
    width: 10px;
    
    margin-top: 5px;
    
    background-color: #fb6362;
    border-radius: 50%;
}

.agenda-event-container {
    margin-left: 8px;
}

.agenda-event-label-container {
    text-align: left;
}

.agenda-event-label-container.last {
    margin-bottom: 12px;
}

.agenda-event-label-date {
    color: #fb6362;
    font-weight: 500;
}

.agenda-event-label-description {
    color: #4d4d4d;
    font-weight: 600;
}

.agenda-event-label-choir {
    color: #7d7d7d;
    font-weight: 500;
}

.agenda-event-label-location {
    color: #9f9f9f;
}

.agenda-event-icon-location {
    margin-right: 4px;
}