/*
Theme Name: ISG
Theme URI: http://www.isg.com.br/
Description: Template para site ISG
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
.grecaptcha-badge {
	opacity:0 !important;
	visibility: collapse !important;  
}
*::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
*::--webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
*::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
video::-webkit-media-controls {
    display:none !important;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
.pb, .en {
	display: none !important;
}
#pb .pb, #en .en {
	display: block !important;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
} 
textarea:focus, input:focus, input, textarea, select {
    outline: 0;
}                 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul, ul li, ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/*body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }
nav ul, nav li { margin: 0; } 
strong, th { font-weight: bold; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:focus { outline: none }
/* geral */
#temp a, a.btn, form input.wpcf7-submit, #tempModalWrapper {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #282828;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
}
h1 {
	color: #EF4221;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	background: linear-gradient(to right, #EF4221, #FBBF07);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
h2 {
	font-weight: 400;
	color: #EF4221;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}
h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
}

.mobile {
	display: block;
}
.desktop {
	display: none;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #747474;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
}
p, .video {
	margin-bottom: 20px;
}
#temp {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	padding: 100px 0 30px 0;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#videoWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	display: block;
}
#videoWrapper  video {
	min-width: 100%; 
	min-height: 100%; 
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#tempTexto {
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	color: #A1A1A1;
}
#tempContato {
	overflow: hidden;
	padding-top: 80px;
	width: 100%;
	clear: both;
}
#tempContatoInfo {
	overflow: hidden;
	margin-bottom: 20px;
}
#tempContatoInfo p {
	display: block;
	clear: both;
	margin-bottom: 0;
}
.logo {
	display: block;
	height: 65px !important;
	width: auto !important;
	margin-bottom: 50px;
}
.responsive {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
.politica {
	font-size: 12px;
	line-height: 16px;
	color: #747474;
	overflow: hidden;
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.politica a:link, .politica a:visited {
	color: #747474;
	text-decoration: underline;
}
.politica a:hover, .politica a:active {
	color: #fff;
	text-decoration: underline;
}
/* formulario */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}
form {
	overflow: hidden;
	clear: both;
}
form input[type='text'], form input[type='file'], form input[type='email'], form input[type='date'], form input[type='tel'], textarea, select,  form input[type='url']  {
    width: 100%;
	-webkit-appearance: none;
    color: #fff;
	opacity: 1;
    background-color: transparent;
	border: 0;
	border-bottom: 1px solid #EF4221;
    font-size: 15px;
	height: 40px;
	line-height: 40px;
    padding: 0;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 400;

}

textarea {
	height: 140px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
select {
	background: #fff url(images/setaSelect.png) center right no-repeat;
	text-transform: uppercase;
}
#filtrosBlog select, #filtrosBlog form input[type='text'] {
	border: 1px solid #CCCDD8;
}
label {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}
form input[type='text'].wpcf7-not-valid, form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid,  form input[type='tel'].wpcf7-not-valid, form textarea.wpcf7-not-valid, .wpcf7 select.wpcf7-not-valid, form input[type='file'].wpcf7-not-valid, form input[type='url'].wpcf7-not-valid,
#contato form input[type='text'].wpcf7-not-valid, #contato form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid, #contato form input[type='tel'].wpcf7-not-valid, #contato textarea.wpcf7-not-valid  {
	border-color: #FBBF07;
}

form input.wpcf7-submit {
    padding: 0 !important;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	float: left;
	border: 0 !important;
	background-color: #EF4221;
	cursor: pointer;
	width: auto;
	line-height: 60px !important;
	height: auto !important;
	width: 280px;
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 2px;
}
form input.wpcf7-submit:hover {
	background: #FBBF07;
	color: #282828;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-spinner {
	margin: 0 0 0 20px !important;
	float: right !important;
}
div.wpcf7-response-output {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	text-align: center;
}
a.btn:link, a.btn:visited {
	background-color: #EF4221;
	line-height: 60px !important;
	max-width: 280px;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 2px;
}
a.btn:hover, a.btn:active {
	background: #FBBF07;
	color: #282828;
}
.postSingle ol {
	margin-bottom: 20px;
}
ol {
	list-style-position: outside;
	margin-bottom: 30px;
}
ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
.postSingle ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.postSingle ul li {
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
.postSingle ul li:before, .pInfo ul li:before, .blocoPerfil ul li:before, #quem-somos ul li:before,.blocoArea ul li:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 5px;
	height: 20px;
	line-height: 20px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #FBBF07;
}
.gallery a {
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	background-image: url(images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -o-background-size: auto 50px;
    background-size: auto 50px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gallery a:hover {
	opacity: 1;
}

.gallery a {
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	background-image: url(images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -o-background-size: auto 50px;
    background-size: auto 50px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gallery a:hover {
	opacity: 1;
}
#tempModal {
	position: relative;
	padding: 50px 0 30px 0;
}
#tempModal .fa-xmark {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px !important;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	text-align: center !important;
}
#tempModalWrapper {
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
#tempModalWrapper.visible {
	display: block;
}
#tempModal {
	position: relative;
	padding: 50px 0 30px 0;
	width: calc(100% - 40px);
	margin: 0 20px;
	background: #282828;
}
#tempModal img.responsive {
	max-width: 300px;
}
#interna {
	position: relative;
	padding: 50px 0 30px 0;
}
#interna h1 {
	max-width: 200px;
}
#interna h2 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
}
.fancybox-button--fullscreen {
	display: none !important;
}
@media only screen 
and (min-width : 480px) {

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

}
@media only screen 
and (min-width : 768px) {
#tempModal .responsive {
	margin-bottom: 60px;
}
#tempModal a.btn {
	margin-bottom: 0;
}
#tempModalWrapper {
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
}
#tempModalWrapper.visible {
	display: flex;
}
#tempModal img.responsive {
	max-width: 400px;
}
#tempModalDownload {
	width: 340px;
}
#tempTexto {
	width: 290px;
	float: left;
}
#tempForm {
	width: calc(100% - 340px);
	float: right;
	position: relative;
	overflow: hidden;
}
#tempFormWrapper {
	max-width: 410px;
	position: relative;
	z-index: 2;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
#tempContato, #tempModal section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#tempModal {
	background: #282828 url(images/grafismo_quadra.png) left top no-repeat;
	-webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}
#tempModal section {
	align-items: center;
}
#tempModalIntro {
	width: calc(100% - 390px);
}
#tempContatoInfo p {
	text-align: right;
}



}
@media only screen 
and (min-width : 1024px) {
#tempModal {
	width: 950px;
	margin: 0 auto;
}
#tempTexto h1 {
	padding-top: 145px;
}
#tempForm img.responsive {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	z-index: 1;
}
#tempModalDownload {
	margin-right: 50px;
}
}
@media only screen 
and (min-width : 1280px) {
#tempForm img.responsive {
	width: 390px;
	right: -95px;
}
#tempForm {
	width: 650px;
}
section {
	width: 1100px;
	padding: 0;
	margin: 0 auto;
}
#tempModal section {
	width: auto;
	padding: 0 20px;
}
}
@media only screen 
and (min-width : 1366px) {
#temp:before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 50%;
	background: url(images/grafismo_pista.png) left top no-repeat;
	-webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}