@font-face {
  font-family: "regular";
  src: url("./fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("./fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

* {
  font-family: "regular";
  box-sizing: border-box;
}

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

strong {
  font-weight: 700;
}

.main_page {
  background: url("https://250517-nexcare-ciencia-tu-mx-ct.kontentadscan.com/assets/backgrounds/bg_main.png")
    center no-repeat;
  background-size: cover !important;
  width: 300px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  height: 100%;
}

#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);
  z-index: 1;
}

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

.choices_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  padding: 22px 15px 0;
  text-align: center;
  width: 100%;
}

.page_conversation {
  text-align: center;
}

.main_title {
  margin: 0 0 30px;
  font-size: 21px;
  color: #ffffff;
  border-bottom: solid #fff 1px;
  text-align: center;
  padding: 0 0px 30px;
  font-weight: 600;
}

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

.page_conversation p {
  font-size: 17px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  line-height: 19px;
  font-weight: 400;
}

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

.btns_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.btns_container div {
  text-align: center;
  width: 100%;
}

.btn_basic {
  display: inline-block;
  border-radius: 20px;
  background-color: #fff;
  color: #fff;
  background-color: #1353a2;
  text-align: center;
  cursor: pointer;
  padding: 3px 15px 5px;
  margin: 0 auto 10px;
  font-size: 15px;
  font-weight: 200;
  border: none;
  transition: all 0.2s linear;
  box-shadow: 0px 3px 5px -4px #000;
}

.btn_basic:hover {
  background-color: #fff;
  color: #1353a2;
}

.page_2,
.page_3,
.page_4,
.page_5 {
  display: none;
}

.option_page {
  display: none;
}

.image_product {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

.image_product img {
  position: relative;
}

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

.logo-landing {
  text-align: center;
  margin-top: 50px;
}

.logo-landing img {
  margin: 0 auto;
  max-width: 200px;
}

.icon-mute {
  position: absolute;
  top: 31px;
  right: 15px;
  cursor: pointer;
}

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

.form input {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #fff;
  border: solid 1px #000;
  padding: 16px;
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
}

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

.image_product {
  text-align: center;
  max-width: 306px;
  margin: 0 auto 35px;
}

.main_message {
  margin-bottom: 34px;
  background-color: #f02d73;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  border-radius: 0 10px 10px 10px;
  padding: 17px 8px 14px;
}

.main_message h3 {
  color: #fff;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.btn_cta {
  background-color: #1353a2;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200;
  padding: 12px;
  text-decoration: none;
}

@media (width <= 414px) {
  .container {
    height: 100%;
  }
}

/* New styles */
p.note {
  font-size: 11px;
  line-height: 10px;
  font-weight: 200;
  margin-top: 50px;
  margin-bottom: 0;
}

.btn_current {
  background-color: #fff;
  color: #1353a2;
}
