*{
	font-family: "HelveticaNeue75Bd", Helvetica, Arial, sans-serif;
   font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
	text-decoration: none;
	
	margin:0; 
	padding: 0; 
	box-sizing: border-box;
}

h1, h2, h3{
	color: #666666;
	font-weight: 700;
	font-size: initial;
}


#col1{
	columns: 1 !important;
}

.logo{
	text-align: center;
	vertical-align: middle;
}

.logo img{
	max-width: 50px;
}

.centro{
	text-align: center;
}

#ladoalado{
	text-align: center;
	display: inherit;
}

#ladoalado svg{
	margin: 10px !important;
}

svg:hover path{
	fill: gray;
}

.box audio{
	width: 180px;
}

#meio {
    text-align: center;
}

footer{
	padding-top: 60px;
	font-size: 12px;
	width: 100%;
	color: gray;
	font-style: bold;
}

.erro{
	background: red;
	padding: 10px;
	color: white;
	font-weight: bolder;
}

.sucesso{
	background: green;
	padding: 10px;
	color: white;
	font-weight: bolder;
}


/*INPUTS */
input[type=text]{outline:none}

input,textarea:focus{outline:none}

input[type="text"], input[type="password"], textarea,
input[type="color"], input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="email"], input[type="number"],
input[type="range"], input[type="search"], input[type="tel"],
input[type="time"], input[type="url"], input[type="month"], input[type="week"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 7px;
	margin: 3px;
	background: white;
	color: black;
	font-family: inherit;
	border: 1px solid black;
	width: 100%;
	
}

select{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 7px;
	margin: 3px;
	background: #fff;
	color: black;
	font-family: inherit;
	border: 1px solid black;
}

input[type="submit"],button,a.button {
	display: inline-block;
	position: relative;
	margin-top: 30px;
	border: 0 none;
	padding: 15px 30px 15px 30px;
	text-transform: uppercase;
	cursor: pointer;
	background: black;
 	color: white;
	border: 1px solid white;
}

a.button:hover {
	text-decoration: none;
}
/* FIM DOS INPUTS */








/* TABELA RESPONSIVA */
.content{display:flex; margin: auto;}

.rTable{width: 100%; text-align: center;}
    .rTable thead{background: black; font-weight: bold; color:#fff;}
    .rTable tbody tr:nth-child(2n){background: #ccc;}
    .rTable th , .rTable td{padding: 7px 0;}

@media screen and (max-width: 480px){
    .content{width: 94%;}

    .rTable thead{display:none;}
    .rTable tbody td{display: flex; flex-direction: column; }
}

@media only screen and (min-width: 1200px){
    .content{width:100%;}
    .rTable tbody tr td:nth-child(1){width:10%;}
    .rTable tbody tr td:nth-child(2){width:30%;}
    .rTable tbody tr td:nth-child(3){width:20%;}
    .rTable tbody tr td:nth-child(4){width:10%;}
    .rTable tbody tr td:nth-child(5){width:30%;}
}
/* FIM DA TABELA RESPONSIVA */









/* CONTATO */

.contato{
	text-align: justify;
	font-size: 12px;
	width: 80%;
	margin-left: 10%;
}

.contato img{
	max-width: 200px;
}










/*
LOADING PRE LOADER
*/
.loading {
	width: 100%;
	height: 100%;
	background: black;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 1000;
}
.loading:before {
	background-image: url("../_img/carregando.gif");
	border-radius:10px;
	content:'';
	height: 300px;
	left:50%;
	margin: -150px 0 0 -150px;
	position: fixed;
	top:50%;
	width: 300px;
	z-index: 1000;
}



.titulo{
	font-weight: bold;
	color: black;
}

.data{
	font-size: 13px;
	font-style: italic;
	color: gray;
}


.imagem_add_imagem_register{
	max-width: 150px;
}

/* PAINEL RESTRITO */
.form{
	text-align: center; 
	margin: 4% 25% 4% 25%;
}

.meio{
	text-align:center !important; 
	width: 100%;"
}

table th, td{
	text-align: center;
}

table img{
	max-width: 200px;
}

#upload{
	text-align: justify !important;
}

.detalhe{
	max-width: 100%;
}

/* CK EDITOR APARECER MARCADORES */
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){
	padding: 20px !important;
}

iframe{
	height: 100%;
}

audio, video {
    width: 210px;
}