
.fadeIn:hover {
-webkit-transition: 0.3s ease-in;
-moz-transition: 0.3s ease-in;
-o-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}

.hand{
cursor:pointer;
}	

.caps{
text-transform: uppercase;
}

.center{
/* margin: auto; */
text-align: center;
}

.clear{ clear:both; }

.left{
float:left;
}
.right{
float:right;
}

.justify{
text-align: justify;
}

.media {
	position: relative;
	padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
	height: 0;
	overflow: hidden;
}

.media iframe {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
}

iframe[src*=youtube]
{
	aspect-ratio: 16/9;
	height: auto;
}

a{
	color: inherit;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;	
}
a:hover {
	cursor:hand;
	text-decoration: none;
	color: inherit;
	opacity: 0.9;
}
a:active {
	text-decoration: none;
}

img, object, embed,iframe {max-width:100%;}
img {height:auto;}

.share {
	display: flex;
}

.share a {
	margin: 0 1px;
	width: 30px;
	height: 30px;
	background: url('../images/share.png') no-repeat top/ auto 100% ;
}

.share .facebook {
	background-position-x: 0px;
}
.share .twitter {
	background-position-x: 66.4%;
}
.share .whatsapp {
	background-position-x: 99.5%;
}
.share .telegram {
	background-position-x: 33.4%;
}

.italico{ font-style:italic;}
.strong{ font-weight: bold;}
.underline{ text-decoration:underline;}

::placeholder {
	color: #a3a3a3 !important;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a3a3a3 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  	color: #a3a3a3 !important;
}

.vermelho{ color:#E94C3D;  border-color:#E94C3D; }
.verde{color: #008C23;; border-color: #008C23;}
.azul{color:#F71117;  border-color:#F71117;}
.creme{color:#E4A57C;  border-color:#E4A57C;}
.laranja { color: #EB7C15;  border-color:#EB7C15;}
.azul_light{ color: #1582AF; border-color: #1582AF;}
.azul_marinho{ color: #0c2851; border-color: #0c2851;}
.violeta { color: #875D8F;  border-color: #875D8F; }
.branco{ color:#FFFFFF;  border-color:#FFFFFF;}
.amarelo{color:#ffbf00;  border-color:#ffbf00;}
.cinza1{color:#CCCCCC;  border-color:#CCCCCC;}
.cinza2{color: #999999;  border-color:#999999;}
.cinza3{color: #666666;  border-color:#666666;}
.cinza4{color: #444;  border-color:#444}
.marrom{color: #5F4A39;  border-color:#5F4A39;}
.vinho{color: #832D2E;  border-color:#832D2E}
.preto{color: #000;  border-color:#000}




.ta-1{  font-size:10px; }
.ta-2{  font-size:11px; }
.ta-3{  font-size:12px; }
.ta-4{  font-size:14px; }
.ta-5{  font-size:16px; }
.ta-6{  font-size:18px; }
.ta-7{  font-size:20px; }
.ta-8{  font-size:22px; }
.ta-9{  font-size:24px; }
.ta-10{  font-size:28px; }
.ta-11{  font-size:34px; }
.ta-12{  font-size:38px; }
.ta-13{  font-size:44px; }
.ta-14{  font-size:56px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {

.tb-1{  font-size:10px; }
.tb-2{  font-size:11px; }
.tb-3{  font-size:12px; }
.tb-4{  font-size:14px; }
.tb-5{  font-size:16px; }
.tb-6{  font-size:18px; }
.tb-7{  font-size:20px; }
.tb-8{  font-size:22px; }
.tb-9{  font-size:24px; }
.tb-10{  font-size:28px; }
.tb-11{  font-size:34px; }
.tb-12{  font-size:38px; }
.tb-13{  font-size:44px; }
.tb-14{  font-size:56px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.tc-1{  font-size:10px; }
.tc-2{  font-size:11px; }
.tc-3{  font-size:12px; }
.tc-4{  font-size:14px; }
.tc-5{  font-size:16px; }
.tc-6{  font-size:18px; }
.tc-7{  font-size:20px; }
.tc-8{  font-size:22px; }
.tc-9{  font-size:24px; }
.tc-10{  font-size:28px; }
.tc-11{  font-size:34px; }
.tc-12{  font-size:38px; }
.tc-13{  font-size:44px; }
.tc-14{  font-size:56px; } 
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
.td-1{  font-size:10px; }
.td-2{  font-size:11px; }
.td-3{  font-size:12px; }
.td-4{  font-size:14px; }
.td-5{  font-size:16px; }
.td-6{  font-size:18px; }
.td-7{  font-size:20px; }
.td-8{  font-size:22px; }
.td-9{  font-size:24px; }
.td-10{  font-size:28px; }
.td-11{  font-size:34px; }
.td-12{  font-size:38px; }
.td-13{  font-size:44px; }
.td-14{  font-size:56px; }
}


.anime {
	opacity: 0;
}

.anime-init {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
} 