/* 
    Created on : MAR/2017
    Author     : INCOGRAF®
*/

/* =================== MAIN ABOUT  =================== */




/* =================== ???         =================== */



/* =================== OBJECTIVES  =================== */

.objectives-banner {
    border-top: 100px solid #F0D200;
    border-right: 100vw solid #F0D200;
    border-right: 98.5vw solid #F0D200;
    border-bottom: 100px solid transparent;
    height: 200px;
    margin-bottom: 0px;
    display: none;
}


section.articleDetail-subItens-list {
    /*background-color: red;*/
    margin-top: -14px;
    margin-bottom: 60px;
}

/*.iSpace{
    height: 60px;
}*/

@media screen and (max-width: 991px) {


}



/* =================== INOVATION  =================== */
.about-inovation-banner .mybanner-container {
    background-color: transparent;
    background-image: url('../../images/sobre_nos_7.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 230px;
}

/* container */
.about-inovation-container {
    margin-bottom: 20px;
}
.about-inovation-container div.row{
    margin: 0px;
}
.about-inovation-container header{
    border-bottom: 1px solid #0087C1;
}

.about-inovation-container h2{
    color: #0062a9;
    text-transform: uppercase;
}


.about-inovation-container .abt-inov-image-fill{
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
}

section.about-inovation-container h5{
    padding: 40px 0px 0px 0px;
    font-size: 18px;
    color: #005897;
    text-transform: uppercase;
}
section.about-inovation-container p{
    padding: 40px 0px;
    font-size: 14px;
}
.abt-inov-desc p{
    padding-top: 15px !important;
}

@media screen and (max-width: 991px) {

    .abt-inov-desc,
    .abt-inov-text1{
        padding: 0px 30px;
    }
}