/*-------------------------------------------------------------------
ESTILOS BASE
--------------------------------------------------------------------*/
body{background-color:#fff;}

a:link,a:visited,a:hover,a:active {color:#fff;}
.button-site{background-color:#0c4727; color:#fff;} /* botões do site*/

.corbg{background-color:#0c4727;}
.cortext{color:#0c4727;}
.cortext2{color:#fff;}
/*-------------------------------------------------------------------
TITULOS E SUBTÍTULOS DA PÁGINA HOME
--------------------------------------------------------------------*/
.home-titulo{color:#0c4727;}
.home-subtitulo{color:#fff;}
/*-------------------------------------------------------------------
TOPO: BASE
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS (SMARTPHONES E TABLETS)*/

}
@media screen and (min-width: 1024px) and (max-width: 1279px) {

}
@media screen and (min-width: 1280px) and (max-width: 1365px) {

}
@media screen and (min-width: 1366px) and (max-width: 1919px) {

}
@media screen and (min-width: 1920px) {

}

/*-------------------------------------------------------------------
SCROLL UP
--------------------------------------------------------------------*/
.scrolltop{background-color:#fff;}
.scrolltop img{filter: invert(0%) sepia(0%) saturate(17%) hue-rotate(324deg) brightness(102%) contrast(105%);}
/*-------------------------------------------------------------------
PERSONALIZAÇÃO DA TEMPLATE CONFORME O CLIENTE
-------------------------------------------------------------------*/
.bloco-personalizado-div{
	margin-top:100px;
	margin-bottom:50px;
}

.bloco-perso-titulo{
	font-size:1em;
	color:#0c4727;
	text-align:center;
}

.bloco-perso-body{
	margin-top:50px;
}

.bloco-perso-iten1,.bloco-perso-iten2{
	position:relative;
	float:left;
	margin:0px 10px 0px 10px;
	cursor:pointer;
}
.bloco-perso-iten1 img, .bloco-perso-iten2 img{
	width: auto;
	height:153px;
}
@media screen and (max-width: 1023px) {
	.bloco-perso-titulo{
		font-size:0.9em;
	}
	.bloco-perso-body{
		margin-top:30px;
	}

	.bloco-perso-iten1,.bloco-perso-iten2{
		width:100%;
		margin:0px 0px 50px 0px;
		justify-content: center;
		display: flex;
	}
	.bloco-perso-iten1 img, .bloco-perso-iten2 img{
		width: auto;
		max-width:100%;
		height:120px !important;	
	}
}
@media screen and (min-width: 1024px) {
	.bloco-perso-body{
		justify-content: center;
		display: flex;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
	.bloco-personalizado-div{
		margin-top:30px;
	}

	.bloco-perso-titulo{
		font-size:0.9em;
	}
	.bloco-perso-iten1 img, .bloco-perso-iten2 img{
		height:100px !important;	
	}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {

}
@media screen and (min-width: 1366px) and (max-width: 1919px){

}


