
/* Joana e Mário 2022. Felicidades do tega */

* {
  position: relative;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}


h4 {
  margin-bottom: 1rem;
}

/* CUSTOMIZACOES TEGA */ 

.white-popup-block {
	background: #424242 !important;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
}

.sp-pre-loader {
	background: #EBCB93 !important;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.sp-pre-loader .sp-loader-with-logo .line {
	background: #333333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 140%;
}

.sp-pagebuilder-page-edit{
  display: none !important;
}

.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
	color: #fff;
}

/* CODIGO CARTAS MARIO E TEGA */

.card-wrap {
  display: flex;
  flex-direction: column;
}

.text-question {
	text-align: center;
	font-family: Montserrat;
	color: #EBCB93;
	letter-spacing: 0.1rem;
	font-size: 20px;
	padding-bottom: 28px;
  font-weight: 400;
}

.text {
  text-align: center;
  font-family: "Lucida Grande", sans-serif;
  color: black;
  letter-spacing: 0.1rem;
  font-size: 18px;
}

.image {
  height: 100%;
  width: 100%;
  /* padding: 4rem; */
}

.cci-press-card__wrap {
  position: relative;
  width: 30rem;
  height: 44rem;

  margin: 0 auto;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

  transition: transform 0.5s ease;
  cursor: pointer; 
}

.cci-press-card {
  width: 30rem;
  height: 44rem;
  margin: 0 auto;
  font-family: "Lucida Grande", sans-serif;
  border-radius: 10px;

  position: absolute;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card--back {
  z-index: 10;
  background: url(/images/jem.png) no-repeat center center;
  background-size: contain;
 
}

@media (min-width: 992px) { 
  .card--who {
    animation: mymove 1s infinite !important;
  }

  @keyframes mymove {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
}
  @media (max-width: 991px) { 
    .card--who {
      animation: mymove 1s infinite !important;
    }
    @keyframes mymove {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }
  }

.card--front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  top: 0;
  overflow: hidden;
  width: 30rem;
  height: 44rem;
  margin: 0 auto;
  font-family: "Lucida Grande", sans-serif;
  background: #ffffff;
  border-radius: 10px;
  border-bottom: 3px solid #000;
  z-index: 99;
  position: absolute;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.padded {
  padding: 0 2rem;
  font-size: 2.3rem;
  text-align: center;
}

.rotate-3d {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.z-up {
  z-index: 10;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes moveRight {
  from {
  }
  to {
    background-position-x: 145px;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@media (min-width: 992px) {
  #sp-page-builder .page-content .sppb-section:first-child {
    margin-top: 25px !important;
  }
}

@media (min-width: 2000px) {
  #sp-page-builder .page-content .sppb-section:first-child {
    margin-top: 100px !important;
  }
}

strong {
  font-weight: bold !important;
}