* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*=================================================================================*/

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

/*==================================== Menu =====================================*/

a {
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}

.nav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
}

.logo {
  padding-left: 20px;
  width: 300px;
}

.hamburger {
  padding-right: 20px;
  cursor: pointer;
}

.hamburger .line {
  display: block;
  width: 35px;
  height: 2px;
  margin-bottom: 8px;
  background-color: black;
}

.nav__link {
  position: fixed;
  width: 94%;
  top: 5rem;
  left: 18px;
  background-color: lightblue;
}

.nav__link a {
  display: block;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #000000;
}

.nav__link a:hover,
.nav__link a:active,
.nav__link a:focus {
  color: #fee434;
}

.hide {
  display: none;
}

.nav__link .getstarted {
  border-radius: 0px;
  background-color: #4BCA5A;
  border-color: #4BCA5A;
  padding: 6px 25px;
  color: #ffffff;
}

.nav__link .getstarted:hover {
  background-color: #4BCA5A;
  border-color: #4BCA5A;
  color: #ffffff;
}

.nav__link .getstarted>i {
  vertical-align: middle;
  padding: 5px;
  font-size: 18px;
}


@media screen and (min-width: 600px) {
  .nav__link {
    display: block;
    position: static;
    width: auto;
    margin-right: 20px;
    background: none;
  }

  .nav__link a {
    display: inline-block;
    padding: 15px 20px;
  }

  .hamburger {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav__link {
    height: 90vh;
    top: 4rem;
    left: 11px;
    background-color: #ffffff;
    border-radius: 30px;
  }

  .nav__link a {
    text-align: left;
    padding: 10px 25px;
    color: #000000;
  }

  .nav__link .getstarted {
    width: 90%;
    font-size: 15px;
    padding: 6px 25px;
    margin: 15px;
    border: solid 2px #fee434;
  }
}

/*==================================== End Menu =====================================*/


/*==================================== Section title =====================================*/

.section-title h2 {
  color: #000000;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.section-title p {
  color: #999999;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-top: 15px;
}

.section-title h4 {
  color: #000000;
  font-size: 40px;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}


/*==================================== End Section title =====================================*/

/*==================================== Carousel =====================================*/

.carousel-inner {
  position: absolute;
  top: 38%;
}

.carousel-item {
  margin-top: 5%;
  width: 100%;
  /* height: 100%; */
  /* height: 700px; */

}

.carousel-item img {
  width: 100%;
  /* height: 100%; */
}


.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-top: 25%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}


/* .carousel .carousel-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 1;
} */

/* .carousel-caption h5 {
  font-size: 45px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
} */

/* .carousel-caption p {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
} */

/* .carousel-caption .btn-danger {
  border-radius: 20px;
  padding: 10px 25px;
  background-color: #d60404;
  border-color: #d60404;
} */

@media (max-width: 768px) {
  .carousel-item img {
    margin-top: 25%;
    height: 100%;
  }

  /* .carousel-caption {
    position: absolute;
    bottom: 25%;
    font-size: 20px;
  }

  .carousel-caption h5 {
    font-size: 25px;
  }

  .carousel-caption p {
    font-size: 15px;
  } */

}

/*================================= Call Action =================================*/
.call-action a {
  width: 100%;
  background-color: #4BCA5A;
  border-color: #4BCA5A;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.call-action a:hover,
.call-action a:active {
  background-color: #4BCA5A;
  border-color: #4BCA5A;
  color: #ffffff;
}

.call-action a>i {
  font-size: 25px;
  vertical-align: middle;
  padding-right: 5px;
}

/*================================= End Call Action ==================================*/

/*==================================== Serviços =====================================*/
.servicos {
  padding: 60px 0;
}

.servicos .servicos-item {
  padding: 40px;
  height: 270px;
  /* margin: 15px; */
  background: #ffffff;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
  box-sizing: border-box;
}

.servicos .servicos-item img {
  width: 35%;
  border-radius: 50%;
  margin-top: -40%;
}

.servicos .servicos-item h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px;
}

.servicos .servicos-item p,
.servicos .servicos-item a {
  font-size: 15px;
  color: #999999;
}

.servicos .servicos-item a:hover {
  color: #fee434;
}

@media (max-width: 768px) {
  .servicos .servicos-item {
    width: 90%;
    margin: 15px;
    margin-top: 50px;
  }
}

/*==================================== End Serviços =====================================*/

/*==================================== About =====================================*/
.about {
  padding: 60px 0;
}

.about .section-servicos h2 {
  color: #000000;
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

.about .section-servicos p {
  color: #999999;
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
}

.about .card-body {
  height: 90%;
  margin-top: 35px;
  text-align: center;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}

.about .card-body .icon {
  width: 50px;
  margin-bottom: 20px;
}

.about .card-body .card-title {
  color: #000000;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.about .card-body .card-text {
  color: #999999;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}


@media (max-width: 768px) {
  .about .card-body .card-title {
    text-align: center;
    font-size: 15px;
  }
}

/*==================================== End About =====================================*/

/*================================= Frota ==================================*/
.frota,
.frota .section-frotas {
  padding: 60px 0;
}

.frota .section-title {
  margin-bottom: 25px;
}

.frota .card {
  margin: 10px;
  padding: 0;
  text-align: center;
  width: 27%;
}

.frota .card:hover {
  border-color: #FEE434;
}

.frota .card img {
  width: 100%;
}


.frota .card-body {
  text-align: left;
}

.frota .card-body .grupos {
  background-color: #FFC300;
  border-radius: 5px;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.frota .card-body h4 {
  font-weight: 600;
  font-size: 20px;
  color: #212121;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.frota .card-body h5 {
  font-weight: 600;
  font-size: 16px;
  color: #212121;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.frota .card-body p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  color: #47425D;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.frota .card-body p>i {
  font-size: 16px;
  padding-right: 5px;
  vertical-align: middle;
}

.frota .card-body p>small {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
}

.frota .card-body span {
  font-size: 14px;

}

.frota .card-body a {
  background-color: #4BCA5A;
  border-color: #4BCA5A;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 600px) {
  .frota .card {
    width: 80%;
    margin: 15px 0;
  }
}

/*================================= End Frota ==================================*/

/*==================================== A empresa =====================================*/
.empresa {
  padding: 60px 0;
  background-color: #ffffff;
}

.empresa .text-empresa {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-align: justify;
  margin-top: 10%;
}

.empresa img {
  margin-top: 10%;
}

/*==================================== End A empresa =====================================*/

/*================================= Terceirização de Frota ================================*/
.terceirizacao {
  padding: 60px 0;
  background-color: #ffffff;
}

.terceirizacao .text-frota {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-align: justify;
  margin-top: 6%;
}

.terceirizacao .text-frota p {
  margin-top: 16%;
}

.terceirizacao img {
  margin-top: 10%;
}

/*============================== End Terceirização de Frota ==============================*/

/*========================================= Faq ==========================================*/
.promocao {
  padding: 30px 0;
}

.promocao .box-promocao {
  margin-top: 25px;
  padding: 40px;

  /* margin: 15px; */
  background: #ffffff;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  text-align: center;
}

.promocao .box-promocao>i {
  font-size: 45px;
}

.promocao .box-promocao h2 {
  color: #000000;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

/*======================================== End Faq =========================================*/

/*=========================================== Contact ===========================================*/
.contact {
  padding: 60px 0;
}

.contact .section-title {
  margin-bottom: 40px;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #232344;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .faleconosco {
  background-color: #4BCA5A;
  border-color: #4BCA5A;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  padding: 10px;
}

.contact .faleconosco:hover,
.contact .faleconosco:active {
  background-color: #4BCA5A;
  border-color: #4BCA5A;
  color: #ffffff;
}

.contact .faleconosco-blue {
  background-color: #026CB6;
  border-color: #026CB6;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  padding: 10px;
}

.contact .faleconosco-blue:hover,
.contact .faleconosco-blue:active {
  background-color: #026CB6;
  border-color: #026CB6;
  color: #ffffff;
}

.contact .formulario {
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
  z-index: 3;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}

.contact .formulario h3 {
  font-size: 20px;
  margin: 5px 0 15px;
  font-weight: 700;
}

.contact .formulario .form-control {
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.contact .formulario .getstarted-form {
  width: 100%;
  margin-bottom: 10px;
}

.contact .formulario .getstarted-form {
  font-size: 20px;
  margin-top: 3%;
  color: #000000;
  text-transform: uppercase;
  background-color: #FEE434;
  border-color: #FEE434;
  font-weight: 400;
}


.contact .getstarted-primary>i {
  padding: 9px;
  font-size: 25px;
  vertical-align: middle;
}

.contact .formulario .getstarted-form:hover {
  background-color: #FEE434;
  border-color: #FEE434;

}

@media (max-width: 768px) {
  .contact .formulario .getstarted-form {
    width: 100%;
    font-size: 18px;
  }

  .formulario {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

}

/*========================================= End Contact =========================================*/

/*=========================================== Footer ===========================================*/

.footer {
  padding: 60px 0;
  background-color: #262625;
}

.footer .as-about .as-logo a {
  display: inline-block;
  margin-left: -50px;
}

.footer .call-action {
  text-align: center;
  margin-left: -50px;

}

.footer .call-action ul, li {
  list-style: none;
  color: #ff0000;
}

.footer .as-about h4,
.footer .as-widget h4 {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  margin: 15px 0 18px 0;
  text-transform: uppercase;

}

.footer .as-about p {
  color: #c4c4c4;
  font-size: 14px;
  line-height: 24px;
}

.footer .as-social a {
  color: #c4c4c4;
  font-size: 30px;
  margin-right: 20px;
  text-decoration: none;
}

.footer .as-social img {
  width: 30px;
}

.footer .as-widget {
  margin-top: 60px;
}

.footer .as-widget ul {
  padding: 0;
  margin: 0;
}

.footer .as-widget li {
  color: #c4c4c4;
  list-style: none;
}


.footer .as-widget a {
  font-size: 16px;
  color: #c4c4c4;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.footer .as-widget a:hover {
  color: #fee434;
}

.footer .as-widget p {
  color: #cecece;
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}

.footer .contact {
  padding-left: 65px;
}

.copyright-text {
  color: #c4c4c4;
  font-size: 14px;
  height: 30px;
  margin-top: 10px;
  letter-spacing: 0.5px;
  border-top: 1px solid #1a1a1a;
}

.copyright-text p {
  margin-top: 30px;
}


@media (max-width: 768px) {
  .footer .as-about .as-logo a {
    margin-left: -40px;
  }

  .footer .contact {
    padding-left: 10px;
  }

  .copyright-text {
    height: 60px;
  }
}


/*=========================================== End Footer =======================================*/


/*=========================================== Login =======================================*/

.login {
  padding: 60px 0;
}

.login .form-signin {
  margin: 5% auto 0;
  width: 40%;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
  border-radius: 20px;
}

.login .form-signin h1 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.login .form-control {
  border-radius: 15px;
  padding: 15px;
  width: 70%;
  margin: 15px auto;
  box-shadow: 0px 5px 20px 0px rgb(236, 104, 33, 0.3);
}

.form-signin .btn-form {
  width: 30%;
  padding: 5px;
  margin-top: 10px;
  border-radius: 25px;
  font-weight: 500;
  transition: 0.5s;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #FEE434 0%, #fadc18 51%, #fde85f 100%);
}

.form-signin .btn-form:hover {
  background-position: right center;
  color: #fff;
}

.form-signin .copy {
  color: #FEE434;
}

.image-form img {
  width: 50%;
  height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 20px 20px 0;
}

.msg_error {
  position: relative;
  top: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .login .form-signin {
    width: 100%;
    margin-top: 20%;
  }

  .image-form img {
    display: none;
  }
}

.email-enviado {
  padding-top: 60px;
}