
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#01  Fonts and Other Styles Import
#02  Theme Reset Style
#03  Slider Style
#04  Blog Section and Blog Page
#05  Sidebar Style
#06  Comment and Contact Form
#07  Subscribe Section
#08  Footer CSS
#09  Others
-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,500;1,500&amp;family=Muli:wght@400;500&amp;family=Oswald:wght@400;600;700&amp;display=swap');
@import "font-awesome/css/font-awesome.min.css";
@import "ionicons/css/ionicons.css";
@import "bootstrap.css";
@import "menu.css";
@import "../plugins/aos/aos.css";
@import "../plugins/swiper/swiper.css";

*{
  margin:0;
  text-decoration:none
}
html{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    overflow-x: hidden;
    color: #13191f;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }
    .author_intro{
        font-size: 15px !important;
        line-height: 1.2 !important;
    }

}

p{
    text-align: justify;
}

a,i,.btn,p, ul, li,:before,:after {
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
a:hover,a:focus,i:hover,div:hover,p:hover, ul:hover, li:hover, :hover:before, :hover:after {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
a{
    color: #13191f;
}
a:hover{
    color: #A0CF14;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
table {
    margin-bottom: 10px;
    border: 1px solid #eee;
}
@media screen and (min-width: 1200px) {
  .container {
      max-width: 1170px;
      padding: 0px;
  }
}
@media screen and (max-width: 991px) {
 
    .container {
        max-width: 100%;
    }
  }
.clearfix{
  clear: both;
}
.divider{
  margin: 30px 0px;
  display: inline-block;
}
table {
    margin-bottom: 10px;
    border: 1px solid #eee;
}
table td, table th {
    padding: 3px 10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
}
img{
    max-width: 100%;
}
::-webkit-input-placeholder { 
    font-family: 'Cormorant', serif;
    font-size: 16px; 
    font-weight: 400;
    font-style: italic;
    color: #9a9a9a;
}
::-moz-placeholder { 
    font-family: 'Cormorant', serif;
    font-size: 16px; 
    font-weight: 400;
    font-style: italic;
    color: #9a9a9a;
}
:-ms-input-placeholder { 
    font-family: 'Cormorant', serif;
    font-size: 16px; 
    font-weight: 400;
    font-style: italic;
    color: #9a9a9a;
}
:-moz-placeholder { 
    font-family: 'Cormorant', serif;
    font-size: 16px; 
    font-weight: 400;
    font-style: italic;
    color: #9a9a9a;
}
:placeholder { 
    font-family: 'Cormorant', serif;
    font-size: 16px; 
    font-weight: 400;
    font-style: italic;
    color: #9a9a9a;
}
.bg_image_1{
    background-image: url(../images/bg1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_image_2{
    background-image: url(../images/bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_image_3{
    background-image: url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-wrapper{
    margin: 90px 0px;
}
.main-wrapper.m_tp_0{
    margin-top: 0px;
}

.page-header .page-header-content {
    position: relative;
    background-image: url(../images/bg5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 85px 0px 195px 0px;
    text-align: center;
}
.page-header .page-header-content .heading {
    position: relative;
    font-size: 28px;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #A0CF14;
}

/*---------- Slider ---------*/
.theme_slider_1 .slider_inner_content{
    display: flex;
}
.theme_slider_1 .slider_text .swiper-slide{
    height: auto;
}
.theme_slider_1 .slider_text{
    position: relative;
    padding-top: 0px;
    padding-left: 90px;
    margin-right: -180px;
    z-index: 2;
    width: 70%;
}
.theme_slider_2 .slider_text{
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
    margin-right: 0px;
    z-index: 2;
}
.slider_text .swiper-slide{
    padding-bottom: 60px;
}
.slider_text .blog_post{
    background: url(../images/slider/texture.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 127px);
    margin: 0px;
    padding: 0px 130px;
}
.theme_slider_2 .slider_text .swiper-slide{
    padding-top: 280px;
    padding-bottom: 280px;
}
.theme_slider_2 .swiper-container{
    height: 100%;
}
.theme_slider_2 .slider_text .blog_post{
    background: transparent;
    margin: 0px;
    padding: 0px 0px;
}
.slider_text .post_img .calendar{
    position: relative;
    left: 0;
    bottom: 0;
}
.slider_text .blog_post .post_header .post_title{
    font-size: 48px;
    line-height: 52px;
}
.theme_slider_2 .slider_text .blog_post .post_header .post_title a{
    color: #ffffff;
    
}
.slider_text .blog_post .post_intro{
    font-size: 18px;
    line-height: 30px;
    margin: 0px 0px 30px 0px;
}
.theme_slider_2 .slider_text .blog_post .post_intro{
    color: #ffffff;
}
.theme_slider_2 .blog_post .read_more a {
    color: #A0CF14;
}
.theme_slider_2 .blog_post .read_more a:hover {
    color: #ffffff;
}
@media screen and (min-width: 1400px) {
    .theme_slider_1 .slider_text{
        padding-left: 130px;
    }
    .slider_text .blog_post{
        padding: 30px 90px;
        height: auto !important;
    }

    #home-section{
        height: 900px !important;
    }

    #img-curiango{
        height: 100px !important;
    }

    .slider_text .blog_post {
    padding: 30px 200px ;
    }

    .slider_text .blog_post .post_intro{
        font-size: 20px !important;
    }
    
}


/* Estilização do botão */
.btn-materias {
    color: #fff !important;
    background: #f17c3a;
    border-radius: 5px;
    border: 1px solid #d8550a;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px; /* Espaço entre o texto e o ícone */
    transition: all 0.3s ease-in-out; /* Suaviza a transição */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Efeito de sombra sutil */
  }
  
  /* Efeito de hover */
  .btn-materias:hover {
    border: 1px solid #d8550a;
    background: #d8550a !important; /* Cor mais vibrante */
    transform: scale(1.04); /* Efeito de crescimento */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3); /* Sombra mais intensa */
  }
  
  /* Adiciona um efeito no clique */
  .btn-materias:active {
    transform: scale(0.85); /* Dá um efeito de "pressionado" */
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }


  @media (max-width: 768px) {
    .btn-materias {
        font-size: 14px; /* Diminui o tamanho do texto */
        padding: 8px 16px; /* Reduz o padding */
        gap: 5px; /* Menor espaçamento entre o texto e o ícone */
    }
}

    /* Ajuste extra para telas muito pequenas (ex: smartphones pequenos) */
    @media (max-width: 480px) {
        .btn-materias {
            font-size: 12px;
            padding: 6px 12px;
        }
    }
    


/* pagination */
.theme_slider_1 .slider_text .swiper-pagination{
    position: absolute;
    width: auto;
    left: auto;
    right: auto;
    bottom: 45px;
    text-align: left;
    counter-reset: numbers;
    background: #A0CF14;
    padding: 47px 30px 48px 150px;
    border-radius: 0px 60px 60px 0px;
}
.theme_slider_1 .swiper-pagination-bullet:before {
    font-family: 'Oswald', sans-serif;
    counter-increment:numbers;
    content: "0"counter(numbers);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    color: #fff;
    font-weight: 900;
}
.theme_slider_1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    opacity: 1;
    visibility: visible;
}
.theme_slider_1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #fff;
}
.theme_slider_1 .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    outline: none;
}
.theme_slider_1 .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;    
}
.theme_slider_1 .swiper-pagination-bullet-active {
    color:#fff;
    background: #fff;
    outline: none;
}


/* pagination 2 */
.theme_slider_2 .slider_text .swiper-pagination{
    position: absolute;
    width: auto;
    left: auto;
    right: 0px;
    padding: 0;
    border-radius: 0;
    top: 50%;
    height: 25px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.theme_slider_2 .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    outline: none;
}
.theme_slider_2 .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.theme_slider_2 .swiper-pagination-bullets .swiper-pagination-bullet{
    border: 1px solid transparent;
    padding: 10px;
    position: relative;
    background: #ffffff;
    margin: 0 10px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.theme_slider_2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}


@media screen and (min-width: 768px) {
   
    .theme_slider_2 .slider_images{
        min-height: 990px;
    }
    #titulo-viajar{
        font-size: 20px !important;
    } 
    
}
@media screen and (min-width: 1200px) {
    
    .slider_text .blog_post .post_header .post_title{
        font-size: 72px;
        line-height: 82px;
    }
    .slider_images .swiper-slide img{
        max-width: none;
    }
    .theme_slider_2 .slider_text .blog_post .post_header .post_title{
        font-size: 72px;
        line-height: 82px;
    }
}

@media screen and (max-width: 991px){
    .slider_text {
        padding-left: 0;
        margin-right: 0;
    }
    .slider_text .blog_post {
        margin: 0px;
        padding: 50px 50px;
    }
    .slider_text .blog_post .post_header .post_title {
        font-size: 36px;
        line-height: 40px;
    }
    .slider_text .blog_post .post_intro {
        font-size: 16px;
        line-height: 26px;
        margin: 25px 0px 25px 0px;
    }
    .theme_slider_1 .slider_inner_content {
        display: flex;
        flex-direction: column-reverse;
    }
    .theme_slider_1 .slider_images{
        max-height: 550px;
        overflow: hidden;
    }
    .theme_slider_1 .slider_images img{
        width: 100%;
    }
    .theme_slider_1 .slider_text{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
    }
    .theme_slider_1 .slider_posts .swiper-pagination{
        padding: 30px 30px 30px 130px;
    }
    .theme_slider_1 .swiper-pagination-bullet:before{
        font-size: 48px;
    }
    
    .theme_slider_2 .slider_text .swiper-slide{
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .slider_text .blog_post .post_intro{
        font-size: 18px;
        line-height: 30px;
        margin: 40px 0px 30px 0px !important;
    }
    .blog_post{
        padding: 130px, 50px !important;
    }
    .slider_text .blog_post {
        height: calc(100vh - 50px);    
    }
}
@media screen and (max-width: 767px){
  
    .loader img{
        width: 50px !important;
        height: 50px !important;
    }
    #text-viajar{
        font-size: 15px !important;
    }
    .img-cultura{
        min-height: 200px !important;
    }
    #home-section{
        height: 1500px !important;
    }
    .titulo-viajar{
        font-size: 35px !important;
        padding-top: 10px !important;
    }

    
   
    .theme_slider_2 .slider_text .blog_post {
        margin: 0px;
        padding: 0px 60px 0px 0px;
    }
    .slider_text .blog_post .post_header .post_title {
        font-size: 30px;
        line-height: 36px;
    }
    .slider_text .blog_post .post_intro {
        font-size: 14px;
        line-height: 26px;
    }
    .theme_slider_1 .slider_posts .swiper-pagination{
        padding: 30px 30px 30px 100px;
    }
    .theme_slider_1 .swiper-pagination-bullet:before{
        font-size: 30px;
    }
    .theme_slider_2 .slider_text .swiper-slide{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/*-- Swiper Slide Overlay --*/
[data-swiper] {
    transition-timing-function: ease-in-out;
    transition-duration: .8s;
}

[data-swiper="overlay-left"],
[data-swiper="overlay-top"],
[data-swiper="overlay-right"],
[data-swiper="overlay-bottom"] {
    position: relative;
    overflow: hidden;
}

[data-swiper="overlay-left"]:before,
[data-swiper="overlay-top"]:before,
[data-swiper="overlay-right"]:before,
[data-swiper="overlay-bottom"]:before{
    content: '';
    width:  100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:  0;
    z-index: 4;
    background-color:#A0CF14;
    transition: 2s cubic-bezier(.858, .01, .068, .99);
}
.enable_page .swiper-slide-active [data-swiper="overlay-left"]:before{
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
}
.enable_page .swiper-slide-active [data-swiper="overlay-top"]:before{
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
}
.enable_page .swiper-slide-active [data-swiper="overlay-right"]:before{
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
}
.enable_page .swiper-slide-active [data-swiper="overlay-bottom"]:before{
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
}

/*===== Top Social ====*/
.social_links .top-social{
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
  display: grid;
}
.social_links .top-social li {
    border: 0;
    list-style: none;
    line-height: 30px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-left: 0px;
}
.social_links .top-social li a{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 20px 0px;
}
.social_links .top-social li:first-child a{
    padding-top: 0px;
}
.social_links .top-social li:last-child a{
    padding-bottom: 0px;
}
/*-- Side Social--*/
.social_links{
    position: absolute;
    /* top: calc(30vh / 2); */
    left: 34px;
    transform: translateY(-50%);
    z-index: 3;
}

@media screen and (min-width: 1400px) {
    
    .social_links{
        left: 54px;
    }
}
@media screen and (max-width: 991px) {
    .social_links{
        left: 25px;
    }
    .social_links .top-social li a{
        color: #ffffff;
    }
}

/*--- Post Gallery ---*/

.featured_category {	
    padding-top: 25px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
    margin-top: -25px;
}
.featured_category_item {
    -webkit-box-shadow: 0px 13px 15px rgba(89, 129, 91, 0.19);
    box-shadow: 0px 13px 15px rgba(89, 129, 91, 0.19);
}
.featured_category_item .featured_category_heading{
    font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
}
.featured_category_item img{
    width: 100%;
}
.featured_category_item .featured_category_heading{
    color: #13191f;
    margin-bottom: 10px;
}
.featured_category_item .featured_category_info{
    background: #ffffff;
    padding: 25px 30px;
}
.featured_category_item .featured_category_number{
	color: #989898;
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
.featured_category_item .featured_category_number span{
    font-weight: 700;
    color: #A0CF14;
}
@media screen and (max-width: 991px){
    .featured_category_item{
        margin-bottom: 30px;
    }
}

/*
 * Shortcode: main-body
 * -----------------------------------------------
*/
.blog_post {
    margin-bottom: 0px;
}
.blog_post .post_img a {
    display: block;
}
.post_img {
    position: relative; 
    margin-bottom: 30px;
}
.blog_post .post_img img{
    width: 100%;
}
.post_img .calendar {	
    position: absolute;
    bottom: 28px;
	left: 28px;
    background: #A0CF14;
    padding: 12px 0px;
    width: 60px;
    height: 60px;
    text-align: center;
}
.post_img .calendar a {
    display: block;
	color: #fff;
    font-size: 14px;
    line-height: 16px;
}
.post_img .calendar a .date {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.blog_post .post_header .author{
    font-family: 'Cormorant', serif;
    font-size: 19px;
    font-weight: 500;
    color: #93a094;
    font-style: italic;
}
.blog_post .post_header .author a{
    color: #93a094;
}
.blog_post .post_header .post_title {
    font-size: 40px;
    line-height: 48px;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px;
}
.blog_post .post_intro {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #616060;
}
.blog_post .post_fulltext {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #515050;
}
.post_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.blog_post .read_more a {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
	color: #131917;
	text-transform: uppercase;
}
.blog_post .read_more a:hover{
    color: #A0CF14;
}
.blog_post .post_share {
    display: flex;
    align-items: center;
}
.blog_post .post_share ul.share_list {
    display: flex;
    margin-bottom: 0px;
    padding-left: 0;
}
.blog_post .post_share ul.share_list li {
    list-style-type: none;
    display: inline-block;
}
.blog_post .post_share ul.share_list li a {
    color: #93a094;
	font-size: 16px;
	padding: 0px 18px;
}
.blog_post .post_share ul.share_list li:first-child a {
    padding-left: 0px;
}
.blog_post .post_share ul.share_list li:last-child a {
    padding-right: 0px;
}

/*
 * Shortcode: More Posts
 * -----------------------------------------------
*/
.more_posts .blog_post .post_img{
    margin-bottom: 25px;
}
.more_posts .blog_post .post_header .post_title {
    font-size: 30px;
    line-height: 36px;
}

@media screen and (max-width: 991px){
    .blog_post {
        margin-bottom: 0px !important;
    }
    .blog_post .post_header .author{
        font-size: 17px;
    }
    .blog_post .post_header .post_title{
        font-size: 24px;
        line-height: 30px;
    }
    .blog_post .read_more a {
        font-size: 13px;
        font-weight: 600;
        line-height: 24px;
        text-transform: capitalize;
    }
    .blog_post .share_list li a{
        padding: 0px 12px;
    }
    .more_posts .blog_post .post_header .post_title {
        font-size: 22px;
        line-height: 28px;
    }
}

/*
 * Shortcode: Pagination
 * -----------------------------------------------
*/

.pagination-div{
    margin-top: 30px;
}
.pagination{
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
}
.pagination li{
    margin: 0px 5px;
}
.pagination li a{
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #A0CF14;
    display: block;
    text-align: center;
}
.pagination li a.page-number{
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 100%;
    font-size: 18px;
    color: #272727;
    display: block;
    text-align: center;
}
.pagination li a.page-number:hover,
.pagination li a.page-number.current{
    background: #93a094;
    color: #fff;
    box-shadow: 0px 10px 15px rgba(89, 129, 91, 0.19);
}

/*
 * Shortcode: Blog Details
 * -----------------------------------------------
*/
.blog_details{
    margin-top: 50px;
}
.blog_details .details_with_sidebar{
    /* padding-right: 35px; */
}
.blog_details .post_expand .post_header .post_title{
    font-size: 60px;
    line-height: 72px;
    margin: 0px 0px 35px 0px;
}
.blog_details .details_fullwidth .post_expand .post_header{
    padding: 0px 100px;
}
.blog_details .details_fullwidth .fulltext_section{
    padding: 0px 100px;
}
.blog_details p{
    margin-bottom: 25px;
}
.blog_details .blog_post{
    /* text-align: justify; */
}

blockquote2 {
    position: relative;
    /* font-family: 'Oswald', sans-serif; */
    font-family: "Tenor Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #838080;
    background: #ebeee81a;
    /* background: url(../images/blockquote_bg.png); */
    padding: 40px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 30px;
    text-align: justify !important;
}

blockquote2:after {
    content: url(../images/comma.png);
    position: absolute;
    right: 15px;
    bottom: 45px;
}


blockquote{
    position: relative;
    /* font-family: 'Oswald', sans-serif; */
    font-family: "Tenor Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #A0CF14;
    background: url(../images/blockquote_bg.png);
    padding: 40px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 50px;
}
blockquote:after{
    content: url(../images/comma.png);
    position: absolute;
    right: 55px;
    bottom: none !important;
}

.post_gallery{
    margin: 35px 0px 15px 0px;
}
.post_gallery .img_box{
    margin-bottom: 20px;
}
.post_gallery .row{
    margin-left: -10px;
    margin-right: -10px;
}
.post_gallery [class*='col-lg']{
    padding-right: 10px;
    padding-left: 10px;
}
.blog_details ul.point_order{
    padding-left: 50px;
    margin: 0px;
    list-style-type: none;
}
.blog_details ul.point_order li{
    position: relative;
    padding-left: 30px;
    line-height: 34px;
}
.blog_details ul.point_order li:before{
    content: "\f2a3";
    position: absolute;
    left: 0;
    font-family: "Ionicons";
    transform: rotate(45deg);
    font-size: 16px;
    color: #A0CF14;
}

.blog_post .post_video,
.blog_post .post_audio{
    position: relative;
    overflow: hidden;
    margin: 30px 0px 30px 0px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s; 
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}
.blog_post .post_video p{
    max-width: 100%;
    height: 100%;
}
.blog_post .post_video iframe,
.blog_post .post_video object,
.blog_post .post_video embed,
.blog_post .post_audio iframe,
.blog_post .post_audio object, 
iframe{
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.blog_post .post_video #yt {
    display: none;
}
.blog_post .post_video .content {
    position: relative;
}
.blog_post .post_video .play_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    line-height: 52px;
    background: #A0CF14;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.blog_post .post_video .play_btn i{
    margin-left: 2px;
}

.blog_details .post_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.blog_details .blog_post .post_share {
    display: flex;
    align-items: center;
}
.blog_details .blog_post .post_share ul.share_list {
    display: flex;
    margin-bottom: 0px;
    padding-left: 0;
}
.blog_details .blog_post .post_share ul.share_list li {
    list-style-type: none;
    display: inline-block;
}
.blog_details .blog_post .post_share ul.share_list li a {
    font-size: 18px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background: #A0CF14;
    color: #fff;
    margin: 0px 10px;
    padding: 0px 0px;
    border-radius: 100%;
}
.blog_details .blog_post .post_share ul.share_list li:first-child{
    font-family: 'oswald', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #13191f;
    margin-right: 15px;
}
.blog_details .blog_post .post_share ul.share_list li:first-child a {
    margin-left: 0px;
}
.blog_details .blog_post .post_share ul.share_list li:last-child a {
    margin-right: 0px;
}

.blog_post .post_tag  {
	display: flex;
}
.blog_post .post_tag ul.tag_list {
    display: flex;
    margin-bottom: 0px;
    padding-left: 0;
}
.blog_post .post_tag ul.tag_list li {
    list-style-type: none;
    display: inline-block;
}
.blog_post .post_tag ul.tag_list li a {
    font-family: 'Cormorant', serif;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    text-transform: lowercase;
    color: #13191f;
	padding: 0px 18px;
}
.blog_post .post_tag ul.tag_list li:first-child a {
    padding-left: 0px;
}
.blog_post .post_tag ul.tag_list li:last-child a {
    padding-right: 0px;
}

.author_div{
    display: flex;
    /* margin-bottom: 40px; */
}
.author_div .author{
    height: 220px !important;
    max-width: 220px;
    min-width: 220px;
    margin-right: 30px;
    border-radius: 100%;
    overflow: hidden;
}
.author_div .author_name{
    font-family: "Tenor Sans", sans-serif;
    font-size: 20px;
}
.author_div .author_intro{
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 15px;
    color: #878787;
}
.author_div .social_media {
    display: flex;
    align-items: center;
}
.author_div .social_media ul.social_list {
    display: flex;
    margin-bottom: 0px;
    padding-left: 0;
}
.author_div .social_media ul.social_list li {
    list-style-type: none;
    display: inline-block;
}
.author_div .social_media ul.social_list li a {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #93a094;
    margin: 0px 15px;
    padding: 0px 0px;
    border-radius: 100%;
}
.author_div .social_media ul.social_list li:first-child a {
    margin-left: 0px;
}
.author_div .social_media ul.social_list li:last-child a {
    margin-right: 0px;
}

/*--- Related Posts ---*/
.related_posts{
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}
.related_posts .sec_title{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.related_posts .sec_title h1{
    position: relative;
    /* font-size: 18px; */
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0px;
    background: #fff;
    padding: 0px 20px;
}
.related_posts .sec_title:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2f1ee;
    line-height: 48px;
}
.related_posts .blog_post{
    margin-bottom: 40px;
}
.related_posts .more_posts .blog_post .post_img{
    margin-bottom: 10px;
}

@media screen and (max-width: 767px){
    .titulo-lua-aviao{
        font-size: 1rem !important;
        line-height: 50px !important;
    }
    .titulo{
        font-size: 0.8em !important;
        line-height: 30px !important;
    }
    
    .blog_details .details_fullwidth .post_expand .post_header,
    .blog_details .details_fullwidth .fulltext_section{
        padding: 0px 0px;
    }
    .blog_details .post_expand .post_header .post_title{
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .blog_details .post_footer{
        display: block;
    }
    .blog_details .blog_post .post_share{
        margin-bottom: 15px;
    }
    .blog_details .blog_post .post_share ul.share_list li a {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0px 5px;
    }
    .author_div{
        display: block;
    }
    .author_div .author{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    blockquote2:after{
        bottom: 0px !important;

    }
    .author_div{
        display: flex !important;
        justify-content: center !important;
    }

    .aspas-autor{
        font-size: 15px !important;
    }
  
}

.aspas-autor{
    font-size: 25px;
}


/*
 * Shortcode: Newsletter
 * -----------------------------------------------
*/
.newsletter{
    text-align: center;
    padding: 75px 0px;
    margin: 50px 0px;
}
.newsletter.more_padding{
    padding: 100px 0px;
}
.newsletter .newsletter_header p{
    font-family: 'Cormorant', serif;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #A0CF14;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.newsletter .newsletter_header p i{
    font-size: 30px;
    margin-right: 15px;
}
.newsletter .newsletter_header h3{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    display: inline-block;
}
.newsletter .newsletter_form {
    padding: 0px 20px;
}
.newsletter.more_padding .newsletter_form {
    padding: 0px 50px;
}
.newsletter .newsletter_form .form_group{
    position: relative;
}
.newsletter .newsletter_form .form-control {
    width: 100%;
	height: 50px;
    background: #ffffff;
    border: 0px solid #fff;
    padding: 10px 25px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 10px 13px 15px rgba(89, 129, 91, 0.19);
    box-shadow: 10px 13px 15px rgba(89, 129, 91, 0.19);
}
.newsletter .newsletter_form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.newsletter .newsletter_form .button{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: #A0CF14;
    color: #fff;
    border: 0px solid #A0CF14;
    padding: 0 50px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.newsletter .newsletter_form .button:focus {outline: none;}

@media screen and (max-width: 480px){
    .newsletter .newsletter_form .button{
        position: relative;
        margin-top: 15px;
    }
}


/*--- About Author Page ---*/
.author_wrapper{
    position: relative;
    color: #fff;
    text-align: justify;
}
.author_wrapper:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 170px);
    height: 100%;
    background: #A0CF14;
}
.author_wrapper [class*='col-lg']:first-child{
    padding-right: 0px;
}
.author_wrapper [class*='col-lg']:last-child{
    padding-left: 0px;
}
.author_wrapper .author_slider{
    margin-top: -70px;
}
.author_wrapper .author_info{
    padding: 120px 70px 65px 70px;
}
.author_wrapper .author_info h3{
    font-size: 30px;
    margin-bottom: 35px;
}
.author_wrapper .author_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.author_wrapper .social ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.author_wrapper .social ul li{
    display: inline-block;
}
.author_wrapper .social ul li a{
    color: #fff;
    margin-left: 30px;
}
.author_wrapper .social ul li:first-child a{
    margin-left: 0px;
}

.author_slider .swiper-pagination{
    bottom: 30px;
}
.author_slider .swiper-pagination-bullet:before {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.author_slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    opacity: 1;
    visibility: visible;
}
.author_slider .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    background: #fff;
    outline: none;
}
.author_slider .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 16px;    
}

.post_by_author{
    position: relative;
    margin-top: 120px;
}
.post_by_author .sec_title{
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
.post_by_author .sec_title h1{
    position: relative;
    font-size: 36px;
    line-height: 36px;
    display: inline-block;
    margin-bottom: 0px;
    background: #fff;
    padding: 0px 20px;
}
.post_by_author .sec_title:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2f1ee;
    line-height: 48px;
}
.post_by_author .blog_post{
    margin-bottom: 0px;
}
/*===== Swiper Navigation ====*/
.post_by_author .swip_button{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.post_by_author .swiper-button-prev, .post_by_author .swiper-container-rtl .swiper-button-next,
.post_by_author .swiper-button-next, .post_by_author .swiper-container-rtl .swiper-button-prev{
    position: relative;
    top: 50%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    left: auto;
    right: auto;
    background-image: none;
    color: #A0CF14;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 2px solid #A0CF14;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    outline: none;
}
.post_by_author .swiper-button-prev{
    margin-left: -80px;
}
.post_by_author .swiper-button-next{
    margin-right: -80px;
}
.post_by_author .swiper-button-prev:hover, .post_by_author .swiper-container-rtl .swiper-button-next:hover,
.post_by_author .swiper-button-next:hover, .post_by_author .swiper-container-rtl .swiper-button-prev:hover{
    color: #fff;
    background: #A0CF14;
}
.post_by_author .swiper-button-prev.swiper-button-disabled, .post_by_author .swiper-button-next.swiper-button-disabled{
    opacity: 0.5;
}
@media screen and (max-width: 991px){
    .author_wrapper [class*='col-lg']:first-child {
        padding-right: 15px;
    }
    .author_wrapper [class*='col-lg']:last-child {
        padding-left: 15px;
    }
    .author_wrapper:before{
        width: calc(100% - 0px);
    }
}
@media screen and (max-width: 767px){
    .author_wrapper .author_info {
        padding: 60px 50px 60px 50px;
    }
    .author_wrapper .author_bottom{
        display: block;
        margin-top: 30px;
    }
    .author_wrapper .author_bottom .social{
        margin-top: 20px;
    }

}

/*-------- Comments ------------*/
.comment_sec ul{
    list-style-type: none;
    padding-left: 0;
}
.comment_sec ul ul{
    padding-left: 90px;
}
ul.comment_area{
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 0;
}
ul.comment_area li{
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 0;
}
ul.comment_area li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
ul.comment_area li p{
    margin-top: 0px;
    margin-bottom: 0px;
}
ul.comment_area .children{
    border-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
}
ul.comment_area .commenter_div{
    display: flex;
}
ul.comment_area .commenter{
    margin-right: 30px;
    min-width: 190px;
    max-width: 190px;
    max-height: 190px;
}
ul.comment_area .comment_block {
    width: 100%;
}
ul.comment_area .comment_block h4{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #1c1e4e;
    text-transform: capitalize;
}
ul.comment_area .comment_block p{
    font-weight: 500;
    color: #878787;
}
ul.comment_area .comment_block h6{
    font-size: 16px;
    font-weight: 400;
    color: #A0CF14;
    margin-top: 16px;
    margin-bottom: 0px;
}
ul.comment_area .comment_block .reply a{
    font-family: 'Cormorant', serif;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #A0CF14;
}
ul.comment_area .comment_block .reply i{
    font-size: 10px;
}
.comments-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    align-items: center;
}
.comments-pagination a, .comments-pagination span {
    min-width: 50px;
    height: 40px;
    line-height: 50px;
    padding: 0px 10px;
    background: #fff;
    border: 1px solid #f4f4f4;
    margin-left: -1px;
    display: block;
    font-weight: 500;
    text-align: center;
}
.comments-pagination a:hover, .comments-pagination span.current {
    background: #A0CF14;
    color: #fff;
    border: 1px solid #788b42;
}


@media screen and (max-width: 767px){
    .a-box{
        padding-top: 30px !important;
    }
    ul.comment_area .commenter_div{
        display: block;
    }
    ul.comment_area .commenter{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .comment_sec ul ul{
        padding-left: 30px;
    }
    ul.comment_area .commenter {
    min-width: 65px !important;
    max-width: 65px !important;
    max-height: 120px !important;
    }
    .curiango-passaro{
        height: 300px !important;
    }
    
}

/*
 * Shortcode: sidebar
 * -----------------------------------------------
*/
.sidebar{
    position: sticky;
    position: -webkit-sticky;
    top: 30px;
    float: left;
    width: 100%;
}
.widget {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.widget .widget_title {
	font-size: 30px;
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    line-height: 36px;
    letter-spacing: -1px;
}
.widget ul {
    margin: 0; 
    padding: 0;
}
.widget ul li {
    list-style-type: none;
}

.widget .sidebar_author img {
    margin: 0 auto;
    display: block;
	margin-bottom: 30px;
}
.widget .sidebar_author {
	position: relative;
	text-align: center;
}
.widget .sidebar_author .intro{
    position: relative;
    font-size: 16px;
    color: #878787;
    margin-bottom: 0px;
	padding: 0px 25px 30px 25px;
}
.widget .sidebar_author .intro::after {
	content: "";
	background: #e1e1e1;
	position: absolute;
	width: 138px;
	height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.widget .sidebar_author .social_profile{
    margin-top: 55px;
}
.widget .sidebar_author .social_profile .social_media{
    background: #f3f2ef;
    width: 115px;
    height: 115px;
    line-height: 115px;
    display: inline-block;
    vertical-align: middle;
}
.widget .sidebar_author .social_profile .social_media a{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.widget .sidebar_author .social_profile .social_media i{
    font-size: 24px;
    color: #A0CF14;
}
.widget .sidebar_author .social_profile .social_media .name{
    font-size: 14px;
    font-weight: 600;
    text-transform: lowercase;
    margin-bottom: 5px;
}
.widget .sidebar_author .social_profile .social_media .off_text{
    font-size: 12px;
    color: #93a094;
    font-weight: 500;
    font-style: italic;
}

.widget_recent_posts ul li {
    display: flex; 
    position: relative;
    padding-left: 50px;
    /* border-bottom: 1px solid #eee; */
}
.widget_recent_posts ul li:last-child{
    border-bottom: 0px;
}
.widget_recent_posts a {
    position: relative;
    display: flex; 
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    width: 96%;
    padding-right: 135px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.widget_recent_posts ul li:first-child a{
    padding-top: 0px;
}

.widget_recent_posts ul li:last-child a{
    padding-bottom: 0px;
}
.widget_recent_posts ul li a:before {
    content: "01";
    position: absolute;
    left: -25px;
    /* top: 20px; */
    color: #888;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
}
.widget_recent_posts-none ul li a:before {
    /* content: "01";
    position: absolute;
    left: -25px; */
    /* top: 20px; */
    color: none !important;
    font-size: 0px !important;
    /* font-weight: 700;
    line-height: 25px; */
}
.widget_recent_posts ul li a:hover:before {
    color: #A0CF14;
}
.widget_recent_posts ul li:nth-child(2) a:before {
    content: "02";
}
.widget_recent_posts ul li:nth-child(3) a:before {
    content: "03";
}
.widget_recent_posts ul li:nth-child(4) a:before {
    content: "04";
}
.widget_recent_posts ul li:nth-child(5) a:before {
    content: "05";
}
.widget_recent_posts ul li:nth-child(6) a:before {
    content: "06";
}
.widget_recent_posts ul li:nth-child(7) a:before {
    content: "07";
}
.widget_recent_posts ul li:nth-child(8) a:before {
    content: "08";
}
.widget_recent_posts ul li:nth-child(9) a:before {
    content: "09";
}
.widget_recent_posts ul li:nth-child(10) a:before {
    content: "10";
}
.widget_recent_posts ul li a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 50%;
    font-weight: 700;
    font-size: 18px;
    transform: translateY(-50%);
}

.widget_categories ul li {
    float: left;
    width: 100%;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #878787;
    padding: 11px 0px;
    line-height: 20px;
    background-image: linear-gradient(to right, #a5b2cd 10%, rgb(165, 178, 205, 0) 0%);
  background-position: top;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.widget_categories ul li:hover{
    color: #A0CF14;
}
.widget_categories ul li:last-child {
    border-bottom: 0px dotted #a5b2cd;
    padding-bottom: 0px;
}
.widget_categories ul li a {
    float: left;
    position: relative;
    font-family: 'Cormorant', serif;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #878787;
}
.widget_categories ul li a:hover{
    color: #A0CF14;
}
.widget_popular_posts .popular_post_item{
    margin-bottom: 30px;
}
.widget_popular_posts .popular_post_item:last-child{
    margin-bottom: 0px;
}
.widget_popular_posts .popular_post_item_wrapper{
    position: relative;
}
.widget_popular_posts .popular_post_item_wrapper img{
    width: 100%;
}
.widget_popular_posts .popular_post_item_content{
    position: absolute;
    bottom: 0;
    padding: 30px 60px 30px 30px;
}
.widget_popular_posts .popular_post_item_title{
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
    -webkit-text-shadow: 0px 5px 5px #A0CF14;
    text-shadow: 0px 5px 5px #A0CF14;
}
.widget_popular_posts .popular_post_item_title a{
    color: #ffffff;
}

.widget_tag_cloud a {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 11px 23px;
    background: #93a094;
    line-height: 24px;
    letter-spacing: 1px;	
    color: #fff;
}
@media screen and (max-width: 767px){
    .sidebar{
        margin-top: 50px;
    }
}
@media screen and (max-width: 1200px){
    .widget .sidebar_author .social_profile .social_media {
        width: 85px;
        height: 85px;
        line-height: 85px;
        margin-bottom: 6px;
    }
    .widget_recent_posts a{
        padding-right: 30px;
    }
    .widget_tag_cloud a {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 6px;
        margin-right: 2px;
        padding: 8px 15px;
        line-height: 19px;
    }
}


/*
 * Shortcode: Footer
 * -----------------------------------------------
*/
.footer{
    position: relative;
    overflow: hidden;
}
.footer:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg4.jpg);
    background-repeat: no-repeat;
    background-size: 45% 100%;
    z-index: -1;
}
.footer .footer-above{
    position: absolute;
    left: 6%;
    top: 70px;
    height: 100%;
}
@media screen and (max-width: 1400px) {
    .footer .footer-above{
        left: 3%;
    }
}
.footer .footer-social{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.footer .footer-social:after{
    content: '';
    position: absolute;
    top: calc(100% + 40px);
    background: #A0CF14;
    width: 1px;
    height: 150%;
}
.footer .footer-social ul li a{
    font-size: 24px;
    color: #fff;
    padding: 20px 0px;
    display: inline-block;
}
.footer .footer-social ul li:first-child a{
    padding-top: 0px;
}
.footer .footer-social ul li:last-child a{
    padding-bottom: 0px;
}
.footer .footer-middle{
    margin-top: 160px;
}
.footer .footer_widget_wrapper {
    position: relative;
    padding: 100px 0px;
}
.footer .footer_widget_wrapper:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: 100%;
    background: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    z-index: -1;
}
.footer ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.footer .footer_widget{
    position: relative;
}
.footer .footer_widget.pd_lt{
    padding-left: 35px;
}
.footer .widget-title{
    display: inline-block;
    position: absolute;
    bottom: -65px;
    transform: rotate(-90deg);
    background: #A0CF14;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
    padding: 0px 96px;
    transform-origin: 0% 0%;
    border-radius: 40px;
}
.footer .widget-title h4{
    font-size: 28px;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.footer .instagram{
    text-align: right;
}
.footer .instagram ul li{
    display: inline-block;
    max-width: 150px;
    margin: 4px 4px;
}
.footer .instagram ul li a{
    display: block;
}
.footer .footer_nav{
    margin-top: 65px;
}
.footer .footer_nav ul li{
    display: inline-block;
    width: 32%;
    padding: 20px 0px;
}
.footer .footer_nav ul li a{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #ffffff;
}
.footer .footer-bottom .copyright{
    padding: 35px 0px 30px 0px;
    text-align: right;
}
.footer .footer-bottom .copyright p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #93a094;
    margin: 0px;
}
@media screen and (max-width: 1024px) {
    .footer:before{
        background-size: 100% 100%;
    }
    .footer .footer-above{
        position: relative;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .footer .footer-social{
        position: relative;
        top: 0;
        transform: none;
    }
    .footer .footer-social ul{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .footer .footer-social ul li a{
        padding: 0px 20px;
    }
    .footer .footer-social ul li:first-child{
        padding-left: 0px;
    }
    .footer .footer-social ul li:last-child{
        padding-right: 0px;
    }
    .footer .footer-social:after{
        display: none;
    }
    .footer .footer-bottom .copyright{
        text-align: center;
    }
    .footer .widget-title{
        position: relative;
        bottom: 0px;
        transform: rotate(0deg);
        background: transparent;
        padding: 0px 30px;
        width: 100%;
        text-align: center;
    }
    .footer .widget-title h4{
        margin-top: 0px;
    }
    .footer .instagram{
        text-align: center;
    }
    .footer .instagram ul li{
        max-width: 100px;
    }
}
@media screen and (max-width: 991px) {

    .footer .footer_nav ul li{
        width: 48%;
    }

    .letra2{
        font-size: 2.3rem !important;
        line-height: 80px !important;

    }
}
@media screen and (max-width: 767px) {
    .letra2{
        font-size: 2.3rem !important;
        line-height: 50px !important;

    }
    .letra{
        font-size: 1rem !important;

    }
    .titulo-lua{
        font-size: 25px !important;
    }
    .titulo-lua-lua{
        font-size: 19px !important;
    }
    .por-dentro{
        justify-content: center;
        display: flex;
    }
    .card-destaque{
        width: 350px !important;
    }
   
    .footer .footer_nav ul li{
        padding: 10px 0px;
    }
    .footer .footer_widget_wrapper{
        padding: 30px 30px;
    }
    .footer .footer_widget_wrapper:before{
        width: 100%;
    }
    .instagram{
        margin-bottom: 50px;
    }
    .footer .footer_widget.pd_lt{
        padding-left: 0px;
    }
}
@media screen and (max-width: 380px) {
    .footer .footer_nav ul li{
        width: 100%;
    }
}

/*
 * Shortcode: Contact
 * -----------------------------------------------
*/
.contact_info{
    position: relative;
    background: #A0CF14;
    padding: 70px 100px;
    margin-top: -115px;
    display: flex;
    justify-content: space-between;
}
.contact_info .infobox {
    position: relative;
    /* display: flex; */
    align-items: flex-start;
    color: #ffffff;
}
.infobox .infobox_icon {
    position: relative;
    min-width: 50px;
    margin-right: 20px;
}
.contact_info .infobox p {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 13px;
}
.contact_info .infobox h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 5px;
}
.contact{
    margin-top: 75px;
}
.contact_title{
    margin-bottom: 40px;
}
.contact_title h3{
    font-size: 36px;
    margin-bottom: 15px;
}
.title_line {
    width: 40px;
    height: 3px;
    background: #A0CF14;
}
.contact .form-group{
    margin-bottom: 30px;
}
select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #A0CF14;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(89, 129, 91, 0.4);
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
}
textarea.form-control {
    height: 175px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea.form-control:focus {
    border-color: rgba(89, 129, 91, 1);
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
    color: #A0CF14;
}
input[type="button"], input[type="reset"], input[type="submit"]{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    background: #A0CF14;
    border: 0px;
    color: #fff;
    padding: 12px 65px 18px 65px;
    cursor: pointer;
    outline: none;
}
.form_note{
    color: #878787;
    margin-bottom: 25px;
}
.contact ::-webkit-input-placeholder { 
    font-family: 'Cormorant', serif;
    font-size: 18px; 
    font-weight: 400;
    font-style: italic;
    color: #A0CF14;
}
.contact ::-moz-placeholder { 
    font-family: 'Cormorant', serif;
    font-size: 18px; 
    font-weight: 400;
    font-style: italic;
    color: #A0CF14;
}
.contact :-ms-input-placeholder { 
    font-family: 'Cormorant', serif;
    font-size: 18px; 
    font-weight: 400;
    font-style: italic;
    color: #A0CF14;
}
.contact :-moz-placeholder { 
    font-family: 'Cormorant', serif;
    font-size: 18px; 
    font-weight: 400;
    font-style: italic;
    color: #A0CF14;
}
.contact :placeholder { 
    font-family: 'Cormorant', serif;
    font-size: 18px; 
    font-weight: 400;
    font-style: italic;
    color: #A0CF14;
}
@media screen and (max-width: 991px) {
   
    #card-aviao{
        height: 45vh !important;
    }
    .text-logo {
        display: none; /* Isso vai esconder a classe quando estiver em modo paisagem */
      }
    .titulo-lua-lua{
        font-size: 14px !important;
    }
    .titulo-lua{
        font-size: 1.2rem !important;

    }
    .contact_info .infobox h6{
        font-size: 11px !important;
    }
    .contact_info {
        padding: 50px 100px;
    }
    .contact_info .infobox{
        display: block;
        margin-bottom: 30px;
    }
    .contact_info .infobox:last-child{
        margin-bottom: 0px;
    }
    .infobox .infobox_icon{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contact_info {
        display: block;
    }
    .contact_info .infobox{
        /* display: flex; */
    }
    #foto-perfil{
        height: 250px !important;
    }
}
@media screen and (max-width: 480px) {
    .contact_info {
        padding: 30px 30px;
    }
   

}

/*-- Preloader --*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
}
#preloader.hide{
    width: 0%;
    transition-delay: 0.26s;
}
#preloader:before,
#preloader:after{
    content: '';
    width:  100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:  0;
    z-index: 4;
    background-color: #000000;
    transition: 1s cubic-bezier(.858, .01, .068, .99);
}
#preloader:after{
    background: #A0CF14;
    mix-blend-mode: difference;
    transition-delay: 0.13s;
    z-index: 3;
}
#preloader.hide:before,
#preloader.hide:after{
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
}

.loader-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
#preloader.hide .loader-wrap{
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.18s;
}
/* .loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #ffffff;
    animation: loader 2s infinite ease;
} */
.loader img {
    width: 50px;
    height: 50px;
    animation: loader 2s infinite ease;

}


.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color:#ffffff;
    animation: loader-inner 2s infinite ease-in;
}
  
@keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
      transform: rotate(180deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    75% {
      transform: rotate(360deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
}
  
@keyframes loader-inner {
    0% {
      height: 0%;
    }
    
    25% {
      height: 0%;
    }
    
    50% {
      height: 100%;
    }
    
    75% {
      height: 100%;
    }
    
    100% {
      height: 0%;
    }
}

/*--- Unit Test ----*/
.screen-reader-text{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
/* Text meant only for screen readers. */
.page-links{
    clear: both;
}
.page-links span {
    font-weight: 600;
    padding-left: 10px;
    display: inline-block;
}
.page-links span.page-links-title{
    color: #000;
    padding-left: 0px;
}
.page-links span{
    color: #A0CF14;
}
.page-links a span{
    color: #000;
}
.page-links a span:hover{
    color: #A0CF14;
}
.page-links span.screen-reader-text{
    padding-left: 0px;
}

.entry-footer{
    clear: both;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption{
    text-align: center;
}

.bypostauthor{
    color: inherit;
}


/*-- Image overlay --*/
[data-aos="overlay-left"],
[data-aos="overlay-top"],
[data-aos="overlay-right"],
[data-aos="overlay-bottom"] {
    position: relative;
    overflow: hidden;
}

[data-aos="overlay-left"]:before,
[data-aos="overlay-top"]:before,
[data-aos="overlay-right"]:before,
[data-aos="overlay-bottom"]:before{
    content: '';
    width:  100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:  0;
    z-index: 4;
    background-color: #000000;
    transition: 1s cubic-bezier(.858, .01, .068, .99);
}
[data-aos="overlay-left"].aos-animate:before{
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
}
[data-aos="overlay-top"].aos-animate:before{
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
}
[data-aos="overlay-right"].aos-animate:before{
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
}
[data-aos="overlay-bottom"].aos-animate:before{
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
}


/*-- Mouse Cursor --*/

/* .pointer {
    position: fixed;
    top: 50%;
    left: -100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    -webkit-transition-property: width, height;
    transition-property: width, height;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.19, .94, .336, 1);
    transition-timing-function: cubic-bezier(.19, .94, .336, 1);
    border-radius: 100%;
    background: #ffffff;
    mix-blend-mode: difference;
    overflow: hidden;
}

.bnz-pointer.bnz-large {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.5);
}
.bnz-pointer.bnz-large:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px dashed #fff;
    border-radius: 100%;
    animation: spin 4s linear infinite;
}

.bnz-pointer.bnz-small {
    width: 20px;
    height: 20px;
    background: rgba(89,129,91,.15);
}
.bnz-pointer.bnz-small::before{
display: none;
}

.bnz-pointer.bnz-none {
    width: 0px;
    height: 0px;
}

.bnz-pointer.bnz-drag {
    width: 40px;
    height: 40px;
    background: #000;
    -webkit-box-shadow: 0 0 20px rgba(89,129,91, 0.8);
    box-shadow: 0 0 20px rgba(89,129,91, 0.8);
}

.bnz-pointer.bnz-drag::before{
    content: "VTN";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
}
.bnz-pointer.bnz-drag.bnz-large::before{
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    -webkit-transform: none;
    transform: none;
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px dashed #000;
    border-radius: 100%;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
} */


.content{
    background: #ffffff;
}

@import url('https://fonts.cdnfonts.com/css/tenor-sans');
@import url('https://fonts.cdnfonts.com/css/maulysia');                                
.titulo{
    font-size: 2rem;
    font-family: "Tenor Sans", sans-serif;
    /* display: flex; justify-content: end; float: right; */
    z-index: 2; /* Garante que o texto esteja sobre a imagem */
}

.letra{
    text-transform: uppercase;
    font-size: 1.3em;
    font-family: "Tenor Sans", sans-serif;
    /* display: flex; justify-content: end; float: right; */
    color: #fff !important;
    z-index: 2; /* Garante que o texto esteja sobre a imagem */
}
.letra-tenor{
    font-family: "Tenor Sans", sans-serif;
    /* display: flex; justify-content: end; float: right; */
}

.letra2 {
    /* font-family: "Brush Script MT"   ; */
    /* font-family: 'Shyntia Bella', sans-serif; */
    /* font-family: 'Faithful Hand', sans-serif; */
    /* font-family: "Tenor Sans", sans-serif; */
    font-family: Merriweather;
    font-style: italic !important;

    /* font-family:"PT Serif", "Times New Roman", Times, serif; */
    letter-spacing: 0.01em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);               
    font-weight: 700 !important;                                     
    font-size: 3.5rem ;
    color: #fff !important;
    z-index: 10; /* Garante que o texto esteja sobre a imagem */
    transform: skewY(-15deg) !important; 
    font-weight: 100 !important; /* Definindo uma fonte mais fina */

}
.letra-lua {
    text-align: center;
    font-family: Merriweather;
    font-style: italic !important;
    letter-spacing: 0.03em;
    font-weight: 700 !important;                                     
    font-size: 1.5rem ;
    color: #838080 !important;
    z-index: 10; /* Garante que o texto esteja sobre a imagem */
    font-weight: 100 !important; /* Definindo uma fonte mais fina */

}

@media (max-width: 767px) {
    /* .text-top-left {
        position: absolute;
        top: 0;  
        left: 130px !important;
        z-index: 10;
        padding-top: 150px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left; 
    } */
}



.text-top-left {
    position: absolute;
    top: 25%; /* Posiciona o topo do texto no meio vertical */
    left: 50%; /* Posiciona a esquerda do texto no meio horizontal */
    transform: translate(-50%, -50%); /* Centraliza o texto */
    z-index: 10;
    color: #fff;
    text-align: center; /* Alinha o texto centralmente */
}



.text-logo{
    padding-left: 40px; 
    font-size: 18px; 
    color: #43474b;
    font-family: "Tenor Sans", sans-serif;

}


main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  font-family: 'Roboto', sans-serif;
}

.card-destaque{
  width: 250px;
  height: 500px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #fff !important;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 
  &:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.377); /* Cor preta com 50% de opacidade */
    z-index: 1; /* Certifique-se de que a sobreposição esteja atrás do conteúdo */
    transition: opacity 0.3s ease; /* Transição suave para a opacidade */
    border-radius: 5px; /* Mantém a borda arredondada */
  }
  img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: opacity .2s ease-out;
  }

  h2 {
    font-size: 1rem !important;
    position: absolute;
    inset: auto auto 30px 8px;
    margin: 0;
    transition: inset .3s .3s ease-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 3; /* Coloca o texto na frente da sobreposição */

  }
  
  p, a {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity .3s ease-out;
    z-index: 3; /* Coloca o texto na frente da sobreposição */

  }
  
  p {
    inset: auto auto 100px 8px;
    font-size: 15px !important;
  }
  
  a {
    inset: auto auto 40px 30px;
    color: inherit;
    text-decoration: none;
    color: #99CF29;
  }
  
  &:hover h2 {
    inset: auto auto 190px 8px;
    transition: inset .3s ease-out;
  }
  
  &:hover p, &:hover a {
    opacity: 1;
    transition: opacity .5s .1s ease-in;
  }
  
  &:hover img {
    transition: opacity .3s ease-in;
    opacity: 1;
  }

}

.material-symbols-outlined {
  vertical-align: middle;
}


/* cultura e arte */
.center {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.article-card .content {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    padding: 30px 20px 20px 20px;
    height: auto;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    z-index: 2; /* Adiciona um z-index maior */
}

.article-card-denilson .content {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    padding: 30px 20px 20px 20px;
    height: auto;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    z-index: 2; /* Adiciona um z-index maior */
}

.article-card-denilson {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 300ms;

    &:before {
        background-color: rgba(0, 0, 0, 0.176); /* Cor preta com 50% de opacidade */
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; /* Certifique-se de que a sobreposição esteja atrás do conteúdo */
        transition: opacity 0.3s ease; /* Transição suave para a opacidade */
        border-radius: 5px; /* Mantém a borda arredondada */
      }
 }
  
.article-card {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 300ms;

    &:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.377); /* Cor preta com 50% de opacidade */
        z-index: 1; /* Certifique-se de que a sobreposição esteja atrás do conteúdo */
        transition: opacity 0.3s ease; /* Transição suave para a opacidade */
        border-radius: 5px; /* Mantém a borda arredondada */
      }
 }
  
.article-card:hover {
    transform: translateY(-16px);
    /* box-shadow: 0 1px 3px rgb(153, 207, 41), 0 1px 2px rgb(153, 207, 41); */
}
  
.article-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.article-card .content {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    padding: 30px 20px 20px 20px;
    height: auto;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
  
.article-card .date,
.article-card .title {
    margin: 0;
}
  
.article-card .date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 4px;
}
  
.article-card .title {
    font-size: 17px;
    color:#99CF29 !important;
}
/* cultura e arte */

/* curiango */
.a-box {
    display: inline-block;
    /* width: 240px; */
    text-align: center;
  }
  
  .img-container {
      height: 230px;
      width: 200px;
      overflow: hidden;
      border-radius: 0px 0px 20px 20px;
      display: inline-block;
  }
  
  .img-container img {
      transform: skew(0deg, -13deg);
      height: 250px;
      margin: -35px 0px 0px -70px;
  }
  
  .inner-skew {
      display: inline-block;
      border-radius: 5px;
      overflow: hidden;
      padding: 0px;
      transform: skew(0deg, 13deg);
      font-size: 0px;
      margin: 30px 0px 0px 0px;
      background: #000000;
      height: 250px;
      width: 200px;
  }
  
  .text-container {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 120px 20px 20px 20px;
    border-radius: 5px;
    background: #a1d03b;
    margin: -120px 0px 0px 0px;
    line-height: 19px;
    font-size: 14px;
  }
  
  .text-container h3 {
    margin: 20px 0px 10px 0px;
    color: #91C92B;
    font-size: 18px;
  }

  
/* curiango */


/* turistando */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
/* body,
h2,
p {
  margin: 0;
} */

/* GLOBAL STYLES */
/* body {
  display: grid;
  place-items: center;
  height: 100vh;
} */



.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

/* custom-CARD COMPONENT */

.custom-card {
  display: grid;
  place-items: center;
  width: 85%;
  height: 232px;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.custom-card > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.custom-card__background {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.custom-card__content {
  --flow-space: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 110%;
  padding: 12% 1.25rem 1.875rem;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
  );

  h2 {
    font-size: 1.6rem;
    font-family: "Tenor Sans", sans-serif;
    color: #fff;
    line-height: 1.1;
  }
  
  p {
    font-family: "Tenor Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
  }
}

.custom-card__content--container {
  --flow-space: 1.25rem;
}

.custom-card__title {
  position: relative;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
}

.custom-card__title::after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: calc(100% + 10%);
  bottom: calc((1.25rem - 0.5rem) * -1);
  left: -1.25rem;
  background-color: #FD7D01;
}


.custom-card__button {
    cursor: pointer;

  padding: 0.25em 1.4em;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
  /* font-variant: small-caps; */
  font-weight: bold;
  border-radius: 0.45em;
  border: none;
  background-color: #FD7D01;
  font-family: "Tenor Sans", sans-serif;
  font-size: 1rem;
  color:  #fff;
}

/* .custom-card__button:focus {
  outline: 2px solid black;
  outline-offset: -5px;
} */

@media (any-hover: hover) and (any-pointer: fine) {
  .custom-card__content {
    transform: translateY(62%);
    transition: transform 500ms ease-out;
    transition-delay: 500ms;
  }

  .custom-card__title::after {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 1000ms ease-in, transform 500ms ease-out;
    transition-delay: 500ms;
    transform-origin: right;
  }

  .custom-card__background {
    transition: transform 500ms ease-in;
  }

  .custom-card__content--container > :not(.custom-card__title),
  .custom-card__button {
    opacity: 0;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
  }

  .custom-card:hover,
  .custom-card:focus-within {
    transform: scale(1.05);
    transition: transform 500ms ease-in;
  }

  .custom-card:hover .custom-card__content,
  .custom-card:focus-within .custom-card__content {
    transform: translateY(0);
    transition: transform 500ms ease-in;
  }

  .custom-card:focus-within .custom-card__content {
    transition-duration: 0ms;
  }

  .custom-card:hover .custom-card__background,
  .custom-card:focus-within .custom-card__background {
    transform: scale(1.3);
  }

  .custom-card:hover .custom-card__content--container > :not(.custom-card__title),
  .custom-card:hover .custom-card__button,
  .custom-card:focus-within .custom-card__content--container > :not(.custom-card__title),
  .custom-card:focus-within .custom-card__button {
    opacity: 1;
    transition: opacity 500ms ease-in;
    transition-delay: 1000ms;
  }

  .custom-card:hover .custom-card__title::after,
  .custom-card:focus-within .custom-card__title::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    transition-delay: 500ms;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .custom-card__content {
        /* Seus estilos para o modo responsivo aqui */
        transform: translateY(0);
      }
    
      .custom-card__title::after {
        /* Estilos para ocultar o pseudo-elemento no modo responsivo */
        opacity: 0;
      }
    
      .custom-card__background {
        /* Seus estilos para o modo responsivo aqui */
      }
    
      .custom-card__content--container > :not(.custom-card__title),
      .custom-card__button {
        /* Seus estilos para o modo responsivo aqui */
        opacity: 1;
      }
  }
  

@media screen and (max-width: 768px) {
  
    .custom-card__content {
      /* Seus estilos para o modo responsivo aqui */
      transform: translateY(0);
    }
  
    .custom-card__title::after {
      /* Estilos para ocultar o pseudo-elemento no modo responsivo */
      opacity: 0;
    }
  
    .custom-card__background {
      /* Seus estilos para o modo responsivo aqui */
    }
  
    .custom-card__content--container > :not(.custom-card__title),
    .custom-card__button {
      /* Seus estilos para o modo responsivo aqui */
      opacity: 1;
    }
  
    .custom-card:hover,
    .custom-card:focus-within {
      /* Seus estilos para o modo responsivo aqui */
    }

    
  
    /* Adicione mais estilos conforme necessário */
  }
  
/* turistando */


/* aline  */
.viezzer_blog_post {
    /* background-image: url(); */
    width: 80%;
    height: 150px !important;
    border-radius: 10px;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    position: relative;
}

  
  .viezzer_container_copy {
    z-index: 9999;
    padding:1rem 1rem 1rem 8rem;

  }
  
  .viezzer_img_pod {
    height: 110px;
    width: 130px;
    background: linear-gradient(90deg, #ff9966, #ff5e62);
    z-index: 10;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    position: absolute;
    left: -10%;
    top: -13%;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        height: 8.3rem;
        width: 8.3rem;
        position: relative;
        border-radius: 100%;
        box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
        z-index: 1;
      }

  
  }
  
 
  
 
  .btn_primary {
    cursor: pointer;
    padding: 0.25em 1.4em;
    width: fit-content;
    width: -moz-fit-content; /* Prefijo necesario para Firefox  */
    /* font-variant: small-caps; */
    font-weight: bold;
    border-radius: 0.45em;
    border: none;
    background-color: #FD7D01;
    font-family: "Tenor Sans", sans-serif;
    font-size: 1rem;
    color:  #fff;
  }
  
  .btn_primary:hover {
    box-shadow: 0px 5px 1rem rgba(255, 94, 98, 0.5);
  }
  

/* aline  */


@keyframes moverDireita {
    0% {
        left: -30px;
    }
    100% {
        left: calc(100% - 210px); /* Ajuste para o tamanho do avião */
    }
}

#aviao-desktop {
    position: absolute;
    top: 50%; /* Centralizando verticalmente */
    transform: translateY(-50%);
    animation: moverDireita 10s linear infinite;
    opacity: 80%;
    
}

#aviao-mobile {
    position: absolute;
    top: 50%; /* Centralizando verticalmente */
    transform: translateY(-50%);
    animation: moverDireita 10s linear infinite;
    opacity: 80%;
    
}


  #recent-posts-6 {
    position: relative;
    padding: 40px 15px;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url(../img/background-with-full-moon\ \(1\).jpeg);
    background-size: cover;
    background-position: center;
  }
  
  #recent-posts-6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Ajuste a opacidade conforme necessário */
    border-radius: 10px;
    z-index: 0; /* Certifique-se de que a sobreposição esteja atrás do conteúdo */
  }
  
  #recent-posts-6 .content-lua {
    position: relative;
    z-index: 1; /* Certifique-se de que o conteúdo esteja na frente da sobreposição */
  }
  
  #recent-posts-6 h1.letra-lua {
    margin-bottom: 10px;
    color: #ffffff !important;
  }
  
  #recent-posts-6 .post-content {
    color: #ffffff !important;
    padding: 20px 10px 5px 10px;
  }
  
  #recent-posts-6 p {
    text-align: center;
    font-size: 20px;
  }
  

    #recent-posts-7 {
    position: relative;
    padding: 30px 85px 0px 0px;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url(../img/edicaoJulho/shutterstock_604147784_Easy-Resize.com_.jpg);
    background-size: cover;
    background-position: center;
  }
  
  #recent-posts-7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.611); /* Ajuste a opacidade conforme necessário */
    border-radius: 10px;
    z-index: 0; /* Certifique-se de que a sobreposição esteja atrás do conteúdo */
  }
  
  #recent-posts-7 .content-lua {
    position: relative;
    z-index: 1; /* Certifique-se de que o conteúdo esteja na frente da sobreposição */
  }
  
  #recent-posts-7 h1.letra-lua {
    margin-bottom: 10px;
    color: #ffffff !important;
  }
  
  #recent-posts-7 .post-content {
    color: #ffffff !important;
    padding: 20px 10px 5px 10px;
  }
  
  #recent-posts-7 p {
   font-size: 19px ; 
   line-height: 35px ; 
   text-align: left ;
    
  }
  

  
/* Remove o display grid aplicado a todos os elementos */
.olcards,
.olcards * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.olcards {
    list-style: none;
    counter-reset: cardCount;
    font-family: sans-serif;
    display: grid; /* Alterado de flex para grid */
    grid-template-columns: repeat(2, 1fr); /* Duas colunas de largura igual */
    gap: var(--cardsGap); /* Espaçamento entre os cards */
    padding: var(--cardsGap) 0; /* Adicionado padding-bottom para garantir o espaçamento */
}

.olcards li {
    counter-increment: cardCount;
    display: flex;
    color: white;
    --labelOffset: 1rem;
    --arrowClipSize: 1.5rem;
    margin-top: var(--labelOffset);
}

.olcards li::before {
    content: counter(cardCount, decimal-leading-zero);
    background: white;
    color: var(--cardColor);
    font-size: 2em;
    font-weight: 700;
    transform: translateY(calc(-1 * var(--labelOffset)));
    margin-right: calc(-1 * var(--labelOffset));
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 0.5em;
}

.olcards li .content {
    background-color: var(--cardColor);
    --inlinePadding: 1em;
    --boxPadding: 0.5em;
    display: grid;
    padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize))
      var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
    grid-template-areas:
      "icon title"
      "icon text";
    gap: 0.25em 1em;
    clip-path: polygon(
      0 0,
      calc(100% - var(--arrowClipSize)) 0,
      100% 50%,
      calc(100% - var(--arrowClipSize)) 100%,
      calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
      0 calc(100% + var(--cardsGap))
    );
    position: relative;
}

.olcards li .content::before {
    content: "";
    position: absolute;
    width: var(--labelOffset);
    height: var(--labelOffset);
    background: var(--cardColor);
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    filter: brightness(0.75);
}

.olcards li .content::after {
    content: "";
    position: absolute;
    height: var(--cardsGap);
    width: var(--cardsGap);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
    left: 0;
    top: 100%;
}

.olcards li .icon {
    grid-area: icon;
    align-self: center;
    font-size: 2em;
}

.olcards li .content .title {
    grid-area: title;
    font-size: 1.0em;
    /* font-weight: 700; */
}

.olcards li .content .text {
    grid-area: text;
}

/* efect */


.card-edicao {
  border-radius: 10px;
  filter: drop-shadow(0 5px 10px 0 #ffffff);
  width: 100%;
  /* height: 380px; */
  background-color: #e3e3e3;
  padding: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.6s ease-in;
}

.card-edicao::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -15px;
  /* background: #FFAC00; */
  height:400px;
  width: 25px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

/* .card-edicao:hover::before{
    transition-delay:0.2s ;

  transform: scale(40);
} */

/* .card-edicao:hover{
    color: #ffffff;

} */

.card-edicao p{
    padding: 10px 0;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.761);

}
/* efect */

#foto-frase-edicao{

}

#foto-frase-edicao {
    position: relative;
    background-image: url('./img/carousselAgosto/ESTRADA 3 (2).jpg');
    background-size: cover;
    background-position: center;
    border: 1px solid #6f6f6f0d;
    border-left-color: none;
    border-right-color: none;
    /* padding: 60px 0;  */
  }
  
  #foto-frase-edicao::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.257) !important; /* Dark overlay with 50% opacity */
    z-index: 1; /* Make sure it is behind the content */
  }
  
  .container {
    position: relative;
    z-index: 2; /* Place content above the overlay */
  }
  
  .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Center content vertically within the wrapper */
  }
  
  .card-edicao, .author-block {
    background-color: rgba(0, 0, 0, 0); 
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  */
  }
  

  .author_intro {
    color: #838080 !important;
    font-size: 20px;
    text-align: justify;
  }
  
  .author_name {
    font-family: 'Oswald', sans-serif;

    color: #838080 !important;
    font-size: 20px;
  }
  
  /* Add spacing only for mobile screens */
@media (max-width: 767px) {
    .card-spacing {
      margin-bottom: 20px; /* Add bottom margin to separate the cards on mobile */
    }
  }
  
  /* Ensure columns have spacing on larger screens */
  .details_with_sidebar {
    padding: 15px; /* Add padding inside the columns */
  }
  
  /* Override the bottom margin on larger screens */
  @media (min-width: 768px) {
    .card-spacing {
      margin-bottom: 0; /* Remove bottom margin on larger screens */
    }

  }


  @media (max-width: 768px) {
      .custom-card__background::after {
          font-size: 10px !important;
          /* Reduz o tamanho do texto em telas pequenas */
          bottom: 5px !important;
          /* Ajusta a posição do tooltip */
          padding: 6px 10px !important;
          /* Ajusta o espaçamento */
      }
  }
  /* Estilizando o tooltip */
  .custom-card__background {
      position: relative;
      cursor: pointer; /* Indica que há uma interação */
  }
  
  /* Criando o tooltip */
  .custom-card__background::after {
      content: attr(data-title); /* Usa o valor do atributo data-title */
      position: absolute;
      bottom: 10px; /* Ajuste conforme necessário */
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.8);
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 14px;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease-in-out;
      text-transform: uppercase;
  }
  
  /* Exibe o tooltip ao passar o mouse */
  .custom-card__background:hover::after {
      opacity: 1;
      visibility: visible;
  }

  .image-overlay {
      position: relative;
  }

  .image-overlay::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      /* Altere o valor alfa (0.5) para ajustar o nível de escurecimento */
  }

  /* STYLE 6
      ----------------------------- */
  .six h1 {
      text-align: center;
      color: #FD7D01;
      font-size: 30px;
      font-weight: 400;
      text-transform: uppercase;
      word-spacing: 1px;
      letter-spacing: 2px;
      position: relative;
      /* Mantém os traços antes/depois posicionados */
  }

  /* Faz o span ficar abaixo do h1 */
  .six h1 span {
      display: block;
      /* Força o span para baixo */
      margin-top: 15px;
      /* Adiciona espaçamento */
      font-size: 0.5em;
      font-weight: normal;
      font-style: italic;
      /* font-family: "Playfair Display", "Bookman", serif; */
      font-family: "Tenor Sans", sans-serif;
      color: #999;
      letter-spacing: -0.005em;
      word-spacing: 1px;
  }

  /* Linhas antes e depois do título */
  .six h1:after,
  .six h1:before {
      position: absolute;
      left: 0;
      bottom: -20px;
      /* Ajuste fino */
      width: 45px;
      height: 4px;
      content: "";
      right: -50px;
      margin: auto;
      background-color: #ccc;
  }

  .six h1:before {
      background-color: #fd7f01d6;
      left: -50px;
      transform: translateX(-50%);
      /* Centraliza */
      width: 50px;
  }

  /* Responsividade para telas menores */
  @media (max-width: 768px) {
      .six h1 {
          font-size: 17px;
          /* Reduz tamanho do título */
      }

      .six h1 span {
          font-size: 0.5em;
          /* Reduz o span */
      }

      .text-frase {
          font-size: 14px !important;
          line-height: 25px !important;
          text-align: left !important;

      }
  }

