@font-face {
  font-family: muli-regular;
  src: url("../fonts/Muli-Regular.ttf"); }
@font-face {
  font-family: muli-bold;
  src: url("../fonts/Muli-Bold.ttf"); }
@font-face {
  font-family: muli-black;
  src: url("../fonts/Muli-Black.ttf"); }
body {
  font-family: muli-regular; }

.bold {
  font-family: muli-bold; }

.title-big {
  font-family: muli-bold;
  font-size: 100pt;
  text-transform: uppercase;
  color: #303F9F;
  line-height: 95%;
  letter-spacing: 10px; }

.title-middle {
  font-family: muli-bold;
  font-size: 48pt;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .title-middle {
      font-size: 30pt;
      line-height: 30pt; } }

.title-small {
  font-size: 24pt;
  text-transform: capitalize; }
  @media (max-width: 767.98px) {
    .title-small {
      line-height: 25pt;
      margin-top: 40px; } }

.font-big {
  font-size: 18pt; }

.font-small {
  font-size: 14pt; }

body {
  width: 100%;
  color: #212121; }

.brand-color {
  color: #303F9F; }

.wrapper {
  overflow: hidden; }

.header {
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.main-title {
  margin-left: 30%; }
  @media (max-width: 1199.98px) {
    .main-title {
      margin-left: 15%; } }
  @media (max-width: 767.98px) {
    .main-title {
      margin-left: 0%; } }

.nav-link {
  margin-top: 3rem;
  font-size: 13pt;
  color: #303F9F;
  text-transform: uppercase; }
  .nav-link:hover, .nav-link:focus {
    color: #795548;
    text-decoration: none; }

.arrow {
  background-image: url("../img/arrows.svg");
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  z-index: 100;
  transition: background .2s linear; }
  .arrow div {
    margin-top: 83px;
    color: #303F9F;
    font-size: 12px;
    text-align: center;
    font-family: muli-bold; }
    .arrow div:hover {
      text-decoration: none;
      color: #795548; }
  @media (max-width: 576px) {
    .arrow div {
      margin-top: 0px; } }

.arrow.left {
  position: absolute;
  top: 48vh;
  left: 15px;
  background-position: 0 -76px; }
  .arrow.left:hover, .arrow.left:focus {
    background-position: -75px -76px; }

.arrow.right {
  position: absolute;
  top: 48vh;
  right: 15px;
  background-position: -228px -76px; }
  .arrow.right:hover, .arrow.right:focus {
    background-position: -152px -76px; }

.arrow.down {
  background-position: -304px -76px; }
  .arrow.down:hover, .arrow.down:focus {
    background-position: -304px 0; }

.object-fit-contain {
  object-fit: contain; }

.object-fit-cover {
  object-fit: cover; }

.big-link {
  font-size: 48px;
  font-family: muli-black;
  color: #303F9F;
  text-transform: lowercase;
  position: absolute;
  right: 20px;
  top: 20%;
  text-align: right;
  line-height: 50px; }
  .big-link:hover, .big-link:focus {
    text-decoration: none;
    color: #795548; }
  @media (max-width: 767.98px) {
    .big-link {
      top: -10%;
      line-height: 30px;
      font-size: 30px; } }

.img-center {
  min-height: 700px;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

img {
  max-width: 100%;
  height: auto;
  object-fit: contain; }

a.fil {
  margin: 20px; }
  a.fil:hover {
    font-family: muli-bold;
    color: #795548 !important;
    transition: 2s all easy;
    cursor: pointer; }

.fil.active {
  color: #303F9F !important;
  font-family: muli-bold; }

.box-vertical {
  max-width: 280px;
  width: 100%;
  height: 380px; }

.box-horizontal {
  height: 280px;
  max-width: 380px;
  width: 100%; }

.box-horizontal,
.box-vertical {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 3rem; }
  .box-horizontal img,
  .box-vertical img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.filterDiv {
  display: none; }

.show {
  display: block; }

.mw-50 {
  max-width: 50%; }

a.dark {
  color: #212121; }
  a.dark:hover,
  a.dark .brand-color:hover {
    text-decoration: none;
    color: #795548; }

.socials {
  width: 450px;
  max-width: 100%;
  display: flex;
  justify-content: space-between; }
  .socials a {
    width: 60px;
    height: 60px;
    -webkit-transition: background .35s ease-in-out;
    transition: background .35s ease-in-out; }

.facebook {
  background-image: url("../img/Facebook.png"); }
  .facebook:hover {
    background-image: url("../img/Facebook-hover.png"); }

.instagram {
  background-image: url("../img/Instagram.png"); }
  .instagram:hover {
    background-image: url("../img/Instagram-hover.png"); }

.linkedin {
  background-image: url("../img/LinkedIN.png"); }
  .linkedin:hover {
    background-image: url("../img/LinkedIN-hover.png"); }

.brand-background {
  background-color: #303F9F; }

.white {
  color: #ffffff; }

.light {
  color: #ACB2D9; }

.line {
  width: 100%;
  height: 2px;
  background-color: #ACB2D9; }

.brand-point {
  width: 20px;
  height: 20px;
  border-radius: 150px;
  background-color: #303F9F; }

.time-line.last {
  height: 390px; }

.time-line {
  height: 100%;
  width: 2px;
  background: #303F9F;
  position: absolute;
  top: 5px;
  right: 30px; }

.time-point {
  width: 20px;
  height: 20px;
  background: #303F9F;
  border-radius: 150px;
  position: absolute;
  top: 5px;
  right: 22px; }

/*# sourceMappingURL=style.css.map */
