.passeio {
    margin-bottom: 30px;
    position: relative;
    background-color: white;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.15)
}

.passeio a {
    display: block;
    text-decoration: none
}

.passeio:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25)
}

.passeio:hover button {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.passeio button {
	height: 27px;
    background-color: #7dc22b;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
    border: none;
    padding: 5px;
    line-height: 0;
    color: white;
    border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s
}

.passeio button:focus {
    outline: none
}

.passeio button .material-icons {
    font-size: 28px
}

.passeio header {
    background-color: #EEEEEE;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.passeio header .compre {
    text-align: center
}

.passeio header .compre img {
    max-width: 100%
}

.passeio header figure img {
    width: 100%
}

.passeio .content {
    padding: 20px 20px 0;
    min-height: 70px
}

.passeio .content h1 {
    color: #333333;
    margin: 0;
    font-size: 19px;
    font-weight: 400
}

.passeio .content h1 span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #f01494;
    font-weight: bold;
    line-height: 22px
}

.passeio .content p {
    color: #f01494;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-size: 12px
}

.passeio .content p.data span:last-child::before {
    content: '\2022\00a0';
    margin: 0px 5px;
    color: #999999
}

.passeio .content p.duracao span:last-child::before {
    content: '\203a\00a0';
    margin: 0px 5px;
    color: #999999;
    vertical-align: text-bottom
}

.passeio footer {
    padding: 10px 20px 20px
}

.passeio-preco-descricao {
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    font-weight: bold;
    color: #999999
}

.passeio-preco {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #333333;
    vertical-align: bottom;
    line-height: 1
}

.passeio-preco-promocao-de {
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: bottom;
    text-decoration: line-through;
    color: #f01494
}

.passeio-preco-promocao-por {
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 22px;
    display: inline-block
}

.wrapper-preco-sinal {
    color: #0039D5;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
    width: max-content;
    position: relative
}

.wrapper-preco-sinal::before {
    content: "";
    position: absolute;
    border: 1px solid #8c8c8c;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    top: -6px;
    left: var(--tooltip-left)
}

.icone-preco-sinal {
    margin-right: 10px
}

.descricao-preco-sinal {
    display: inline-block;
    margin-bottom: 0 !important
}

.passeio header figure {
    position: relative;
    text-align: center
}

.passeio header figure:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(top, transparent 0, transparent 5%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, transparent 0, transparent 5%, rgba(0,0,0,0.7) 100%);
    background: -moz-linear-gradient(top, transparent 0, transparent 5%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, transparent 0, transparent 5%, rgba(0,0,0,0.7) 100%);
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0
}

.passeio header p {
    position: absolute;
    width: 100%;
    padding: 20px;
    margin: 0;
    bottom: 0;
    color: white
}

.passeio header p .material-icons,.passeio header p span {
    vertical-align: middle
}

.passeio header p .material-icons {
    font-size: 19px
}

.passeio header p span {
    font-weight: 300
}

.passeio-selo-promocao {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 9;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-shadow: 0 1px 1px gray;
    -webkit-box-shadow: 0 1px 1px gray;
    -moz-box-shadow: 0 1px 1px gray;
    -webkit-box-shadow: 0 1px 1px gray;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%)
}

.passeio-selo-promocao-body {
    width: 120px;
    height: 120px;
    position: relative
}

.passeio-selo-promocao-message {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.passeio-alerta {
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center
}

.passeio-alerta-message,.passeio-alerta-message-lg {
    color: white;
    font-size: 14px
}

.passeio-alerta-message-lg {
    font-size: 16px
}

.passeio-desconto {
    background-color: #d5f2ec;
    display: inline-block;
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.passeio-desconto-body {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #1e9d86 !important;
    font-size: 11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.desconto-total {
    font-size: 20px;
    font-weight: bold;
    color: #1e9d86 !important
}

.desconto-total-moeda {
    font-size: 12px;
    color: #1e9d86 !important
}

.passeio-desconto-economia {
    color: #1e9d86 !important
}

.passeio-desconto-economia * {
    color: #1e9d86 !important
}

.passeio-maximo-parcelamento {
    font-size: 13px;
    color: #f01494;
    border: 1px solid;
    padding: 2px 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}


.gray-bg {
    background-color: #f5f5f5;
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #20247b;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}
.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-name p {
  font-size: 18px;
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}
.contact-form .form-control:focus {
  border-bottom: 1px solid #fc5356;
}
.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}
.contact-form .send {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
}

.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}
.section-title {
    padding-bottom: 45px;
}
.contact-form .send {
    margin-top: 20px;
}
.px-btn {
    padding: 0 50px 0 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #20247b;
    background: none;
    border: none;
}
.px-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(252, 83, 86, 0.6);
    border-right: 1px solid transparent;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    width: 60px;
    height: 60px;
}
.px-btn .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}
.px-btn .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.titulo {
    margin: 0;
}

.preco {
    font-size: x-large;
    font-weight: 600;
}


.texto-termos p {
    font-size: smaller;
}


.texto-termos {
    background: whitesmoke;
    padding: 15px;
}


.fixedButtom {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 0px 0px 5px 0px;
    height: 48px;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 8px 2px #c7c7c7;
    -moz-box-shadow: 0px 0px 8px 2px #c7c7c7;
    box-shadow: 0px 0px 8px 2px #c7c7c7;
}


.qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    padding: 10px 13px;
    font-size: 10px;
    height: 41px;
    width: 90px;
    transition: 0.3s;
    background: #7dc22b;
    color: #fff;
    margin-left: auto;
    margin-right: auto !important;
}

.qty-container .input-qty {
    max-width: inherit !important;
}

figure {
    margin: 0 0 0rem;
}

@media (max-width: 768px) {

.passeio header p {
    font-size: small;
}

}


.body_termos h1 {
    font-size: 21px;
    line-height: normal;
    text-align: center;
}

.body_termos h2 {
    font-size: 16px;
    font-weight: bold;
}