nav .active {
  position: relative; }
  nav .active:before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url("../img/active.svg") no-repeat center;
    left: -12px;
    top: 50%;
    transform: translateY(-50%); }

nav .navbar-nav {
  width: 100%;
  justify-content: space-around; }
  nav .navbar-nav .nav-link {
    color: #2582c1 !important; }
    nav .navbar-nav .nav-link:hover {
      color: #2582c1 !important;
      text-decoration: none !important; }

body {
  font-family: "Ubuntu", sans-serif; }

.exp {
  border-top: 8px solid #0072b9;
  background-image: url("../img/top-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  width: 100%; }
  .exp .bgs {
    width: 100%;
    height: 100%; }

@media (min-width: 1920px) {
  .exp {
    background-position-y: 30%; } }

.floating-bgs {
  margin: -15px;
  min-height: 650px; }

.slogan {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  .slogan .text-wrapper {
    width: 40%;
    text-align: center; }
    .slogan .text-wrapper p {
      font-size: 40px;
      line-height: 1;
      color: white; }
      .slogan .text-wrapper p:last-child {
        font-size: 60px; }

.white-bg {
  float: left;
  width: 60%;
  background: linear-gradient(21deg, white 58%, transparent 58%);
  padding-top: 300px;
  padding-bottom: 200px; }
  .white-bg .text-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 60%;
    padding: 0 0 1rem 3rem; }
    .white-bg .text-wrapper .title-icon {
      position: relative; }
      .white-bg .text-wrapper .title-icon:before {
        position: absolute;
        content: "";
        background-image: url("../img/info.svg");
        width: 100px;
        height: 100px;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: cover;
        top: -100px;
        left: 100px; }
    .white-bg .text-wrapper p {
      font-size: 14px; }
      .white-bg .text-wrapper p:first-child {
        font-size: 48px; }
      .white-bg .text-wrapper p:last-child {
        margin-bottom: 0; }

.blue-bg {
  position: relative;
  background: linear-gradient(-30deg, #0a2e60 39%, transparent 39%);
  padding-top: 300px; }
  .blue-bg .text-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    height: 100%;
    text-align: right;
    padding: 0 3rem 0 0; }
    .blue-bg .text-wrapper p {
      color: white;
      font-size: 12px; }
    .blue-bg .text-wrapper .title-icon {
      position: relative;
      font-size: 48px;
      line-height: 1.15;
      padding-bottom: .5rem; }
      .blue-bg .text-wrapper .title-icon:before {
        position: absolute;
        content: "";
        background-image: url("../img/oferta.svg");
        width: 100px;
        height: 100px;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: cover;
        top: -100px;
        left: 200px; }
  .blue-bg .icons {
    padding-bottom: 2rem; }
    .blue-bg .icons img {
      height: 100px;
      width: 100px;
      padding: 0 .5rem; }

#worth {
  clear: both; }

@media (min-width: 2500px) {
  .white-bg {
    padding-left: 10%; }
  .blue-bg {
    padding-right: 10%; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  .white-bg {
    width: 57%;
    padding-bottom: 210px;
    background: linear-gradient(32deg, white 66%, transparent 66%); }
    .white-bg .text-wrapper {
      padding-left: 1.5rem;
      width: 75%; }
  .blue-bg {
    background: linear-gradient(-43deg, #0a2e60 42%, transparent 42%); }
    .blue-bg .text-wrapper {
      padding-right: 1.5rem; } }

@media (max-width: 1200px) {
  .exp {
    background-image: url("../img/top-bg-2.png");
    background-size: auto; }
  .white-bg {
    float: none;
    width: 100%;
    background: white;
    padding: 0; }
    .white-bg .text-wrapper {
      padding: 145px 3rem 3rem 3rem;
      width: 80%;
      text-align: center;
      margin: auto; }
      .white-bg .text-wrapper .title-icon:before {
        left: 50%;
        transform: translateX(-50%);
        top: -110px; }
  .blue-bg {
    padding-top: 150px;
    background: #0a2e60; }
    .blue-bg .text-wrapper {
      padding: 0; }
      .blue-bg .text-wrapper .title-icon {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center; }
        .blue-bg .text-wrapper .title-icon:before {
          left: 50%;
          transform: translateX(-50%);
          top: -110px; }
    .blue-bg .icons {
      width: 100%; }
      .blue-bg .icons div {
        margin: 1rem 0; }
  .slogan {
    min-height: 400px; }
    .slogan .text-wrapper {
      width: 60%; } }

@media (max-width: 575px) {
  .white-bg .text-wrapper p:first-child, .blue-bg .text-wrapper p:first-child {
    font-size: 36px; }
  .white-bg .text-wrapper {
    width: 100%; }
  .slogan .text-wrapper {
    width: 100%; }
    .slogan .text-wrapper p {
      font-size: 30px; }
    .slogan .text-wrapper p:last-child {
      font-size: 40px; } }

.intersection-bg {
  position: relative; }
  .intersection-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 730px;
    background: url("../img/dots.svg") no-repeat center;
    background-size: contain;
    transform: translateY(-83%);
    background-position: left; }

@media (min-width: 1920px) {
  .intersection-bg:after {
    background-position: center; } }

section .section-title {
  font-size: 60px;
  margin-bottom: 3rem;
  font-weight: bold; }

section.worth {
  padding: 8rem 0 6rem;
  color: #0a2e60; }
  section.worth .section-title {
    margin-bottom: 10rem;
    text-align: center; }
  section.worth .advantage {
    font-weight: bold;
    line-height: 1;
    text-align: center; }
    section.worth .advantage .number {
      font-size: 100px; }
    section.worth .advantage .of-what {
      font-size: 36px; }

section.contact {
  background-color: #0069b4;
  color: white;
  padding: 8rem 0; }
  section.contact .map-info {
    display: flex;
    align-items: center; }
    section.contact .map-info .map {
      width: 100%;
      padding-right: 3rem; }
      section.contact .map-info .map iframe {
        width: 100%;
        border-left: 1rem solid #1dadda;
        border-bottom: 1rem solid #1dadda; }
    section.contact .map-info .address {
      font-size: 20px; }
      section.contact .map-info .address p:first-child {
        font-weight: bold; }

@media (max-width: 992px) {
  nav .navbar-nav .nav-link {
    padding-left: .5rem; }
  section.worth .section-title {
    font-size: 40px;
    margin-bottom: 4rem; }
  section.worth .advantage .number {
    font-size: 70px; }
  section.worth .advantage .of-what {
    font-size: 24px; }
  section.contact .section-title {
    font-size: 40px; }
  section.contact .map-info {
    flex-direction: column; }
    section.contact .map-info .map {
      order: 2;
      padding-right: 0;
      padding-top: 3rem; } }
