:root {
  --vh: 1vh;
  --color-primary: #fed1a7;
  --color-dark: #3a3430;
  --color-light: #fff;
  --color-black: #000;
  --font-main: "Poppins", sans-serif;
}

/* ==========================
Reset básico
========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* === FIX: Evitar scroll horizontal === */
html,
body {
  overflow-x: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  background: #151111;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  color: gray;
  background: url(../images/th.webp) no-repeat fixed;
  background-size: cover;
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

span {
  color: #bfbfbf;
}

a {
  color: #78d5ef;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #34c0e7;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

p {
  font-size: 22px;
  line-height: 1.9;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  font-family: "Josefin Sans", Arial, sans-serif;
}

li {
  font-size: 20px;
  color: white;
}

.text-primary {
  color: #fed1a7 !important;
}

.w-full {
  width: 100%;
}

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

.ftco-navbar-light {
  background: transparent !important;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #3a3430 !important;
    position: relative;
    top: 0;
  }
}
.ftco-navbar-light .navbar-brand {
  color: #fff;
  font-family: "Josefin Sans", Arial, sans-serif;
}
@media (min-width: 768px) {
  .ftco-navbar-light .navbar-brand {
    color: #fff;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 13px;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 0;
  padding-right: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.9);
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
  color: #fed1a7;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:after,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus:after {
  color: #000;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  background: #5c4228;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #fff;
  background: #3a3430;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  color: #d9b391;
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    display: none;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.cart > a {
  position: relative;
}
.ftco-navbar-light .navbar-nav > .nav-item.cart > a .icon {
  font-size: 20px;
  color: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item.cart > a .bag {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #f8b500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ftco-navbar-light .navbar-nav > .nav-item.cart > a .bag small {
  font-weight: 400;
  color: #000;
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.cta {
    margin-bottom: 20px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #fff;
  border: 1px solid #fed1a7;
  background: #fed1a7;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 4px;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
  display: inline-block;
  color: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
  background: #fed1a7;
  border: 1px solid #fed1a7;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
  border-color: #fed1a7;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #fed1a7;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a:after {
  opacity: 1;
  background: #fed1a7;
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.8) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
  outline: none !important;
}
.ftco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #3a3430 !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-color: #5c4228;
}
.ftco-navbar-light.scrolled .nav-item > .nav-link {
  color: #fff !important;
}
.ftco-navbar-light.scrolled .nav-item.active > a {
  color: #fed1a7 !important;
}
.ftco-navbar-light.scrolled .nav-item.cta > a {
  color: #fff !important;
  background: #fed1a7;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 6px !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.ftco-navbar-light.scrolled .nav-item.cta > a span {
  display: inline-block;
  color: #fff !important;
}
.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
  border-color: #fed1a7;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 767.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ftco-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.ftco-navbar-light.scrolled .nav-link {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  color: #000 !important;
}
.ftco-navbar-light.scrolled .nav-link.active {
  color: #fed1a7 !important;
}
.ftco-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.ftco-navbar-light.scrolled.sleep {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.ftco-navbar-light.scrolled .navbar-brand {
  color: #fff;
}

.navbar-brand {
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.navbar-brand small {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
}

.js-viewport-fix {
  height: calc(var(--vh, 1vh) * 100);
}

.owl-carousel {
  -webkit-overflow-scrolling: touch;
  overflow: hidden; /* Owl controla el scroll interno */
}
.owl-carousel .owl-item {
  height: auto; /* Evita problemas con vh en iOS */
  opacity: 0.4;
}

/* Opcional: que el carousel se vea responsive */
.owl-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: #fed1a7 !important;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}
.owl-carousel.home-slider {
  position: relative;
  height: 750px;
  z-index: 0;
}
.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .owl-carousel.home-slider .slider-item {
    background-position: center center !important;
  }
}
.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
}
.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: 750px;
  text-align: right;
}
@media (min-width: 992px) {
  .owl-carousel.home-slider .slider-item .slider-text .order-md-last {
    text-align: left !important;
  }
}
@media (max-width: 767.98px) {
  .owl-carousel.home-slider .slider-item .slider-text {
    text-align: center;
  }
}
.owl-carousel.home-slider .slider-item .slider-text .subheading {
  font-family: "Great Vibes", cursive;
  font-size: 30px;
  color: #fed1a7;
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 1px;
}
.owl-carousel.home-slider .slider-item .slider-text h1 strong {
  color: #fff;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 50px;
}
@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 30px;
  }
}
.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}
.owl-carousel.home-slider .slider-item .slider-text p.sub-p {
  font-weight: 400;
}
.owl-carousel.home-slider .slider-item .slider-text p strong {
  font-weight: 700;
}
.owl-carousel.home-slider .slider-item .slider-text p strong a {
  color: #fff;
}
.owl-carousel.home-slider .slider-item .slider-text .unstyled-list {
  width: 50%;
  padding: 0;
}
.owl-carousel.home-slider .slider-item .slider-text .unstyled-list li {
  list-style: none;
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
  color: #fff;
}
.owl-carousel.home-slider .owl-nav .owl-prev span,
.owl-carousel.home-slider .owl-nav .owl-next span {
  color: #fff;
}
.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel.home-slider:hover .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel.home-slider:hover .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .owl-carousel.home-slider .owl-dots {
    bottom: 5px;
  }
}
.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 18px !important;
  height: 18px !important;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
}
.owl-carousel.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}
.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

/* ==========================
Owl Carousel Fix
========================== */
.owl-carousel,
.owl-stage-outer,
.owl-stage {
  overflow: hidden !important; /* ✨ Mejora */
}

.bg-light {
  background: #fafafa !important;
}

.bg-primary {
  background: #fed1a7;
}

.btn {
  cursor: pointer;
  font-weight: 500;
  border-radius: 6px; /* ✨ Mejora */
  padding: 0.75rem 1.25rem;
  transition: all 0.3s ease;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  transform: translateY(-2px); /* ✨ Mejora */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.btn.btn-primary {
  background: #fed1a7;
  border: 1px solid #fed1a7;
  color: #000 !important;
}
.btn.btn-primary:hover {
  border: 1px solid #fed1a7;
  background: transparent;
  color: #fff !important;
}
.btn-outline-primary {
  border: 1px solid #fed1a7;
  background: transparent;
  color: #fed1a7;
}
.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #fed1a7;
  color: #fff !important;
}
.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.btn.btn-white:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.btn.btn-white.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  border-width: 1px;
  color: #fff;
}
.btn.btn-white.btn-outline-white:hover,
.btn.btn-white.btn-outline-white:focus,
.btn.btn-white.btn-outline-white:active {
  background: #fed1a7;
  border-color: #fed1a7;
  color: #000;
}
.btn.btn-outline-black {
  border-color: black;
  background: none;
  border-width: 1px;
  color: #000;
}
.btn.btn-outline-black:hover,
.btn.btn-outline-black:focus,
.btn.btn-outline-black:active {
  background: #000;
  border-color: #000;
  color: #fff;
}

@media (min-width: 992px) {
  .ftco-intro {
    margin-top: -130px;
  }
}

.ftco-intro .container-wrap {
  z-index: 2 !important;
  position: relative;
}

.ftco-intro .wrap {
  width: 100%;
}
.ftco-intro .wrap .info {
  background: #000;
  padding: 30px;
}
@media (min-width: 1200px) {
  .ftco-intro .wrap .info {
    width: calc(100% - 35%);
    padding: 2% 5% 2% 12%;
  }
}
@media (max-width: 767.98px) {
  .ftco-intro .wrap .info {
    width: 100%;
  }
}
.ftco-intro .wrap .info p {
  margin-bottom: 0;
}
.ftco-intro .wrap .book {
  width: 35%;
  background: #fed1a7;
}
@media (max-width: 767.98px) {
  .ftco-intro .wrap .book {
    width: 100%;
  }
}
.ftco-intro .wrap .book h3 {
  text-transform: uppercase;
}
.ftco-intro .wrap h3 {
  font-size: 16px;
}
.ftco-intro .wrap .text {
  width: calc(100% - 40px);
}
.ftco-intro .wrap .icon {
  width: 40px;
}
.ftco-intro .wrap .icon span {
  color: #fed1a7;
  font-size: 20px;
}

.ftco-about .one-half {
  width: 100%;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .ftco-about .one-half {
    padding: 8% 13% 8% 5%;
    width: 50%;
  }
  .ftco-about .one-half-2 {
    width: 100%;
  }
}
.ftco-about .one-half.img {
  display: block;
}
@media (max-width: 767.98px) {
  .ftco-about .one-half.img {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .ftco-about .one-half .overlap {
    margin-left: -150px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ftco-about .one-half-2 .overlap-2 {
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
  }
}

.r-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding: 6em 1em 6em 1em;
  background-size: cover;
  background-position: center;
}

.border-bottom {
  border-bottom: solid 1px #505050 !important;
}

.z-img {
  overflow: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease; /* ✨ Mejora */
}

.z-img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.title-box {
  font-size: 50px;
  display: block;
  margin-bottom: 0;
  font-family: "Great Vibes", cursive;
  color: #fed1a7;
  line-height: 1;
}

.text-start {
  text-align: left;
}

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

.ftco-services {
  color: #1d150b;
}
.ftco-services .heading-section h2 {
  color: rgb(238 196 157);
  padding-bottom: 20px;
}

.services .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  border: 1px solid #674c27;
}
.services .icon span {
  font-size: 60px;
  color: #fff;
  z-index: 1;
}

.services h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: rgb(238 196 157);
  text-transform: uppercase;
}

.services p {
  color: #fff;
  text-align: center;
}

.services .media-body {
  color: #1d150b;
}

.services-wrap {
  width: 100%;
  display: block;
}
@media (max-width: 991.98px) {
  .services-wrap {
    margin-bottom: 30px;
  }
}
.services-wrap .img,
.services-wrap .text {
  width: 50%;
}
.services-wrap .img {
  display: block;
}
.services-wrap .text {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
.services-wrap .text h3 {
  font-size: 20px;
}
.services-wrap .text .price {
  font-size: 16px;
  margin-bottom: 0;
}
.services-wrap .text .price span {
  color: #fed1a7;
}

.ftco-contact {
  width: 100%;
  position: relative;
}
.ftco-contact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fed1a7;
  opacity: 0;
}

.contact {
  padding: 20px !important;
}
@media (min-width: 768px) {
  .contact {
    padding: 7% 12% 7% 5% !important;
  }
}
.contact h2 {
  color: #fff;
}

.contact-form .form-group {
  position: relative;
  width: 100%;
  display: block;
}
.contact-form .form-group .icon {
  position: absolute;
  top: 50% !important;
  right: 0;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-form .form-group .icon span {
  color: white !important;
}
.contact-form .form-group .select-wrap,
.contact-form .form-group .input-wrap {
  position: relative;
}
.contact-form .form-group .select-wrap select,
.contact-form .form-group .input-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form .form-group .btn {
  width: 100%;
  display: block !important;
}

.contact-form .form-control {
  border: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  height: 58px !important;
  padding-left: 0;
  padding-right: 0;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.contact-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.9);
}
.contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.9);
}
.contact-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.9);
}
.contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.9);
}
.contact-form .form-control:focus,
.contact-form .form-control:active {
  border-color: #fff;
}

.contact-form textarea.form-control {
  height: inherit !important;
}

.section-tarot .card {
  background-color: #2020209c !important;
  box-shadow: 1.125rem 1.25rem rgb(254 209 166) !important;
  padding: 60px;
}

.variant-box {
  background-color: #181613;
  border-radius: 4px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 4px rgb(254 209 166);
}

#ftco-testimony {
  padding-bottom: 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  #ftco-testimony.img {
    background-position: center center !important;
  }
}
#ftco-testimony > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.testimony {
  background: #3a3430;
  padding: 2em;
  color: #fff;
}
.testimony.overlay {
  position: relative;
  z-index: 0;
}
.testimony.overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #000;
  opacity: 0.1;
  z-index: -1;
}
.testimony .author .image {
  width: 40px;
  margin-right: 8px;
}
.testimony .author .image img {
  border-radius: 50%;
  max-width: 100%;
}
.testimony .author .position {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.ftco-social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 2px;
  background: #fcfaf7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ftco-social a span {
  color: #fed1a7;
}

.form-control {
  height: 58px !important;
  background: transparent !important;
  color: rgb(255 255 255 / 90%) !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: transparent !important;
  border-bottom: 1px solid rgb(254 209 167) !important;
  padding-right: 0;
  padding-left: 0;
}
.form-control:focus,
.form-control:active {
  border-color: #fed1a7;
}

textarea.form-control {
  height: inherit !important;
}

.ftco-vh-100 {
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .ftco-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.ftco-vh-75 {
  height: 75vh;
  min-height: 700px;
}
@media (max-width: 1199.98px) {
  .ftco-vh-75 {
    min-height: 700px;
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.ftco-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important;
}
@media (max-width: 767.98px) {
  .ftco-tab-nav {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}
.ftco-tab-nav li {
  padding: 0;
  margin: 0 5px;
  display: inline-block !important;
}
@media (max-width: 767.98px) {
  .ftco-tab-nav li {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}
.ftco-tab-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 0 !important;
}
.ftco-tab-nav li a.active {
  background: none !important;
  color: black !important;
  border: 2px solid #000;
}

.ftco-animate {
  opacity: 0;
  visibility: hidden;
}

.bg-primary {
  background: #fed1a7 !important;
}

.ftco-section .ftco-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #d4d4d4;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
}

.ftco-section .ftco-primary-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.about-author .desc h3 {
  font-size: 24px;
}

.ftco-section {
  padding: 7em 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

.ftco-bg-dark {
  background: #030202;
}

.ftco-footer {
  font-size: 16px;
  padding: 7em 0;
  background: #3a3430;
}
.ftco-footer .ftco-footer-logo {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ftco-footer .ftco-footer-widget h2 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ftco-footer .ftco-footer-widget ul li a span {
  color: #fff;
}
.ftco-footer .ftco-footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}
.ftco-footer .ftco-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}
.ftco-footer p {
  color: rgb(238 196 157);
}
.ftco-footer a {
  color: #fff;
}
.ftco-footer a:hover {
  color: rgb(238 196 157);
}
.ftco-footer .ftco-heading-2 {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
.ftco-footer .block-21 .text .heading {
  font-size: 16px;
  font-weight: 300;
}
.ftco-footer .block-21 .text .heading a {
  color: rgba(255, 255, 255, 0.9);
}
.ftco-footer .block-21 .text .heading a:hover,
.ftco-footer .block-21 .text .heading a:active,
.ftco-footer .block-21 .text .heading a:focus {
  color: #fed1a7;
}
.ftco-footer .block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.ftco-footer .block-21 .text .meta > div a {
  color: gray;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}
.ftco-footer-social li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}
.ftco-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ftco-footer-social li a:hover {
  color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.heading-section {
  z-index: 0;
}
.heading-section .subheading {
  font-size: 50px;
  display: block;
  margin-bottom: 0;
  font-family: "Great Vibes", cursive;
  color: #fed1a7;
  line-height: 1;
  margin-bottom: -21px;
  z-index: 1;
}
.heading-section h2 {
  z-index: -1;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}
.heading-section h2 span {
  color: #fed1a7;
}
.heading-section p.flip {
  position: relative;
  display: block;
  width: 100%;
}
.heading-section p.flip:after {
  position: absolute;
  bottom: 4px;
  left: -100px;
  right: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #423119;
  margin: 0 auto;
}
.heading-section p.flip:before {
  position: absolute;
  bottom: 4px;
  left: 100px;
  right: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #423119;
  margin: 0 auto;
}
.heading-section p.flip span {
  position: absolute;
}
.heading-section p.flip span.deg1 {
  position: absolute;
  bottom: 2px;
  left: -30px;
  right: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #fed1a7;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 auto;
}
.heading-section p.flip span.deg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #fed1a7;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 auto;
}
.heading-section p.flip span.deg3 {
  position: absolute;
  bottom: 2px;
  left: 30px;
  right: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #fed1a7;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 auto;
}

.heading-section-dark h2 {
  color: #000;
}

.heading-section-dark p.flip {
  position: relative;
  display: block;
  width: 100%;
}
.heading-section-dark p.flip:after {
  position: absolute;
  bottom: 4px;
  left: -100px;
  right: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #fed1a7;
  margin: 0 auto;
}
.heading-section-dark p.flip:before {
  position: absolute;
  bottom: 4px;
  left: 100px;
  right: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #fed1a7;
  margin: 0 auto;
}

.hero-wrap,
.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767.98px) {
  .img-about {
    height: 400px;
    margin-bottom: 30px;
  }
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#section-counter {
  position: relative;
  z-index: 0;
}
#section-counter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.ftco-counter {
  padding: 7em 0;
}
@media (max-width: 1199.98px) {
  .ftco-counter {
    background-position: center center !important;
  }
}
.ftco-counter .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}
.ftco-counter .icon:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid #fed1a7;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ftco-counter .icon span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fed1a7;
}
.ftco-counter .text strong.number {
  font-weight: 400;
  font-size: 30px;
  color: #fed1a7;
}
.ftco-counter .text span {
  font-weight: 400;
  font-size: 14px;
}
.ftco-counter .text:hover .icon span,
.ftco-counter .text:focus .icon span {
  color: #000;
}
.ftco-counter .text:hover .icon:after,
.ftco-counter .text:focus .icon:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #fed1a7;
}
@media (max-width: 991.98px) {
  .ftco-counter .counter-wrap {
    margin-bottom: 40px !important;
  }
}
.ftco-counter .ftco-number {
  display: block;
  color: #fff;
}
.ftco-counter .ftco-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 270px;
}

.block-23 ul {
  padding: 0;
}
.block-23 ul li,
.block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}
.block-23 ul li span {
  color: #fff;
}
.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}
.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: white;
}

.block-6 {
  margin-bottom: 40px;
}

.block-18 .icon > span {
  font-size: 40px;
}

.block-18 .text strong {
  font-size: 30px;
}

.block-18 .text span {
  display: block;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}
.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}
.block-27 ul li a,
.block-27 ul li span {
  color: #fed1a7;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #674c27;
}
.block-27 ul li.active a,
.block-27 ul li.active span {
  background: #fed1a7;
  color: #fff;
  border: 1px solid transparent;
}

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
}

.block-21 .text {
  width: calc(100% - 100px);
}
.block-21 .text .heading {
  font-size: 16px;
}
.block-21 .text .heading a {
  color: #cccccc;
}
.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  color: #fed1a7;
}
.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.block-21 .text .meta > div a {
  color: gray;
}

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ftco-loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.cookie-banner {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  background-color: #181411de;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cookie-banner img {
  max-width: 80px;
  margin-bottom: 15px;
}

.cookie-banner h1 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Great Vibes", cursive;
  margin-bottom: 10px;
  color: #fed1a6;
}

.cookie-banner p {
  font-size: 14px;
  color: #ffff;
  margin-bottom: 20px;
}

.cookie-buttons {
  display: flex;
  justify-content: space-between;
}

.cookie-buttons button,
.cookie-buttons a {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.accept-btn {
  background-color: #4caf50;
  color: #fff;
}

.reject-btn {
  background-color: #ff5f5f;
  color: #fff;
}

.learn-more {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

.cookie-buttons button:hover,
.cookie-buttons a:hover {
  transform: scale(0.98);
}

/* CSS Whatsapp Chat -SOMBRA BOX*/
#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 10px;
  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: #00a884;
  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-avatar:before {
  content: "\f232";
  z-index: 1;
  font-family: "Font Awesome 5 Brands";
  background: #00a884;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  left: 30px;
}

.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-family: "Arial", sans-serif;
  font-size: 13px;
  color: #888;
}

#get-nama,
span.chat-nama {
  font-family: "Arial", sans-serif;
  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: "Arial", sans-serif;
  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: #00a884;
  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: "Arial", sans-serif;
  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;
}

.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: #fd0101;
  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;
}
