#plataformas .w100 .talk{
    position: absolute;
    margin-left: 100px;
    background: #b20603;
    border: 1px solid #b20603;
    padding: 5px 20px;
    color: #fff;
    display:none;
    right: 100px;
}

#plataformas .w100 .talk:hover{
    background:transparent;
}

#g-container-top{
    position: absolute;
    top: -1000%;
    width: 0;
    height: 0;
}

#g-page-surround:before, #g-container-navigation{
    display:none;
}

#g-slideshowmain .g-content {
    padding: 0 !important;
    margin: 0;
}

#g-container-slideshow {
    position: relative;
    width: 100%;
    background: #000;
    top:0;
    left:0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#idVideo{
	height: 100%;
    top: 0;
    opacity: 0.5;
    zoom: 1.5;
}

#g-container-slideshow #textoSlideshow {
    display: flex;
    justify-content: center;
    align-items: center;
}

#textoSlideshow {
    position: absolute;
    top: 0;
    z-index: 99999999;
    font-weight: 100;
    font-size: 70px;
    color: white;
    opacity: 0.8;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#idVideofooter {
    opacity: 0.3;
    height: 100%;
    left: 0;
    top:0;
    zoom: 1.5;
}

#plataformas .platform-content{
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background: black;
}
 
body::-webkit-scrollbar-thumb{
	background-color: #ffffff;
	outline: 1px solid black;
	border-radius: 10px;
}

.texto{
    width: 100%;
}

.descricao .letter{
    font-size:30px;
}

#plataformas .texto {
    width: 100%;
    margin: 0 auto;
    padding:  0;
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 100;
}

#plataformas .texto .titulo{
    width:600px;
    margin: 0 auto;
    padding:30px 0;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

.videofooter{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

#plataformas .g-content{
	margin: 0;
	padding: 3rem 0 2rem 0;
}

#plataformas .w100{
    text-align: center;
    padding: 50px 0 75px 0;
    width:100%;
}

#plataformas .w33{
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#plataformas .w33.group{
    vertical-align: middle;
}


#plataformas .blocosLinks .w33.animatable{
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

#plataformas .blocosLinks .w33.animated{
	visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

#plataformas .blocosLinks .w33.fadeInUp{
	-webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#plataformas .blocosLinks .w33.fadeIn{
	-webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

#plataformas .w33 svg{
    height: 170px;
}

#plataformas .w33:nth-last-child(1) svg, #plataformas .w33:nth-last-child(2) svg, #plataformas .w33:nth-last-child(3) svg{
    height: 245px;
}

#plataformas .w100 svg:hover, #plataformas .w33 svg:hover{
	opacity: 1;
}

#plataformas .w100 svg path, #plataformas .w33.group svg path{
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#plataformas .w100 svg path, #plataformas .w33 svg path{
	stroke: white;
	fill:transparent
}

#plataformas .w100 svg:hover path, #plataformas .w33 svg:hover path{
	fill: white;
}

#denuncias .logoD {
    fill: #f1bb03 !important;
    opacity: 1 !important;
}

#plataformas svg #text path{
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
	transition: stroke-dashoffset 2s linear;
	-webkit-transition: stroke-dashoffset 2s linear;
	-moz-transition: stroke-dashoffset 2s linear;
	-o-transition: stroke-dashoffset 2s linear;
	fill: transparent;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#plataformas svg:hover #text path{
	stroke-dashoffset: 0;
	fill: white;
}

#G_x5F_Losango, #C_x5F_Losango_1_, #H_x5F_Losango{
    stroke:white;
    -webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#G_x5F_P, #G_x5F_Losango_x5F_Pequeno{
    fill: #B20603 !important;
    stroke:transparent !important;
}

#H_x5F_P, #H_x5F_Losango_x5F_Pequeno{
    fill: #B38533 !important;
    stroke:transparent !important;
}

#C_x5F_P_1_, #C_x5F_Losango_x5F_Pequeno_1_{
    fill: #7DA3A8 !important;
    stroke:transparent !important;
}

#B_x5F_P, #B_x5F_Losango_x5F_Pequeno{
    fill: #69a05c !important;
    stroke:transparent !important;
}

#dGov #d{
    fill: #96948e !important;
    opacity: 1 !important;
}

#alertarPT #Pin_2_{
    fill: #dc4d4d !important;
    opacity: 1 !important;
}

#MTG circle{
    fill: #C3512A !important;
}

.seta{
    height: 60px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
    animation: avia_fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes
avia_fade_move_down{0%{-webkit-transform:translate(0,-20px);opacity:0}50%{opacity:1}100%{-webkit-transform:translate(0,20px);opacity:0}}@keyframes
avia_fade_move_down{0%{transform:translate(0,-20px);opacity:0}50%{opacity:1}100%{transform:translate(0,20px);opacity:0}}@-webkit-keyframes
avia_slide_down{0%{height:0%}100%{height:100%}}


.fp-showcase {
    margin-top: 0;
}

.separator{
    border-top: 1px solid rgba(128, 128, 128, 0.39);
    padding-bottom: 150px;
    margin-top: 100px;
}


#g-container-copyright{
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 0;
    top:0;
}

#copy{
    border-top: 1px solid rgba(128, 128, 128, 0.39);
    margin: 0;
	bottom: 0;
	position: relative;
}

#copy a{
    color:#fff;
}

#g-page-surround {
    background: #000 !important;
    overflow: hidden;
}

#g-container-copyright .g-bordered-spacer {
    border: 0px;
}

#g-container-copyright .size-80{
	-webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
}

#g-container-footer{
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 0;
    top:0;
}

#g-container-footer .size-80{
	-webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
}

#g-container-footer .g-bordered-spacer {
    border: 0px;
}

.size-10{
	display: none;
}

.blocosLinks{
	z-index: 99;
    position: relative;
}

#titulo,#slogan{
	position:relative;
	z-index:9999999;	
    font-size:35px;
	text-align:center;
	color:#fff;
	padding: 50px 0px;
	text-transform:uppercase;

}

#slogan{
    padding:0px;
}

#copy .g-content {
    padding: 1rem 0 !important;
	margin: 0;
    color: white;
}

#logos{
	border-top:1px solid #504d4c;
	position:relative;
}

#logos .g-content{
	margin: 0;
	padding: 3rem 0 2rem 0;
}

#logos .w100{
    text-align: center;
    padding: 50px 0 100px 0;
    width:100%;
	z-index: 9999;
    position: relative;
}

#logos .w50{
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	z-index: 9999;
	position:relative;
	margin-top:120px;
}

#logos .w50:nth-last-child(1){
	right:0;
}

#logos .w50:nth-last-child(2){
	left:0;
}

#logos .w100 svg{
    height: 170px;
}

#logos .w50 svg{
    height: 135px;
}

#logos .w50 .texto{
	color:#ffffff7a;
	font-size:25px;
}

#logos .w50:hover .texto{
	color:#fff;
	
}

#logos .w100 svg:hover, #logos .w50 svg:hover{
	opacity: 1;
}

#logos .w100 svg path, #logos .w50 svg path,#logos .w50 svg polygon, #logos .w50 .texto{
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#logos .w100 svg path, #logos .w50 svg path{
	stroke: white;
	fill:transparent
}

#logos .w100 svg:hover path, #logos .w50:hover svg path{
	fill: white;
}

#logos .w50 svg:hover path#Bola{
	fill:#E64345;
	stroke:#E64345;
}

#logos .w50 svg path#Rectangulo{
	fill:#fff;
}

#logos .w100 svg path#i{
	fill:#fff;
}

#logos .w100 svg:hover path#i{
	fill:#00F9B8;
	stroke:#00F9B8;
}

#logos svg #text path{
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
	transition: stroke-dashoffset 2s linear;
	-webkit-transition: stroke-dashoffset 2s linear;
	-moz-transition: stroke-dashoffset 2s linear;
	-o-transition: stroke-dashoffset 2s linear;
	fill: transparent;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#logos svg:hover #text path{
	stroke-dashoffset: 0;
	fill: white;
}

#logos .w50.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

#logos .w50.animated{
	visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

#logos .w50.fadeInUp{
	-webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}




.videoLogos{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#idVideoLogos{
	height:100%;
	opacity:0.5;
}

/*
#plataformas .blocosLinks .w33:nth-last-child(3),#plataformas .blocosLinks .w33:nth-last-child(1){
	position:absolute;
	bottom:10px;
}

#plataformas .blocosLinks .w33:nth-last-child(1){
	right:-100%;
}

#plataformas .blocosLinks .w33:nth-last-child(3){
	left:-100%;
	z-index:9999;
}
*/

@media (max-width: 361px){
	
	#plataformas .w100 .talk{
	    position:relative;
	    display:block;
	    width: 155px;
        margin: 30px auto 0 auto;
        right: auto;
	}
	
    #idVideo, #idVideofooter{
        zoom: 1;
    }
	
	#logo img{
        max-width: 340px;
    }
    
    .descricao .letter{
        font-size:20px;
        letter-spacing:-1px;
    }
    
    #textoSlideshow .descricao{
        font-size: 30px;
        margin-top:30px;
    }
    
    #plataformas .w100 {
        padding: 50px 0;
    }
    
    #plataformas svg{
        height: 180px;
    }
    
    #plataformas .w33 {
        width: 100%;
        margin-top: 100px;
    }
    
    #plataformas .w33 svg {
        height: 120px;
        max-width: 210px;
    }
    
    #plataformas .w33:nth-last-child(1) svg, #plataformas .w33:nth-last-child(2) svg, #plataformas .w33:nth-last-child(3) svg {
        height: 120px;
    }
    
    .separator {
        padding-bottom: 0px;
        margin-top: 50px;
    }
    
    #plataformas svg #text path{
        stroke-dashoffset: 0;
    }
    
    #copy .g-content{
        font-size:12px;
    }
	
	#plataformas .w33,#logos .w50{
		position:relative !important;
		width:100%;
		padding:20px 0px;
	}
	
	/*
	.animatable{
		visibility:visible !important;
	}*/
	
	#logos .w50{
		margin-top: 50px;
	}
	
	#logos .w100 svg{
		height:100px;
	}
	
	#logos .w50 svg {
		height: 75px;
	}
	
	#logos .w50:nth-last-child(2) svg{
		height: 110px;
	}
	
	/*
	#logos .w100 svg path, #logos .w50 svg path{
		fill:#e6e6e663;
	}*/
	
	#titulo, #slogan{
		font-size:22px;
	}
	
	#slogan{
		padding: 0px 0px 30px;
	}
	
	#plataformas .blocosLinks .w33.animated, #logos .w50.animated{
		-webkit-animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		-ms-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
}

@media (min-width: 362px) and (max-width: 469px){
	
	#plataformas .w100 .talk{
	    position:relative;
	    display:block;
	    width: 155px;
        margin: 30px auto 0 auto;
        right: auto;
	}
	
    #idVideo, #idVideofooter{
        zoom: 1;
    }
	
	 #logo img{
        max-width: 340px;
    }
    
    .descricao .letter{
        font-size:20px;
        letter-spacing:-1px;
    }
    
    #textoSlideshow .descricao{
        font-size: 30px;
        margin-top:30px;
    }
    
    #plataformas .w100 {
        padding: 50px 0;
    }
    
    #plataformas svg{
        height: 180px;
    }
    
    #plataformas .w33 {
        width: 100%;
        margin-top: 100px;
    }
    
    #plataformas .w33 svg {
        height: 120px;
        max-width: 210px;
    }
    
    #plataformas .w33:nth-last-child(1) svg, #plataformas .w33:nth-last-child(2) svg, #plataformas .w33:nth-last-child(3) svg {
        height: 120px;
    }
    
    .separator {
        padding-bottom: 0px;
        margin-top: 50px;
    }
    
    #plataformas svg #text path{
        stroke-dashoffset: 0;
    }
    
    #copy .g-content{
        font-size:12px;
    }
	
	#plataformas .w33,#logos .w50{
		position:relative !important;
		width:100%;
		padding:20px 0px;
	}
	
	/*
	.animatable{
		visibility:visible !important;
	}*/
	
	#logos .w50{
		margin-top: 50px;
	}
	
	#logos .w100 svg{
		height:100px;
	}
	
	#logos .w50 svg {
		height: 75px;
	}
	
	#logos .w50:nth-last-child(2) svg{
		height: 110px;
	}
	
	/*
	#logos .w100 svg path, #logos .w50 svg path{
		fill:#e6e6e663;
	}*/
	
	#titulo, #slogan{
		font-size:22px;
	}
	
	#slogan{
		padding: 0px 0px 30px;
	}
	
	#plataformas .blocosLinks .w33.animated, #logos .w50.animated{
		-webkit-animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		-ms-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
	
	
}

@media (min-width: 470px) and (max-width: 591px){
	
	#plataformas .w100 .talk{
	    position:relative;
	    display:block !important;
	    width: 200px;
        margin: 30px auto 0 auto;
        font-size: 16px;
        right: auto;
	}
	
    #idVideo, #idVideofooter{
        zoom: 1;
    }
	
	#logo img{
        max-width: 440px;
    }
    
    .descricao .letter{
        font-size:25px;
        letter-spacing:-1px;
    }
    
    #textoSlideshow .descricao{
        font-size: 30px;
        margin-top:30px;
    }
    
    #plataformas .w100 {
        padding: 50px 0;
    }
    
    #plataformas svg{
        height: 230px;
    }
    
    #plataformas .w33 {
        width: 100%;
        margin-top: 100px;
    }
    
    #plataformas .w33 svg {
        height: 150px;
        max-width: 280px;
    }
    
    #plataformas .w33:nth-last-child(1) svg, #plataformas .w33:nth-last-child(2) svg, #plataformas .w33:nth-last-child(3) svg {
        height: 150px;
    }
    
    .separator {
        padding-bottom: 0px;
        margin-top: 50px;
    }
    
    #plataformas svg #text path{
        stroke-dashoffset: 0;
    }
    
    #copy .g-content{
        font-size:12px;
    }
	
	#plataformas .w33,#logos .w50{
		position:relative !important;
		width:100%;
		padding:20px 0px;
	}
	
	/*
	.animatable{
		visibility:visible !important;
	}*/
	
	#logos .w50{
		margin-top: 50px;
	}
	
	#logos .w100 svg{
		height:110px;
	}
	
	#logos .w50 svg {
		height: 75px;
	}
	
	#logos .w50:nth-last-child(2) svg{
		height: 110px;
	}
	
	/*
	#logos .w100 svg path, #logos .w50 svg path{
		fill:#e6e6e663;
	}*/
	
	#titulo, #slogan{
		font-size:25px;
	}
	
	#slogan{
		padding: 0px 0px 30px;
	}
	
	#plataformas .blocosLinks .w33.animated, #logos .w50.animated{
		-webkit-animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		-ms-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
}

@media (min-width: 592px) and (max-width: 767px){
	
	#plataformas .w100 .talk{
	    position:relative;
	    display:block;
	    width: 200px;
        margin: 30px auto 0 auto;
        font-size: 16px;
        right: auto;
	}
	
    #idVideo, #idVideofooter{
        zoom: 1;
    }
	
	#logo img{
        max-width: 500px;
    }
    
    .descricao .letter{
        font-size:28px;
        letter-spacing:-1px;
    }
    
    #textoSlideshow .descricao{
        font-size: 30px;
        margin-top:30px;
    }
    
    #plataformas .w100 {
        padding: 20px 0 50px 0;
    }
    
    #plataformas svg{
        height: 200px;
    }
    
    #plataformas .w33 svg {
        height: 110px;
        width: 155px;
    }
    
    #plataformas .w33:nth-last-child(1) svg, #plataformas .w33:nth-last-child(2) svg, #plataformas .w33:nth-last-child(3) svg {
        height: 170px;
        width: 121px;
    }
    
    #copy .g-content{
        font-size: 15px;
    }
	
	/*
	.animatable{
		visibility:visible !important;
	}*/
	
	#logos .w50 svg {
		height: 100px;
	}
	
	#titulo, #slogan{
		font-size:30px;
	}
	
	#slogan{
		padding:30px 0px 0px;
	}
}

@media (min-width: 768px) and (max-width: 958px){
	
	#plataformas .w100 .talk {
        margin-left: 50px;
	}
	
    #idVideo, #idVideofooter{
        zoom: 1;
    }
	
	#logo img{
        max-width: 500px;
    }
	
	#plataformas .w33 svg {
        height: 135px;
        max-width: 190px;
    }
    
    .descricao .letter {
        font-size: 26px;
    }
    
    #textoSlideshow .descricao{
        font-size: 40px;
        margin-top:40px;
    }
    
    #plataformas .w33:nth-last-child(1) svg, #plataformas .w33:nth-last-child(2) svg, #plataformas .w33:nth-last-child(3) svg {
        height: 180px;
    }
	
	/*
	.animatable{
		visibility:visible !important;
	}*/
	
	#logos .w50 svg {
		height: 100px;
	}
	
	#titulo, #slogan{
		font-size:30px;
	}
	
	#slogan{
		padding:30px 0px 0px;
	}
}

@media (min-width: 959px) and (max-width: 1199px){
	
    #idVideo, #idVideofooter{
        zoom: 1;
    }
	
	#logo img{
        max-width: 550px;
    }
    
    #plataformas .w33 svg {
        height: 170px;
        max-width: 220px;
    }
    
    #plataformas .w33:nth-last-child(1) svg, #plataformas .w33:nth-last-child(2) svg, #plataformas .w33:nth-last-child(3) svg {
        height: 195px;
    }
	
	#logos .w50 svg {
		height: 100px;
	}
	
	#titulo, #slogan{
		font-size:30px;
	}
	
	#slogan{
		padding:30px 0px 0px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px){

    #idVideo, #idVideofooter{
        zoom: 1;
    }
	
}

@media (min-width: 1440px) and (max-width: 1599px){

    #idVideo, #idVideofooter{
        zoom: 1;
    }
    
}

@media (min-width: 1600px) and (max-width: 1799px){
    #idVideo, #idVideofooter{
        zoom: 1;
    }
}


@media (min-width: 1800px){
	
}