@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

* {
  font-family: "Montserrat", serif;
  box-sizing: border-box;
  font-weight: 400;
}

body {
  margin: 0;
  padding-bottom: env(safe-area-inset-bottom);
  font-family: "Montserrat";
}

strong {
  font-weight: 700;
}

.container {
  max-width: 500px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  position: relative;
  min-height: calc(100vh - env(safe-area-inset-bottom));
}

#user_cam {
  width: 100vw;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#video_main {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  top: 35px;
  height: auto;
  width: 100%;
  transform: translate(-50%, 0);
}

#video_canva {
  position: absolute;
  left: 50%;
  top: 35px;
  height: auto;
  width: 100%;
  transform: translate(-50%, 0);
}

.image_main {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -10px;
  width: 100%;
}

.choices_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 0;
  position: absolute;
  height: auto;
  border-radius: 0px;
  background: #ff273a;
  padding: 18px 20px 16px;
  text-align: center;
  min-height: 300px;
  width: 100%;
  transition: all 0.2s linear;
}

.choices_container.in_product {
  background: transparent;
  min-height: 250px;
}

.choices_container.form_page {
  height: 100vh;
  background: #ff273a;
}

.page_conversation {
  text-align: left;
}

.container_messages h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  padding: 0 24px;
  margin-top: 0;
}

.container_messages h3 strong {
  font-weight: 400;
}

.content_end_page {
  display: block;
  width: 100%;
}

.btn_basic {
  border: none;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  margin: 0 auto 15px;
  color: #ff273a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 16px;
  max-width: 300px;
  height: 45px;
  padding: 8px 24px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_form {
  margin-top: 20px;
  max-width: 100%;
  text-align: center;
}

.image_form img {
  margin: 0 auto;
  width: 76%;
}

.btn_basic:hover,
.btn_basic:active {
  background-color: #861723;
  color: #fff;
}

.page_2,
.page_3 {
  display: none;
}

.option_page {
  display: none;
}

.content_image {
  display: block;
  width: 100%;
  text-align: center;
}

.content_image img {
  max-width: 31%;
  width: 100%;
  margin: 0px auto;
  height: auto;
}

.logo_image {
  margin-top: 5px;
  text-align: center;
  width: 100%;
}

.logo_image img {
  margin: 0 auto;
  max-width: 80px;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.form input {
  width: 88%;
  border: none;
  border-radius: 16px;
  background: #fff;
  padding: 11px 16px;
  color: #373737;
  font-size: 16px;
  margin-bottom: 8px;
}

.form .btn_send {
  border-radius: 8px;
  background-color: #b4832b;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 8px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 16px;
}

.backogrund_app {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.product_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.image_product {
  margin: 38px 0 auto;
  width: 100%;
}

.image_product img {
  width: 87%;
}

.text-form {
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 24px;
  text-align: center;
  padding: 0 31px;
}

.btn_red {
  background: #ff273a;
  color: #fff;
}

#error-message {
  display: none;
  text-align: center;
  margin: 20px 0;
  background: #fff;
  border-radius: 15px;
  padding: 14px;
  width: 88%;
  color: red;
  font-weight: 800;
}

.imagen_bye {
  text-align: center;
}

.imagen_bye img {
  width: auto;
}

.ico-send {
  text-align: center;
}

.bye_message {
  display: none;
  gap: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
