* {
  font-family: bw_modelicabold;
  box-sizing: border-box;
}

@font-face {
  font-family: "bw_modelicabold";
  src: url("./fonts/bwmodelica-bold-webfont.woff2") format("woff2"),
    url("./fonts/bwmodelica-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
}

.container {
  max-width: 500px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  position: relative;
  height: 100vh;
  max-height: 100vh;
}

#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);
}

.choices_container {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  position: absolute;
  height: auto;
  border-radius: 24px 24px 0px 0px;
  background: #ffe3f1;
  padding: 30px 33px;
  text-align: center;
  height: 290px;
  width: 100%;
}

.page_conversation {
  text-align: left;
}

.container_messages h3,
.page_conversation p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #011e61;
  text-align: center;
  font-weight: 400;
}

.page_conversation p {
  margin-bottom: 10px;
}

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

.btn_basic {
  display: block;
  border: none;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  margin: 0 auto 15px;
  color: #ff409b;
  font-size: 14px;
  font-weight: 700;
  border: solid #ff409b 2px;
  border-radius: 8px;
  max-width: 290px;
  transition: all 0.2s linear;
}

.btn_basic:hover,
.btn_basic:active {
  background-color: #ff409b;
  color: #fefefe;
}

.page_2,
.page_3,
.page_4,
.page_5 {
  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-landing {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}

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

.icon-mute {
  position: absolute;
  top: -43px;
  right: 30px;
  cursor: pointer;
}

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

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

.form .btn_send {
  border-radius: 8px;
  border: 2px solid #ff409b;
  font-size: 16px;
  color: #ff409b;
  text-align: center;
  width: 100%;
  background-color: transparent;
  padding: 10px;
  cursor: pointer;
  margin-top: 16px;
}
