body {
    color: #343a40;
}

a {
    color: #343a40;
}
a.active, a:hover, a:focus, a:active {
	text-decoration: none !important;
    color: black;
    border-color:  black;
}

/* *********** */

.linked {
    font-family:'Roboto';
}
.active .linked, .linked.active, .linked:hover, .linked:focus, .linked:active {
    font-weight: 700;
}

body .main {
    background: url('../img/bg.png');
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100%;
}
@media (max-width: 991px) {
    body .main {
        background-position: 86% center;
    }
}

.font-weight-bolder {
    font-weight: 600 !important;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 3%;
}

#header h1,
#header h3 {
    text-shadow: 0 1px rgba(0,0,0,.5);
}
@media (min-width: 992px) {
    #header {
        margin-top: 12% !important;
    }
}
@media (max-width: 991px) {
    .display-3 {
        font-size: 3rem;
        font-weight: 600;
    }
}

/* *********** */

#site-header {
	background: rgba(255, 255, 255, .5);
}
#site-header.lower {
	background: rgba(255, 255, 255, .9);
}

section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
@media (max-width: 991px) {
    section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.navOptions a.active h4,
.navOptions a:hover h4 {
    font-weight: 600;
}
.navOptions a:not(.active) .timer {
    visibility: hidden;
}
.timer {
    width: 200px;
    height: 5px;
    background: #e9ecef;
    border-radius: .25rem;
}
.timer-fill {
    width: 0%;
    display: block;
    height: 5px;
    background: #659cef;
    border-radius: 3px;
    transition: width 8s ease-in-out;
}

#bgImage {
    background: #f8f9fa;
}
@media (min-width: 992px) {
    #bgImage {
        height: 100vh;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background: url(../img/porque.png);
        background-position: center;
        min-height: 800px;
    }
}

@media (min-width: 992px) {
    #carouselDep h4::before,
    #carouselDep h4::after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 1.5rem;
        position: absolute;
    }
    #carouselDep h4::before {
        content: '\f10d';
        top: -2px;
        left: 70px;
    }
    #carouselDep h4::after {
        content: '\f10e';
        padding: 10px;
    }
}
@media (max-width: 991px) {
    #carouselDep h4 {
        font-size: 1.2rem;
    }
}

.parallax {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url(../img/parallax.png);
}
.parallax .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
}

.youtube {
    background-color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.circle {
	position: relative;
	height: 75px;
	width: 75px;
	border: 2px solid #343a40;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 8px;
}
.circle span {
	position: absolute;
	bottom: 0;
	left: 2px;
	border-radius: 5px;
	background: #343a40;
	line-height: 1.1;
	padding: 2px 5px;
	color: #FFF;
	font-weight: 600;
}
.circle i {
	margin: 19px 15px;
	color: #343a40;
}
@media (min-width: 992px) {
    .circle.line::after {
    	content: '';
    	border: 1px solid #6c757d;
    	position: absolute;
    	right: -60%;
    	width: 32px;
    	top: 50%;
    }
}
@media (max-width: 991px) {
    .circle {
        float: left;
        margin: 3px 8px;
    }
}

.social {
	border: 2px solid #343a40;
	border-radius: 10px;
	padding: 8px;
	width: 37px;
	margin-right: 3px;
	position: relative;
    display: inline-block;
}

.nav-pills.side-menu a {
    padding: 10px 15px;
    font-size: 1.20rem;
}
.nav-pills.side-menu a.active {
    background-color: transparent;
    color: black;
}