.style-7 {

	background: #191917 url('../images/land.jpg');
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.style-7 .list-special li {

    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin-bottom: 15px;
}

.style-7 .list-special li a {

  display: flex;
  align-items: center;
  gap: 10px;
}

.style-7 .books .item-book .link-video {
  
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #F44336;
}

.style-7 .indicacao {

  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.style-7 .indicacao li a {

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 5px;
}

.style-7 .indicacao li strong {

  margin-right: 5px;
}

.style-7 .group-profile {

    display: flex;
    align-items: center;
    color: #333;
    gap:5px
}

.style-7 .indicacao li {

  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.style-7 .list-special li:last-child {

  margin-bottom: 0;
}

.style-7 .header {

	padding-bottom: 40px;
	background: transparent;
}

.style-7 .accordion-heading:hover {

    background: #ff5722;
}

.style-7 .text-profile h2,
.style-7 .text-profile p {

  text-align: center;
}


.style-7 .profile {

  width: 175px;
}

.style-7 .h-185 {

  height: 185px;
}

.style-7 .contact a {

  color: #000;
}

.style-7 .share-links li span {

  color: #fff;
}

.style-7 .contact a:hover {

  color: #3f51b5;
}

.style-7 .groups-contact {

  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.rainbow-btn {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    z-index: 2;
    overflow: hidden;
    padding: 8px;
    height: 100px;
    margin-bottom: 0;
}
.rainbow-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
    background-size: 50% 100%;
    animation: rainbow-btn 3s linear infinite; /* Alteração aqui */
}
.rainbow-btn p {
    position: relative;
    z-index: 2;
    padding: 15px;
    text-decoration: none;
    align-items: center;
    background: #000;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
}

.style-7 .format-page .rainbow-btn p {
    color: #fff;
    font-size: 1.4em;
    display: inherit;
}

.style-7 .format-page .rainbow-btn p i {
    text-decoration: underline;
}

@keyframes rainbow-btn {
    to {
        transform: translateX(-50%);
    }
}

.style-7 .qrcode {
    width: 100px;
    border: 1px solid #333;
    text-align: left;
    float: none;
    margin-bottom: 20px;
    background-color: #fff;
}

.style-7 .qrcode img {

  padding: 10px;
}

.style-7 .group-contact strong {

  font-size: 18px;
}

.style-7 .group-contact {

  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}

.style-7 .gallery-3 {

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.style-7 .cols-2-grid-style-2 {

	display: grid;
	grid-template-columns: 0.8fr 1fr;
}

.style-7 .cols-2-grid-style-3 {

	display: grid;
    grid-template-columns: 1.2fr 1fr;
    margin-top: 15px;
}

.style-7 .cols-2-grid-style-4 {

    display: grid;
    grid-template-columns: 2fr 1fr;
}

.style-7 .cols-2-grid-style-5 {

    display: grid;
    grid-template-columns: 1fr;
    margin-top: 15px;
}

.style-7 .block-1 {

	align-items: center;
    display: flex;
}

.style-7 .cols-2-grid-style-7 {

    display: grid;
    grid-template-columns: 0.6fr 0.6fr 1fr;
    margin-top: 15px;
}

.style-7 .cols-2-grid-style-7 {

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
}

.style-7 .cols-2-grid-style-8 {

    display: grid;
    grid-template-columns: 0.955fr 2fr;
    margin-top: 15px;
}

.style-7 .cols-2-grid-style-9 {

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
}

.style-7 .cols-2-grid-style-10 {

    display: grid;
    grid-template-columns: 3fr 1fr;
    margin-top: 15px;
}

.style-7 .cols-2-grid-style-11 {

    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    margin-top: 15px;
}

.style-7 .cols-2-grid-style-12 {

    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 15px;
    align-items: center;
    gap: 15px;
}

.style-7 .books {

  padding: 10px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.style-7 .perfil-instagram {

  width: 65px;
  border-radius: 100%;
}

.style-7 .books .item-book {

  display: grid;
  grid-template-columns: 100px auto;
  gap: 10px;
  justify-content: center;
  border: 2px dashed #ff852f;
  align-items: center;
  padding: 10px;
}

.style-7 .books .item-book a {

    color: #fff;
    background-color: #4CAF50;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
}

.style-7 .books .item-book h2,
.style-7 .books .item-book p {

  color: #333;
}

.style-7 .cols-2-grid-style-12.testimonials {

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

.style-7 .bg-white .cols-2-grid-style-12 h2,
.style-7 .bg-white .cols-2-grid-style-12 p {

	color: #fff;
}

.style-7 .cols-2-grid-style-13 {

    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-top: 15px;
    align-items: center;
    gap: 15px;
}

.style-7 .bg-white .cols-2-grid-style-13 h2,
.style-7 .bg-white .cols-2-grid-style-13 p {

	color: #fff;
}

.style-7 .gallery {

	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.style-7 h2.gallery-title {

	margin-top: 30px;
}

.style-7 .gallery a {

	border: 1px solid #c5c5c5;
    padding: 7px;
    background-color: #dddddd;
}

.style-7 blockquote {

  font-style: italic;
	color: #333;
	padding: 10px 42px;
	border-left: 8px solid #555555;
	line-height: 1.6;
	position: relative;
	background: #EDEDED;
}

.style-7 blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#555555;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.style-7 blockquote::after{
  content: '';
}

.style-7 blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.style-7 .bg-space {

	padding: 25px;
}

.style-7 .gap-15 {

	gap: 15px;
}

.style-7 .bg-yellow {

	background-color: #e91e63;
}

.style-7 .bg-cover {

	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.style-7 .bg-blue {

	background-color: #FBF0E1;
}

.style-7 .bg-blue p,
.style-7 .bg-blue ul li,
.style-7 .bg-yellow p,
.style-7 .bg-yellow ul li {

	color: #333;
	padding-bottom: 0;
	margin-bottom: 0;
}

.style-7 .bg-yellow ul.no-style li,
.style-7 .bg-blue ul.no-style li {

	list-style: none;
}

.style-7 .cols-2-grid {

    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.style-7 .cols-2-grid .image-2 {

	gap: 15px;
    display: grid;

}

.header p {

	padding-left: 15px;
	padding-right: 15px;
}

p {

	color: #fff;
}

.style-7 h2 {

	color: #000;
	margin-bottom: 10px;
	font-size: 14px;
}

.style-7 h3.title-h3 {

  font-size: 1em;
}

.style-7 .accordion-heading {

	background-color: #ff852f;
	border-bottom: none;
}

.style-7 .title-accordion span {

	font-weight: bold;
  text-transform: uppercase;
}

.style-7 .group-section-2 {

  display: grid;
  align-items: center;
  justify-content: center;
  gap: 20px;
  grid-template-columns: 200px auto;
}

.style-7 .group-section.group-section-1 {

  grid-template-columns: 100px auto;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 20px;

}

.style-7 .btn-header {

	background-color: #ff9800;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    border-radius: 5px;
}

.style-7 ul li a {

	color: #000;
}

.style-7 .pages {

	padding: 0;
	margin-top: 15px;
}

.style-7 .title {

	color: #fff;
}

.style-7 .info li {

	display: flex;
	align-items: center;
	gap: 5px;
}

.style-7 .subtitle {

	color: #fff;
}

.style-7 .notice {

	margin-bottom: 20px;
}

.style-7 .notice p,
.style-7 .notice h3 {

	color: #424242;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 9;
}

.btn-whatsapp {
    background-color: #30bf39;
    color: #fff;
    border-radius: 100%;
    transition: background-color .5s;
    width: 60px!important;
    height: 60px!important;
  line-height: 70px;
    position: relative!important;
    display: block;
    transform: none!important;
    z-index: 9;
    text-align: center;
  box-shadow:
            0 1px 2px rgba(0,0,0,0.07),
            0 2px 4px rgba(0,0,0,0.07),
            0 4px 8px rgba(0,0,0,0.07),
            0 8px 16px rgba(0,0,0,0.07),
            0 16px 32px rgba(0,0,0,0.07),
            0 32px 64px rgba(0,0,0,0.07);
}

.btn-whatsapp:hover {
  background-color: #53ca5b;
}

.whatsapp-fixed a.video-vemo-icon.btn-whatsapp i {
    font-size: 32px;
    color: #fff;
    animation: sm-shake-animation linear 1.5s infinite;
    animation-delay: 3s;
}

.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
  opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
  opacity: 0;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.btn-whatsapp:after, .btn-whatsapp:before {
    border: 2px solid #30bf39 !important;
    width: 130px!important;
    height: 130px!important;
}

.sm-red-dot {
    position: absolute;
    right: 4px;
    top: 4px;
  width: 12px; height: 12px;
  margin: 0 auto;
    background: red;
  transform: scale(0);
    border-radius: 50%;
  animation-name: notificationPoint;
animation-duration: 300ms;
  animation-fill-mode: forwards;
    animation-delay: 3s;
}

.quick-message {
    position: absolute;
    bottom: 4px;
    right: 88px;
    width: max-content;
    border-radius: 0;
  background: #393b39;
}

.line-up {
  opacity: 0;
    animation-name: anim-lineUp;
    animation-duration: 0.75s;
  animation-fill-mode: forwards;
    animation-delay: 5s;
}

.quick-message p {

  line-height: 40px;
  font-size: 15px;
  padding: 4px 16px;
  position: relative;
  color: #fff;
  margin: 0;
}

.quick-message .seta-direita:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 19px solid #393b39;
    position: absolute;
    bottom: 0px;
    right: -29px;
}

#hover-message {
  display: none;
}

.whatsapp-fixed:hover #hover-message {
  display: block;
}

@keyframes zoomBig{
  0%{transform:translate(-50%,-50%) scale(.5);opacity:1;border-width:3px}
  40%{opacity:.5;border-width:2px}
  65%{border-width:1px}100%{transform:translate(-50%,-50%) scale(1);opacity:0;border-width:1px}}

@keyframes sm-shake-animation {
 0% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 25% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 35% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 45% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 55% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 65% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 75% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 100% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
}

@keyframes notificationPoint {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

@keyframes anim-lineUp {
  from {
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media screen and (max-width: 580px) {


  .style-7 .group-section-2 {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column-reverse;
  } 


	.style-7 .pages {

		padding: 15px;
		margin-top: 0;
	}

  .cols-2-grid-style-13 {

    display: flex;
    flex-direction: column;
  }

  .style-7 .profile-2 {

    margin-top: 30px;
    border-top: 2px solid #fff;
    padding-top: 30px;
  }

  .style-7 .h-185 {
    height: 110px;
  }

  .style-7 .profile {
    order: 1;
    margin: 0 auto;
  }

  .style-7 .text-profile {
    order: 2;
  }

  .style-7 .group-contact strong {
    font-size: 15px;
  }

  .style-7 .cols-2-grid,
  .style-7 .cols-2-grid-style-2,
  .style-7 .cols-2-grid-style-4,
  .style-7 .cols-2-grid-style-7,
  .style-7 .cols-2-grid-style-7,
  .style-7 .cols-2-grid-style-8,
  .style-7 .cols-2-grid-style-9,
  .style-7 .cols-2-grid-style-10,
  .style-7 .cols-2-grid-style-11,
  .style-7 .cols-2-grid-style-12,
  .style-7 .cols-2-grid-style-13,
  .style-7 .groups-contact {

    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .style-7 .header {
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .style-7 .gallery {

    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

}