/* 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: #b72453;
}
.bg_image {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
}
.bg_image img {
  max-width: 100%;
}
.divider {
  width: 100%;
  position: relative;
  display: flex;
  height: 20px;
}
.cookies {
  background-color: #fff;
  padding: 10px;
  color: #000000;
  font-size: 14px;
  text-align: center;
}
.cookies .link-policy {
  margin-left: 5px;
  color: #b72453;
}
.cookies .cookies_btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
  text-align: center;
  color: #fff;
  background-color: #b72453;
  border-radius: 50%;
  cursor: pointer;
}
.free {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  height: 95px;
}
#sticker {
  font-family: Roboto;
  color: #b72453;
  -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: rgb(255, 255, 255, 0.7);
  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 {
  margin: 0 auto;
  max-width: 700px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
.slogan h1 {
  font-size: 40px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

#chatBox_Introducao {
  padding-left: 16px;
  padding-right: 16px;
}
.chatContainer #chatBoxContainer {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  height: 630px;
  padding: 90px 10px 10px 10px;
  width: 100%;
  left: 0;
  margin: 20px 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: fixed;
  z-index: -1;
  bottom: 0;
  right: -50px;
  max-width: 50%;
}
.chatContainer #chatBoxStatus {
  text-align: center;
  padding: 5px;
  background: 0 0 !important;
  margin-bottom: 10px;
  color: #b72453;
  font-size: 20px;
  line-height: 26px;
}
p.lauraText {
  background-color: rgba(183, 36, 83, 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: #b72453;
  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: #b72453;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  box-shadow: none;
  width: 85px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
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;
}
.chat-image-vidente {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  height: auto;
  min-height: 100px;
}
.chat-image-vidente .img-vidente {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 4px #b72453;
  overflow: hidden;
  z-index: 2;
}

.chat-image-vidente .dot-image {
  position: absolute;
  bottom: -100px;
  left: 39%;

  width: 25px;
  height: 25px;
  background-color: #70c22e;
  border-radius: 50%;
  border: 3px solid #b72453;
  z-index: 3;
}

.who-am-i {
  margin: 0 auto;
  max-width: 600px;
}
.who-am-i .box {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  clear: both;
}
.who-am-i .slogan_lp {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
  margin: 12px auto;
  clear: both;
}
.who-am-i .name-seer {
  width: 160px;
  height: auto;
  display: inline-block;
}
.who-am-i .name-seer {
  font-family: "Lobster";
  color: #b72453;
  right: 0;
  float: right;
  padding-right: 43px;
  font-size: 60px;
  line-height: 75px;
}
.who-am-i .img-vidente-small {
  max-width: 100px;
  display: inline-block;
  margin-left: 25px;
  margin-top: -62px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 4px #b72453;
  overflow: hidden;
}

.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: #000000;
  -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: #b72453;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
.testimonials .second h2,
.testimonials .second p {
  text-align: left;
}
.testimonials .img-testimonial-1 {
  border: solid 4px #b72453;
  -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 #b72453;
  -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;
}

#des_signo.back-display {
  max-width: 600px;
  margin: auto;
  text-align: center;
  color: #000000;
  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;
  text-align: left;
}

#outros_signos {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.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;
  color: #b72453;
}
.signs {
  clear: both;
  padding-top: 40px;
}
.signs .sign-h{
  display: flex;
}
.signs .sign-block {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 24px 24px 24px;
  width: 100%;
  left: 0;
  margin-top: 80px;
  position: relative;
}
.signs svg {
  margin: 0;
  width: 100%;
  height: auto;
}
.signs .icon {
  border: solid 4px #fff;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 30px;
  top: -40px;
  background-color: #b72453;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.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: 40px;
  background-color: #b72453;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.signs .name {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 0;
  font-weight: 600;
  color: #b72453;
  margin-bottom: 21px;
}

.copyright {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 54px;
  padding: 30px;
  text-align: center;
  color: #b72453;
}
.copyright .copy-owner {
  margin: auto;
}
.copyright .a-link {
  color: #b72453;
  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: 1250px) {
  .chatContainer {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 980px) {
  .free {
    height: 70px;
  }
  #sticker {
    width: 180px;
    height: 140px;
    top: -70px;

  }
  #sticker .text {
    bottom: 10px;
  }
  #sticker p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
  }
  #sticker span {
    font-size: 20px;
    line-height: 28px;
 
  }
  .slogan h1 {
    font-size: 32px;
  }
  .chat-image-vidente {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    height: auto;
    min-height: 200px;
  }
  .chat-image-vidente .img-vidente {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 4px #b72453;
    overflow: hidden;
    z-index: 2;
  }

  .chat-image-vidente .dot-image {
    position: absolute;
    bottom: -50px;
    left: 39
    width: 25px;
    height: 25px;
    background-color: #70c22e;
    border-radius: 50%;
    border: 3px solid #b72453;
    z-index: 3;
  }

  .chatContainer .chat-image {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    right: 0;
  }
  .chatContainer .chat-image img {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
  }

  .chatContainer .chatScript {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 660px) {
  .sign_outros {
    width: 100%;
  }
  .slogan h1 {
    font-size: 24px;
  }
 

  .testimonials .subtitle {
    font-size: 24px;
  }
  #des_signo.back-display {
    max-width: 500px;
  }

  .chatContainer .chat-image img {
    max-width: 100%;
  }

  .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;
  }

  .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) {
  .chat-image-vidente {
    min-height: 120px;
}
  .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;
  }
}
@media only screen and (max-width: 350px) {

}
