footer {
	background-color: #ebeff3;
	padding: 0px 0px!important;
	padding-top: 15px!important;
}

footer nav {
	text-align: right; margin-top: 10px; width: 100%; display: table-cell!important; vertical-align: middle; float: none!important;
}

footer p {
	padding: 15px 0px 5px 0px;
	color: #666666;
	font-size: 15px;
}

footer .sac-box {
	display: inline-block; float: right; margin-bottom: 0px; font-size: 38px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 15px; margin-top: 30px; min-width: 400px; height: auto; min-width: 410px; height: auto; padding: 3px 5px;
}

footer .sac-box img {
	width: 100px;
}

footer .box-positivamente {
	clip-path: polygon(0% 0, 100% 0, 80% 100%, 0% 100%);
    background-color: rgba(255,255,255, 0.5);
    padding-left: 2.5%;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .medal {
	display: table; margin-left: auto; margin-right: 0px; width: 100%; text-align: right; height: 100%; padding-bottom: 20px;
}

footer .medal a {
	display: table-cell; vertical-align: middle;
}

.section-statistics .progress-container .progress .progress-bar {
	border-radius: 15px;
}

.section-statistics .progress-container .progress {
	border-radius: 15px;
	background: #ffffff;
	box-shadow: inset 0px 0px 7px -1px rgba(0, 0, 0, .9);
}

.section-statistics .progress-container .progress .progress-bar.pb-1 {
	background-color: #0073a8;
}

.section-statistics .progress-container .progress .progress-bar.pb-2 {
	background-color: #ff3a76;
}

.section-statistics .progress-container .progress .progress-bar.pb-3 {
	background-color: #ffaf46;
}

.section-statistics .progress-container .progress .progress-bar.pb-4 {
	background-color: #f9534b;
}

.section-highlights .card .date {
	color: #ffffff;
    background-color: #0097de;
    left: 15px;
    top: 130px;
    height: 65px;
    width: 65px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
}

.section-highlights .card .card-footer .read-more {
	color: #0097c1;
	text-align: right;
	outline: none!important;
	cursor: pointer;
}

.section-highlights .card .card-footer .read-more i {
	transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    margin-left: 0px;
    margin-right: 15px;
}

.section-highlights .card:hover .card-footer .read-more i {
	margin-left: 15px;
    margin-right: 0px;
}

.section-highlights {
	background: linear-gradient(to bottom, #00abdc 0%,#1562a0 100%);
}

.slick-dots li button:before {
	background-color: #ffffff;	
	font-size: 12px;
    color: #ffffff;
    font-family: verdana;
    border: 2px solid #ffffff;
    width: 20px;
    height: 20px;
    opacity: .75;
    box-shadow: 0px 0px 3px -1px #000;
}

.slick-dots li.slick-active button:before {	
	border: 2px solid #0097de;
    background-color: #0097de;
    color: #ffffff;
    opacity: 1;
}

.section-complexo .title {
	background-color: #3ec3f1;
	/*background-image: url('../img/nuvem1.png'), url(../img/nuvem2.png);
  	background-position: left top,right bottom;
  	background-repeat: no-repeat, no-repeat;*/
  	background-image: url('../img/nuvens.webp');
  	background-position: center;
  	background-repeat: no-repeat, no-repeat;
  	background-size: cover;
	font-size: 22px;
}

.section-complexo .title:before {
	content: " ";
	background: linear-gradient(60deg, #3ec3f1, #ffffff, #3ec3f1);
	position: absolute;
    top: 0px;
    left: 0px;
    height: 1px;
    width: 100%;
}

.section-complexo .title b {
	font-size: 36px;
	margin-bottom: 10px;
    display: block;
}



.main-content-arrow-effect {
	position: absolute;
    width: 90px;
    height: 50px;
    left: 50%;
    margin-left: -40px;
    top: -22px;
    border-top: 4px solid #fff;
    animation: pingbox 1.5s ease infinite;
    display: none;
}

.arrow-effect-content {
	position: absolute;
    margin: auto;
    top: -31px;
    left: 0px;
    right: 0;
    width: 63px;
    height: 63px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    /*animation: pingcontent 1.5s ease infinite;*/
}

.arrow-effect {
	position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffffff;
    top: 4px;
    left: 50%;
    margin-left: -30px;
    /*animation: ping 1.5s ease infinite;*/
}

@keyframes pingbox {
	0%   { transform: translateY(0); }
    50%  { transform: translateY(10px); }
    100% { transform: translateY(0); }
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.section-complexo .title {
	padding: 30px 0px;
	border-top: none;
	border-bottom: none;
}

.section-features {
    background-color: #f2f7fb;
    position: relative;
    padding-bottom: 30px;
}

.section-features .new-triangule {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-right: 100px solid transparent;
}

.section-features .new-triangule-right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-left: 100px solid transparent;
}

.section-features.section-features-text {
    background-color: #ffffff;
}

.section-features .card {
	box-shadow: 5px 5px 8px -1px rgba(0, 0, 0, 0.5);
	margin-bottom: 0px;
}

.section-features.section-features-text .card {
	box-shadow: none;
}

.section-highlights .card .thumbnail-bg {
	transition: all .8s ease-out;
	-webkit-transition: all .8s ease-out;
}

.section-highlights .card:hover .thumbnail-bg {	
	transform: scale(1.05);
}

.section-features .card .thumbnail {
	transition: all .8s ease-out;
	-webkit-transition: all .8s ease-out;
}

.section-features .card .thumbnail:hover {
	transform: scale(1.05);
}

.section-features .card .title {
	color: #00bde9;
}

.section-features .card .title {
	margin-top: 0px;
}

.section-features .title h2 {
	font-size: 36px;
}

.section-features .sub-title {
	font-size: 22px;
}

.section-statistics .numbers h2.title {
	font-size: 26px;
}

.btn-primary {
	background-color: #007dc6;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #1562a0;
}

#acessibilidadeModal .modal-content {
	color: #555555;
	background-color: #ffffff;
}

#btn-back-top {
	width: 38px;
    height: 38px;
    min-width: auto;
    line-height: 38px;
    position: fixed;
    bottom: -105%;
    right: 50px;
    font-size: 14px;
    border-radius: 10px!important;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #366bc3;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    transition: all 500ms ease;
}

#btn-back-top:hover {
	background: #1562a0;
	color: #ffffff;
}

.back-to-top.visible #btn-back-top {
	bottom: 40px;
}

.cookies {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	background-color: #fff;
	display: table;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index: 100000;
}

.cookies .row {
	height: 100%;
}

.cookies .content {
	display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.cookies .right-col {
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #007dc6;
}

.cookies .descrition-content {
	display: table;
    height: 100%;
    width: 100%;
    padding: 0px 20px;
}

.cookies .descrition-content .descrition-box {
	display: table-cell;
    vertical-align: middle;
}

.cookies .descrition-content .descrition-box p {
	margin-bottom: 0px;
	font-size: 18px;
}

.cookies .descrition-content .descrition-box p.description {
	font-size: 14px;
}

.cookies .descrition-content .descrition-box a {
	color: #007dc6;
}

.cookies .btn-content {
	display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.cookies .btn-content .btn-box {
	display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.cookies .btn-content .close-cookies {
	font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0px;
    background-color: transparent;
    border: none;
    outline: none!important;
}

.cookies a.btn {
	font-size: 20px;
    color: #ffffff;
    background-color: transparent;
    display: block;
    height: 100%;
    margin-right: 50px;
    padding: 45px 0px 45px 60px;
    text-align: left;
}

.cookies a.btn:hover, .cookies a.btn:active, .cookies a.btn:focus {
	background-color: transparent;
	color: #ffffff;
}

.cookies a.btn i {
	transition: all .5s ease;
}

.cookies a.btn:hover i, .cookies a.btn:active i, .cookies a.btn:focus i {
	margin-left: 20px;
}

a {
	outline: none!important;
}

p {
	outline: none!important;	
}

.section-highlights .title h2 {
	display: inline-block;
}

.section-highlights .title a {
	display: inline-block;
    float: right;
    border: 2px solid #ffffff;
    padding: 7px 15px;
    text-decoration: none;
    margin-top: 20px;
    transition: all .3s ease;
}

.section-highlights .title a:hover {
	background-color: #ffffff;
    color: #0097c8;
}

.section-videos {
	background: linear-gradient(to right, #ffffff, #ffffff, #cfd7da, #cbaabf);
}

.section-videos .title h2 {
	color: #00bde9;
	margin-top: 20px;
	display: inline-block;
}

.section-videos .title a {
	display: inline-block;
    float: right;
    border: 2px solid #00bde9;
    color: #00bde9;
    padding: 7px 15px;
    text-decoration: none;
    margin-top: 20px;
    transition: all .3s ease;
}

.section-videos .title a:hover {
	background-color: #00bde9;
    color: #ffffff;
}

@import "compass/css3";

.menu-share {
	filter: url('#shadowed-goo');
}

.menu-share-item, .menu-share-open-button {	
	background: #f4f4f4;	
	border-radius: 100%;
	width: 25px;
    height: 25px;
	margin-left: 0px;
	position: absolute;
	top: 0px;
	margin-bottom: 0px;
	right: 0px;
	color: white;
	text-align: center;
	line-height: 80px;
	transform: translate3d(0, 0, 0);
	transition: transform ease-out 200ms;
}

.menu-share-item.fb-share {
	background-color: #3b5998;
}

.menu-share-item.fb-share:hover {
	background-color: #2b406e;
	color: #fff;
}

.menu-share-item.linkedin-share {
	background-color: #0084bf;
}

.menu-share-item.linkedin-share:hover {
	background-color: #005780;
	color: #fff;
}

.menu-share-item i {
	position: absolute;
	top: 4px;
    left: 8px;
    font-size: 16px;
}

.menu-share-item.linkedin-share i {
	left: 6px;
}

.menu-share-open {
	 display: none;
}
 .hamburger {
	 width: 25px;
	 height: 3px;
	 background: white;
	 display: block;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-left: -12.5px;
	 margin-top: -1.5px;
	 transition: transform 200ms;
}
 .hamburger-1 {
	 transform: translate3d(0, -8px, 0);
}
 .hamburger-2 {
	 transform: translate3d(0, 0, 0);
}
 .hamburger-3 {
	 transform: translate3d(0, 8px, 0);
}
 .menu-share-open:checked + .menu-share-open-button .hamburger-1 {
	 transform: translate3d(0, 0, 0) rotate(45deg);
}
 .menu-share-open:checked + .menu-share-open-button .hamburger-2 {
	 transform: translate3d(0, 0, 0) scale(0.1, 1);
}
 .menu-share-open:checked + .menu-share-open-button .hamburger-3 {
	 transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu-share {
	position: absolute;
	right: 0px;
	padding-left: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 20px;
	text-align: right;
}
 .menu-share-item:hover {
	 background: white;
	 color: #00bcd4;
}
 .menu-share-item:nth-child(3) {
	 transition-duration: 180ms;
}
 .menu-share-item:nth-child(4) {
	 transition-duration: 180ms;
}
 .menu-share-item:nth-child(5) {
	 transition-duration: 180ms;
}
 .menu-share-item:nth-child(6) {
	 transition-duration: 180ms;
}
 .menu-share-open-button {
	 z-index: 2;
	 transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	 transition-duration: 400ms;
	 transform: scale(1.1, 1.1) translate3d(0, 0, 0);
	 cursor: pointer;
}

 .menu-share-open-button i {
	position: absolute;
    top: 4px;
    left: 5px;
    font-size: 16px;
    color: #cdcdcd;
}

.menu-share-open-button:hover {
	transform: scale(1.2, 1.2) translate3d(0, 0, 0);
	background: #00bcd4;
}

.menu-share-open-button:hover i {
	color: #fff;
}

.menu-share-open:checked + .menu-share-open-button {
	transition-timing-function: linear;
	transition-duration: 200ms;
	transform: scale(1.2, 1.2) translate3d(0, 0, 0);
	background: #00bcd4;
}
.menu-share-open:checked + .menu-share-open-button i {
	color: #fff;
}


 .menu-share-open:checked ~ .menu-share-item {
	 transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 .menu-share-open:checked ~ .menu-share-item:nth-child(3) {
	 transition-duration: 190ms;
	 transform: translate3d(0, 30px, 0);
}
 .menu-share-open:checked ~ .menu-share-item:nth-child(4) {
	 transition-duration: 290ms;
	 transform: translate3d(0, 60px, 0);
}
 .menu-share-open:checked ~ .menu-share-item:nth-child(5) {
	 transition-duration: 390ms;
	 transform: translate3d(0, 90px, 0);
}
 .menu-share-open:checked ~ .menu-share-item:nth-child(6) {
	 transition-duration: 490ms;
	 transform: translate3d(0, 120px, 0);
}

.card.video {
	box-shadow: none;
	background-color: transparent;
	border-top: 4px solid #00bde9;
}

.card.video:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 230px;
	width: 4px;
	background-color: #00bde9;
	z-index: 1;
}

.card.video:after {
	content: " ";
	position: absolute;
	top: 0px;
	right: 0px;
	height: 230px;
	width: 4px;
	background-color: #00bde9;
}

.card.video .thumbnail-bg {
	width: 100%;
    height: 230px;
    background-color: #f2f2f2;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
}

.card.video:hover .thumbnail-bg {
	transform: scale(1.05);
}

.card.video .play-icon {
	position: absolute;
    left: 50%;
    top: 88px;
    font-size: 55px;
    color: #fe0002;
    display: flex;
    cursor: pointer;
    margin-left: -23px;
    opacity: 0;
    transition: opacity .3s ease;
}

.card.video:hover .play-icon {
	opacity: 1;
	animation-name: pulse;
	animation-duration: 1.5s; 
	animation-timing-function: ease-out; 
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

.card.video .share-content {
	background-color: #f4f4f4;
    position: relative;
    padding: 5px 10px 5px 0px;
    border-top: 4px solid #00bde9;
}

.card.video .share-content .data {
	color: #555;
	display: inline-block;
	width: auto;
	max-width: 100%;
	width: 100%;
}

.card.video .share-content .data .video-content {
	margin-left: 30px;
}

.card.video .share-content .data span {

}

.card.video .share-content .data button {
	background-color: #ee1118;
    height: 20px;
    width: 20px;
    min-width: auto;
    padding: 0px;
    position: relative;
    margin-right: 5px;
}

.card.video .share-content .data span:after {
	
}

.card.video .share-content .data button i {
	font-size: 14px;
    position: absolute;
    top: 3px;
    left: 3px;
    line-height: normal;
}

.card.video .share-content .share {
	display: inline-block;
    position: absolute;
    right: 5px;
    height: 27px;
    width: 50px;
}

.card.video .video-content {
	display: inline-block;
}

.card.video .video-content .title {
	margin-top: 2px;
    height: auto;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: #00bde9;
    margin-bottom: 0px;
    padding: 0px 0px;
}

.card.video .video-content .description {
	min-height: 55px;
	height: auto;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.card.video .video-content .video-language {
	margin: 0px 5px 0px 0px;
    /*border-top: 1px solid #eaeaea;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

.card.video .video-content .video-language ul {
	margin-bottom: 0px;
    padding: 0px 5px 0px 0px;
    display: flex;
    min-height: 21px;
}

.card.video .video-content .video-language ul li {
	float: left;
    list-style: none;
    margin-right: 10px;
    border-right: 1px solid #9a9a9a;
    padding-right: 10px;
}

.card.video .video-content .video-language ul li:last-child {
	border-right: none;
}

.card.video .video-content .video-language ul li a {
	color: #9a9a9a;
	cursor: pointer;
	transition: all .3s ease;
}

.card.video .video-content .video-language ul li a.active, .card.video .video-content .video-language ul li a:hover {
	color: #00bde9;
}

.YouTubePopUp-Wrap {
    padding: 30px;
}

.close-button {
    height: 30px;
    width: 30px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.close-button:before, .close-button:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10.5px;
    display: block;
    height: 2px;
    width: 20px;
    background-color: #007dc6;
    transition: all 0.25s ease-out;
}

.close-button:after {
    transform: rotate(-135deg);
}

.close-button:hover:before, .close-button:hover:after {
    transform: rotate(0deg);
}

.YouTubePopUp-Close {
    top: 5px;
    left: 5px;
}

.progress-container+.progress-container, .progress-container~.progress-container {
	margin-top: 35px;
}

.floating-sac {
	position: fixed;
    right: 0px;
    top: 15%;
    z-index: 1000000;
    width: 50px;
    height: 50px;
    background-color: #1562a0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    transition: all .5s ease-out;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
}

.floating-sac.active {
	width: 250px;
    height: 67px;
}

.floating-sac .sac-box {
	width: 50px;
    height: 50px;
    min-width: auto;
    transition: all .5s ease-out;
}

.floating-sac.active .sac-box {
	width: 250px;
    margin-bottom: 0px;
    display: table;
}

.floating-sac .sac-box img {
	padding: 10px;
	width: 50px;
	height: auto;
	transition: all .5s ease-out;
}

.floating-sac.active .sac-box img {
	padding: 10px;
    width: 65px;
    height: auto;
}

.floating-sac .sac-box font {
	opacity: 0;
	font-size: 0px;
    line-height: 0px!important;
    vertical-align: middle;
    display: table-cell;    
	transition: all .5s ease-out;
}

.floating-sac.active .sac-box font {
	opacity: 1;
	font-size: 21px;
	line-height: 26px!important;
}

.box-acessibilidade {
	background-color: #007dc6;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.box-acessibilidade h3 {

}

.box-acessibilidade p {

}

.box-acessibilidade p.subtitle {
	margin-bottom: 0px;
}

p.copyright {
	position: relative;
    float: none!important;
    font-size: 13px!important;
    color: #666666;
    margin-left: 20px;
}

footer .social-network-content {
	position: absolute;
    right: 30px;
    bottom: 10px;
}

footer .social-network-content a {
	border: 3px solid #0097de;
    background-color: #0097de;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 1px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease;
}

footer .social-network-content a i {
	font-size: 12px;
}

footer .social-network-content a:hover {
	border-color: #3b629e;
    background-color: #3b629e;
    color: #ffffff!important;
}

.bottom-footer {
	padding-top: 10px;
    padding-bottom: 10px;    
}

.footer-divisor {
	width: 100%;
	height: 1px;
	background-color: #dee1e6;
}

.btn-footer {
	color: #003366!important;
    display: inline-block;
    border: 1px solid;
    padding: 12px 30px 12px 43px;
    margin-top: 30px;
    border-radius: 5px;
    text-decoration: none!important;
    width: 250px;
    max-width: 100%;
    font-size: 13px!important;
}

.btn-footer i {
	margin-left: 5px;
	transition: all .3s ease;
}

.btn-footer:hover i {
	margin-left: 10px;
}

.footer-title {
	color: #003366;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-menu-list {
	margin-top: 30px;
}

.footer-menu-list li {
	display: block!important;
	position: relative;
}

.footer-menu-list li a {
	color: #003366!important;
	font-size: 11px!important;
	display: block;
    padding: 2px 0px 2px 15px!important;
}

.footer-menu-list li a i {
	font-size: 9px;
    padding-left: 0px;
    padding-right: 5px;
    transition: all .3s ease;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
}

.footer-menu-list li a:hover i {
	padding-left: 2px;
	padding-right: 3px;
}

.btn-positivamente {
	color: #666666!important;
    font-size: 15px!important;
    margin-top: 20px;
    text-align: center;
    display: block;
    text-decoration: none!important;
}

.btn-positivamente i {
	font-size: 9px;
	padding-left: 0px;
	padding-right: 5px;
	transition: all .3s ease;
}

.btn-positivamente:hover i {
	padding-left: 2px;
	padding-right: 3px;

}

.positivamente-box {
	background: linear-gradient(60deg, #eaeef2, #dce3ea);
    padding: 15px 15px;
    border-radius: 10px;
}

.bottom-footer .right-border {
	border-right: 1px solid #dee1e6;
}

@media (max-width: 991px) {
	.floating-sac {
		display: none;
	}
}

@media (max-width: 360px) {
	.btn-footer {
      font-size: 9px!important;
    }
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		
	}
	100% {
		transform: scale(1.2);
	}
}

@media (max-width: 768px){
	.cookies a.btn {
	    padding: 10px 0px 10px 60px;
	}
}