.whiteroom__footer {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 10vh;
  min-height: 600px;
  margin: 0 auto;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/footer/mobile.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.whiteroom__footer-form {
  position: relative;
  z-index: 1;
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  border-radius: 1.8rem;
  padding: 3rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(0.2rem);
  font-family: "Inter", sans-serif;
}
.whiteroom__footer-form-title {
  width: 100%;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.whiteroom__footer-form-text {
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.whiteroom__footer-form-field {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.whiteroom__footer-form-field-label {
  font-size: 1.3rem;
  color: #FFFFFF;
}
.whiteroom__footer-form-field-input {
  border: none !important;
  border-radius: 1rem;
  padding: 1rem;
  outline: none;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(0.2rem);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  outline: none;
}
.whiteroom__footer-form-field-input:focus, .whiteroom__footer-form-field-input:hover {
  outline: none;
  border: solid 0.1rem #5f5f5f !important;
}
.whiteroom__footer-form-checkbox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: #FFFFFF;
}
.whiteroom__footer-form-checkbox-input {
  display: none;
}
.whiteroom__footer-form-checkbox-label {
  width: 1rem;
  height: 1rem;
  border: solid 3px #FFFFFF;
  border-radius: 5rem;
  background-color: transparent;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.whiteroom__footer-form-checkbox-input:checked + .whiteroom__footer-form-checkbox-label {
  background-color: #FFFFFF;
}
.whiteroom__footer-form-submit {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  padding: 1rem;
  font-family: "Inter", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #131313 !important;
}
.whiteroom__footer::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.whiteroom__brand {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, from(#131313), color-stop(90%, #0C0E12));
  background: linear-gradient(#131313, #0C0E12 90%);
}
.whiteroom__brand-top {
  width: 100%;
  height: auto;
  min-height: 300px;
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.whiteroom__brand-top-picture {
  width: 90%;
  min-width: 288px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whiteroom__brand-top-picture > img {
  width: 10rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.whiteroom__brand-top-title {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
}
.whiteroom__brand-top-redes {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.whiteroom__brand-top-redes-enlace {
  width: auto;
  height: 3rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  outline: none;
}
.whiteroom__brand-top-redes-enlace:active, .whiteroom__brand-top-redes-enlace:focus, .whiteroom__brand-top-redes-enlace:hover {
  outline: none;
}
.whiteroom__brand-top-redes-enlace svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #FFFFFF;
}
.whiteroom__brand-bottom {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
.whiteroom__brand-bottom img {
  width: 2rem;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1200px) {
  .whiteroom__footer {
    height: auto;
    min-height: 50vh;
    padding: 4vw 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 7fr 5fr;
    grid-template-columns: 7fr 5fr;
    grid-auto-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("../images/footer/desktop.jpeg");
    background-position: center left;
  }
  .whiteroom__footer-form {
    border-radius: 1vw;
    padding: 5vw;
    gap: 0;
  }
  .whiteroom__footer-form-title {
    text-align: left;
    font-size: 2vw;
  }
  .whiteroom__footer-form-text {
    margin: 0 auto;
    margin-top: 1vw;
    font-size: 1.1vw;
    text-align: left;
  }
  .whiteroom__footer-form-field {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25vw;
  }
  .whiteroom__footer-form-field-label {
    font-size: 1.2vw;
  }
  .whiteroom__footer-form-field-input {
    border: solid 0.1vw #b6b6b6 !important;
    border-radius: 1vw;
    padding: 1vw;
    outline: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-family: "Inter", sans-serif;
    font-size: 1vw;
    color: #FFFFFF;
  }
  .whiteroom__footer-form-field-input:focus {
    outline: none;
    border: solid 1px #5f5f5f !important;
  }
  .whiteroom__footer-form-checkbox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5vw;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1vw;
    color: #FFFFFF;
  }
  .whiteroom__footer-form-checkbox-input {
    display: none;
  }
  .whiteroom__footer-form-checkbox-label {
    width: 1vw;
    height: 1vw;
    border: solid 0.3vw #FFFFFF;
    border-radius: 5vw;
    background-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .whiteroom__footer-form-checkbox-input:checked + .whiteroom__footer-form-checkbox-label {
    background-color: #FFFFFF;
  }
  .whiteroom__footer-form-submit {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 1vw;
    border-radius: 0.5vw;
    padding: 0.5vw;
    font-family: "Inter", sans-serif !important;
    font-size: 1vw;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #131313 !important;
  }
  .whiteroom__footer::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .whiteroom__brand-top {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 3vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1vw;
  }
  .whiteroom__brand-top-picture {
    width: 90%;
    min-width: 288px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .whiteroom__brand-top-picture > img {
    width: 10vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .whiteroom__brand-top-title {
    width: 90%;
    min-width: 288px;
    height: auto;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1.1vw;
    color: #FFFFFF;
    text-align: center;
  }
  .whiteroom__brand-top-redes {
    width: 90%;
    min-width: 288px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2vw;
  }
  .whiteroom__brand-top-redes-enlace {
    width: auto;
    height: 2.5vw;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5vw;
    outline: none;
  }
  .whiteroom__brand-top-redes-enlace:active, .whiteroom__brand-top-redes-enlace:focus, .whiteroom__brand-top-redes-enlace:hover {
    outline: none;
  }
  .whiteroom__brand-top-redes-enlace svg {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    fill: #FFFFFF;
  }
  .whiteroom__brand-bottom {
    padding: 1vw 0;
    gap: 0.5vw;
  }
  .whiteroom__brand-bottom img {
    width: 2vw;
    height: auto;
    display: inline-block;
    -o-object-fit: contain;
       object-fit: contain;
  }
}