:root {
  --negro: black;
  --blanco: white;
  --bordo-itjamm: #9d0d3f;
}

body {
  background-color: var(--negro);
  color: var(--blanco);
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block {
  position: relative;
  left: -15%;
}

.text-block {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.button {
  border: 1px solid var(--bordo-itjamm);
  background-color: #3898ec00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .2s;
  display: flex;
}

.button:hover {
  background-color: var(--bordo-itjamm);
}

.image {
  width: 200px;
  margin-bottom: 30px;
}

.div-block-3 {
  position: relative;
  left: -30%;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-block-5-copy {
  background-color: #fff;
  justify-content: flex-end;
  width: 50%;
  height: 100vh;
  display: flex;
}

.div-block-6 {
  background-color: var(--negro);
  position: relative;
}

.div-block-7 {
  z-index: 1;
  background-image: url('../images/slash-div-ldivider-wht.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: stretch;
  width: 66px;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-2 {
  color: var(--negro);
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-3 {
  width: 260px;
  margin-bottom: 30px;
}

.div-block-10 {
  display: none;
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 18px;
  }

  .image-3 {
    width: 180px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block {
    flex-flow: column;
    left: 0%;
  }

  .text-block {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-right: 0;
  }

  .image {
    width: 160px;
    margin-bottom: 20px;
  }

  .div-block-3 {
    order: -1;
    top: -65px;
    left: 0%;
  }

  .image-2 {
    height: 220px;
  }

  .div-block-5 {
    flex-flow: column;
    width: 100%;
    height: 65%;
  }

  .div-block-5-copy {
    flex-flow: column;
    width: 100%;
    height: 35%;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-7 {
    inset: 0% 0% auto;
  }

  .div-block-8 {
    margin-bottom: 60px;
  }

  .image-3 {
    margin-bottom: 20px;
  }

  .div-block-10 {
    background-color: var(--negro);
    display: block;
    position: relative;
  }

  .div-block-11 {
    z-index: 1;
    background-image: url('../images/slash-div-mov-divider-wht.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: -1% 0% auto;
    overflow: hidden;
  }
}


