
/*CORES CUSTOMIZADAS VIA API*/

/*HOME*/

/*COR ICONES*/

ul.top-info li .info-box span.info-icon {
    color: #494949;
}

.ts-service-icon-wrapper .ts-service-icon {
    background-color: #494949;
}

/*FAIXA MENU*/

.site-navigation {
    background-color: #494949;
}

/*COR FONTE MENU*/

ul.navbar-nav > li > a {
    color: #ffffff;
}

ul.navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.5;
}

ul.navbar-nav > li > a:visited {
    color: #ffffff;
    opacity: 0.5;
}

.dropdown-menu li a {
    color: #333333;
}

.dropdown-menu li a:hover {
    color: #494949;
}

/*BOTÃO MATRICULA MENU*/

#btn-matricula a {
    color: #494949;
}

/*BOLINHAS DO CARROSSEL DA HOME*/

#main-slide .carousel-indicators li.active, #main-slide .carousel-indicators li:hover {
    background-color: #494949;
}

/*SUBLINHADO DO TITULO VIDEOS HOME*/

.title::after {
    background-color: #494949;
}

/*TITULO DOS VIDEOS DA CHAMADA NA HOME */

.ts-service-wrapper .ts-service-info h3 a {
    color: #333333;
}

.ts-service-wrapper .ts-service-info h3 a:hover {
    color: #494949;
}

/*RODAPE */

/*COR DO RODAPE*/

.footer {
    background-color: #333333;
}

/*SUBLINHADO DOS TITULOS */

.footer .widget-title::after {
    background-color: #494949;
}

/*TITULOS*/

.footer .widget-title {
    color: #ffffff;
}

.footer a {
    color: #87888a;
}

.footer a:hover {
    color: #ffffff;
}

/*BOTÃO DE VOLTA AO TOPO*/

#back-to-top .btn-primary{
    background-color: #494949;
}

#back-to-top .btn-primary:hover {
    background-color: #333333;
}

.footer-menu ul li a:hover {
    color: #ffffff;
}

/*PAGINA MATRICULA */

#enviar {
    background-color: #494949;
    color: #ffffff;
}

/*PAGINA CONTATO*/

.botaoWhatsappContato {
    /*background-color: *//*;*/
    border-radius: 35px;
    /*width: 30%;*/
    /*float: right;*/
}

.botaoWhatsappContato h3 {
    color: #333333;
}

#contact-form .btn-primary {
    background-color: #494949;
}

.form-control:focus{
    box-shadow: none;
    border: 1px solid #494949;
}

/*PAGINA DE NOTICIAS */

#post h2 a {
    color: #333333;
}

#post h2 a:hover {
    color: #494949;
}

#post a {
    color: #494949;
}

#post a:hover {
    color: #333333;
}

.wp-pagenavi button {
    background-color: #494949;
}

.wp-pagenavi button a {
    color: #ffffff;
}

.wp-pagenavi button a:hover {
    color: #ffffff;
    opacity: 0.5;
}

/*NOTICIAS POST */

.sidebar .widget-title::after {
    background-color: #494949;
}

.entry-header .entry-title::after {
    background-color: #494949;
}

.widget.recent-posts .entry-title a:hover {
    color: #494949;
}

.entry-content a {
    color: #494949;
}

.entry-content a:hover {
    color: #333333;
}

.post-tags a:hover {
    background-color: #494949;
    color: #ffffff;
}

/*PAGINA VIDEOS*/

.latest-post .btn-primary {
    background-color: #ffffff;
    color: #494949;
    border: solid 1px #494949;
}

.latest-post .btn-primary:hover {
    background-color: #494949;
    color: #ffffff;
    border: solid 1px #494949;
}

.latest-post .post-title a:hover {
    color: #494949;
}

.carousel-inner .btn-primary {
    background-color: #494949;
    color: #ffffff;
}

/*FOTO APP NA HOME*/

#fotoApp {
    max-height: 600px;
}

@media (max-width: 377px) {
    #fotoApp {
       width: 100%;
    }
}

#img-app {
    display: flex;
    justify-content: center;
}

#iconesApp {
    margin-top: 100px;
}

@media (max-width: 991px) {
    #iconesApp {
        margin-top: auto;
    }
}
#unidades {
    text-align: center;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding: 20px 14px;
}
