/* Template: Landings 2019 Mobile First
   Author: Pedro Vasconcelos / BMA
   Type: Stylesheet
*/

/** Hacks for Fields **/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Playfair+Display:wght@400;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.0/css/font-awesome.css");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  background-color: #989ece;
}
.bg-general{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-general .bg-image {
    width: 100%;
    height: auto;
    min-width: 600px;
}


.divider {
  width: 100%;
  position: relative;
  display: flex;
  height: 20px;
}
.cookies {
  background-color: #fff;
  padding: 10px;
  color: #000;
  font-size: 14px;
}
.cookies .link-policy {
  margin-left: 5px;
  color: #cda400;
}
.cookies .cookies_btn {
  transition: all 0.5s ease;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  background-color: #cda400;
  border-radius: 20px;
  font-weight: 700;
}
.cookies .cookies_btn:hover {
  transition: all 0.5s ease;
  background-color: #E7E4DD;
  color: #cda400;
}
.free {
  position: relative;
  width: 100%;
  height: 32px;
  max-width: 500px;
  margin: 0 auto;
}
#sticker {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: none;
  width: 120;
  height: 120;
  position: absolute;
  right: 30px;
  bottom: -90px;
  background-color: #cda400;
  z-index: 4;
  -webkit-box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.3); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.3); /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.3);
}
#sticker .text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  text-transform: uppercase;
}
#sticker p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 22px;
  line-height: 36px;
  margin-top: 0;
}
#sticker span {
  display: block;
  font-size: 22px;
  line-height: 36px;
  border-bottom: solid 2px #fff;
  font-weight: 700;
}
.main_text {
  margin: 0 auto;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  text-align: left;
  padding: 24px;
  margin-bottom: 2px;
}
.main_text h1 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 600;
  color: #cda400;
}
.main_text h2 {
  font-size: 16px;
  line-height: 24px;
}
.main_text h3 {
  font-size: 14px;
  line-height: 14px;
  color: #707070;
  margin-bottom: 0rem;
}
.main_text .online {
  width: 100%;
  height: 40px;
  margin-top: 12px;
}

.main_text .btn-down {
  transition: all 0.5s ease;
  width: 180px;
  height: 40px;
  font-size: 14px;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-color: #707070;
  border-radius: 50px !important;
}
.main_text .btn-down:hover {
  transition: all 0.5s ease;
  background-color: #cda400;
}
.main_text .btn-down:after {
  margin-left: 12px;
  content: "\1401";
}
.main_text .online span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.main_text .online span:before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  background-color: #00ba88;
}

#chatBox_Introducao {
  padding-left: 16px;
  padding-right: 16px;
}
.chatContainer #chatBoxContainer {
  background-color: rgba(255, 255, 255, 1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 630px;
  padding: 20px 10px 10px 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
#chatBoxContent {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 380px;
}
div#chatBoxAnswer {
  left: 0;
  right: 0;
  bottom: 0;
}
.chatContainer .chat-image {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
.chatContainer .chat-image .bg {
  max-width: 500px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 auto;
}
.chatContainer .chat-image .img-vidente {
  position: absolute;
  bottom: 0;
  left: 50%;
  max-height: 220px;
  transform: translate(-50%, 0);
  z-index: 2;
}

.chatContainer #chatBoxStatus {
  text-align: center;
  padding: 5px;
  background: 0 0 !important;
  margin-bottom: 10px;
  color: #707070;
  font-size: 20px;
  line-height: 26px;
}
p.lauraText {
  background-color: #ebebeb;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 16px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 16px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
p.lauraName:before {
  content: url(https://pmm.2bma.com/images/uploads/1622124529271/user.png);
  margin-right: 5px;
}

p.userName:before {
  content: url(https://pmm.2bma.com/images/uploads/1622124529271/user.png);
  margin-right: 5px;
}

.enviarRespostaBtn,
.enviarRespostaPreocupa {
  transition: all 0.5s ease;
  width: 48%;
  float: left;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #cda400;
  color: #E7E4DD;
  border-radius: 20px;
  margin: 4px;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
}
.enviarRespostaBtn:hover,
.enviarRespostaPreocupa:hover {
  transition: all 0.5s ease;
  background-color: #E7E4DD;
  color: #cda400;
}
.btn-data,
.btn-name,
.enviarEmail,
.enviarTelefone {
  float: right;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #cda400;
  color: #E7E4DD;
  border-radius: 20px;
  font-size: 16px;
  box-shadow: none;
  width: 27%;
  padding: 0;
  margin: 0;
}
input#EMAIL {
  width: 70%;
  margin-right: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  height: 40px;
  box-sizing: border-box;
  padding: 5px;
}
.inputErrorShowBorder {
  border: 1.2px solid red;
}
input#PHONE {
  width: 70%;
  margin-right: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  height: 40px;
  box-sizing: border-box;
  padding: 5px;
}
input#FNAME,
input#LNAME {
  width: 35%;
  margin-right: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  height: 40px;

  padding: 5px;
}
select {
  background: #fff;
  margin-right: 4px;
  height: 40px;
  border: solid 2px #000;
}
input#anoNascimento,
input#diaNascimento,
input#mesNascimento {
  width: 22%;
  margin-right: 4px;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  height: 40px;
  box-sizing: border-box;
  padding: 5px;
}
.chatContainer .img-vidente {
  margin: auto;
  display: flex;
  padding-top: 10px;
}
.chatContainer .dot-image {
  width: 25px;
  height: 25px;
  background-color: #70c22e;
  border-radius: 50%;
  border: 3px solid #b291ff;
  position: relative;
  margin-top: -44px;
  margin-bottom: 40px;
  left: calc(50% - 55px);
}
#des_signo {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 20px;
}

#des_signo_2 {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  margin: 0 auto;
  max-width: 500px;
}

.bg {
  max-width: 500px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bg-sign {
  margin: 0 auto;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  text-align: left;
  padding: 24px;
}

.bg-sign-end {
  margin: 0 auto;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: left;
  padding: 24px;
  margin-bottom: 2px;
}

#des_signo_2 .sign_text {
  text-align: left;
  padding: 12px;
}
#des_signo_2 .sign_text h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 600;
}
#des_signo_2 .sign_text h3 {
  font-size: 16px;
  line-height: 24px;
}
#des_signo_2 .sign_text h5 {
  font-size: 14px;
  line-height: 14px;
  color: #707070;
  margin-bottom: 0rem;
}
#des_signo_2 .sign_title {
  text-align: center;
  font-weight: 700;
}

#des_signo_2 .img-sign {
  transition: all 0.5s ease;
  opacity: 1;
  margin: 0 auto;
  padding-bottom: 12px;
}
#des_signo_2 .img-sign:hover {
  transition: all 0.5s ease;
  opacity: 0.7;
  margin: 0 auto;
  padding-bottom: 12px;
}
#des_signo_2 .name-sign {
  text-align: center;
  margin-bottom: 12px;
}
#des_signo_2 a {
  transition: all 0.5s ease;
  width: 120px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
#des_signo_2 a:hover {
  transition: all 0.5s ease;
  width: 120px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.banners {
  padding-left: 16px;
  padding-right: 16px;
}

#outros_signos {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 24px;
  margin-top: 30px;
}
.info_signo {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.sign_outros {
  margin: 0 auto;
  width: 100%;
}
.sign_outros img {
  margin: 0 auto;
}

.sub_outros {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 300px;
  height: 168px;
  margin: 0 auto;
}
.sub_outros .img-dest {
  background-color: #cda400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  width: 120px;
  height: 120px;
  float: left;
}
.sub_outros .text-dest {
  text-align: left;
}
.sub_outros .site-dest {
  margin-bottom: 0;
}
.sub_outros .site-dest a {
  text-decoration: none;
  color: #cda400;
  font-size: 14px;
}

.sub_outros .title-dest a {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  color: #000;
}

#des_guia_astral {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  margin: 0 auto;
  max-width: 500px;
}

#des_guia_astralo .sign_text {
  text-align: left;
  padding: 12px;
}
#des_guia_astral .sign_text h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 600;
}
#des_guia_astral .sign_text h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
#des_guia_astral .sign_text h5 {
  font-size: 14px;
  line-height: 14px;
  color: #707070;
  margin-bottom: 0rem;
}

#des_guia_astral .astral_btn {
  transition: all 0.5s ease;
  width: 220px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #E7E4DD;
  background-color: #cda400;
  border-radius: 20px;
  font-weight: 700;
  text-decoration: none;
}
#des_guia_astral a {
  text-decoration: none;
}
#des_guia_astral a:hover {
  text-decoration: none;
}
#des_guia_astral .astral_btn:hover {
  transition: all 0.5s ease;
  background-color: #E7E4DD;
  color: #cda400;
  text-decoration: none;
}

.copyright {
  background-color: #cda400;
  margin-top: 20px;
  padding: 30px;
  text-align: center;
  color: #FFF;
}
.copyright .copy-owner {
  margin: auto;
}
.copyright .a-link {
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
}
.copyright .a-link:after {
  content: "|";
  padding-left: 5px;
}
.copyright .a-link:last-child:after {
  content: " ";
}

#chatBoxTyping {
  margin-top: 24px;
}

#chatBoxAnswer {
  margin-top: 24px;
}

@media only screen and (max-width: 1250px) {
  .chatContainer {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 980px) {
  .chatContainer .chatScript {
    margin-top: 0;
  }
  #outros_signos {
    max-width: 470px;
  }
  #des_signo {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 24px;
  }
  #des_guia_astral {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 660px) {
  .enviarRespostaBtn,
  .enviarRespostaPreocupa {
    width: 47%;
    margin: 5px;
  }
  .btn-data,
  .btn-name,
  .enviarEmail,
  .enviarTelefone {
    width: 25%;
    margin: 0px;
  }
}
@media only screen and (max-width: 415px) {
  .chatContainer .chat-image .img-vidente {
    max-height: 160px;
  }
  #des_signo .img-sign {
    padding-bottom: 4px;
  }
  .sign_outros img {
    max-width: 100%;
    height: auto;
  }
  #des_signo .img-sign img {
    max-width: 100%;
    height: auto;
  }
  #des_signo .name-sign {
    font-size: 12px;
  }

  p.lauraText {
    font-size: 14px;
    padding: 5;
  }
  .enviarRespostaBtn,
  .enviarRespostaPreocupa {
    width: 47%;
    margin: 4px;
  }
  input#anoNascimento,
  input#diaNascimento,
  input#mesNascimento {
    width: 32%;
  }
}
@media only screen and (max-width: 425px) {
  .sub_outros {
    padding-top: 16px;
    width: 280px;
    height: 128px;
    margin: 0 auto;
  }
  .sub_outros .img-dest {
    width: 90px;
    height: 90px;
    margin-right: 6px;
  }
  .sub_outros .img-dest img {
    width: 90px;
    height: 90px;
  }
  .sub_outros .title-dest a {
    font-size: 20px;
    line-height: 24px;
  }
  .chatContainer .chat-image .img-vidente {
    position: absolute;
    bottom: 0;
    left: 24px;
    max-height: 160px;
    transform: translate(0, 0);
  }
  .main_text .btn-down {
    width: 160px;
  }
  .btn-data,
  .btn-name,
  .enviarEmail,
  .enviarTelefone {
    width: 100%;
    margin-top: 12px;
  }
  input#FNAME,
  input#LNAME {
    width: 48%;
    margin-right: 5px;
  }
  input#EMAIL {
    width: 100%;
    margin-right: 0;
  }
  input#PHONE {
    width: 100%;
    margin-right: 0;
  }
}