.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1330px;
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 20px;
}
.flip-box .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s cubic-bezier(0.5, 0.04, 0.21, 1.56);
  transform-style: preserve-3d;
  transform-origin: left;
}
.flip-box.on .flip-box-inner {
  transform: rotateY(-95deg);
}
.flip-box .flip-box-front, .flip-box .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-box .flip-box-front {
  color: black;
  width: 140px;
  height: 170px;
  left: 10px;
  cursor: pointer;
  top: -60px;
}
.flip-box .flip-box-front span {
  background: #eb542c;
  width: 300px;
  display: block;
  color: white;
  font-size: 18px;
  border-radius: 0 20px 20px 0;
  font-weight: 900;
  text-align: right;
  padding: 0 20px 0px 0;
}
.flip-box .flip-box-back {
  background-color: rgba(45, 104, 95, .9);
  color: white;
  transform: rotateY(97deg);
  width: 350px;
  height: auto;
  transform-origin: left;
  top: -190px;
  padding: 40px 30px 10px;
  left: 0;
}
.flip-box .flip-box-back h3 {
  line-height: 1;
}
.flip-box .flip-box-back textarea {
  min-height: 80px;
}
.flip-box .flip-box-back input.wpcf7-submit {
  width: 100%;
  background: #fec92d !important;
  color: #004a54;
}
.flip-box .flip-box-x {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(/wp-content/themes/flatsome-child/images/close-cross.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  right: 6px;
  top: 6px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flip-box .flip-box-x:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .flip-box {
    display: none;
  }
}
#whataapp_btn_container {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  height: 0;
}
#whataapp_btn_container .whataapp_btn {
  width: 50px;
  height: 50px;
  background-color: #ac9e92;
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  bottom: 70px;
  right: 0;
  display: block;
  transform: translate(0);
  box-sizing: border-box;
}
#whataapp_btn_container .whataapp_btn:hover {
  background-color: #795232;
}
#whataapp_btn_container .whataapp_windwos {
  overflow: hidden;
  border-radius: 30px;
  width: 350px;
  overflow: hidden;
  border-radius: 30px;
  width: 350px;
  transform: translate(calc(100% + 30px), -270px);
  transition: all 0.4s;
}
#whataapp_btn_container .whataapp_windwos .whataapp_windwos_header {
  background-color: #1ebea5;
  display: flex;
  padding: 10px 10px;
  justify-content: space-between;
  align-items: center;
}
#whataapp_btn_container .whataapp_windwos .whataapp_windwos_header svg.whataapp_logo_svg {
  height: 30px;
  fill: aliceblue;
  padding-top: 5px;
}
#whataapp_btn_container .whataapp_windwos .whataapp_windwos_header .whataapp_close {
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, .33);
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.4s;
}
#whataapp_btn_container .whataapp_windwos .whataapp_windwos_header .whataapp_close:hover {
  transform: rotate(90deg);
}
#whataapp_btn_container .whataapp_windwos .whataapp_windwos_body {
  background-image: url(https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg);
  background-size: auto;
  background-repeat: repeat;
  padding: 30px 30px 100px;
}
#whataapp_btn_container .whataapp_windwos .whataapp_windwos_body .whataapp_message {
  background-color: white;
  padding: 20px;
  font-size: 1.2rem;
  border-radius: 10px;
  position: relative;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .28));
  text-align: right;
  z-index: 1;
}
#whataapp_btn_container .whataapp_windwos .whataapp_windwos_body .whataapp_message:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background: white;
  right: 0;
  top: 0;
  border-radius: 5px;
  transform: skewX(-40deg);
  z-index: -1;
}
#whataapp_btn_container .whataapp_windwos_btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #147f6f;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.4s;
}
#whataapp_btn_container .whataapp_windwos_btn svg {
  transform: rotate(180deg);
  fill: white;
  display: block;
  margin-left: -4px;
}
#whataapp_btn_container .whataapp_windwos_btn:hover {
  background-color: #12ceb2;
}
#whataapp_btn_container.on .whataapp_btn {
  transform: translate(100px, 0);
}
#whataapp_btn_container.on .whataapp_windwos {
  transform: translate(-10px, -270px);
}
@media only screen and (max-width: 767px) {
  #whataapp_btn_container.on {
    bottom: 10px;
    right: 0;
  }
  #whataapp_btn_container.on .whataapp_windwos {
    max-width: 90% !important;
    transform: translate(0, 0);
  }
}
.banner_popup .bg.fill.bg-fill.bg-loaded {
  background-size: contain !important;
}
.banner_popup {
  padding-top: 605px !important;
}
.banner_popup .text-box.banner-layer {
  /* padding: 0 0 0 0 !important; */
  /* margin: 40px -30px -20px 20px !important; */
  width: 350px !important;
  transform: translate(-10%, -30%) !important;
}
.banner_popup .text-box.banner-layer .text-inner {
  text-align: right;
}
.banner_popup .text-box.banner-layer .text-inner h3 {
  font-size: 2.8rem;
}
#newsletter-signup-link .validationErrorSpan {
  right: 0;
  bottom: -20px;
  letter-spacing: 0px;
  color: white;
}
div#newsletter-signup-link {
  background: none !important;
  box-shadow: none !important;
  filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, .50));
}
div#newsletter-signup-link .footer-f {
  padding: 0;
}
#newsletter-signup-link .flex-row.form-flat.medium-flex-wrap .flex-col.ml-half {
  margin: 0;
}
#newsletter-signup-link .flex-row.form-flat.medium-flex-wrap .flex-col.ml-half input.wpcf7-form-control.wpcf7-submit.button {
  background: #d8856b;
}
div#newsletter-signup-link {
  background: none !important;
  box-shadow: none !important;
  filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, .50));
}
div#newsletter-signup-link .footer-f {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #whataapp_btn_container.on {
    bottom: 10px;
    right: 0;
  }
  #whataapp_btn_container.on .whataapp_windwos {
    max-width: 90% !important;
    transform: translate(0, 0);
  }
}
button.mfp-close {
  color: white !important;
  opacity: 1 !important;
}
.lightbox-by-id input.wpcf7-submit.button {
  width: 100%;
  background: #ff9800;
}
.overlay-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background: rgba(255, 255, 255, .80);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  top: 0;
  backdrop-filter: blur(6px);
}
.popup-inner {
  position: fixed;
  max-width: 720px;
  max-height: 390px;
  z-index: 999;
  padding: 60px 230px 50px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 519px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  border-radius: 30px;
  background-image: url(/wp-content/themes/flatsome-child/images/popup.png);
  background-size: contain;
  background-position: center;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.48));
  background-repeat: no-repeat;
  text-align: center;
}
.popup-x {
  width: 50px;
  height: 50px;
  position: absolute;
  /* background-color: rgba(24, 0, 25, 0.7); */
  background-image: url(/wp-content/themes/flatsome-child/images/close-cross.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  right: 80px;
  top: -60px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: invert(1);
}
.popup-x:hover {
  -webkit-transform: scale(0.9) rotate(90deg);
  transform: scale(0.9) rotate(90deg);
  background-size: 50%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-wrap.on .popup-inner {
  -webkit-transform: inherit;
  transform: inherit;
}
.overlay-bg.on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: all;
}
.popup-wrap select {
  color: white;
}
.popup-wrap input, .popup-wrap select {
  color: white !important;
  font-size: 20px !important;
}
.popup-wrap select:hover {
  color: black !important;
}
.popup-inner .men, .popup-inner .woman, .popup-inner .couples {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0 30px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.popup-inner .on {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*
 .popup-inner * {
 color: #ffffff;
 font-size: 1.5rem;
 line-height: 1.2;
 font-weight: 700;
 margin: 0;
 }
 .popup-inner * strong {
 background: #00BCD4;
 padding: 18px 20px;
 display: block;
 margin-top: 8px;
 border: 2px dashed #000000;
 line-height: 0;
 }*/
#popClick {
  margin: 0;
  position: fixed;
  right: 10px;
  bottom: 60px;
  padding: 0;
  z-index: 1;
  animation: shake 4s infinite ease-in-out;
}
#popClick img {
  width: 150px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.44, 1.47);
  transform-origin: 20% 80%;
}
#popClick:hover img {
  transform: scale(1.1) !important;
  transition: all 0.3s cubic-bezier(0, 0.49, 0.22, 1.74);
}
h3.pop-title {
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1;
}
.pop-body {
  font-size: 1.6rem;
  line-height: 1.2;
  color: black;
}
.pop-code {
  background-color: #e53d08;
  margin: 10px 0;
  padding: 4px 0;
  color: white;
  font-size: 1.8rem;
  font-weight: 900;
  position: relative;
}
.pop-code:after {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  border: 2px dashed white;
  top: 0;
  bottom: 0;
  margin: auto;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.contact-link a {
  width: 50px;
  height: 50px;
  position: fixed;
  background: #008fd5;
  z-index: 99999999999;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  padding: 10px;
  display: none;
}
.contact-link a.social-link-whatsapp {
  background: #25d366;
  bottom: 80px;
  left: unset;
  right: 10px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .contact-link a {
    display: block;
  }
  button#popClick {
    display: none;
  }
  #popClick img {
    width: 90px;
  }
  #popClick {
    left: -3px;
    bottom: 50px;
  }
  .contact-link a.social-link-whatsapp {
    right: unset;
    bottom: 80px;
    left: 20px;
  }
}
.more-info-btn {
  background-color: #6e6e6e;
  color: #828282;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.but-wraper {
  display: flex;
}
.more-info-btn img {
  width: 20px;
  animation: shake 2s infinite ease-in-out;
  transform-origin: bottom;
}
.more-info-btn .text {
  position: absolute;
  top: 0;
  background: #363636;
  width: 90px;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transform: translate(0px, -50px);
  color: white;
  transition: all 0.3s;
  pointer-events: none;
}
.whatsapp-share {
  margin: 0;
  flex: 1 0 auto;
}
.more-info {
  flex: 0 0 auto;
}
.more-info .text:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: inherit;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -5px;
  transform: rotate(45deg);
}
.more-info:hover .text {
  opacity: 1;
  transform: translate(0px, -25px);
}
.more-info-btn:hover {
  background-color: #ff5454;
}
/*
 @keyframes shake {
 0% {
 transform: translate(0, 0);
 }
 1.78571% {
 transform: translate(5px, 0);
 }
 3.57143% {
 transform: translate(0, 0);
 }
 5.35714% {
 transform: translate(5px, 0);
 }
 7.14286% {
 transform: translate(0, 0);
 }
 8.92857% {
 transform: translate(5px, 0);
 }
 10.71429% {
 transform: translate(0, 0);
 }
 100% {
 transform: translate(0, 0);
 }
 }
 */
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
#price_alert_popup {
  position: fixed;
  width: 500px;
  max-width: 90%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
  height: 250px;
  background-color: white;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.6);
  border: 2px solid #a2a2a2;
  transform: translate(0, 110vh);
  transition: all 0.3s;
}
#price_alert_popup .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  background: #000;
  right: -20px;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  background-image: url(/wp-content/themes/flatsome-child/images/close-cross.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
#price_alert_popup .close:hover {
  transform: scale(0.9);
}
#price_alert_popup.on {
  transform: translate(0);
}
#price_alert_popup input.wpcf7-form-control.wpcf7-submit.button {
  background-color: #f65724;
}
@media (max-width: 769px) {
  .more-info .text {
    opacity: 1;
    right: 0;
    transform: translate(30px, 36px);
  }
  .more-info .text:before {
    bottom: 17px;
    right: 0;
  }
  .more-info {
    order: 2;
  }
  .whatsapp-share {
    flex: 0 0 auto;
    margin-left: 12px;
  }
  ul.nav.nav-center.nav-small.mobile-nav.nav-divided * {
    font-size: 0.8rem !important;
  }
  div#logo {
    width: 100%;
    margin: 0;
  }
  div#logo img {
    padding: 10px;
  }
}
