@-webkit-keyframes KEYFRAME-NAME {
0% {left: 1500; opacity: 20%;}
100% {left: 0; opacity: 100%;}
}
@-moz-keyframes KEYFRAME-NAME {
0% { left: 100%; }
100% {left: 0; }
}
KEYFRAME-NAME {
0% { left: 100%; }
100% { left: 0; }
}
@keyframes KEYFRAME-NAME {
0% { left: 100%; }
100% { left: 50%; }
}
NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#versimb {
	z-index:99999;
	display: none;
	overflow: hidden;
	width: 37px;
	float:left;
}
a:hover {
	text-decoration: underline;
}
@font-face {	
	font-family: 'poppins';
	src: url('/fonts/Poppins-Medium.ttf');
	src: local(':)'), url('/fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {	
	font-family: 'poppins_light';
	src: url('/fonts/Poppins-Light.ttf');
	src: local(':)'), url('/fonts/Poppins-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}	
@font-face {	
	font-family: 'poppins_bold';
	src: url('/fonts/Poppins-Black.ttf');
	src: local(':)'), url('/fonts/Poppins-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}	
hr { width:100%; height:1px; background: #FF963A }
.tbmidle{
	width:100%;
	max-width:1100px;
}
.tb25{
	width:25%;
}
.tb33{
	width:33%;
}
.tb50{
	width:50%;
}
.tbcaes1{
	width:64%;
}
.tbcaes2{
	width:36%;
}
.txtmenu{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.txtmenu:hover{
	color: #d439ae;
	text-decoration: none;
}
.txtmenuhi{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	color: #d439ae;
	text-decoration: none;
}
.txtmenuhi:hover{
	color: #d439ae;
	text-decoration: none;
}
.txt20{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.txt20:hover{
	color: #d439ae;
	text-decoration: none;
}
.txt20ns{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.txt20ns:hover{
	color: #000000;
	text-decoration: none;
}
.txt60ns{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 28px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txt60ns:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.txt16{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.txt16:hover{
	color: #d439ae;
	text-decoration: none;
}
.txt14ns{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.txt14ns:hover{
	color: #000000;
	text-decoration: none;
}
.txt14nsb{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txt14nsb:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.txt16ns{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.txt16ns:hover{
	color: #000000;
	text-decoration: none;
}
.txt12{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
.txt12:hover {
	color: #d439ae;
	text-decoration: bold;
}
.txt12rosa{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #d439ae;
	text-decoration: none;
}
.txt12rosa:hover {
	color: #d439ae;
	text-decoration: bold;
}
.txt12black{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #d439ae;
	text-decoration: none;
}
.txt12black:hover {
	color: #000000;
	text-decoration: bold;
}
.txt12pt{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
.txt12pt:hover {
	color: #000000;
	text-decoration: bold;
}
.txt12ns{
	font-family: "poppins_light", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
.txt12ns:hover {
	color: #ffffff;
	text-decoration: none;
}
.tabout{
width: 100%;
	position: relative;
  -webkit-animation: NAME-YOUR-ANIMATION 3s;
  -moz-animation:    NAME-YOUR-ANIMATION 3s;
  -o-animation:      NAME-YOUR-ANIMATION 3s;
  animation:         NAME-YOUR-ANIMATION 3s;
}
.imgsee{
  -webkit-animation: NAME-YOUR-ANIMATION 3s;
  -moz-animation:    NAME-YOUR-ANIMATION 3s;
  -o-animation:      NAME-YOUR-ANIMATION 3s;
  animation:         NAME-YOUR-ANIMATION 3s;
}
.imgsee:hover{
  -webkit-filter: brightness(80%);
}
.imgsocial{
	 -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.imgsocial:hover {
  -webkit-filter: brightness(80%);
}
.imgarea1 {
width: 100%;
}
.circ
{
  opacity: 0.7;
  	width:95%;
	max-width:118px;
}
.circ:hover{
  opacity: 1;
}
.simb
{
  opacity: 1;
}
.simb:hover{
  opacity: 0.5;
  
}
.simb1
{
  width:100%;
  height:100%;
}
.simb1:hover{
  width:101%;
  height:101%;
}
.round
{
  border-radius: 20px;
}
.simb2
{
  opacity: 1;
  border-radius: 20px;
}
.simb2:hover{
  opacity: 0.5;
  border-radius: 20px;
}
.simb3
{
  opacity: 1;
  border-radius: 20px;
}
.imgapart
{
  opacity: 1;
}
.imgapart:hover{
  opacity: 0.8;
}
hr { width:100%; height:1px; background: #CECBCE }
#apDiv2 {
	z-index:999;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 220px;
	height:205px;
	display:block;
	visibility:visible;
}
#apDiv3 {
	z-index:999;
	position: relative;
	left: -75px;
	margin-top: -100px;
	display:block;
	visibility:visible;
}
#apDiv4 {
	z-index:999;
	position: relative;
	margin-top: -85px;
	left: -65px;
	display:block;
	visibility:visible;
}
#apDiv5 {
	z-index:999;
	position: relative;
	margin-top: -120px;
	margin-left: 60px;
	display:block;
	visibility:visible;
}
.backpatas {
	background-image: url(/images/barra.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#imgpc
{
display:block;
}
#imgmovel
{
display:none;
}
#navtoppc
{
display:block;
}
#navtopmob
{
display:none;
}
#navigation_list
{
z-index: 9999;
}
#navigation_listmob
{
z-index: 9999;
}
.yt-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    overflow: hidden;
    background: #000;
}

.yt-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.yt-video:hover img {
    transform: scale(1.05);
}

.yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    backdrop-filter: blur(4px);
}

.yt-play::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 22px;
    border-style: solid;
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent white;
}
#texto1 {
   font-family: "poppins_light", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
#texto2 {
   font-family: "poppins_light", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}