:root {
	--blue: #b5171b;
	--blue-h: #b5171b88;
	--black: #202020;
	--black-h: #000;
	--white:#fff;
	--white-h:#ccc;
}

::-webkit-scrollbar {width: 6px}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);-webkit-border-radius: 10px;border-radius: 10px}
::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: #999;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)}
::-webkit-scrollbar-thumb:window-inactive {background: #999;}

body{-webkit-font-smoothing: antialiased;}
html { margin: 0; padding: 0; overflow-x:hidden!important}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; font-style: inherit; font-weight: inherit; outline: 0; vertical-align: baseline; margin: 0; padding: 0;}
:focus { outline: 0; }
ol, ul { list-style: none;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td {font-weight: normal; text-align: left;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
i, em {font-style: italic;}
b, strong {font-weight: bold;}
small {font-size: 12px;}
big {font-size: 16px;}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
h1, h2, h3, h4, h5, h6 { display: block; margin: 0;}



.clear { clear: both;}

body {margin: 0; padding: 0; font-size:16px;font-family: 'Poppins', sans-serif;background:#FFF9F0;}


.grecaptcha-badge{display: none !important;}
.post img.size-large {width: 100%;height: auto;}
.aligncenter img {width: 100%;height: auto;}
.aligncenter {display: block;margin: 0 auto;}
.alignright {float: right;margin: 0 0 1em 1em;}
.alignnone {float: none;margin: 0 1em 1em 0;}
.alignleft {float: left;margin: 0 1em 1em 0;}
.floatleft {float: left;}
.floatright {float: right;}
.aligncenter, .alignright, .alignleft {margin-top: 5px;}
.alignnone {margin-bottom: 10px;}
img.aligncenter, img.alignnone {width: 100%;height: auto;margin-bottom: 10px;}

/* TERMOS */
#termos{line-height:25px;}
#termos p{margin-bottom:15px;}
#termos h2{font-size:24px; font-weight: 500; margin-bottom: 25px; margin-top: 50px;}

#termos ul, #termos ol {margin-left: 25px; margin-bottom: 5px; }
#termos ol li {display: block; padding: 7px;margin-bottom: 5px;}
#termos ol li:before {content: counters(item, ".") " "; counter-increment: item; font-weight: bold;}
#termos ol {counter-reset: item;}

#termos ul li { list-style: none;margin-bottom: 5px;}
#termos ul li::before { content: "\2022"; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
#termos table{font-size:14px; margin-bottom:40px; }
#termos table, #termos th, #termos td {border: 1px solid; border-collapse: collapse;}
#termos table tr td{margin:10px 0; padding:10px;}

.iconestermos{display: flex;justify-content: space-between;text-align: center;}

.artigo{margin:15px 0;border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.artigo a{color:#000;}
.link{margin:15px 0;}
.link a{color:#000;}

@media only screen and (max-width: 768px) {
}



/*PAGINATION */
.paginacao {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.paginacao a,
.paginacao span {
    padding: 10px 16px;
    background-color: #f4f4f4;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.paginacao a:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.paginacao .current {
    background-color: #1a193f;
    color: #74feac;
    border-color: #1a193f;
    pointer-events: none;
}

.tabela-servicos{display:flex;align-items: center;margin:8px 0; border-bottom:1px solid #999;padding-bottom:8px;}
.tabela-codigo{width:18%;padding:10px;}
.tabela-procedimento{width:65%;padding:10px;}
.tabela-metodologia{width:15%;padding:10px;}

/* OUTROS */
.post img.size-large {width: 100%;height: auto;}
.aligncenter img {width: 100%;height: auto;}
.aligncenter {display: block;margin: 0 auto;}
.alignright {float: right;margin: 0 0 1em 1em;}
.alignnone {float: none;margin: 0 1em 1em 0;}
.alignleft {float: left;margin: 0 1em 1em 0;}
.floatleft {float: left;}
.floatright {float: right;}
.aligncenter,.alignright,.alignleft {margin-top: 5px;}
.alignnone {margin-bottom: 10px;}
img.aligncenter,img.alignnone {width: 100%;height: auto;margin-bottom: 10px;}

.alignleft img, .alignright img, .aligncenter img, .alignnone img {width: auto!important;}

@media only screen and (min-device-width: 1360px), screen and (min-width: 1360px) {

}

@media only screen and (max-device-width: 1480px), screen and (max-width: 1480px) {
}

@media only screen and (max-device-width: 990px), screen and (max-width: 990px) {
}

@media only screen and (max-device-width: 860px), screen and (max-width: 860px) {
	body{overflow-x:hidden;}
	.tabela-servicos{display:block;}
	.tabela-codigo{width:100%;padding:10px;}
	.tabela-procedimento{width:100%;padding:10px;}
	.tabela-metodologia{width:100%;padding:10px;}
	.elementor img{width:auto!important;}
}
@media only screen and (max-device-width: 768px), screen and (max-width: 768px	) {
}
