:root {
  --firebrick: #b72025;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1820px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.nav-menu {
  align-items: center;
  height: 100%;
  min-height: 0;
  max-height: 80px;
  display: flex;
}

.navbar {
  background-color: #fff;
}

.nav-link {
  height: 80px;
  padding-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--firebrick);
}

.section {
  background-image: linear-gradient(#0003, #0000), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-around;
  align-items: center;
  height: 400px;
  display: flex;
}

.section-body {
  padding: 80px 50px;
}

.section-body.gray {
  background-color: #f0f0f0;
}

.body-container {
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block.dcos {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.heading {
  color: #b72025;
  font-family: Roboto, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 56px;
  position: static;
}

.div-block {
  flex: 1;
}

.image-2 {
  border-radius: 20px;
}

.footer {
  background-color: #ddd;
  padding: 50px 50px 200px;
}

.image-3 {
  width: 80px;
}

.columns {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  position: static;
}

.column {
  padding-left: 0;
  padding-right: 50px;
}

.image-4 {
  border-radius: 20px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.html-embed {
  opacity: 1;
  height: 100vh;
}

.body {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.esal {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  min-width: 220px;
  max-width: 220px;
  min-height: 270px;
  display: flex;
}

.esal-container {
  grid-column-gap: 60px;
  grid-row-gap: 150px;
  flex-flow: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 75px auto 150px;
  display: flex;
}

.main-banner {
  background-image: linear-gradient(#0003, #0000), url('../images/cycling.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-around;
  align-items: center;
  height: 600px;
  display: flex;
}

.button {
  background-color: #b72025;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  background-color: #4e0003;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #000;
  background-color: #3898ec00;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.button-2:hover {
  color: #b72025;
}

@media screen and (max-width: 991px) {
  .nav-link {
    background-color: #fff;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    height: 400px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-body {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading {
    line-height: 50px;
  }

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

  .icon {
    color: #000;
  }

  .header {
    font-size: 50px;
    line-height: 50px;
  }

  .main-banner {
    height: 400px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    padding-right: 0;
  }

  .columnas {
    flex-direction: column;
    display: flex;
  }

  .column-2 {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 200px;
  }

  .section {
    align-items: flex-start;
    height: 400px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

  .image-3 {
    width: 60px;
  }

  .header {
    max-width: 12ch;
    font-size: 30px;
    line-height: 30px;
  }

  .main-banner {
    align-items: flex-start;
    height: 400px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}


