@font-face { font-family: 'CenturyExpanded'; src: url('../fonts/CenturyExpanded.eot'); src: url('../fonts/CenturyExpanded.woff2') format('woff2'), url('../fonts/CenturyExpanded.woff') format('woff'), url('../fonts/CenturyExpanded.ttf') format('truetype'), url('../fonts/CenturyExpanded.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Century Gothic'; src: url('../fonts/CenturyGothic.eot'); src: url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'CenturyGothic'; src: url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'CenturyOldStyle-Regular'; src: url('../fonts/CenturyOldStyle-Regular.eot'); src: url('../fonts/CenturyOldStyle-Regular.woff2') format('woff2'), url('../fonts/CenturyOldStyle-Regular.woff') format('woff'), url('../fonts/CenturyOldStyle-Regular.ttf') format('truetype'), url('../fonts/CenturyOldStyle-Regular.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'CenturyOldStyle-Bold'; src: url('../fonts/CenturyOldStyle-Bold.eot'); src: url('../fonts/CenturyOldStyle-Bold.woff2') format('woff2'), url('../fonts/CenturyOldStyle-Bold.woff') format('woff'), url('../fonts/CenturyOldStyle-Bold.ttf') format('truetype'), url('../fonts/CenturyOldStyle-Bold.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'CenturyOldStyle-Italic'; src: url('../fonts/CenturyOldStyle-Italic.eot'); src: url('../fonts/CenturyOldStyle-Italic.woff2') format('woff2'), url('../fonts/CenturyOldStyle-Italic.woff') format('woff'), url('../fonts/CenturyOldStyle-Italic.ttf') format('truetype'), url('../fonts/CenturyOldStyle-Italic.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'CenturyExpanded-Italic'; src: url('../fonts/CenturyExpanded-Italic.eot'); src: url('../fonts/CenturyExpanded-Italic.woff2') format('woff2'), url('../fonts/CenturyExpanded-Italic.woff') format('woff'), url('../fonts/CenturyExpanded-Italic.ttf') format('truetype'), url('../fonts/CenturyExpanded-Italic.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'CenturyGothic'; src: url('../fonts/CenturyGothic-Bold.eot'); src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'); font-weight:bold; font-style: normal; }

body {
	font-family:'CenturyGothic', 'Century Gothic';
}

/*::-webkit-scrollbar-track {*/
/*background-color: rgba(0, 0, 0, 0.04);*/
/*}*/

/*::-webkit-scrollbar {*/
/*width: 6px;*/
/*height: 6px !important;*/
/*background-color: #F5F5F5;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
/*background-color: #353a40;*/
/*}*/

.wrapper { max-width:1300px; margin:0 auto; /*padding:0 15px;*/ }

a { text-decoration:none !important; }

.link-simples{
	color: #ffffff !important;
}
.link-simples:hover{
	color: #c82442 !important;
}

header,
section,
.full,
footer { float:left; width:100%; }

#pesquisa{
	position: fixed;
	bottom: 0px;
	width: 270px;
	background-color: #c82442;
	color: #fff;
	right: 85px;
	z-index: 999;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.2);
	overflow: hidden;
}

.open-pesquisa{
	bottom: 0px !important;
	transition: .3s all;
}

.close-pesquisa{
	bottom: -68px !important;
	transition: .3s all;
}

#pesquisa .header{
	text-align: center;
}

#pesquisa .header b{
	font-size: 16px;
	text-transform: uppercase;
}

#pesquisa .header span{
	font-size: 11px;
	display: inline-block;
}

#pesquisa .header i{
	background-color: #921129;
	display: block;
	width: 100%;
	padding: 6px;
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	cursor: pointer;
	transition: .3s all;
}
#pesquisa .header i:hover{
	background-color: #720f1f;
}

#pesquisa .body{
	margin-top: 10px;
}
#pesquisa .body button{
	width: 100%;
	line-height: 23px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px 0px;
}

.form-group { position:relative; }
.help-block.error { display:none; }
.has-success:before { content:" "; background:url(../images/check-form.png) no-repeat right center; position:absolute; right:10px; top:50%; margin-top:-7px; width:22px; height:15px; }
.has-error:before { content:" "; background:url(../images/error-form.png) no-repeat right center; position:absolute; right:10px; top:50%; margin-top:-10px; width:20px; height:20px; }

.form-error > ul > li, .error > ul > li{
	text-align: left;
}
.form-error strong, .error strong{
	color: #ffffff !important;
	font-size: 17px;
	text-align: center;
}


header .login{
	height: fit-content;
}

header .text-center{
	width: 65% !important;
	padding-left: 20px !important;
}

.menu-topo{
	margin-left: 0px !important;
}

.sale-telefone{
	margin-top: 25px;
	margin-right: 20px;
}
.sale-telefone:before{
	color: #e8e8e8;
	content: '\f111';
	margin-right: 10px;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: middle;
	margin-left: -50px;
	position: absolute;
	margin-top: 10px;
}
.sale-telefone a{
	color: #000000;
	font-size: 13px;
}
.sale-telefone a:hover{
	color: #c82442;
}
.sale-telefone a > b{
	font-size: 24px;
}
.menu-mobile{
	display: flex;
}

.banners{
	margin: 80px 0px 10px 0px;
}

.banners .overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(40, 42, 43, 0.72);
	position: absolute;
	top: 0px;
	border-right: 10px solid #40474d;
	transition: 0.3s ease-in-out;
}
.banners .overlay:hover{
	background-color: #c82442d6;
	cursor: pointer;
}

.banners .last{
	border: none;
}

.banners .banner {
	height: 200px;
}

.banners .b1 {
	background: url(../images/banners/fraudes.jpg);
	background-size: cover;
}

.banners .b2 {
	background: url(../images/banners/moveMais.jpg);
	background-size: cover;
}

.banners .b3 {
	background: url(../images/banners/repom.jpg);
	background-size: cover;
}

.banners h1{
	position: absolute;
	top: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 33px;
}

.banners h1>small{
	color: #fff;
	font-size: 50%;
	display: inline-block;
}

.banners .icone{
	position: absolute;
	width: 100px;
	height: 100px;
	top: -50px;
	border-radius: 50px;
	overflow: hidden;
	padding: 20px;
	background-color: #fff !important;
	z-index: 1;
	left: 50%;
	display: flex;
	align-items: center;
	margin-left: -50px;
	filter: drop-shadow(0px 4px 3px rgba(0,0,0,0.2));
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-origin: content-box !important;
}

.banners .icon1{
	background: url(../images/banners/logo-antifraudes.png);
}
.banners .icon2{
	background: url(../images/banners/logo-movemais.png);
}
.banners .icon3{
	background: url(../images/banners/logo-repom.png);
}
.banners .icone img{
	width: 100%;
}

#letreiro{
	background-color: #252a32;
}
#letreiro .letreiro{
	padding: 5px 0px;
	font-size: 1.6em;
	color: #9b877e;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#letreiro .letreiro span{
	padding: 0px 30px;
}

.letreiro {
	width: 100%;
	height: inherit;
	overflow: hidden;
	white-space: nowrap;
}
.letreiro .info {
	display: inline-block;
	animation: letreiro 10s linear infinite;
	animation-direction: alternate-reverse;
}
@keyframes letreiro {
	0% { transform: translateX(50%); }
	100% { transform: translateX(-50%); }
}

.wrapper-login-mobal{
	background-color: #000;
	padding: 10px 0px 0px;
	width: 100%;
	margin: 0;
	display: flex;
}
.wrapper-login-mobal h1{
	font-size: 16px;
	color: #fff;
	border: none;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.wrapper-login-mobal i{
	text-align: center;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	margin-top: 0px;
}
.wrapper-login-mobal button{
	border-radius: 50px;
	height: 45px;
	font-size: 18px;
	font-weight: bold;
}

.wrapper-login-mobal .login{
	width: 100%;
}


input,
textarea,
input[type=date] { outline:none !important; box-shadow:none !important; }

header { border-bottom:1px solid #c3c3c3; box-shadow:0 1px 3px rgba(0,0,0,0.4); }
header h1 { float:left; margin:25px 0; }
/*header .text-center { display: inline-block; width: 40%; margin: 15px 0px;}*/
header .text-center { display: inline-block; width: 70%; margin: 15px 0px; padding-left: 30px; margin-bottom: -5px;}
header .text-center h2 { color: #c82442; font-size: 16px; font-family: 'Century Gothic';}
header .text-center h2 a { color: #c82442;}
header .buy-button { 
	font-size:16px; 
	float:left; 
	border-radius:6px; 
	background:#4a4f55; 
	color:#fff;
	margin:23px 0px 0 0;
	line-height:50px; 
	padding:0 20px; 
}
header .login { 
	margin-right: 0px;
}

header .login { float:left; position:relative; }
header .login button { font-size:18px; color:#fff; margin:0 0 -1px; background-color: #c82442; border:0; padding:0 36px; line-height:106px; max-width: 750px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: 30px;}
header #login { display:none; background:#000; color:#fff; padding:10px 0 28px; }
header #login span { line-height:40px; padding:20px 15px; float:left; font-size:22px; width:200px;  }
header #login input { background:none; font-size:16px; border:0; border-bottom:1px solid #fff !important; border-radius:0; box-shadow:none; outline:none !important; padding:0; }
header #login button.submit { background:#c82442; color:#fff; text-align:center; border-radius:6px; line-height:50px; border:0; width:100%; margin:0 10px; position:relative; font-size:16px; float:left; letter-spacing: 1px; }
header #login a { color:#fff; text-decoration:underline; }
header #login .close-button { color:#c82442; font-size:40px; float:right; text-decoration:none; margin:11px 30px; position: absolute; right: -30px; }

.menu-topo{
	list-style: none;
	margin-top: 17px;
    margin-left: 5%;
}
.menu-topo li{
	float: left;
	text-align: left;
	border-right: 1px solid #e6e6e6;
	padding: 0px 20px;
	min-height: 42px;
}
.menu-topo li:first-child{
	padding-left: 10px;
}
.menu-topo li:last-child{
	padding-right: 0px;
	border: 0px;
}
.menu-topo li.one-line{
	padding-top: 11px;
}

.menu-topo li a{
	color:#4d5055;
	font-size: 15px;
	text-transform: uppercase;
}
.menu-topo li a:hover,.menu-topo li:hover a{
	color:#c82442!important;
}
.menu-mobile-drop{
	display: none;
}
.navbar-toggler span {
    display: block;
    background-color: #444;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}
.navbar-toggler {
    position: absolute;
    right: 19px;
    top: 25px;
    background: none;
	border: none;
	outline: none!important;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
.navbar-collapse {
    left: 0;

    width: 100%;
    background: #2b2f34;
    color: #fff;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav h3{
	padding-left: 0px;
}
header .navbar-nav li{
	text-align: center;
	padding: 10px;
	border-top: 1px solid #6c757d
}
header .navbar-nav li:first-child{
	border-top:none;
}
header .navbar-nav a{
	color: #fff!important;
	font-size: 16px!important
}
header .navbar-collapse.in{
	overflow-y: auto!important
}
header .navbar-collapse.collapse {
	display: none!important
}
header .navbar-collapse.collapse.in {
	display: inline-grid!important;
}
header .navbar-collapse .login{
	float: none;
}
#navbarResponsive{
	padding-bottom: 40px;
	width: 100%!important;
	height: auto!important;
	display: inline-grid;
}
@media (max-width:1242px){
	.menu-topo {
		margin-left: 0%;
		
		padding-left: 20px;
	}
}
@media (max-width:1167px){
	.menu-topo li a {
		font-size: 14px;
	}
}

@media (max-width:1142px){
	.menu-topo {
		margin-left: 0%;
		padding-left: 0px;
	}
}

@media (max-width:1140px){
	.menu-topo,.menu-mobile {
		display: none;
	}

	.menu-mobile-drop{
		display: inline;
	}
}

.btn-inicio{
	background:#000000 !important;
	text-transform: uppercase; padding: 0 28px !important; margin-top: 15px;
	position: relative !important;
	border-radius: 0px !important;
	transition:all 0.3s !important;
	font-weight: bold;
	box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5) !important;
}
.btn-inicio:hover{
	background-color: #36393c !important;
}
.seta-direita:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
	width: 0;
	height: 0;
	border-top: 29px solid transparent;
	border-bottom: 29px solid transparent;
	border-left: 15px solid black;
	position: absolute;
	right: -15px;
	top: 0px;
	transition:all 0.3s !important;
}
.seta-direita-hover:before{
	border-left: 15px solid #36393c;
	transition:all 0.3s !important;
}

.call-mobile{display: none;}
.btn-open-banner{ display: none; }

section .header { background-repeat:no-repeat; background-size:cover; background-position:center center; height:318px; }
section .header#contato { background-image:url(../images/bg-header-contato.jpg); }
section .header#treinamento { background-image:url(../images/bg-header-treinamento.jpg); }
section .header#voucher { background-image:url(../images/bg-valeExame.jpg); }
section .header#contato-cliente { background-image:url(../images/bg-contato-cliente.jpg); }
section .header#sobre { background-image:url(../images/bg-header-sobre.jpg); }
section#intern .title { text-align:center; max-width:686px; margin:80px auto 0; color:#4a4f55; font-size:16px; font-weight:bold; }
section#intern .title h2 { font-size:40px; color:#c82442; }
section .form { /*max-width:686px;*/ margin:80px auto 150px; }
section .form.contato {max-width: 686px;}
section .form input { font-size:16px; border:0; border-bottom:1px solid #4a4f55 !important; border-radius:0; box-shadow:none; outline:none !important; padding:0; }
section .form .select2-container--default { width:100% !important; }
section .form .select2-container--default .select2-selection--single { height:34px; font-size:16px; border:0; border-bottom:1px solid #4a4f55 !important; border-radius:0; }
section .form .select2-container .select2-selection--single .select2-selection__rendered { line-height:34px; padding:0; color:#868686; }
section .select2-container--default .select2-selection--single .select2-selection__arrow b { border:0; border-right:2px solid #c82442; border-bottom:2px solid #c82442; height:10px; width:10px; transform:rotate(45deg); right:20px; top:50%; margin-top:-5px; }
section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color:#c82442; transform:rotate(225deg); border-width:0 2px 2px 0; margin-top:1px; }
section .form label { font-size:15px; width:100%; font-weight:normal; color:#868686; margin-top: 5px; }
section .form textarea { padding:10px; font-size:16px; height:164px; border:1px solid #4a4f55 !important; width:100%; }
section .form button.submit { background:#c82442; color:#fff; text-align:center; border-radius:6px; line-height:60px; border:0; width:204px; display:block; margin:0 auto; position:relative; font-size:18px; }
section .form button.submit i { border-right:2px solid #fff; border-bottom:2px solid #fff; position:absolute; height:10px; width:10px; transform:rotate(-45deg); right:20px; top:50%; margin-top:-5px; }
section .form .field { position:relative; }
section .form .field .margin { margin-right:30px; }
section .form .field .remove { position:absolute; top:0; right:0; color:#c82442; font-size:20px; z-index:10; }
section .form .more { color:#c82442; font-size:16px; }
section .form .more span { font-size:24px; }
section .form .error-treinamento { float:left; margin:0 0 50px; color:#c82442; width:100%; }
section .faq { margin:80px auto 150px; max-width:1000px; }
section .faq ul { margin:0; padding:0; }
section .faq ul li { transition:all 0.3s; display:block; border:1px solid #4a4f55; margin-top:-1px; padding:0 20px; }
section .faq ul li.active { border-color:#c82442; border-width:4px 1px 1px; position:relative; z-index:10; }
section .faq ul li .top { cursor:pointer; line-height:78px; position:relative; }
section .faq ul li .top p { margin:0; font-size:20px; }
section .faq ul li .top a { transition:all 0.3s; color:#c82442; position:absolute; right:0; top:-4px; font-size:40px; }
section .faq ul li .top a:hover { text-decoration: none; }
section .faq ul li.active .top a { transform:rotate(45deg); }
section .faq ul li .content { display: none; }
section .faq ul li.active .content { display: block; }
section .faq .buy-button { background:#c82442; color:#fff; text-align:center; border-radius:6px; line-height:24px; padding:10px; width:204px; display:block; margin:40px auto 0; font-size:18px; }

section .selos { background: url('../images/selos2.png') center center no-repeat; position: relative; width: 440px; height: 313px; margin-left: -30px;
	display: none; }
section .selos .value { display: inline-block; vertical-align: middle; line-height: 27px;}
section .selos .text1 .value span{ font-size: 12px; display: inline-block; vertical-align: middle }
section .selos .text1 small{ font-size: 70% !important; }
section .selos .text1 .value strong{ font-size: 26px; display: inline-block; vertical-align: middle; margin-bottom: -5px; }
section .selos .text2 .value span{ font-size: 12px; display: inline-block; vertical-align: middle }
section .selos .text2 .value strong{ font-size: 30px; display: inline-block; vertical-align: middle }
section .selos .text2 .txt1 { font-size: 15px; }
section .selos .text2 .txt2 { font-size: 14px; font-weight: 600; }
section .selos .text1 { position: absolute; font-size: 14px; text-align: center; top: 55px; left: 62px;}
section .selos .text1 .comprarAgora { font-size: 15px; margin-top: 39px; font-weight: 600; text-transform: uppercase;}
section .selos .text2 { position: absolute; font-size: 13px; text-align: center; bottom: 32px;  right: 53px;}
section .selos .text2 .comprarAgora { font-size: 13px; margin-top: 41px; font-weight: 600; text-transform: uppercase;}
section .selos a{ cursor: pointer; }

/*section#form { background:url(../images/bg-header-form.jpg) no-repeat center top; background-color: #000000; background-size:cover; height:476px; overflow:hidden; position:relative; }*/
section#form { background:url(../images/campanhas/capa_promocao.gif) no-repeat center top; background-size:cover; height:580px; overflow:hidden; position:relative; background-position-y: -20px;  }
/*section#form { background:url(../images/fundo_header.jpg) no-repeat center top; background-size:cover; height:580px; overflow:hidden; position:relative; background-position-y: -10px;  }*/
section#form .wrapper { position:relative;  }
section#form #video-home{ width: 100%; float: right;}
section#form .video-image {
	width: 100%;
	height: 550px;
	background: url(../images/bg-home.jpg) no-repeat;
	background-size: cover;
	background-position-x: -100px;
}
div.bg_utube {-webkit-user-select: none;user-select: none;width: 100%;-ms-transform: scale(2,3);-webkit-transform: scale(2,3);transform: scale(1.2,1.2);}
section#form .col-video{ position: relative; width: 60.5%; float: left;}
section#form .col-video i{display:block; color: #ffffff; position: absolute; right: 0px; top: 42%; left: 0px; text-align: center; font-size: 5em; color: rgba(255, 255, 255, 0.70);}
section#form .wrapper .shadow-left { position:absolute; top:0; height:551px; right:946px; float:left; width:100vw; }
section#form .wrapper .text { color:#fff; font-size:24px; position:relative; z-index:2; float:left; display: none; }
section#form .wrapper .text p { margin-top:26px; }
section#form .wrapper .text .seal { position:relative; padding-top:320px; width:292px; float:left; text-decoration:none !important; }
section#form .wrapper .text .seal span { position:absolute; background:url(../images/selo.png); height:420px; width:425px; float:left; top:-30px; left:-64px; }
section#form .wrapper .text .seal small { display:block; color:#fff; font-size:16px; text-align:center; position:relative; z-index:2; }
section#form .wrapper .comprar { display:none; }
section#form .wrapper .form {
	position: absolute;
	top: 30px;
	right: 0;
	margin:0;
	height: inherit;
	/*background-color: #c82442;*/
	background-color: transparent;
	float:right;
	padding:0px 0px;
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
	/*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.18);*/
	padding-bottom: 20px;
}
section#form .wrapper .forms { width: 100%; display: inline-block; padding: 10px 50px; }
section#form .wrapper .form .facebook { padding:3px 120px 0 0; position:relative; }
section#form .wrapper .form .facebook a { position:absolute; right:-48px; top:0; }
section#form .wrapper .form .facebook a img { width:150px; }
section#form .wrapper .form small { font-size:28px; color:#fff; }
section#form .wrapper .form h2 { margin: 20px 0px 30px 0px; font-size: 27px; color: #fff; text-align: center; display: block; text-transform: uppercase; font-weight: bold;}

section#form .wrapper .form .block { background-color: #000000; padding: 20px 15px; text-align: center; transition: all 0.3s;}
section#form .wrapper .form .block:hover { background-color: #ffffff; padding: 20px 15px; cursor: pointer;}
/*section#form .wrapper .form .block p.red{ color: #c82442; font-size: 16px; margin: 0px 0px 3px; font-weight: 600; }*/
section#form .wrapper .form .block p.red{ color: #c82442; margin: 0px 0px 3px; font-weight: 600; text-transform: uppercase;
	font-size: 17px; line-height: 20px; transition: all 0.3s;}
/*section#form .wrapper .form .block:hover p.red{ color: #c82442; margin: 0px 0px 3px; }*/
section#form .wrapper .form .block:hover p.red{ color: #c82442; margin: 0px 0px 3px; }
section#form .wrapper .form .block span{ color: #ffffff; font-size: 12px; display: block; text-transform: uppercase; transition: all 0.3s;}
section#form .wrapper .form .block:hover span{ color: #4a4f55; display: inline-block; text-transform: uppercase;  }
section#form .wrapper .form .block:hover small{ color: #4a4f55; }
/*section#form .wrapper .form .block span:nth-of-type(2){ text-align: center; margin-top: 6px;}*/
section#form .wrapper .form .block span:nth-of-type(2){ text-align: center; margin-top: 2px;}
section#form .wrapper .form .block strong > span { margin: 0; display: inline-block; font-size: 12px; }
/*section#form .wrapper .form .block strong > span:hover { margin: 0; display: inline-block; }*/
section#form .wrapper .form .block strong > span:nth-of-type(1) { margin: 0; display: inline-block; font-size: 18px; }
section#form .wrapper .form .block strong > span:nth-of-type(2) { margin: 0; display: inline-block; font-size: 1.7em; }
section#form .wrapper .form .block strong > b { font-size: 12px; display: block; margin-top: 10px; text-align: center; font-weight: 300; line-height: 5px; }
section#form .wrapper .form .block strong > b:nth-of-type(2){ margin-top: -4px; text-transform: uppercase; font-size: 14px; }
section#form .wrapper .form .block strong:hover > span:nth-of-type(2) { margin: 0; display: inline-block;}
section#form .wrapper .form .block:hover span:nth-of-type(2){ text-align: center;}
/*section#form .wrapper .form .block.cnh strong{ color: #ffffff; font-size: 28px; display: block; line-height: 26px;}*/
section#form .wrapper .form .block.cnh strong{ color: #ffffff; font-size: 28px; display: block; transition: all 0.3s;}
section#form .wrapper .form .block.cnh:hover strong{ color: #4a4f55; display: block;}
section#form .wrapper .form .block.clt strong{ color: #ffffff; font-size: 17px; padding-top: 15px; display: block; margin:3px 0px; line-height: 26px; transition: all 0.3s;}
section#form .wrapper .form .block.clt:hover strong{ color: #4a4f55; padding-top: 15px; display: block; margin:3px 0px; line-height: 26px;}
/*section#form .wrapper .form .block:hover strong{ color: #4a4f55; font-size: 21px; display: block; margin:3px 0px; line-height: 26px;}*/
section#form .wrapper .form .block.clt{
	background-color: #2f2e2e;
}
section#form .wrapper .form .block.clt:hover{
	background-color: #ffffff;
}

#icon-cnh, #icon-clt{
	width: 50%;
	height: auto;
}
.block.cnh #icon-cnh path, #icon-cnh rect{
	fill: #4D4D4D;
	transition: all 0.2s
}
.block.cnh:hover #icon-cnh path, .block.cnh:hover #icon-cnh rect {
	fill: #c82442;
}

.block.clt #icon-clt path, #icon-clt rect{
	fill: #000000;
	transition: all 0.2s
}

.block.clt:hover #icon-clt path, .block.clt:hover #icon-clt rect {
	fill: #c82442;
}

.daniel:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
	width: 450px;
	height: 100%;
	position: absolute;
	left: -470px;
	background: url(../images/daniel.png);
	bottom: 0px;
	top: 70px;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.2));
}

.info-label{
	width: 30% !important;
	text-align: right;
	padding: 0px 0px 10px;
	color: #fff !important;
	font-weight: bold !important;
}

section#form .wrapper .form .form-holder { float:left; width:100%; }
section#form .wrapper .form .radio { float:right; width:35%; color:#fff; position:relative; margin:0 0 20px; }
section#form .wrapper .form .radio input { height:auto; position:absolute; left:0; opacity:0; }
section#form .wrapper .form .radio span { height:20px; width:20px; border-radius:10px; float:left; background:#fff; margin-right:10px; }
section#form .wrapper .form .radio input:checked + span:before { height:10px; width:10px; border-radius:6px; background:#c82442; margin:5px; content:" "; float:left; }
section#form .wrapper .form input { padding:0 18px; line-height:48px; border-bottom:0 !important; height:48px; }
section#form .wrapper .form .form-group { position:relative; }
section#form .wrapper .form .form-group .required { position:absolute; right:-16px; font-size:16px; color:#fff; top:16px; }
section#form .wrapper .form .select2-container--default .select2-selection--single { height:48px; font-size:16px; border-radius:0; border:0 !important; }
section#form .wrapper .form .select2-container .select2-selection--single .select2-selection__rendered { line-height:48px; padding:0; color:#868686; border:0; text-align:left; padding:0 18px; }
section#form .wrapper .form .select2-container--default .select2-selection--single .select2-selection__arrow { height:46px; bottom:1px; width:40px; }
section#form .wrapper .form button { background:#c82442; font-size:18px; border:0; color:#fff; border-radius:6px; float:right; line-height:58px; padding:0 14px; box-shadow:0 0 9px rgba(200,36,66,0.5); }


section#map { background:url(../images/bg-mapa.jpg) no-repeat center top; background-size:cover; min-height:900px; }
section#map .title { margin-top:80px; position:relative; float:left; width:100%; font-size:30px; color:#ffffff; text-align:center; }
section#map .title h1, section#map .title h2 { font-size: 33px; }
section#map .title span { border-bottom:1px solid #ffffff; position:absolute; top:50%; width:39%; left:4px; }
section#map .title span:last-child { left:inherit; right:4px; }
section#map .title span:after,
section#map .title span:before { content:" "; left:0; position:absolute; top:-5px; width:11px; height:11px; background:#fff; border-radius:5px; }
section#map .title span:after { left:auto; right:0; }
section#map .box { width:100%; float:left; margin-top:30px; }
section#map .box .filter { background:#000; text-align:center; padding:12px 0; }
section#map .box .filter .search { width:100%; max-width:330px; box-sizing:border-box; display:inline-block; background:#fff; position:relative }
section#map .box .filter .search input { background:none; border:0; line-height:48px; width:100%; padding:0 54px 0 20px; }
section#map .box .filter .search button { position:absolute; top:0; bottom:0; right:0; background:url(../images/icon-search.png) no-repeat center; width:54px; border:0; float:right; }
section#map .box .filter .text { color:#fff; padding:0 30px; font-size:16px; }
section#map .box .filter .select { display:inline-block; }
section#map .box .filter .select .item { margin:0 10px; width:200px; display:inline-block; }
section#map .box .filter .select .item .select2-container--default { width:100% !important; }
section#map .box .filter .select .item .select2-container--default .select2-selection--single { height:48px; font-size:16px; border:0; border-radius:0; }
section#map .box .filter .select .item .select2-container .select2-selection--single .select2-selection__rendered { line-height:48px; padding:0; color:#868686; text-align:left; padding:0 18px; }
section#map .box .filter .select .item .select2-container--default .select2-selection--single .select2-selection__arrow { height:auto; bottom:1px; width:30px; }
section#map .box .filter .select .item .select2-container--default .select2-selection--single .select2-selection__arrow b { border:0; border-right:2px solid #c82442; border-bottom:2px solid #c82442; height:10px; width:10px; transform:rotate(45deg); right:20px; top:50%; margin-top:-5px; }
section#map .box .filter .select .item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color:#c82442; transform:rotate(225deg); border-width:0 2px 2px 0; margin-top:1px; }
section#map .box .list { height:462px; float:left; overflow:auto; width:450px; padding:0 46px; box-sizing:border-box; background:#fff; }
section#map .box .list strong { font-size:20px; color:#4a4f55; margin:40px 0 0; display:block; }
section#map .box .list ul { margin:10px 0 0; padding:0; }
section#map .box .list ul li { display:block; margin-top:40px; }
section#map .box .list ul li:first-child { margin:0; }
section#map .box .list ul li a { color:#c82442; text-decoration:underline; }
section#map .box .list ul li span { text-transform:uppercase; }
section#map .box .map { float:right; width:calc(100% - 450px); background:url(../images/map.png); background-size:cover; height:463px; }
section#map .lab-nome{ font-weight: 600; font-size: 17px;}
.gm-style .gm-style-iw hr{
	display: none;
}


section#fluxo-compra .sidebar-left { width:220px; float:left; margin-left:15px; position:relative; overflow:hidden; }
section#fluxo-compra .sidebar-left:after { position:absolute; bottom:0 ; left:0; width:0;  height:0;  border-left:110px solid transparent; border-right:110px solid transparent; border-bottom:50px solid #fff; content:" "; }
section#fluxo-compra .steps { background:#ededee; width:100%; float:left; position:relative; padding:80px 20px 120px; }
section#fluxo-compra .steps span { top:80px; left:34px; background:#4a4f55; width:2px; position:absolute; bottom:124px; }
section#fluxo-compra .steps span:before { background:#c82442; width:2px; float:left; content:" "; }
section#fluxo-compra .steps span.step-2:before { height:80px;  }
section#fluxo-compra .steps span.step-3:before { height:120px; }
section#fluxo-compra .steps span.step-4:before { height:180px; }
section#fluxo-compra .steps ul { margin:0; padding:0; }
section#fluxo-compra .steps ul li { margin-top:36px; display:block; position:relative; padding:0 0 0 44px; color:#4a4f55; font-size:16px; }
section#fluxo-compra .steps ul li:first-child { margin-top:0; }
section#fluxo-compra .steps ul li:before { background:#4a4f55; content:" "; position:absolute; width:20px; height:20px; border-radius:40px; left:5px; top:0; }
section#fluxo-compra .steps ul li.selected { color:#c82442; }
section#fluxo-compra .steps ul li.selected:before { background:#c82442; }
section#fluxo-compra .steps ul li.selected.bold { font-weight:bold; }
section#fluxo-compra .steps ul li.selected.bold:before { height:30px; width:30px; top:-5px; left:0; }
section#fluxo-compra .sidebar-right { margin-right:15px; margin-bottom:120px; width:330px; float:right; }
section#fluxo-compra .sidebar-right .box { float:left; padding:28px; text-align:center; background:#818488; color:#fff; float:left; width:100%; }
section#fluxo-compra .sidebar-right .box p { font-size:18px; font-weight:bold; }
section#fluxo-compra .sidebar-right .box strong { font-size:20px; display:block; margin:0 0 30px; }
section#fluxo-compra .sidebar-right .box:last-child { background:#4a4f55; }
section#fluxo-compra .content { width:calc(100% - 640px); margin:0 30px; float:left; }
section#fluxo-compra .content .title { float:left; width:100%; margin:80px 0 0; text-align:center; font-size:16px; }
section#fluxo-compra .content .title strong { color:#4a4f55; font-size:26px; display:block; }
section#fluxo-compra .content .section { float:left; width:100%; text-align:center; }
section#fluxo-compra .content .section .section-title { font-size:20px; display:block; margin:30px 0 0; float:left; width:100%; text-align:center; }
section#fluxo-compra .content .section .section-title span { color:#c82442; }
section#fluxo-compra .content .selecao-perfil div { margin-top:40px; }
section#fluxo-compra .content .selecao-perfil div label { margin:40px 0 80px; display:inline-block; width:270px; }
section#fluxo-compra .content .selecao-perfil div label input { position:absolute; opacity:0; }
section#fluxo-compra .content .selecao-perfil div label .box { margin:0 -2px; transition:all 0.3s; background:#ededee; float:left; cursor:pointer; }
section#fluxo-compra .content .selecao-perfil div label input:checked + .box { background:#c82442; color:#fff; }
section#fluxo-compra .content .selecao-perfil div label .box .align { width:500px; display:table-cell; vertical-align:middle; height:326px; }
section#fluxo-compra .content .selecao-perfil div label .box .align strong { font-size:22px; display:block; margin-top:16px; }
section#fluxo-compra .content .selecao-perfil div label .box .align p { font-size:16px; padding:0 20px; }
section#fluxo-compra .content .localizacao .list { float:left; width:100%; margin:40px 0 80px; }
section#fluxo-compra .content .localizacao .list li { transition:all 0.3s; position:relative; border-bottom:1px solid #4a4f55; display:block; text-align:left; padding:18px 20px; }
section#fluxo-compra .content .localizacao .list li:hover { background:#c82442; }
section#fluxo-compra .content .localizacao .list li p { color:#4a4f55; font-size:16px; margin:0; width: calc(100% - 220px); }
section#fluxo-compra .content .localizacao .list li:hover p {transition:all 0.3s; color:#fff; font-size:16px; margin:0; }
section#fluxo-compra .content .localizacao .list li p strong { margin:0; display:block; font-size:22px; text-align:left; }
section#fluxo-compra .content .localizacao .list li p span {transition:all 0.3s; color:#c82442; font-size:18px; display:block; margin-bottom:20px; }
section#fluxo-compra .content .localizacao .list li:hover p span { color:#fff; }
section#fluxo-compra .content .localizacao .list li button {transition:all 0.3s; position:absolute; top:50%; right:20px; background:#c82442; color:#fff; font-size:18px; border-radius:6px; line-height:60px; padding:0 34px; border:0; }
section#fluxo-compra .content .localizacao .list li:hover button { background:#fff; color:#c82442; }
section#fluxo-compra .content form { float:left; width:100%; }
section#fluxo-compra .content form input { background:none; font-size:16px; border:0; border-bottom:1px solid #4a4f55 !important; border-radius:0; box-shadow:none; outline:none !important; padding:0; }
section#fluxo-compra .content .aviso { margin:50px 0 0; font-size:14px; font-weight:bold; text-align:left; float:left; width:100%; }
section#fluxo-compra .content .aviso small { display:block; font-size:11px; }
section#fluxo-compra .content .possuo-cadastro { margin:30px 0 20px; text-align:left; float:left; width:100%; }
section#fluxo-compra .content .possuo-cadastro strong { display:block; font-size:20px; color:#c82442; }
section#fluxo-compra .content .possuo-cadastro a { color:#4a4f55; font-size:16px; text-decoration:underline; }
section#fluxo-compra .content .dados-pessoais form .fone-sms { margin-top:40px; text-align:left; }
section#fluxo-compra .content form a.back { transition:all 0.3s; background:#4a4f55; color:#fff; text-align:center; border-radius:6px; margin:20px 0 60px; line-height:60px; border:0; width:204px; float:left; position:relative; font-size:18px; }
section#fluxo-compra .content form a.back:hover { background:#c82442; }
section#fluxo-compra .content form a.back i { border-left:2px solid #fff; border-top:2px solid #fff; position:absolute; height:10px; width:10px; transform:rotate(-45deg); left:20px; top:50%; margin-top:-5px; }
section#fluxo-compra .content form button.submit { padding:0; transition:all 0.3s; background:#4a4f55; color:#fff; text-align:center; border-radius:6px; margin:20px 0 60px; line-height:60px; border:0; width:204px; float:right; position:relative; font-size:18px; }
section#fluxo-compra .content form button.submit:hover { background:#c82442; }
section#fluxo-compra .content form button.submit i { border-right:2px solid #fff; border-bottom:2px solid #fff; position:absolute; height:10px; width:10px; transform:rotate(-45deg); right:20px; top:50%; margin-top:-5px; }
section#fluxo-compra .content .block-form label { width:100%; float:left; margin-top:40px; font-size:18px; text-align:left; margin-bottom:20px; }
section#fluxo-compra .content .list-bancos { margin-bottom:60px; text-align:left; font-size:14px; }
section#fluxo-compra .content .list-bancos .col-sm-6 { margin-top:10px; }
section#fluxo-compra .content .list-bancos img { float:left; margin:4px 20px 4px 0; }
section#fluxo-compra .content .list-bancos strong { display:block; }
section#fluxo-compra .content .coleta p { font-size:16px; color:#4a4f55; margin-top:50px; }
section#fluxo-compra .content .coleta a { display:block; margin:60px auto; width:206px; line-height:60px; font-size:18px; background:url(../images/icon-coleta.png) no-repeat 10px center #c82442; color:#fff; text-align:center; border-radius:6px; padding-left:26px; }
section#fluxo-compra .content .boleto-final img { max-width:100%; }
section#fluxo-compra .content .boleto-final p { text-align:left; font-size:16px; }
section#fluxo-compra .content .boleto-final p.valor { color:#c82442; font-size:22px; margin-top:40px; float:left; width:100%; }
section#fluxo-compra .content .boleto-final p.valor strong { font-size:30px; margin-bottom:10px; display:block; }
section#fluxo-compra .content .select2-container--default { width:100% !important; margin-top:40px; }
section#fluxo-compra .content .select2-container--default .select2-selection--single { text-align:left; height:34px; font-size:16px; border:0; border-bottom:1px solid #4a4f55 !important; border-radius:0; }
section#fluxo-compra .content .select2-container .select2-selection--single .select2-selection__rendered { line-height:34px; padding:0; color:#868686; }


section#vale-exame { background-color:#f7f7f7; min-height:400px; }
section#vale-exame .title { margin-top:80px; position:relative; float:left; width:100%; font-size:30px; color:#c82442; text-align:center; }
section#vale-exame .title h1 { font-size: 33px; }
section#vale-exame .title span { border-bottom:1px solid #c82442; position:absolute; top:50%; width:32%; left:4px; }
section#vale-exame .title span:last-child { left:inherit; right:4px; }
section#vale-exame .title span:after,
section#vale-exame .title span:before { content:" "; left:0; position:absolute; top:-5px; width:11px; height:11px; background:#c82442; border-radius:5px; }
section#vale-exame .title span:after { left:auto; right:0; }
section#vale-exame .form-control{
	padding: 0 18px;
	line-height: 48px;
	height: 48px;
	border: 1px solid #c82442 !important;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
section#vale-exame .btn-vale{
	line-height: 26px;
	background-color: #c82442;
	color: #ffffff;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
section#vale-exame .btn-vale:hover{
	background-color: #981a32;
}
section#vale-exame .form{
	margin: 80px auto 30px !important;
}
section#vale-exame .label{
	padding: 10px;
	font-size: 1.5em;
	margin-bottom: 15px;
	font-weight: 600;
}

section#vale-exame .label-danger{
	background-color: #c82442;
}
section#vale-exame .label-success{
	background-color: #33c824;
}
section#vale-exame .dados-doador{
	color: #727272; margin-bottom: 100px; font-size: 1.2em; text-align: center;
}

section#blog-sodre {
	 background-color:#fff; min-height:400px; border-top:1px solid #c3c3c3;
	 
 }
section#blog-sodre .title {
	 margin-top:50px; position:relative; float:left; width:100%; font-size:30px; color:#c82442; text-align:center; 
	 margin-bottom: 30px;
}
section#blog-sodre .title h1 { font-size: 33px; }
section#blog-sodre .title span { border-bottom:1px solid #c82442; position:absolute; top:50%; width:32%; left:4px; }
section#blog-sodre .title span:last-child { left:inherit; right:4px; }
section#blog-sodre .title span:after,
section#blog-sodre .title span:before { content:" "; left:0; position:absolute; top:-5px; width:11px; height:11px; background:#c82442; border-radius:5px; }
section#blog-sodre .title span:after { left:auto; right:0; }
section#blog-sodre .form-control{
	padding: 0 18px;
	line-height: 48px;
	height: 48px;
	border: 1px solid #c82442 !important;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}


section.depoimentos{
	padding: 20px 0px;
	display: inline-block;
	width: 100%;
	background-color: #ebebeb;
}

section.depoimentos h3{
	color: #c82442;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 20px;
}

section.depoimentos .balao-bg{
	background-color: #ffffff;
	display: inline-block;
	width: 100%;
	padding: 90px 20px 50px 20px;
	position: relative;
	margin: 100px 0px 100px;
	text-align: center;
	border-radius: 40px;
	height: 360px;
}

section.depoimentos .balao-bg img{
	border-radius: 100%;
	border: 2px solid #c82442;
	width: 120px;
	position: absolute;
	top: -50px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

section.depoimentos p{
	font-size: 16px;
	color: #4c515a;
	text-align: center;
}

section.depoimentos small{
	font-size: 16px;
}

section.depoimentos small strong{
	display: block;
}

section.depoimentos i{
	height: 1px;
	background-color: #c82442;
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

section.depoimentos i::after{
	right: 0px;
	left: inherit;
	content: " ";
	position: absolute;
	top: -5px;
	width: 11px;
	height: 11px;
	background: #c82442;
	border-radius: 5px;
}

section.depoimentos i::before{
	content: " ";
	left: 0;
	position: absolute;
	top: -5px;
	width: 11px;
	height: 11px;
	background: #c82442;
	border-radius: 5px;
}

section.depoimentos .balao-bg span{
	position: absolute;
	bottom: -52px;
}

.swiper-slide-active .balao-bg{
	background-color: #4c515a!important;
	color: #ffffff;
}
.swiper-slide-active .balao-bg p{
	color: #ffffff;
}

.swiper-slide-active .balao-bg span{
	background: url('../images/center-ballow.png') center center no-repeat;
	display: block;
	width: 100px;
	height: 70px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.swiper-slide-prev .balao-bg span{
	background: url('../images/left-ballow.png') center center no-repeat;
	display: block;
	width: 100px;
	height: 70px;
	left: 50px;
}

.swiper-slide-next .balao-bg span{
	background: url('../images/right-ballow.png') center center no-repeat;
	display: block;
	width: 100px;
	height: 70px;
	right: 50px;
}


.swiper-container {
	width: 100%;
}
.swiper-pagination-bullet-active{
	background: #c82442;
}

.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url("../images/Home/nav-icon.png");
	background-size: cover;
	transform: rotate(180deg);
	left: -50px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url("../images/Home/nav-icon.png");
	background-size: cover;
	right: -50px;
}
.swiper-pagination{
	width: 100%;
	margin-top: 5px;
}
.swiper-pagination-bullet{
	margin: 4px;
}
.swiper-pagination-bullet-active{
	background: #6d6d6d;
}



footer {  }
footer .content { color:#fff; padding:30px 0; background:#4a4f55; border-top:1px solid #c3c3c3; }
footer .content .v-card { line-height:23px; font-size:13px; padding-top: 30px; text-align: justify; }
footer .content .v-card span { font-size: 20px; text-align: center !important;     display: inline-block;}
footer .content .v-card img { margin-bottom:38px; }
footer .content .about p { line-height:14px; line-height:24px; margin: 40px 0px 0px; }
footer .content .links a { color:#fff; font-weight:bold; font-size:14px; text-transform:uppercase; text-align:center; display:block; }
footer .content .links a:first-child { margin:0 0 10px; line-height:40px; color:#c82442; font-size:30px; }
footer .content .certificacoes ul{ display: inline-block; vertical-align: top; width: 49%; padding-left: 20px;}
footer .bar { background:#000000; text-align:center; border-top:1px solid #c3c3c3; }
footer .bar .social a { line-height:50px; float:left; margin-left:20px; }
footer .bar .social a:first-child { margin-left:0; }
footer .bar nav { margin:0; padding:0; }
footer .bar nav li { line-height:50px; display:inline-block; margin:0 11px; }
footer .bar nav li a { color:#fff; text-transform:uppercase; }
footer .bar nav li a:hover { color: #c82442;}
footer .bar .pull-right { margin-top:-50px; }
footer .bar .pull-right .up { line-height:50px; background:#c82442; width:50px; height:50px; float:left; }
footer .links strong span{ font-size: 25px; }
footer .callCenter small{cursor: pointer; text-decoration: underline;}
footer .callCenter small:hover{ color:#c82442; }
.alert-danger {
	color: #ffffff;
	background-color: #c82442;
	border-color: #c82442;
}

.form-control[disabled], fieldset[disabled] .form-control{
	background-color: #eee !important;
}

.only-show-on-desktop {
	display: inline-block !important;
}

.only-show-on-mobile {
	display: none !important;
}

.full-img {
	display: block;
	width: 100%;
}

.mobile-banner {
	background: url('../images/campanhas/banner_mobile_consumidor.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 1008px;
}

.wire-col {
	color: #ffffff;
	font-size: 20px;
}
/*header*/
.btn-logado-header{margin-top: 15px !important; width: 184px !important;}
.nome-logado{width: 100% !important;}
.ptop-15{padding-top: 15px !important;}
.ptop-30{padding-top: 30px !important;}
.mtop-20{margin-top: 20px !important;}
.mtop-30{margin-top: 30px !important;}
.mbot-30{margin-bottom: 30px !important;}
.mbot-15{margin-bottom: 15px !important;}

/*Vale-exame*/
.white-space{ white-space: normal;}
.voucher-small{ font-size: 70% !important;  }
.resp-voucher{ color: #727272; margin-bottom: 30px; font-size: 1.2em; text-align: center;}
.input-voucher{ font-size: 24px !important; text-align: center; text-transform: uppercase; font-weight: 600; letter-spacing: 2px;}
.label-voucher{ padding: 10px; font-size: 1.5em !important; margin-bottom: 15px; font-weight: 600; }

/*minha conta*/
.btn-voucher-default{
	padding: 10px; font-size: 20px; margin-bottom: 10px;
}

/**/
.text-left{text-align: left !important;}
.modal-lg{ width: 65%; }
.row-padding{ padding-left: 10px; padding-right: 10px; }
.modal{
	z-index: 9999;
}
.modal-content{
	overflow: hidden;
}


/* informativo */
.informativoPreco{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}
.informativoPreco h2{
	font-weight: 600;
}
.informativoPreco p{
	font-size: 17px;
}
.informativoPreco .preco{
	font-size: 5em;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 30px;
	border: 1px solid #c82442;
	border-radius: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	display: inline-block;
	background-color: #c82442;
}

.informativoPreco .preco small{
	font-size: 50%;
}
.btn-informativo{
	width: 278px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}
.alert-preco{
	font-size: 18px;
	padding-bottom: 20px;
}
.alert-preco strong{
	font-size: 35px;
}

.alert-preco small{
	font-size: 20px;
}
.btn-modal-deposito{
	position: absolute;
	bottom: 40px;
	right: 40px;
	line-height: 50px;
	font-size: 18px;
	box-shadow: 0px 5px 30px rgba(23, 22, 22, 0.68);
	width: 210px;
	text-transform: uppercase;
}

.modal-promo{
	position: absolute;
	bottom: 40px;
	right: 40px;
	line-height: 50px;
	font-size: 25px;
	box-shadow: 0px 5px 30px rgba(23, 22, 22, 0.68);
	width: 280px;
	text-transform: uppercase;
	font-weight: bold;
}

/*tabela consulta de vale-exame*/

#table-valeExame.table-bordered>thead>tr>th{
	border: 1px solid #f1f1f1;
}
#table-valeExame thead{
	background-color: #c82442;
	color: #fff;
	border-color: #c82442;
}
#table-valeExame .label{
	padding: 5px !important;
	font-size: 1em !important;
	margin-bottom: 0px !important;
	font-weight: 400 !important;
}

@media (max-width:1750px){
	section#form .col-video{
		width: 65.5%;
	}
	section#form .video-image{
		background-position-x: -230px;
	}

}

@media (max-width:1490px){
	section#form .col-video{
		width: 65.5%;
	}

	section#form .video-image{
		background-position-x: -230px;
	}

	section#form{
		background-position-x: -150px;
		background-position-y: 0;
	}
}

@media (max-width: 1366px) {

	.wrapper{
		padding: 0 30px;
	}

	section#form .wrapper .form{
		width: 40%;
		right: 30px;
	}
}

@media (max-width: 1280px) {

	.wrapper{
		padding: 0 50px;
	}

	section#form .wrapper .form{
		width: 40%;
		right: 50px;
	}
}

@media (max-width:1165px){

	.video-image img{
		right: -40%;
	}
	.wrapper{padding: 0px 30px;}

	header .text-center { 
		display: inline-block; 
		width: 50%; 
		margin: 15px 0px;
	}

	header h1 {
		margin: 20px 0px 0px;
		padding-left: 15px;
		border-right: 1px solid #d0d0d0;
		padding-right: 25px;
	}
	header h1 img{
		width: 170px;
	}
	header .mobile-pesquisa{
		float: left;
		display: flex;
		flex: 1;
		margin: 30px 0 0;
		padding: 0px 25px;
	}

	header #login button.submit{
		line-height: 20px;
		height: 60px;
	}

	section#map .title span{ width: 33%; }
	section .selos{margin-top: 100px;}


	section#form .wrapper .form .block p.red{
		font-size: 12px;
	}

	section#form .wrapper .form .block.cnh strong{
		font-size: 23px;
	}
	section#form .wrapper .form .block span:nth-of-type(2){
		margin-top: 8px;
	}

	section#form .wrapper .form .block.clt strong{
		font-size: 16px;
	}

	section .form label{
		font-size: 15px;
	}

	section#form .wrapper .form{
		width: 55%;
		padding: 0px;
		right: 50px;
		background-color: #bb1230;
	}

	section#form .wrapper .form p{
		font-size: 16px;
	}


	section#form .wrapper .form .facebook a img{
		width: 130px;
		margin-right: 20px;
	}

	section#map .box .list{
		width: 350px;
		padding: 0 26px;
	}
	section#map .box .map{
		width: calc(100% - 350px);
	}

	section#vale-exame .title span{
		width: 30% !important;
	}

	footer .content .certificacoes ul{
		width: 100%;
	}

	section#form .video-image{
		background-position-x: -370px;
	}

	.letreiro .info {
		display: inline-block;
		animation: letreiro-menor 15s linear infinite;
		animation-direction: alternate-reverse;
	}

	@keyframes letreiro-menor {
		0% { transform: translateX(0%); }
		100% { transform: translateX(100%); }
	}

	section#form{
		background-position-x: -170px;
		background-position-y: 0;
	}
}

@media (max-width:992px){
	.video-image img{
		display: none;
	}

	header h1 {
		margin: 20px 0px 0px;
		padding-left: 15px;
		border-right: 1px solid #d0d0d0;
		padding-right: 15px;
	}
	header h1 img{
		width: 170px;
	}
	header .mobile-pesquisa{
		float: left;
		display: flex;
		flex: 1;
		margin: 30px 0 0;
		padding: 0px 15px;
	}

	.wrapper{padding: 0px 15px;}
	section#form{ height: auto; }
	section#form .wrapper .form { position: inherit; width: 100%; border-radius: 0;}
	section#form .wrapper .form .block{text-align: center;}
	section#form .wrapper .form .block span:nth-of-type(2){text-align: center;
		margin-top: 0px;}
	section#form .col-video { width: 100%; padding: 0px; text-align: center; margin: 0 auto; float: initial; }

	section#form .wrapper .form .block p.red {
		font-size: 20px;
	}
	section#form .wrapper .form .block.clt strong{
		font-size: 20px;
	}
	.seta-direita{
		display: none;
	}

	.form-mobile{
		position: relative !important;
		width: 100% !important;
		background-color: transparent !important;
		top: 0 !important;
		margin-bottom: 20px !important;
	}

	.only-show-on-desktop {
		display: none !important;
	}

	.only-show-on-mobile {
		display: block !important;
	}

}

@media (max-width:789px){

	header .wrapper{
		padding: 0px;
	}
	section#form .col-video{
		width: 100%!important;
	}

	.hide-mobile { display:none; }
	section#form .wrapper .text p { display: none; }
	section#form .wrapper .text { float: right; }
	section#form .selos { margin: 470px 60px 0px; }
	header h1 { margin: 12px 0px;
		padding-left: 15px;
		border-right: 1px solid #d0d0d0;
		padding-right: 15px; }
	.btn-sm{
		font-size: 11px;
	}
	header h1 img{
		width: 110px;
		height: auto;
	}
	header .mobile-pesquisa{
		float: left;
		display: flex;
		flex: 1;
		margin: 21px 0 0;
		padding: 0px 15px;
	}
	header .text-center { display: inline-block; width: 100%; margin: 0px; /*background-color: #4a4f55;*/}
	header .text-center.h2-header{ background-color: #4a4f55;}
	header .text-center h2{ color: #ffffff; margin: 20px 0px;}
	header .login button { font-size:16px; line-height:64px; padding:0 20px; }
	header #login { position:relative; }
	header #login .close-button { z-index:100; margin:0; top:0; right:15px; position:absolute; }
	header #login span { line-height:30px; padding:10px 0; }
	header #login input { margin-top:10px; }
	header #login button.submit { line-height:40px; margin:20px 15px 0; width:calc(100% - 30px); }
	header #login .wrapper {  display: inline-block; }

	section#form .selos { margin-top: 100px; background: inherit;}
	/*section .selos { background: url('../images/selos-mobile2.png') no-repeat; width: 330px; height: 180px; background-size: contain; display: none;}*/
	/*section .selos .text1{ font-size: 11px; top: 50px; left: 48px; }*/
	section .selos .text1{ font-size: 10px; top: 58px; left: 40px; display: none; }

	/*section .selos .text2{ font-size: 11px; bottom: 30px; right: 45px; }*/
	section .selos .text2{ font-size: 10px; bottom: 38px; right: 40px; display: none; }
	section .selos .text1 .value strong{font-size: 20px;}
	section .selos .text2 .value strong{font-size: 20px;}
	section .selos .text1 .comprarAgora { font-size: 11px; margin-top: 12px;}
	section .selos .text2 .comprarAgora { font-size: 11px; margin-top: 12px;}

	section#form .wrapper .form .precos{padding: 0px; margin-left: -20px; margin-right: -20px;}
	section#form .wrapper .form .block { background-color: #000000; padding: 10px 10px; min-height: 130px;}
	section#form .wrapper .form .block:hover { background-color: #ffffff; padding: 10px 10px; cursor: pointer;}
	section#form .wrapper .form .block p.red{ color: #c82442; font-size: 16px; margin: 0px 0px 3px; }
	section#form .wrapper .form .block:hover p.red{ color: #c82442; font-size: 16px; margin: 0px 0px 3px; }
	section#form .wrapper .form .block span{ color: #ffffff; font-size: 12px; display: block; margin:3px 0px; text-transform: uppercase; text-align: center;}
	section#form .wrapper .form .block:hover span{ color: #4a4f55; font-size: 12px; display: block; margin:3px 0px; text-transform: uppercase;  }
	section#form .wrapper .form .block span:nth-of-type(2){ text-align: center; }
	section#form .wrapper .form .block:hover span:nth-of-type(2){ text-align: center; }
	section#form .wrapper .form .block strong{ color: #ffffff; font-size: 30px; display: block; margin:5px 0px; line-height: 26px; text-align: center;}
	section#form .wrapper .form .block:hover strong{ color: #4a4f55; font-size: 30px; display: block; margin:5px 0px; line-height: 26px;}

	.call-mobile{display: inline-block; width: 100%; color: #ffffff; font-size: 20px; text-align: center; background-color: #4a4f55; padding: 10px; cursor: pointer;}

	section#map .wrapper { padding:0; }
	section#map .title { margin-top:20px; margin-bottom: 20px; }
	section#map .title h1{font-size:23px !important;}
	section#map .title span { display:none; }
	section#map .box { margin:0; }
	section#map .box .filter { background:none; }
	section#map .box .filter .search { width:calc(100% - 40px); margin:0 20px; }
	section#map .box .filter .search input { padding-left:12px; }
	section#map .box .filter .text { display:block; padding:14px 0; }
	section#map .box .filter .select .item { margin:0 10px 20px; width:calc(100% - 40px); }
	section#map .box .map { width:100%; }
	section#map .box .list {
		width:100%;
		padding:0 20px;
		height: auto;
		max-height: 450px;
		padding-bottom: 40px; }

	section#vale-exame{min-height: 200px;}
	section#vale-exame .title{margin-top: 30px;}
	section#vale-exame .title span{ display: none;}
	section#vale-exame .title h1{
		font-size: 23px;
		margin-bottom: 30px;
	}
	section#vale-exame .label{
		display: block;
	}

	section#blog-sodre .title span{ display: none;}

	section .header { height:180px; }
	section#intern .title { margin-top:40px; }
	section#intern .title h2 { font-size:30px; }
	section .faq ul li .top { padding:12px 0; }
	section .faq ul li .top p { line-height:23px; font-size:20px; padding-right:32px;	 }
	section .faq ul li .top a { top:50%; margin-top:-39px; }
	section .faq ul li.active .content{ font-size: 18px; }

	section#form { position:relative; height:auto; background:url(../images/banner-mobile-novo.jpg) no-repeat; background-size:100% auto; }
	section#form .wrapper { padding:0; position:static; }
	/*section#form .shadow-left,
	section#form .text,
	section#form .shadow-right { display:none; }*/
	/*section#form .seal-mobile { position: absolute; width: 280px; height: 360px; background: url(../images/selo-mobile.png) no-repeat; left: 0; bottom:-58px; float: left; background-size: 100%; }*/
	section#form .content-mobile { float:left; width:100%; position:relative; max-height:603px; height:calc(100vh - 67px);  }
	section#form .wrapper .form { /*padding:0 20px;*/ width:100%; background-repeat: inherit; height: auto; }
	section#form .wrapper .comprar { display: none; float:left; width:100%; font-size:20px; background:#4a4f55; color:#fff; height:90px; line-height:90px; text-align:center;  margin-bottom: 0px !important; }
	section#form .wrapper .form .facebook { text-align:center; padding:20px 0 0; }
	section#form .wrapper .form .facebook small { padding:0 20px 20px; width: 100%;}
	section#form .wrapper .form .facebook a { position:static; float:none; display:block; }
	section#form .wrapper .form .facebook a img { width:40%; }
	section#form .wrapper .form p { margin-top:30px; font-size:18px; text-align:center; }
	section#form .wrapper .form button { float:none; margin:0 auto; display:block; font-size: 22px; width: 100%; }

	section#fluxo-compra .sidebar-left { display:none; }
	section#fluxo-compra .content { width:100%; margin:0; padding:0 20px; }
	section#fluxo-compra .content .title { margin-top:40px; }
	section#fluxo-compra .content .selecao-perfil { width:100vw; margin:0 -20px; }
	section#fluxo-compra .content .selecao-perfil div label { width:50%; margin:40px 0; float:left; }
	section#fluxo-compra .content .selecao-perfil div label .box .align { height:260px; }
	section#fluxo-compra .content .selecao-perfil div label .box .align img { width:40%; }
	section#fluxo-compra .content .selecao-perfil div label .box .align p { font-size:12px; }
	section#fluxo-compra .sidebar-right { width:100%; margin:40px 0 0; }
	section#fluxo-compra .content form a.back { width:auto; background:none; color:#4a4f55; }
	section#fluxo-compra .content form a.back i { display:none; }
	section#fluxo-compra .content form button.submit { width:220px !important; }
	section#fluxo-compra .content .localizacao .list li button { position:static; margin-top:20px; width:100%; }
	section#fluxo-compra .content .localizacao .list li p {text-align: center; width: 100%;}
	section#fluxo-compra .content .localizacao .list li p strong {text-align: center;}
	section#fluxo-compra .content .localizacao .list li p span {font-size: 22px; font-weight: 600;}

	footer .content .v-card { text-align:center; }
	footer .content .v-card img { margin-bottom:10px; }
	footer .content .links { margin-top:40px; }
	footer .bar nav,
	footer .bar .social { float:left; width:100%; }
	footer .bar nav li { display:block; line-height:30px; }
	footer .bar .social { margin:30px 0 10px; }
	footer .bar .social a { float:none; margin:0 20px; }
	footer .bar .social a:last-child { margin-right:0 }
	footer .bar .pull-right { width:100%; margin:0; }
	footer .bar .pull-right .up { float:right; margin-right:-15px; }
	footer .content .certificacoes ul{ width: 100%; list-style: none; padding-right: 20px;}
	footer .content .certificacoes { text-align: center; padding-top: 20px;}
	.only-show-on-desktop {
		display: none !important;
	}

	.only-show-on-mobile {
		display: inline-block !important;
	}

	.banners {
		margin: 50px 0px 30px 0px;
	}

	.banners .banner {
		height: 170px;
	}

	.banners .overlay{
		border:none;
	}

	.banners h1{
		font-size: 28px;
		top: 35px;
	}

	.banners .icone{
		width: 80px;
		height: 80px;
		top: -40px;
	}

	.banner-margin{
		margin: 20px 15px;
	}

	.seta-direita{
		display: none;
	}

	.form-mobile{
		right: 0px !important;
		padding: 0px 10px !important;
		margin-bottom: 0px !important;
	}

	section#form .wrapper .form .block.clt strong {
		font-size: 17px;
	}

	#pesquisa{
		width: 170px;
		left: 10px !important;
	}
	#pesquisa .header i{
		padding: 2px;
		font-size: 16px;
		margin-bottom: 5px;
	}

	#pesquisa .header b{
		font-size: 12px;
	}
	#pesquisa .body button{
		line-height: 17px;
		font-size: 11px;
		letter-spacing: 1px;
	}
	.close-pesquisa {
		bottom: -60px !important;
	}
}

@media only screen and (min-width:360px) and (max-width: 400px) {
	section#form .selos { margin-top: 150px; }
	.call-mobile{display: inline-block; width: 100%; color: #ffffff; font-size: 20px; text-align: center; background-color: #4a4f55; padding: 10px; cursor: pointer;}
}

@media (max-width:600px){

	section#form .col-video { display: none; }
	section#form #video-home { display: none; }
	section#form .wrapper .text{ display: none }
	section .selos{display: block}

	.swiper-pagination{
		margin-top: -5px;
	}
	.swiper-button-prev, .swiper-button-next{
		display: none;
	}

}

@media (max-width:420px){
	section#form .wrapper .form .block {
		min-height: 120px;
		padding: 5px;
	}
	section#form .wrapper .form .block:hover {
		min-height: 120px;
		padding: 5px;
	}
}
@media only screen and (min-width : 320px) and (max-width: 359px) {
	section#form .selos {
		margin-top: 100px;
	}
}
@media (max-width: 500px){
	.list-post-desc{
		display: none;
	}
}

@media (max-width: 715px){
	section.depoimentos i {
		display: none;
	}
}

@media (max-width: 1200px) {
	section.depoimentos i {
		width: 20%;
	}
}

.col-destaque .list-post-row{
	margin-bottom: 15px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	}
	.col-destaque .list-post-info{
	background: #fff;
	width: 55%;
	float: left;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	}

	.col-destaque .list-post-header{
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
	}
	.col-destaque .list-post-header b a{

	color: #000;
	}

	.col-destaque .list-post-title{
	font-size: 25px;
	color: #c82442;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 20px;
	height: 82px;
	overflow: hidden;
	}

	.col-destaque .list-post-desc{
	height: 110px;
	overflow: hidden;
	}
	.col-destaque .list-post-desc{
	height: 80px;
	overflow: hidden;
	}
	.col-destaque .list-post-desc, .list-post-desc a{
	font-size: 16px;
	color: #727272;
	}
	.col-destaque .list-post-button{
	position: absolute;
	bottom: 20px;
	}

	.col-destaque .list-post-img{
	width: 45%;
	float: left;
	}
	.col-destaque .list-post-img img{
	max-width: 100%;
	}
	.col-destaque .hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	border: 0px !important;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	}
	.col-destaque .hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2b2f33;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	}
	.col-destaque .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: #ffffff;
	border:0px;
	}
	.col-destaque .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	}
	.col-destaque .pl-4, .px-4 {
	padding-left: 1.5rem!important;
	}
	.col-destaque .pr-4, .px-4 {
	padding-right: 1.5rem!important;
	}
	.col-destaque .pb-2, .py-2 {
	padding-bottom: .5rem!important;
	}
	.col-destaque .pt-2, .py-2 {
	padding-top: .5rem!important;
	}
	.col-destaque .mt-5, .my-5 {
	margin-top: 3rem!important;
	}
	.col-destaque .btn-danger {
	background: #c82442;
	}
	.col-destaque .btn {
	border-radius: 0;
	height: 40px;
    line-height: 30px;
    width: 110px;
	}
	.col-destaque .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
	}
	.col-destaque .text-muted {
	color: #6c757d!important;
	}
	.col-destaque .text-white{color:#fff!important}
	.col-destaque a {
		color: #c82442;
	}
	.btn-blog{
		text-align: center;
	}
	.btn-blog a {
		background: #4a4f55;
		border-color: #4a4f55;
		height: 60px;
		line-height: 46px;
		width: 200px;
		font-size: 21px;
		margin-bottom: 40px;
		margin-top: 40px;
	}
    .listPosts {
        padding-top: 15px!important;
        margin-top: 15px;
        background: #efefef;
        padding-left: 5px;
    }


.certifications {
	padding: 42px 0;
	margin-bottom: 40px;
}

.certifications p {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.certifications small {
	color: #b9b9b9;
}

.certifications .itens {
	padding: 32px 0;
	width: 80%;
	margin: 0 auto;
}

.certifications .itens ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.certifications .itens ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 42px;
}

.certifications .itens ul img {
	max-width: 210px;
}

.certifications .itens ul img.inmetro {
	max-width: 90px;
}

.certifications .itens ul a {
	transition: all 0.2s ease;
}

.certifications .itens ul a:hover {
	opacity: .8;
}

#certifications .modal-header {
	padding: 24px;
	background-color: #c30e2e;
	color: #fff;
}

#certifications .modal-header h5 {
	font-weight: bold;
	letter-spacing: .5px;
	font-size: 1.5em;
	display: inline-block;
}

#certifications .modal-header .close {
	color: #fff;
	opacity: .5;
	position: absolute;
	right: 22px;
	top: 22px;
}

#certifications #modal-body .content {
	display: flex;
	padding: 24px;
}

#certifications #modal-body .content .description {
	flex: 2;
	border-right: 1px solid #ececec;
	padding-right: 24px;
}

#certifications #modal-body .content p {
	font-size: 18px;
	text-align: left;
	line-height: 28px;
}

#certifications #modal-body .content .image {
	flex: 1;
	padding: 0 24px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

#certifications #modal-body .content .image > span {
	text-align: center;
	font-size: 80%;
	line-height: 16px;
	margin-top: 12px;
}

#certifications #modal-body .content .description > .links {
	margin-top: 24px;
	border-top: 1px solid #ececec;
}

#certifications #modal-body .content .description > .links a {
	margin: 20px 0 12px;
	display: flex;
	align-items: center;
	color: #c30e2e;
	font-size: 18px;
}

#certifications #modal-body .content .description > .links a > i {
	font-size: 20px;
	margin-right: 8px;
}

#certifications #modal-body .content div img {
	padding: 0 12px;
	max-width: 300px;
}

#certifications #modal-body .content div img.inmetro {
	max-width: 150px;
}

@media (max-width:1024px) and (min-width: 769px){
	#certifications #modal-body .content{
		flex-direction: column-reverse;
	}

	#certifications #modal-body .content p{
		font-size: 14px;
		line-height: 26px;
		text-align: center;
	}

	#certifications .modal-header h5{
		font-size: 1.3em;
	}

	#certifications #modal-body .content .description{
		margin-top: 42px;
		padding-right: 0px;
		border: 0;
	}

	#certifications #modal-body .content .description > .links a{
		margin: 20px 0 6px;
		justify-content: center;
		font-size: 16px;
	}
}

@media (max-width:768px){
	#certifications .modal-lg{
		width: 90%;
		margin: 24px auto;
	}

	.certifications .itens {
		width: 90%;
		margin: 0 auto;
	}

	.certifications .itens ul {
		flex-direction: column;
		margin: 0;
	}

	.certifications .itens ul li {
		margin: 24px 0;
	}

	#certifications #modal-body .content{
		flex-direction: column-reverse;
	}

	#certifications #modal-body .content p{
		font-size: 14px;
		line-height: 26px;
		text-align: center;
	}

	#certifications .modal-header h5{
		font-size: 1.3em;
	}

	#certifications #modal-body .content .description{
		margin-top: 42px;
		padding-right: 0px;
		border: 0;
	}

	#certifications #modal-body .content .description > .links a{
		margin: 20px 0 6px;
		justify-content: center;
		font-size: 16px;
	}
}