.raleway{
    font-family: Raleway, Arial, sans-serif;
}

.institucional-area .header{
    height: auto;
    margin-top: 1px;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*Video Institucional*/
.video-institucional-area{
    background-image: linear-gradient(75deg, #000, #004077);
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.video-institucional-area .row .col .title,
.video-institucional-area .row .col p{
    color: #fff;
}

.video-institucional{
    height: 400px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.video-institucional-area .row{
    margin-top: 45px;
}

/*History Section*/
.institucional-area .history{
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
}
.institucional-area .title-area h2{
    color: #fff;
    text-align: center;
    font-size: 35px;
}
.institucional-area .text-area{
    padding-top: 40px;
}
.institucional-area .text-area p{
    font-size: 18px;
    line-height: 3rem;
    text-align: justify;
    font-weight: 300;
}

/*Btn*/
.btn-timeline{
    margin-left: auto;
    margin-top: 30px;
}

/*Missão, Visão , Valores*/
.missao-visão-valores{
    padding: 100px;
    height: auto;
    margin: 0;
	background-image: linear-gradient(180deg, #808080  , #DCDCDC);
    color: black;
}
.missao-visão-valores .title,
.missao-visão-valores p,
.missao-visão-valores > col > ul > li{
    color: black;
}
.missao-visão-valores .collapsible .collapsible-header{
    border-radius: 4px;
    background-color: #9e9e9e;
}
.missao-visão-valores .collapsible .collapsible-body{
    border-right: solid 1px #000;
}

/*Infra*/
.infraestrutura{
    height: auto;
    background-color: #ffab00;
    background-repeat: no-repeat;
    background-size: cover;

}
.infraestrutura .text-area p{
    font-family: Raleway, Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 2rem;
}
.content{
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #000, transparent);
    padding-top: 40px;
    padding-bottom: 40px;
}

/*Grid Laboratorios*/
.grid-laboratorios .row{
    margin: 0px;
}
.grid-laboratorios .row .col{
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grid-content{
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.5px;
    padding-top: 55px;
    width:100%;
    height: 90%;
    background-color: rgba(0,0,0,.6);
    cursor: pointer;
}
.grid-content:hover{
    opacity: 0;
    transition: all .3s;
}
.grid-content span{
    font-family: Raleway, Arial, sans-serif;
    color: #fff;
    padding-top: 15px;
    font-weight: 600;
}

/*Nota MEC*/
.nota-mec {
    background-image: url("../img/nota4_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
}

.nota-mec img{
    width: 90%;
    margin-top: 70px;
}
.mec-content{
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: linear-gradient(75deg,  transparent , rgba(0,0,0,.2) );
    height: 100%;
}
.mec-content .row .col img{
    width: 190px;
}
.mec-content .row .col h2{
    font-family: Raleway, Arial, sans-serif;
    font-size: 30px;
    color: #fff;
}
.mec-content .row .col p{
    font-family: Raleway, Arial, sans-serif;
    font-size: 20px;
    color: #fff;
}

/*Documentos*/
.documentos{
    padding-top: 90px;
    padding-bottom: 100px;
    background-image: linear-gradient(90deg, #fff, #9e9e9e);
}
.documentos .row{
    margin-top: 80px;
}
.documentos .btn{
    font-family: Raleway, Arial, sans-serif;
    text-transform: none;
    border-radius: 6px;
    height: 60px;
    padding-top: 10px;
    background-color: #f5f5f5;
    color: #000;
    box-shadow: none;
}
.documentos .material-icons{
    padding-left: 15px;
}

/*Parceiros*/
.parceiros{
    padding-top: 20px;
    height: auto;
    background-image: linear-gradient(75deg, #000, #004077);
}

.grid-parceiros{
    padding-top: 0px;
    padding-bottom: 70px;

}
.grid-parceiros .row{
    margin-top: 60px;
}
.grid-parceiros .row .col{
     height: auto;
     padding-top: 20px;
}
.grid-parceiros .row .col .img-parceiro{
    width: 50%;
    height: 50%;
    border-radius: 4px;
    text-align: center;
}

.grid-parceiros .row .col span{
    font-family: Raleway, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #9e9e9e;
}

/*Btn parceiros*/
.btn-parceiros{
    padding: 50px;
}
.btn-parceiros .btn{
    background-color: #f5f5f5;
    box-shadow: none;
    color: #000;
    text-transform: none;
}

/*Modal Parceiros*/
.parceiros .modal{
    border-radius: 8px;
    box-shadow: none;
    font-family: Raleway, Arial, sans-serif;
}

.parceiros .modal-footer{
    background-color: #9e9e9e;
}

/*Institucional*/
.video-institucional .video{
    width: 100%;
    height: 600PX;
    margin: 0px;
}


/*Corpo ADM*/
.corpo-adm{
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.corpo-adm-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    padding-bottom: 40px;
    padding-top: 40px;
}

.corpo-adm-content .row{
    margin-top: 130px;
}
.corpo-adm-content .title-area{
    margin-left: auto;
    width: 50%;
    margin-top: 15px;
    margin-right: auto;
    text-align: center;
}

.corpo-adm-content .title-area h3{
    font-family: Raleway, Arial, sans-serif;
    font-weight: 600;
    color: #f5f5f5;
    font-size: 20px;
}

.corpo-adm-content .title-area span{
    font-family: Raleway, Arial, sans-serif;
    font-weight: 600;
    color: #f5f5f5;
    font-size: 16px;
}

.corpo-adm .photo-area{
    width: 180px;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border-top: solid 2px #ffab00;
    border-left: solid 2px #ffab00;
    border-right: solid 2px #004077;
    border-bottom: solid 2px #004077;

}