/*
PRIMARY COLOR #008455
verde claro #00ae8f
SECONDARY #f1a03b
*/
html {
  scroll-behavior: smooth;
}

body {
  padding-top: 5rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #1ba47b;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #f1a03b;
}

.my-n5 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.icon-social:hover {
  background-color: #f1a03b;
  border-radius: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.icon-social:hover i {
  color: #fff;
  font-weight: 400;
}

.vesti-title {
  color: #ffffff;
}

.vesti-title strong {
  color: #f1a03b;
}

.vesti-subtitle {
  color: #ffffff;
  font-size: 1.3em;
}

.vesti-subtitle strong {
  color: #f1a03b;
}

.options {
  margin-bottom: 56px;
  background-color: #f1a03b;
}

.options:after {
  content: '';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 45%;
  top: 46px;
  margin-top: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f1a03b;
}

.optionsagr {
  margin-bottom: 56px;
  background-color: #f1a03bbb;
  /*&:after {
      content: '';
      position: absolute;
      display: flex;
      right: 48%;
      top: 80%;
      margin-top: 0;
      width: 0; 
      height: 0; 
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #f1a03bbb;
    }*/
}

.form-insc {
  padding: 25px;
}

.btn {
  border: none !important;
  text-transform: uppercase;
}

.btn-005b4b {
  font-size: 1.25em;
  background-color: #1ba47b;
  color: #ffffff;
}

.btn-005b4b:hover {
  background-color: #f1a03b;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  font-weight: 600;
}

.btn-f1a03b {
  font-size: 1.25em;
  background-color: #f1a03b;
  color: #ffffff;
}

.btn-f1a03b:hover {
  background-color: #1ba47b;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  font-weight: 600;
}

.link-presencial {
  font-size: 1.75em;
  background-color: #f1a03b;
  padding: 15px;
}

.link-presencial:hover {
  background-color: #ffffff;
  color: #f1a03b;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  font-weight: 600;
}

.link-ead {
  font-size: 1.75em;
  background-color: #ffffff;
  color: #f1a03b;
  padding: 15px;
}

.link-ead:hover {
  background-color: #383838;
  color: #ffffff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  font-weight: 600;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.bg-parallax {
  background-image: url("../img/bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #ffffff22;
}

.bg-build {
  background-image: url("../img/fachada.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-primary-transparency {
  background-color: #00000066;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card {
  border-style: solid;
  border-width: 1px;
  border-color: #f1a03b;
}

.card-img-top {
  max-width: 128px;
  margin: auto;
  padding-top: 36px;
}

.card-differences {
  -webkit-box-shadow: 5px 5px 10px #00000033;
          box-shadow: 5px 5px 10px #00000033;
}

.card-differences .card-body {
  height: 160px;
}

.card-cursos-title {
  text-transform: uppercase;
  color: #f1a03b;
  font-weight: 600;
}

.card-text {
  font-size: 1em;
  line-height: 1.25em;
}

.btn-inscricao {
  font-weight: 600;
  background-color: #f1a03b;
  color: #383838;
  border-radius: 0;
}

.btn-inscricao:hover {
  background-color: #008455;
}

.btn-saibamais {
  font-weight: 600;
  background-color: #f1a03b;
  margin-top: 0 !important;
  height: 60px;
}

.btn-saibamais:hover {
  background-color: #008455;
}

.footer {
  margin-top: -10px;
  background-color: #f1a03b;
}

.footer p {
  font-weight: 600;
}

.form-control {
  border: 1px solid #f1a03b;
}

#o-curso {
  background-color: #ffffff;
}

#funcoes {
  background-color: #f1a03b;
}

#perfil {
  background-color: #008455;
}

#mercado {
  background-color: #00ae8f;
}

#agrnome {
  word-break: break-word;
}

.modal-dialog {
  max-width: 80%;
}

.modal-content {
  border: none;
}

.modal-title-curso {
  text-transform: uppercase;
  color: #008455;
  border-bottom: 1px solid #f1a03b;
}

.resumo_curso {
  text-align: justify;
  color: #383838;
}

.modal-header {
  background-color: #008455;
}

.modal-body {
  color: #383838;
}

.modal-body p {
  color: #383838;
}

.spacer {
  height: 36px;
}

.close > span {
  color: #ffffff;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .options {
    line-height: 2em;
  }
  .bg-build {
    height: 360px;
  }
  .options::after {
    top: 18%;
  }
}

@media screen and (max-width: 425px) {
  .options::after {
    top: 30%;
  }
}
/*# sourceMappingURL=main.css.map */