@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/****************************************TYPOGRAPHY ***************************************************/
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #5a5a5a;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
	color: #be8850;
	font-weight: 800;
	letter-spacing:-.6px;
}
h1{
	font-size: 3.3em;
}
h2{
	font-size: 2.827em;
}
h3{
	font-size: 1.999em;
}
h4{
	font-size: 1.414em;
}
p{
	font-size: 1.4em;
	color: #5a5a5a;
	font-weight:500;

}

.alert-success {
	color: #ffffff;
    background-color: #f7941d;
    border-color: #f7941d;
	border-radius: 10px;
}

.alert-success p {
	color: #ffffff;
}

.bloco-motivos {
	border: 1px solid #1fbbee;
	border-radius: 10px;
	padding: 10px;
	min-height: 190px;
	margin-bottom: 25px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.bloco-motivos:hover {
	border: 1px solid #1fbbee;
	background-color: #fafafa;
}

.bloco-motivos p {
	margin-bottom: 0px;
}

.btn {
  display: inline-block;
  padding: 15px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: none;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}

.btn:hover {
	color:#333;
	text-decoration:none;
}

.btn.active,.btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor:not-allowed;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none;opacity:.65;
}

.btn-link{
	padding:0;
	box-shadow: none;
}
.icon-on-button{
	margin-left: 8px;
}
.icon-on-button i{
	font-size: 18px;
	vertical-align: middle;
}

.dropdown-menu{
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	font-size:1.2em;
	text-align:left;
	list-style:none;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.navbar{
	background-color: rgba(255, 255, 255, 0.9);
	border-color: transparent !important;
	border:0px;
	padding-top: 20px;
	padding-bottom:20px;
	transition: all .5s ease;
}
.navbar-brand {
	padding: 0;
}

.navbar-nav {
	margin:23px -15px;
}

.navbar-brand img{
	max-height: 88px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    color: #0062ac;
	font-weight:400;
	font-size:16px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #494948;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #be8850;
}
.navbar-default .navbar-toggle{
	border:none;
	color:#be8850;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{
	background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#888;
}
.navbar-nav>li>a.btn-navbar:hover{
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #0062ac;
    background-color: transparent;
}
.navbar-nav>li>a.btn-navbar{
	padding-left: 40px;
	padding-right: 40px;
}
.navbar-divider{
	width:100%;
	height: 1px;
	border:0px;
	background-color: rgba(255,255,255,0.1);
	transition: all .5s ease;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{
	color:#1fbbee;
}

.table {
	font-size:1.2em;
}

.table tr:first-child {
	height: 80px !important;
}

.texto-intro {
	height : 715px;
	display : flex;
	align-items : center;
	justify-content : center;
}

.texto-intro>h1 {
	text-align: right;
}

.resposta {
    border: 1px solid #00bdf2;
    padding: 15px 15px 0px 15px;
	margin-bottom: 15px; 
    border-radius: 8px;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
	color:#00bdf2;
	text-decoration:none;
}

.dropdown-menu>li>a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
}

.table-hover>tbody>tr:hover {
    background-color: rgba(245, 245, 245, 1);
    color: #5a5a5a;
}

section#blocos div.panel-alternativa:hover {
	border: 1px solid #1fbbee;
}
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh);
}
  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page > .container > .row {
    min-height: 600px;
    height: calc(80vh); }
  .site-blocks-cover h1 {
    font-size: 7rem;
    font-weight: 800;
    line-height: 0.9;
	  letter-spacing: -1px;
	  text-transform: uppercase;
}
.site-blocks-cover h2 {
    font-size: 5.2rem;
    font-weight: 800;
    line-height: 1;
	letter-spacing: -2px;
	color:#006bb6;
	text-transform: uppercase;
	margin-top: 300px;
}

@media (min-width:768px){
.navbar-right .dropdown-menu{
	right:-15%;
	left:auto;
	width:130%;
	text-align:center;
}
.navbar-right .dropdown-menu-left{
	right:auto;
	left:0;
}
}

.colored-nav {
    padding-top: 10px;
    padding-bottom: 15px;
}
.colored-nav .navbar-divider{
	display: none;
}
.cta{
	color: #fff;
}
.cta-btn-group{
	margin-top: 15px;
}
.cta-btn-group .btn{
	margin: 10px;
}
.btn-orange.focus, .btn-orange:focus,.btn-orange.active, .btn-orange:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-white.focus, .btn-white:focus,.btn-white.active, .btn-white:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-violat.focus, .btn-violat:focus,.btn-violat.active, .btn-violat:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.texto-topo {
	font-size:24px;
	margin-top: 30px;
}
.navbar-nav>li>a.btn-navbar{
	padding-left: 40px;
	padding-right: 40px;
}
.nav>li>a{
	position:relative;
	display:block;
	padding:10px 12px;
}
.nav-pills>li>a {
    position: relative;
    display: block;
    padding: 22px 20px;
    min-height: 70px;
    font-size: 1.3em;
	margin: 0px 5px;
	border-radius: 8px;
}
.azul { 
	color:#006bb6;
}
.verde-claro { 
	color:#a9cf38;
}
.lilas {
	color:#a790c4;
}
.panel-alternativa {
	background-color:#f7f7f7;
	min-height:670px;
	border-radius:8px;
	padding:30px 10px 20px 10px;
}
.panel-alternativa-menor {
	background-color:#f7f7f7;
	min-height:400px;
	border-radius:8px;
	padding:30px 10px 20px 10px;
}
.thumb-video {
	margin-bottom:10px;
}

/*******************************************HEADER***************************************************/
header{
	background-color: #b7b7b7;
	position: relative;
	display: block;
}

.cta-heading {
	margin-top:100px;
}

/*******************************************STATUS BAR***************************************************/

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.wrapper {
	display: table-cell;
	height: 400px;
	vertical-align: middle;
}

.pull-right {
	float: right;
}

.arrow-steps .step {
	font-size: 1.1em;
	text-align: left;
	color: #666;
	cursor: default;
	margin: 0 5px;
	padding: 60px 20px 60px 40px;
	max-width: 180px;
	min-height:210px;
	float: left;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(218,218,218,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(218,218,218,1) 100%);
background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(218,218,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#dadada",GradientType=1);
}

.arrow-steps .step.past {
	color: #ffffff;
	background: rgb(0,189,242);
background: -moz-linear-gradient(90deg, rgba(0,189,242,1) 0%, rgba(0,107,182,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,189,242,1) 0%, rgba(0,107,182,1) 100%);
background: linear-gradient(90deg, rgba(0,189,242,1) 0%, rgba(0,107,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bdf2",endColorstr="#006bb6",GradientType=1);
}

.arrow-steps .step.past:after {
	border-top: 105px solid transparent;
    border-bottom: 105px solid transparent;
    border-left: 20px solid #006bb6;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 105px solid transparent;
	border-bottom: 105px solid transparent;
	border-left: 20px solid #dadada;	
	z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 20px solid #fff;	
	z-index: 0;
}

.arrow-steps .step.current:before {
	right: auto;
	left: 0;
	border-left: 23px solid #fff;	
	z-index: 0;
}


.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: -2px;
	left: -20px;
}

.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
	color: #fff;
	padding: 80px 30px 80px 50px;
	top: -25px;
	left: -3px;
	min-height: 260px;
	background: rgb(255,214,0);
background: -moz-linear-gradient(90deg, rgba(255,214,0,1) 0%, rgba(247,148,29,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,214,0,1) 0%, rgba(247,148,29,1) 100%);
background: linear-gradient(90deg, rgba(255,214,0,1) 0%, rgba(247,148,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd600",endColorstr="#f7941d",GradientType=1);
}

.arrow-steps .step.current:before {
	border-left: -17px solid #23468c;
	border-top: 130px solid transparent;
    border-bottom: 130px solid transparent;
}

.arrow-steps .step.current:after {
	border-left: 23px solid #f7941d;
	border-top: 130px solid transparent;
    border-bottom: 130px solid transparent;
	right: -23px;
}


/***************************************TIMELINE**********************************************************/

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #b4b4b4;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 100px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 4px solid #f7941d;
  border-radius: 12px;
  padding: 40px;
  position: relative;
  background-color: #f5f5f5;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #f7941d;
  border-right: 0 solid #f7941d;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 33px;
  right: -9px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-left: 9px solid #f5f5f5;
  border-right: 0 solid #f5f5f5;
  border-bottom: 8px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 9px;
  left: -9px;
  right: auto;
}
.timeline-badge > a {
  color: #f7941d !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body {
	padding: 20px;
}
.timeline-body > h2 {
	margin-top: 0px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
    
}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/
    
}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 30px;
  margin-bottom: 100px;
}
.timeline > li:nth-child(2){
  margin-top: 160px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -12px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 10px;
            left: -10px;
            right: auto;
        }
    
.timeline > li.timeline-inverted{
  float: left; 
  clear: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: 28px;
}
}

section.documentos {
    top: -150px;
    position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}



/*******************************************SLIDER HOME***************************************************/
.sliding-card-with-bottom-image .image-container img{
	position: relative;
    margin: 0 auto;
    padding-top: 90px;
}
.image-right-slide-bg{
	background-repeat: no-repeat !important;
    background-position-x: 100%!important;
    background-size: auto 100%!important;
    padding: 18rem 0;
}
.slider-para{
	font-size: 1.414em;
	font-family: 'Open Sans', sans-serif;
}
/*******************************************SLIDER***************************************************/
.slider-content-wraper{
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
	color: #fff;
}

/*******************************************FEATURE**************************************************/
/*.feature{
	position: relative;
	overflow:hidden;
}
.feature-right-image{
	position: absolute;
	width: 100%;
	height: 100%;
}*/
.feature-wiget{
	padding-top: 15px;
	padding-bottom: 15px;
}
.feature-wiget h4, .feature-wiget i{
	color: #433b88;
}
.feature-wiget i{
	font-size: 36px;
}
.feature-wiget h4{
	text-transform: uppercase;
}
.bottom-line{
	position: relative;
	margin-bottom: 20px;
}

.bottom-line:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 35px;
	height: 2px;
	background-color: #0e153a;
	left: 0;
	margin-top: 7px;
	margin-bottom: 5px;
}
/*******************************************CARD*****************************************************/
.card{
	box-shadow: 0px 4px 15px 0px rgba(191, 195, 198, 0.29);
}
.card-title{
	color: #5a5a5a;
	text-transform: initial;
}
.card-block{
	padding:4rem;
}
/*******************************************TESTIMONIAL**********************************************/
.heading-wraper{
	margin-bottom: 120px;
}
.heading-wraper h3{
	color: #fff;
	text-transform: uppercase;
}
.heading-wraper .heading-devider{
	margin:0 auto;
	width: 100px;
	height: 2px;
	border:0px;
}
.testimonial-container{
	background-color: #fff;
	box-shadow: 0px 8px 21px 0px rgba(26, 31, 66, 0.29);
}
.testimonial-content{
	padding: 2rem 8rem;
    position: relative;
    top: -45px;
    color: #5a5a5a;
    font-weight: 600;
}
.testimonial-speech{
	font-size: 16px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #5a5a5a;
}
.testimonial-container .client-details{
	position: relative;
	top: -45px;
}
.testimonial-container .client-details img{
	border-radius: 50%;
	margin-bottom: 25px;
}
.client-designation{
	margin-bottom: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}
.client-name{
	margin-bottom: 0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	font-weight: 400;
}
ul.social-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.social-list li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.social-list li a{
	display: block;
    font-size: 2rem;
    padding: 0.2rem;
    color: #999999;
}
ul.social-list li a:hover, ul.social-list li a:focus{
	color: #0e153a;
}

.owl-wrapper-outer{
	padding-top: 60px;
	margin-top: -60px;
}
/*******************************************CUSTOMER SUPPORT*****************************************/
.customer-support-content{
	padding-left: 15px;
	padding-right: 15px;
}
/*******************************************SUBSCRIPTION*********************************************/
.sunscription-wraper-outer{
	box-shadow: 0px 8px 21px 0px rgba(191, 195, 198, 0.29);
}
.subscription-wraper h3{
	text-transform: uppercase;
	color: #433b88;
}
.subscription-wraper p{
	color: #5a5a5a;
}
.subscription-form .form-group{
	width: 65%;
	margin: 0 auto;
}
.subscription-form .form-control{
	border-radius: 50px;
	margin-bottom: 25px;
	margin-top: 25px;
	height: 40px;
}
.newsletter{
	background-color: #f1f6fa
}

/*******************************************FOOTER***************************************************/


.footer-list-wiget h4{
	color: #ffffff;
	text-transform: uppercase;
}

.footer-list-wiget p{
	font-size: 1em;
}

.footer-list-wiget .list-group-item {
	border: 0px;
	background-color: transparent!important;
	padding: 5px 0px !important;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.footer-list-wiget .list-group-item:hover{
	border: 0px;
	background-color: transparent!important;
	padding-left: 0;
	font-family: 'Open Sans', sans-serif;
	color: #00bdf2;
}
.footer-list-wiget .list-group ul {
	list-style-type: none;
	color: #ffffff;
}

.footer-list-wiget .list-group ul a {
	color: #ffffff;
}
.footer-list-wiget .list-group ul a:hover {
	color: #00bdf2;
}

.footer-devider{
	background-color: rgb(235, 235, 235);
}
.footer-end-line{
	height: 25px;
	background-color: #433b88;
	width: 100%;
	margin: 0;
	padding: 0;

}
.logo-colored,.logo-white{
	display: inline-block;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.logo-colored img,.logo-white img{
	display: inline-block;
    text-transform: uppercase;
    max-height: 50px;
    margin-right: 10px;

}
.logo-white{
	color: #fff;
}
.logo-colored{
	color: #e8617d;
}
.footer-left-content{
	margin-bottom: 50px;
	font-size:0.8em !important;
}
.footer-left-content .content{
	margin-top: 15px;
}
.footer-list-wiget .list-group{
	margin-top: 26px;
}
.padding-top-120{
	padding-top: 120px;
}
.mais-informacoes {
	margin-top:220px;
}

.icone_redes:hover {
	color:#1fbbee;
}

/*******************************************ELEMENT STYLES*******************************************/
.btn-orange,.btn-violat{
	color: #fff;
}
.btn-violat,.gradient-violat {
  background-color: rgba(255, 255, 255, 0.8);
}

.btn-1 {
  color: #00bdf2;
  font-weight:800;
  font-size:1.25em;
  padding:20px 50px;
  border-radius: 10px;
  border:2px solid #00bdf2;
  background-color: transparent;
  text-transform:uppercase;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active {
  color: #ffffff;
  background-color:#00bdf2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-2 {
  color: #00bdf2;
  font-weight:800;
  font-size:1em;
  padding:20px 30px;
  border-radius: 10px;
  border:2px solid #00bdf2;
  background-color: transparent;
  text-transform:uppercase;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active {
  color: #006bb6;
  background-color:transparent;
	border:2px solid #006bb6;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-3 {
  color: #00bdf2;
  font-weight:800;
  font-size:1.25em;
  padding:20px 30px;
  border-radius: 10px;
  border:2px solid #00bdf2;
  background-color: transparent;
  text-transform:uppercase;
  margin-bottom: 15px;
	text-align: center;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active {
  color: #ffffff;
  background-color:#00bdf2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-4 {
  color: #ffffff;
  font-weight:800;
  padding:20px 50px;
  border-radius: 10px;
  border:2px solid #ffffff;
  background-color: transparent;
  text-transform:uppercase;
}
.btn-4:hover,
.btn-4:focus,
.btn-4:active {
  color: #0062ac;
  background-color: transparent;
	border: 2px solid #0062ac;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-5 {
  color: #f7941d;
  font-weight:800;
  font-size:1.25em;
  padding:20px 30px;
  border-radius: 10px;
  border:2px solid #f7941d;
  background-color: transparent;
  text-transform:uppercase;
}
.btn-5:hover,
.btn-5:focus,
.btn-5:active {
  color: #ffffff;
  background-color:#f7941d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.gradient-orange {
  background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
  background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
  background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
  box-shadow: 0px 8px 27px 0px rgba(116, 44, 69, 0.21);
}

.btn-white,.gradient-white{
	background-image:
    linear-gradient(125deg, #ffffff, #e1e1e1);
    color: #6b6a8b;
}
.border-none{
	border: 0px !important;
}
.btn-rounded-corner{
	border-radius: 50px;
}
.btn-video{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	font-size:18px;
	cursor: pointer;
    -webkit-user-select: none;
}
.text-center{
	text-align: center;
}
.img-responsive{
	max-width:100%;
}
.text-violat{
	color: #6b6a8b;
}
.padding-top-bottom-120{
	padding-top: 120px;
	padding-bottom: 120px;
}

.data {
	color:#f7941d;
	font-weight:700;
	font-size:1.2em;
	margin-bottom: 0px;
}

.titulo {
	color:#006bb6;
	font-weight:800;
}

.titulo-candidato {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
}
.texto-menor {
	font-size:1em !important;
	font-weight: 600; 
}

.intro {
    padding: 320px 0px 0px 0px;
	background: url(../images/capa.jpg) no-repeat top center scroll;
	background-size: cover;
}



.intro-interna {
    padding: 130px 0px 0px 0px;
	background: url("../images/capa_interna.jpg") no-repeat top center scroll;    
}

.topo {
	margin-top: 150px;
}

.topo-candidatos {
	padding: 150px 0px 30px 0px;
	background: rgb(110,110,110);
	background: -moz-linear-gradient(135deg, rgba(110,110,110,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(110,110,110,1) 0%, rgba(224,224,224,1) 100%);
	background: linear-gradient(135deg, rgba(110,110,110,1) 0%, rgba(224,224,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e6e6e",endColorstr="#e0e0e0",GradientType=1);
}



.close {
	float:right;
	font-size:40px;
	font-weight:100;
	line-height:1;
	color:#ff9900;
	text-shadow:0 1px 0 #fff;
}
.close:focus,.close:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:.5;
}

.fale-conosco {
    width: 100%;
    height: auto;
    padding: 100px 0px 50px 0px;
}


.bg-image{
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center!important;
}
.bg-video {
	background-color:#00bdf2;
}
.bg-perguntas {
	background-color:#00bdf2;
}
.bg-azul {
	background: rgb(0,189,242);
background: -moz-linear-gradient(132deg, rgba(0,189,242,1) 0%, rgba(0,107,182,1) 100%);
background: -webkit-linear-gradient(132deg, rgba(0,189,242,1) 0%, rgba(0,107,182,1) 100%);
background: linear-gradient(132deg, rgba(0,189,242,1) 0%, rgba(0,107,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bdf2",endColorstr="#006bb6",GradientType=1);
}
.bg-cinza {
	background: rgb(255,255,255);
background: -moz-linear-gradient(135deg, rgba(245,245,245,1) 0%, rgba(218,218,218,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(245,245,245,1) 0%, rgba(218,218,218,1) 100%);
background: linear-gradient(135deg, rgba(245,245,245,1) 0%, rgba(218,218,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#dadada",GradientType=1);
}
.bloco-mudanca {
	clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
}
.bg-footer {
	background: rgb(0,189,242);
background-color: #2d1f09;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
  list-style:none;
}

.list-btn-documentos > a {
  position: relative;
  color:#00baff;
  font-weight:400;
  font-size:1.3em;
  display: block;
  padding:10px 20px;
  margin-bottom: 20px;
  background-color:transparent;
  border:1px solid #00baff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius:30px;
  text-align:center;
}

.list-btn-documentos > a:hover,
.list-btn-documentos > a:active,
.list-btn-documentos > a:focus {
  text-decoration: none;
  background-color:#00baff;
  border:1px solid #00baff;
  color:#ffffff;
}

.list-btn-documentos:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-btn-documentos-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-top-30{
	margin-top: 30px;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.text-white{
	color: #fff;
}
.text-white a{
	color: #fff;
}
.text-white a:hover{
	color:#0062ac;
}
.bg-fit{
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.bg-image-fit-50{
	background-repeat: no-repeat !important;
    background-position-x: 100%!important;
    background-size: 50% 100% !important;
}
.bg-image-fit-100{
	background-repeat: no-repeat !important;
    background-position-x: 50%!important;
    background-size: 100% !important;
}
.btn-navbar{
	line-height: 1;
}
.btn-link i{
	font-size: 18px;
    vertical-align: middle;
}
.btn-video{
	text-transform: uppercase;
	transition: all .5s ease;
}
.btn-video:hover{
	text-decoration: none;
	color: #0062ac;
}
.btn-video:hover .icon-rounded{
  border-color: #0062ac;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
  color: #0062ac;
}
.btn.gradient-orange:hover{
	background-color: #e86c6c!important;
	background-image: none!important;
}
.btn-orange.active, .btn-orange:active{
	color: #fff;
	background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    border:0px;
    border-color: transparent;
}
.btn-violat.active, .btn-violat:active{
	color: #fff;
	background-image: -moz-linear-gradient( 135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    border:0px;
    border-color: transparent;
}
.btn-violat:hover,.btn-white:hover{
	background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    border:0px;
    border-color: transparent;
}

.icon-rounded{
	width: 49px;
    height: 49px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    transition: all .5s ease;
}
.icon-rounded i{
	font-size: 3rem;
	line-height: 30px;
	height:30px;
	width: 30px;
	margin: auto;
	position: absolute;
	top: 0; 
	left: 5px; 
	bottom: 0; 
	right: 0;
	transition: all .5s ease;

}

.icon-rounded-white{
	width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 8px;
    background-color: transparent;
    vertical-align: middle;
    position: relative;
    margin-right: 15px;
    transition: all .3s ease;
}
.icon-rounded-white i{
	font-size: 2rem;
	line-height: 30px;
	height:30px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.form-control{
	display:block;
	width:100%;
	height:44px;
	padding:6px 12px;
	font-size:16px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-control::-moz-placeholder{
	color:#999;opacity:1;
}
.form-control:-ms-input-placeholder{
	color:#999;
}
.form-control::-webkit-input-placeholder{
	color:#999;
}
.form-control::-ms-expand{
	background-color:transparent;
	border:0;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
	background-color:#eee;opacity:1;
}
.form-control[disabled],fieldset[disabled] .form-control{
	cursor:not-allowed;
}
.textarea.form-control{
	height:auto;
}
.input[type=search]{
	-webkit-appearance:none;
}
/*******************************************BACKGROUND-STYLES****************************************/
.bg-transparent{
	background-color: transparent;
}
.max-width-100{
	max-width: 100% !important;
}
.italic{
	font-style: italic;
}
.blog-category{
	text-transform: uppercase;
	color: #433b88 !important;
	font-weight: 600;
}
.margin-bottom-80{
	margin-bottom: 80px;
}
.margin-bottom-25{
	margin-bottom:25px;
}
.padding-top-45{
	padding-top: 45px;
}
.padding-top-75{
	padding-top: 75px;
}
.padding-top-90{
	padding-top: 90px;
}
.padding-top-120{
	padding-top: 120px;
}
.padding-top-180{
	padding-top: 180px;
}
.padding-bottom-45{
	padding-bottom: 45px;
}
.padding-bottom-75{
	padding-bottom: 75px;
}
.padding-bottom-90{
	padding-bottom: 90px;
}
.padding-bottom-160{
	padding-bottom: 160px;
}
.padding-bottom-320{
	padding-bottom: 320px;
}
.margin-top-bottom-30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.margin-top-bottom-45{
	margin-top: 45px;
	margin-bottom: 45px;
}
.margin-top-75{
	margin-top: 75px;
}
.margin-top-120{
	margin-top: 120px;
}
.padding-top-bottom-25{
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-top-bottom-45{
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-top-bottom-90{
	padding-top: 90px;
	padding-bottom: 90px;
}
.padding-top-bottom-120{
	padding-top: 120px;
	padding-bottom: 120px;
}
.padding-top-bottom-160{
	padding-top: 160px;
	padding-bottom: 160px;
}
.padding-top-bottom-320{
	padding-top: 320px;
	padding-bottom: 320px;
}
.padding-top-160{
	padding-top: 160px;
}

.bordered-ios{
	background-color: rgba(255,255,255,0.3);
	border-color: #fff;
	border:1px solid;
}
.bordered-ios-white{
	background-color: transparent;
	border:2px solid #ffffff;
}
.modal-content {
		background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	}
.modal-backdrop {    
    background-color: #ffffff !important;
}
.modal-backdrop.in {
    filter: alpha(opacity=95);
    opacity: .95;
}

/*******************************************SCROLL TOP ICON*****************************************/
.display-none{
	display: none;
	transition: all .5s ease;
}
.scroll-top-div {
    position: fixed;
    width: 45px;
    height: 45px;
    top: calc(100vh - 70px);
    left: calc(100vw - 80px);
    cursor: pointer;
    transition: all .5s ease;
	
}
.scroll-top-icon-container{
	position: relative;
    display: table;
    width: 100%;
    height: 100%;
	background-color:#be8850;
    color: #fff;
	border-radius:30px;
}
.scroll-top-icon-container i{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
}
/*******************************************OVERLAY*************************************************/
@media screen and (max-width: 768px) {
   .btn-3 {
	   font-size:1em;
	   padding:15px 20px;
   }
   .cta-heading {
	   margin-top:10px;
   }
   .dropdown-menu{
		font-size:1em !important;
	}
	h2 {
		font-size:1.8em;
	}
	.icon-rounded-white {
		margin-right:5px;
	}
	.img_topo {
		max-height:320px;
	}
	.intro {
		padding: 130px 0px 0px 0px;
	}
	p {
		font-size:1.25em;
	}
	.panel-alternativa {
    min-height: 300px;
    border-radius: 8px;
    padding: 20px 5px 0px 5px;
	}
	.sm-padding-top-bottom-100-65 {
        padding-top: 100px;
        padding-bottom: 65px;
    }
	
    .testimonial-content{
    	padding:0.5rem 1rem;
    }
    
	.image-right-slide-wraper .image-right-slide-content{
		text-align: center;
	}
	.image-right-slide-bg{
		background-image: none!important;
	}
	.image-right-slide-bg{
		padding:4rem 15px;
	}
	.home-slider h2{
		font-size: 1.999em;
	}
	.home-slider .slider-para{
		font-size: 1em;
	}
	.padding-top-bottom-75{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.padding-top-bottom-90{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.padding-top-75{
		padding-top: 75px;
	}
	.padding-top-90{
		padding-top: 60px;
	}
	.padding-top-120{
		padding-top: 120px;
	}
	.card-block{
		padding: 2rem;
	}
	.navbar{
		background-color: rgba(255, 255, 255, 0.9);
	border-color: transparent !important;
	border:0px;
	padding: 10px 0px;
	transition: all .5s ease;
}
.navbar-brand img{
	max-height: 70px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    color: #0062ac;
	font-weight:600;
	font-size:1em !important;
    text-transform: uppercase;
}
.nav>li>a{
	position:relative;
	display:block;
	padding:5px 10px;
}
.navbar-nav>li>a.btn-navbar{
	padding-left: 20px;
	padding-right: 20px;
}

	.navbar-divider{
		display: none;
	}
	.navbar-toggle{
		margin-top: 5px;
	}
	.logo-colored img, .logo-white img{
		max-height: 40px;
	}
	.navbar-brand{
	padding: 0;
	margin-left:10px;
	margin-top:10px;
}
.navbar-right {
	margin-top:25px;
}
.colored-nav {
    padding-top: 0px;
    padding-bottom: 0px;
}
.img-bottom {
	position: absolute;
	bottom: -620px;
}
.consulta-publica {
    width: 100%;
    height: auto;
	min-height:520px;
    padding: 270px 0px 185px 0px;
}
.mais-informacoes {
	margin-top:360px;
}
}
@media screen and (min-width: 769px){
	.image-right-slide-wraper{
		display: table;
		width: 100%;
	}
	.image-right-slide-wraper .image-right-slide-content{
		display: table-cell;
	    vertical-align: middle;
	    float: none;
	}
	.image-right-slide-wraper .image-container{
		float: none;
    	display: table-cell;
	}
}


/***************************************OWL CAROUSEL ******************************************************************/

.owl-theme .owl-controls .owl-page span{
	background: #00baff;
}
.owl-theme .owl-controls .owl-buttons div{
	font-size: 45px;
	background-color: transparent;
	color: #fff;
}
.home-slider .owl-controls{
	position: absolute;
    width: 100%;
    top: calc(50% - 35px);
}
.home-slider .owl-buttons{
	position: relative;
}
.home-slider .owl-prev{
	position: absolute;
	left: 0;
}
.home-slider .owl-next{
	position: absolute;
	right: 0;
}

@media (max-width: 421px) {
.btn-1, btn-2, btn-3 {
  font-size:1.2em;
	margin-bottom: 10px;
}
	.bloco-mudanca {
		clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
	}
	section.documentos {
		clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
	}

duv.copyright-cta p {
	font-size:1.1em !important;
}
.img_topo {
	max-height:200px !important;
}
.icon-rounded-white{
    margin-right: 15px;
}
.intro {
    text-align: center;
	padding-top: 370px;
	background-position: 60% 25%;
}
	.texto-topo {
		font-size: 1.2em;
	}
.texto-intro {
		height: 100px;
		display: inherit;
	margin-bottom: 25px;
}
.texto-intro>h1 {
	text-align: center;
	}
h1{
	font-size: 2.8em;
}
	h2{
	font-size: 2em;
}
.btn-navbar{
	padding-left: 20px;
	padding-right: 20px;
	margin:0 15px;
}
.consulta-publica {
    width: 100%;
    height: auto !important;
	min-height:700px !important;
    padding: 90px 0px 10px 0px !important;
}
.cta-heading {
	margin-top:10px;
}
.estatuto {
	padding:85px 0 !important;
}
.noticias {
	padding:10px 0 !important;
}
.mais-informacoes {
	margin-top:50px !important;
}
.rodape {
	padding-top:100px !important;
}
.simulacao {
	text-align:center !important;
}
.sm-display-none{
		display: none;
}
.navbar-brand img{
	max-height: 50px !important;
}
.navbar-brand{
	padding: 0;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    color: #494948;
	font-weight:600;
	font-size:1.3em !important;
    text-transform: uppercase;
	text-align:center;
}
.nav>li>a{
	position:relative;
	display:block;
	padding:24px 10px;
}



.panel-alternativa {
	min-height:300px;
	padding:20px 10px 10px 10px;
}

.sm-padding-top-bottom-100-65 {
        padding-top: 100px !important;
        padding-bottom: 65px;
}

.scroll-top-div {
    position: fixed;
    width: 45px;
    height: 45px;
    top: calc(100vh - 70px);
    left: calc(100vw - 60px);
    cursor: pointer;
    transition: all .5s ease;	
}
	
	.arrow-steps .step {
	font-size: 1.1em;
	text-align: center;
	color: #666;
	cursor: default;
	margin: 10px 5px;
	padding: 60px 20px;
	max-width: 350px;
	min-height:210px;
	float: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(218,218,218,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(218,218,218,1) 100%);
background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(218,218,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#dadada",GradientType=1);
}

.arrow-steps .step.past {
	color: #ffffff;
	background: rgb(0,189,242);
background: -moz-linear-gradient(180deg, rgba(0,189,242,1) 0%, rgba(0,107,182,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,189,242,1) 0%, rgba(0,107,182,1) 100%);
background: linear-gradient(180deg, rgba(0,189,242,1) 0%, rgba(0,107,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bdf2",endColorstr="#006bb6",GradientType=1);
}

.arrow-steps .step.past:after {
	border-left: 168px solid transparent !important;
    border-right: 168px solid transparent !important;
    border-top: 20px solid #006bb6 !important;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 100%;
	right: 0px;
	width: 100%;
	height: 0;
	border-left: 168px solid transparent !important;
	border-right: 168px solid transparent !important;
	border-top: 20px solid #dadada;	
	z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
	top: 0;
	border-top: 20px solid #fff;	
	z-index: 0;
}

.arrow-steps .step.current:before {
	right: auto;
	top: 0;
	border-top: 20px solid #fff;	
	z-index: 0;
}


.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	border-bottom-left-radius: 0px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: -2px;
	left: -20px;
}

.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
	color: #fff;
	padding: 80px 30px;
	top: 0px;
	left: 0px;
	min-height: 260px;
	background: rgb(255,214,0);
background: -moz-linear-gradient(180deg, rgba(255,214,0,1) 0%, rgba(247,148,29,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,214,0,1) 0%, rgba(247,148,29,1) 100%);
background: linear-gradient(180deg, rgba(255,214,0,1) 0%, rgba(247,148,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd600",endColorstr="#f7941d",GradientType=1);
}

.arrow-steps .step.current:before {
	border-top: -17px solid #23468c;
	border-left: 130px solid transparent;
    border-right: 130px solid transparent;
}

.arrow-steps .step.current:after {
	border-top: 23px solid #f7941d;
	border-left: 168px solid transparent;
    border-right: 168px solid transparent;
	right: 0px;
}

.table-striped {
	font-size:1.25em !important;
}

}

@media only screen and (min-width: 422px) and (max-width: 767px) {
.sm-display-none{
		display: none;
}
.navbar-brand img{
	max-height: 50px !important;
}
.navbar-brand{
	padding: 0;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    color: #0062ac;
	font-weight:600;
	font-size:1em !important;
    text-transform: uppercase;
	text-align:center;
	
}
.nav>li>a{
	position:relative;
	display:block;
	padding:10px 10px;
}
}

@media (min-width:768px)
{
	.modal-content {
		box-shadow: none !important;
	}
}

@media (max-width:767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color:#006bb6;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
	color:#333;
	background-color:transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
	color:#555;
	background-color:#e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{
	color:#ccc;
	background-color:transparent;
}
.navbar-nav .open .dropdown-menu{
	position:static;
	float:none;
	width:auto;
	margin-top:0;
	background-color:#fafafa;
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-align:center;
}
.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{
	padding:5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a{
	line-height:30px;
}
.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{
	background-image:none;
}
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
.gradient-violat{
 background-color: rgba(255, 255, 255, 0.9);
}
.sm-display-none{
		display: none;
}
.navbar-brand img{
	max-height: 63px !important;
}
.navbar-brand{
	padding: 0;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.navbar-toggle{
		margin-top: 10px !important;
}
.navbar-collapse{
	background-color: #ffffff;
}
.site-blocks-cover h2{
margin-top: 300px!important;		
}
	
}