/*
Theme Name: Beatriz Alvarenga 
Text Domain: Beatriz Alvarenga 
Version: 1.0
Description Novo layout Beatriz Alvarenga
Tags: site responsivo 2024
Author: Alexandre Custodio
Author URI: https://instagram.com/rottencustodio
*/
:root {
  --preto: #141413;
  --bege: #eee9e5;
  --azul: #273536;
  --azul-claro: #6a878c;
  --dourado: #c0834d;
  --branco: #FFFFFF;
  --vermelho: #cc3333;
  --verde: #008952;
}
.animate {
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}
body {
  padding-top: 70px;
  font-weight: 300 !important;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
body.fixo {
  padding-top: 60px;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
@media (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}
section[id] {
  scroll-margin-top: 90px;
}
@media (min-width: 768px) {
  section[id] {
    scroll-margin-top: 120px;
  }
}
.btn {
  background: #666;
}
.btn.btn-vermelho {
  background: var(--vermelho);
  color: var(--branco);
}
.btn.btn-verde {
  background: var(--verde);
  color: var(--branco);
}
.btn.btn-dourado {
  background: var(--dourado);
  color: var(--branco);
}
.cta-msg {
  text-align: center;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  background-image: linear-gradient(90deg, #f65151 70px, #be8351 70px);
}
@media (min-width: 576px) {
  header {
    background-image: linear-gradient(90deg, #f65151 calc(50% - 208px), #be8351 calc(50%  - 208px));
  }
}
@media (min-width: 768px) {
  header {
    background-image: linear-gradient(90deg, #f65151 calc(50% - 284px), #be8351 calc(50%  - 284px));
  }
}
@media (min-width: 992px) {
  header {
    background-image: linear-gradient(90deg, #f65151 calc(50% - 380px), #be8351 calc(50%  - 380px));
  }
}
@media (min-width: 1200px) {
  header {
    background-image: linear-gradient(90deg, #f65151 calc(50% - 570px), #be8351 calc(50%  - 570px));
  }
}
header * {
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
header .bars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  header .bars {
    display: none;
  }
}
@media (min-width: 768px) {
  header nav {
    display: block;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (min-width: 768px) {
  header .container {
    height: 100px;
  }
}
header .logo {
  width: 40px;
  text-align: center;
}
@media (min-width: 576px) {
  header .logo {
    max-width: 40px;
  }
}
@media (min-width: 992px) {
  header .logo {
    margin-left: 10px;
  }
}
header .logo img {
  max-width: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  header .logo img {
    max-width: 40px;
  }
}
header.fixo .container {
  height: 70px;
}
header.fixo .logo {
  width: 40px;
  text-align: center;
}
header.fixo .logo img {
  max-width: 30px;
}
@media (min-width: 992px) {
  header.fixo .logo {
    margin-left: 20px;
  }
}
.lp-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.lp-toggle:checked ~ .lp-nav {
  max-height: 80vh;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding: 12px 0 16px;
}
.lp-nav {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: #2f383a;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.lp-nav ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-nav li {
  margin: 0;
}
.lp-nav a {
  display: block;
  padding: 0.7rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.lp-nav a:hover,
.lp-nav a:focus {
  background: #f5f5f5;
  color: #000;
}
.lp-nav a.btn {
  margin: 0.3rem 1rem 0;
}
@media (min-width: 768px) {
  .lp-nav {
    position: static;
    max-height: none;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  .lp-nav ul {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .lp-nav a {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    text-align: left;
  }
  .lp-nav a.btn {
    margin: 0;
  }
}
#hero {
  background-color: var(--azul);
  background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0), url("../assets/img/line-bg.png");
  background-position: 0 0, center right;
  background-size: 100% 100%, cover;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
  padding: 50px 0;
}
#hero h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
}
@media (min-width: 992px) {
  #hero h1 {
    font-size: 55px;
  }
}
#hero h1 span {
  font-size: 60%;
}
#lp-notificacao {
  padding: 40px 0;
  background: #1e1e1e url("../assets/img/clock-history.svg") calc(50% - 450px) -50px / 400px no-repeat;
  color: #fff;
}
#lp-problemas {
  background: #f7f7f7;
  overflow: hidden;
}
#lp-problemas .container {
  position: relative;
  z-index: 1;
}
#lp-problemas .text-outline-white {
  color: #000;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke fill;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
#lp-problemas .primeira-parte {
  margin-bottom: 80px;
}
#lp-problemas .segunda-parte {
  position: relative;
}
@media (min-width: 768px) {
  #lp-problemas .segunda-parte {
    padding-top: 30px;
  }
}
#lp-problemas .segunda-parte h2 {
  color: #fff;
}
#lp-problemas .segunda-parte:before {
  content: "";
  position: absolute;
  left: -15%;
  height: 800px;
  width: 120%;
  background: var(--vermelho);
  transform: rotate(-2deg);
  transform-origin: left top;
  z-index: 0;
}
@media (min-width: 768px) {
  #lp-problemas .segunda-parte:before {
    top: 20px;
    height: 500px;
  }
}
#lp-problemas .segunda-parte .container {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
@media (min-width: 768px) {
  #lp-problemas .segunda-parte .container {
    padding-top: 0px;
  }
}
#lp-problemas .card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 0;
}
#lp-problemas .card i {
  color: var(--azul);
}
#lp-resolucao {
  background: #cecece url("../assets/img/lp-bia-notebook-mobile.jpg") center top no-repeat;
  padding-top: 400px;
  color: #273536;
  text-align: center;
}
@media (min-width: 768px) {
  #lp-resolucao {
    background: url("../assets/img/lp-bia-notebook.jpg") calc(50% + 70px) top / cover no-repeat;
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #lp-resolucao {
    background: url("../assets/img/lp-bia-notebook.jpg") center top / cover no-repeat;
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #lp-resolucao {
    background: url("../assets/img/lp-bia-notebook.jpg") center top / cover no-repeat;
    min-height: 500px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1400px) {
  #lp-resolucao {
    background: url("../assets/img/lp-bia-notebook.jpg") calc(50% + 70px) center / cover no-repeat;
    min-height: 600px;
  }
}
#lp-resolucao .logo {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #lp-resolucao .logo {
    margin: 20px 0 0 0;
  }
}
#lp-resolucao p {
  font-size: inherit;
}
@media (min-width: 768px) {
  #lp-resolucao p {
    font-size: 18px;
  }
}
#lp-especializacao {
  text-align: center;
  padding: 60px 0;
}
#lp-especializacao h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  #lp-especializacao h2 {
    font-size: 40px;
  }
}
#lp-especializacao p {
  font-size: inherit;
}
@media (min-width: 768px) {
  #lp-especializacao p {
    font-size: 18px;
  }
}
#lp-notificacao {
  padding: 60px 0;
}
#contato {
  background: var(--azul);
  padding: 40px 0;
  display: block;
  color: #fff;
  font-size: 12px;
}
@media (min-width: 768px) {
  #contato {
    background: var(--azul);
  }
}
#contato .bt-up {
  color: #999999;
  font-size: 30px;
  margin-bottom: 30px;
}
#contato h1 {
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
#contato h1 small {
  display: block;
  font-size: 12px;
}
#contato h2 {
  font-size: 22px;
}
#contato .logo-escrita {
  width: 80%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #contato .logo-escrita {
    text-align: left;
    margin: 0;
  }
}
#contato .logo-escrita img {
  width: 100%;
}
#contato .logo {
  text-align: right;
  margin-bottom: 20px;
}
#contato .logo img {
  width: 100%;
  max-width: 40px;
}
#contato a {
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
#contato a:hover {
  color: var(--dourado);
}
/* Botão pulsante */
.btn-pulse {
  animation: pulse-whatsapp 1.8s infinite;
}
@keyframes pulse-whatsapp {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.whatsapp {
  width: 280px;
  height: auto;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background: #dedede;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  font-family: Calibri;
}
@media (min-width: 768px) {
  .whatsapp {
    left: auto;
    right: 40px;
    transform: none;
  }
}
.whatsapp__conteudo {
  width: 100%;
  display: none;
}
.whatsapp p {
  margin: 0;
}
.whatsapp .whatsapp__header {
  max-width: 100%;
  padding: 8px 15px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  background: #128c7e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .whatsapp .whatsapp__header {
    font-size: 12px;
  }
}
.whatsapp .whatsapp__header b {
  color: black;
}
.whatsapp .whatsapp__header i {
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.whatsapp .whatsapp__header i.is-open {
  transform: rotate(180deg);
}
.whatsapp__contact {
  display: flex;
  max-width: 100%;
  height: 40px;
  background: #075e55;
  color: white;
  padding: 0 15px;
}
.whatsapp__contact__photo {
  width: 26px;
  height: 26px;
  background: #dedede;
  border-radius: 50%;
  overflow: hidden;
  margin: 6px 8px 0 0;
}
.whatsapp__contact__name {
  font-size: 14px;
  padding: 11px 0;
}
.whatsapp__contact__more {
  margin-left: auto;
  padding: 10px 0;
}
.whatsapp__chatwrapper {
  padding: 10px;
  height: 300px;
  background-image: url('https://www.matheus.in/bgwhats.png');
  background-size: auto;
}
.whatsapp__chatwrapper p {
  background: #fff;
  padding: 5px 10px 10px 10px;
  color: #000;
  border-radius: 5px;
  margin: 10px 0 0 0;
  font-size: 14px;
}
.whatsapp__chatwrapper p::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  margin-left: -16px;
  margin-right: 6px;
}
.whatsapp__chatwrapper span {
  position: absolute;
  right: 20px;
  display: block;
  color: #666;
  font-size: 11px;
}
.whatsapp__send {
  width: 100%;
  height: auto;
  padding: 8px 10px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
.whatsapp__send__msg {
  width: 100%;
}
.whatsapp__send__msg textarea {
  width: 100%;
  min-height: 35px;
  max-height: 120px;
  border-radius: 30px;
  background: #fff;
  font-size: 12px;
  line-height: 1.2;
  border: 0;
  padding: 8px 10px;
  outline: none;
  resize: none;
  overflow: hidden;
}
.whatsapp__send__button {
  width: 40px;
  height: 35px;
  margin: 0 5px;
  border-radius: 50%;
  background: #00887a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.whatsapp__send__button i {
  margin-left: 8px;
}
.whatsapp__send__button:hover {
  transform: scale(1.04);
  transition: 0.5s;
}
