:root {
  --cor-texto-botao: #ffffff;
  --cor-botao: #082537;
}


.space-between { justify-content: space-between}
.col100 { width: 100%}
.col10,.col20, .col25, .col30, .col33, .col40, .col50, .col60, .col70, .col80   {  float: left;  position:relative}
.col10 { width: 10%;}
.col20 { width: 20%;}
.col25 { width: 25%;}
.col30 { width: 30%;}
.col33 { width: 33%;  text-align: center;}
.col40 { width: 40%;}
.col50 { width: 50%;}
.col60 { width: 60%;}
.col70 { width: 70%;}
.col80 { width: 80%;}
.spacer10 {display:block; width:10px; height:10px;}
.spacer20 {display:block; width:10px; height:20px;}
.spacer30 {display:block; width:10px; height:30px;}
.spacer40 {display:block; width:10px; height:40px;}
.spacer50 {display:block; width:10px; height:50px;}

.colunas2 p { margin: 0 !important;}
/*
.colunas2, .colunas3, .colunas4, .colunas5, .colunas6 {display: flex; flex-wrap: wrap; margin: 0 -15px;}

.colunas2 > * {	display: inline-block;  flex-grow: 0;  width: calc(100% * (1/2)); padding: 0 15px;}
.colunas3 > * {	display: inline-block;  flex-grow: 0;  width: calc(100% * (1/3)); padding: 0 15px;}
.colunas4 > * {	display: inline-block;  flex-grow: 0;  width: calc(100% * (1/4)); padding: 0 15px;}
.colunas5 > * {	display: inline-block;  flex-grow: 0;  width: calc(100% * (1/5)); padding: 0 15px;}
.colunas6 > * {	display: inline-block;  flex-grow: 0;  width: calc(100% * (1/6)); padding: 0 15px;}
*/

.colunas2 { column-count:2; column-gap: 7%;}
.colunas3 { column-count:3}
.colunas4 { column-count:4}
.colunas5 { column-count:5}
.colunas6 { column-count:6}

.active{display:block; opacity:1}
.hidden{display:none; opacity:0}
.mobile {display: none !important;}

.rodape-tailor {
    background: #f5f5f5;
    padding: 80px 7%;
    font-family: sans-serif;
    font-size: 16px;
    color: #fff;
    background-attachment: fixed;
    position: relative;
}
.rodape-tailor:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: bottom left;
	background-size: 64%;
	opacity: 1;
	background: #08253600;
	background-image: radial-gradient(#08253600 33%, #08253600 33%);
	background-size: 3px 3px;
	z-index: 0;
}
.rodape-tailor .overlay:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: color-burn;
	background-image: url(../../images/simbolo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100%;
	opacity: 0.5;
}
.rodape-tailor 
.rodape-tailor h2,
.rodape-tailor h2.widget-title,
.rodape-tailor h3,
.rodape-tailor h4,
.rodape-tailor p,
.rodape-tailor li {color: #fff !important;position: relative;z-index: 2;}
.rodape-linha:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ffffff6e;
	position: relative;
	z-index:99;
	margin: 0 0 33px 0;
}
.rodape-linha {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.flex-row { display: flex; flex-direction: row}
.rodape-bloco {
    /* flex: 1 1 300px; */
    min-width: 100%;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.rodape-bloco h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    color: #ffffff;
}

.rodape-tailor a.button {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #444;
    color: #fff;
    text-decoration: none;
}

.rodape-tailor .rodape-footer {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
}

.rodape-footer-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
}

.rodape-footer-links a:hover {
    text-decoration: underline;
}

.denuncia-form-wrapper {
    display: flex;
    background: #000000bf;
    position: fixed;
    left: -2000px;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
}

.denuncia-form-wrapper.aberto {
    left: 0px;
    opacity: 1;
    visibility: visible;
}
.denuncia-form-wrapper > div {
    background-color: #fff;
    width: 90%;
    max-width: 888px;
    border-radius: 22px;
    width: 90%;
    max-width: 888px;
    background-color: #ffffff;
    padding: 22px;
    border-radius: 22px;
    max-height: 90vh;
    overflow-y: scroll;

    /* Suaviza a rolagem */
    scroll-behavior: smooth;
    border: 22px solid #fff;
}
.denuncia-toggle {
    margin-top: 15px;
    padding: 10px 16px;
    background-color: var(--cor-botao);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    user-select: none;
    position: relative;
    border: 1px solid;
}

.denuncia-toggle:hover {
    background-color: #333;
}

.denuncia-fechar {
    position: absolute;
    right: 33px;
    top: 17px;
    background-color: var(--cor-primaria) !important;
    width: 66px !important;
    height: 66px !important;
    font-size: 0 !important;
    border-radius: 100% !important;
    cursor: pointer !important;
    border: 2px solid #fff !important;
    /* Para alinhar os traços do X no centro */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.denuncia-fechar:hover {transform: scale(1.2);}
.denuncia-fechar::before,
.denuncia-fechar::after {
    content: '';
    position: absolute;
    width: 36%;
    height: 4px;
    background-color: white; /* ou qualquer cor de contraste */
    border-radius: 2px;
    transition: 0.3s ease;
}
.denuncia-fechar::before {
    transform: rotate(45deg);
}
.denuncia-fechar::after {
    transform: rotate(-45deg);
}
.rodape-footer-links i {
    color: #fff;
    font-size: 33px;
}

.rodape-footer-links {
    float: right;
}
.linha-logo {
    margin: 44px 0;
    justify-content: space-between;
    gap: 55px;
}
.linha-politicas {
    justify-content: center;
    gap: 44px;
    border-top: 1px solid #ffffff96;
    padding: 44px 44px 0;
}
.disclaimer > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rodape-tailor .logo img {
    width: 232px;
    height: auto !important;
}

.disclaimer p {
    font-size: 12px;
    text-align: justify;
}
/*rodape*/
.rodape-tailor .wpcf7 h2,
.rodape-tailor .wpcf7 label {color:#FFF !important}

.rodape-tailor .wpcf7-not-valid-tip {
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	display: block !important;
	background: red !important;
	padding: 10px 11px !important;
	border-radius: 10px;
}

.rodape-tailor .wpcf7 .ajax-loader {
    background-image: url(images/carregando.gif) !important;
    width: 40px !important;
    height: 40px !important;
    background-size: contain !important;
}

.rodape-tailor div.wpcf7-validation-errors,
.rodape-tailor div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    background-color: #333;
    display: block;
    padding: 20px;
    color: #fff;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.rodape-tailor div.wpcf7-validation-errors,
.rodape-tailor div.wpcf7-acceptance-missing,
.rodape-tailor .wpcf7 form.invalid .wpcf7-response-output,
.rodape-tailor .wpcf7 form.unaccepted .wpcf7-response-output,
.rodape-tailor .wpcf7-response-output {
    border: 2px solid #f7e700;
    background-color: #000;
    display: inline;
    padding: 40px !important;
    color: #fff;
    line-height: 120%;
    float:left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    position: fixed;
    top: 50%;
    left: 49%;
    text-align: center !important;
    z-index:999;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 600px;
    font-size: 18px;
    border-radius: 22px;
}

.rodape-tailor div.wpcf7-validation-errors:after,
.rodape-tailor div.wpcf7-acceptance-missing:after,
.rodape-tailor .wpcf7 form.invalid .wpcf7-response-output:after,
.rodape-tailor .wpcf7 form.unaccepted .wpcf7-response-output:after,
.rodape-tailor .wpcf7-response-output:after {
	color:#fff;
	display: flex;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #ffffff !important;
	opacicty: 1 !important;
	background: #222;
	font-size: 33px !important;
	font: var(--fa-font-solid);
	content: '+';
	transform: rotate(45deg);
	left: -20px;
	cursor: pointer;
	margin: 22px auto 0;
	border: 1px solid #ffffff;
	height: 44px;
	width: 44px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.rodape-tailor .wpcf7-validation-errors.hidden,
.rodape-tailor .wpcf7-acceptance-missing.hidden,
.rodape-tailor .wpcf7 form.invalid .wpcf7-response-output.hidden,
.rodape-tailor .wpcf7 form.unaccepted .wpcf7-response-output.hidden,
.rodape-tailor .wpcf7-response-output.hidden { display:none; left:1px;}

.rodape-tailor div.wpcf7-validation-errors.fechado { display:none}

.rodape-tailor .wpcf7-not-valid {border: 2px solid #fff700 !important;}

.rodape-tailor div.wpcf7-mail-sent-ok,
.rodape-tailor .wpcf7 form.sent .wpcf7-response-output {
    background-color: #398f14 !important;
    display: block ;
    padding: 20px !important;
    color: #fff !important;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.rodape-tailor div.wpcf7-mail-sent-ok {
    background-color: #398f14 !important;
    display: block ;
    padding: 20px !important;
    color: #fff !important;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.rodape-tailor .wpcf7 span.label { display: none; }

.rodape-tailor .wpcf7 form input,
.rodape-tailor .wpcf7 textarea{
	font-family: 'Source Sans 3', sans-serif;
	border: 1px solid #ccc !important;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	padding: 7px 22px;
	font-size: 16px !important;
	margin: 7px 0;
	color: #444;
	border-radius: 7px;
	background-color: #d2d2d269;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.rodape-tailor .wpcf7 button,
.rodape-tailor form input[type="submit"] {
	font-family: 'Source Sans 3', sans-serif;
	border: 1px solid #ccc !important;
	outline: none;
	width: auto !important;
	height: auto !important;
	box-sizing: border-box;
	padding: 3px 22px;
	font-size: 16px !important;
	margin: 7px 0;
	color: #ffffff;
	border-radius: 7px;
	background-color: transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	line-height: 140%;
}

.rodape-tailor  a.bt,
.rodape-tailor  .wpcf7 form input[type="submit"] {
    font-weight: 500;
    text-align: center;
    /* margin: 0 auto; */
    padding: 11px 33px;
    color: var(--cor-texto-botao) !important;
    background-color: var(--cor-botao) !important;
    /* text-transform: uppercase; */
    display: inline-block;
    text-decoration: none !important;
    /* border-radius: 22px; */
    width: fit-content;
    font-size: 16px;
    border-radius: 7px;
    border: 1px solid #ccc !important;
}
.rodape-tailor  a.bt:hover,
.rodape-tailor a.bt-mais:hover,
.rodape-tailor .wpcf7 form input[type="submit"]:hover {
    background-color: var(--cor-secundaria) !important;
    /* color: #FFF !important; */
    padding: 10px 40px !important;
}

.rodape-tailor .wpcf7 form select,
.rodape-tailor form input[type="submit"] {-webkit-appearance: none;}

.rodape-tailor .wpcf7 form select {font-size: 14px;color: #666;}

.rodape-tailor .wpcf7 ::-webkit-input-placeholder { color: #000000; }
.rodape-tailor .wpcf7 :-moz-placeholder { color: #000000; }
.rodape-tailor .wpcf7 ::-moz-placeholder { color: #000000; }
.rodape-tailor .wpcf7 :-ms-input-placeholder { color: #000000; }

.rodape-tailor .wpcf7 form input[type="date"] {line-height: 20px;}

.rodape-tailor .wpcf7 form select:focus,
.rodape-tailor .wpcf7 form input:focus {
	box-shadow: 0px 0px 6px #d2d2d2;
	background-color:#F9FFA5;
}

.rodape-tailor .wpcf7 form input.empty { border-color: #8cc63f; }
.rodape-tailor .wpcf7 form input.empty:focus { box-shadow: 0px 0px 6px #8cc63f; }

.rodape-tailor .wpcf7 form input:hover,
.rodape-tailor .wpcf7 textarea:hover,
.rodape-tailor .wpcf7 textarea:focus {
    background-color: #ececec2e !important;
    color: #4e4e4e;
}

.rodape-tailor span.wpcf7-list-item { display: block !important; }

.rodape-tailor label {
    margin: 10px 0;
    display: inline-block;
    color: #666;
    width: 100%;
}

.rodape-tailor span.wpcf7-list-item-label {
    margin-left: 5px;
    color: #666;
}

.rodape-tailor input[type="checkbox"] {
    width: 20px;
    float: left;
    max-width: 20px;
    height: 15px;
    line-height: 140%;
}

.rodape-tailor .wpcf7 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: table;
    padding: 0 0 0px;
    border-radius: 0;
}

.rodape-tailor .wpcf7 a {color: #c1171c !important; text-decoration: underline !important}
.rodape-tailor .wpcf7 p {float: left;width: 100%;padding-right: 0;box-sizing: border-box;margin: 0;}
.rodape-tailor .wpcf7 p.quarter { width: 25%; }
.rodape-tailor .wpcf7 p.full { width: 100%; }
.rodape-tailor .wpcf7 p span {}

.rodape-tailor .wpcf7 form input:focus { box-shadow: none; background-color: transparent }
.rodape-tailor .wpcf7 form input.empty { border-color: transparent; }
.rodape-tailor .wpcf7 form input.empty:focus { box-shadow: none; }

.rodape-tailor button.wpcf7-field-group-add {
    width: 53px;
    font-size: 49px !important;
    background-color: #201d6f;
    color: #fff;
    float: left;
    cursor: pointer;
}

.rodape-tailor .wpcf7 input[type="file"] {
    padding: 11px;
}

.rodape-tailor button.wpcf7-field-group-remove {
    width: 53px;
    font-size: 49px !important;
    background-color: #201d6f;
    color: #fff;
    float: left;
    padding: 9px 0 18px 0;
    cursor: pointer;
}

/**/
/******************************************************/
/*******************  MOBILE  *************************/
/******************************************************/
@media screen and (max-width: 700px) {
	.col20, .col25, .col30, .col33, .col40, .col50, .col60, .col70, .col80   { width:100%;}

	.linha-politicas {
		justify-content: center;
		gap: 11px;
		border-top: 1px solid #ffffff96;
		padding: 44px 20px 0;
		align-items: center;
	}
	.flex-row { display: flex; flex-direction: column}
}