.preload * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
}

.hoversombra1 {
	transition: box-shadow 0.3s !important;
	-webkit-transition: box-shadow 0.3s;
}
	.hoversombra1:hover {
		-webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
		-moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
		box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
	}

.hoversombra2 {
	transition: box-shadow 0.3s !important;
	-webkit-transition: box-shadow 0.3s;
}
	.hoversombra2:hover {
		-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
		-moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
		box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
	}

.fadein1 {
	opacity: 0;
	opacity: 1 \9; /*just in case ie*/
	-webkit-animation-name: fadein1;
    -webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode:forwards;
	-ms-animation-name: fadein1;
    -ms-animation-duration: 0.5s;
	-ms-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
@-webkit-keyframes fadein1 {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadein1 {
    from {opacity: 0;}
    to {opacity: 1;}
}
.fadein2 {
	opacity: 0;
	opacity: 1 \9; /*just in case ie*/
	animation-delay: 0.5s;
	-webkit-animation-name: fadein1;
    -webkit-animation-duration: 2s;
	-webkit-animation-fill-mode:forwards;
	-ms-animation-name: fadein1;
    -ms-animation-duration: 1s;
	-ms-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
@-webkit-keyframes fadein2 {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadein2 {
    from {opacity: 0;}
    to {opacity: 1;}
}
.delay1 {animation-delay: 0.00s;}.delay2 {animation-delay: 0.50s;}.delay3 {animation-delay: 1.00s;}.delay4 {animation-delay: 1.50s;}.delay5 {animation-delay: 2.00s;}.delay6 {animation-delay: 2.50s;}.delay7 {animation-delay: 3.00s;}.delay8 {animation-delay: 3.50s;}.delay9 {animation-delay: 4.00s;}.delay10 {animation-delay: 4.50s;}.flexcenter {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.translatecenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.borda {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-o-radius: 4px;
	-ms-radius: 4px;
	transition: border 0.3s;
	-webkit-transition: border 0.3s ease-in;
}
.borda8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-o-radius: 8px;
	-ms-radius: 8px;
	transition: border 0.3s;
	-webkit-transition: border 0.3s ease-in;
}
.borda8topright {
	border-top-right-radius: 8px;
}
.borda8topleft {
	border-top-left-radius: 8px;
}
.borda8bottomright {
	border-bottom-right-radius: 8px;
}
.borda8bottomleft {
	border-bottom-left-radius: 8px;
}
red {
	color: red;
}
green {
	color: green;
}
blue {
	color: blue;
}
gray {
	color: rgba(0,0,0,0.5);
}
gray75 {
	color: rgba(0,0,0,0.75);
}
negrito, .negrito {
	font-weight: bold;
}
italico {
	font-style: italic;
}
sublinhado {
	text-decoration: underline;
}
::i-block-chrome, .safarinone {
	display: none;
}
.jump {
	animation: jump 1.2s infinite;
}
@keyframes jump {
	0% { transform: translate(0, 3px) scale(1.15, 0.85); }
	50% { transform: translate(0, -80%) scale(1, 1); }
	55% { transform: translate(0%, -80%) rotate(15deg); }
	60% { transform: translate(0, -80%) rotate(-15deg); }
	65% { transform: translate(0, -80%) rotate(15deg); }
	70% { transform: translate(0, -80%) rotate(-15deg); }
	100% { transform: translate(0, 3px) scale(1.15, 0.85); }
}
.dance {
	animation: dance 1.2s infinite;
}
@keyframes dance {
	0% { transform: translate(0, 0) rotate(-25deg); }
	50% { transform: translate(0, 0) rotate(25deg); }
	100% { transform: translate(0, 0) rotate(-25deg); }
}
.littledance {
	animation: littledance 0.7s infinite;
}
@keyframes littledance {
	0% { transform: translate(0, 0) rotate(-10deg); }
	50% { transform: translate(0, 0) rotate(10deg); }
	100% { transform: translate(0, 0) rotate(-10deg); }
}
.sombra1 {
	-webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
	-moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
	box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
}
.sombra2 {
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
}
.slidefromleft {
	-webkit-animation-name: slidefromleft;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-duration: 0.5s;
	-ms-animation-name: slidefromleft;
	-ms-animation-duration: 0.5s;
	-ms-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	animation-direction: forwards;
	animation-iteration-count: 1;
}
@-webkit-keyframes slidefromleft {
	from {transform: translateX(-100%);}
	to {transform: translateX(0);}
}
@keyframes slidefromleft {
	from {transform: translateX(-100%);}
	to {transform: translateX(0);}
}
.slidefromright {
	-webkit-animation-name: slidefromright;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-duration: 0.5s;
	-ms-animation-name: slidefromright;
	-ms-animation-duration: 0.5s;
	-ms-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	animation-direction: forwards;
	animation-iteration-count: 1;
}
@-webkit-keyframes slidefromright {
	from {transform: translateX(100%);}
	to {transform: translateX(0);}
}
@keyframes slidefromright {
	from {transform: translateX(100%);}
	to {transform: translateX(0);}
}
.hide10animation {
  animation: hide10animation 0.5s ease-in 10s;
  animation-fill-mode: forwards;
}
@keyframes hide10animation {
  to {
	opacity: 0;
    visibility: hidden;
    height: 0;
	margin: 0;
  }
}
.blur1 {
	-webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}
.blur2 {
	-webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}