
html{
-webkit-text-size-adjust: 100%;	
padding: 0;
margin:0;

}
body{
margin:0;
overflow-x: hidden;
}
.estilo-body::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 20px;
background-color: #f5f5f5 ;
}
.estilo-body::-webkit-scrollbar{
width: 12px;
background-color: #f5f5f5 ;
}
.estilo-body::-webkit-scrollbar-thumb{
border-radius: 20px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color:#535455;
}
.estilo-body::-webkit-scrollbar-thumb:hover{
border-radius: 20px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color:#9c1006;
}
*{
text-decoration: none;
box-sizing: border-box;
list-style: none;
}

.seta-ico{width: 30px;}



img{width: 100%; position: relative;}
figcaption{width: 100%; position: relative; overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover;  transition: all .3s;}
figcaption:hover .hover-tc{top:0; opacity: 1; transition: all .3s;} 

.a-box-tc{display: block; text-decoration: none !important; cursor: pointer; position: relative; margin: 0;}

.figcaption-tc{background-color: #d4d4dd; height: 230px;}
.figcaption-tc2{background-color: #d4d4dd; height: 350px;}

.alt-200{height: 200px !important;}
.alt-250{height: 250px !important;}
.alt-300{height: 300px !important;}
.alt-350{height: 350px !important;}
.alt-400{height: 400px !important;}
.alt-450{height: 450px !important;}

.spa-50{padding: 50px 0;}
.spa-30{padding: 30px 0;}


.over-h{overflow: hidden;}


.hover-tc{
width: 100%; 
height: 100%; 
background-color: rgba(49,12,82,0.3); 
position: absolute;
top: -100%;
opacity: 0;
padding: 0;
margin:0;
transition: all .5s;
cursor: pointer;

}
.flex-tc-center-col{
justify-content: start;
align-items: center;
display: flex;
flex-direction: column;
}

.flex-tc-center{
justify-content: center;
align-items: center;
display: flex;
}
.flex-start-tc{
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.flex-start-col-tc{
	justify-content: flex-start;
	align-items: center;
	display: flex;
	flex-direction: column;	
}

.col-2-tc{width: 100%; display: flex; margin-bottom: 20px;}
.col-texto-contato{
	display: flex; 
flex-direction: column; 
justify-content: flex-start;}

.bt-contato-tc{
	width: 70px;
	height: 70px;
	background-color: #9c1006;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
}

.bt-contato-tc img{
	width: 50%;
}

.bt-login-contato-tc{width: 100%;}

.div-input-tc-m{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.input-tc-m{
	width: 49%;
	position: relative;
	display: flex;
	height: 50px;
	color: #787878;
	border: 1px solid #c4c4c4;
	background: #f7f7f7;
	transition: all .5s;
	margin-top: 3%;
	font: 99% sans-serif;
	padding: 5px;

}
.input-tc-mm{
	width: 100%;
	position: relative;
	display: flex;
	height: 50px;
	color: #787878;
	border: 1px solid #c4c4c4;
	background: #f7f7f7;
	transition: all .5s;
	margin-top: 3%;
	font: 99% sans-serif;
	padding: 5px;

}
.div-input-tc-g{
	width: 100%;
	position: relative;
	display: flex;
	margin-top: 3%;	
}
.input-tc-g{
	width: 100%;
	height: 200px;
	position: relative;
	display: flex;
	color: #787878;
	border: 1px solid #c4c4c4;
	background: #f7f7f7;
	transition: all .5s;
	font: 99% sans-serif;
	padding: 5px;

}

.fundo-tc{background-color: #f0f1f7 !important;}
	.cor-1{color: #4d405e !important;}.bg-1{background-color: #4d405e !important;}
	.cor-2{color: #3e1463 !important;}.bg-2{background-color: #3e1463 !important;}
	.cor-3{color: #662d91 !important;}.bg-3{background-color: #662d91 !important;}
	.cor-4{color: #005e52 !important;}.bg-4{background-color: #005e52 !important;}
	.cor-5{color: #84d574 !important;}.bg-5{background-color: #84d574 !important;}
	.cor-6{color: #c2ffc2 !important;}.bg-6{background-color: #c2ffc2 !important;}
	.cor-7{color: #fc8a57 !important;}.bg-7{background-color: #fc8a57 !important;}
	.cor-8{color: #f9c454 !important;}.bg-8{background-color: #f9c454 !important;}
	.cor-9{color: #0071bc !important;}.bg-9{background-color: #0071bc !important;}
	.cor-10{color: #0db8ea !important;}.bg-10{background-color: #0db8ea !important;}
	.cor-11{color: #670233 !important;}.bg-11{background-color: #670233 !important;}
	.cor-12{color: #b00c5f !important;}.bg-12{background-color: #b00c5f !important;}
	.cor-13{color: #f0f1f7 !important;}.bg-13{background-color: #f0f1f7 !important;}
	.cor-14{color: #d4d4dd !important;}.bg-14{background-color: #d4d4dd !important;}
	.cor-15{color: #f0f1f7 !important;}.bg-15{background-color: #f0f1f7 !important;}
	.cor-16{color: #d4d4dd !important;}.bg-16{background-color: #d4d4dd !important;}



.grid-4{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 25px 25px;
margin-top: 3rem;
}
.sec-tc-footer {
    width: 70%;
    margin: 0 auto;
    padding: 50px 0 0 0;

}
.sec-tc-footer-autoral {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0 0 0;

}

.sec-tc-footer-autoral p {
	color: #f2f2f2 !important;

}

#footer-ancobbs-tc{
    background-color: #f2f2f2;	
}



.sec-tc{
width: 80%; margin: 0 auto; padding: 20px 0;
}

.sec-tc-p{
width: 60%; margin: 0 auto; padding: 50px 0;
}


.sec-tc-grid-p2{
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 70px 50px;
}


.sec-tc-grid-p4{
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 10px 40px;
}


.sec-tc-grid-m2{
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px 30px;
}
.dir-tc{
position: relative;
}
.dir-tc-space{
position: relative;
justify-content: space-between;
display: flex;
flex-direction: column;
}

.esq-tc{
position: relative;
}


.bt-footer-1-tc{
	width: 45%;
}

.bt-footer-1-tc a{
	width: 100%;
	font-size:16px;
	line-height:18px;
	padding:20px 40px;
    background: #ffffff !important;
    color: #ffffff;
    box-shadow: 0 0 25px -14px rgba(77,94,108,0.2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(77,94,108,1) !important;
} 

.bt-footer-1-tc a:hover{
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 0 25px -14px #9c1006;
} 


.seta-ico-foot{
    width: 30px; margin-left: 20px;	
}

.seta-ico-foot2{
    width: 30px; margin-left: 20px;	
}


.bt-footer-2-tc{
	width: 45%;
}

.bt-footer-2-tc a{
	width: 100%;
	font-size:16px;
	line-height:18px;
	padding:20px 40px;
    background: #9c1006;
    color: #ffffff;
    box-shadow: 0 0 25px -14px #9c1006;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.bt-footer-2-tc a:hover{
	width: 100%;
    background: #000000 !important;
    color: #ffffff;
    box-shadow: 0 0 25px -14px #9c1006;
} 

.dir-tc-footer{
 display: flex;
 justify-content: space-between;
}

.logo-footer-tc{width: 40%;}


.rodape-autoral{
	background-color: #1d1d1b;
	width: 100%;

}


.esq-footer-tc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}







