/*-----------------------------------------------------------------------------------*/
/*-------------------------------CONTENT-PAGE-BIO-ALL--------------------------------*/
/*-----------------------------------------------------------------------------------*/

/*
body {
    background-color: #014587;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
/*
.container-fluid {
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: auto;
    min-height: 100vh;
    z-index: -1;
}
*/
a.call-to-action-custom {
    display: block;
    padding: 0.7rem 1.5em;
    background-color: #006bc0;
    color: rgba(255,255,255,1.00);
    text-align: center;
    font-weight: 600;
}

/* HEADER
------------------------------------------------------*/

header .logo {
    background-color: rgba(255,255,255,1.00);
    /*padding: 0.5rem;*/
    border-radius: 100%;
    border: 0.4rem solid rgba(232,232,232,1.00);
    box-shadow: 0 0px 10px rgba(0,0,0,0.50);
    width: 110px;
    height: auto;

}

header h1 {
    font-size: 1.2rem;
}

header h1 span {
    font-size: 1rem;
    font-weight: normal;
}

/* OVERLAYER - WOOD
------------------------------------------------------*/

.overlayer {
    height: 1.5rem;
}

.overlayer-wood {
    background-color: rgba(166,92,0,1.00);
    background-repeat: repeat-x;
    background-size: auto 100% ;
}

/* ADS - ADS SYSTEM
------------------------------------------------------*/
.ads-system {
    text-align: center;
    /*max-height: 250px;*/
    overflow: hidden;
}

.ads-system a {
    display: inline-block;
}

/* CONTENT - YOUTUBE IFRAME
------------------------------------------------------*/

#live {
    background-position: top center;
    background-size: cover;
}
/*
.iframe-container {
    padding-bottom: 28vh !important;
	position: relative;
	width: 100%;
	height: 0;
	padding: 1rem;
	box-shadow: 0 2px 50px 5px rgba(0,0,0,0.5);
	background-color: rgba(255,255,255,1.00);
	border-radius: 0.7rem;

}*/

.iframe-container lite-youtube {
    height: 28vh !important;
    max-width: 100%;
    box-shadow: 0 2px 50px 5px rgba(0,0,0,0.5);
	background-color: rgba(255,255,255,1.00);
	border-radius: 0.7rem;
    border: 0.5rem solid rgba(255,255,255,1.00);
}

/*
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.5rem;
}*/

/* CONTENT - EVENTS SÍTIO SÃO JOÃÕ
------------------------------------------------------*/

#events-sj {
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 100%;
}

#events-sj .event-day {
    text-align: center;
    padding: 1rem;
    font-size: 1.5rem;
    background-color: rgba(230,165,0,1.00);
    box-shadow: 7px 7px 0 5px rgba(0,0,0,0.9);
    border-radius: 0.7rem;
    height: 45vh;

    /* Center slide text vertically */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#events-sj .event-day .date {
    background-color: rgba(0,130,230,1.00);
    color: rgba(255,255,255,1.00);
    padding: 0.5rem 1rem;
    border-radius: 0.7rem;
    display: inline-block;
}

#events-sj .event-day ul {
    list-style: none;
    padding: 0;
}

/* CONTENT - EVENTS PEOPLE PARK
------------------------------------------------------*/

#events-pp {
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 100%;
}

#events-pp .event-day {
    text-align: center;
    padding: 1rem;
    font-size: 1.5rem;
    background-color: rgba(230,165,0,1.00);
    box-shadow: 7px 7px 0 5px rgba(0,0,0,0.9);
    border-radius: 0.7rem;
    height: 45vh;

    /* Center slide text vertically */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#events-pp .event-day .date {
    background-color: rgba(254,32,107,1.00);
    color: rgba(255,255,255,1.00);
    padding: 0.5rem 1rem;
    border-radius: 0.7rem;
    display: inline-block;
}

#events-pp .event-day ul {
    list-style: none;
    padding: 0;
}

.content-links a {
    margin-bottom: 0.7rem;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.2);
}

.content-links a i {
    float: left;
    display: block;
    font-size: 1.5rem;
}

.content-social-links a {
    color: #006bc0;
    font-size: 2em;
    margin: 0 0.5rem;
}

.content-social-links a:hover {
    opacity: 0.8;
}

.content-social-links .fas {
    height: 26px;
}

/* FOOTER
------------------------------------------------------*/

footer .dev-badge {
    opacity: 0.7;
    transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

footer .dev-badge:hover {
    opacity: 1;
}

footer a.dev img {
    filter: grayscale(100%);
}

footer a.dev span {
    margin-right: 0.5rem;
    font-style: italic;
}

@media (max-width:767px) {

    header .header-banner {
        width: 100vw;
        height: auto;
        object-fit: cover;
    }

    #events-sj {
        background-size: 200%;
    }

    #events-sj .event-day {
        height: 50vh;
    }
    
    #events-pp {
        background-size: 200%;
    }

    #events-pp .event-day {
        height: 50vh;
    }

    .signature {
        text-align: center;
    }

    .dev-badge {
        border-top: 1px solid rgba(0,0,0,0.2);
        margin-top: 1rem;
        padding-top: 1rem;
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .iframe-container  lite-youtube  {
        height: 40vh !important;   
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .iframe-container  lite-youtube  {
        height: 53vh !important;   
    }
}

@media (min-width:1200px) {
    .iframe-container  lite-youtube  {
        height: 56vh !important;   
    }

    .overlayer {
        height: 3rem;
    }

}