@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap");
div#wpadminbar {
  display: none; }

html {
  margin: 0 !important; }

body {
  margin: 0 !important;
  font-family: 'Titillium Web', sans-serif !important;
  background-color: #315598 !important; }

img.img-center {
  margin: 0 auto;
  display: block; }

.fluid-50 {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.centerLeft {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; }

  br {
    display: none; }

  .fluid-50 {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .show-for-small {
    display: block; }

  .show-for-large {
    display: none; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
header {
  padding: 20px 0;
  background-color: #315598;
  transition: all .5s; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .logo {
    display: flex;
    align-items: center;
    justify-content: center; }
    header .logo img {
      margin-right: 25px; }
  header .intro {
    color: #fff; }
    header .intro h2 {
      font-size: 52px;
      font-weight: 700; }
    header .intro h1 {
      font-size: 20px; }
  header .cta a.btn.btn-cta {
    display: block;
    margin: 0 auto;
    font-size: 30px;
    background-color: #d12727;
    border: none;
    color: white;
    border-radius: 0.25rem; }
    header .cta a.btn.btn-cta:hover {
      background-color: #ff4d4d; }
  @media screen and (max-width: 767px) {
    header .nav-container {
      flex-direction: column; }
    header .logo {
      flex-direction: column; }
      header .logo img {
        margin-right: 0; }
    header .intro {
      text-align: center; }
      header .intro h2 {
        line-height: 52px;
        margin-bottom: 20px; }
    header .cta a.btn.btn-cta {
      margin: 20px auto 0; } }

section.banner .item img {
  height: 500px;
  object-fit: cover; }
section.banner .owl-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 5%;
  width: 100%;
  display: flex !important;
  justify-content: flex-end; }
  section.banner .owl-banner .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    outline: none;
    margin-right: 10px;
    transition: all .2s; }
  section.banner .owl-banner .owl-dots button.owl-dot.active {
    background-color: #fddd00;
    width: 40px; }
@media screen and (max-width: 767px) {
  section.banner .item img {
    height: 210px; } }

section.contacts {
  background-color: #EBE3D8;
  padding: 50px 0 0; }
  section.contacts h2 {
    color: #315598;
    font-size: 42px;
    font-weight: 700; }
  section.contacts h3, section.contacts i {
    color: #315598; }
  section.contacts h3 {
    font-size: 22px;
    font-weight: 700; }
  section.contacts i {
    font-size: 52px;
    margin-bottom: 10px; }
  section.contacts a {
    color: #212529; }

section.sobre {
  padding: 80px 0;
  background-color: #315598;
  color: #fff; }
  section.sobre img {
    width: 100%; }
  section.sobre h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px; }
  section.sobre ul {
    flex-wrap: wrap; }
    section.sobre ul li img {
      width: auto; }
  section.sobre .owl-banner-2 .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 5%;
    width: 100%;
    display: flex !important;
    justify-content: flex-end; }
    section.sobre .owl-banner-2 .owl-dots button.owl-dot {
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 16px;
      outline: none;
      margin-right: 10px;
      transition: all .2s; }
    section.sobre .owl-banner-2 .owl-dots button.owl-dot.active {
      background-color: #fddd00;
      width: 40px; }
  @media screen and (max-width: 767px) {
    section.sobre {
      padding: 50px 0; }
      section.sobre .owl-banner-2 {
        margin-bottom: 30px; }
      section.sobre ul {
        justify-content: center; } }

section.cursos {
  background-color: #EBE3D8;
  padding: 50px 0; }
  section.cursos h2 {
    font-weight: 700;
    font-size: 32px;
    color: #444; }
  section.cursos ul.course-lists {
    list-style: none;
    column-count: 3;
    column-gap: 60px;
    padding: 0;
    margin: 0; }
    section.cursos ul.course-lists li.course-lists-item {
      page-break-inside: avoid;
      margin-bottom: 30px; }
    section.cursos ul.course-lists ul.course-block-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      section.cursos ul.course-lists ul.course-block-list li {
        width: 100%;
        border-bottom: 1px solid #ccc; }
      section.cursos ul.course-lists ul.course-block-list li:first-child {
        border: none; }
      section.cursos ul.course-lists ul.course-block-list li.course-block-list-letter {
        font-weight: 700;
        font-size: 32px;
        color: #444; }
      section.cursos ul.course-lists ul.course-block-list li.course-block-item-header {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        section.cursos ul.course-lists ul.course-block-list li.course-block-item-header p {
          color: #315598;
          text-transform: uppercase;
          margin-bottom: 0;
          font-weight: 600; }
      section.cursos ul.course-lists ul.course-block-list li.course-block-item {
        padding: 10px 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none; }
        section.cursos ul.course-lists ul.course-block-list li.course-block-item p.course-block-item-name {
          color: #666;
          margin-bottom: 0;
          word-break: break-word;
          margin-right: 10px; }
        section.cursos ul.course-lists ul.course-block-list li.course-block-item p.course-block-item-type {
          color: #666;
          font-size: 14px;
          margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    section.cursos ul.course-lists {
      column-count: 1;
      column-gap: 0px; } }

section.formulario {
  background-color: #315598;
  padding: 80px 0; }
  section.formulario h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 48px; }
  section.formulario .form span.select2-selection.select2-selection--single {
    height: 55px;
    font-size: 18px; }
  section.formulario .form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    height: 55px;
    padding: 12px 10px; }
  section.formulario .form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px; }
  section.formulario .form input, section.formulario .form select {
    height: 55px;
    font-size: 18px;
    color: #495057; }
  section.formulario .form input.btn-enviar {
    font-size: 28px;
    background-color: #d12727;
    border: none;
    color: white;
    padding: 0px 40px;
    height: 55px; }
    section.formulario .form input.btn-enviar:hover {
      background-color: #ff4d4d; }
  section.formulario .form input#f-curso {
    visibility: hidden;
    height: 1px;
    opacity: 0; }
  section.formulario .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900;
    color: #fff;
    font-size: 22px;
    text-align: center; }
  section.formulario .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #fff;
    font-size: 22px;
    text-align: center; }
  @media screen and (max-width: 767px) {
    section.formulario {
      padding: 50px 0; }
      section.formulario .form input.btn-enviar {
        width: 100%; } }

footer {
  background-color: #a72222;
  padding: 80px 0;
  color: #fff; }
  footer a {
    display: block;
    color: #fff;
    width: max-content;
    font-size: 18px;
    margin: 5px 0; }
    footer a:hover {
      color: #fff; }
  footer h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px; }
  footer p {
    margin-bottom: 0px;
    font-size: 18px; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 50px 0 100px; }
      footer img {
        margin: 0 auto 20px;
        display: block; } }

/*# sourceMappingURL=styles.css.map */
