:root {
	--cor-primaria: #2299dd;
	--cor-secundaria: #BA07DA;
	--cor-terciaria: #00243D;
}

/********** topo **********/
	body {
		overflow-x: hidden;
	}
	/***** menu-principal *****/
		.nav-principal {
			background: transparent;
			margin: 0px;
			border: 0px;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			position: absolute;
			z-index: 111;
			width: 100%;
		}
			.nav-principal a.brand {
				display: block;
				width: 110px;
				height: 58px;
				background: url('/Assets/img/logo.png') center center no-repeat;
				background-size: 110px 58px;
				padding-top: 30px;
				margin-top: 57px;
				filter: brightness(0) invert(1);
			}
		.nav-principal span.icon-bar {
			background: #fff;
			width: 30px;
			height: 4px;
		}
		a.btn.btn-topo {
			border: 1px solid #fff;
			color: #fff;
			padding: 7px 26px;		
			margin-top: 56px;
			-webkit-transition: 200ms linear;
			-moz-transition: 200ms linear;
			-ms-transition: 200ms linear;
			-o-transition: 200ms linear;
			transition: 200ms linear;
		}
		a.btn.btn-topo:hover,
		a.btn.btn-topo:focus {
			border: 1px solid #fff;
			color: #005595;
			background: #fff;
		}
		/***** level-1 *****/
			.nav-principal li.level-1 {
				position: relative;
			}
			.nav-principal li.level-1 .fa {
				font-size: 14px;
				color: #005595;
				display: none;
				position: absolute;
				top: 50%;
				bottom: auto;
				right: 15px;
				transform: translate(0%, -50%);
			}
			.nav-principal .nav > li.level-1 > a {
				font-weight: 400;
				font-size: 15px;
				color: #fff;
				text-transform: uppercase;
				padding: 25px 27px 25px 27px;
				margin: 42px 0px 0px 0px;
				position: relative;
				background: url('img/menu-bkg.png') center right no-repeat;
			}
				.nav-principal .nav > li.level-1 > a:hover {
					color: #fff;
					background: url('img/menu-bkg.png') center right no-repeat;
					text-decoration: underline;
				}
				.nav-principal .nav > li.level-1 > a:focus {
					color: #fff;
					background: url('img/menu-bkg.png') center right no-repeat;
				}
			.nav-principal .nav > li.level-1:first-child > a {
				border-left: 1px solid #4da9d2;
				margin: 42px 0px 0px 30px;
			}
			.nav-principal .nav > li.level-1:last-child > a {
				background: none;
			}
				.nav-principal .nav > li.level-1:last-child > a:hover {
					background: none;
				}
				.nav-principal .nav > li.level-1:last-child > a:focus {
					background: none;
				}
			.nav-principal .nav > li.level-1.active > a {
				
			}
				.nav-principal .nav > li.level-1.active > a:hover {
					background: url('img/menu-bkg.png') center right no-repeat;
					text-decoration: underline;
				}
				.nav-principal .nav > li.level-1.active > a:focus {
					background: url('img/menu-bkg.png') center right no-repeat;
				}
				.nav-principal .nav > li.level-1.active:last-child > a:hover {
					background: none;
				}
				.nav-principal .nav > li.level-1.active:last-child > a:focus {
					background: none;
				}
			.nav-principal .nav > li.level-1.active > a span {
			}
		/***** level 2 parent item *****/
			.nav .open > a, 
			.nav .open > a:focus, 
			.nav .open > a:hover {
				background: transparent;
			}
			.nav-principal .nav > li.level-1.dropdown.open > a:focus {
				background: url('img/menu-bkg.png') center right no-repeat;
			}
		/***** level 2 *****/
			.nav-principal li.level-2 {
				position: relative;
			}
			.nav-principal li.level-2 .fa {
				font-size: 14px;
				color: #005595;
				display: block;
				position: absolute;
				top: 50%;
				bottom: auto;
				right: 15px;
				transform: translate(0%, -50%);
			}
			.nav-principal .dropdown .dropdown-menu {
				padding: 0px;
				background: #f1f1f1;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
				-webkit-box-shadow: none;
				-moz-box-shadow:    none;
				box-shadow:         none;
				min-width: 267px;
				top: 100%;
				left: 50%;
				right: auto;
				transform: translate(-50%, 0%);
			}
			.nav-principal .dropdown:last-child .dropdown-menu {
				left: auto;
				right: 0%;
			}
			.nav-principal .dropdown .dropdown-menu:before {
				position: absolute;
				top: -11px;
				left: 50%;
				right: auto;
				transform: translate(-50%, 0%);
				display: inline-block;
				border-right: 0px solid transparent;
				border-bottom: 0px solid #ccc;
				border-left: 0px solid transparent;
				content: '';
			}
			.nav-principal .dropdown .dropdown-menu:after {
				position: absolute;
				top: -11px;
				left: 50%;
				right: auto;
				transform: translate(-50%, 0%);
				border-right: 12px solid transparent;
				border-bottom: 11px solid #f1f1f1;
				border-left: 12px solid transparent;
				content: '';
			}
			.nav-principal .dropdown .dropdown-menu > li.level-2 > a {
				font-weight: 400;
				font-size: 15px;
				color: #005595;
				text-transform: uppercase;
				padding: 15px 62px 15px 31px;
				position: relative;
			}
				.nav-principal .dropdown .dropdown-menu > li.level-2:hover > a {
					color: #fff;
					background: #005595;
				}
				.nav-principal .dropdown .dropdown-menu > li.level-2:hover > a .fa {
					color: #fff;
				}
			.nav-principal .dropdown .dropdown-menu > li.level-2:first-of-type > a {
				-webkit-border-top-left-radius: 0px;
				-webkit-border-top-right-radius: 0px;
				-moz-border-radius-topleft: 0px;
				-moz-border-radius-topright: 0px;
				border-top-left-radius: 0px;
				border-top-right-radius: 0px;
			}
			.nav-principal .dropdown .dropdown-menu > li.level-2:last-of-type > a {
				border-bottom: none;
				-webkit-border-bottom-right-radius: 0px;
				-webkit-border-bottom-left-radius: 0px;
				-moz-border-radius-bottomright: 0px;
				-moz-border-radius-bottomleft: 0px;
				border-bottom-right-radius: 0px;
				border-bottom-left-radius: 0px;
			}
			/***** level 3 parent item *****/
				.nav-principal .dropdown .dropdown-menu > li.level-2.active > a {
					color: #005595;
					background: #d6d6d6;
					border-bottom: none;
					-webkit-border-bottom-right-radius: 0px;
					-webkit-border-bottom-left-radius: 0px;
					-moz-border-radius-bottomright: 0px;
					-moz-border-radius-bottomleft: 0px;
					border-bottom-right-radius: 0px;
					border-bottom-left-radius: 0px;
				}
				.nav-principal .dropdown .dropdown-menu>li>a:hover {
					color: #fff;
					text-decoration: none;
					background: transparent;
				}
				.nav-principal .dropdown .dropdown-menu > li.level-2.active > a:focus .fa, 
				.nav-principal .dropdown .dropdown-menu > li.level-2.active > a:hover .fa {
					color: #005595;
				}
			/***** level 3 *****/
				li.level-3 {
					position: relative;
				}
				li.level-3 .fa {
					font-size: 14px;
					color: #fff;
					display: block;
					position: absolute;
					top: 50%;
					bottom: auto;
					right: 15px;
					transform: translate(0%, -50%);
				}
				.nav-principal .dropdown .dropdown-menu .well {
					min-height: 0px;
					padding: 0px;
					margin: 0px;
					background: #013f6c;
					border: none;
					-webkit-border-radius: 0px;
					-moz-border-radius: 0px;
					border-radius: 0px;
					-webkit-box-shadow: none;
					-moz-box-shadow:    none;
					box-shadow:         none;
				}
				.nav-principal .dropdown .dropdown-menu .well.last,
				.nav-principal .dropdown .dropdown-menu .well.last > li.level-3:last-child,
				.nav-principal .dropdown .dropdown-menu .well.last > li.level-3:last-child > a{
					-webkit-border-bottom-right-radius: 0px;
					-webkit-border-bottom-left-radius: 0px;
					-moz-border-radius-bottomright: 0px;
					-moz-border-radius-bottomleft: 0px;
					border-bottom-right-radius: 0px;
					border-bottom-left-radius: 0px;
				}
				.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a {
					font-size: 14px;
					color: #fff;
					text-transform: uppercase;
					background: #013f6c;
					padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px;
				    display: block;
					position: relative;
				}
					.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a:hover,
					.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a:focus {
						background: #005595;
					}
				.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a span {
					display: block;
					border-bottom: 1px solid #bbbbbb;
					padding: 15px 40px 15px 40px;
					margin: 0px 12px 0px 12px;
				}
					.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a:hover span,
					.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a:focus span{
						border-bottom: 1px solid transparent;
					}
				.nav-principal .dropdown .dropdown-menu .well > li.level-3:last-child > a span {
					border-bottom: 1px solid transparent;
				}
					@media (max-width: 1200px) {
						.nav-principal .nav > li.level-1 > a {
							margin: 5px 0px 0px 0px;
						}
						.nav-principal .nav > li.level-1:first-child > a {
							border-left: 1px solid #4da9d2;
							margin: 5px 0px 0px 30px;
						}
						.nav-principal a.brand {
							margin-top: 20px;
						}
						a.btn.btn-topo {
							border: 1px solid #fff;
							color: #fff;
							padding: 7px 26px;		
						    margin-top: 22px;
						}
						a.btn.btn-topo:hover,
						a.btn.btn-topo:focus {
							border: 1px solid #005595;
							color: #fff;
							background: #005595;
						}
					}
					@media (max-width: 992px) {
						.nav-principal .navbar-header {
							float: none !important;
						}
						.nav-principal .navbar-left,
						.nav-principal .navbar-right {
							float: none !important;
						}
						.nav-principal .navbar-toggle {
							display: block !important;
						}
						.nav-principal .navbar-collapse.collapsing {
							overflow-x: hidden !important;
						}
						.nav-principal .navbar-collapse.collapse {
							display: none !important;
						}
						.nav-principal .navbar-nav {
							float: none !important;
							margin: 0px;
							max-height: 300px;
						}
						.nav-principal .navbar-nav > li {
							float: none !important;
						}
						.nav-principal .collapse.in {
							display: block !important;
						}
						.nav-principal .navbar-collapse.in {
							overflow-y: overlay !important;
							overflow-x: hidden !important;
						}
						/***** submenu collapsed in a custom resolution *****/
							.nav-principal .navbar-nav .open .dropdown-menu {
								position: static;
								float: none;
								width: auto;
							}
						/***** menu-principal *****/
							.nav-principal {
								text-align: center;
								min-height: 75px;
								background: #fff;
								position: fixed;
								-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
								-moz-box-shadow:    0px 2px 10px 0px rgba(0, 0, 0, 0.25);
								box-shadow:         0px 2px 10px 0px rgba(0, 0, 0, 0.25);
							}
							.nav-principal .navbar-toggle {
								margin: 16px 15px 0px 0px;
								padding: 0px;
								top: 50%;
								bottom: auto;
								transform: translate(0%, 50%);
							}
							.nav-principal a.brand {
								background: url('img/logo-mobile.png') center center no-repeat;
								margin: 0px 0px 0px 15px;
								width: 120px;
								height: 75px;
								background-size: 110px auto;
								top: 0%;
								transform: translate(0%, 0%);
							}
							.nav-principal span.icon-bar {
								background: #005595;
							}
							a.btn.btn-topo {
								border: 1px solid #005595;
								color: #fff;
								background: #005595;
								padding: 7px 26px;
								margin-top: 0px;
								margin-bottom: 15px;
								display: block;
							}
							.navbar-right {
								margin-right: 0px;
							}
						/***** level-1 *****/
							.nav-principal li.level-1 .fa {
								display: block;
								right: 30px;
							}
							.nav-principal .nav > li.level-1 > a {
								color: #005595;
								padding: 15px 15px 15px 15px;
								margin: 0px 0px 0px 0px;
							}
								.nav-principal .nav > li.level-1 > a:hover {
									color: #005595;
									background: transparent;
								}
							.nav-principal .nav > li.level-1:first-child > a {
								border-left: none;
								margin: 0px 0px 0px 0px;
							}
							.nav-principal .nav > li.level-1.active > a span {
								padding: 0px 0px 0px 0px;
								border-bottom: 0px solid #09b5c7;
							}
						/***** level 2 parent item *****/
							.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
								background: #f1f1f1 !important;
							}
							.nav-principal .nav > li.level-1.dropdown.open > a:focus,
							.nav-principal .nav > li.level-1.dropdown.open > a:hover {
								background: #f1f1f1;
								color: #005595;
							}
						/***** level 2 *****/
							.nav-principal li.level-2 .fa {
								right: 30px;
							}
							.nav-principal .dropdown .dropdown-menu > li.level-2:hover > a .fa {
								color: #005595;
							}
							.nav-principal .dropdown .dropdown-menu {
								background: #f1f1f1;
								transform: translate(0%, 0%);
							}
							.nav-principal .dropdown .dropdown-menu:after {
								position: absolute;
								top: -11px;
								left: 50%;
								right: auto;
								transform: translate(-50%, 0%);
								border-right: 0px solid transparent;
								border-bottom: 0px solid #f1f1f1;
								border-left: 0px solid transparent;
								content: '';
							}
							.nav-principal .dropdown .dropdown-menu > li.level-2 > a {
								text-align: center;
								padding: 15px 15px 15px 15px;
							}
								.nav-principal .dropdown .dropdown-menu > li.level-2:hover > a {
									color: #005595;
									background: #f1f1f1;
								}					
						/***** level 3 parent item *****/
							.nav-principal .dropdown .dropdown-menu > li.level-2.active > a {
								color: #005595;
								background: #f1f1f1 !important;
								border-bottom: none;
								-webkit-border-bottom-right-radius: 0px;
								-webkit-border-bottom-left-radius: 0px;
								-moz-border-radius-bottomright: 0px;
								-moz-border-radius-bottomleft: 0px;
								border-bottom-right-radius: 0px;
								border-bottom-left-radius: 0px;
							} 
							.nav-principal .dropdown .dropdown-menu>li>a:hover {
								color: #fff;
								text-decoration: none;
								background: #09b5c7;
							}
						/***** level 3 *****/
							li.level-3 .fa {
								right: 45px;
							}
							.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a {
								text-align: center;
							}
								.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a:hover,
								.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a:focus {
									background: #013f6c;
								}
							.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a span {
								padding: 15px 15px 15px 15px;
							}
								.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a:hover span,
								.nav-principal .dropdown .dropdown-menu .well > li.level-3 > a:focus  span{
									border-bottom: 1px solid #bbbbbb;
								}
					}
					@media (max-width: 768px) {
						.navbar-right {
							margin-left: 25px;
						}
					}
/********** conteudo **********/
	.conteudo  .container{
		padding: 0px 0px 30px 0px;
		border-bottom: 1px solid #e7e7e7;
	}
	.conteudo .topo-intenas {
		background: var(--cor-primaria);
		padding-top: 109px;
	}
	.conteudo .topo-intenas  .container{
		border-bottom: none;
		padding: 0px 0px 0px 0px;
	}
	.conteudo .header-box {
		margin: 53px 0px 49px 0px;
	}
	.conteudo .header-box h1 {
		font-weight: 700;
		font-size: 48px;
		color: #fff;
		letter-spacing: -3px;
	}
	.conteudo .header-box-int {
		margin: 62px 0px 40px 0px;
	}
	.conteudo .header-box-int h2 {
		font-weight: 700;
		font-size: 35px;
		color: #005595;
		text-transform: uppercase;
		padding: 0px 0px 28px 0px;
	}
	.conteudo .header-box-int h3 {
		font-weight: 300;
		font-size: 24px;
		color: #757575;
		text-transform: uppercase;
		padding: 0px 0px 15px 0px;
	}
	.header-bar {
		max-width: 264px;
		height: 1px;
		background: #d5d5d5;
	}
	.conteudo p {
		font-weight: 400;
		font-size: 16px;
		color: #385a7b;
		padding: 0px 0px 0px 0px;
	    margin: 0px 0px 30px 0px;
	}
	.conteudo strong {
		font-weight: 700;
	}
	.conteudo em {
		font-style: italic;
	}
	.conteudo a,
	.conteudo a:hover,
	.conteudo a:focus {
		color: #0000ff;
		text-decoration: underline;
	}
	.conteudo blockquote {
		font-weight: 400;
		font-size: 16px;
		color: #385a7b;
		font-style: italic;
	    padding: 0px 0px 0px 35px;
	    margin: 0px 0px 30px 35px;
	    border-left: 5px solid #959595;
	}
	.conteudo ul {
		font-weight: 400;
		font-size: 16px;
		color: #385a7b;
		list-style: initial;
		padding: 0px 0px 0px 35px;
	    margin: 0px 0px 30px 0px;
	}
	.conteudo ol {
		font-weight: 400;
		font-size: 16px;
		color: #385a7b;
		list-style: decimal;
		padding: 0px 0px 0px 35px;
	    margin: 0px 0px 30px 0px;
	}
	/***** tabela *****/
		.conteudo .table-responsive {
			border: none;
			padding: 0px 0px 0px 0px;
    		margin: 0px 0px 40px 0px;
		}
		.conteudo .table {
			border: none;
			padding: 0px 0px 0px 0px;
    		margin: 0px 0px 0px 0px;
		}
		.conteudo table th {
			font-weight: 400;
			font-size: 16px;
			color: #fff;
			background-color: #005595;
			border: 2px solid #fff;
			padding: 15px 30px 15px 30px !important;
		}
		.conteudo table td {
			font-weight: 400;
			font-size: 17px;
			color: #747474;
			border: 2px solid #fff;
			padding: 16px 26px 16px 26px !important;
		}
		.conteudo table tr:nth-of-type(even) {
			background-color: #ececec;
		}
		.conteudo table tr:nth-of-type(odd) {
			background-color: #f7f7f7;
		}
	/***** galerias *****/
		.conteudo .galeria {
			margin: 0px 0px 30px 0px;
		}
		.conteudo .galeria h4 {
			font-weight: 700;
			font-size: 14px;
			color: var(--cor-primaria);
			text-transform: uppercase;
			padding: 0px 0px 10px 0px;
			margin: 0px 0px 23px 0px;
			border-bottom: 1px solid #d5d5d5;
		}
	/***** galeria imagem *****/
		.image-gallery-container {
			margin-top: 25px;
		}
		.pswp__caption__center {
			text-align: center;
		}
		.image-gallery.owl-carousel figcaption {
			display: none !important;
		}
		.image-gallery .owl-nav {
			text-align: center;
		}
		.image-gallery.owl-theme .owl-controls .owl-nav [class*=owl-] {
			text-align: center;
			margin: 15px 15px 0px 15px;
			display: inline-block;
			width: 22px;
			height: 44px;
			cursor: pointer;
		}
		.image-gallery.owl-theme .owl-controls .owl-nav [class*=owl-next]{
			 background: url('img/right.png')no-repeat center center !important;
			 color: transparent !important;
		}
		.image-gallery.owl-theme .owl-controls .owl-nav [class*=owl-prev]{
			 background: url('img/left.png')no-repeat center center !important;
			 color: transparent !important;
		}
		.pswp__button--share {
			display: none;
		}
		.pswp__counter {
			display: none;
		}
	/***** galeria video *****/
		.conteudo .galeria-video-box .galeria-video ul {
			padding: 0px 0px 0px 0px;
		}
		.conteudo .galeria-video-box .galeria-video ul li {
			list-style: none;
			display: inline-block;			
		}
		.conteudo .galeria-video-box a img {
			max-width: 200px;
			width: 100% !important;
			height: auto !important;
			margin: 2.5px 5px 2.5px 5px;
		}
		.fancybox-nav {
			width: 25%;
			height: 50%;
			top: 50%;
			bottom: auto;
			transform: translate(0%, -50%);
		}
		.fancybox-close {
			width: 36px;
			height: 36px;
			display: block;
			position: absolute;
			top: -15px;
			right: -15px;
		}
		.fancybox-title-float-wrap .child {
			font-weight: 600;
			font-size: 14px;
			color: #fff;
			text-align: center;
		}
	/***** galeria audio *****/
		.conteudo .galeria.galeria-audio-box {
			margin: 0px 0px 0px 0px;
		}
		.conteudo .galeria-audio-box .audioplayer {
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
		.conteudo .galeria-audio-box .audioplayer-bar-played {
			background: var(--cor-primaria);
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
		.conteudo .galeria-audio-box .audioplayer-volume-adjust {
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
		.conteudo .galeria-audio-box .audioplayer-volume-adjust div div {
			background: var(--cor-primaria);
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
		.conteudo .galeria-audio-box .attribution {
			padding: 15px 0px 15px 0px;
		}
		.conteudo .galeria-audio-box .attribution span {
			font-weight: 400;
			font-size: 14px;
			color: #868686;
		}
		@media (max-width: 992px) {
			.conteudo .header-box h1 {
				font-size: 55px;
			}
			.conteudo .topo-intenas {
				background: var(--cor-primaria);
				padding-top: 60px;
			}
		}
		@media (max-width: 768px) {
			.conteudo .header-box h1 {
				font-size: 45px;
			}
		}
		@media (max-width: 528px) {
			.conteudo .header-box h1 {
				font-size: 35px;
			}
		}
	/***** nav-lateral *****/
		.nav-lateral a {
			-webkit-transition: 200ms linear;
			-moz-transition: 200ms linear;
			-ms-transition: 200ms linear;
			-o-transition: 200ms linear;
			transition: 200ms linear;
		}
		.nav-lateral h5 {
			font-weight: 700;
			font-size: 14px;
			color: #868686;
			text-transform: uppercase;
			padding: 70px 0px 20px 0px;
			margin: 0px 0px 15px 0px;
			border-bottom: 1px solid #d5d5d5;
		}
		.nav-lateral ul {
			padding: 0px 0px 0px 0px;
			list-style: none;
		}
		.nav-lateral ul li.level-2 a {
			font-weight: 700;
			font-size: 15px;
			color: #363436;
			font-style: normal;
			text-transform: uppercase;
			text-decoration: none;
			padding: 15px 0px 15px 0px;
			display: block;
		}
		.nav-lateral ul li.level-2.active a {
			color: var(--cor-primaria);
		}
		.nav-lateral .well {
			padding: 0px 0px 0px 30px;
			margin: 0px;
		}
		.nav-lateral ul li.level-3 a {
			font-weight: 400;
  			font-size: 13px;
			color: #6c7969;
			font-style: normal;
			text-transform: uppercase;
			text-decoration: none;
			padding: 13px 0px 13px 0px;
			display: block;
		}
			.nav-lateral ul li.level-3 a:hover {
				text-decoration: underline;
			}
		.nav-lateral ul li.level-3.active a {
			font-weight: 700;
			color: var(--cor-primaria);
		}
			.nav-lateral ul li.level-3.active a:hover {
				text-decoration: none;
			}
			@media (max-width: 992px) {
				.nav-lateral {
					text-align: center;
				}
				.nav-lateral h5 {
					padding: 30px 0px 15px 0px;
				}
				.nav-lateral ul {
					padding: 0px 0px 0px 0px;
				}
				.nav-lateral .well {
				    padding: 0px 0px 0px 0px;
				}
			}
/***** conteudo noticia-detalhe *****/
	.conteudo .noticia-detalhe .header-box h1 {
		margin: 0px 0px 13px 0px;
	}
	.conteudo .noticia-detalhe .header-box h2 {
	    font-weight: 700;
	    font-size: 18px;
	    color: #a3a4a4;
	    text-transform: uppercase;
	}
	.conteudo .noticia-detalhe .header-box h3 {
	    font-weight: 700;
	    font-size: 18px;
	    color: #09b5c7;
	    text-transform: uppercase;
	}
	.conteudo .noticia-detalhe .header-box p {
	    font-weight: 300;
	    font-size: 18px;
	    color: #363436;
	}
	.conteudo .noticia-detalhe .btn-box {
	    text-align: right;
	}
	.conteudo .noticia-detalhe a.btn-custom {
	    font-weight: 700;
	    font-size: 18px;
	    color: #363436;
	    text-transform: uppercase;
	    text-decoration: none;
	    padding: 23px 0px 0px 0px;
	}
	.conteudo .noticia-detalhe a.btn-custom span {
	    font-size: 18px;
	    color: #09b5c7;
	    position: relative;
	    right: 5px;
	    top: 2px;
	}
	.conteudo .noticia-detalhe p.fonte {
	    font-weight: 700;
	    font-size: 18px;
	    color: #0ea6b6;
	    text-transform: uppercase;
	    margin: 20px 0px 0px 0px;
	}
	.conteudo .noticia-detalhe p.fonte a {
		color: #2a2a2a;
		text-transform: none;
		text-decoration: none;
	    word-break: break-word;
	}
	.conteudo .noticia-detalhe .noticias-relacionadas {
		margin: 40px 0px 0px 0px;
	}
	.conteudo .noticia-detalhe .noticias-relacionadas h4 {
		font-weight: 800;
	    font-size: 18px;
	    color: #363436;
	    text-transform: uppercase;
	    padding: 0px 0px 13px 0px;
    	margin: 0px 0px 26px 0px;
    	background: url('img/conteudo-h1-bkg.jpg') bottom left no-repeat;
	}
	@media (max-width: 528px) {
		.conteudo .noticia-detalhe .btn-box {
	    	text-align: left;
	    	margin-top: 10px;
		}
		.conteudo .noticia-detalhe a.btn-custom {
		    padding: 0px 0px 0px 0px;
		}
	}
/***** noticia-lista *****/
	.noticia-lista h2.header {
		font-weight: 800;
	    font-size: 30px;
	    color: #363436;
	    text-transform: uppercase;
	    padding: 0px 0px 13px 0px;
	    margin: 0px 0px 26px 0px;
	    background: url('img/conteudo-h1-bkg.jpg') bottom left no-repeat;
	}
	.noticia-lista h2 a {
		font-weight: 300;
		font-size: 18px;
		color: #363436;
		text-transform: uppercase;
		padding: 0px 0px 0px 6px;
		margin: 0px 0px 0px 0px;
		border-left: 1px solid #686668;
		position: relative;
		bottom: 4px;
	}
	.noticia-lista a:hover {
		text-decoration: none;
	}
	.noticia-lista .header-box .form-control {
		max-width: 437px;
		float: right;
	}
	.noticia-lista .box-interno {
		text-decoration: none;
		margin: 0px auto 20px auto;
		max-width: 360px;
		display: block;
		position: relative;
	}
	.noticia-lista .box img {
		height: auto;
	}
	.noticia-lista .box ul {
		font-style: normal;
		background: #f4f4f4;
		padding: 0px 4% 0px 4%;
		margin: 0px 0px 0px 0px;
	}
	.noticia-lista .box ul li {
		display: table-cell;
		vertical-align: middle;
		padding: 13px 3% 13px 3%;
	}
	.noticia-lista .box p {
		font-weight: 400;
	    font-size: 14px;
	    color: #7f8187;
		margin: 0px 0px 0px 0px;
	}
	.noticia-lista .box span {
		color: #09b5c7;
		padding: 10px;
		border: 1px solid #09b5c7;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		-webkit-transition: 200ms linear;
		-moz-transition: 200ms linear;
		-ms-transition: 200ms linear;
		-o-transition: 200ms linear;
		transition: 200ms linear;
	}
		.noticia-lista .box-interno:hover span {
			color: #fff;
			background: #09b5c7;
		}
	.noticia-lista .box i {
		font-size: 30px;
		color: #c0c1c4;
	}
	.noticia-lista .box-interno .header {
		position: absolute;
		top: 35px;
		left: 30px;
	}
	.noticia-lista .box-interno .header h2 {
		font-weight: 700;
	    font-size: 18px;
	    color: #fff;
	}
	.noticia-lista .box-interno .header h3 {
		font-weight: 400;
	    font-size: 13px;
	    color: #fff;
	}
	@media (max-width: 768px) {
		.noticia-lista .header-box .form-control {
			max-width: 437px;
			float: left;
		}
	}
/***** conteudo erro *****/
	.conteudo .erro {
		text-align: center;
	}
	.conteudo .erro img {
		margin: 75px auto 72px auto;
		width: 112px;
	}
	.conteudo .erro h1 {
		font-weight: 800;
		font-size: 85px;
		color: #09b5c7;
		text-transform: uppercase;
		margin: 0px 0px 27px 0px;
	}
	.conteudo .erro h2 {
		font-weight: 800;
		font-size: 30px;
		color: #363436;
		text-transform: uppercase;
		margin: 0px 0px 15px 0px;
	}
	.conteudo .erro p.header {
		font-weight: 300;
		font-size: 30px;
		color: #363436;
		margin: 0px 0px 80px 0px;
	}
	.conteudo .erro p.content {
		font-weight: 400;
		font-size: 24px;
		color: #363436;
		font-style: italic;
	}
	.conteudo .erro .btn-box {
		text-align: center;
	}
	.conteudo .erro .btn-padrao {
		padding: 8px 97px;
	}
/***** conteudo contato *****/
	.conteudo .contato p {
		color: #858585;
		margin-bottom: 18px;
	}
	.conteudo  form {
		padding: 30px;
		border: 1px solid #e9e9e9;
		border-radius: 6px;
		overflow: hidden;
		margin-top: 62px;
		margin-bottom: 65px;
	}
    .conteudo .dados {
		padding: 30px;
		border: 1px solid #e9e9e9;
		border-radius: 6px;
		overflow: hidden;
		margin-top: 62px;
		margin-bottom: 65px;
	}
	.conteudo .form-control {
		font-weight: 300;
		font-size: 16px;
		color: #005595;
		font-style: italic;
		height: 44px;
	}
	.conteudo textarea {
		min-height: 224px;
	}
	.conteudo form .btn {
		font-weight: 700;
		font-size: 15px;
		color: #fff;
		text-transform: uppercase;
		background: var(--cor-primaria);
		padding: 10px 19px;
		-webkit-transition: 200ms linear;
		-moz-transition: 200ms linear;
		-ms-transition: 200ms linear;
		-o-transition: 200ms linear;
		transition: 200ms linear;
	}
	.conteudo form .btn:hover,
	.conteudo form .btn:focus {
		background: #666;
	}
	
	
	
	
	.conteudo .contato h2 {
		font-weight: 700;
		font-size: 18px;
		color: var(--cor-primaria);
		margin-top: 115px;
		margin-bottom: 23px;
	}
	a.btn-mapa {
		font-weight: 700;
		font-size: 12px;
		color: var(--cor-primaria);
		text-transform: uppercase;
		border: 1px solid var(--cor-primaria);
		border-radius: 3px;
		text-decoration: none;
		-webkit-transition: 200ms linear;
		-moz-transition: 200ms linear;
		-ms-transition: 200ms linear;
		-o-transition: 200ms linear;
		transition: 200ms linear;
		margin-bottom: 21px;
	}
	a.btn-mapa:hover,
	a.btn-mapa:focus {
		color: #fff;
		border: 1px solid var(--cor-primaria);
		background: var(--cor-primaria);
		text-decoration: none;
	}
	p.fone {
		font-weight: 700 !important;
		color: var(--cor-primaria) !important;
	}
	@media (max-width: 1200px) {
		.conteudo .contato .no-pad-left {
			padding-left: 15px;
		}
		.conteudo .contato h2 {
			margin-top: 25px;
		}
		.conteudo .contato .rg {
			text-align: center;
		}
	}
	@media (max-width: 768px) {
		.conteudo .contato form {
			padding: 30px 0px 30px 0px;
		}
        .conteudo .contato .dados {
			padding: 30px 0px 30px 0px;
		}
	}
/***** footer *****/
	.footer-inferior .container {
		border-top: 1px solid #e7e7e7;
	}
	.footer-inferior  .right ul li {
		display: table-cell;
		vertical-align: middle;
	}
	.footer-inferior .footer-desktop li {
		display: table-cell;
		vertical-align: middle;
	}
	.footer-inferior .footer-mobile li {
		display: inline-block;
	}
	.footer-inferior .logo-footer {
		width: 98px;
		height: auto;
		padding: 8px 23px 8px 0px;
		margin-top: 29px;
		margin-bottom: 29px;
		border-right: 1px solid #e7e7e7;
	}
	.footer-inferior .left p {
		font-weight: 700;
		font-size: 13px;
		color: var(--cor-primaria);
		text-transform: uppercase;
		padding: 15px 15px 15px 15px;
		border-right: 1px solid #e7e7e7;
	}
	.footer-inferior li.social {
		padding-right: 10px;
		padding-left: 10px;
	}
	.footer-inferior li.social i {
		padding-right: 10px;
		padding-left: 10px;
	}
	.footer-inferior .right p {
		font-weight: 400;
		font-size: 12px;
		color: #888888;
		padding: 6px 15px 6px 15px;
		margin: 22px 0px 10px 0px;
		border-left: 1px solid #e7e7e7;
	}
	@media (max-width: 1200px) {
		.footer-inferior {
			text-align: center;
			padding-bottom: 10px;
		}
		.footer-inferior .logo-footer {
			width: 98px;
			height: auto;
			padding: 8px 23px 8px 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			border-right: 1px solid #e7e7e7;
			position: relative;
			top: 14px;
		}
		.footer-inferior  .right ul li {
			display: inline-block;
		}
		.footer-inferior .right p {
			border-left: none;
		}
	}
	@media (max-width: 528px) {
		.footer-inferior .logo-footer {
			border-right: none;
		}
		.footer-inferior .right p {
			border-left: none;
		}
		.footer-inferior .left p {
			border-right: none;
		}
	}
	@media (max-width: 518px) {
		.footer-inferior .right p {
			margin: 10px 0px 10px 0px;
		}
	}    
	@media (max-width: 395px) {
		.footer-inferior .logo-footer {
		    margin-top: 15px;
			margin-bottom: 5px;
		}
	}
/***** slider *****/	
	.slider a {
		display: block;
	}
	.slider .item {
		background-position: center; 
		height: 720px; 
		margin-top: 0px;
	}
	.slider .item.active {
		background-position: center; 
		height: 720px; 
		margin-top: 0px;
	}
	.slider .vertical-center {
		display: initial;
	}
	.slider .o-b {
		height: 720px;
	}
	.slider .pos-box {
		position: absolute;
		top: 50%;
		bottom: auto;
		transform: translate(0%, -50%);
	}
	.pos-box.bx-2 {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.pos-box.bx-2 img {
		max-width: 628px;
	}
	.slider .carousel-caption {
		text-shadow: none;
		position: inherit;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	.slider .main-header {
		padding: 0px 0px 0px 0px;
	}
	.slider h2 {
		font-weight: 700;
		font-size: 56px;
		color: #fff;
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 24px 0px;
	}
	.slider .btn-box {
		text-align: left;
	}
	a.btn-slider {
		font-weight: 700;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		background-color: transparent;
		padding: 14px 46px;
		border: 1px solid #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: 200ms linear;
		-moz-transition: 200ms linear;
		-ms-transition: 200ms linear;
		-o-transition: 200ms linear;
		transition: 200ms linear;
		display: initial;
	}
		a.btn-slider:hover,
		a.btn-slider:focus {
			color: #fff;
			background-color: transparent;
		}
/***** silder transition *****/
	.carousel.slide .item {
		-webkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-ms-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity;

		-webkit-transition: 600ms linear;
		-moz-transition: 600ms linear;
		-ms-transition: 600ms linear;
		-o-transition: 600ms linear;
		transition: 600ms linear;
	}
	.carousel.slide .carousel-inner .item,
	.carousel.slide .carousel-inner .active.left,
	.carousel.slide .carousel-inner .active.right {
		opacity: 0;
	}
	.carousel.slide .carousel-inner .active,
	.carousel.slide .carousel-inner .next.left,
	.carousel.slide .carousel-inner .prev.right {
		opacity: 1;
	}
	.carousel.slide .carousel-inner .next,
	.carousel.slide .carousel-inner .prev,
	.carousel.slide .carousel-inner .active.left,
	.carousel.slide .carousel-inner .active.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel.slide .carousel-control {
		z-index: 2;
	}
/***** slider controls *****/	
	.slider .carousel-control.left {
		background: none;
		background-size: auto 32px;
	    height: 720px;
	    bottom: 0px;
	    top: auto;
	}
	.slider .carousel-control.right {
		background: none;
		background-size: auto 32px;
	    height: 720px;
	    bottom: 0px;
	    top: auto;
	}
	.slider .carousel-indicators-pos {
		position: relative;
	}
	.slider .carousel-indicators {
		z-index: 15;
		padding-left: 0;
		text-align: center;
		list-style: none;
		position: absolute;
		margin-left: 0;
		width: 15px;
		height: 720px;
		right: auto;
		left: 100%;
		top: 50%;
		bottom: auto;
		transform: translate(0%, -50%);
		cursor: pointer;
	}
	.slider .carousel-indicators li {
		display: block;
		width: 15px;
		height: 15px;
		margin: 0px 0px 5px 0px !important;
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 20px;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
	.slider .carousel-indicators .active {
		width: 15px;
		height: 15px;
		margin: 0;
		background-color: #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
		@media (max-width:1200px){
			.slider .pos-box {
				position: relative;
				top: auto;
				bottom: auto;
				transform: translate(0%, 0%);
			}
			.slider .vertical-center {
				display: table-cell;
				vertical-align: middle;
				height: 720px;
			}
			.slider .o-b {
				height: auto;
			}
			.bx-1 {
				padding-bottom: 50px;
			}
			.slider .pos-box.bx-2 {
				position: relative;
				top: 50px;
			}
			.pos-box.bx-2 {
				left: auto;
				transform: translate(0%, 0%);
			}
			.slider h2 {
				font-size: 46px;
				text-align: center;
			}
			.slider h3 {
				text-align: center;
			}
			.slider img {
				margin: 0px auto 13px auto;
			}
			.slider .btn-box {
				text-align: center;
			}
			.slider .carousel-indicators {
				z-index: 15;
				padding-left: 0;
				text-align: center;
				list-style: none;
				position: absolute;
				margin-left: 0;
				height: auto;
				width: 100%;
				top: auto;
				bottom: 10px;
				right: 45%;
				left: 0;
				cursor: pointer;
				transform: translate(0%, 0%);
			}
			.slider .carousel-indicators li {
				display: inline-block;
			}
		}
		@media (max-width:768px){
			.slider {
				padding-top: 75px;
			}
			.slider .carousel-control {
				display: none;
			}
		}
		@media (max-width:528px){
			.slider .item {
				height: 520px;
			}
			.slider .item.active {
				height: 520px;
			}
			.slider .carousel-control.left {
				height: 520px;
			}
			.slider .carousel-control.right {
				height: 520px;
			}
			.slider .vertical-center {
				height: 520px;
			}
			.slider h2 {
				font-size: 27px;
				line-height: 28px;
			}
			a.btn-slider {
				padding: 10px 40px;
			}
		}
/***** index *****/
	/***** chamadas *****/
		.index .chamadas {
			position: relative;
			padding-top: 60px;
			padding-bottom: 60px;
			text-align: center;
		}
		.index .chamada-box {
			max-width: 319px;
			margin-left: auto;
			margin-right: auto;
		}
		.index .chamadas h1 {
			font-weight: 300;
			font-size: 32px;
			color: var(--cor-primaria);
			padding-bottom: 20px;
		}
		.index .chamadas p {
			font-weight: 300;
			font-size: 20px;
			color: #757575;
			padding-bottom: 65px;
		}
		.index .chamadas h2 {
			font-weight: 300;
			font-size: 18px;
			color: var(--cor-primaria);
			padding-top: 25px;
			padding-bottom: 25px;
		}
		.index .chamada-box p {
			font-size: 13px;
			color: #385a7b;
		}
		.index .chamadas a.btn {
			font-weight: 700;
			font-size: 16px;
			color: var(--cor-primaria);
			text-transform: uppercase;
			background-color: transparent;
			padding: 14px 46px;
			border: 1px solid var(--cor-primaria);
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			-webkit-transition: 200ms linear;
			-moz-transition: 200ms linear;
			-ms-transition: 200ms linear;
			-o-transition: 200ms linear;
			transition: 200ms linear;
			display: initial;
		}
		.index .chamadas a.btn:hover,
		.index .chamadas a.btn:focus {
			color: #fff;
			background-color: var(--cor-primaria);
		}
	/***** loja *****/
		.loja {
			background: #f9f9f9;
			padding-top: 75px;
		}
		.loja h2 {
			font-weight: 700;
			font-size: 48px;
			color: var(--cor-terciaria);
			margin-bottom: 36px;
		}
		.loja p {
			padding: 5px 0px 5px 0px;
		}
		.loja p span {
			font-weight: 300;
			font-size: 16px;
			color: #385a7b;
			background: url('img/loja.png') center left no-repeat;
			padding: 5px 0px 5px 0px;
		}
		.loja img {
			margin-bottom: 75px;
		}
		.loja-box {
			max-width: 568px;
			text-align: left;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 35px;
		}
	/***** cadastro *****/
		.cadastro {
			padding-top: 88px;
			padding-top: 69px;
			text-align: center;
		}
		.cadastro h2 {
			font-weight: 300;
			font-size: 32px;
			color: var(--cor-terciaria);
			padding-bottom: 43px;
		}
		.cadastro h2 span {
			font-weight: 700;
			padding-bottom; 43px;
		}
		.cadastro a.btn {
			font-weight: 700;
			font-size: 15px;
			color: #fff;
			background: var(--cor-primaria);
			border: 1px solid var(--cor-primaria);
			-webkit-transition: 200ms linear;
			-moz-transition: 200ms linear;
			-ms-transition: 200ms linear;
			-o-transition: 200ms linear;
			transition: 200ms linear;
			padding: 13px 12px;
			margin: 0px auto 43px auto;
			max-width: 400px;
			display: block;
		}
		.cadastro a.btn:hover,
		.cadastro a.btn:focus {
			color: var(--cor-primaria);
			background: transparent;
		}
	@media (max-width:992px){
		.loja {
			text-align: center;
		}
	}
	@media (max-width:528px){
		.cadastro a.btn {
			font-size: 13px;
		}
	}
/***** afiliado *****/
	.conteudo .contato form {
		margin-top: 0px;
		margin-bottom: 0px;
		border: none;
		padding-bottom: 20px;
	}

    .conteudo .contato .dados {
		margin-top: 0px;
		margin-bottom: 0px;
		border: none;
		padding-bottom: 20px;
	}

	.afiliado-box {
		border: 1px solid #e9e9e9;
		margin-bottom: 15px;
	}
	.afiliado-box h2 {
		font-weight: 700;
		font-size: 20px;
		color: #fff !important;
		background: #8e8e8e;
		padding: 16px 21px;
		border-radius: 2px;
		margin: 0px !important;
	}
	.conteudo .contato .afiliado-box  p {
		font-weight: 700;
		font-size: 15px;
		color: #385a7b;
		border-bottom: 1px solid #e9e9e9;
		padding-bottom: 10px;
	}
	.custom-pad-right {
		padding-right: 5px;
	}
	.custom-pad {
		padding-left: 5px;
		padding-right: 5px;
	}
	.custom-pad-left {
		padding-left: 5px;
	}
	.afiliado-box .radio-inline {
		font-weight: 400;
		font-size: 16px;
		color: #858585;
		padding-bottom: 28px;
	}	  
	.afiliado-box .radio-inline {
		color: #858585;
	}
	.link {
		margin-right: 10px;
		color: #858585;
		margin-bottom: 0px;
		padding-top: 11px;
	}	
	.link-box  p {
		font-weight: 400;
		font-size: 15px !important;
		color: #385a7b !important;
		border-bottom: none !important;
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
		margin-top: 10px !important;
	}
	.ls-cont {
		border-top: 1px solid #e7e7e7;
	}
	.ls-cont .btn {
		font-weight: 700;
		font-size: 15px;
		color: #fff;
		background: var(--cor-primaria);
		border: 1px solid var(--cor-primaria);
		-webkit-transition: 200ms linear;
		-moz-transition: 200ms linear;
		-ms-transition: 200ms linear;
		-o-transition: 200ms linear;
		transition: 200ms linear;
		padding: 13px 12px;
		margin: 0px auto 43px auto;
		max-width: 120px;
		text-decoration: none;
		display: block;
		margin-top: 50px;
	}
	.ls-cont .btn:hover {
		color: var(--cor-primaria);
		background: transparent;
		text-decoration: none;
	}
	.contato.afiliado .main-p {
		margin-top: 45px;
		margin-bottom: 45px;
		color: #385a7b !important;
	}
	@media (max-width: 1200px) {
		.conteudo .contato.afiliado .rg {
			text-align: left;
		}
	}
	@media (max-width: 768px) {
		.conteudo .contato form {
			padding: 30px 30px 30px 30px;
		}
        .conteudo .contato .dados {
			padding: 30px 30px 30px 30px;
		}
	}
	@media (max-width: 528px) {
		.custom-pad-right {
			padding-right: 15px;
		}
		.custom-pad {
			padding-left: 15px;
			padding-right: 15px;
		}
		.custom-pad-left {
			padding-left: 15px;
		}
	}
	
	
.topo-ativarCartao{
    background:#fff;
    border-bottom: 4px solid #0b7060;
}
.ativarCartao .container {
    padding: 0px;
    border-bottom: none;
}
.ativarCartao .header-box {
    margin: 53px 0px 19px 0px;
}
.ativarCartao .box-text h1 {
    font-family: 'MuseoSans-900';
    font-size:26px;
    text-transform:uppercase;
    color:#0b7060;
}
.ativarCartao .box-text h3 {
    font-family: 'MuseoSans-500';
    font-size:20px;
    color:#0b7060;
	margin: 20px 0px 40px 0px;
}
.ativarCartao .box-text p {
    font-family: 'MuseoSlab-300';
    font-size:14px;
    color:#0b7060;
	margin: 0px;
}
.box-text{
	margin-left: 10px;
    margin-right: 10px
}
.formularioAtivarCartao{
	margin-left: 50px;
}   
 .formularioAtivarCartao .btn{
	 background: #0b7060 !important;
 }
 .formularioAtivarCartao .btn:hover{
	 background: rgba(11, 112, 96, 0.82) !important;
 }
 .formularioAtivarCartao{
	margin-bottom: 40px !important; 
 }
 .box-demonstrativo{
	 margin-top:30px;
 }

.ativarCartao .footer-top{
	margin-bottom: 50px;
    margin-top: 50px;
 }
 .ativarCartao .footer-top img{
	  height: 100px;
 }
 @media (max-width: 992px){
	.formularioAtivarCartao{
		margin-left: 0px;
	} 
 }
 @media (min-width: 768px) and (max-width:1200px){
	.ativarCartao .footer-top img{
	  height: 85px;
	}
 }


.btnjaerevenda {
    margin-left: 5px;
}
/*TELA DE CONFIRMAÇÃO*/
.telaConfirmacao .box-text{
    border-right: 1px solid #3d6c57;
    margin: 50px 10px 150px 10px;
    
}
.telaConfirmacao.confirmacao-compra  .box-text p{
    margin: 20px 0px 40px 0px;
}
    
.telaConfirmacao.confirmacao-compra .box-text{
    margin: 50px 10px 20px 10px;
}
.telaConfirmacao  .box-text h3,.telaConfirmacao  .box-text p {
    font-family: 'MuseoSans-500';
    font-size: 24px;
}
.telaConfirmacao  .box-text h3{
    font-family: 'MuseoSans-500';
}
.telaConfirmacao  .box-text p span{
    font-family: 'MuseoSans-900';
}
.telaConfirmacao  .box-text h3 span {
    font-family: 'MuseoSans-900';
}
.telaConfirmacao  .check-box{
    text-align:center;
    margin:20px 0px;
}

.telaConfirmacao  .check-box label{
    font-family: 'MuseoSans-500';
    font-size: 24px;
    color:#0b7060;
}
.telaConfirmacao .check-box input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #3d6d57;
  outline: none;
  margin-right: 5px;
  top: 4px;
}
.telaConfirmacao .check-box input[type=radio]:checked {
  background: url(../img/check-verde.png) no-repeat center center;
}


.myKasp-box{
    background: #f0f0f0;
    padding: 50px 0px 0px 0px;
    margin-bottom: 100px;
}
.myKasp-box .box-textKasp{
     background: url(../img/kpc-logo.png) no-repeat top left;
     padding-left: 187px;
}
@media(max-width:768px){
    .myKasp-box .box-textKasp {
    background: url(../img/kpc-logo.png) no-repeat top center;
    padding-left: 0px;
    background-size: 77px;
    padding-top: 100px;
}
    .ativarCartao .header-box {
    margin: 10px 0px 20px 0px;
}
}
.box-download{
        margin-bottom: 45px;
}
 .myKasp-box .box-textKasp h3 {
    font-family: 'MuseoSans-500';
    font-size: 20px;
    color: #0b7060;
    margin: 20px 0px 40px 0px;
}
.logo-desk{
    margin-left: auto;
    bottom: -36px;
    position: relative;
 }
  .myKasp-box .header-text h2 {
    font-family: 'MuseoSans-900';
    font-size: 43px;
    color: #393939;
    margin: 20px 0px 40px 0px;
    text-align: center;
    background:url(../img/header-ML.png) no-repeat center bottom;
    padding-bottom: 10px;
    text-transform:uppercase;
}
  .myKasp-box .box-textKasp p {
    font-family: 'MuseoSans-300';
     font-size: 20px;
    color: #0b7060;
    margin: 20px 0px 40px 0px;
   
}
 
   .myKasp-box .box-textKasp h3 a {
          font-family: 'MuseoSans-500';
          color: #0b7060;
    }
    .myKasp-box .box-textKasp h3 span {
          font-family: 'MuseoSans-900';
          color: #0b7060;
    }
    .box-btn-mercadoLivre ul li{
        list-style:none;
        display:inline-block;
        float: left;
        text-align: center;
        width: 45%;
        margin-bottom:15px;
    }
    .box-btn-mercadoLivre ul li.btn-mercadoLivre a{
        text-decoration:none;
        color:#181d72;
        font-size:24px;
    }
    .box-btn-mercadoLivre ul li.btn-mercadoLivre{
        background:#fff059;
        padding:20px;
        box-shadow: 0 0 11px 0px silver;
    }
    .box-btn-mercadoLivre ul li.btn-mercadoLivre:hover{
        box-shadow: 0 0 30px 0px silver;
    }
    .box-btn-mercadoLivre {
        margin-bottom: 60px;
    }
    @media(max-width:568px){
        .box-btn-mercadoLivre ul li{
        list-style:none;
        display:block;
        float: none;
        text-align: center;
        width: auto;
    }
    }
    