/*
Template Name: Adminto - Bootstrap 4 Landing Page Tamplate
Author: CoderThemes
Email: coderthemes@gmail.com
File: Main scss file
*/
/*******************************
01.General
02.Helper
03.Navbar
04.Home
05.Features
06.Services
07.Portfolio
08.Clients
09.Pricing plans
10.Contact
11.Cta
12.footer
13.Responsive
********************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,500,700,900|Karla:400,700");
/*******************
    1.General
*******************/
::selection {
    background-color: #193d8abf;
    color: #fff;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Karla", sans-serif;
  font-weight: 600;
}

h3 {
  line-height: 30px;
}

a {

  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.6;
  font-size: 15px;
}
.hr-1 {
  margin-top: 10%;
  margin-bottom: 10%;
  width: 10%;
  border: 1px solid #2659c5;
  transform: rotate(90deg);
}
.hr-2 {
  width: 30%;
  border: 1px solid #2659c5;
}
.antt-img {
  width: 10%;
}
.denatran-img {
  width: 20%;
}
.input-pesquisa {
  position: relative;
  width: 30%;
}
.input-pesquisa i {
  position: absolute;
  font-size: 20px;
  color: #ccc;
  top: 26%;
  left: 4%;
}
.pesquisa {
  font-family: "Noto Sans", sans-serif;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 15px 10px 40px;
  border-radius: 5px;
  outline: none;
  resize: none;
  transition: all .5s ease-in-out;
  background: #fff !important;
}
.pesquisa:hover {
  border-color: #2659c5bf;
}
.pesquisa:focus {
  border-color: #2659c5;
}
.modal {
  z-index: 12 !important;
}
.modal-backdrop {
  z-index: 11 !important;
}
.modal-content {
  border: none !important;
  background-clip: none !important;
  border-radius: 10px !important;
}
.pay-border {
  border-right: 1px solid #ccc;
}
.pay-border hr{
  display: none;
}
/*******************
    2.Helper
*******************/
.section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}

.section-sm {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-primary {
  color: #2659c5 !important;
}

.text-custom {
  color: #ff5b5b;
}

.bg-custom {
  background-color: #ff5b5b;
}

.bg-gradient {
  background: linear-gradient(to top, #10265585, #2659c585), url('../images/bg/bg-3.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}
.botoes a{
  position: relative;
}
.botoes a i {
  position: absolute;
  top: 30%;
  left: 10%;
}
button {
  border: none !important;
}
.b {
  transition: all 0.5s ease-in-out;
  font-family: "Noto Sans", sans-serif;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;  
  color: #fff;
}
.bt {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  font-family: "Noto Sans", sans-serif;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;  
  color: #fff;
}
.bt:hover {
  color: #fff !important;
  border-radius: 10px;
}
.btn-principal {
  background: #2659c5;
}
.btn-principal:hover {
  background: #193d8a;
}
.btn-cancel {
  background: #ccc;
}
.btn-cancel:hover{
  background: #616161;
}
.btn-comprar {
  background: #ef511b;
}
.btn-comprar:hover {
  background: #cc3906;
}
.btn-enviar {
  background: #4cd964 !important;
}
.btn-enviar:hover {
  background: #2ea042 !important;
}
.btn {
  font-family: "Karla", sans-serif;
}

.btn-custom {
  color: #ffffff !important;
  background-color: #2659c5;
  border: none;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
  background-color: #193d8a;
}
.form-control {
  text-transform: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #ccc !important;
}
.form-control:hover {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #6c9bff99 !important;
}
.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  resize: none !important;
  border: none !important;
  border-bottom: 1px solid #6c9bff !important;
}
.title .small-title {
  text-transform: uppercase;
  letter-spacing: 2px;
}

/**BACK TO TOP**/
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  border-radius: 3px;
  background-color: #2659c5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.back-to-top i {
  color: #ffffff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}

/******************
    3.Navbar
*******************/
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 10;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .logo .logo-light {
  display: inline-block;
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 6px 10px;
  margin: 0 7px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #2659c5bf;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

.nav-sticky.navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-sticky.navbar-custom .logo .logo-light {
  display: none;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: rgba(40, 40, 46, 0.8);
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #2659c5bf;
}


.nav-stick.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

.nav-stick.navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-stick.navbar-custom .logo .logo-light {
  display: none;
}

.nav-stick.navbar-custom .navbar-nav .nav-item .nav-link {
  color: rgba(40, 40, 46, 0.8);
}

.nav-stick.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-stick.navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #2659c5bf;
}

.nav-stick.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #2659c5;
}
/*******************
    4.Home
*******************/
.bg-home {
  position: relative;
  padding: 200px 0px 240px;
}

.home-center {
  display: table;
  width: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title .play-icon-circle {
  background: #ffffff;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #2659c5;
}

.how-it-work {
  margin-top: 80px;
  position: relative;
  top: 30px;
}

/*******************
    5.Features
*******************/
.features {
  position: relative;
  bottom: 98px;
}

.features-tab .nav-item {
  text-align: left;
  margin: 0px 12px;
}

.features-tab .nav-item:first-child {
  margin-left: 0px;
}

.features-tab .nav-item:last-child {
  margin-right: 0px;
}

.features-tab .nav-item .nav-link {
  padding: 22px 30px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.features-tab .nav-item .nav-link p {
  color: rgba(255, 255, 255, 0.6);
}

.features-tab .nav-item .nav-link.active {
  background: #ffffff;
  color: #28282e;
}

.features-tab .nav-item .nav-link.active p {
  color: #7a7d84;
}

.features-tab .nav-item .nav-link.active .features-icon i {
  color: #ff5b5b;
}

/*******************
    6.Services
*******************/
.services-box {
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
          box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 7px;
}

.services-box h5 {
  font-size: 18px;
}

.services-box .services-img img {
  max-height: 46px;
}
#sobre .card{
  border: none;
  box-shadow: 0px 0px 15px -5px #ccc;
  transition: all .5s ease-in-out;
}
#sobre .card:hover{
  transform: translateY(-10px);
}
#servicos .card{
  border: none;
  box-shadow: 0px 0px 15px -5px #ccc;
  transition: all .5s ease-in-out;
}
#servicos .card:hover{
  transform: translateY(-10px);
}
/*******************
    7.curso
*******************/
.curso-box {
  width: 100%;
  height: 95%;
  -webkit-box-shadow: 0 0 35px 0 #e6e6e6;
          box-shadow: 0 0 35px 0 #e6e6e6;
  transition: all .5s ease-in-out;
}
.curso-box:hover {
  transform: translateY(-10px);
}
.curso-conteudo {
  width: 100%;
}
.curso-box h5 {
  text-align: justify;
  font-size: 14px;
  padding: 10px;
  color: #2659c5;
}
.curso-box h5:hover {
  text-decoration: underline;
  padding: 10px;
  color: #193d8a;
}
.curso-box p {
  color: #616161;
  font-size: 12px;
  padding: 10px;
  text-align: justify;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.curso-img {
  width: 100%;
  height: 180px;
}
.card-curso {
  height: auto;
  margin-top: 5%;
  padding: 10px 0 10px 0;
  border-radius: 5px;
}
.card-curso .container a {
  margin: 0 1% 0 1%;
}
.curso-img2 {
  position: relative;
}
.curso-img2 img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 5px;
}
.curso-badge {
  padding-top: 10px;
}
.badge-success {
  background: #2ECC71;
}
.badge-secondary {
  background: #E67E22;
}
.curso-comprar {
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  height: 40px;
  background: #ef511b;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.curso-comprar:hover {
  background: #cc3906;
  border-radius: 10px; 
}
.curso-comprar a{
  padding-left: 10px;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
}
.curso-comprar i {
  position: absolute;
  top: 25%;
  left: 10%;
  font-size: 18px;
}
.curso-info a{
  padding-left: 20px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
.curso-info i {
  position: absolute;
  top: 27%;
  left: 10%;
  font-size: 18px;
}
.curso-info {
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  height: 40px;
  padding: 10px;
  background: #2659c5;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.curso-info:hover {
  background: #193d8a;
  border-radius: 10px; 
}
.curso-box .curso-body .curso-content {
  border-radius: 4px;
  overflow: hidden;
}

.curso-box .curso-body .curso-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2659c5), to(#102655));
  background: linear-gradient(to bottom, #2659c5, #102655);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.curso-box .curso-body .overlay-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.curso-box .curso-body:hover .curso-overlay {
  opacity: 0.7;
}

.curso-box .curso-body:hover .overlay-icon {
  opacity: 1;
}
.curso-detalhes h5 {
  padding: 2% 0 1% 0;
}
.curso-detalhes .card {
  height: auto;
  margin-top: 5%;
  padding: 2%;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 30px -5px #ccc;
  text-align: justify;
}
.curso-detalhes .card h4{
  color: #102655;
  padding-bottom: 2%;
}
.curso-detalhes .card p{
  padding-top: 2%;
  font-size: 13px;
}
.curso-detalhes .card h6{
  font-size: 15px;
}
.curso-detalhes .card h6 span{
  font-weight: 500;
  font-style: italic;
}
.comprar{
  margin-top: 5%;
}
.descricao-curso {
  font-size: 18px;
  color: #193d8a;
}
/*******************
    8.Clientes
*******************/
#clientes img {
  filter: grayscale(0%);
  transition: all .2s ease-in-out
}
#clientes img:hover {
  filter: grayscale(90%);
}

/*******************
    8.Feedback
*******************/
#feedback .card {
  background-color: transparent;
  border: none;
}
#feedback .card img {
  width: 100%;
  border-radius: 50%;
  border: 5px solid #2659c5;
  padding: 5%;
}

#feedback .card .card-title {
  font-size: 18px;
}
#feedback .card h6 {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}
#feedback .card p {
  font-size: 16px;
}
#feedback .card i {
  color: #2659c5!important;
}
#feedback .carousel {
  padding: 0 5%;
}
#feedback .carousel-control-prev-icon {
  background-image: none;
}
#feedback .carousel-control-next-icon {
  background-image: none;
}
#feedback .carousel-indicators {
  bottom: -20px;
}
#feedback .carousel-indicators li {
  background-color: #2659c5;
}

/*******************
  9.Pricing plans
*******************/
.pricing-plans {
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
          box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 7px;
  max-width: 414px;
  margin: 0px auto;
}

.pricing-plans .plan-price .price {
  display: inline-block;
  width: 94px;
  height: 94px;
  line-height: 94px;
  background: #dfd3fb;
  border-radius: 50%;
  color: #2659c5;
}

/*******************
    10.Contact
********************/

#contact .card {
  border: none;
  background: #fff;
  box-shadow: 0px 0px 15px -5px #ccc;
}
#contact .card h5 {
  font-size: 20px;
}
#contact .card i {
  font-size: 20px;
  color: #2659c5;
}

/*******************
    11.Cta
********************/
.avaliacao {
  width: 100%;
  height: auto;
  padding: 7% 0;
  overflow-x: hidden;
}

.avaliacao label {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
}

.avaliacao textarea {
  height: 150px;
}

/*******************
    12.footer
********************/
.footer {
  width: 100%;
  padding: 40px 0px 10px 0px;
  background: #353535;
}

.footer .footer-border {
  border-color: rgba(255, 255, 255, 0.07);
}
.footer i {
  font-size: 20px;
  color: #fff;
  margin: 1%;
}
.footer p {
  padding-top: 2%;
  color: #e6e6e6;
}


/******************
    13.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .features {
    bottom: 74px;
  }
  .features-icon {
    float: none !important;
    text-align: center;
  }
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }
  .navbar-custom .logo .logo-light {
    display: none;
  }
  .navbar-custom .logo img {
    height: 18px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: rgba(40, 40, 46, 0.8) !important;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #2659c5 !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #28282e;
  }
  .footer-logo, .footer-desc, .footer-list {
    text-align: center;
  }
  #feedback .card img {
    width: 50%;
    padding: 2%;
    margin-bottom: 5%;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .pay-border {
    border-right: none;
  }
  .pay-border hr{
    width: 30%;
    display: block;
  }
  .antt-img {
    width: 30%;
  }
  .denatran-img {
    width: 40%;
  }
  .bg-home {
    padding: 130px 0px;
  }
  .home-title h2 {
    font-size: 24px;
  }
  .mo-mb-20 {
    margin-bottom: 20px !important;
  }
  .mo-mt-20 {
    margin-top: 20px !important;
  }
}

@media (max-width: 425px) {
  .features-tab .nav-item .nav-link {
    padding: 14px;
  }
  .cta {
    padding: 24px !important;
  }
}
/*# sourceMappingURL=style.css.map */