.hero-wrapper {
  z-index: 1;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bloque-logo {
  grid-column-gap: 24px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-bottom: 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.col-textos-izquierda {
  z-index: -1;
  margin-right: 0;
  position: relative;
}

.image, .image-2 {
  width: 250px;
}

.image-3 {
  transform-style: preserve-3d;
  width: 250px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.boton {
  text-align: center;
  background-color: #2aade4;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 19px;
  font-weight: 700;
}

.telefono {
  font-family: Varela Round, sans-serif;
  font-size: 45px;
}

.paragraph {
  font-size: 16px;
  line-height: 1.3;
}

.paragraph.mail {
  color: #2aade4;
}

.nav {
  z-index: 100;
  position: sticky;
  top: 0;
}

.brand {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-width: 160px;
  margin: 0;
}

.navbar {
  background-color: #2aade4;
  position: static;
  top: 0;
  box-shadow: 0 4px 5px #0003;
}

.image-4 {
  padding-top: 15px;
}

.menu-link {
  color: #fff;
  font-size: 15px;
}

.div-block {
  color: #525050;
  text-align: center;
  margin-top: 30px;
}

.link {
  text-decoration: none;
}

.mail-texto {
  color: #2aade4;
  text-align: center;
  text-decoration: none;
}

.mail-texto:hover {
  color: #2289b4;
  font-weight: 400;
}

.pie-redes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 60%;
  display: grid;
}

.flex-block {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  margin-top: 21px;
}

.redes {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icono {
  color: #fff;
  width: 30px;
  margin-right: 12px;
}

.link-redes {
  color: #2aade4;
  order: 0;
  align-self: center;
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.code-embed {
  color: #d31b1b;
}

.code-embed.icono {
  color: #2aade4;
  flex: 0 auto;
  width: 32px;
  margin-right: 0;
}

.container-3 {
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  flex: 0 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.telefono-grande {
  color: #333;
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.link-block {
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-items: center;
  width: 166.344px;
  text-decoration: none;
  display: flex;
}

.section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.redes-nueva {
  margin-top: 0;
}

.footer-redes-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.red-social-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icono-ok {
  color: #2aade4;
  width: 32px;
}

.text-block {
  color: #2aade4;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.section-2 {
  height: 110vh;
  margin-top: 0;
  margin-bottom: 220px;
}

.horario {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text {
  color: #fff;
  font-weight: 400;
}

.top-bar {
  z-index: 50;
  background-color: #575757;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.section-4 {
  position: static;
}

.lottie-animation {
  width: 100%;
  margin-top: -19px;
  transform: scale(1.4);
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .bloque-logo {
    grid-row-gap: 40px;
    width: auto;
  }

  .col-textos-izquierda {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 322px;
  }

  .image-3 {
    width: 350px;
  }

  .brand.w--current {
    padding-left: 16px;
  }

  .div-block {
    margin-top: 30px;
  }

  .footer-redes-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .red-social-link {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .icono-ok {
    width: 40px;
  }

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

  .section-2 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section-3 {
    background-color: #bd2222;
  }

  .image-5 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    max-width: 70%;
    display: inline-flex;
  }

  .div-block-4 {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .lottie-animation {
    margin-top: -21px;
  }
}

@media screen and (max-width: 767px) {
  .image-2, .image-3 {
    width: 300px;
  }

  .menu-link {
    color: #2aade4;
    background-color: #f7f7f7;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block {
    margin-top: 17px;
  }

  .icon {
    color: #fff;
  }

  .icon:active {
    color: #2289b4;
  }

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

@media screen and (max-width: 479px) {
  .bloque-logo {
    padding: 0 15px 15px;
  }

  .image-2 {
    margin-top: -36px;
  }

  .nav {
    margin-bottom: 0;
    padding-top: 0;
    position: fixed;
    inset: 35px 0% auto;
  }

  .brand.w--current {
    padding-left: 17px;
  }

  .div-block {
    margin-top: 6px;
  }

  .icono-ok {
    width: 30px;
  }

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

  .image-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
  }

  .div-block-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .horario {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-bar {
    position: fixed;
    top: 0;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .lottie-animation {
    margin-top: 75px;
  }
}


