.vitrine-marcas .marcas li img {
    -webkit-filter: grayscale(0)!important;
    filter: grayscale(0)!important;
}

.tab-content>.active {
    font-size: 18px;
}

.tab-content>.active > p > iframe {
    width:-webkit-fill-available;
    height: 686px;
}

@media only screen and (max-width: 400px) {
    
    .tab-content>.active > p > iframe {
        height: 250px;
    }
}

@media only (min-width: 401px) and (max-width: 490px) {

    .tab-content>.active > p > iframe {
        height: 250px;
    }
}

@media only (min-width: 491px) and (max-width: 580px) {
 
    .tab-content>.active > p > iframe {
        height: 300px;
    }
}

@media only (min-width: 581px) and (max-width: 690px) {
    
    .tab-content>.active > p > iframe {
        height: 350px;
    }
}

@media only (min-width: 691px) and (max-width: 800px) {
    
    .tab-content>.active > p > iframe {
        height: 400px;
    }
}

@media only (min-width: 801) and (max-width: 900px) {
    
    .tab-content>.active > p > iframe {
        height: 450px;
    }
}

@media only (min-width: 901) and (max-width: 990px) {
    
    .tab-content>.active > p > iframe {
        height: 500px;
    }
}

@media only (min-width: 991) and (max-width: 1050px) {
    
    .tab-content>.active > p > iframe {
        height: 550px;
    }
}

@media only (min-width: 1051) and (max-width: 1110px) {
    
    .tab-content>.active > p > iframe {
        height: 600px;
    }
}

@media only screen and (max-width: 1024px) {
    
    .tab-content>.active > p {
        font-size: 16px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

.pagina-pagina .caixa-sombreada h1 {
    color: #16a085!important;
}

