/*
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 {
  --bege: #eee9e5;
  --preto: #141413;
  --azul: #273536;
  --azul-claro: #6a878c;
  --dourado: #c0834d;
  --branco: #FFFFFF;
  --vermelho: #f65151;
  --verde: #696b44;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/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/v21/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/v21/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/v21/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/v21/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/v21/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/v21/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}
.tag-vermelha {
  background: var(--vermelho);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.tag-vermelha small {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  display: block;
}
.circle-vermelha {
  background: var(--vermelho);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px 10px;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.circle-vermelha small {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  display: block;
}
.circle-vermelha span {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  background: transparent;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (min-width: 768px) {
  header .container {
    height: 120px;
  }
}
header.lp-video .logo {
  display: none;
}
header .logo {
  display: inline-table;
  width: 250px;
  text-align: center;
}
@media (min-width: 576px) {
  header .logo {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  header .logo {
    margin-left: 0;
    display: inline-table;
  }
}
header .logo img {
  max-width: 250px;
  width: 100%;
}
@media (min-width: 768px) {
  header .logo img {
    max-width: 250px;
  }
}
header.lp-video .page-title h1 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
header.lp-video .page-title h1 strong {
  display: none;
}
@media (min-width: 576px) {
  header.lp-video .page-title h1 strong {
    display: block;
  }
}
@media (min-width: 576px) {
  header.lp-video .page-title h1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  header.lp-video .page-title h1 {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
header.lp-video .page-title h1 small {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 576px) {
  header.lp-video .page-title h1 small {
    font-size: 18px;
    font-weight: normal;
  }
}
header.fixo {
  background: #292926;
}
header.fixo .container {
  height: 70px;
}
header.fixo .logo {
  width: 250px;
  text-align: center;
}
header.fixo .logo img {
  max-width: 250px;
}
header.fixo.lp-video h1 {
  color: #fff;
  font-size: 20px;
  margin-top: 0px;
}
header.fixo.lp-video h1 strong {
  display: none;
  margin-top: 0;
}
@media (min-width: 576px) {
  header.fixo.lp-video h1 strong {
    display: block;
    margin-top: -5px;
  }
}
@media (min-width: 576px) {
  header.fixo.lp-video h1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  header.fixo.lp-video h1 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
header.fixo.lp-video h1 small {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 576px) {
  header.fixo.lp-video h1 small {
    font-size: 18px;
    font-weight: normal;
  }
}
nav {
  display: none;
  height: 0;
  overflow: hidden;
}
nav.active {
  height: auto;
  display: block;
  flex-direction: column;
  align-items: flex-start;
  background: #2f383a;
  padding: 15px 0;
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  nav.active {
    display: inline-table !important;
    flex-direction: row;
    align-items: flex-start;
    background: none;
    padding: 0;
    width: auto;
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
}
nav.active a {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  nav.active a {
    line-height: 40px;
  }
}
nav.active a.btn {
  font-size: 16px;
}
@media (max-width: 768px) {
  nav.active a.btn {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  nav {
    display: inline-table;
    height: auto;
  }
}
nav a {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  nav a {
    display: inline-flex;
    flex-direction: row;
    width: auto;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 25px;
    transition: 0.3s;
  }
  nav a:hover,
  nav a.active {
    color: var(--dourado);
  }
}
@media (min-width: 992px) {
  nav a {
    margin-left: 35px;
  }
}
@media (min-width: 768px) {
  nav a.bt-depoimentos {
    display: none;
  }
}
@media (min-width: 992px) {
  nav a.bt-depoimentos {
    display: inline-flex;
  }
}
nav .btn:hover {
  transform: scale(1) !important;
}
.valor {
  position: relative;
  padding-left: 35px;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
}
.valor:after {
  position: absolute;
  line-height: 24px;
  bottom: 5px;
  left: 0;
  font-size: 24px;
  content: 'R$';
}
.btn {
  transition: all ease 200ms;
  -ms-transition: all ease 200ms;
  -webkit-transition: all ease 200ms;
}
.btn:hover {
  transition: all ease 200ms;
  -ms-transition: all ease 200ms;
  -webkit-transition: all ease 200ms;
  transform: scale(1.05);
}
.btn-big {
  font-size: 20px;
}
#lp-intro {
  background: var(--azul) url(assets/img/line-bg.png) center right / cover no-repeat;
  padding: 60px 0 40px 0;
  color: #fff;
}
@media (min-width: 768px) {
  #lp-intro {
    padding: 120px 0 40px 0;
  }
}
#lp-intro h1 small {
  font-size: 50%;
}
#lp-intro .box {
  font-size: 24px;
  color: #fff;
  align-items: center;
}
@media (max-width: 768px) {
  #lp-intro .box {
    display: block;
  }
}
#lp-intro .box .line {
  text-decoration: line-through;
  font-weight: 600;
}
#lp-intro .box .valor:after {
  bottom: 10px;
}
#bia {
  background: #333333;
  padding: 0;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  #bia {
    background-image: linear-gradient(90deg, #333333 calc(50%  + 15px), #2f383a calc(50%  + 15px));
    padding: 0;
    position: static;
  }
}
#bia .container {
  height: 100%;
}
@media (min-width: 768px) {
  #bia .container {
    height: auto;
  }
}
#bia .row {
  height: 100%;
}
@media (min-width: 768px) {
  #bia .row {
    height: auto;
  }
}
#bia .holder {
  position: relative;
  background: #333;
  bottom: 0;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
  margin-top: 400px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
  text-align: center;
  z-index: 500;
}
@media (min-width: 992px) {
  #bia .holder {
    position: static;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0px;
    padding-right: 50px;
    text-align: left;
    padding-top: 0px;
    margin-top: 0;
  }
}
#bia .holder h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #bia .holder h2 {
    font-size: 24px;
  }
}
#bia .holder h2 small {
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
}
#bia .holder .logo {
  margin-top: 0;
  max-width: 250px;
  margin: 0 auto 0;
}
@media (min-width: 768px) {
  #bia .holder .logo {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (min-width: 991px) {
  #bia .holder .logo {
    margin: 0;
  }
}
#bia .holder .logo img {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 992px) {
  #bia .holder .logo img {
    max-width: 500px;
  }
}
#bia .holder .slogan {
  margin-bottom: 5px;
  margin-top: -10px;
}
#bia .holder .oab {
  opacity: 0.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #bia .holder .oab {
    margin-bottom: 50px;
  }
}
#bia .perfil {
  top: -20px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #bia .perfil {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #bia .perfil {
    margin-top: 0;
    position: static;
    width: 100%;
  }
}
#bia .perfil img {
  width: 100%;
}
#depoimentos {
  padding: 80px 0 80px 0;
}
#depoimentos .container {
  background: url("assets/img/aspas-esquerda.webp") 0 top no-repeat, url("assets/img/aspas-direita.webp") right bottom no-repeat;
}
#depoimentos .owl-dot {
  border: 0;
  background: transparent;
}
#depoimentos .owl-dot:focus {
  border: 0;
  outline: none;
}
#depoimentos .owl-palco {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #depoimentos .owl-palco {
    width: 100%;
    max-width: 100%;
  }
}
#contato {
  background: var(--azul);
  padding: 30px 0 20px 0;
  display: block;
  color: #fff;
  font-size: 12px;
}
#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:hover {
  color: var(--dourado);
}
#contato .social {
  font-size: 20px;
}
#contato .social a {
  margin-right: 6px;
}
#contato .social a:hover {
  text-decoration: none;
}
#contato ul {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0 0;
  display: table;
}
#contato ul li {
  color: #fff;
  width: 18%;
  margin: 0;
  padding: 0;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  #contato ul li {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
#contato ul li a {
  color: inherit;
}
#contato ul li.logo {
  width: 28%;
}
#contato ul li.logo img {
  width: 100%;
  max-width: 50px;
}
#guia {
  padding-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #guia {
    margin-bottom: 50px;
  }
}
#guia #expansivo .topico {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#guia #expansivo .topico h4 {
  cursor: pointer;
}
#guia #expansivo .topico .box {
  display: none;
}
#para-quem {
  padding: 50px 0 ;
  color: #fff;
  background-image: linear-gradient(90deg, #333 50%, #b73232 50%);
  background: var(--azul) url(assets/img/line-bg.png) center right / cover no-repeat;
}
#para-quem ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#para-quem ul li {
  margin-bottom: 10px;
}
.animate {
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.modal {
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  height: 100vh;
  display: none;
  align-items: start;
  justify-content: center;
  z-index: 90000;
}
.modal::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #141413;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 576px) {
  .modal {
    align-items: center;
  }
}
.modal .stage {
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  position: relative;
  border: 10px solid #fff;
  color: #fff;
  width: 90%;
  padding: 30px;
  max-width: 800px;
  top: 50px;
  background: var(--azul) url(assets/img/line-bg.png) calc(50% - 100px) center / cover no-repeat;
  box-shadow: 0 0 0 50vmax rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  .modal .stage {
    top: auto;
  }
}
.modal .stage h1 {
  font-size: 30px;
}
.modal .stage h1 small {
  font-size: 15px;
}
.modal .stage .bt-modal-close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #600;
  font-size: 20px;
  position: absolute;
  top: -18px;
  right: -18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f1f1f1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
#form-contato {
  background-color: var(--verdeClaro);
}
#form-contato * {
  outline: 0;
}
@media (max-width: 768px) {
  #form-contato {
    font-size: 16px;
  }
}
#form-contato h2.titulo {
  font-size: 24px !important;
}
#form-contato form {
  margin-bottom: 0;
}
#form-contato fieldset {
  padding: 0;
  margin: 4px 0;
}
#form-contato .campo {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  background: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
#form-contato .campo option:first {
  color: #999 !important;
}
#form-contato .textarea {
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 10px;
  border: 0;
  background: #fff;
  resize: none;
}
@media (max-width: 480px) {
  #form-contato .textarea {
    height: 110px;
  }
}
#form-contato label {
  width: 100%;
  height: 40px;
  margin: 0;
  line-height: 40px;
}
#form-contato .btn {
  width: 100%;
  cursor: pointer;
}
@media (max-width: 480px) {
  #form-contato .btn {
    width: 100%;
  }
}
#form-contato small {
  display: table;
  margin-top: 7px;
  float: left;
}
@media (max-width: 480px) {
  #form-contato small {
    width: calc(100% - 40px);
    margin-top: 4px;
    line-height: 14px;
  }
}
#form-contato .erro {
  font-size: 14px;
  color: #f00;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
#lp-video {
  background: var(--azul) url(assets/img/line-bg.png) center right / cover no-repeat;
  padding: 80px 0 40px 0;
  color: #fff;
}
@media (min-width: 768px) {
  #lp-video {
    padding: 120px 0 10px 0;
  }
}
#lp-video ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#lp-video ul li {
  margin-bottom: 5px;
}
#lp-video ul a {
  font-size: 20px;
  height: 26px;
}
#lp-video ul a:hover {
  text-decoration: none;
  color: var(--dourado);
}
#lp-video ul a.selected {
  color: #fff !important;
  background: var(--dourado);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 5px;
}
.cta-single-lp {
  margin-top: 30px;
  margin-bottom: 0px;
}
.cta-single-lp h4 {
  margin-bottom: 0;
}
.cta-single-lp p {
  font-size: 16px;
  margin-bottom: 0;
}
.cta-single-lp .box {
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
  color: var(--azul);
  position: relative;
}
.cta-single-lp .box::before {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cta-single-lp .bt-atendimento {
  background: var(--vermelho);
  display: inline-table;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  overflow: hidden;
}
.cta-single-lp .bt-atendimento i {
  padding: 8px 10px 10px 12px;
  color: #fff;
  font-size: 34px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cta-single-lp .bt-atendimento span {
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
#videos {
  padding: 60px 0;
}
#videos .player {
  display: table;
  margin-bottom: 15px;
}
#videos .player img {
  width: 100%;
}
#videos .titulo-video {
  font-weight: 600;
}
#videos p {
  font-size: 14px;
}
