@charset "UTF-8";
/* Geral */
body {
  padding-top: 100px;
  background-color: #f2f2f2;
  font-family: 'Rubik', sans-serif;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: padding-top;
       -o-transition-property: padding-top;
          transition-property: padding-top;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  color: #181174;
}

.navbar a {
  font-family: 'Heebo', sans-serif;
}

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.header p {
  font-size: 18px;
}

.navbar-shadow {
  box-shadow: 0 5px 15px 0 #111;
  -moz-box-shadow: 0 5px 15px 0 #111;
  -webkit-box-shadow: 0 5px 15px 0 #111;
}

.loading-shell {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1030;
}

.loading-shell .spinner-grow {
  width: 2.5rem;
  height: 2.5rem;
}

.scroll-top {
  position:fixed;
  bottom: 25px;
  right: 25px;
  opacity: 0;
  visibility: hidden;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  z-index: 1030;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

@media (max-width: 319.98px) {
  .scroll-top {
    display: none;
  }
}

/* Navbar */
/*
.mynav {
  padding-top: 30px;
  padding-bottom: 30px;
}
*/
.mynav .navbar-brand {
  text-shadow: 3px 3px 5px #111;
}

.mynav ul li a {
  color: #fff;
}

@media (max-width: 319.98px) {
  .mynav .dropdown-menu {
    font-size: 11px;
  }
}

@media (max-width: 991.98px) {
  .mynav .nav-link, .mynav .dropdown-item {
    text-align: center;
  }

  .mynav ul {
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  /*
  .mynav {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  */
  .mynav ul {
    margin-left: 25px;
  }

  .mynav ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mynav .navbar-nav .active .nav-link {
    border-bottom: 2px solid #fff;
  }
}

@media (min-width: 1200px) {
  .mynav ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mynav #logo-nav {
  height: 74px;
  margin-right: 20px;
}

@media (max-width: 355.98px) {
  .mynav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mynav ul {
    padding-bottom: 0;
  }

  .mynav ul li:first-of-type {
    padding-top: 10px;
  }

  .mynav #logo-nav {
    display: none;
  }
}

/* Animação para o menu dropdown */
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-1rem);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Home */
.carousel-home .carousel-item {
  height: 600px;
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-home .carousel-inner > p {
  font-size: 0.875rem;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.carousel-home .carousel-indicators li {
  height: 14px;
  width: 14px;
  border-radius: 100%;
}

.carousel-home .carousel-caption {
  bottom: 50%;
  transform: translateY(50%);
}

.carousel-home .carousel-caption h2 {
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.carousel-home .carousel-caption h2, .carousel-home .carousel-caption p {
  text-shadow: 5px 5px 5px #111;
}

@media (min-width: 200px) {
  .carousel-home .carousel-caption h2 {
    font-size: 2rem;
  }
}

@media (min-width: 300px) {
  .carousel-home .carousel-caption h2 {
    font-size: 3rem;
  }
}

@media (min-width: 576px) {
  .carousel-home .carousel-inner > p {
    font-size: 1rem;
  }

  .carousel-home .carousel-caption h2 {
    font-size: 3.25rem;
  }

  .carousel-home .carousel-caption p {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .carousel-home .carousel-caption h2 {
    font-size: 3.5rem;
  }

  .carousel-home .carousel-caption p {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .carousel-home .carousel-caption h2 {
    font-size: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .carousel-home .carousel-caption h2 {
    font-size: 4rem;
  }
}

.cursos-home .row .col-lg-4 {
  background: linear-gradient(to right, #0086e6, #0062E6, #0086e6);
  border-radius: 20px 20px 5px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 20px;
  min-height: 265px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .cursos-home .row .col-lg-4 {
    border: 1px solid #f2f2f2;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cursos-home .row .col-lg-4 {
    min-height: 285px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cursos-home .row .col-lg-4 {
    min-height: 305px;
  }
}

.cursos-home .row .col-lg-4 h3 {
  font-size: 1.25rem;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
  border-bottom: 1px solid #fff;
}

.cursos-home .row .col-lg-4 p {
  font-size: 15px;
  color: #fff;
  margin-left: 3px;
  margin-right: 3px;
}

.cursos-home .row .col-lg-4 a.btn {
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: auto;
}

.content-home .blockquote-footer {
  font-size: 90%;
}

.gallery-home .row .col-lg-4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .gallery-home .row .col-lg-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.gallery-home img {
  box-shadow: 3px 3px 9px #111;
  -moz-box-shadow: 3px 3px 9px #111;
  -webkit-box-shadow: 3px 3px 9px #111;
}

/* Cursos */
.main-cursos b {
  font-size: 1.125rem;
}

/* Contato */
.main-contato #contato-enviar {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .main-contato .row > .col-md-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-contato .row > .col-md-6:first-of-type {
    border-bottom: 2px solid #111;
  }

  .main-contato #contato-enviar {
    width: 100%;
  }

  .main-contato .row > .col-md-6:nth-of-type(2) {
    text-align: center;
  }

  .main-contato .row > .col-md-6:nth-of-type(2) p:first-of-type::after {
    content: "Envie-nos uma mensagem através do formulário acima, ou se preferir entre em contato com a nossa equipe através dos meios de contato abaixo:";
  }
}

@media (min-width: 768px) {
  .main-contato .row > .col-md-6:nth-of-type(2) p:first-of-type::after {
    content: "Envie-nos uma mensagem através do formulário ao lado, ou se preferir entre em contato com a nossa equipe através dos meios de contato abaixo:";
  }
}

/* Footer */
.footer {
  background: rgba(0,0,0,0.9);
}

.footer img {
  height: 20px;
}
