/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/*
  Container principal do Hero.
  O 'line-height: 0' ajuda a remover qualquer espaço em branco
  vertical que a tag <img> possa criar.
*/
.hero-section-html {
    width: 100%;
    line-height: 0;
}

/*
  Estilo para as imagens do hero.
*/
.hero-image {
    width: 100%; /* Faz a tag <img> ocupar toda a largura do seu pai */
    object-fit: cover; 
    object-position: center; 
}


#sticky-scroll-banner {
    
    background-color:#000000;
    
    /* Estado inicial: oculto e fora da tela */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px); /* Começa um pouco para baixo para efeito de subida */
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    
    /* Estilos base */
    position: fixed;
    z-index: 1000; /* Garante que o banner fique acima de outros conteúdos */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden; /* Garante que a imagem respeite o border-radius */
}

/* Garante que a imagem preencha o link */
#sticky-scroll-banner a,
#sticky-scroll-banner img {
    display: block;
}

/* Classe que torna o banner visível */
#sticky-scroll-banner.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Move para a posição final */
}

/* --- Posicionamento para MOBILE (Padrão) --- */
#sticky-scroll-banner {
    bottom: 20px;
    left: 50%;
    /* Truque para centralizar horizontalmente com position:fixed */
    transform: translateX(-50%) translateY(20px); 
}

#sticky-scroll-banner.is-visible {
    transform: translateX(-50%) translateY(0);
}

/* --- Posicionamento para DESKTOP (Telas maiores que 768px) --- */
@media (min-width: 768px) {
    #sticky-scroll-banner {
        bottom: 30px;
        right: 30px;
        left: auto; /* Reseta a propriedade 'left' do mobile */
        transform: translateY(20px); /* Reseta o transform do mobile */
    }

    #sticky-scroll-banner.is-visible {
        transform: translateY(0);
    }
}

h1 {
    font-family: 'Antonio', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 55px;
    line-height: 58px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

h2 {
    font-family: 'Antonio', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}



h3 {
    font-family: 'Antonio', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 34px;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}

ul {
    color: #000000;
}

.parceiros p {
    font-size: 33px;
}

.txt-destaque {
    color: #000000  !important;
	font-weight: 700;
}

.txt-destaque-2 {
    color: #000000 !important;
    font-weight: 700;
}


#oferta a {
    text-decoration: underline !important;
    color: #fdb64f;
	font-weight: 900;
}
	
#wrapper {
    background-color: #a189cd;
    overflow: hidden;
}
body {
    color: #fff;
    font-family: 'Lato', sans-serif;
}

p {
    color: #000000;
    font-size: 19px;
    line-height: 24px;
}



.rodape-legal {
    width: 100%;
    border: 1px solid #644a2c
}

li {
    list-style: disc;
    list-style-position: inside;
    font-size: 19px;
    line-height: 24px;
    padding: 4px 0;
}

li.destaque {
    font-size: 21px;
}


.temas {
    border: 2px solid #4c3872;
    border-radius: 10px;
    padding: 30px 10px;
}


.line {
    width: 100% !important;
    border-top: 1px solid #000000 !important;
}

nav.primary-menu {
    height: 80px;
}

#intro, #beneficios {
    background-color: #ffffff;
}

body, #oferta, #beneficios, #final {
    background-color: #a189cd;
}



#intro .content-wrap {
    padding: 10px 0 30px;
}

.dark #header.transparent-header, #header.transparent-header.dark, .dark #header.transparent-header:not(.sticky-header) #header-wrap, #header.transparent-header.dark:not(.sticky-header) #header-wrap {
    background: #ffffff;
}

.dark #header-wrap {
    background-color: #ffffff;
}

#content{background-color:#cfc6b4;}

.button {
    padding: 23px 38px;
    background-color: #e2606c;
    font-size: 20px;
    border-radius: 40px;
}

.button-cta {
    padding: 13px 36px;
    background-color: #ab2720;
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
}


.cta {
    padding: 10px 56px;
    background-color: #2853ab;
    font-size: 28px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
    margin: 10px 0 2px !important;
    display: inline-block;
}

.button-oferta {
    padding: 10px 35px 14px;
    background-color: #000000;
    font-size: 25px;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 10px 0 2px !important;
    display: inline-block;
    border-bottom: 5px solid #9996d2;
    border-radius: 9px;
    line-height: 27px;
}

.button-oferta:hover {
    color: #9996d2;
}


section#slider {
    background: #d198d1;
    margin: auto;
}

#header .container {
    max-width: 980px;
}

#header p {
    float: left;
    color: #000000;
    width: 180px;
    margin: 0 10px 0;
    font-size: 15px;
    line-height: 19px;
    margin-top: 4px;
    font-weight: 700;
}



img.d-none.d-sm-block {
    padding: none !important;
    margin: 0 auto;
}


h4 {
    font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'!important;
    font-size: 32px;
    line-height: 45px;
    color: #000000;
}

h5 {
    font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'!important;
    font-size: 38px;
    line-height: 43px;
    max-width: 700px;
    color: #000000;
}

img.podcast-logo {
    margin-top: -20px;
}





#intro p {
    font-size: 27px;
    line-height: 32px;
    color: #ab2720;
    font-style: italic;
    font-weight: 400;
}

hr {
    margin: 35px 0;
    border: 0;
    opacity: 0.6;
    width: 100%;
    border-top: 1px solid #000000;
}




.col-12.col-sm-12.col-md-5.my-auto.justify-content-center {
    padding-right: 100px;
    padding-left: 35px;
}

.button:hover {
    background-color: #000000 !important;
}

a.ouca {
    color: #000000;
    text-decoration: underline !important;
    margin-top: 10px !important;
    display: inline-block;
}

a.ouca:hover {
    color: #b42128;
    text-decoration: underline !important;
}


#content .content-wrap {
    padding: 50px 0;
    overflow: visible;
    width: 60%;
}

#texto .content-wrap {
    padding: 0;
    overflow: visible;
}

#content p {
    line-height: 28px;
    font-size: 20px;
    color: #000000;
}



#oferta .content-wrap {
    padding: 0;
}


p.apenas {
    color: #ac352d;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 12px;
}

p.apenas:before {
    content: "";
    height: 2px;
    background: #ac352d;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0;
}


p.apenas:after {
    content: "";
    height: 2px;
    background: #d04563;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}

p.preco {
    color: #000000;
    font-size: 50px;
    line-height: 50px;
}

p.meses {
    color: #000000;
    font-size: 25px;
}

p.cancele{
	color:#000000;
}


p.tl {
    color: #000000;
    font-size: 12px;
}

#oferta hr {
    color: #0c8fbf;
    border-top: 3px solid;
    opacity: 1;
    width: 120px;
}


p.legal {
    font-size: 13px !important;
    line-height: 16px !important;
}


/* ----------------------------------------------------------------
BENEFÍCIOS
-----------------------------------------------------------------*/

#beneficios a.button-oferta.button-effect.button-header.mt-1 {
    width: 240px;
    margin: 0 auto;
}

#beneficios .content-wrap {
    padding: 50px 0 10px;
    overflow: visible;
    width: 55%;
}

#beneficios p {
    line-height: 23px;
    font-size: 18px;
}


.parceiro {
    border: 1px solid #000000;
    border-radius: 17px;
    padding: 16px;
}

#casafolha img {
    border-radius: 10px;
}

.divider-beneficios {
    border: 1px solid #644a2cb0;
    width: 100%;
}



#clube p {
    font-size: 22px;
}

#casafolha .content-wrap {
    padding: 10px 0;
}


.container.casafolha {
    /* background-color: #6781d9; */
    border-radius: 20px;
    padding: 30px 40px;
    border: 1px solid #000000;
}


#casafolha h2 {
    font-family: 'Antonio', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 40px;
    line-height: 47px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}


img.d-block.rlogos {
    margin: 15px auto;
    width: 190px !important;
    height: 120px;
}




.owl-custom-nav {
    font-family: 'Lato';
    font-weight: 500;
    gap: 6px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}



.owl-nav {
    display: none;
}


.galeria {
    border-radius: 20px;
    padding: 20px;
    min-height: 430px;
    text-align: start;
}


.galeria img {
    border-radius: 20px;
}

.galeria h3 {
    font-family: "Lato", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    letter-spacing: 4px;
    line-height: 25px;
    font-size: 22px;
    font-weight: 600;
}


.card {
    padding: 0 20px;
    border: 1px solid #000000;
}

.card-body {
    padding: 0;    
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}









.custom-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: 'Lato';
    font-size: 30px;
    padding-bottom: 2px;
    /* line-height: 320px; */
}

/* Efeito de hover para dar feedback ao usuário */
.custom-nav-btn:hover {
    color: #ffffff !important;
    background: #000000;
    cursor: pointer;
}


.cfg-carousel .galeria {
    min-height: 420px;
    border: 3px solid #6f1a12;
}


section#assinatura {
    background: #8d231c;
    margin: 40px;
    border-radius: 18px;
}

#assinatura p, #assinatura h2 {
    color: #ffffff !important;
}

/* ----------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/

#footer {

    border-top: none;
}

#copyrights {
    padding: 50px 0;
    background-color: #221e1f;
    font-size: 0.875rem;
    line-height: 1.8;
    border-top: 2px solid #644a2cb0;
}


footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

p.legal-footer {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}


#gotoTop:hover {
    background-color: #00b9b6;
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    
    
#sticky-scroll-banner {
    width: 80%;
}    
    
    
section#assinatura {
        margin: 20px;    
}    
    
    
.temas {
    border: 2px solid #4c3872;
    border-radius: 10px;
    padding: 30px 10px;
    width: 100%;
    margin: 0 auto;
} 
    
.cfg-carousel .galeria {
    min-height: 300px;
    padding: 4px;
}
    
    .galeria p{
    font-size: 18px;
    line-height: 21px;
    }    
    
    
h3 {
    font-size: 26px;
    line-height: 32px;
}    
    
    
img.d-block.rlogos {
    margin: 15px auto;
    width: 80% !important;
    height: auto;
}    
    
	
.col-9 {
    flex: 0 0 auto;
    width: 98%;
}	
	
.w-75 {
    width: 96% !important;
}	
	
.w-50 {
    width: 100% !important;
}	

	
#oferta .col-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0;
}	
	
	
h1 {
    font-size: 38px;
    line-height: 42px;
}
    
#casafolha h2 {
    font-size: 32px;
    line-height: 38px;
}
    
.container.casafolha {
    padding: 30px 22px;
}    
	
#slider.mobile-hide{display:none !important;}	
#hero-mobile.desktop-hide{display:block !important; margin-top: 0px;}		
	
	body{margin-top:0;}	
	
#intro .content-wrap {
    padding: 15px 0 20px;
}	
	
.header-size-md #header-wrap #logo img {
    max-width: 320px !important;
}	
	
nav.primary-menu {
    height: 68px;
}	
	
	
#logo {
    margin: 0 auto !important;
    padding-bottom: 8px;
}	
	
	
#header-wrap {
    background-color: #FFF;
    width: 100%;
    padding: 12px 12px 0;
    position: fixed;
    z-index: 1;
}	
	
#header-wrap .container {
    padding: 0;
}	
	
#header p {
    font-size: 12px;
    line-height: 13px;
    margin-top: 2px;
}	
	
#intro, #oferta {
    margin-top: 110px;
}	
	
#content .content-wrap {
    padding: 50px 0;
    overflow: visible;
    width: 85%;
}	
	
.menu-container {
    display: inline-block;
    width: 100%;
}	
	
#primary-menu-trigger, #page-menu-trigger {
    display: none;
}	
	
.primary-menu + .primary-menu {
    border-top: 1px solid #0000003b !important;
}	
	
nav.primary-menu.mobile-hide {
    display: none;
}	
	
.col-12.col-sm-12.col-md-5.my-auto.justify-content-center {
    padding-right: 20px;
    padding-left: 25px;
    padding-bottom: 50px;
}
	
img.podcast-logo {
    margin-top: 0px;
}	
	
h2 {
    font-size: 35px;
    line-height: 40px;
}	
	
h3 {
    font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'!important;
    font-size: 28px;
    line-height: 34px;
    padding-top: 10px;
}
	
h5 {
    font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'!important;
    font-size: 29px;
    line-height: 34px;
    max-width: 700px;
}
	
	
img.bird-right {
    top: -40px;
    left: -22px;
}
	
img.bird-left {
    top: -40px;
    right: -22px;
}	
	
#content .content-wrap {
    padding: 60px 0 50px;
}	
	
	
	
#oferta .content-wrap {
    width: 94% !important;
}	
	
#oferta {
    margin-top: 25px;
}
	
.button-oferta {
    letter-spacing: 1px;
}	
	
.cta {
    font-size: 22px;
}	
	
#copyrights {
    padding: 50px 25px;
    font-size: 0.875rem;
    line-height: 1.8;
}	
	
#beneficios .content-wrap {
    padding: 50px 0;
    overflow: visible;
    width: 90%;
}	
	
.col-md-2.contato, .col-md-2.pagamento {
    margin-top: 30px;
}	
	
p.legal.w-50.mx-auto.mt-4 {
    width: 100% !important;
    margin: auto;
    text-align: left;
    margin-top: 80px !important;
}	
	
}






/* ----------------------------------------------------------------
1050px especific 
-----------------------------------------------------------------*/
@media (min-width: 1050px) and (max-width: 1060px) { 
	
h2 {
    font-size: 38px;
    color: #b42128;
    line-height: 41px;
    text-transform: uppercase;
}	
	
.col-12.col-sm-12.col-md-5.my-auto.justify-content-center {
    padding-right: 10px;
    padding-left: 35px;
}
	
}


@media (min-width: 768px) and (max-width: 950px) { 

.col-md-7 {
    flex: 0 0 auto;
    width: 80%;
	margin: 0 auto;
}	
	
.col-md-5 {
    flex: 0 0 auto;
    width: 80%;
	margin: 0 auto;	
}
	
	
#intro .content-wrap {padding: 0 0 40px;}	
	
#content .content-wrap {
    padding: 50px 0;
    overflow: visible;
    width: 80%;
}	
	
.w-50 {
    width: 70% !important;
}	
	
#header .container {
    max-width: 980px;
    padding: 15px 20px;
}	
	
#primary-menu-trigger, #page-menu-trigger {
    display: none;

}	
	
nav.primary-menu {
    display: none;
}	
	
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

	
.col-12.col-sm-12.col-md-5.my-auto.justify-content-center {
    padding-right: 0px;
    padding-left: 28px;
}	
	
}

/* ----------------------------------------------------------------
XX-Large devices (larger desktops, 1700px and up)
-----------------------------------------------------------------*/

@media (min-width: 1700px) { 
	
#beneficios .content-wrap {
    width: 40%;
}
	
#content .w-50, #beneficios .w-50 {
    width: 40%;
}		
	
}

