.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.icono-botones {
  margin-left: 10px;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.boton-maps {
  background-color: #446ea5;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  font-style: normal;
}

.boton-maps:hover {
  background-color: #33497b;
}

.boton-maps.contacto {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.encabezados-footer {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.encabezados-footer.contacto {
  margin-top: 20px;
  font-size: 23px;
  font-weight: 700;
}

.textos-footer {
  color: #364073;
  margin-top: 15px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.textos-footer.contacto {
  font-size: 17px;
  line-height: 23px;
}

.textos-footer._10 {
  margin-top: 10px;
}

.celda-contacto {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block {
  color: #364073;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.quick-stack-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 70%;
}

.boton-telefonos-footer {
  border: 2px solid #364073;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  height: 45px;
  margin-top: 15px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.boton-telefonos-footer:hover {
  background-image: linear-gradient(#ffea01, #ffea01);
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  margin-top: 60px;
}

.image-2 {
  border: 24px solid #fff;
  margin-top: 20px;
  box-shadow: 0 10px 15px #0003;
}

.text-block-2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .textos-footer.contacto {
    text-align: center;
  }

  .celda-contacto {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container-4 {
    margin-top: 20px;
  }

  .boton-maps {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .boton-maps.contacto {
    text-align: center;
  }

  .div-block-4 {
    flex-flow: column;
    width: 100%;
  }

  .textos-footer._10 {
    text-align: center;
  }

  .quick-stack-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .boton-telefonos-footer {
    width: 100%;
  }

  .image-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-2 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-d1d4f09c-5d43-cc93-b247-3b8ddb33498d-924d6624 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d1d4f09c-5d43-cc93-b247-3b8ddb33498d-924d6624 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


