

@media only screen and (min-width: 901px) and (max-width: 9000px) {
.twoCols {
	max-width: 600px;
	margin: 1em auto;
}

.twoColsLeft {
	float: left;
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

.twoColsRight {
	float: Right;
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

/* BANNER HOME */ 
.bannerHome {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	clear: both;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.bannerHomeLeft {
	margin: 2%;
	width: 46%;
	float: left;
	border-radius: 20px;
	background: url("https://www.advocaciatec.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
	min-height: 500px;
}

.bannerHomeLeft h1,h2 {
	color: #000;
}

.bannerHomeLeft p {
	color: #000;
	font-weight: normal;
	padding: 0 1em;
}

.bannerHomeLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeLeft ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeLeft ul li a {
	padding: 0 1em;
	font-size: 1.3em;
	line-height: 1.5em;
}

.bannerHomeLeft ul li a:hover {
	background: #eee;
}

.bannerHomeRight {
	margin: 2%;
	width: 46%;
	float: right;
	border-radius: 20px;
	background: url("https://www.advocaciatec.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
	min-height: 500px;
}

.bannerHomeRight h1 {
	color: #000;
}

.bannerHomeRight h2 {
	color: #000;
	font-weight: normal;
}

.bannerHomeRight p {
	color: #000;
	font-weight: normal;
	padding: 0 1em;
}

.bannerHomeRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeRight ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1.5em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeRight ul li a {
	padding: 0 1em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
}

.bannerHomeRight ul li a:hover {
	background: #eee;
}

/* BLOCOS HOME EVENTOS E OUTROS */ 
.diretoria {
	margin: 0;
	padding: 0;
	list-style: none;
}

.diretoria li {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	font-size: 0.9em;
	border-radius: 5px;
	background: #eee;
}
	
/* BLOCOS HOME EVENTOS E OUTROS */ 

.eventosHome {
}

.eventosHome a {
	border: 2px solid #09f;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	clear: both;
	margin: 5px 5px 10px 5px;
	padding: 5px 5px 0 5px;
}

.eventosHome a:hover {
	border: 2px solid #03c;
	text-decoration: none;
	background: #eee;
}

.eventosHome a:hover {
	border: 2px solid #03c;
	text-decoration: none;
	background: #eee;
}

.eventosLeft {
	overflow: hidden;
	vertical-align: middle;
	position: relative;
}

.eventosLeft img {
}

.eventosRight {
	overflow: hidden;
}

.eventosRight h4 {
	margin: 0;
	padding: 0;
}

.eventosRight h3 {
	margin: 0;
	padding: 0 0 0 8px;
	text-align: left;
	color: #039;
	font-weight: normal;
	font-size: 1em;
	background: url("https://www.advocaciatec.com.br/sites/template/images/seta.png")2px 8px no-repeat;
}

.eventosRight p {
	margin: 0;
	padding: 0;
}

/* FORM CUSTOM */
.formCustom {
	max-width: 800px;
	margin: 0 auto 1em auto;
}

.formCustom fieldset {
	margin-bottom: 1.5em;
	border: 2px solid #333;
	background: #eee;
}

.formCustom fieldset legend{
	font-size: 1.3em;
	font-weight: bold;
	border: 2px solid #333;
	padding: 0.5em;
	background: #fff;
}

.formCustom fieldset p {
	margin: 0.5em 2%;
	width: 46%;
	min-height: 95px;
	float: left;
	border: 0px solid #f0f;
}

.formCustom fieldset div {
	border: 2px solid #333;
	background: #fff;
	overflow: hidden;
	margin-bottom: 1em;
}

.formCustom fieldset input[type=text] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset input[type=tel] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset select {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom textarea {
	border: 2px solid #09f;
	padding: 0.5em;
	width: 99%;
	margin: 3px;
	background: #fff;
}

.formCustom input[type=submit] {
	border: 2px solid #09f;
	background: #09f;
	padding: 1em 1.5em;
	font-size: 1.5em;
	margin: 1em;
	color: #fff;
}

.formCustom .alerta {
	color: #f00;
	font-size: 0.8em;
	text-align: center;
	padding-left: 10px;
}
/* END FORM CUSTOM */

}

@media only screen and (min-width: 481px) and (max-width: 900px) {
.twoCols {
	max-width: 600px;
	margin: 1em auto;
}

.twoColsLeft {
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

.twoColsRight {
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

/* BANNER HOME */ 
.bannerHome {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	clear: both;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.bannerHomeLeft {
	margin: 1em;
	border-radius: 20px;
	background: url("https://www.advocaciatec.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
}

.bannerHomeLeft h1,h2 {
	color: #000;
}

.bannerHomeLeft p {
	color: #000;
	font-weight: normal;
	padding: 0 1em;
}

.bannerHomeLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeLeft ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeLeft ul li a {
	padding: 0 1em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
}

.bannerHomeLeft ul li a:hover {
	background: #eee;
}

.bannerHomeRight {
	margin: 1em;
	border-radius: 20px;
	background: url("https://www.advocaciatec.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
}

.bannerHomeRight h1 {
	color: #000;
}

.bannerHomeRight h2 {
	color: #000;
}

.bannerHomeRight p {
	color: #000;
	padding: 0 1em;
}

.bannerHomeRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeRight ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1.5em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeRight ul li a {
	padding: 0 1em;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
}

.bannerHomeRight ul li a:hover {
	background: #eee;
}

/* BLOCOS HOME EVENTOS E OUTROS */ 
.diretoria {
	margin: 0;
	padding: 0;
	list-style: none;
}

.diretoria li {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	font-size: 0.9em;
	border-radius: 5px;
	background: #eee;
}
	
/* BLOCOS HOME EVENTOS E OUTROS */

.eventosHome {
}

.eventosHome a {
	border: 2px solid #09f;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	clear: both;
	margin: 5px 5px 10px 5px;
	padding: 5px 5px 0 5px;
}

.eventosHome a:hover {
	border: 2px solid #03c;
	text-decoration: none;
	background: #eee;
}

.eventosLeft {
	overflow: hidden;
	vertical-align: middle;
	position: relative;
}

.eventosLeft img {
}

.eventosRight {
	overflow: hidden;
}

.eventosRight h4 {
	margin: 0;
	padding: 0;
}

.eventosRight h3 {
	margin: 0;
	padding: 0 0 0 8px;
	text-align: left;
	color: #039;
	font-weight: normal;
	font-size: 1em;
	background: url("https://www.advocaciatec.com.br/sites/template/images/seta.png")2px 8px no-repeat;
}

.eventosRight p {
	margin: 0;
	padding: 0;
}

/* FORM CUSTOM */
.formCustom {
	max-width: 800px;
	margin: 0 auto 1em auto;
}

.formCustom fieldset {
	margin-bottom: 1.5em;
	border: 2px solid #333;
	background: #eee;
}

.formCustom fieldset legend{
	font-size: 1.3em;
	font-weight: bold;
	border: 2px solid #333;
	padding: 0.5em;
	background: #fff;
}

.formCustom fieldset p {
	margin: 2%;
}

.formCustom fieldset div {
	border: 2px solid #333;
	background: #fff;
	overflow: hidden;
	margin-bottom: 1em;
}

.formCustom fieldset input[type=text] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset input[type=tel] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset select {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom textarea {
	border: 2px solid #09f;
	padding: 0.5em;
	width: 99%;
	margin: 3px;
	background: #fff;
}

.formCustom input[type=submit] {
	border: 2px solid #09f;
	background: #09f;
	padding: 1em 1.5em;
	font-size: 1.5em;
	margin: 1em;
	color: #fff;
}

.formCustom .alerta {
	color: #f00;
	font-size: 0.8em;
	text-align: center;
	padding-left: 10px;
}
/* END FORM CUSTOM */

}

@media only screen and (max-width: 480px) {
.twoCols {
	max-width: 600px;
	margin: 1em auto;
}

.twoColsLeft {
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

.twoColsRight {
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

/* BANNER HOME */ 
.bannerHome {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	clear: both;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.bannerHomeLeft {
	margin: 1em;
	border-radius: 20px;
	background: url("https://www.advocaciatec.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
}

.bannerHomeLeft h1 {
	color: #000;
	font-size: 2em;
}

.bannerHomeLeft p {
	color: #000;
	font-weight: normal;
	padding: 0 1em;
}

.bannerHomeLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeLeft ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeLeft ul li a {
	padding: 0 1em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
}

.bannerHomeLeft ul li a:hover {
	background: #eee;
}

.bannerHomeRight {
	margin: 1em;
	border-radius: 20px;
	background: url("https://www.advocaciatec.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
}

.bannerHomeRight h1 {
	color: #000;
}

.bannerHomeRight h2 {
	color: #000;
}

.bannerHomeRight p {
	color: #000;
	padding: 0 1em;
}

.bannerHomeRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeRight ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1.5em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeRight ul li a {
	padding: 0 1em;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
}

.bannerHomeRight ul li a:hover {
	background: #eee;
}

/* BLOCOS HOME EVENTOS E OUTROS */ 
.diretoria {
	margin: 0;
	padding: 0;
	list-style: none;
}

.diretoria li {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	font-size: 0.9em;
	border-radius: 5px;
	background: #eee;
}

/* BLOCOS HOME EVENTOS E OUTROS */

.eventosHome {
}

.eventosHome a {
	border: 2px solid #09f;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	clear: both;
	margin: 5px 5px 10px 5px;
	padding: 5px 5px 0 5px;
}

.eventosHome a:hover {
	border: 2px solid #03c;
	text-decoration: none;
	background: #eee;
}

.eventosLeft {
	overflow: hidden;
	vertical-align: middle;
	position: relative;
}

.eventosLeft img {
}

.eventosRight {
	overflow: hidden;
}

.eventosRight h4 {
	margin: 0;
	padding: 0;
}

.eventosRight h3 {
	margin: 0;
	padding: 0 0 0 8px;
	text-align: left;
	color: #039;
	font-weight: normal;
	font-size: 1em;
	background: url("https://www.advocaciatec.com.br/sites/template/images/seta.png")2px 8px no-repeat;
}

.eventosRight p {
	margin: 0;
	padding: 0;
}

/* FORM CUSTOM */
.formCustom {
	max-width: 800px;
	margin: 0 auto 1em auto;
}

.formCustom fieldset {
	margin-bottom: 1.5em;
	border: 2px solid #333;
	background: #eee;
}

.formCustom fieldset legend{
	font-size: 1.3em;
	font-weight: bold;
	border: 2px solid #333;
	padding: 0.5em;
	background: #fff;
}

.formCustom fieldset p {
	margin: 2%;
}

.formCustom fieldset div {
	border: 2px solid #333;
	background: #fff;
	overflow: hidden;
	margin-bottom: 1em;
}

.formCustom fieldset input[type=text] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset input[type=tel] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset select {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom textarea {
	border: 2px solid #09f;
	padding: 0.5em;
	width: 99%;
	margin: 3px;
	background: #fff;
}

.formCustom input[type=submit] {
	border: 2px solid #09f;
	background: #09f;
	padding: 1em 1.5em;
	font-size: 1.5em;
	margin: 1em;
	color: #fff;
}

.formCustom .alerta {
	color: #f00;
	font-size: 0.8em;
	text-align: center;
	padding-left: 10px;
}
/* END FORM CUSTOM */

}
