/* Template: Landings 2019 Mobile First
   Author: Pedro Vasconcelos / BMA
   Type: Stylesheet
*/

/** Hacks for Fields **/

body {
  font-family: Roboto;
  font-size: 16px;
  line-height: 21px;
  background-color: #162456;
}
.bg_image {
  display: none;
}
.bg_image_ea {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
}
.bg_image_ea svg {
  max-width: 50%;
}
.divider {
  width: 100%;
  position: relative;
  display: flex;
  height: 20px;
}
.cookies {
  background-color: #fff;
  padding: 10px;
  color: #b28c32;
  font-size: 14px;
  border-bottom: solid 1px #b28c32;
}
.cookies .link-policy {
  margin-left: 5px;
  color: #b28c32;
}
.cookies .cookies_btn {
  width: 120px;
  height: 60px;
  line-height: 60px;
  margin: 21px auto;
  text-align: center;
  color: #fff;
  background-color: #b28c32;
  border-radius: 50px;
}
.free {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  height: 95px;
}
#sticker {
  font-family: Roboto;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: none;
  width: 245;
  height: 190;
  position: absolute;
  left: 50%;
  top: -95px;
  background-color: #b28c32;
  transform: translate(-50%, 0);
}
#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: 28px;
  line-height: 36px;
  margin-top: 0;
}
#sticker span {
  display: block;
  font-size: 28px;
  line-height: 36px;
  border-bottom: solid 2px #fff;
  font-weight: 700;
}
.slogan_ea {
  margin: 0 auto;
  max-width: 500px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
.slogan_ea h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.slogan_ea h2 {
  font-size: 28px;
}
#chatBox_Introducao {
  padding-left: 16px;
  padding-right: 16px;
}
.chatContainer #chatBoxContainer {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  height: 630px;
  padding: 20px 10px 10px 10px;
  width: 100%;
  left: 0;
  margin: 20px auto;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.3);
  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: fixed;
  z-index: -1;
  bottom: 0;
  left: 10%;
  max-width: 350px;
}
.chatContainer .chat-image img {
  margin: 0 auto;
}
.chatContainer .chat-image svg {
  width: 200px;
}
.chatContainer .chat-image .logo {
  width: 200px;
  margin-left: 10%;
  padding-bottom: 30px;
}
.chatContainer .name-lucia {
  display: none;
}
.chatContainer #chatBoxStatus {
  text-align: center;
  padding: 5px;
  background: 0 0 !important;
  margin-bottom: 10px;
  color: #b28c32;
  font-size: 20px;
  line-height: 26px;
}
p.lauraText {
  background-color: rgba(178, 140, 50, 0.3);
  padding: 10px;
  border-radius: 10px;
  box-shadow: none;
}
.enviarRespostaBtn,
.enviarRespostaPreocupa {
  width: 48%;
  float: left;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #b28c32;
  color: #fff;
  border-radius: 10px;
  margin: 4px;
  font-size: 20px;
  box-shadow: none;
  cursor: pointer;
}
.btn-data,
.btn-name,
.enviarEmail,
.enviarTelefone {
  float: right;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background-color: #b28c32;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  box-shadow: none;
  width: 85px;
  padding: 0;
  margin: 0;
}
input#EMAIL {
  width: 70%;
  margin-right: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: 0;
  height: 35px;
  box-sizing: border-box;
  padding: 2px;
}
.inputErrorShowBorder {
  border: 1.2px solid red;
}
input#FNAME,
input#LNAME {
  width: 35%;
  margin-right: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: 0;
  height: 35px;
  box-sizing: border-box;
  padding: 2px;
}
select {
  background: #fff;
  margin-right: 5px;
  height: 35px;
}
input#anoNascimento,
input#diaNascimento,
input#mesNascimento {
  width: 20%;
  margin-right: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: 0;
  height: 35px;
  box-sizing: border-box;
  padding: 2px;
}
.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);
}

.who-am-i {
  margin: 0 auto;
  max-width: 350px;
}
.who-am-i .container {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  max-width: 350px;
  clear: both;
}
.who-am-i .slogan_lp {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  color: #162456;
  margin-bottom: 0;
}
.who-am-i .name-seer {
  width: 160px;
  height: auto;
  display: inline-block;
}
.who-am-i .name-seer svg {
  fill: #fff;
}
.who-am-i .img-vidente-small {
  display: inline-block;
  margin-left: 12px;
}

.testimonials {
  max-width: 500px;
  margin: 0 auto;
}
.testimonials .subtitle {
  font-weight: normal;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.testimonials .first,
.testimonials .second {
  background-color: rgba(255, 255, 255, 0.7);
  color: #162456;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 24px;
  max-width: 400px;
  left: 0;
  margin-top: 30px;
  z-index: -1;
  clear: both;
}
.testimonials .first h2,
.testimonials .second h2 {
  color: #b28c32;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.testimonials .second h2,
.testimonials .second p {
  text-align: left;
}
.testimonials .img-testimonial-1 {
  border: solid 4px #162456;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: right;
  margin-top: 10px;
  margin-right: -75px;
}
.testimonials .img-testimonial-2 {
  border: solid 4px #162456;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 12px;
  margin-top: 10px;
  margin-left: -75px;
}
.testimonials .first {
  float: left;
}
.testimonials .second {
  float: right;
  clear: both;
}

.about-espaco-absoluto {
  font-family: "Roboto";
  padding-top: 30px;
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
  clear: both;
}
.about-espaco-absoluto .logo {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.services-espaco-absoluto {
  font-family: "Roboto";
  padding-top: 30px;
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
  clear: both;
}
.services-espaco-absoluto h2 {
  text-align: center;
}

ul {
  list-style: none;
}
ul li {
  line-height: 2em;
}

ul li::before {
  content: "\2022";
  color: #b28c32;
  display: inline-block;
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
}
#des_signo.back-display {
  max-width: 700px;
  margin: auto;
  text-align: center;
  color: #162456;
  padding: 20px 20px 40px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  margin-top: 20px;
}
#des_signo #des_info {
  font-size: 16px;
}
#des_signo #des_descricao {
  margin-bottom: 30px;
}
#outros_signos {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
  padding-bottom: 30px;
  text-align: center;
}
.info_signo {
  margin: 25px;
  color: #fff;
}
.sign_outros {
  display: inline-block;
  margin: 10px;
}
#des_signo .nome {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.signs {
  clear: both;
  padding-top: 40px;
}
.signs .sign-block {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 40px 24px 24px 24px;
  width: 100%;
  left: 0;
  margin-top: 80px;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.signs img {
  max-width: 150px;
  float: right;
  position: absolute;
  right: 0;
  top: -55px;
}
.signs .sign-actions {
  text-align: right;
  margin: 40px auto 10px;
}
.signs .sign-btn {
  width: 120px;
  height: 60px;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 30px 15px 0 rgba(0, 0, 0, 0.16);
  background-color: #4c3c72;
  color: #fff;
  padding: 20px;
}
.signs .name-aries {
  font-size: 27px;
  line-height: 35px;
  text-transform: uppercase;
  padding-left: 15px;
  font-weight: 600;
  color: #4c3c72;
  margin-bottom: 21px;
}
.copyright {
  border-top: solid 2px #b28c32;
  background-color: #162456;
  margin-top: 54px;
  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: " ";
}
@media only screen and (max-width: 1500px) {
  .chatContainer .chat-image {
    max-width: 300px;
    height: auto;
  }
}
@media only screen and (max-width: 1250px) {
  .chatContainer .chat-image {
    max-width: 280px;
    height: auto;
  }
  .chatContainer {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 980px) {
  .chatContainer .chat-image {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    left: 0;
  }
  .chatContainer .chat-image img {
    margin-right: 30px;
    max-width: 180px;
    display: inline-block;
  }
  .chatContainer .chat-image svg {
    width: 180px;
    height: auto;
    fill: #fff;
  }
  .chatContainer .chat-image .logo {
    display: inline-block;
    margin-left: 35px;
    padding-bottom: 20px;
  }
  .chatContainer .chatScript {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 660px) {
  .sign_outros {
    width: 100%;
  }
  .slogan_ea h1 {
    font-size: 24px;
  }
  .slogan_ea h2 {
    font-size: 16px;
  }
  .services-espaco-absoluto h2,
  .testimonials .subtitle {
    font-size: 24px;
  }
  #des_signo.back-display {
    max-width: 500px;
  }
  .chatContainer .chat-image svg {
    width: 180px;
    height: auto;
    fill: #fff;
  }
  .chatContainer .chat-image img {
    margin-right: 20px;
    max-width: 160px;
  }
  .chatContainer .chat-image .logo {
    display: inline-block;
    width: 50%;
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .testimonials .first,
  .testimonials .second {
    padding: 16px;
    max-width: 350px;
    left: 0;
    margin-top: 20px;
    z-index: 0;
    clear: both;
  }
  .enviarRespostaBtn,
  .enviarRespostaPreocupa {
    width: 47%;
    margin: 5px;
  }
}
@media only screen and (max-width: 415px) {
  .chatContainer #chatBoxContainer {
    left: calc(50% - 250px);
  }
  .chatContainer .chat-image img {
    margin-top: 15px;
    margin-right: 20px;
    max-width: 140px;
  }
  .chatContainer .chat-image svg {
    width: 160px;
    height: auto;
  }
  .chatContainer .chat-image .logo {
    display: inline-block;
    width: 50%;
    margin-left: 20px;
    padding-bottom: 15px;
  }
  .testimonials .first,
  .testimonials .second {
    padding: 16px;
    max-width: 320px;
  }
  .testimonials .img-testimonial-1 {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-right: -75px;
  }
  .testimonials .img-testimonial-2 {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 12px;
    margin-top: 10px;
    margin-left: -75px;
  }
  p.lauraText {
    font-size: 14px;
    padding: 5;
  }
  .enviarRespostaBtn,
  .enviarRespostaPreocupa {
    width: 47%;
    margin: 4px;
  }
}
@media only screen and (max-width: 375px) {
  .testimonials .first,
  .testimonials .second {
    padding: 14px;
    max-width: 260px;
  }
  .testimonials .img-testimonial-1 {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-right: -55px;
  }
  .testimonials .img-testimonial-2 {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    margin-top: 20px;
    margin-left: -55px;
  }
  .chatContainer .chat-image img {
    margin-right: 20px;
    max-width: 130px;
  }

  .chatContainer .chat-image svg {
    width: 160px;
    height: auto;
    margin-left: 5px;
  }
  .chatContainer .chat-image .logo {
    display: inline-block;
    width: 50%;
    margin-left: 10px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .chatContainer .chat-image img {
    margin-right: 20px;
    max-width: 110px;
  }

  .chatContainer .chat-image svg {
    width: 150px;
    height: auto;
    margin-left: 5px;
  }
  .chatContainer .chat-image .logo {
    display: inline-block;
    width: 50%;
    margin-left: 10px;
    padding-bottom: 15px;
  }
}
