/*
 * Início dos botões
 */

/*
 * Fim dos botões
 */

.btn-outline {
  border-style: solid;
  border-width: 1px;
}

.btn-outline-primary {
  border-color: #428bca;
  color: #428bca;
}

.btn-outline-primary:hover {
  background-color: #428bca;
  color: #fff;
}

/*
 * Início do footer
 */
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #af2457;
  color: #fff;
}

.footer .copyright {
  text-align: center;
  font-size: 11px;
}

@media screen and (max-width: 968px) {
  .footer .copyright {
    margin-bottom: 30px;
  }
}

.footer .copyright .logo {
  width: 200px;
  height: 50px;
}

.footer .copyright .logo-link {
  display: block;
}

.footer .copyright > p {
  margin-top: 5px;
}

.footer .links > p {
  font-weight: bold;
  font-size: 12px;
}

.footer .links ul {
  padding: 0;
}

.footer .links ul > li {
  list-style: none;
}

.footer .links ul > li > a {
  color: #fff;
  line-height: 25px;
}

@media screen and (max-width: 968px) {
  .footer .links ul > li > a,
  .footer .links > p,
  .footer .links li {
    text-align: center;
  }

  .footer .links ul > li > a {
    display: block;
  }

  .footer .links {
    margin-bottom: 20px;
  }
}
.footer-copyright {
  padding-top: 14px;
  padding-bottom: 14px;
}

.footer-copyright .logo {
  width: 150px;
  height: 40px;
}

.footer-copyright .logo-link {
  display: block;
}

@media screen and (max-width: 968px) {
  .footer-copyright .logo-link {
    text-align: center;
  }
}

.footer-copyright .copyrigt {
  text-align: center;
  padding-top: 10px;
}

.footer-gray {
  background-color: #f0f5fa;
}

.footer-blue {
  background-color: #da0b31;
  color: #fff;
}
/*
 * Fim do footer
 */

.input-alert {
  display: block;
  padding: 4px 0 4px 7px;
  font-size: 12px;
}

.input-alert-error {
  background-color: #dc3545;
  color: #fff;
}

/*
 * Início do menu
 */
.menu {
  min-height: 100px;
}

.menu nav ul {
  list-style: none;
  text-align: right;
}

.menu nav ul {
  margin-top: 30px;
}

.menu nav ul li {
  display: inline-block;
  margin-right: 14px;
}

@media screen and (max-width: 968px) {
  .menu > nav > ul {
    padding: 0;
  }

  .menu > nav > ul > li {
    display: inline;
  }

  .menu .dropdown-toggle {
    width: 100%;
  }
}

@media screen and (min-width: 969px) {
  .menu nav ul li {
    display: inline-block;
  }

  .menu nav ul li .btn {
    position: relative;
    bottom: -5px;
  }

  .menu nav ul li .dropdown-toggle {
    position: relative;
    top: -8px;
  }
}

.menu nav ul li .dropdown > .dropdown-menu {
  margin-top: 0;
}

.menu nav ul li .dropdown > .dropdown-menu > li {
  display: block;
  margin-right: 0;
}

.menu nav ul li .dropdown > .dropdown-menu > li > a {
  text-align: left;
  display: block;
}

.menu nav ul li a {
  display: table-cell;
  vertical-align: middle;
}

.menu nav ul li a,
.menu nav ul li button {
  font-size: 16px;
}

.menu nav ul li a:hover {
  text-decoration: none;
}

.menu nav ul li a span {
  color: #000;
  padding-bottom: 14px;
  border-bottom: 6px;
}

.menu nav ul li a span:hover {
  border-bottom: 6px solid #00bcd4;
}

.menu .logo > .navbar-brand img {
  max-width: 280px;
}

.navbar-brand {
  display: block;
  height: 40px;
  width: 233px;
  padding: 0;
  margin: 28px 0 0 0;
  margin: 28px auto 0 auto;
  float: none;
}

@media screen and (max-width: 968px) {
  .menu nav ul li a {
    display: block;
    text-align: center;
    margin: 0;
  }

  .menu {
    min-height: 270px;
    text-align: center;
  }

  .menu .logo {
    height: 80px;
  }

  .menu .logo a {
    display: block;
    width: 100%;
  }
}
/*
 * Fim do menu
 */

/*
 * Início da landing page de carga fechada
 */
.truckload .menu {
  height: 100px;
}

.truckload .hero-image {
  height: 550px;
  width: 100%;
  background-image: url('../img/carga_fechada.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.truckload .hero-image .layer {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.truckload .title span:nth-child(3) {
  font-weight: bold;
}

.truckload .title h1 {
  margin-bottom: 40px;
}

.truckload .about-you .title,
.truckload .about-freight .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.truckload .about-freight .title {
  margin-top: 20px;
}
.truckload .about-freight .btnSubmit {
  margin-bottom: 10px;
}

.truckload label {
  font-weight: normal;
}

.truckload {
  padding-right: 30px;
  font-family: 'Open Sans', sans-serif;
}

.truckload .btn {
  margin-top: 20px;
}

.truckload .menu nav ul {
  list-style: none;
  text-align: right;
}

.truckload .menu nav ul {
  margin-top: 30px;
}

.truckload .menu nav ul li {
  display: inline;
  margin-right: 14px;
}

.truckload .menu nav ul li a {
  display: table-cell;
  vertical-align: middle;
}

.truckload .menu nav ul li a:hover {
  text-decoration: none;
}

.truckload .menu nav ul li a span {
  color: #000;
  padding-bottom: 14px;
  border-bottom: 6px;
}

.truckload .menu nav ul li a span:hover {
  border-bottom: 6px solid #2980b9;
}

@media screen and (max-width: 968px) {
  .truckload .menu nav ul li a {
    display: block;
    text-align: center;
    margin: 0;
  }

  .truckload .hero-image {
    display: none;
  }

  .truckload .menu {
    height: 270px;
    text-align: center;
  }

  .truckload .logo {
    height: 80px;
  }

  .truckload .logo a {
    display: block;
    width: 100%;
  }

  .truckload .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .truckload .title h1 {
    margin-top: 65px;
    margin-bottom: 20px;
  }
}
/*
 * Fim da landing page de carga fechada
 */

/*
 * Início da landing page de trabalhe conosco
 */

.work-with-us {
  padding-bottom: 20px;
}

@media screen and (min-width: 969px) {
  .work-with-us {
    min-height: 485px;
  }
}

.work-with-us > .header {
  margin-bottom: 30px;
  height: 100px;
  background-color: #f5f5f5;
}

.work-with-us > .header .title {
  font-size: 30px;
  margin-left: 40px;
}

.work-with-us > .header .subtitle {
  font-size: 18px;
  margin: 0;
  line-height: 0;
  margin-left: 43px;
  color: #7f8c8d;
}

.work-with-us .job-vacancy {
  padding-left: 40px;
}

.work-with-us .job-vacancy .link:hover {
  text-decoration: none;
}

.work-with-us .job-vacancy .link > .title {
  font-size: 20px;
}

.work-with-us .job-vacancy .link > .location {
  color: #7f8c8d;
  line-height: 0;
}

.work-with-us .job-vacancy > .job-description > .header > .back {
  font-size: 14px;
  color: #428bca;
  line-height: 40px;
}

.work-with-us .job-vacancy > .job-description > .header > .title {
  line-height: 0;
  font-size: 30px;
}

.work-with-us .job-vacancy > .job-description > .header > .subtitle {
  font-size: 18px;
  line-height: 40px;
}

.work-with-us
  .job-vacancy
  > .job-description
  > .content-group
  > .title {
  font-weight: bold;
}

@media screen and (max-width: 968px) {
  .work-with-us .job-vacancy > .job-description > .header > .title {
    line-height: 30px;
  }
}

.work-with-us
  .job-vacancy
  > .job-description
  > .content-group
  > .text {
  line-height: 25px;
}

.work-with-us
  .job-vacancy
  > .job-description
  > .content-group
  > .text
  .list-group {
  margin-bottom: 10px;
  padding-left: 30px;
}

/*
 * Início da landing page alternativa da home
 */

@media screen and (max-width: 968px) {
  .new-home > .call-to-action .title {
    line-height: 40px !important;
  }

  .new-home > .call-to-action .description {
    line-height: 40px !important;
  }
}

@media screen and (min-width: 969px) {
  .new-home > .call-to-action .title {
    line-height: 0;
  }
}

.new-home > .call-to-action {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #999;
  min-height: 300px;
  text-align: center;
  color: #fff;
  padding-top: 60px;
  padding-right: 0;
  padding-left: 0;
}

.new-home > .call-to-action .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 10px;
}

.new-home > .call-to-action .description {
  font-size: 24px;
  margin-top: 0;
  line-height: 0;
  margin-bottom: 50px;
}

.new-home .btn-slg {
  padding: 15px 45px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}

.new-home > div,
.main {
  padding-top: 30px;
  padding-bottom: 30px;
}

.new-home > .how-it-works {
  text-align: center;
}

@media screen and (max-width: 968px) {
  .new-home > .how-it-works .image-group {
    margin-bottom: 40px;
  }

  .new-home > .how-it-works .image {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 969px) {
  .new-home > .how-it-works .image {
    margin-bottom: 20px;
  }
}

.new-home > div .title,
.main .title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.new-home > .customer-stories {
  background-color: #f5f5f5;
}

.new-home > .customer-stories .name {
  font-weight: bold;
  font-size: 18px;
}

.new-home > .customer-stories .company {
  font-size: 12px;
  margin-top: 0;
  line-height: 0;
}

@media screen and (max-width: 968px) {
  .new-home > .customer-stories {
    text-align: center;
  }

  .new-home > .customer-stories .company {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 969px) {
  .new-home > .customer-stories .name {
    margin-top: 30px;
  }
}

.new-home > .carriers {
  text-align: center;
}

@media screen and (max-width: 968px) {
  .new-home > .carriers img {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 969px) {
  .new-home > .carriers .pajucara {
    position: relative;
    top: -10px;
    left: -40px;
  }
}

.new-home > .about {
  text-align: center;
}

.new-home > .about .text {
  line-height: 24px;
}

.new-home .sprite-how-it-works {
  background-image: url('../img/sprite-how-it-works.png');
  background-repeat: no-repeat;
  height: 55px;
  margin: auto auto;
  margin-bottom: 20px;
}

.new-home .sprite-how-it-works-1,
.new-home .sprite-how-it-works-2,
.new-home .sprite-how-it-works-3,
.new-home .sprite-how-it-works-4 {
  width: 50px;
}

.new-home .sprite-how-it-works-1 {
  background-position: -5px -5px;
}

.new-home .sprite-how-it-works-2 {
  background-position: -65px -5px;
}

.new-home .sprite-how-it-works-3 {
  background-position: -126px -5px;
}

.new-home .sprite-how-it-works-4 {
  background-position: -177px -5px;
}

.new-home .sprite-how-it-works-5 {
  width: 70px;
  background-position: -236px -5px;
}

.new-home .sprite-carriers {
  background-image: url('../img/sprite-carriers.png');
  background-repeat: no-repeat;
  height: 60px;
  margin: auto auto;
}

.new-home .sprite-carriers-1 {
  width: 130px;
  background-position: -5px -5px;
}

.new-home .sprite-carriers-2 {
  width: 133px;
  background-position: -154px -5px;
}

.new-home .sprite-carriers-3 {
  width: 149px;
  background-position: -285px -5px;
}

.new-home .sprite-carriers-4 {
  width: 130px;
  background-position: -435px -5px;
}

.new-home .sprite-carriers-5 {
  width: 200px;
  background-position: -575px -5px;
}


.red{
    color:red;
    }
.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid #c7c7c77a;
	}
	
	.counter-area.half-translate {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.counter-area {
    z-index: 9;
    position: relative;
}

.counter-area-inner {
    margin: 0 auto;
    width: calc(100% - 500px);
    color: #fff;
    padding: 40px 0;
}
	
@media only screen and (max-width: 1599px) and (min-width: 1200px)
.counter-area-inner {
    width: 100%;
}

.bg-theme {
    background: #af2457  !important;
}

/*
 * Fim da landing page alternativa da home
 */
