:root {
  --crimson: #ee2d3a;
}

.body {
  background-color: #000;
}

.section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.blocks {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.event01 {
  flex: 1;
}

.link-block {
  background-color: #000;
  background-image: url('../images/back-torre-de-cali.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding: 30px 20px 50px;
  text-decoration: none;
  position: relative;
}

.link-block.a {
  background-image: url('../images/back-cristo-rey.jpg');
}

.link-block.b {
  background-image: url('../images/back-marriot.jpg');
}

.link-block.c {
  background-image: url('../images/fONDO-cHIPIRUN.jpg');
}

.container {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.button {
  background-color: #ee2d3a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 160px;
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top {
  flex: none;
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  height: 80px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.button-nav {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.button-nav:hover {
  color: var(--crimson);
}

.button-nav.w--current {
  color: #ee2d3a;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.image {
  filter: brightness(200%);
  width: 150px;
}

.brand {
  order: -1;
}

.nav-menu {
  order: 1;
}

.logo {
  max-width: 50%;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  flex: 0 auto;
  width: 50%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.back {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.image-3 {
  display: none;
}

.bottom {
  order: 1;
}

.day {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.number {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.background-video {
  z-index: 0;
  opacity: .75;
  color: #ee2d3a;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.titulo {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.section-info {
  z-index: 1;
  background-color: #000;
  height: auto;
  padding: 100px 50px;
  position: relative;
}

.div-content {
  justify-content: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._01 {
  width: 50%;
  padding-right: 20px;
}

.parrafo {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.header1 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.text-span {
  color: #b62935;
}

._02 {
  width: 50%;
  padding-left: 20px;
}

.footer {
  z-index: 1;
  background-color: #b62935;
  padding: 50px 100px 200px;
  position: relative;
}

.div-footer {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link:hover {
  opacity: .6;
}

.contacto {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.image-4 {
  width: 35px;
}

.logo-footer {
  filter: brightness(200%);
  width: 150px;
}

@media screen and (max-width: 991px) {
  .section {
    height: 450px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blocks {
    height: 280px;
  }

  .link-block {
    padding: 20px;
  }

  .button {
    width: 100%;
    min-width: 100px;
    height: 40px;
    margin-top: 20px;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-nav {
    text-align: center;
    align-self: center;
  }

  .text-block {
    font-size: 16px;
    line-height: 18px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #000c;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: block;
    inset: 0%;
  }

  .image-2 {
    width: 40%;
    max-width: 200px;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .image-3 {
    max-width: 50px;
    margin-top: 50px;
    display: block;
  }

  .bottom {
    margin-top: 10px;
  }

  .day {
    font-size: 14px;
  }

  .number {
    font-size: 20px;
    line-height: 24px;
  }

  .titulo {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .parrafo {
    font-size: 16px;
    line-height: 24px;
  }

  .header1 {
    font-size: 36px;
    line-height: 36px;
  }

  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .info {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .contacto {
    font-size: 20px;
    line-height: 20px;
  }

  .image-4 {
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .blocks {
    height: 230px;
  }

  .link-block {
    padding: 10px;
  }

  .button {
    min-width: 100%;
    height: 35px;
  }

  .top {
    min-height: 20%;
  }

  .text-block {
    letter-spacing: 0;
    font-size: 13px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .menu-button {
    padding-right: 0;
  }

  .day {
    font-size: 11px;
    line-height: 14px;
  }

  .number, .titulo {
    font-size: 12px;
    line-height: 14px;
  }

  .section-info {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header1 {
    font-size: 26px;
    line-height: 26px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contacto {
    font-size: 20px;
    line-height: 20px;
  }

  .image-4 {
    width: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 90vh;
    min-height: 700px;
    padding: 70px 10px;
  }

  .blocks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

  .link-block {
    border-radius: 20px;
  }

  .link-block.a {
    overflow: visible;
  }

  .button {
    min-width: 120px;
    height: 30px;
  }

  .top {
    flex: 1;
    min-height: 20%;
  }

  .container-2 {
    height: 50px;
    padding-left: 20px;
    padding-right: 0;
  }

  .text-block {
    font-size: 16px;
  }

  .image {
    width: 85px;
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .image-2 {
    width: 24%;
    min-width: 50px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .back {
    border-radius: 20px;
  }

  .menu-button {
    padding-right: 18px;
  }

  .icon {
    font-size: 20px;
  }

  .day {
    font-size: 2.5vw;
    line-height: 2.5vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .number {
    margin-top: 3.5vw;
    font-size: 3vw;
    line-height: 2.5vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .titulo {
    text-align: right;
    margin-top: 8vw;
    font-size: 4vw;
    line-height: 4.5vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .section-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._01 {
    flex: none;
    align-self: auto;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  ._02 {
    flex: 0 auto;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-footer {
    width: 85px;
    display: block;
  }
}


