/* Minification failed. Returning unminified contents.
(500,1): run-time error CSS1019: Unexpected token, found '}'
(1870,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(2102,32): run-time error CSS1039: Token not allowed after unary operator: '-color-blue'
 */
/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif!important;
  /* font-size: 1.5rem!important; */
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif!important;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  transition: background 0.5s;
  z-index: 9999;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 3em;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../img/banner-site_aplic-1.png") center no-repeat;
  background-size: cover;
  padding: 500px 0 120px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: left;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #004289;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 500;
  font-family: "Open Sans", sans-serif!important;
  
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #13074F;
  text-decoration: none;
  font-weight: 500;
font-family: "Open Sans", sans-serif!important;
  
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #ffffff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #EFB136;
  text-align: left;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.section-header p {
  text-align: left;
  margin: auto;
  font-size: 15px;
  /* padding-bottom: 60px; */
  color: #556877;
  width: 100%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ffffff;
}
.section-bg-importante {
	background-color: #F9CF3D!important;
    color: #ffffff!important;
    background: url(../img/add-amigos-bg-importante.png) top no-repeat;
}

/* .section-bg-valores {
	    background: url(../img/add-amigos-bg-valores.png) top no-repeat;
} */





}

/* About Us Section
--------------------------------*/

#about {
  background: rgba(255, 255, 255, 0);
  padding: 0px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: none!important;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #F0B035;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 0%;
  border: 0px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #F0B035;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: initial;
  border-radius: 0px;
  margin: 0 10px 40px 10px;
  background: #13074F;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -1.7em;
  top: calc(0% - 30px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
	margin-left: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
    color: #0D1150;
    line-height: 1.5;	
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 0px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}

/* VALORES
--------------------------------*/

#valores {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#valores .box {
  padding: 30px;
  position: relative;
  overflow: initial;
  border-radius: 0px;
  margin: 0 10px 40px 10px;
  background: #13074F;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#valores .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#valores .icon {
  position: absolute;
  left: -1.7em;
  top: calc(0% - 30px);
}

#valores .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#valores .title {
	margin-left: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
    color: #0D1150;
    line-height: 1.5;	
}

#valores .title a {
  color: #111;
}

#valores .box:hover .title a {
  color: #007bff;
}

#valores .description {
  font-size: 14px;
  margin-left: 0px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}





#why-us {
  padding: 60px 0;
  background: #004a99;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* INDIQUE AGORA */
#indique-agora {
  padding: 60px 0;
  background: #F9CF3D!important;
}

#why-usindique-agora .section-header h3,
#why-usindique-agora .section-header p {
  color: #fff;
}

#indique-agora .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#indique-agora .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#indique-agora .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#indique-agora .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#indique-agora .card p {
  font-size: 15px;
  color: #d8eafe;
}

#indique-agora .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#indique-agora .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#indique-agora .counters {
  padding-top: 40px;
}

#indique-agora .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#indique-agora .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}




/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #007bff;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0px 0px 0px;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);

}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #13074F;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #F9CF3D;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 0px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
  #banner-top {
	  margin-top: 4.3em!important;
  }
  .back-to-top {
	bottom: 15%;
  }
}

.home-section {

	    z-index: 0!important;

}
.bg-section-participar {
	background-color: #0D1150!important;
	color: #ffffff!important;
	background: url("../img/add-amigos-bg-top-como-funciona.png") top no-repeat;
}
.color-cupom-amigo {
	color: #EEB333!important;
	text-align: left;
}
.color-ru-na-Ficha {
	color: #EEB333!important;
	text-align: left;
}
.color-matricula {
	color: #EEB333!important;
	text-align: left;
}
.color-ingles-gratis {
	color: #F35A20!important;
	text-align: left;
}
.color-presente-para-o-amigo {
	color: #F35A20!important;
	text-align: left;
}
.importante-textos {
	font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 600;
    color: #0D1150;
}

/* BUTONS */

.btn-outline-warning {
    color: #13074F;
    border-color: #ffc107;
	background-color: #F9CF3D!important;
	text-transform: capitalize;
	border-radius: 0px!important;
    padding: 0.5em 2em 0.5em 2em!important;
    font-size: 1.2em;
    font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;
}

/* BLOCOS */
#services {
    padding: 60px 0 40px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#importante {
    padding-top: 60px;
    background-color: #F9CF3D!important;
    display: block;
    position: relative;
}

#valores {
    padding-top: 60px;
    background-color: #ffffff!important;
    display: block;
    position: relative;
}

#indiqueagora {
    padding-top: 60px;
    background-color: #F9CF3D!important;
    display: block;
    position: relative;
}

#regulamento {
    padding-top: 60px;
    background: #13074F!important;
    display: block;
    position: relative;
}

#faleconosco {
    padding-top: 60px;
    background: #ffffff!important;
    display: block;
    position: relative;
}


#contato {
    padding: 60px 0;
    background: #ffffff!important;
}
label {
	color: #0D1150;
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.wpb_wrapper_headerFAQ {
	cursor: pointer;
    font-size: 20px;
    padding: 1em;
    color: #ffffff;
    /* width: 600px!important;*/
    min-height: 35px;
    text-align: center;
    overflow: hidden;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border: 2px solid #ffc107;

}
.wpb_wrapper_headerFAQ_conteudo {
	cursor: pointer;
	font-size: 1em;
	padding: 8px!important;
	color:#ffffff;
	/* width:600px; */
	min-height:30px;
	text-align:left;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	font-weight: 100!important;
	border-radius: 0px;
	border-bottom: 1px dashed #ffc107;

}
.title-contatos {
	text-transform: capitalize;
    font-size: 1.5em;
	font-weight: 900;
	color: #13074F!important;
	margin-bottom: 10px!important;
}
.title-contatos-conteudo {
	color: #13074F!important;
	font-weight: 550;
	font-size: 0.9em;
}
.menu-footer a {
	color: #13074F!important;

}
.menu-footer {
	color: #13074F!important;
	list-style-type: none;
	font-weight: 550;
	font-size: 0.9em;
	margin-bottom: 1em!important;
}	
.borda-conteudo-lista {
	background: rgba(0,0,0,.2);
    padding: 1.5em;
    margin-top: -15px;
    border-bottom: 2px solid #ffc107;
    border-left: 2px solid #ffc107;
    border-right: 2px solid #ffc107;
	margin-bottom: 1.5em;	
}
.box-app {
    background: url(../img/ico-app.png) no-repeat;
    background-position: bottom left;
    padding: 0 0 8px 50px;
}
#banner-top {
	margin-top: 5.4em;
}
.description {
    margin: 0 0 20px 0!important;
	font-size: 0.9em;
	font-weight: 300;
}
.icon-img {
    float: left;
    margin-right: 15px;
}
.border-radius {
	border-radius: 5px!important;
}
.menu-listaCursos li a:hover {
	color: #000000!important;
	background: #cdcdcd;
}
.home-escolha-curso {
    padding: 3;
    border-radius: 2px;
    color: #002E5E;
    font-size: 1em;
    font-family: Lato, "Open Sans", sans-serif !important;
	text-align: center;
	font-weight: bolder;


}
.form-input-text input {
    font-family: Lato, "Open Sans", sans-serif !important;
	font-size: 1rem!important;

}

.card-header {
	border-bottom: 1px solid #e3edf5!important;

	
}
.card-grad-ead {
	border-bottom: 1px solid #FFD300!important;
    border-right: 1px solid #FFD300!important;
    border-top: 1px solid #FFD300!important;
}

.card-grad-presencial-semi {
	border-bottom: 1px solid #FAB600!important;
    border-right: 1px solid #FAB600!important;
    border-top: 1px solid #FAB600!important;
}

.card-pos-ead {
    border-bottom: 1px solid #1E90FF!important;
    border-right: 1px solid #1E90FF!important;
    border-top: 1px solid #1E90FF!important;
}

.card-pos-presencial {
    border-bottom: 1px solid #0574CE!important;
    border-right: 1px solid #0574CE!important;
    border-top: 1px solid #0574CE!important;	
}

.card-pos-semipresencial {
    border-bottom: 1px solid #483D8B!important;
    border-right: 1px solid #483D8B!important;
    border-top: 1px solid #483D8B!important;	
}

.font-size-link {
	font-size: 0.9em;
	color: #002E5E; 
    font-family: Lato, "Open Sans", sans-serif !important;
	text-decoration:none!important;	
}
ul.menu-listaCursos li {
    font-family: Lato, "Open Sans", sans-serif !important;
}

.bt-voltar {
	color: #002E5E;
    font-family: Lato, "Open Sans", sans-serif !important;
}

.pagina-modalidade {
	font-weight: 600!important;
    font-family: Lato, "Open Sans", sans-serif !important;	
}
.curso-label-valor {
	font-size: 0.9em;
    color: #002E5E;
    font-family: Lato, "Open Sans", sans-serif !important;
}
.curso-valor {
	color: #2D5A89;
    font-family: Lato, "Open Sans", sans-serif !important;
	font-weight: bold;
	font-size: 2.5em;
}

.card-body{
	color: #444; !important;
}
.bandeira-curso-ingles {
}

/* PREMIOS */
.premios {
    overflow: hidden;
    color: #2F2A85;
    font-family: Lato, "Open Sans", sans-serif !important;	
}
.premios-home-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-family: Lato, "Open Sans", sans-serif !important;
	text-align: center; 
}

.novo-uninter {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Lato, "Open Sans", sans-serif !important;
    text-align: center;
    font-weight: 600;
}
.busca-curso-home {
    font-size: 15px;
    text-transform: uppercase;

    font-weight: 600;
    font-family: Lato, "Open Sans", sans-serif !important;
	text-align: center;
margin-top: 10px;	
}
.premios-asterisco {
	font-size: 11px;
    color: #848587;
	font-weight: 100;
    font-family: Lato, "Open Sans", sans-serif !important;	

}
#ui-id-1 {
	width: 88%!important;

}

.mensalidade-valor {
	color: #2c5b8a;
    font-size: 32px;
    font-weight: 600;
	font-family: "Open Sans", sans-serif !important;

}
.mensalidade-texto {
	color: #2c5b8a;
    font-size: 1em;
    font-weight: 100;	
}

.mensalidade-bloco {
	background: rgba(219, 221, 222, 0.6);
	padding: 1em;
	margin: 1em;	
}
#valores-noite{
	padding-top:0 !important;
}
.mensalidade-de{
	font-size: 14px;
}
.matricula-bloco {


}
.matricula-valor {
	color: #2c5b8a;
    font-size: 1em;
    font-weight: 200;
	font-family: "Open Sans", sans-serif !important;

}
.parcelas-texto {
	color: #2c5b8a;
    font-size: 1em;
    font-weight: 200;
	font-family: Lato, "Open Sans", sans-serif !important;

}
.valor-periodo a.ativo {
    background: #2e5a8d;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    text-decoration: none;
}

.valor-periodo a{
    font-size: 12px;
    text-transform: uppercase;
    padding: 1px 6px;
    background-color: #EDEBEB;
    color: #696c71;
    text-decoration: none;
}
section h2 {
    font-size: 1.3em!important;
	margin: 0px 10px 10px 0px;
}
#valores-noite {
	padding-top: 1em;
}
span.mat-gratis{
	background:#fab503 !important;
	color:#002e5d !important;
	padding:2px 5px !important;
	border-radius:3px !important;
	font-weight:bold !important;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  -webkit-text-size-adjust:none;
  font-family:sans-serif;
}
h1 {
  font-size:36px;
  margin:15px;
  text-align:center;
  color:#666;
}
h2 {
  font-size:14px;
  font-weight:bold;
  color:#3c3c3c;
  margin:20px 10px 10px;
}

.swipe {
  padding-bottom:20px;
}
.swipe li div, .swipe div div div {
  margin:0 10px;
  padding:50px 10px;
  background:#1db1ff;
  font-weight:bold;
  color:#fff;
  font-size:20px;
  text-align:center;
}
.swal-wide {
    width: 850px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

input.loadingInput {
    background-image: url('/Content/Images/loadingInput.gif') !important;
    background-size: 20px 20px !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

select.loadingInput {
    background-image: url('/Content/Images/loadingInput.gif') !important;
    background-size: 20px 20px !important;
    background-position: 97% center !important;
    background-repeat: no-repeat !important;
}


.unt-button-disabled {
    overflow: hidden !important;
    background: lightgray !important;
    cursor: not-allowed !important;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.unt-autocomplete-item {
	font-size: 0.9rem !important;
	font-weight: 400 !important;
	color: #495057 !important;
    padding-left:3px !important;
}

.unt-autocomplete-item:hover {
    cursor: pointer;
    background: #007fff !important;
    font-weight: normal !important;
    color: #ffffff !important;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-height: 250px;
    max-width: 550px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 10px;
}

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front::-webkit-scrollbar {
        width: 12px!important; /* width of the entire scrollbar */
    }

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front::-webkit-scrollbar-track {
        background: #D6E5F5 !important; /* color of the tracking area */
    }

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front::-webkit-scrollbar-thumb {
        background-color: var(--color-blue) !important; /* color of the scroll thumb */
        border-radius: 20px !important; /* roundness of the scroll thumb */
        border: 3px solid #D6E5F5 !important; /* creates padding around scroll thumb */
    }

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item {
        cursor: pointer;
        background-color: #fff;
        margin: 0px !important;
        padding: 0px !important;
    }

        .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item .unt-autocomplete-item {
            padding: 8px !important;
            float: left;
            width: 100%;
            margin: 0px !important;
        }
.unt-btn-voltar-formulario {
    background: #fab503;
    border-radius: 5px;
    border: none;
    color: #002d56;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.unt-btn-voltar-formulario #modal-finalizar-footer-comprovante {
    margin-right: 300px !important;
}

.unt-btn-voltar-formulario #modal-finalizar-footer-voltar {
    margin-right: 200px !important;
}

#modal-finalizar-loading {
    margin-top: 20px;
}

.wizard > .steps {
    display: none;
}

section {
    padding: 0;
}

.unt-link {
    transition: 0.5s !important;
    cursor: pointer !important;
}

.unt-ficha-centered {
    float: none;
    margin: 0 auto;
}

.unt-section-wizard {
    display: none;
}


.unt-modal-spinner .modal-content {
    border: none !important;
    border-radius: initial !important;
    background-color: transparent !important;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.datepicker {
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

    .datepicker-rtl.dropdown-menu {
        left: auto
    }

    .datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,.15);
        border-top: 0;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid rgba(0,0,0,.15)
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #777
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

    .datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
        color: #000;
        background-color: #afd9ee;
        border-color: #298fc2
    }

    .datepicker table tr td.highlighted:hover {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb
    }

    .datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb
    }

        .datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
            color: #000;
            background-color: #91cbe8;
            border-color: #298fc2
        }

    .datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
        background-color: #d9edf7;
        border-color: #85c5e5
    }

    .datepicker table tr td.highlighted.focused {
        background: #afd9ee
    }

    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
        background: #d9edf7;
        color: #777
    }

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

    .datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
        color: #000;
        background-color: #ffc966;
        border-color: #b37400
    }

    .datepicker table tr td.today:hover {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00
    }

    .datepicker table tr td.today.active, .datepicker table tr td.today:active {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00
    }

        .datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
            color: #000;
            background-color: #ffbc42;
            border-color: #b37400
        }

    .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
        background-color: #ffdb99;
        border-color: #ffb733
    }

    .datepicker table tr td.today.focused {
        background: #ffc966
    }

    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
        background: #ffdb99;
        color: #777
    }

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0
}

    .datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
        color: #000;
        background-color: #d5d5d5;
        border-color: #7c7c7c
    }

    .datepicker table tr td.range:hover {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d
    }

    .datepicker table tr td.range.active, .datepicker table tr td.range:active {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d
    }

        .datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
            color: #000;
            background-color: #c3c3c3;
            border-color: #7c7c7c
        }

    .datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
        background-color: #eee;
        border-color: #bbb
    }

    .datepicker table tr td.range.focused {
        background: #d5d5d5
    }

    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
        background: #eee;
        color: #777
    }

    .datepicker table tr td.range.highlighted {
        color: #000;
        background-color: #e4eef3;
        border-color: #9dc1d3
    }

        .datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
            color: #000;
            background-color: #c1d7e3;
            border-color: #4b88a6
        }

        .datepicker table tr td.range.highlighted:hover {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0
        }

        .datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0
        }

            .datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
                color: #000;
                background-color: #a8c8d8;
                border-color: #4b88a6
            }

        .datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
            background-color: #e4eef3;
            border-color: #9dc1d3
        }

        .datepicker table tr td.range.highlighted.focused {
            background: #c1d7e3
        }

        .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
            background: #e4eef3;
            color: #777
        }

    .datepicker table tr td.range.today {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417
    }

        .datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
            color: #000;
            background-color: #f4b747;
            border-color: #815608
        }

        .datepicker table tr td.range.today:hover {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c
        }

        .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c
        }

            .datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
                color: #000;
                background-color: #f2aa25;
                border-color: #815608
            }

        .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
            background-color: #f7ca77;
            border-color: #f1a417
        }

        .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
            background: #f7ca77;
            color: #777
        }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #161616
    }

    .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737
    }

    .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737
    }

        .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
            color: #fff;
            background-color: #4c4c4c;
            border-color: #161616
        }

    .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
        background-color: #777;
        border-color: #555
    }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

        .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

    .datepicker table tr td span.focused, .datepicker table tr td span:hover {
        background: #eee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: 0 0;
        color: #777;
        cursor: default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25)
    }

        .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
            color: #fff;
            background-color: #286090;
            border-color: #122b40
        }

        .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
            color: #fff;
            background-color: #286090;
            border-color: #204d74
        }

            .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
                color: #fff;
                background-color: #286090;
                border-color: #204d74
            }

                .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
                    color: #fff;
                    background-color: #204d74;
                    border-color: #122b40
                }

            .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
                background-color: #337ab7;
                border-color: #2e6da4
            }

    .datepicker table tr td span.new, .datepicker table tr td span.old {
        color: #777
    }

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer
}

    .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
        background: #eee
    }

    .datepicker .next.disabled, .datepicker .prev.disabled {
        visibility: hidden
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

    .input-daterange input {
        text-align: center
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        line-height: 1.42857143;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px
    }

header {
    background: #002d56;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    height: 75px;
}

footer {
    background: #002d56;
    padding: 10px 0 30px 0 !important;
}

    footer a {
        color: #e4a604;
    }

.clear {
    clear: both;
}

.word-wrap {
    word-wrap: break-word;
}

.nova-ficha {
    font-size: 16px;
    font-family: Lato, "Open Sans", sans-serif !important;
    margin-top: 70px !important;
}

    .nova-ficha.tela-comprovante {
        margin-top: 100px !important;
    }

    .nova-ficha h2 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px;
        color: #002d56;
        font-family: Lato, "Open Sans", sans-serif !important;
    }

    .nova-ficha h3 {
        font-size: 18px;
        font-weight: 600;
        font-family: Lato, "Open Sans", sans-serif !important;
        margin-top: 30px;
    }

    .nova-ficha .h2, .h2 {
        font-size: 20px;
        font-weight: 600;
        color: #002d56;
    }

    .nova-ficha .h1, .h1 {
        color: #002d56;
        font-size: 26px;
        font-weight: 600;
    }

    .nova-ficha .h3, .h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .nova-ficha .h5 {
        font-size: 14px;
        color: #152330;
    }

    .nova-ficha .h6 {
        font-size: 14px;
        color: #5d6168;
    }

    .nova-ficha .h7 {
        font-size: 12px;
        color: #5d6168;
    }

    .nova-ficha .titulo-ficha {
        border-bottom: 1px solid #ebebeb;
        margin: 15px 0 15px 0 !important;
        padding: 0 0 15px 0 !important;
    }

        .nova-ficha .titulo-ficha h1 {
            color: #002d56;
            font-size: 26px;
            font-weight: 500;
            margin: 0 !important;
            padding: 0 !important;
        }

    .nova-ficha p {
        color: #152330;
        font-size: 16px;
    }

.header-ficha .logo {
    text-align: left;
}


.header-ficha .titulo-ficha {
    display: none !important;
}

.header-ficha .num-fone {
    color: #fab503;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    line-height: 20px;
    padding: 8px 13px 0 0;
}

    .header-ficha .num-fone span {
        color: #fff;
        font-size: 11px;
        font-weight: 400;
    }

.nova-ficha .box-info-curso {
    position: fixed;
    width: 400px;
}

.nova-ficha .info-curso {
    background: #fab503;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    padding: 20px;
    width: 100%;
}

.nova-ficha .nome-do-curso {
    color: #002d56;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 19px;
}

.nova-ficha .codigo-inscricao {
    font-size: 26px;
    color: #002d56;
    font-weight: 600;
    line-height: 26px;
}

.nova-ficha .situacao {
    color: #002d56;
}

.nova-ficha .modalidade-curso {
    color: #002d56;
    font-size: 12px;
    text-transform: uppercase;
}

.nova-ficha .box-conteudo-ficha {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px 30px 0px 30px;
    margin-bottom: 15px;
}

.nova-ficha .box-passos {
    overflow: hidden;
}

    .nova-ficha .box-passos .item {
        float: left;
    }

        .nova-ficha .box-passos .item .ativo-atual {
            border-bottom: 2px solid #fab503;
            padding-bottom: 10px;
        }

        .nova-ficha .box-passos .item .passo {
            width: 40px;
            height: 40px;
            border: 1px solid #bdbec0;
            border-radius: 40px;
            background: #fff;
            text-align: center;
            color: #bdbec0;
            font-size: 17px;
            padding-top: 6px;
            margin: 0 auto;
        }


            .nova-ficha .box-passos .item .passo.ativo {
                border: 1px solid #002d56 !important;
                border-radius: 40px;
                background: #fff !important;
                text-align: center;
                color: #fab503 !important;
                font-size: 18px;
                margin: 0 auto;
            }



        .nova-ficha .box-passos .item .titulo {
            text-align: center;
            color: #bdbec0 !important;
            font-size: 13px;
            line-height: 16px;
        }

            .nova-ficha .box-passos .item .titulo.ativo {
                text-align: center;
                color: #002d56 !important;
                font-size: 13px;
                line-height: 16px;
            }


.nova-ficha .botao {
    background: #fab503;
    border-radius: 5px;
    margin: 20px 0;
    padding: 8px;
    width: 100%;
    border: none;
    cursor: pointer;
    color: #002d56;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

    .nova-ficha .botao:hover {
        background: #e4a604;
    }

.nova-ficha .botao-voltar, .nova-ficha .botao-esqueci {
    background: #d5d6d8;
    border-radius: 5px;
    margin: 20px 0;
    padding: 8px;
    width: 100%;
    border: none;
    cursor: pointer;
    color: #383c3f;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.nova-ficha .botao-esqueci {
    font-size: 13px !important;
    margin: 20px 0 !important;
    padding: 12px 8px;
}

.nova-ficha .botao-voltar:hover {
    background: #b7babe;
}

.nova-ficha .botao-disabled {
    background: #d5d6d8;
    border-radius: 5px;
    margin: 20px 0;
    padding: 8px;
    width: 100%;
    border: none;
    cursor: auto;
    color: #383c3f;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.nova-ficha label {
    margin-bottom: 0;
    margin-top: 8px !important;
}

.nova-ficha .form-check-label {
    margin-top: 0px !important;
}

.form-control {
    margin-bottom: 8px;
}

.forma-ingresso {
    border: 1px solid #c5c8d1 !important;
    border-radius: 5px;
    min-height: 160px;
    padding: 10px;
    margin-bottom: 10px;
}

    .forma-ingresso.ativo {
        border: 1px solid #fab503;
        background: #fcecc3;
    }

    .forma-ingresso .titulo-label {
        font-size: 14px !important;
        font-weight: 600;
        font-family: Lato, "Open Sans", sans-serif !important;
        margin-top: 5px;
        line-height: 16px;
    }

    .forma-ingresso .ico-ingresso {
        font-size: 30px;
        text-align: center;
        margin: 0 auto !important;
    }

    .forma-ingresso .label {
        text-align: center;
        width: 100%;
    }

    .forma-ingresso .form-check {
        position: inherit !important;
        height: 15px;
        text-align: center !important;
        width: 30px;
        margin: 0 auto !important;
    }

.nova-ficha .dados-completos {
    border-top: 1px solid #ddd;
}

.nova-ficha .box-conteudo-ficha ul {
    padding-left: 20px !important;
}

.form-control-disable[readonly] {
    background-color: #fff !important;
    opacity: inherit !important;
}

.comprovante-botoes {
    display: block !important;
}

.comprovante-botoes-mobile {
    display: none !important;
}

#codigoPromocional,
#bonusAmigo,
#formaIngresso-agendado,
#necessidade-especial,
#formaIngresso-enem,
#formas-ingresso-opcoes,
#fi-graduacao-agendado-agendamento,
#fi-graduacao-enem-agendamento,
#fi-lingua,
#dados-responsavel {
    width: 100%;
    margin: 8px 0 0 0px;
}

.fi-inicioAula {
    width: 100%;
    margin: 8px 0 0 0px;
}

.modal-content .close {
    width: inherit !important;
}

/* MODAL */


.modal-lg, .modal-xl {
    max-width: 50% !important;
}

.modal-content {
    padding: 20px;
    width: inherit !important;
}

    .modal-content .close {
        background: #d4d2d2;
        float: left;
        width: 20px;
        text-align: center;
        border-radius: 5px;
    }

.dados-completos-imprimir {
    display: none;
}


@media screen and (min-width: 600px) {


    .nova-ficha .box-info-curso {
        position: inherit !important;
        width: 100% !important;
    }
}

/* max-width - visão inferior a 600 ate 1024px  */
@media screen and (min-width: 1024px) {
    .nova-ficha .box-info-curso {
        position: inherit !important;
        width: 100% !important;
    }
}
/* max device width  visão de iphone*/
@media screen and (max-device-width: 480px) {
    header {
        padding: 8px 0 !important;
        height: 52px !important;
    }

    .header-ficha .logo {
        text-align: center !important;
    }

        .header-ficha .logo img {
            width: 100% !important;
        }

    .header-ficha .titulo-ficha {
        display: block !important;
    }

        .header-ficha .titulo-ficha h1 {
            font-size: 18px !important;
            font-weight: 400;
            margin: 0 !important;
            padding: 3px 10px 0 0 !important;
            color: #fff;
            text-align: right !important;
        }

    .nova-ficha {
        margin-top: 50px !important;
    }

        .nova-ficha .titulo-ficha {
            display: none;
        }

            .nova-ficha .titulo-ficha h1 {
                font-size: 18px;
                font-weight: 500;
                margin: 0 !important;
                padding: 0 !important;
            }

        .nova-ficha .box-passos {
            position: fixed !important;
            top: 52px !important;
            left: 0;
            background: #fff;
            width: 100%;
            padding: 15px 0 0 0 !important;
            z-index: 1000 !important;
        }

        .nova-ficha .box-info-curso {
            position: inherit !important;
            width: inherit !important;
        }

        .nova-ficha .h1 {
            color: #002d56;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
        }

        .nova-ficha .info-curso {
            margin: 0 0 10px 0;
            padding: 10px;
            width: 100%;
        }

        .nova-ficha .nome-do-curso {
            font-size: 15px !important;
        }

        .nova-ficha .box-conteudo-ficha {
            padding: 2px 10px !important;
            margin: 45px 0 35px 0 !important;
        }

        .nova-ficha .box-conteudo-ficha-mobile {
            padding: 2px 0px !important;
            margin: 45px 0 0 0 !important;
            background: none;
        }

        .nova-ficha .box-passos .item .passo {
            width: 40px;
            height: 40px;
            border: 2px solid #bdbec0;
            border-radius: 40px;
            background: #fff;
            text-align: center;
            color: #bdbec0;
            font-size: 18px;
            padding-top: 6px;
            margin: 0 auto;
        }

            .nova-ficha .box-passos .item .passo.ativo {
                border: 2px solid #002d56 !important;
                border-radius: 40px;
                background: #fff !important;
                text-align: center;
                color: #fab503 !important;
                margin: 0 auto;
            }

        .nova-ficha .box-passos .item .titulo {
            font-size: 11px;
            line-height: 14px;
        }

            .nova-ficha .box-passos .item .titulo.ativo {
                text-align: center;
                color: #002d56 !important;
                font-size: 11px;
                line-height: 14px;
            }

        .nova-ficha .botao {
            font-size: 16px;
        }

        .nova-ficha .botao-voltar {
            font-size: 16px;
        }

        .nova-ficha.tela-comprovante {
            margin-top: 30px !important;
        }

    .comprovante-botoes {
        display: none !important;
    }

    .comprovante-botoes-mobile {
        display: block !important;
    }
}

.forma-ingresso:hover {
    border: 1px solid #fab503;
    background: #fcecc3;
    cursor: pointer;
}

.nova-ficha .box-passos .item .passo.navegavel:hover {
    background: #fab503 !important;
    color: #fff !important;
    cursor: pointer;
}

