#form_login label{
	color: #3a9bb1;
}

#login-invalido{
	color: #F00;
	opacity: 0;
}

#login-invalido p{
    font-size: 13px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: -25px;
}

.error-form{
	border: 1px solid #F00;
}

.valide-form{
	border: 1px solid #018f9d;
}

#reunioes span.small{
    font-size:  12px;
}

#reunioes .resposta.resposta-0 a{
    display: inline-block;
    margin: 0;
}

#reunioes .width33.first{
    display: inline-block;
    width: 30%;
    margin-right: 15px;
    text-align: center;
    margin: 25px 0;
    vertical-align: top;
}

#reunioes{
	padding-bottom: 80px;
}

#reunioes .pergunta{
    background: #3694ad;
    color: #FFF;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    display: block;    
    position: relative;
    cursor: pointer;
    margin-top: 0px;
}

#reunioes .pergunta .fa-sort-down{
    right: 10px;
    position: absolute;
    top: 2px;
}

#reunioes .resposta{
    display: none;
    margin-top: -5px;
}

#reunioes .resposta a,
#reunioes .resposta span{
    display: block;
    margin-bottom: 10px;
    margin-left: 15px;
}

#reunioes .resposta.active{
    display: initial;
}

#termos{
    margin-top: 50px;
}

#termos input[type="text"]{
    margin-bottom: 10px;
    padding: 5px;
    width: 315px;
}
#reunioes label{
    width: 100%;
}

.categories p.auth-text,
.categories p.erro-gravar{
    font-size: 12px;
    color: #F00;
    margin-top: 0;
    opacity: 0;
}

#reunioes .title_termos{
    text-decoration: underline;
}

#reunioes .btn-send{
    background: #015376;
    color: #FFF;
    padding: 20px 50px;
    border-radius: 32px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 5px 5px 9px -1px #797777;
    border: none;
}

#reunioes div.link-proxima{
    background: #c8265f;
    color: #FFF;
    padding: 20px 20px;
    border-radius: 32px;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 5px 5px 9px -1px #797777;
    transition: .5s all;
    width: 100%;
    @media (min-width: 768px) {
        margin: 0px 20px;
        padding: 20px 40px;
    }
}

#reunioes div.link-proxima p{
    font-size: 14px;
    margin-top: 0px;
}

#reunioes a.link-proxima:hover{
    box-shadow: none;
}

#reunioes .ano a{
    width: 250px;
    display: inline-block;
    text-align: center;
    background: #e3e9ea;
    padding: 20px;
    border: 1px solid;
    box-shadow: 3px 4px 10px 3px #dadadade;
    margin: 10px;    
}

#reunioes .ano a:hover{
    box-shadow: none;
}

#reunioes video{
    max-width: 100%;
}

.modal{
	background-color: rgba(0,0,0,0.8);
}

.content-video{
    background: #FFF;
    width: 1070px;
    height: 600px;
    position: absolute;
    z-index: 1;
    top: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.content-video video{
	border: none;
	width: 100%;
	height: 600px;
}

.videos .video {
    width: 30%;
    display: inline-block;
    margin: 80px 35px 0 0;
    vertical-align: top;
    box-shadow: 7px 10px 10px 3px #dacfcf;
    position: relative;
}

.videos .video:hover {
    box-shadow: 7px 10px 10px 8px #dacfcf;   
}

.videos .video p{
    font-weight: 400;
    color: #3a9bb1;
    overflow: hidden;
    padding: 5px 10px 0px 10px;
    font-size: 14px;
    min-height: 30px;
}

.videos .video img{
	cursor: pointer;
}

#reunioes .width50.first{
    width: 48%;
}
#reunioes .width50.destaque{
    margin: 0 45px;
    width: 40%;
}

#reunioes .overlay{
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #00000082;
    text-align: center; 
    cursor: pointer;
    opacity: 0;  
    transition: 0.5s ease; 
}

#reunioes .overlay i{
    color: #FFF;
    border: 2px solid;
    padding: 20px 22px 20px 22px;
    border-radius: 50%;
    margin-top: 65px;
    cursor: pointer;
}    

#reunioes .videos .video:hover .overlay{
    opacity: 1;
}

.description p{
    font-size: 18px;
}

.categories p{
    font-size: 16px;
    margin-top: 25px;
}
.categories p.send{
    background-color: #c8265f;
    padding: 20px;
    color: #FFF;
    border-radius: 20px;
    font-size: 18px;
}
@media (max-width: 768px){
    #reunioes .width33.first{
        width: 100%;
    }
}