@media screen and (max-width: 1440px) {
    /*Infraestrutura*/
    .infraestrutura{
        background-image: linear-gradient(180deg, #000, #ffab00);
    }
    /*Grid Laboratorios*/
    .grid-laboratorios{
        padding-top: 0px;
    }
    .grid-laboratorios .row{
        margin: 0px;
    }
    .grid-laboratorios .row .col{
        height: 120px;
        width: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .grid-content{
        margin-left: auto;
        margin-right: auto;
        margin-top: 7.5px;
        padding-top: 40px;
        width:100%;
        height: 90%;
        background-color: rgba(0,0,0,.6);
        cursor: pointer;
    }
    .grid-content:hover{
        opacity: 0;
        transition: all .3s;
    }
    .grid-content a{
        font-family: Raleway, Arial, sans-serif;
        color: #fff;
        padding-top: 15px;
        font-weight: 600;
    }
}

@media screen and (max-width: 990px){
    .video-institucional{
        height: 200px;
        width: 100%;
    }


    /*History Section*/
    .institucional-area .history{
        padding-top: 25px;
    }
    .institucional-area .title-area h2{
        font-size: 25px;
    }
    .institucional-area .text-area{
        padding-top: 20px;
    }
    .institucional-area .text-area p{
        font-size: 15px;
    }

    /*Missão, Visão , Valores*/
    .missao-visão-valores{
        background-color: #f5f5f5;
        padding: 4px;
        height: auto;
        margin: 0;
    }
    .missao-visão-valores .title,
    .missao-visão-valores p,
    .missao-visão-valores > col > ul > li{
        font-family: Raleway, Arial, sans-serif;
        color: #000;
    }
    .missao-visão-valores .collapsible .collapsible-header{
        color: #fff;
        font-weight: 600;
    }

    /*Nota MEC*/
    .nota-mec{
        background-image: none;
       background-color: #002752;
    }
    .mec-content{
        width: 100%;
        height: 100%;
        padding-bottom: 40px;
        padding-top: 40px;
        background-image: linear-gradient(75deg, #002752, #000);
    }
    .mec-content .row .col#texto{
        margin-top: 15px;
    }
    .mec-content .row .col img{
        width: 120px;
    }
    .mec-content .row .col h2{
        font-family: Raleway, Arial, sans-serif;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }
    .mec-content .row .col p{
        font-family: Raleway, Arial, sans-serif;
        font-size: 15px;
        color: #fff;
    }

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

    /*Parceiros*/
    .grid-parceiros .row{
        margin-top: 40px;
    }
    .grid-parceiros .row .col{
        padding-top: 20px;
    }
    .grid-parceiros .row .col .img-parceiro{
        width: 90%;
        height: 90%;
        text-align: center;
    }

    /*Corpo ADM*/
    .corpo-adm{
        height: auto;
        background-image: url("/img/banners/adm3.png");
        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: 50px;
    }
    .corpo-adm-content .title-area{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        text-align: center;
        padding-bottom: 25px;
    }

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

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

    .corpo-adm .photo-area{
        width: 150px;
        height: 150px;
        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 #002752;
        border-bottom: solid 2px #002752;

    }
}