/* Bootstrap */
.navbar {
  margin-top: 0px;
  position: relative;
  z-index: 10;
}

ul.nav {
  background-color: rgba(255, 255, 255, 0.8);
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0 2px 5px #ccc;
  background-color: rgba(255, 255, 255, 0.8);
}

.navbar-default .navbar-nav > li > a {
  color: #001d7e;
}

.mobilog-logo {
  position: absolute;
  bottom: 50px;
  right: 80px;
  z-index: 200;
}

.mobilog-logo img {
  width: 200px;
  height: auto;
}

.dropdown-menu {
  border-left: 10px solid #d58500;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.btn-primary {
  background: #d58500;
  border-color: #d58500;
}

.btn-primary:hover {
  background-color: #a96a00;
  border-color: #a96a00;
}

.btn-default {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  color: #001d7e;
  padding: 10px 20px;
}

.btn-default:hover {
  background: #fff;
  border-collapse: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background: #d58500;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}

/* Estilos */
body,
html {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif;
}

.site-title h1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  margin-top: 4px;
}

.head-content h3 {
  font-size: 4em;
  font-weight: bolder;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.head-content h4 {
  color: #d58500 !important;
  font-size: 2em;
}

.topbar {
  background: #009bdb;
  color: #fff;
  padding: 5px 0;
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
}

.topbar-sociais {
  text-align: right;
}

.topbar-sociais ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.topbar-sociais ul li {
  display: inline-flex;
  margin: 0 5px;
}

.topbar-sociais ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.logo img {
  width: auto;
  height: 100px;
  margin-top: -30px;
}

.head {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background: url('../imgs/head-bck.jpg') bottom center no-repeat;
  background-size: cover;
}

.curso-box {
  margin-bottom: 30px;
}

.cursos-online {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: url('../imgs/cursos-bck.jpg') top center no-repeat;
  background-size: cover;
}

.head-content {
  margin-top: 150px;
}

.head-content h1,
.head-content h3 {
  margin: 5px 0;
  color: #001d7e;
}

.head-content h1 {
  margin: 5px 0;
  font-size: 4em;
}

.head-content h2 {
  margin: 5px 0;
  font-size: 3em;
}

.head-content a {
  margin: 15px 0 0 0;
}

.comum-page {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
}

.cursos-online {
  margin: -102px 0 0 0;
  padding: 150px 0;
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
  background: url('../imgs/cursos-bck.jpg') top no-repeat;
 
}

.inscricao-page {
  margin: -102px 0 0 0;
  padding: 150px 0;
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
  background: url('../imgs/inscricao-bck.jpg') top no-repeat;
 
}

.valor {
  background-color: #001d7e;
  color: #fff;
  text-align: center;
  font-size: 1.2em !important;
  padding: 5px 10px;
  border-radius: 5px;
}

.comum-page-quem-somos {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
  background: url('../imgs/head-bck-quem-somos.jpg') bottom center no-repeat;
  background-size: cover;
}

.comum-page-inscricao {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
  background: url('../imgs/head-bck-inscricao.jpg') bottom center no-repeat;
  background-size: cover;
}

.comum-page-ingles-maritimo {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
  background: url('../imgs/head-bck-ingles-maritimo.jpg') bottom center
    no-repeat;
  background-size: cover;
}

.comum-page-espanhol {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
  background: url('../imgs/head-bck-espanhol.jpg') bottom center no-repeat;
  background-size: cover;
}

.full-img img {
  width: 100%;
  height: auto;
}

.img-round img {
  border-radius: 50%;
}

.body-page {
  position: relative;
  display: block;
}

.page {
  margin-top: -180px;
  position: relative;
  margin-bottom: 100px;
}

/* .page img {
    border-radius: 50%;
    border: 4px solid #009bdb;
} */

.content, .content ul li {
  color: #001d7e;
}

.content ul li {
  font-size: 1.2em
}

.content h1,
.section-title {
  border-left: 8px solid #d58500;
  padding-left: 10px;
  margin-bottom: 30px;
}

.section-title {
  border-bottom: none !important;
}

.content h2 {
  border-bottom: 2px solid #d58500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 2.5em;
}

.home-divisoria {
  width: 100%;
  display: block;
  position: relative;
}

.home-divisoria img {
  width: 100%;
  height: auto;
}

section {
  padding: 90px 0;
}

.section-light {
  background: #e2e2e2;
}

.media-card {
  border-top: 8px solid #009bdb;
  background: #fff;
  margin: 20px 0;
  padding-bottom: 20px;
}

.media-card img {
  width: 100%;
  height: auto;
}

.media-card h3,
.media-card p {
  padding: 0 20px;
}

.media-card-itens {
  padding-bottom: 20px !important;
  min-height: 360px;
}

.media-card-itens h3 {
  font-size: 1.3em;
}

.no-space {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.mtb-20 {
  margin: 20px 0;
}

.footer-contact {
  background: url('../imgs/home-contact-bck.jpg') top center no-repeat;
  background-size: cover;
}

section.footer-contact {
  padding-top: 0 !important;
}

.content-light {
  color: #001d7e;
  padding: 90px 0;
}

.content-light p,
.content p {
  font-size: 1.2em;
}

.content-light h2 {
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 2.5em;
}

.content-light-contact {
  padding-top: 20px;
}

.content-light-contact p {
  font-size: 1.7em;
}

.content-light-contact a {
  text-decoration: none;
  color: #001d7e;
}

footer {
  background: #4e4e4e;
  color: #fff;
  padding: 50px 0;
}

footer p {
  margin-top: 30px;
  filter: brightness(0) contrast(0);
}

.logo-footer img {
  width: auto;
  height: 60px;
  filter: brightness(0) contrast(0);
}

select.form-control {
  padding: 5px;
}

.circle-img img {
  border: 4px solid #009bdb;
  border-radius: 50%;
}

/*Tablet*/
@media (max-width: 1030px) {
}

/*Smartphone*/
@media (max-width: 640px) {
  .head {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    background: url('../imgs/head-bck-mobile.jpg') bottom center no-repeat;
    background-size: cover;
  }

  .head-content {
    margin-top: 30px !important;
  }

  .head-content h3 {
    margin: 5px 0;
    color: #001d7e;
    font-size: 3em;
  }

  .mobilog-logo {
    position: absolute;
    bottom: 50px;
    right: 20px;
    z-index: 200;
  }

  .mobilog-logo img {
    width: 100px;
    height: auto;
  }

  .content-light-contact p {
    font-size: 1.1em;
    margin-top: 8px;
  }

  .logo img {
    width: auto;
    height: 80px;
    margin-top: -30px;
  }

  .form-control {
    padding: 5px;
  }
}

@media (prefers-color-scheme: dark) {
  .topbar {
    background: #001d7e;
  }

  .head {
    background: url('../imgs/head-bck-dark.jpg') bottom center no-repeat;
    background-size: cover;
  }

  ul.nav {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }

  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    box-shadow: 0 2px 5px #000;
    background-color: #001d7e;
    color: #fff;
  }

  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }

  .dropdown-menu {
    border-left: 10px solid #d58500;
    background-color: rgba(255, 255, 255, 0.8) !important;
  }

  .btn-primary {
    background: #ab5b00;
    border-color: #ab5b00;
  }

  section {
    padding: 90px 0;
    background-color: #333;
  }

  .content {
    color: #cccccc !important;
  }

  #servicos {
    background: #232323 !important;
    color: #666;
  }

  .media-card {
    background: #333 !important;
    color: #666;
  }

  .footer-contact {
    background: #000;
    background: url('../imgs/home-contact-black.jpg') top center no-repeat;
    background-size: cover;
    color: #fff !important;
  }

  .content-light,
  .content-light a {
    color: #fff;
  }

  .media-card h3 {
    color: #ccc;
  }

  .fa-inverse {
    color: #333;
  }

  .inscricao-page {
    background: url('../imgs/inscricao-bck-dark.jpg') top no-repeat;
    background-color: #333;
   
  }

  .cursos-online {
    background: url('../imgs/cursos-bck-dark.jpg') top no-repeat;
    background-color: #333;
  }

  .well {
    background-color: #666;
  }
}

.curso-img {
  margin-top: 10px;
}

.curso-img img {
  width: 100%;
  height: auto;
  border: 4px solid #d58500;
  border-radius: 10px;
}

.curso-title {
  min-height: 70px;
}

.curso-desc span {
  font-size: 1em;
  margin-bottom: 10px;
}

.curso-desc p {
  font-size: .8em;
}

.termos-chk {
  margin: 20px;
  font-size: 1.2em;
  font-weight: bolder;
}

.cursos-sel {
  font-size: 1.2em !important;
  font-weight: bolder;
}

.valor-curso span {
  font-size: 2em !important;
  font-weight: bolder !important;
}

.calendario {
  font-size: 1.2em !important;
  margin-bottom: 20px !important;
}

.destaque-home {
  min-height: 60vh;
}