
/* //////// CSS custon - kr //////// */

/* Título dos modulos capa - ex: blog - kr*/

.section-title-wrap .section-title span {
    
    font-size: 6vh;
}


/* BG logo menu Canvas mobile - kr */

.t4-offcanvas .t4-off-canvas-header {
    background-color: #fcfed1;
}

/* Pagina equipe - largura dos textos dos curriculos - kr */

.member p.intro {
    text-align: center;
    max-width: 500px;
    margin: 10px 5;
    font-size: 13px;
    line-height: 19px;
}

/* cor do Bg dos formulários - kr */

.contact #contact-form input[type="email"], .contact #contact-form input[type="text"], .contact #contact-form #jform_contact_message {
 background-color: #d8e0fb;
}


/* Caixa super busca - kr */

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    background-color: #d8e0fb;
}