:root {
  --dark-bg: #181818;
  --accent-color: #c59b68;
  --gray-color: #999999;
  --secondary-dark-color: #202020;
  --font-1: "Lato", sans-serif;
  --font-2: "Old Standard TT", serif;
  --font-3: "Playfair Display", serif;
}

body {
  background-color: var(--dark-bg);
}

h1 {
  font-size: 100px;
}

h2 {
  font-size: 72px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

ul {
  list-style: none;
}

img {
  object-fit: cover;
}

button,
a[type="button"] {
  padding-inline: 2rem;
  padding-block: 0.7rem;
  border: 2px solid var(--accent-color);
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.5s;
}

a:hover {
  color: var(--accent-color);
}

a {
  text-decoration: none;
}

.link-white {
  color: var(--gray-color);
}

.form input,
.form textarea {
  background-color: #2f2f2f;
  color: white;
  border: none;
}

.form input:focus,
.form textarea:focus {
  background-color: #2f2f2f;
  color: white;
  border: none;
  box-shadow: none;
}

.nav-link:focus {
  color: var(--gray-color) !important;
}

.section {
  padding: 6em 1em 6em 1em;
  background-size: cover;
  background-position: center;
}

.r-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.bg-accent-color {
  background-color: var(--accent-color);
}

.accent-color {
  color: var(--accent-color);
}

.border-accent-color {
  border-color: var(--accent-color);
}

.bg-dark-color {
  background-color: var(--dark-bg);
}

.bg-secondary-dark {
  background-color: var(--secondary-dark-color);
}

.bg-secondary-gray {
  background-color: #2f2f2f;
}

.text-gray {
  color: var(--gray-color);
}

.text-dark-color {
  color: var(--secondary-dark-color);
}

.navbar {
  text-transform: uppercase;
  font-family: var(--font-2);
}

.nav-link {
  color: var(--gray-color);
  font-family: var(--font-2);
}

.navbar .nav-link:hover {
  color: var(--accent-color);
}

.nav-link.active {
  color: var(--accent-color) !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar .dropdown-item {
  color: var(--gray-color);
  font-family: var(--font-2);
}

.navbar .dropdown-item:hover {
  color: var(--accent-color);
  background-color: var(--secondary-dark-color);
}

.navbar .dropdown-item.active {
  color: var(--accent-color);
  background-color: var(--secondary-dark-color);
}

.logo-container {
  max-width: 250px;
}

.social-icon {
  font-size: 20px;
}

.white-text-hover:hover {
  color: white;
}

.font-1 {
  font-family: var(--font-1);
}

.font-2 {
  font-family: var(--font-2);
}

.font-3 {
  font-family: var(--font-3);
}

.line-h-3 {
  line-height: 30px;
}

.image-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #212121;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/*.image-overlay::after {
  position: absolute;
    content: "";
    background: url(../image/shape2.svg) no-repeat;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    transform: scale(-1);
    bottom: 0;
    z-index: -1;
} */

.divider {
  display: flex;
  width: 12%;
  align-items: center;
  font-size: 20px;
}

.divider::before,
.divider::after {
  content: "";
  display: block;
  border-bottom: 0;
  flex-grow: 1;
  border-top: 1px dashed var(--accent-color);
  margin-inline: 0.5rem;
}

.secondary-color-hover:hover {
  background-color: var(--secondary-dark-color);
  color: white;
}

.accent-color-hover:hover {
  background-color: var(--accent-color);
  color: white;
}

.title-box {
  text-shadow: 5px 5px 10px #240101;
  text-transform: uppercase;
}

.icon-box {
  border-radius: 50%;
  font-size: 32px;
  width: 5rem;
  height: 5rem;
}

.bg-overlay {
  background-color: #18181896;
}

.shadow {
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.5) !important;
}

.border-bottom {
  border-bottom: solid 1px #505050 !important;
}

.border-left {
  border-left: solid 1px #373737;
}

.video-container {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  position: relative;
}

.video-btn {
  aspect-ratio: 1/1;
  padding: 0;
  border-radius: 50%;
}

.video-btn-larger {
  width: 4rem;
  font-size: 36px;
}

.video-btn-small {
  width: 2.5rem;
  font-size: 24px;
}

.video-iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.section-testimonials .card {
  color: #fff;
  background-color: #2020209c !important;
  box-shadow: 0 .125rem .25rem rgb(197 155 104) !important;
  padding: 60px;
}

.section-tarot .card {
  background-color: #2020209c !important;
  box-shadow: 0 .125rem .25rem rgb(197 155 104) !important;
  padding: 60px;
}

.comment-text {
 font-size: 14px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  .divider {
    width: 30%;
  }
  .border-left {
    border-left: none;
  }
}

.h-66 {
  height: 66px !important;
}

.z-img {
  max-width: 100%;
  transition: 0.3s;
}

.z-img:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

section.stats-area {
  padding-top: 80px;
}
.stats .stats-number > span {
  font-size: 24px;
  font-family: var(--font-3);
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.stats h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--font-2);
  margin: 25px 0 35px;
  text-align: center;
  transition: all 0.2s linear;
}
.stats-number {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto;
}
.stats:hover h4 {
  color: var(--accent-color);
}
/* stats css end */

/* CSS Whatsapp Chat -SOMBRA BOX*/
#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 6);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 103;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 90px;
  right: 5px;
  font-size: 17px;
  margin: 10px 10px 10px 0;
  border-radius: 0 30px 30px 0;
}

a.blantershow-chat svg {
  transform: scale(3);
  margin: 0 15px 10px 0;
}

.header-chat {
  background: #c59b68;
  color: #ffffff;
  padding: 20px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-family: var(--font-2);
  font-size: 13px;
  color: #888;
}

#get-nama,
span.chat-nama {
  font-family: var(--font-2);
  margin: 5px 0 0;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}
.blanter-msg {
  background: url("img/fondo_wa.jpg");
  padding: 10px;
  text-align: center;
}

textarea#chat-input {
  border: none;
  font-family: var(--font-2);
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
}

a#send-it {
  /*boton enviar */
  color: #ffffff;
  width: 150px;
  margin: 0 5px 10px 150px;
  font-size: 17px;
  font-weight: 700;
  padding: 5px 10px 5px 10px;
  background: #c59b68;
  border-radius: 45px;
}

.first-msg {
  /*fondo del chat */
  background: url("img/fondo_wa.jpg");
  padding: 30px;
  text-align: center;
  margin-left: -5px;
}

.first-msg span {
  /*fondo del 1er texto*/
  background: #ffffff;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 10px 25px 10px 25px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  font-family: var(--font-1);
  margin-left: -5px;
  text-align: left;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

.contact-footer {
  color: #757575;
  font-size: 10px;
  text-align: justify;
}

.div-center {
  text-align: center;
}

@media (max-width: 768px) {
  .video-container video {
    width: 100% !important;
  }
}

.button-float-push {
  position: fixed;
  width: 11px;
  height: 19px;
  bottom: 135px;
  right: 3px;
  background-color: #c59b68;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  z-index: 103;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-family: monospace;
}

.button-float-push,
strong {
  font-size: 16px;
}

.button-float-msg {
  position: fixed;
  width: 190px;
  height: 45px;
  bottom: 97px;
  right: 85px;
  background-color: #ffffff;
  color: #434343;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s;
}

.button-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 87px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.button-float:hover {
  background-color: #199346;
}

.fa-brands:hover {
  color: #fff !important;
}

.button-hide,
.button-hide2 {
  display: none;
}
