@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: sans-serif; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  border: none;
  outline: none; }

img {
  display: block;
  max-width: 100%; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.absolute, .cards .grid-item-12 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

.img-holder {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .img-holder.img-full {
    padding-bottom: 100%; }
  .img-holder.img-std {
    padding-bottom: 75%; }
  .img-holder.img-wide {
    padding-bottom: 40%; }

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

.flex-1 {
  flex: 1; }

.full-height {
  position: relative;
  height: 100%; }

.iframe-container {
  position: relative;
  padding-bottom: 56.25%; }
  .iframe-container > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.container {
  max-width: 1200px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

.relative {
  position: relative; }

.row-grid {
  margin: -15px; }
  .row-grid > * {
    padding: 15px; }

.row-grid-big {
  margin: -30px; }
  .row-grid-big > * {
    padding: 30px; }

.row-grid-small {
  margin: -7.5px; }
  .row-grid-small > * {
    padding: 7.5px; }

.animated {
  animation-duration: .3s; }

.text-uppercase {
  text-transform: uppercase; }

.wow {
  animation-duration: 1s; }

.slider {
  position: relative; }

section {
  position: relative; }

.img-fluid {
  width: 100%; }

.wrapper {
  position: relative; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

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

input, select, button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  font: inherit;
  color: inherit; }
  input::placeholder, select::placeholder, button::placeholder {
    color: inherit; }

strong, b {
  font-weight: bold; }

body {
  font-family: Overpass, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1; }
  body.menu-active {
    overflow: hidden; }

.header {
  position: sticky;
  top: -1px;
  z-index: 9999;
  background: #fff;
  padding: 7.5px 0; }
  .header .logo, .header .oit-logo {
    max-height: 60px;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .header.fixed {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .header.fixed .logo, .header.fixed .oit-logo {
      max-height: 40px; }

a {
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }

.container {
  max-width: 1200px; }

.nav {
  font-weight: 600;
  text-align: center;
  margin: 0 .75em; }
  .nav ul li {
    margin: 0 .75em; }
    .nav ul li:hover, .nav ul li.active {
      color: #1E2DBE; }

.content-html {
  line-height: 1.66666666; }
  .content-html:not(:first-child) {
    margin-top: 15px; }

.slider {
  position: relative; }
  .slider img {
    width: 100%; }
  .slider .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px; }
  .slider .inner-container {
    width: 100%;
    visibility: hidden; }
    .slider .inner-container.animated {
      visibility: visible; }
  .slider h1 {
    font-size: 2em;
    color: #230050;
    font-weight: 900; }
    .slider h1::before {
      content: '►';
      color: #FA3C4C;
      display: block; }
    .slider h1 span {
      display: block; }
      .slider h1 span:first-child {
        font-weight: 800;
        color: #1E2DBE; }
  .slider .btn {
    background: #FA3C4C; }
    .slider .btn:hover {
      background: #1E2DBE; }
  .slider .owl-nav {
    display: flex;
    align-items: center;
    font-size: 2em;
    margin-top: 15px; }
    .slider .owl-nav button {
      transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
      .slider .owl-nav button + button {
        margin-left: .25em; }
      .slider .owl-nav button:hover {
        color: #1E2DBE; }

section {
  overflow: hidden;
  font-size: 1.4em; }

.enlaces {
  padding: 45px 0 60px; }
  .enlaces h1 {
    text-align: center;
    font-size: 2em;
    color: #1E2DBE;
    margin-bottom: 45px; }

.content {
  padding: 90px 0; }

.form-group + .form-group {
  margin-top: 15px; }

.form-control {
  border-radius: 5px;
  border: 1px solid #eee;
  padding: .75em;
  width: 100%; }

.alert {
  font-weight: 600;
  padding: .75em;
  text-align: center;
  color: #FA3C4C;
  border: 2px solid; }
  .alert + * {
    margin-top: 15px; }

.has-bg {
  background: #FBFAFA; }

.has-corner {
  overflow: hidden; }
  .has-corner::after {
    content: url("../images/corner.png");
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 200px; }
  .has-corner .container {
    z-index: 1; }

.formalizate {
  padding: 90px 0;
  color: #fff; }
  .formalizate .content-html {
    margin-top: 30px; }
    .formalizate .content-html::after {
      content: '';
      width: 38px;
      height: 6px;
      background: #FA3C4C;
      display: block;
      margin-top: 30px; }

.institucional {
  background: #FBFAFA; }
  .institucional .inner-container {
    padding: 90px 15px;
    max-width: 400px;
    margin: auto; }
  .institucional .content-html {
    margin-top: 30px;
    color: #1E2DBE; }
    .institucional .content-html::after {
      content: '';
      width: 38px;
      height: 6px;
      background: #FA3C4C;
      display: block;
      margin-top: 30px; }

.btn {
  font-size: 1.33333333em;
  color: #fff;
  display: inline-flex;
  padding: .75em 3em;
  line-height: 1.25;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  background: #1E2DBE; }
  .btn:hover {
    background: #230050;
    color: #fff; }

.btn-container {
  margin-top: 30px; }

.formalizar {
  padding: 90px 0;
  color: #fff;
  text-align: right; }
  .formalizar h1 {
    font-weight: 800;
    font-size: 2em;
    line-height: 1.25; }
  .formalizar .aside {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    z-index: 1; }

.cards .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 10px;
  grid-auto-flow: row;
  grid-template-areas: "a-10 a-1 a-2 a-3" "a-11 a-4 a-5 a-6" "a-7 a-8 a-9 a-12";
  width: 100%;
  height: 100%; }
.cards h3 {
  font-size: 1.33333333em;
  font-weight: 900;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: absolute;
  line-height: 1.25;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff; }
.cards .grid-item {
  position: relative; }
.cards .grid-item-1 {
  grid-area: a-1; }
.cards .grid-item-2 {
  grid-area: a-2; }
.cards .grid-item-3 {
  grid-area: a-3; }
.cards .grid-item-4 {
  grid-area: a-4; }
.cards .grid-item-5 {
  grid-area: a-5; }
.cards .grid-item-6 {
  grid-area: a-6; }
.cards .grid-item-7 {
  grid-area: a-7; }
.cards .grid-item-8 {
  grid-area: a-8; }
.cards .grid-item-9 {
  grid-area: a-9; }
.cards .grid-item-10 {
  grid-area: a-10; }
.cards .grid-item-11 {
  grid-area: a-11; }
.cards .grid-item-12 {
  grid-area: a-12; }
.cards .grid-item-10 img {
  position: absolute;
  top: 45px;
  left: 45px; }
.cards .grid-item-11 img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 88%; }
.cards .solid {
  background: #1E2DBE; }
.cards a {
  display: block; }
  .cards a img {
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .cards a:hover img {
    transform: scale(1.1); }
  .cards a:hover .cover {
    opacity: .5; }

.videos {
  padding: 75px 0 120px;
  background: #1E2DBE;
  color: #fff;
  text-align: center; }
  .videos .btn {
    background: #FA3C4C; }
  .videos h3 {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 45px; }
    .videos h3::before {
      content: '▼';
      display: block;
      margin-bottom: 1em; }
  .videos p {
    margin-top: 30px;
    font-size: 1.33333333em; }
  .videos .img-holder {
    padding-bottom: 150%; }

.btn-menu {
  color: #1E2DBE;
  display: none;
  font-size: 2em; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1E2DBE;
  padding: 1em;
  z-index: 9999;
  overflow: hidden;
  font-size: 1.2em;
  visibility: hidden;
  transition: .3s;
  transform: translateX(100px);
  color: #fff;
  font-weight: bold;
  opacity: 0; }
  .mobile-menu .mobile-logo {
    max-height: 70px;
    filter: brightness(0) invert(1); }
  .mobile-menu.menu-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  .mobile-menu ul {
    margin-top: 30px; }
    .mobile-menu ul li {
      margin-top: 1em; }
      .mobile-menu ul li.active {
        color: #FA3C4C; }
  .mobile-menu .btn-close {
    font-size: 2em; }

.kit {
  padding: 112.5px 0;
  color: #fff; }
  .kit h1 {
    font-weight: 800;
    font-size: 2em;
    line-height: 1.25; }
  .kit .btn {
    background: #FA3C4C; }
    .kit .btn:hover {
      color: #FA3C4C;
      background: #fff; }

.footer {
  padding: 112.5px 0;
  color: #fff;
  background: #1E2DBE; }
  .footer .footer-logo {
    filter: brightness(0) invert(1); }
  .footer ul li + li {
    margin-top: 1em; }

.loader {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .loader .container img {
    margin: auto;
    max-width: 300px; }
  .loader .container i {
    color: #1E2DBE;
    font-size: 2em;
    margin-top: 30px; }

.accordion {
  padding: 112.5px 0; }
  .accordion dt {
    border-radius: 5px;
    background: #F7F4F4;
    padding: 15px 30px;
    position: relative;
    font-size: 1.66666666em;
    display: flex;
    align-items: center;
    line-height: 1.25;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
    cursor: pointer; }
    .accordion dt span {
      flex: 1; }
    .accordion dt:not(:first-child) {
      margin-top: 10px; }
    .accordion dt::after {
      content: '\f107';
      font-family: "Font Awesome 5 Pro";
      margin-left: auto; }
    .accordion dt:hover {
      color: #FA3C4C; }
    .accordion dt.active::after {
      content: '\f106'; }
  .accordion dd {
    display: none;
    padding: 15px 30px; }

.h-100 {
  height: 100%; }

.w-50 {
  max-width: 50%; }

.col-item-first img {
  transform: translate(45px, 45px); }

.col-item-last img {
  max-width: 88%; }

@media screen and (max-width: 992px) {
  .formalizar .aside {
    bottom: auto;
    max-width: 25%;
    left: 15px;
    top: 15px; }

  .nav ul li {
    margin: 0 .5em; }

  .cards .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "a-10 a-1 a-2" "a-11 a-3 a-4" "a-5 a-6 a-7" "a-8 a-9 a-12"; } }
@media screen and (max-width: 768px) {
  .slider .container {
    position: static; }

  .nav {
    display: none; }

  .btn-menu {
    display: block; } }
@media screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; }

  .row-grid {
    margin: -7.5px; }
    .row-grid > * {
      padding: 7.5px; }

  .cards .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 7.5px;
    grid-template-areas: "a-10 a-1" "a-11 a-2" "a-3 a-4" "a-5 a-6" "a-7 a-8" "a-9 a-12"; }
  .cards h3 {
    font-size: 1em; }

  .accordion {
    padding: 60px 0; }
    .accordion dt {
      padding: 15px;
      font-size: 1.25em; }
    .accordion dd {
      padding: 15px; } }

/*# sourceMappingURL=style.css.map */
