.button,
.button:focus,
.form .button-f,
.form .button-f:focus,
.banner .container h1, .banner .container .h1 {
    text-transform: uppercase;
}


@media(min-width: 992px) {
	.button,
	.button:focus,
    .form .button-f,
    .form .button-f:focus {
        font-size: 12px;
	}
}

.index .colunas .itens h3{
    font-weight: 500;
}

.template h2 strong, 
.template .h2 strong, 
.template h3 strong, 
.template .h3 strong, 
.template h5 strong, 
.template .h5 strong,
.template h2, 
.template .h2, 
.template h3, 
.template .h3,
.template blockquote > *,
.template p big,
.template-module table th,
.template .template-module small a, 
.template .template-module ul a, 
.listing.module20 .image-item a:not(.button), 
.template .template-module p a, 
.template .template-module td a
 {
    font-weight: 500 !important;
}

.template h4, 
.template .h4, 
.template h4 strong, 
.template .h4 strong{
    font-weight: normal !important;
}

@media (min-width: 768px) {
    .template .button {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
}

.template-module table,
.template-module table td,
.template-module table tr,
.template-module table th,
.template ul, 
.template ol, 
.template p {
    font-size: 1.125rem !important;
    line-height: 1.67;
}

.template-module table,
.template-module table td,
.template-module table tr,
.template-module table th{
    line-height: 1;
}

.template .listing .accordion > div:first-of-type > h1, 
.template .listing .accordion > div:first-of-type > .h1, 
.template .listing .accordion > div:first-of-type > h3, 
.template .listing .accordion > div:first-of-type > .h3, 
.template .listing .accordion > div:first-of-type > h2, 
.template .listing .accordion > div:first-of-type > .h2, 
.template .listing .file > h3, 
.template .listing .file > .h3, 
.template .listing .file > h2, 
.template .listing .file > .h2, 
.template .listing .item > h3, 
.template .listing .item > .h3, 
.template .listing .item > h2, 
.template .listing .item > .h2{
    font-weight: normal !important;
}



