@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

section.sac
{
	font-family: 'Montserrat', sans-serif!important;
	font-size:14px!important;
}

section.sac .ajuste { padding:30px 38px; line-height: 18px; }
section.sac .ajuste h3 { font-weight:600; }
section.sac .ajuste p { line-height: 33px; margin: 20px 0px; clear:both; }
section.sac .ajuste p strong { font-weight:700!important; }
section.sac .ajuste p a { color:#000; }
section.sac .ajuste p a.botoes { float:left; margin-right:50px!important; }

section.header .dsk_header { width:100%; }
section.header .mob_header { display:none; }

.centerme { margin:0px auto; text-align:center; }

.fundo
{
	background-image:url("../images/fundo_desktop.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;
	min-height:135px;
}

.fundo .col-12 { margin:10px 0px!important; }
.fundo.rodape { background-position: center 6px; }

a.botoes
{
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	text-align:center;
	padding:20px;
	display: inline-block;
	min-width:179px;
	color:#EE2527!important;
	border: 1px solid #EE2527;
	border-radius: 20px;
	text-decoration: none;
	margin:40px 0px!important;
}

a.socials { margin:0px 5px; }

p.copyright
{
	color:#000000;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	text-align:center;
	margin:40px 0px!important;
}

@media (max-width:768px)
{
	section.header .dsk_header { display:none; }
	section.header .mob_header { display:block;	width:100%;	}
	
	.fundo
	{
		background-image:url("../images/fundo_mobile.png");
		background-repeat: no-repeat;
		background-size:contain;
		background-position: center 200px;
		min-height:135px;
	}
	
	.fundo.rodape { margin-top:50px; background-position:center 38px; }
	
	.fundo .col-10 { margin:20px 0px!important; }
	.centermobile { text-align:center; }
	
	section.sac .ajuste { padding:0px 22px; line-height: 18px; }
	section.sac .ajuste p { line-height: 33px; margin: initial!important; clear:both; padding-top:20px; }
	section.sac .ajuste p a.botoes { float:none; margin-right:initial!important; font-size:14px; padding:15px; margin:20px 0px 10px 0px!important; }
}