@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2"), url('../fonts/Satoshi-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2"), url('../fonts/Satoshi-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff') format("woff"), url('../fonts/Satoshi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --power-gray: #404343;
  --white: #fcfcfc;
  --keepsafe-orange: #f26632;
  --light-gray: #f3f3f3;
  --power-gray-tint: #616969;
  --background--default--default: #fff;
  --body--size-medium: 16px;
  --body--font-weight-regular: 400px;
  --body--font-family: Satoshi, Arial, sans-serif;
  --border--default--default: #d9d9d9;
  --icon--default--tertiary: #b3b3b3;
  --radius--200: 8px;
  --space--0: 0px;
  --space--200: 8px;
  --space--400: 16px;
  --space--300: 12px;
  --space--600: 24px;
  --stroke--border: 1px;
  --text--default--tertiary: #b3b3b3;
  --text--default--default: #1e1e1e;
}

label {
  color: var(--power-gray);
  margin-bottom: 5px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 700;
  display: block;
}

.section-hero {
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 77px 0 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: block;
  position: fixed;
  top: 0;
}

.navbar.legacy {
  display: none;
}

.keepsafe-logo {
  overflow: hidden;
}

.navlist {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.navlink {
  color: var(--power-gray);
  justify-content: space-around;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.navlink.w--current {
  color: var(--keepsafe-orange);
  font-family: Satoshi, Arial, sans-serif;
}

.navlink.hiddem {
  display: none;
}

.navlink.language.w--current {
  color: var(--power-gray);
}

.frame-1 {
  grid-column-gap: 10px;
  background-color: var(--keepsafe-orange);
  border-radius: 36px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.contactanos {
  background-color: var(--keepsafe-orange);
  color: var(--white);
  border-radius: 36px;
  margin: 0 0 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.contactanos.w--current {
  color: var(--white);
}

.card-beneficios {
  grid-row-gap: 20px;
  background-color: var(--light-gray);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.seguridad-247 {
  color: #404343;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.paragraph-s {
  color: var(--power-gray-tint);
  text-align: left;
  letter-spacing: -.03em;
  width: 100%;
  min-width: 0;
  min-height: 63px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-s.hero {
  min-height: 63px;
  font-family: Satoshi, Arial, sans-serif;
}

.a-tu-medida, .acceso-cmodo, .contratacin-gil {
  color: #404343;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 60% auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.icono-beneficios {
  max-width: 105px;
}

.background-image {
  background-image: linear-gradient(#222424b3, #222424b3), url('../images/keepsafe-hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, 105%;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  padding: 36px;
  display: flex;
}

.hero-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: grid;
}

.h1 {
  color: #fff;
  letter-spacing: -.03em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.grid-bodegas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image {
  width: auto;
}

.titulo-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 66px;
  text-decoration: none;
  display: grid;
}

.h2 {
  color: #404343;
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 66px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.h2.contacto {
  margin-bottom: 20px;
}

.h2.minibodegas {
  text-align: left;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
}

.h2.gracias {
  text-align: center;
  margin-bottom: 20px;
  font-family: Satoshi, Arial, sans-serif;
}

.column {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.column._2 {
  justify-content: space-between;
  height: 100%;
}

.paragraph-m {
  color: var(--power-gray-tint);
  text-align: left;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-m.respuesta {
  max-width: 800px;
  font-family: Satoshi, Arial, sans-serif;
  line-height: 150%;
}

.paragraph-m.white {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.botn-contacto {
  grid-column-gap: 10px;
  background-color: var(--keepsafe-orange);
  border-radius: 36px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.contctanos-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.wrapper {
  text-align: left;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.wrapper.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.section-minibodegas {
  background-color: var(--white);
  padding-top: 132px;
  padding-bottom: 132px;
}

.card-bodegas-2 {
  background-color: var(--light-gray);
  border: 2px solid #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.img-bodega {
  grid-row-gap: 10px;
  background-color: var(--white);
  background-image: url('../images/bodega-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 304px;
  display: flex;
}

.img-bodega._2 {
  background-image: url('../images/bodega-2.webp');
}

.img-bodega._3 {
  background-image: url('../images/bodega-3.webp');
}

.img-bodega._4 {
  background-image: url('../images/bodega-4.webp');
}

.img-bodega._5 {
  background-image: url('../images/bodega-6.webp');
}

.img-bodega._6 {
  background-image: url('../images/bodega-5.webp');
}

.info-bodegas-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-gray);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.h3 {
  color: #f26632;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.h3.black {
  color: var(--power-gray);
  font-family: Satoshi, Arial, sans-serif;
}

.ver-mas-3 {
  grid-row-gap: 10px;
  background-color: #f26632;
  border-radius: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  text-decoration: none;
  display: flex;
}

.simbolo {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: -1px;
  margin-bottom: 0;
  font-family: Satoshi Variable;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.simbolo.menos {
  margin-top: -4px;
}

.bodega-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.ver-menos {
  grid-row-gap: 10px;
  background-color: #f26632;
  border-radius: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  text-decoration: none;
  display: none;
}

.cont-img-bodega {
  background-color: var(--white);
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.section-tips {
  grid-row-gap: 10px;
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 870px;
  padding-top: 132px;
  padding-bottom: 132px;
  display: flex;
}

.tips {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.layer_1 {
  width: auto;
  max-width: none;
  height: 26px;
  display: block;
  overflow: hidden;
}

.titulo-3 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1301px;
  text-decoration: none;
  display: flex;
}

.slide-nav {
  opacity: .38;
  text-align: left;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide, .mask {
  border-radius: 24px;
  height: auto;
}

.slider {
  background-color: #0000;
  height: auto;
}

.icon, .icon-2 {
  display: none;
}

.left-arrow {
  width: auto;
  margin-right: 10px;
  inset: auto 25px 0% auto;
}

.right-arrow {
  width: auto;
  max-width: none;
  margin-left: 0;
  inset: auto 0% 0% auto;
}

.image-2 {
  aspect-ratio: 1;
  border-radius: 24px;
}

.grid-tips {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-preguntas {
  grid-row-gap: 10px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 132px;
  padding-bottom: 132px;
  text-decoration: none;
  display: flex;
}

.titulo {
  grid-column-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1301px;
  text-decoration: none;
  display: flex;
}

.titulo.contacto {
  margin-bottom: 0;
}

.preguntas {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pregunta {
  grid-row-gap: 20px;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 36px;
  text-decoration: none;
  display: flex;
}

.header-pregunta {
  grid-column-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.qu-es-una-minibodega {
  color: #f26632;
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.ver-mas {
  grid-row-gap: 10px;
  background-color: #f26632;
  border-radius: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  text-decoration: none;
  display: flex;
}

.untitled {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: -1px;
  margin-bottom: 0;
  font-family: Satoshi Variable;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.respuesta {
  color: var(--power-gray-tint);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.qu-requiero-para-rentar-una-minibodega-de-keepsafe, .cmo-acceso-a-una-minibodega-de-keepsafe, .qu-puedo-y-qu-no-puedo-guardar-en-una-minibodega-de-keepsafe, .qu-tipo-de-seguridad-ofrece-keepsafe, .qu-horario-ofrece-keepsafe, .cuntas-veces-puedo-acceder-a-mi-minibodega-de-keepsafe {
  color: #f26632;
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.cont {
  background-color: var(--light-gray);
  padding-top: 132px;
  padding-bottom: 132px;
}

.grid-contacto {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 66px;
  display: grid;
}

.text-field {
  outline-offset: 0px;
  color: var(--power-gray);
  border: 1px #000;
  border-radius: 8px;
  outline: 3px #d9d9d9;
  margin-bottom: 24px;
  padding: 23px 16px;
}

.field-label {
  color: var(--power-gray);
  font-weight: 500;
}

.button {
  background-color: var(--keepsafe-orange);
  color: var(--white);
  border-radius: 35px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 500;
}

.button.white {
  background-color: var(--light-gray);
  color: var(--power-gray);
  margin-right: 20px;
  font-weight: 500;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  min-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand {
  display: block;
}

.navbar-wrapper {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  min-width: 100%;
  padding: 20px;
}

.footer {
  grid-row-gap: 47px;
  background-color: var(--keepsafe-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 132px;
  padding-bottom: 132px;
  text-decoration: none;
  display: block;
}

.logo-footer {
  overflow: hidden;
}

.columna-footer {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.direccin {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.blvd-de-los-ganaderos-984-las-lomas-hermosillo-sonora-mxico---cp-83293 {
  opacity: .8;
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.tel-662-1086878-whatsapp-662-1154200-mail-contactokeepsafecommx {
  opacity: .8;
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.sguenos {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.facebook, .instagram {
  opacity: .8;
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}

.aviso-de-privacidad {
  opacity: .8;
  color: var(--white);
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  display: none;
}

.wrapper-2 {
  grid-column-gap: 66px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  text-decoration: none;
  display: flex;
}

.contacto-2 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.tel-662-1086878-whatsapp-662-1154200-mail-contactokeepsafecommx-2 {
  opacity: .8;
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .21875rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.tel-662-1086878-whatsapp-662-1154200-mail-contactokeepsafecommx-3 {
  opacity: .8;
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .21875rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  display: inline-block;
}

.tel-662-1086878-whatsapp-662-1154200-mail-contactokeepsafecommx-4 {
  opacity: .8;
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.wa-button {
  z-index: 999;
  background-color: #32d950;
  background-image: url('../images/whatsapp-icon.svg');
  background-position: 52% 47%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  position: fixed;
  inset: auto 15px 15px auto;
  box-shadow: 0 2px 5px #0003;
}

.div-gracias {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 100px;
  display: flex;
}

.body {
  font-family: Satoshi, Arial, sans-serif;
}

.section-contacto {
  background-color: var(--light-gray);
  padding-top: 132px;
  padding-bottom: 132px;
}

.field-label-2 {
  font-family: Satoshi, Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .navlist {
    background-color: var(--white);
    width: 100%;
    height: auto;
    padding: 107px 15px;
  }

  .navlink {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
  }

  .contactanos {
    text-align: center;
    margin-top: 25px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .section-tips {
    padding-top: 66px;
    padding-bottom: 66px;
    display: block;
  }

  .grid-tips {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--power-gray);
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: auto;
    padding-top: 55px;
  }

  .keepsafe-logo {
    width: 100px;
  }

  .navlist {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contactanos {
    margin-right: auto;
  }

  .card-beneficios {
    padding: 24px;
  }

  .paragraph-s.hero {
    min-height: 0;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    max-width: none;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .icono-beneficios {
    max-width: 70px;
  }

  .background-image {
    background-image: linear-gradient(#222424b3, #222424b3), url('../images/keepsafe-hero.webp');
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 100%;
    height: 80vh;
    padding: 24px;
    display: flex;
  }

  .hero-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: start stretch;
    display: grid;
  }

  .h1 {
    font-size: 39px;
  }

  .grid-bodegas {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .titulo-2 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 33px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .h2.minibodegas {
    margin-bottom: 20px;
  }

  .column {
    height: auto;
  }

  .paragraph-m {
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
  }

  .paragraph-m.white {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .contctanos-3 {
    font-size: 14px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper.grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-minibodegas {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .img-bodega {
    background-size: 90%;
  }

  .h3 {
    max-width: 85%;
    font-size: 20px;
    line-height: 130%;
  }

  .h3.titulo {
    width: auto;
    margin-bottom: 20px;
  }

  .h3.black {
    color: var(--power-gray);
  }

  .section-tips {
    height: auto;
    padding-top: 66px;
    padding-bottom: 66px;
    display: block;
  }

  .tips {
    width: 100%;
    margin-bottom: 34px;
    display: block;
  }

  .image-2 {
    width: auto;
    margin-bottom: 0;
  }

  .grid-tips {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    display: flex;
  }

  .section-preguntas {
    padding-top: 66px;
    padding-bottom: 66px;
    display: block;
  }

  .titulo.contacto {
    margin-bottom: 0;
  }

  .pregunta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-pregunta {
    justify-content: space-between;
    align-items: center;
  }

  .cont {
    padding-top: 66px;
    padding-bottom: 66px;
    display: block;
  }

  .grid-contacto {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .button {
    font-size: 14px;
  }

  .button.white {
    margin-bottom: 10px;
    font-size: 14px;
  }

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

  .code-embed {
    margin-top: 0;
  }

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

  .navbar-wrapper {
    padding: 15px;
  }

  .footer {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .logo-footer {
    max-width: 60%;
  }

  .columna-footer {
    margin-bottom: 20px;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .section-contacto {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

#w-node-e900108d-0ae6-6eb4-95a2-a52ff5a5046d-f910e33f, #w-node-e900108d-0ae6-6eb4-95a2-a52ff5a5046e-f910e33f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#TOP.w-node-_5183aeb8-0c3b-724b-c276-53a0d1aeeed5-f910e33f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_83d99255-80fb-f377-0ad9-a20602f07c49-f910e33f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_939c667b-19e9-99fe-233e-563d2fe9b841-f910e33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2651da20-0a0e-07a5-aebe-e16c860d3ea5-f910e33f, #w-node-_306f79f5-1fdd-56ae-236a-4fb2bc40c8cd-f910e33f, #w-node-e900108d-0ae6-6eb4-95a2-a52ff5a5046d-ec1f52e3, #w-node-e900108d-0ae6-6eb4-95a2-a52ff5a5046d-28c88624, #w-node-e900108d-0ae6-6eb4-95a2-a52ff5a5046e-28c88624 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#TOP.w-node-_5183aeb8-0c3b-724b-c276-53a0d1aeeed5-28c88624 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_83d99255-80fb-f377-0ad9-a20602f07c49-28c88624 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_939c667b-19e9-99fe-233e-563d2fe9b841-28c88624 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2651da20-0a0e-07a5-aebe-e16c860d3ea5-28c88624, #w-node-_306f79f5-1fdd-56ae-236a-4fb2bc40c8cd-28c88624 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_939c667b-19e9-99fe-233e-563d2fe9b841-f910e33f, #w-node-_939c667b-19e9-99fe-233e-563d2fe9b841-28c88624 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #TOP.w-node-_5183aeb8-0c3b-724b-c276-53a0d1aeeed5-f910e33f, #w-node-_7d5737c4-31bf-8080-8745-7393efacaaa7-f910e33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a6c4c9d-f232-c55a-0996-3e56563b8ac7-f910e33f, #w-node-_83d99255-80fb-f377-0ad9-a20602f07c49-f910e33f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_939c667b-19e9-99fe-233e-563d2fe9b841-f910e33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2651da20-0a0e-07a5-aebe-e16c860d3ea5-f910e33f {
    grid-column: span 1 / span 1;
  }

  #w-node-_306f79f5-1fdd-56ae-236a-4fb2bc40c8cd-f910e33f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b49e28b8-b7e5-ad62-a2d3-4a30dc227355-ec1f52e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #TOP.w-node-_5183aeb8-0c3b-724b-c276-53a0d1aeeed5-28c88624, #w-node-_7d5737c4-31bf-8080-8745-7393efacaaa7-28c88624 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a6c4c9d-f232-c55a-0996-3e56563b8ac7-28c88624, #w-node-_83d99255-80fb-f377-0ad9-a20602f07c49-28c88624 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_939c667b-19e9-99fe-233e-563d2fe9b841-28c88624 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2651da20-0a0e-07a5-aebe-e16c860d3ea5-28c88624 {
    grid-column: span 1 / span 1;
  }

  #w-node-_306f79f5-1fdd-56ae-236a-4fb2bc40c8cd-28c88624 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}