/* CUSTOM CSS MODAL */

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.lightbox:target {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox__body {
    width: auto;
    position: relative;
}

.lightbox__content {
    background: #fff;
    padding: 40px;
    background: transparent;
    border-radius: 2px;
    position: relative;

    p {
        margin: 0;
        font-size: 14px;
        line-height: 1.6em;
        color: #444;
    }
}

.lightbox__close-btn::after {
    content: "Fechar";
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 3;
    width: auto;
    height: 30px;
    cursor: pointer;
    background: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 15px;
    line-height: 30px;
    color: #fff;
}

.lightbox__close-btn::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

#video {
    width: 100%;
    height: 800px;
    background: url('https://cdn.awsli.com.br/561/561309/arquivos/background-video-seupetart.jpg') no-repeat;
    background-size:cover;
 }

#dog-button {
  display: block;
  margin: 0 auto;
  padding-top: 13%;
}


@media only screen and (max-width: 680px) {
    #video {
        background-position: bottom;
        height: 450px !important;
    }

    #modalVideo {
        width: auto;
    }

    #escolha iframe {
        width: auto;
    }
}




#FAQ .transition, #FAQ p, #FAQ ul li i:before, #FAQ ul li i:after {
  transition: all 0.25s ease-in-out;
}

#FAQ .flipIn, #FAQ h1, #FAQ ul li {
  animation: flipdown 0.5s ease both;
}

#FAQ .no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#FAQ html {
  width: 100%;
  height: 100%;
  perspective: 900;
  overflow-y: scroll;
}

#FAQ h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}

#FAQ h2 {
  font-size: 21px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 0px;
  display: block;
  margin: 0;
  cursor: pointer;
      border-bottom: 2px solid #f1f1f1;
    padding-bottom: 15px;
}

#FAQ p {
  color: rgb(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

#FAQ ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#FAQ ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
}
#FAQ ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#FAQ ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#FAQ ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#FAQ ul li:last-of-type {
  padding-bottom: 0;
}
#FAQ ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
#FAQ ul li i:before, #FAQ ul li i:after {
  content: "";
  position: absolute;
  background-color: #48b8e7;
  width: 3px;
  height: 9px;
}
#FAQ ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#FAQ ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#FAQ ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#FAQ ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#FAQ ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#FAQ ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes #FAQ flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}




#como-funciona h4,h5 { 
  font-family: 'Montserrat';
  font-size: 25px;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  line-height: 40px;
}

.row-fluid .span3 {
  width: 22.2% !important;
}

#como-funciona h4 {
  font-weight: bold;
}

#como-funciona p {
  font-size: 20px;
  text-align: center;
  line-height: 34px;
}

#como-funciona img {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}

.destaque {
  padding-top: 30px;

}

.botao-cta{
    background: yellow;
    padding: 15px;
    max-width: 380px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.botao-cta:hover{
    color:  #000;
    cursor: pointer;
}

.espacamento-final {
  margin-bottom: 60px;
}


@media only screen and (max-width: 767px) {
  .row-fluid .span3 {
   width: 100% !important;
}
}


.tabela-carrinho .preco-produto .preco-promocional

tr#27464376 .preco-produto .preco-promocional {
	display:none;
}

/* FIM CUSTOM CSS */