body {
	font-family: 'Roboto', Arial, sans-serif;
	background-color: #FFF;
}

.main-header {
    background-color: rgba(0, 0, 0, .55);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;

    -webkit-box-shadow: 0 1px 6px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 6px 0px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, .2);
}

.btn-list-toggle {
    display: none;
    font-size: 1.2rem;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .btn-list-toggle {
        display: block;
    }

    .nav-pills {
        display: none;
    }

    .nav-pills.nav-pills-mobile {
        display: block;
    }

    .nav-pills.nav-pills-mobile .nav-item {
        display: block;
    }
}

.main-header .link-header {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
}

.main-header .nav-link-header {
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 500;
}

.main-header.main-header-opacity {
    background-color: #E9E9E9;    
}

.main-header.main-header-opacity .link-header {
    color: #565656;
}

.main-header.main-header-opacity .nav-link-header {
    color: #565656;
}

.main-header.main-header-opacity .btn-list-toggle {
    border-color: #565656;
    color: #565656;
}

.img-section-hero {
    display: block;
    margin: 0 auto 1.8rem;
    width: 100%;
}

.section-title {
    text-align: left;
    margin-bottom: 5rem;
}

.section-title h3 {
    font-size: 3.5rem;
    font-weight: 500;
}

.section-title img {
    width: 100px;
    margin-right: 2rem;
}

.section-title img,
.section-title h3 {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .section-title {
        text-align: center;
        margin-bottom: 2rem;
    }

    .section-title img {
        display: none;
    }

    .section-title h3 {
        font-size: 2.6rem;
    }
}

.btn-section-1 {
    background-color: #5700c5;
    color: #f6f6f6;
    padding: 1rem 3rem;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
}

.btn-section-1:hover,
.btn-section-1:active,
.btn-section-1:focus {
    background-color: #400092;
    color: #fff;
}

.btn-outline-header {
    background-color: transparent;
    border-color: #e9e9e9;
    color: #e9e9e9;

    position: absolute;
    bottom: 2rem;
    left: 50%;
    margin-left: -85px;
}

.btn-outline-header:hover,
.btn-outline-header:active,
.btn-outline-header:focus {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
}

.section-2 {
    background-color: #f6f6f6;
}

.bg-footer {
    background-color: #e9e9e9;
}

.bg-section-video {
    background-color: #eaff74;
}

.bg-section-album {
    background-color: #FFF;
}

.bg-header {
}

.ParallaxVideo {
    position: relative;
    height: 85vh;
}

.ParallaxVideo video { 
    max-width: 100%;
    z-index: -999;
    position: fixed;
    top: 0;
}

@media (max-width: 767px) {
    .ParallaxVideo {
        display: none;
    }
}

.gallery-photos a img {
    width: 100%;
}

.item-palestra {
    background-color: #FFF;
    padding: 0.6rem;
    margin: 0.8rem;
    border-radius: 2px;

    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 6px 6px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 6px 6px rgba(0,0,0,0.18);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 6px 6px rgba(0,0,0,0.18);
}