/*
Theme Name: Cores e Flores Studio
*/

#wpadminbar {
    display:none
}

@media screen and (min-width:940px) {
    .is-desktop {
        display: none!important
    }
}

@media screen and (max-width:940px) {
    .is-mobile {
        display: none!important;
    }
}
.icons img {
    width: 28px;
    margin: 0 4px;
}
.home-icon img {
    width: 22px;
    margin: 15px 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
.elm-button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}


ol,
ul {
    list-style: decimal!important;

}

.faq li{
    list-style: inside;

}

.faq ul {
    margin: 43px 0;

}

blockquote,
q {
    quotes: none
}

blockquote {
    margin: 26px 0;
    background: #f7f0edd9;
    padding: 25px 29px;
    color: #000;
}

img {
    height: auto;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    height: 100%;
    font-size: 18px;
    min-height: 100%;
}

body {
    color: #000;
    cursor: default;
    height: 100%;
    font: 17px/1.5 'Open Sans', sans-serif;
    background: #fff7f3e8;

}

#topcontrol {
    z-index: 99999999999!important;
    font-size: 2.2em!important;
    bottom: 2px!important;
    color: #32373c;
    right: 55px!important;
}

i,
em {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

h1 {
    font-size: 31px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px
}

small, .menu, .agenda, .button, .anchor-menu, .button-section, .credit{
    font: 13px 'minerva-modern', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-studio small {
    text-shadow: 0 0 #929292;
}
::selection {
    background: #F4EAE7;
}

a,
a:link,
a:visited {
    color: #131212;
    text-decoration: none;

}

strong,
b {
    font-weight: bold;
    color: #000000;
}

a:hover,
b {
    color: #000;
}

.button {
    background: #ef7f40;
    padding: 15px 24px;
    font-size: 14px;
    font-weight: bold;
    display: table;
    margin-top: 34px;
    min-width: 196px;
    text-align: center;
    color: #fff!important;
    cursor: pointer;
}

.left,
.alignleft {
    float: left;
}

.right,
.alignright {
    float: right;
}

.center,
.max-width,
.inner {
    margin: 0 auto;
    display: block
}

.inline,
.menu li,
.conteudo-left,
.conteudo-right,
.columns-3,
.columns-2,
.cta h1,
.cta .button,
.publico-left,
.publico-right,
.resumo li {
    display: inline-block;
    vertical-align: top;
}

.relative {
    position: relative
}

.fixed {
    position: fixed
}

.clear,
.crp_clear {
    clear: both
}

a,
nav,
.menu, .bars,
.slick-slide,
.slider-entry{
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease
}

.menu .sub-menu,
.slider-entry{
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    visibility: hidden;
}

.menu li:hover ul,
.menu li:focus ul,
.slick-slide.slick-current .slider-entry{
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

p {
    margin-bottom: 15px;
}

/* LAYOUT */

.full-width {
    width: 100%
}

.max-width {
    max-width: 1200px;
    width: 88%;
    margin: auto;
    position: relative;
    z-index: 999999;
}


.columns-2 {
    width: 49%;
}

/* FORMULARIOS */

input,
button,
textarea {
    outline: none;
    border: 0
}
button {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
    position: relative;
}

/* MENU */


.menu, .bars {
  top:-100%;
}

.menu.showup, .showup .bars {
  top:0
}

.menu-right {
    background: #fff8f5;
}

.menu-right .is-mobile {
    display: none;
}

.menu {
    z-index: 999999999999999999999999;
    left: 0;
    line-height: 48px;
    height: 58px;
    background: #f8e1d9;
    letter-spacing: 2px;
    font-family: 'minerva-modern', sans-serif;
    /* background: url('https://coreseflores.studio/wp-content/themes/CFS2022/CFS/imagens/planner/bg-3-min.png'); */
    background-size: cover;
    background-position-y: 71%;
    background-color: #f7e9e4;
}

.menu::after, .planner-content::before {
  content:"";
  display: block;
  width: 100%;
  height:1px;
  background: url('https://coreseflores.studio/wp-content/themes/CFS2022/CFS/imagens/planner/bg-glitter-min.jpg');
  position: absolute;
  bottom:0;
  background-size: 48%;
}

.menu .center {
  text-align: center;
  display: inline-block;
  margin: auto;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}

.menu .left,
.menu .right {
  z-index: 999999999999999999999999999999
}
.menu a {
    color: #000000;
}

.logo_menu {
    content:"";
    display: inline-block;
    width: 0;
    height: 51px;
    background: url('https://coreseflores.studio/wp-content/themes/CFS2022/CFS/imagens/logo-laranja.svg') no-repeat center;
    margin-right: 13px;
    margin: 0 13px 0 6px;
    padding-right: 0;
    background-size: 100%;
}

.menu i {
    font-size: 21px;
    vertical-align: middle;
    margin: 22px 3px;
    color: #000000;
}

.menu .fa-home {
  position: fixed;
  left: 22px;
  color: #3e3c3c;
  font-size: 17px;
}

.sociais-menu.is-desktop {
    padding-right: 30px
}
.menu li {
    padding: 7px 7px;
    position: relative;
}

.menu .center li:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 241px;
  height: 67px;
  background: url('https://coreseflores.studio/wp-content/themes/CFS2022/CFS/imagens/logo-laranja.svg') no-repeat center;
  background-size: 94%;
  vertical-align: middle;
  margin: -15px 16px 0 35px;
}

.menu.showup .center li:nth-child(2)::after {
  width: 191px;
  margin: -12px 16px -5px 35px;
}

.menu li:hover .sub-menu {
    top: 54px;
}

.sub-menu a {
    padding: 0 33px;
    display: block;
}

.menu a:hover {
	color: #ca661b
}

.menu-right {
    position: fixed;
    width: 68%;
    max-width: 360px;
    background: #f0e0db;
    right: -100%;
    height: 100%;
    padding: 34px 37px;
}

.categories-menu a {
  font: 21px 'ivymode', serif;
  text-transform: none;
  letter-spacing: 0.4px;
  margin-top: 24px;
  line-height: 1;
  display: block;
  padding: 0 5px;
}

.menu-right a {        
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }
.open .menu-right a {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
    }
.open .menu-right a:first-child {
    -webkit-transition-delay: 0.7s; /* Safari */
    transition-delay: 0.7s;
    }

.open .menu-right a:nth-child(2){
    -webkit-transition-delay: 0.9s; /* Safari */
    transition-delay: 0.9s;
    }

.open .menu-right a:nth-child(3){
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
    }

.open .menu-right a:nth-child(4){
    -webkit-transition-delay: 1.1s; /* Safari */
    transition-delay: 1.1s;
    }

.menu-right h1 {
  margin: -8px 0 -24px;
}

.menu-right a span {
    display: none;
}
.menu-right a b,
.menu-right a span,
#cat li::before,
.main-menu li::before{
    vertical-align: top;
    top: -4px;
    position: relative;
    padding-right: 2px;
    width: 14px;
    color: #da7331;
    font: italic 12px 'ivymode', serif;
}

.menu-right a:hover span {
    display: inline-block
}

.open .menu-right {
     opacity: 1;
     filter: alpha(opacity=100);
     -moz-opacity: 1;
     right: 0;
}

.menu-right a:hover b {
    display: none;
}
.burguer-menu {
  width: 50px;
  height: 50px;
  margin: auto;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.bars {
    position: fixed;
    top: 0;
    right: 18px;
    width: 44px;
    height: 59px;
    z-index: 99999999999999999999;
    cursor: pointer;
}
.burguer-menu--dash:nth-child(1) {
  top: -4px;
  position: relative;
}
.burguer-menu--dash:nth-child(2) {
  top: 0px;
  position: relative;
}
.burguer-menu--dash:nth-child(3) {
  top: 4px;
  position: relative;
}
.burguer-menu--dash {
  height: 2px;
  width: 93%;
  display: block;
  background: #3e3c3c;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.open .burguer-menu--dash:nth-child(1) {top: 10px;transform: rotate(135deg);-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-o-transform: rotate(135deg);-ms-transform: rotate(135deg);background: #e0813a;}
.open .burguer-menu--dash:nth-child(2) {left: -30px;opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;}
.open .burguer-menu--dash:nth-child(3) {top: 6px;transform: rotate(-135deg);-webkit-transform: rotate(-135deg);-moz-transform: rotate(-135deg);-o-transform: rotate(-135deg);-ms-transform: rotate(-135deg);background: #e0813a;}

/* AGENDA */

.agenda {
    background: #fff7f4;
    font-size: 13px!important;
    padding: 14px 0;
    overflow-wrap: normal;

}

.marquee.agenda {
    position: relative;
    margin-bottom: 61px;
    background: #f1e1db;
}

.agenda a {
    color: #4c2e0ed1
}

.agenda img {
    width: 18px;
    vertical-align: bottom;
    margin: 0 11px;
}

/* ACESSO RAPIDO */

.quickie-acess {
    background: #fcf1ee;
    padding: 50px 0 106px;
    text-align: center;
    margin-bottom: 48px;
    font-size: 16px;
    color: #333333;
}

.quickie-acess li,
.columns-3 {
    width: 33%;
}

.quickie-acess li {
    padding: 0 44px;
}

.quickie-acess span,
.quickie-acess small {
    display:block;
}

.quickie-acess span {
    font: italic 74px 'ivymode', serif;
    color: #da7839;
}

.quickie-acess small {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9px;
}

/* SOBRE O STUDIO */

.about-studio {
  background: #fcede847;
    padding: 86px 0 127px;
    margin-top: 27px;
}
.about-left,
.about-right {
    vertical-align: top;
}

.about-left .gif {
    width: 173px;
    top: 50%;
    right: 0;
    z-index: 999;
}

.about-left .principal {
    display: block;
    margin: auto;
    text-align: center;
    width: 88%;
}

.about-left .gif, .about-left .square {
    position: absolute;
}

.about-left p,
.conteudo-left p,
.header-content {
    font: 200 14px 'ivymode', serif;
    width: 30%;
    letter-spacing: 0.5px;
}

.about-left .square {
    bottom: -56px;
    width: 249px;
    border: 8px solid #fdf9f8;
    right: 0;
}

.about-right {
    /* padding-left: 78px; */
    font-size: 17px;
}

.about-right h1 {
    font: 40px/1.12 'ivymode', serif;
    margin: 4px 0 22px;
    letter-spacing: 0.3px;
}

.about-right h1 i {
    font-weight: 600
}

/* INSIDE */

.item {
  background: #ffffffeb;
  margin-bottom: 20px;
  -moz-border-radius: 12px;
  margin: 0 auto 21px;
  overflow: hidden;  
    padding: 0;
    display: table;
    border-width: 0;
}

.item, .button {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.item img {
    margin: -26px -26px 19px;
    width: 112.8%!important;
    max-width: none;
    margin-bottom: 16px;
}

.item h1 {
    font: bold 19px 'ivymode', serif;
    margin-bottom: 5px;
}

a.icons {
    display: inline-block;
}

/* RODAPE */

footer {
    text-shadow: 0 0 BLACK;
    background: #fdf9f8;
    position: relative;
}

.credit {
    padding: 20px 0;
    text-align: center;
    background: #fbebe6;
    font-size: 11px;
}

.credit a {
  text-decoration: underline;
}

/* HEADER */

header {
  padding: 95px 0 69px!important;
  position: relative;
  background-position: 0 -295px;
  text-align: center;
  background: url(https://coreseflores.studio/wp-content/themes/CFS/imagens/planner/bg-planner-conteudo-ideias-instagram-notion-planejamento.png.png) no-repeat top right #f1e2dd;
  background-size: cover;
  /* background-color: #f0e0db; */
  background-color: #fff7f4;
  /* background-color: #f8efec; */
  }

.max-width {
    max-width: 989px;
    width: 86%;

}

@media screen and (min-width:680px) {
.bonus .max-width {
        /* max-width: 578px; */
        /* width: 90%; */
    
    }
}

.header-entry {
    font-size: 23px;
    line-height: 1.46;
    /* margin-top: 51px; */
}

.header-entry hr {
    margin: 31px auto 43px;
}

.header-entry h1 {
    letter-spacing: 0.1px;
    font: 48px/1.2 'ivymode', serif;
    margin-bottom: 23px;
    text-shadow: 0 0 black;
    max-width: 701px;
}

.header-entry h1, .header-entry p {
    max-width: 650px;
    margin-left: auto;
    display: block;
    margin-right: auto;

}

.header-entry h1 {
	max-width:762px
}

.header-entry p {
    /* margin-bottom: -54px; */
}

.header-entry img {
    margin-top: 0%;
    max-width: none;
    width: 87%;
}

.header-steps img {
    margin-bottom: 21px!important;
    width: 53px!important;
    display: none!important;

}

.header-entry h1 i, .above-header i {
    font-weight: 600;
}

.header-entry .button {
    background: #da7839;
    margin: 38px auto 9px;
    padding: 20px 40px;
}

.page-template-planner .button {
    border-radius: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 6px;
    letter-spacing: 0.8px;
    font-weight: bold;
    font-size: 17px;
}

.above-header,
.important {
    background: #fff7f4;
    padding: 74px 0 92px;
    text-align: left;
    /* background: #f9f0ee; */
    background: #f0e0dbe6;

}

.resposta {
    text-align: center;
    /* max-width: 842px; */
    margin: 32px 4% 14px;
    font-size: 18.1px;
    background: #f1e2ddb0;
    /* padding: 46px 88px; */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.dobra {
    text-align: left;
    max-width: 943px;
    margin: 60px auto;
    font-size: 18px;
}

@media screen and (min-width:900px) {
  .dobra {
    
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 35px;
    -webkit-column-gap: 35px;
    column-gap: 35px;
  }
}
.resposta h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: -41px;
    font: bold 24px 'ivymode', serif;
    max-width: 712px;
    margin: 0 auto -41px;
}

.above-header h2 {
    /* text-decoration: underline; */
}

/* STEPS */

.steps {
  /* background: #f1e3de; */
  padding: 33px 0 42px;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

section.steps.header-steps li strong {
    color: #626262;
}

.bonus .steps {
    margin-top: 38px;
    margin: 92px auto -147px;

}

section.steps.header-steps {
    font-size: 17px;
}

.steps .max-width {
    background: #fffaf9;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;

}

.header-steps .max-width {
    border: 1px solid #efe6e6ed;
    padding: 25px 0;
    font-size: 16px;
    line-height: 1.5;

}

.bonus .steps .max-width {
    background: #f1e3de;
    padding: 24px 41px 38px;
    text-align: center;
    /* max-width: 1000px!important; */
    /* width: 100%; */

}

.steps li {
    width: 24%;
    /* border-right: #fff7f4 solid 6px; */
    padding: 36px 37px 48px;

}

.header-steps li {
    padding: 12px 26px 0px;
    border-right: 1px solid #f2e7e5;

}

.header-steps li:last-child {
    border:none!important
}

@media screen and (max-width:1155px) {
  .steps li {
        width: 23%;
    
    }
}

@media screen and (max-width: 900px) {
  .steps li {
    font-size: 15px;
    padding: 32px 24px 42px;
  }
}
.steps img {
    margin: -52px auto 15px;
    position: relative;
    display: block;
    width: 48px;

}

.steps small {
  font-weight: bold;
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  letter-spacing: 2px;
}

.steps span {
  font: italic 62px 'ivymode', serif;
  margin-top: -68px;
  display: none;
}


/* PUBLICO ALVO */

.publico {
    padding-top: 90px;
    padding: 128px 0 126px;

}

section.publico p {
    margin-bottom: 44px;
    font-size: 18px;

}

.publico-left,
.publico-right {
    font-size: 19px;
    vertical-align: middle;
}

.publico-left {
    width: 46%;
    padding-right: 30px;
}

.publico-mobile {
    display: none!important;
}

.publico-right {
  padding-left: 37px;
  width: 53%;
}

.publico h1 {
    font: 31px/1.2 'ivymode', sans-serif;
    margin: 0 0 17px;
    letter-spacing: 0.3px;

}

.publico h1 i,
.resumo h1 i{font-weight: bold;}

.publico-left p img,
.above-right img{
    width: 23px;
    vertical-align: middle;
    margin: 0 5px 3px 0;

}

.important {
    /* background: #000; */

}


/* DOR */

.dor {
  padding-top: 90px;
  padding: 82px 0 126px;
}

section.dor p {
    margin-bottom: 29px;
    font-size: 18px;
}

.dor-left,
.dor-right {
    font-size: 19px;
    vertical-align: middle;
}

.dor-left {
    width: 50%;
    padding-right: 30px;
}

.dor-mobile {
    display: none!important;
}

.dor-right {
  padding-left: 38px;
  width: 49%;
}

.dor h1 {
    font: 37px/1.3 'ivymode', sans-serif;
    margin: 0 0 44px;
}

.dor h1 i {font-weight: bold;}

.dor-left p img {
  width: 25px;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}


/* SLIDER */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0!important;
}

.slider-center {margin-bottom: 66px;}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin-bottom: 0!important;
    margin: 0;
    position: relative;
}

.feedbacks .slick-slide {
  vertical-align: middle;
  padding: 13px;
} 

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    outline: none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 27%;
    display: block;
    width: 20px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    right: 11px;
    z-index: 99999999;
    width: 42px;
    height: 42px;
    background: #f1dbd4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding-top: 8px;
}

.acesso-imediato .slick-prev, .acesso-imediato .slick-next {
  background: #f9f6f4;
  border: 1px solid #efe6e6
}

.feedbacks .slick-prev, .feedbacks .slick-next {
    background: #f0d1c6;
    color: #fff;
    top: 51%;
}

button.slick-next.slick-arrow {
    right: 40px;
}

.feedbacks button.slick-next.slick-arrow {
    right: 10px!important;
}

.feedbacks button.slick-next.slick-arrow {
    right: -12px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: white!important;
    outline: none;
    background: #de7b31;
}

.feedbacks .slick-prev:hover,
.feedbacks .slick-prev:focus,
.feedbacks .slick-next:hover,
.feedbacks .slick-next:focus
{
    background: #f6ccbd;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: "Poppins";
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 38px;
}

.feedbacks button.slick-prev.slick-arrow {
    left: 3px!important;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '>';
    padding: 0 13px;
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

.single-item .slick-prev {
  left: 23px;
}
.single-item button.slick-next.slick-arrow {
  right: 25px;
}

.single-item .slick-prev, .single-item .slick-next {
  top: 50%;
  background: #ffffff7a;
}


/* BEFORE AFTER */

.before, .after {
  /* width: 49%; */
  /* display:inline-block; */
}

.before-after {
    background: #f9f0ee;
    padding: 100px 0;
}

.before-after p {
    background: #ffffffd9!important;
}

.resumo h4 {
    font: bold 23px 'minerva-modern', sans-serif;
    margin-top: 30px!important;
    text-align: center;
    letter-spacing: -0.6px;

}

.resumo li {
    border-bottom: 1px solid #7957411f;
    font-size: 16px;
    border: 1px solid #6a5b5b;
    margin: 0 auto;
    background: #fdfbfa;
    margin: 49px 18px 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-align: left;
    width: 45%;

}

.resumo h4 {
    margin: 0 0 -15px!important;

}

.resumo .miniatura {
    width: 100%;
    margin: 0;

}
.resumo li .inner {
    padding: 20px 32px 18px!important;

}

.item li::before {
  width: 15px;
  height: 20px;
  background-size: 14px;
  margin-right: 7px;
}

.resumo {
    padding: 84px 0 88px;
    text-align: center;

}

.resumo li img {
    width: 18px;
    margin: 5px 1px -4px 0;
    line-height: 0;

}
.resumo .plus {
    margin-top: 46px;
    width: 97%;
    margin: 46px auto 0;
    max-width: 647px;
}

@media screen and (min-width:700px) {
.resumo .pages li {
  /* width: 49%; */
  display: inline-block;
  text-align: left;
  padding: 6px 12px 6px 8px;
  background: #f2e9e9;
}

.resumo .pages {
    text-align: center;
    width: 90%;
    display: block;
    margin: auto;
}
}

.resumo h2 {
  font-size: 24px;
}
.resumo h2 s {
    display: block;
    font-size: 34px;
}

.resumo .plus span  {
  float:right;
  text-decoration: line-through;
  color: #da7839;
  font: bold 20px 'minerva-modern', sans-serif;
  letter-spacing: -1px;
  width: 24%;
  text-align: right;
}

.resumo p {
    /* width: 64%; */
    margin: 0;
    font-size: 17px;
}

.resumo p img {
    width: 22px;
    margin: 0px 5px -5px 0;
    float: left;
}



/* SPOILER */

.spoiler {
    background: #f9f0ee;
    /* padding: 87px 0 98px; */
    background: #fff8f4d4;
    background: #f6ebe7;
    /* background: #f0e0dbd1; */

}

.spoiler h2 {
    font: bold 16px "minerva-modern", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;

}

.spoiler i {
    font-weight: bold 
}

.spoiler h1 {
     font: 40px/1.1 'ivymode', serif;
    text-align: center;
    margin-bottom: 80px
}

.spoiler small {
    display: block;
    font: italic bold 12px "ivymode", serif;
    margin-bottom: 7px;

}


section.spoiler h2 i {
    font-weight: bolder;
    /* display: block; */
}

.spoiler-entry {
    /* width: 31%; */
}

.spoiler-entry img {
    width: 22px;
    display: block;
    /* float: left; */
    margin-right: 17px;
    vertical-align: middle;
}

.spoiler li {
    width: 33%;
    padding: 0 51px;
    border-right: 1px solid #fbfbfb;

}

.spoiler figure {display: None}
li.constancia img {
    width: 105%;
    padding: 0 11px 20px;
    margin-bottom: -10px;
}

.spoiler li img {
    max-width: none;
}

li.visibilidade img {
    width: 126%;
    margin: -26px -10% 0;
}

.spoiler li:last-child {
    border: none;
    vertical-align: bottom!important;
}

li.resultados img {
    width: 119%;
    margin: -12px 0 15px -29px;
}

.spoiler .max-width {
    max-width: 1200px;
    width: 90%;
    padding: 87px 0 98px;
    border-bottom: 1px solid #fbfbfb;

}

.resumo h2, .objetivo h2, .item h2, .resumo h1 {
    font: 28px 'ivymode', serif;
}

.item h2 {
    margin-top: 14px;
}

.item li:last-child {
    margin-bottom: 27px;
}

.resumo h2, .above-header h2, .objetivo h2, .resumo h1 {
    text-align: center;
    margin: 60px 0 0;
}

.resumo h1 {
    margin-bottom: 21px;
    width: 39%;
    margin: 0 auto 11px;
    font-size: 35px;
    line-height: 1.2;

}

.above-right li {
  width: 48%;
}

.above-left, .objetivo h1 {
    font: 400 40px 'ivymode', serif;
    /* text-shadow: 0 0 BLACK; */
    text-align: center;
    max-width: 625px;
    margin: 0 auto 43px;

}

.above-right li {
    display: block;
}

.above-right li {
    margin-bottom: 30px;
    border: 1px solid #e8dddd;
    padding: 26px 27px;
    margin-bottom: 11px;
    line-height: 24px;
    font-size: 16px;
    min-height: 72px;
    margin: 0 0.5% 17px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    letter-spacing: 0.1px;
    background: #ffffff91;
}

.above-right b {
    /* color: #bc632a; */
    /* font-size: 16px; */
    margin-bottom: 5px;
}

@media screen and (min-width:650px) {
.above-right {
    /* padding-left: 38px; */
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 65px;
}}

.page-template-planner-index .agenda {
    background: #f3e3df;
}

.more {
  background: #F0E0DB;
  padding: 19px 0;
  font: bold 14px 'minerva-modern', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f2e3deeb;
  text-align: center;
}

.more li {
  width: 47%;
  text-align: center;
}

.more li img {
    width: 22px;
    vertical-align: middle;
    margin-right: 9px;
}

.objetivo li {
  width: 45%;
  background: #f2e4df;
  padding: 30px;
  text-align: left;
  font-size: 17px;
  line-height: 1.38;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 0 0.5%;
  display: table-cell;
}

.beneficios {
    display: table;
    border-collapse: separate;
    border-spacing: 12px 0;
}

.objetivo .button {
    margin: 35px auto 0;
}

.objetivo {
    text-align: center;
    /* margin-bottom: 155px; */
    position: relative;
    top: -120px;
}

section.objetivo .visao-geral {
    width: 1101px;
    margin: 90px auto;
}

.objetivo h1 {
    margin-top: 60px;
    max-width: 900px;
}

.objetivo h1 i {
    font-weight: bold;
}

.objetivo b {
    /* font-style: italic; */
    font-weight: bold;
}

.objetivo img {
    margin: -205px 0 -97px;
    max-width: none;
    width: 113%;
    margin: -136px -6% -97px;
}

.inside {
  background: url('https://coreseflores.studio/wp-content/themes/CFS2022/CFS/imagens/planner/bg-inside-min.png') repeat center;
  padding: 76px 0;
  /* margin-top: 57px; */
  background-size: cover;
  background: url(https://coreseflores.studio/wp-content/themes/CFS/imagens/planner/bg-planner-conteudo-ideias-instagram-notion-planejamento.png.png) no-repeat top right #f5ece6c7;
}

.inside small {
    margin: auto;
    display: block;
    text-align: center;
}

.item-right {
    width: 60%;
    padding: 22px 35px;
}

.item-right, .item-left {
    vertical-align: middle!important;
    display: table-cell!important;
}

.item-right li {
    margin-top: 1px;
    display: block;
    /* font-size: 15px; */
}

.item-left {
    width: 38%;
    line-height: 0;
    background: #faf2f0;
}

.item-left img {
    margin: 0;
    width: 100%!important;
    max-width: 100%;
}

video {
    max-width: 100%;
}

.objetivo p {
    /* margin: 10px auto 23px; */
    /* max-width: 600px; */
    /* font-size: 19px; */
    /* line-height: 1.3; */
    margin-bottom: 25px;
    line-height: 26px;
}
.about-studio {
    margin-top: 0px!important;
    background: #fff6f06b;
}

section.about-studio .about-left {
    position: relative;
}

.about-studio small {
    color: #ef7f40;
    text-shadow: 0 0 #ef7f40;
    letter-spacing: 1px;
    font-weight: bold;
}

.sociais {
    display: block;
    margin-top: 6px;
}

.sociais i {
    font-size: 24px;
    margin: 19px 5px 0 0;
    color: #ef7f40;
}

.about-left .square {
    bottom: -69px!important;
    right: 15px!important;
    width: 207px!important;
}

.about-left .gif {
    top: -55px!important;
    left: -32px;
}

section.about-studio .ella {
    width: 84%;
}

.page-template-cmn-index .quickie-acess {
    padding: 34px 0 29px;
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    /* border-bottom: 1px solid #f3e7e3b8; */
    background: #f5e3dc;
}

.quickie-acess small {
    color: #ef7f40;
}

.modulos small {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-shadow: 0 0 #ffffff;
    font-weight: bold;
}

.quickie-acess {
    background: none;
    padding: 0;
}

section.modulos.quickie-acess, .feedbacks {
    padding: 56px 0;
    background: url(https://coreseflores.studio/wp-content/themes/CFS/imagens/CMN/bg-services.png) no-repeat #d4732a;
    color: #fff;
    background-size: cover;
    margin-bottom: 0;
    line-height: 1.28;
    font-size: 18px;
    background-color: #d47124;
}

section.feedbacks {
    position: relative;
}

section.feedbacks img {
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    /* object-fit: fill; */
    /* width: 100%; */
    /* object-position: center; */
}

section.feedbacks small {
    text-align: center;
    display: block;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 12px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 17px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ffffff00;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .825;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.modulos li {
    width: 49%;
}


.page-template-cmn-index .max-width {
    max-width: 1000px;
}

.modulos .max-width, .more .max-width {
    max-width: 1131px;
}

.more .max-width {
    width: 98%;
    text-align: left;
}

header .max-width {
    max-width: 1400px;
    width: 90%;
}

.above-header .max-width {
    max-width: 1000px;
}
.dor-left, .dor-right,
.spoiler li,
.target-left,
.target-right,
.resumo p,
.resumo span,
.bonus li,
.item-left,
.item-right,
.more li,
.above-right li, .about-book-entry, .about-book figure,
.steps li{
  display: inline-block;
  vertical-align: top;
}

.resumo p,
.resumo span {
    vertical-align: middle;
    margin-bottom: 14px;
    display: block;

}

span.emoji {
    margin-right: 6px;
}

.price h2 {
    font: 29px/1.3 'ivymode', serif;
    text-shadow: 0 0 black;
    letter-spacing: 0.4px;
    margin-bottom: 25px;

}

/* PRICE */

.price {
  text-align: center;
  background: url('https://coreseflores.studio/wp-content/themes/CFS/imagens/planner/bg-middle2.png') no-repeat center;
  background-size: cover;
  padding: 98px 0;
  background-position: inherit;
  position: relative;
}

section.price .investimento {
    display: block;
    font: 40px 'minerva-modern', sans-serif;
    letter-spacing: -2px;
    margin: 5px 0 21px;

}

.investimento b {
    font-size: 46px;
}

.price .button {
    margin: 26px auto 0;
    letter-spacing: 1px;
}

.button {
    background: #e67c2c;
    color: white;
    padding: 15px 25px;
    display: inline-block;
    /* border: 1px solid rgba(0,0,0,0.21); */
    border-bottom-color: rgb(0 0 0 / 37%);
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 0 rgba(255,255,255,0.34) inset, 0 2px 0 -1px rgba(0,0,0,0.13), 0 3px 0 -1px rgba(0,0,0,0.08), 0 3px 13px -1px rgba(0,0,0,0.21);
}


.investimento s {
    font-weight: 100;
}

.investimento span {
    font-size: 46px;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

}

.investimento small {
    display: block;
    font-weight: 700;
}

.price::before {
    background: #423e3426!important;
}

.price .max-width {
    background: #fff;
    padding: 43px 38px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    max-width: 407px;
    /* border: 1px solid #ada19a; */
    font-size: 16px;

}

.price h2 {
    font-size: 24px;
    margin-bottom: -1px;

}

.obs {
  background: #f7ece7;
  padding: 18px 0;
  /* margin-top: 51px; */
  text-align: center;
  font-size: 14px;
  color: #6d6d6d;
}

.obs b {
    color: #ef7f40;
}
  /* TARGET */ 



.target-left {
    font-size: 18px;
    margin: auto;
    /* display: block; */
}

.target-left li, .before-after p, .resumo .pages li, planner-content li {
    border: 1px solid #e8dddd;
    padding: 13px 0;
    margin: 0 auto;
    background: #fdfbfa;
    margin: 0 0 10px;
    padding: 16px 23px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.target-left p:last-child {
    /* border: none; */
}

.target {
  padding: 23px 0 132px;
  background: #fcf7f5;
}

section.target {
    background: url(https://coreseflores.studio/wp-content/themes/CFS/imagens/planner/bg-planner-conteudo-ideias-instagram-notion-planejamento.png.png) no-repeat top right #f5ece6c7;
    background-size: cover;
    background-position: right;
    position: relative;
    background-color: #dbc8be3d;
    background-attachment: fixed!important;
}

section.target h3 {
    margin-bottom: 22px;
    text-align: center;
    font: bold italic 30px 'ivymode', serif;
}

section.target .content-planner li {
    display: inline-block;
    background: none;
    border: none;
    width: 48%;
    vertical-align: top;
}

section.target .content-planner li.pessoal {
    border-right: 1px solid #ebe7e7;
}

section.target .content-planner {
    background: #fff7f4;
    border: 1px solid #e8dddd;
    padding: 24px 24px;
    margin-bottom: 52px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.planner-content::before {
    top: 0;
}

.mockup-target img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* z-index: -2; */
    position: absolute;
    top: 0;
    left: 0;
}

.mockup-target {
    height: 888px;
    position: relative;
}

.target-left {
    /* width: 40%; */
    margin-top: -72px;
    max-width: 992px;
    margin: 0 auto;
    display: block;
}

.target-right {
    width: 100%;
    margin-top: -9%;
    position: relative;
    /* left: -19%; */
}

.target-left {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.target-left li {
    display: block;
    font-size: 18px;
    margin-bottom: 25px;
    background: #fafafa;
    padding: 32px 41px;

}

.content-planner b {display: block;margin-bottom: 9px;}

.target-left p img, .before-after img {
    width: 21px;
    vertical-align: sub;
    float: left;
    margin: 2px 9px 0 0;
}

.topics h2, .target h2 {
  font: 42px/1.1 'ivymode', serif;
  margin-bottom: 41px;
}

.target h2 {
    margin-top: -139px;
    text-align: center;
    font-size: 42px;
}

.target h2 i {
    font-weight: bold;
}

@media screen and (min-width:1500px) {
  .target h2 {
    margin: -4% auto 51px;
  }
}

/* BONUS */ 

.bonus li {
    border-bottom: 1px solid rgba(218, 172, 172, 0.25);
    font-size: 16px;
    width: 100%;
    padding: 17px 0;
    margin-bottom: -2px;

}

@media screen and (min-width:730px) {.bonus li:last-child {
   border: none!important;
}}

.bonus .row:first-child {
    border: none;
}

.bonus {
    text-align: left;
    padding: 90px 0 30px;
    background: rgba(235, 217, 210, 0.25);
    /* background: #f1e3de; */
    /* background: #e8dddd; */

}

.bonus .logo {
    width: 60%
}
.bonus h4 {
    font-size: 23px;
    line-height: 1.58;

}

.bonus h3 {
    font: bold 32px 'minerva-modern', sans-serif;
    margin: 0 auto 24px!important;
    letter-spacing: -0.6px;
    /* text-align: center; */

}

.bonus .box-white h3 {
    font-size: 24px
}

.bonus .texto,
.box-white,
bloquote {
    padding: 52px;
    text-align: center;
    background: #fffaf9;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border: 1px solid;
    margin: 13px auto 64px;
    max-width: 730px;
    display: block;

}

bloquote {
    background: rgba(232, 216, 209, 0.58);
    padding: 20px 18px;
    border: none;
    margin-bottom: 38px;
    font-size: 14px;

}

bloquote a {
    color: #bd7a09!important;
    font-weight: bold;
    text-decoration: underline!important;

}
.bonus hr {
    border: none;
    border-top: 1px solid rgba(173, 173, 173, 0.31);
    width: 100%;
    margin: -7px 0 11px;

}

.list-itens {
    margin: -32px auto 63px!important;

}
.box-white {
    padding: 35px 41px 25px;
    text-align: left;
    /* margin-top: 71px!important; */

}

.text-above h1 i {font-weight: 700;}

.produtiva  {
    padding: 59px 0 61px;
    background: url(https://coreseflores.studio/wp-content/themes/CFS/imagens/CMN/bg-services.png) no-repeat #d4732a;
    color: #fff;
    background-size: cover;
    margin-bottom: -30px;
    line-height: 1.28;
    font-size: 18px;
    background-color: #d47124;
    position: relative;
    text-align: center;

}

.text-above .box-white {
    padding: 46px 54px;

}

.produtiva li {
    margin: 7px;
    width: 22%;
    background: #fff7f4;
    padding: 24px 20px;
    text-align: center;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border: 1px solid #696060;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1.5;
    font-size: 19px;

}

.produtiva li img {
margin: -42px auto 2px!important;
width: 54px!important;
display: block;
}

.produtiva li span {
    display: none
}

.visao-geral {
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    width: 950px;
    margin: 40px auto 30px;
    /* border: 1px solid #e3dbdb; */
}

section.bonus p {
    font-size: 17px;
    /* max-width: 500px; */
    margin: 0 auto 26px;
    line-height: 1.55;

}

.bonus .max-width {
    max-width: 609px;

}

.bonus p,
.bonus h4,
.bonus .box-white, .bonus .list-itens,
.bonus h3{
    max-width: 657px;
    margin: auto;

}

.bonus .box-white {
    margin: 44px auto 60px;

}

section.bonus .table {
    display: table;
    border-collapse: separate;
    border-spacing: 15px 11px;
}

.bonus li {
    /* display: table-cell; */
    /* margin: -15px 15px 15px; */
    /* border-right: 1px solid #fff4f4; */

}

.bonus h2 img {
    width: 36px!important;
    margin: 0 8px -8px 0;
}

.bonus .row {
    border-top: 1px solid #e8dddd;
    padding: 43px 0 49px;
}

.bonus b {
    /* font: bold 15px 'minerva-modern', sans-serif; */
    /* color: #c9601c; */
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
}

.bonus figure {
    /* background: #fcf7f5; */
    margin: -26px -26px 20px;
    padding: 22px;
}

.bonus .table img {
    /* margin: -66px -11px 11px; */
    /* width: 106%; */
    /* max-width: none; */
    display: none;
    width: 47px;
}

section.bonus .button,
.inside .button {
    margin: 50px auto 0;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.bonus a.button {
    margin-top: 0;
}

.bonus h1 {
    margin-bottom: 9px!important;
    max-width: 573px!important;
    line-height: 50px!important;
    text-align: left!important;

}

.bonus p {
    font-size: 20px;
    margin-bottom: 9px;
}

.bonus h2, .produtiva h2 {
    font: 25px/1.12 'ivymode', serif;
    /* letter-spacing: -0.5px; */
    /* text-shadow: 0 0 black; */
    margin: 5px 0 11px;
    word-spacing: -1px;
    /* width: 104%; */

}

.produtiva h2 {
    font-size: 43px;
    margin-bottom: 29px;

}

.produtiva small{
    display: block!important;
    font-weight: bold;

}

.bonus h2 {
    display: inline-block;
    width: 98%;
    font-size: 38px;
}

.produtiva h2 i {
    font-weight: bold;
}

.bonus small {
    /* color: #da7839; */
    font-weight: bold;
}


/* O QUE VEM */

.acesso-imediato li img {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border: 0.1px solid #efe6e6;
    -webkit-box-shadow: 0 4px 33px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 4px 33px 0 rgb(0 0 0 / 16%);
}

.acesso-imediato .slick-slide {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.85);
    filter: blur(1.5px);
}

.acesso-imediato .slick-slide.slick-current {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: blur(0px);
}

.acesso-imediato li h1 {
    margin: 26px 0 8px!important;
    font-style: italic;
    font-weight: bold;
}

.acesso-imediato h1 {
    font-size: 40px!important;
    margin-bottom: 10px!important;
    display: block;
}

.acesso-imediato small {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.acesso-imediato p {
    padding: 6px 0 0;
    text-align: center;
    color: #626262;
    font-size: 19px;
    width: 130%;
    margin: 22px -15% 0;
}

.acesso-imediato p b {
    color: #444242;
}

.acesso-imediato .slider-center li {
    padding-top: 7px;
    margin-top: 31px;
}

.fases li {
    background: #f2e8e4;
    border: 1px solid #d4bebed4;
    /* max-width: 500px; */
    margin: 0 auto 12px;
    background: #fffbfa;
    display: block;
    width: 100%;
    vertical-align: top;
    font-size: 16px!important;
    border-radius: 32px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 32px;
    padding: 21px 27px;

}


.fases h3 {
    /* background: #e78b44; */
    /* display: table; */
    margin: 39px auto 8px;
    /* padding: 12px 26px; */
    /* color: #da7839; */
    text-align: center;
    /* font-weight: bold; */
    /* border-radius: 20px; */
    /* -webkit-border-radius: 20px; */
    /* -moz-border-radius: 20px; */
    font: 22px 'ivymode', sans-serif;
    letter-spacing: 0.4px!important;
    z-index: 1119999999;
    /* position: relative; */
    /* border-collapse: separate; */
    /* border-spacing: 0px; */

}

.fases h3 small {
    display: block;
    /* margin: -22px 0 -1px!important; */
    font: italic bold 7px 'ivymode', serif;
    /* color: #fff; */
    /* background: #e3905f; */
    /* border-radius: 20px; */
    /* -webkit-border-radius: 50%; */
    /* -moz-border-radius: 20px; */
    /* padding: 8px; */
    /* width: 32px; */
    /* height: 33px; */

}

 .fases {
    background: #fffaf9;
    padding: 80px 0 100px;
    /* margin-bottom: -85px; */
    /* background: #d9c9c454; */
    /* background: url(https://coreseflores.studio/wp-content/themes/CFS/imagens/planner/bg-planner-conteudo-ideias-instagram-notion-planejamento.png.png) no-repeat top right #f1e2dd; */
    background-size: cover;
    background-color: #f6ebe7;
    background-position: right;
    position: relative;
    /* background-color: #fff3ed75; */
    background-attachment: fixed!important;

}

.text-above {
    /* margin: 0 auto 60px; */
    /* border-bottom: 1px solid #e9d5d5; */
    padding-bottom: 65px;
    background: rgba(224, 203, 192, 0.46);
    padding: 71px 0 34px;
    text-align: center;

}

.text-above p {max-width: 500px;margin: auto }

.fases h5 {
    text-align: center;
    font-size: 20px;
    margin: 50px auto 0;
    max-width: 502px;
    line-height: 1.5;

}

.fases::after {
    top:0;
    bottom: auto
}

.fases img {
    width: 18px;
    margin: -18px 1px -3px -8px;

}

.fases li {
    max-width: 619px;
    display: block;

}

.fases h1 {
    display: block;
    text-align: centerimportant;
    margin: 0 auto 34px!important;
    max-width: 413px!important;

}

.mobiles-mobile {
    text-align: center;
    margin-bottom: -107px;
    display: block;
    margin: -285px 0 -107px;
}

.planner-content h3 {
    font: bold 51px 'ivymode', serif;
    margin: -123px 0 29px!important;
    text-align: center;
}

.planner-content h3 i,
.fases i{
    font-weight: bold;
}

/* FEEDBACKS */


/* RESUMO */

.resumo li {
    border-bottom: 1px solid #7957411f;
    padding: 11px 0;
    /* display: block; */
    font-size: 17px;
    border: 1px solid #6b6767;
    padding: 0;
    margin: 0 auto;
    background: #fdfbfa;
    margin: 54px 19px 10px;
    /* padding: 16px 23px; */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

}

.item li::before {
    content: "";
    display: block;
    width: 24px;
    height: 21px;
    float: left;
    margin: 3px 11px 0 0;
    background: url(https://coreseflores.studio/wp-content/themes/CFS/imagens/CMN/check.png) no-repeat center;
    background-size: cover;
}

.item li::before {
  width: 15px;
  height: 20px;
  background-size: 14px;
  margin-right: 7px;
}

.resumo {
    padding: 84px 0 88px;
}

.resumo .plus {
    margin-top: 46px;
    width: 97%;
    margin: 46px auto 0;
    max-width: 647px;
}

@media screen and (min-width:700px) {
.resumo .pages li {
  /* width: 49%; */
  display: inline-block;
  text-align: left;
  padding: 6px 12px 6px 8px;
  background: #f2e9e9;
}

.resumo .pages {
    text-align: center;
    width: 90%;
    display: block;
    margin: auto;
}
}

.resumo h2 {
  font-size: 24px;
}
.resumo h2 s {
    display: block;
    font-size: 34px;
}

.resumo .plus span  {
  float:right;
  text-decoration: line-through;
  color: #da7839;
  font: bold 20px 'minerva-modern', sans-serif;
  letter-spacing: -1px;
  width: 24%;
  text-align: right;
}

.resumo p {
    /* width: 64%; */
    margin: 0;
    font-size: 17px;
}

.resumo p img {
    width: 22px;
    margin: 0px 5px -5px 0;
    float: left;
}

/* TOPICS */

.topic {
  display:inline-block;
  width: 48%;
  vertical-align: middle;
  background: #f8efec;
  border: 1px solid #d6c2be4d;
  padding: 14px 19px;
  margin-bottom: 11px;
  line-height: 1.3;
  font-size: 16px;
  min-height: 72px;
  margin: 0.5%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

li.topic::before {content: "";display: block;width: 24px;height: 21px;float: left;margin: 3px 11px 0 0;background: url('https://coreseflores.studio/wp-content/themes/CFS/imagens/CMN/check.png') no-repeat center;background-size: cover;}

.topics {
    background: #fffaf8;
    padding: 1px 0 58px;
}

section.topics em {
    font: italic 25px/1.1 'ivymode', serif;
    display: block;
    margin: 25px auto 0;
    text-align: center;
    letter-spacing: 0.4px;
    text-shadow: 0 0 BLACK;
}

.topics h2 {
    text-align: center;
    width: 515px;
    margin: 71px auto 15px;
}

/* MODULOS */

.columns-4 {
  display: inline-block;
  width: 24%!important;
  padding: 0 28px!important;
  vertical-align: top;
  font-size: 16px;
}

li.columns-4::after {
    content: "";
    display: block;
    width: 1px;
    height: 67px;
    /* background: #ffffff2e; */
    vertical-align: middle;
    position: absolute;
    top: 42%;
    margin-left: -5px;
}

li.columns-4:first-child::after {
    display: none;
}

.quickie-acess span {
    color: #fff!important;
    font-size: 43px!important;
}

/* IMAGE MIDDLE */

.overlay-middle, .overlay-middle-2 {
 height: 570px;
 position: relative;}
  
.overlay-middle img, .overlay-middle-2 img {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2
}
.storytelling {
    background: #f0e0dbe0;
    padding: 56px 0 110px;
    font-size: 18px;
    margin-bottom: -140px;
}

.storytelling p {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 35px;
    -webkit-column-gap: 35px;
    column-gap: 35px;
}

.bonus h1, .storytelling h2, .text-above h1, .inside h1, .feedbacks h1, .fases h1, .produtiva h1{
    font: 40px/1.18 'ivymode', serif;
    text-align: center;
    max-width: 561px;
    margin: 0 auto 32px;

}

.feedbacks h1 {
    max-width: 535px;
    line-height: 49px;
    margin: 32px auto 40px;
}

.feedbacks h1 i,
.acesso-imediato h1 i,
.produtiva h1 i{
    font-weight: bold;
}

.feedbacks b {
    color: #fff;
}
.overlay-middle::before, .overlay-middle-2::before, .feedbacks::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url('https://coreseflores.studio/wp-content/themes/CFS2022/CFS/imagens/planner/bg-glitter-min.jpg');
    position: absolute;
    top: 0;
    background-size: cover;
}


.overlay-middle::after,
.overlay-middle-2::after,
.price::after,
.fases::after,
.produtiva::after,
.produtiva::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url('https://coreseflores.studio/wp-content/themes/CFS2022/CFS/imagens/planner/bg-glitter-min.jpg');
    position: absolute;
    bottom: 0;
    background-size: cover;
}

.price::after,
.produtiva::before {
  top:0
}


/* FAQ */

.faq {
  position: relative;
  padding: 76px 0;
  /* background: #fde6df0f; */
  background: #f9f0ee;
}

.faq h1,
.faq small {
  text-align: center;
  display: block;
}

.faq h1 {
  font: 48px 'ivymode', serif;
  margin-bottom: 36px;
}

.faq::before {
    left: 0;
    background: url(imagens/faq-left.png) no-repeat;
    background-position: -113px 9%;
}
.faq::after {
    right: 0;
    background: url(imagens/faq-right.png) no-repeat;
    background-position: 37px 9%;
}

.faq::before, .home .faq::after {
    content: "";
    display: block;
    width: 32%;
    height: 100%;
    position: absolute;
    background-size: 135%!important;
    top: 11%;
    max-width: 218px;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 0;
  font-weight: bold;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #573e2e;

}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #da7839;
  border: 1px solid #da7839;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-weight: b;

}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #ef7f40;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #ef7f40;
}
.accordion button[aria-expanded='true'] {
    padding-bottom: 9px;
    color: #000000;

}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 900px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding-bottom: 14px;

}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 200ms linear, max-height 200ms linear;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    font-size: 16px;
    line-height: 1.67;

}

.container {
    margin: 0 auto;
    max-width: 699px;
    /* width: 62%; */
}

.accordion .accordion-item {
    border-bottom: 1px solid #ece1dc;
}

.accordion-item:last-child {
    border: none;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 27px 1em 0;
    color: #3e3c3b;
    outline: none;
    font: 17px 'Open Sans', sans-serif;
    background: none;

}

.accordion button b {
  font: italic bold 16px 'ivymode', serif;
  padding-right: 6px;
}

/* CTA */

.cta {
    background: url('https://coreseflores.studio/wp-content/themes/CFS/imagens/consultoria/bg-middle.jpg') no-repeat center;
    padding: 129px 0;
    margin-top: 0px;
    position: relative;
    background-size: cover;
    /* background-position-y: 10%; */
}

.cta::before,
.price::before {
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background: #422f2526;
  position: absolute;
  top: 0;
  left:0;
}

.cta .max-width {
  background: #fffffff0;
  padding: 34px 63px 39px;
  border: 1px solid transparent;
  border-image: url(https://coreseflores.studio/wp-content/themes/CFS/imagens/bg-glitter.jpg) 12 round;
  max-width: 1013px;
}

.cta h1 {
  font: 44px/1.1 'ivymode', serif;
  width: 56%;
}

.cta .button {
  float: right;
  margin: 20px 0 0;
  background: #ef7f40;
  color: #fff;
}

/* FOOTER */

.footer-infos {
  background: #fbebe6;
  text-align: center;
  padding: 69px 0;
  color: #444;
  font-size: 14px;
}

.credit {
    background: #da7839!important;
    color: #fff;
    margin: 0;
}
.credit a {
    color: #fff;
}

.footer-infos img {
  width: 200px;
  margin: 0 auto 13px;
  display:block;
}


/* RESPONSIVO */ 

@media screen and (max-width:1275px) {
  .about-left .square {
    bottom: 0
  }
}

@media screen and (max-width:1122px) {
  .about-right {
    font-size: 16px;
  }
}

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

.spoiler li {
    width: 32%;
}
}

@media screen and (max-width:970px) {
  .objetivo img {
    margin-top: -98px;
  }

  .spoiler li {
    padding: 38px;
  }

.bonus li {
    padding: 0 16px;
}
}
@media screen and (max-width:940px) {
.about-studio .about-left {display:block!important;margin-bottom: 60px!important;padding: 0;}

section.about-studio .ella {
    margin: auto;
    display: block;
    width: 79%;
}

  .about-left,
  .about-right {
    width:100%;
    max-width:600px;
    margin: auto!important;
    display: block;
  }

.about-right.columns-2 {
    font-size: 16.9px;
    line-height: 1.45;
}
    .responsive-menu {
      display:none
    }
    .footer-right a {
        font-size: 12px;
    }

    .menu, .bars {
      height: 54px;
      right: 5%;
    }
    .burguer-menu--dash {
      background: #ef7f40;
    }

    .logo_menu {
      display: block!important;
    }

.is-mobile.logo_menu {
}

.is-mobile.logo_menu {
    padding-right: 174px;
}

.fa-home {
    display: none;
}

    .main-menu {
      margin-top: 15px;
    }

    .menu-right a {
      font-size: 19px;
    }

    .main-menu li {
    font: 22px 'ivymode', serif;
    text-transform: none;
    letter-spacing: 0.4px;
    line-height: 32px;
    padding: 0 5px;
    width: 100%;
    vertical-align: middle;
    display: block;
    }

    
    .main-menu li::before {
      font-size: 9px;
      top: 8px;
      margin-right: 3px;
    }

    .main-menu li:nth-child(1)::before {
      content: "01"
    }


    .main-menu li:nth-child(2)::before {
      content: "02"
    }


    .main-menu li:nth-child(3)::before {
      content: "03"
    }


    .main-menu li:nth-child(4)::before {
      content: "04"
    }
    .menu-right {
      padding: 10px 25px;
    }    
    .sociais-menu i {
        font-size: 23px!important;
        margin: 28px 6px 14px;
    }

  .publico-left, .publico-right {
        width: 97%;
        display: block;
        padding-right: 0;
        margin: auto;
    
    }

.publico .button {
        max-width: 448px;
        width: 100%;
        margin-top: 8px;
        padding: 22px 16px!important;
        font-size: 16px!important;
    
    }

.publico-right {
    display: none;
}

.publico .publico-mobile, .publico-mobile.middle {
    display: block!important;
    margin-bottom: 57px;
}

.publico-mobile.middle {
    margin: 0 0 45px;
}

.publico {
        padding-top: 71px;
    
    }

  
}
@media screen and (max-width:900px) {
  .quickie-acess li {
    width: 100%!important;
    text-align: left;
    border-bottom: 1px solid #fcf8f691;
    padding: 39px 0!important;
    text-shadow: 0 0 #ffffff7d;
    font-size: 17px;
  }

.quickie-acess {
    padding: 0 0!important;
}

section.modulos.quickie-acess {
    padding: 23px 0!important;
}

section.modulos.quickie-acess li {
    border-color: #fcf2ee40;
    line-height: 1.3;
}

section.modulos.quickie-acess li:last-child {
    border: none;
}

.modulos span {
  display:block!important;
  float: left;
  margin: -7px 12px 0 0;
}

.modulos small {
    margin-bottom: 2px!important;
}

.spoiler h2 {
        /* font-size:24px
 */
    
    }
}

@media screen and (max-width:830px) {
  header figure, .header-entry {width:100%;margin: auto;display: block;left: 0;}
  .about-book-entry, .about-book figure {width:100%;display: block!important;padding: 0;}

.about-book figure {
    width: 122%;
    max-width: none;
    margin: auto -10% -50px;
}
  .about-book figure {margin-top: 35px;}
  .target {/* padding-top: 38px; */}

.mockup-target {
    height: 568px;
    /* margin-bottom: -102px; */
}

.mockup-target h2 {
    margin-top: 38px!important;
}

.mockup-target img {
    width: 100%;
    height: 100%;
}

.mockup-target h2 {
}
  .cta .max-width {padding: 26px;}
.cta .button {margin-top: 0!important;}
.menu-right .main-menu {
    display: block!important;
}

.about-book {
  background:none
}

.main-menu li::before {
    font-size: 12px;
    top: 1px;
}

.categories-menu {
    display: none;
}

.menu-right a {
    font-size: 22px;
}

.menu-right li {
    margin-bottom: 6px;
}
  .cta h1 {font-size:28px}

  

.steps li {
        background: #f1e3de;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        width: 32%;
        /* text-align: left; */
        margin-bottom: 37px;
        background: rgba(255, 251, 250, 0.76);
        border: 1px solid #dbd1d1;
    
    }

.header-steps li {
    background: #fffaf9;
}
    
    .header-steps .max-width {
        background: none;
        border: none!important;
    
    }
}

@media screen and (max-width:780px) {
  .spoiler li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ffffff;
    
    }

.spoiler li img {
    width: 110%;
    margin: 0 -5%;
}
}

@media screen and (max-width:730px) {
  .target-left,
  .item-right,
  .item-left,
  .bonus li {width:100%;display: block!important;}

.bonus li {
        /* border-right: none!important; */
        /* border-bottom: 1px solid #e8dddd!important; */
        /* padding: 22px 0 11px!important; */
        font-size: 18px;
    
    }
   
    .resumo li{width:100%;display: block!important;}

    .resumo li {
        margin: 50px 0;
    
    }

.referencias {
    border: 0px!important;
}

.item-right {
    padding: 9px 34px 0;
}

section.bonus .table {
    display: block;
}

.bonus li, .spoiler li {
        display: block;
        margin: 0 0 14px;
        padding: 3px 0 27px;
        line-height: 1.6;
        font-size: 16px;
    
    }
    
    .bonus li:last-child {
        border: none
    }

    .steps .max-width, .bonus .steps .max-width {
        background: none;
        /* max-width: none!important; */
        /* width: 100%; */
        border: none!important;
    
    }
    
    .list-itens {
        margin: -20px 0 33px!important;
    
    }
    
    
.visao-geral {
        width: 109%;
        margin: 18px -12px 1px -4%;
        max-width: none;
    
    }

.row {
    border: none!important;
    padding: 13px 0 0!important;
}

.bonus h2 {
    margin-bottom: 7px;
}

.bonus small {
    color: #251f1f;
    margin-bottom: 5px!important;
    display: block;
}
    
    .bonus .steps {
        margin: 0 auto -50px
    
    }
}

@media screen and (max-width:680px) {
    
    body,
    .entry {
        font-size: 16px;
    }
    .entry {
      margin-bottom: 0
    }

    .logo_menu::after {
      width: 141px;
    }

    .button-section {
      position: relative;
      width: auto;
      background: #d87b35;
      color: #fff!important;
      text-align: center;
      margin: 20px auto 0;
      top: auto;
      float: none;
      right: auto;
      display: table;
      font-weight: 100;
    }
    .credit {
        line-height: 15px;
        font-size: 10px;
        padding-bottom: 32px;
        /* margin-top: 12px; */
    }

.footer-infos {
    padding: 37px 20px;
    margin-top: -45px;
}

    .credit a {
        display: block
    }

    #topcontrol {
        right: 20px!important;
    }
    
    .produtiva li {
        width: 100%;
        font-size: 13.8px;
        text-align: left;
        padding: 14px;
    
    }
    
    .produtiva li span {
        display: inline-block;
        font: italic bold 14px 'ivymode', serif;
        padding-right: 2px;
        color: #b09b92;
    
    }
    
    .produtiva h1 {
        font-size: 30px;
        margin-bottom: 21px;
    
    }
    
    .produtiva li img {
        display: none 
    }

}

@media screen and (max-width:650px) {
  
.above-left,
.above-right,
.objetivo li {
  width:100%!important;
}
    
    .bonus h4 {
        font-size: 17px;
        margin-bottom: -31px;
    
    }

.feedbacks .slick-slide li {
    padding: 2px;
    /* width: 49%!important; */
}

.feedbacks .max-width {
    width: 92%;
}

.feedbacks img {
  /* display:inline-block; */
  /* width:48%; */
  vertical-align:top;
  padding: 0 5px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
}

.feedbacks .slick-slide {
    padding: 24px;
}

.above-right {
  padding:0;
  margin-top: 30px;
  font-size: 17px;
}

.resposta {
    text-align: left;
}

.resposta h1 {
    font-size: 20px;
    margin: 21px 0 -37px;
    letter-spacing: 0.2px;
}

.above-right li {display: block;width: 100%;font-size: 18px;line-height: 1.4;}

.objetivo li {
  margin-bottom: 16px;
  display: block;
}

.beneficios {
    border-spacing: 0;
    margin-bottom: -19px;
}

.objetivo {
    margin-bottom: -31px;
    top: -51px;
}

.dobra p {
    line-height: 1.5;
    font-size: 18.1px!important;
}

section.objetivo img {
    margin: 56px -17% -79px;
    max-width: 160%;
    width: 121%;
}

.overlay-middle {
        height: 350px;
    
    }
    

.overlay-middle-2 {
    background-size: 112%;
    background-position: bottom;
    height: 299px;
}
    
    .fases h1 {
        font-size: 25px;
        text-align: center!important;
        line-height: 1.3;
        margin-top: -25px;
    
    }

.item h2 {
    font-size: 20px;
    letter-spacing: -0.5px;
}

.item {
    line-height: 1.4;
    font-size: 15.8px;
    padding-bottom: 10px;
}

.objetivo img {
    margin-top: -132px;
}

.inside {
    padding: 47px 0;
}

.bonus {
        padding: 59px 0 26px;
        margin-bottom: -14px;
    
    }
    
    .produtiva {
        padding: 60px 0;
        margin-bottom: 0px;
    
    }
    
    .produtiva h2 {
        font-size: 36px!important;
    
    }

    .bonus .texto {
        padding: 40px
    }
section.bonus .steps .max-width {
        padding: 0;
        margin: 0 auto;
        display: block;
    
    }

.bonus .steps {
        margin-bottom: 14px!important;
        margin: -20px auto 12px!important;
    
    }

.steps li {
    width: 95%;
    margin-bottom: 16px;
    text-align: left;
    padding: 24px 22px;
    font-size: 16px;
}

.header-steps li, .bonus .steps li {
    padding: 21px!important;
    font-size: 12px!important;
}

.header-steps li, .bonus .steps li {
        font-size: 15px!important;
        margin: 0 auto 17px;
    
    }

.header-steps {
        margin-top: -75px;
    
    }

.header-steps small {font: bold 15px/1.5 'Open Sans', sans-serif!important;text-transform: none;letter-spacing: 0!important;}

.steps img {
        margin: -20px 5px -6px 0px!important;
        display: initial;
        width: 23px!important;
        display: inline-block!important;
    
    }

.steps small::after {
    content: ":";
    margin-right: 3px;
}

.steps small {
    display: inline;
    letter-spacing: 1px;
    font-size: 14px;
}

.item-right li {
    line-height: 1.45;
    margin-bottom: 8px;
}

.objetivo p,
.resumo li,
.bonus p,
section.bonus .button,
.inside .button {
        font-size: 20px;
    
    }

.resumo li {
        /* padding: 17px 25px; */
    
    }

.bonus a.button {
    margin: 20px auto 0;
    font-size: 14px!important;
    padding: 8px 18px!important;
    width: 100%;
}

.inside .button {
    margin: 25px auto 13px;
}

.resumo p {
    font-size: 16.5px;
}

.bonus p {
        margin-bottom: 60px;
        font-size: 16.9px!important;
        line-height: 1.4;
    
    }

.publico h1 {
        font-size: 27px;
        margin-bottom: 24px;
        width: 88%;
    
    }
    
    .publico p {
        font-size: 16.8px!important;
        margin-bottom: 34px!important;
    
    }

.publico {
        padding-bottom: 67px;
        margin-top: 60px;
        padding: 17px 0 67px;
    
    }

.resumo h1 {
        margin: 0 auto 12px;
        font-size: 23px;
        width: 65%;
        text-align: center;
    
    }

.resumo {
        padding: 55px 0 23px;
        /* background: #f6ebe7; */
    
    }

.resumo .plus {
    margin: 0 auto;
    width: 100%;
}

.resumo p img {
    width: 20px;
    margin: 2px 6px -5px 0;
}
header picture img {
  width: 102%!important;
  margin-bottom: 32px;
  margin-top: 89px!important;
}

.resumo span {
  font-size: 18px
}
    
    
.resumo .inner span {
        font-size: 15px;
        display: block;
        margin-bottom: 14px;
    
    }

.item li::before, .resumo li::before {
    width: 21px;
    height: 19px;
    background-size: contain;
    margin: 4px 6px 0 -2px;
}

.modulos small {
    font-size: 12px!important;
}

.modulos span {
    font-size: 19px!important;
    margin: -6px 5px 0 0;
}

.above-header {
    padding: 35px 0 51px;
    font-size: 18.1px;
}

.acesso-imediato h1 {
    font-size: 25px!important;
    width: 81%;
    line-height: 1.3;
    margin-bottom: -9px!important;
}

li.topic::before {
    margin-top: -1px;
}

.faq {padding: 59px 0;}

.about-studio {
    margin-bottom: 44px;
}

.faq h1, .price h2 {
        font-size: 28px;
        margin-bottom: -5px;
    
    }

.accordion-content p, .accordion-content ul {
        /* font-size: 14px; */
    
    }

.price .max-width {
    padding: 33px 27px!important;
    font-size: 17px;
    line-height: 1.3;
    width: 80%;
}

.price {
    background-size: 268%;
    background-position: 72%;
    background-size: cover;
}

section.price .investimento {
    font-size: 30px;
    margin-top: 0px;
}

.investimento b {
    font-size: 39px;
}

.agenda {
    font-size: 10px!important;
}

.button-section, .button {
    padding: 13px 25px!important;
    font-size: 14px!important;
}

.objetivo a.button {
    margin: -29px auto 100px;
    width: 100%;
    font-size: 16px!important;
}

.investimento span {
        display: block;
        margin-top: 5px;
        font-size: 44px;
    
    }

.price small {
    font-weight: 700;
    font-size: 11px;
}

.price h2 {
        font-size: 21px;
        line-height: 1.47;
        letter-spacing: 0.6px;
        width: 91%;
        margin: 15px auto 31px;
    
    }

.price {
        padding: 146px 0;
    
    }
    
    .price p {
        font-size: 14px;
        line-height: 1.68;
        width: 90%;
        margin: auto;
    
    }

.investimento s {
    display: block;
    font-size: 22px;
    margin-bottom: 11px;
}

section.price .investimento .button {
    margin: 10px auto 0;
}

.accordion button {
        font-size: 16px;
        padding: 18px 22px 18px 0;
        line-height: 1.5;
        /* font-weight: bold; */
    
    }
    
    .accordion button b {
        /* display: none
     */
    
    }
    
    
.cta .max-width {
  text-align:center;
  padding: 24px 16px;
  width: 86%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 6px;
}

.cta {
    padding: 40px 0;
}

.cta h1, .cta .button {
    display: block!important;
    width: auto!important;
}

.cta .button {
    margin-left: auto;
    margin-right: auto;
    display: table!important;
    float: none;
    margin-top: 19px!important;
}
.target-left {
  padding: 48px 0;
  font-size: 17px;
}

.target li, .planner-content li {
    padding: 20px 26px;
    margin-bottom: 19px;
    line-height: 1.46;
    font-size: 17px;
    background: #fffaf9;
}

.planner-content li {
    border: 1px solid #f2dcdc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
}

.acesso-imediato {
    padding: 55px 0 0;
}

.content-planner li {
    width: 100%!important;
    border: none!important;
    padding: 15px 18px;
    font-size: 18px;
}

.content-planner {
    padding: 11px!important;
}

.target-left p {
    line-height: 1.47;
}

.target-right {
    margin-top: 7px;
}

.target {
    padding: 30px 0 0;
    background-attachment: inherit!important;
}

.target h2, .topics h2,
.objetivo h2,
.inside h1 {
    font-size: 24px;
    text-shadow: 0 0 black;
    width: auto;
}

.target h2 {
    margin: -127px auto 29px;
    font-size: 27px;
}

.objetivo h2 {
    font-size: 20px;
    text-shadow: none;
}

.inside h1 {
    font-size: 27px;
    margin-top: 6px;
}

.inside small {
    font-size: 9px;
}

section.about-book h3 {
    font-size: 24px;
    line-height: 1.2;
}

.topics h2 {
    margin-top: 37px;
}

section.topics em {
    font-size: 18px;
}

.about-book {
    font-size: 17px;
    padding-top: 46px;
}

header {
    padding: 66px 0 62px!important;
}

.header-entry h1 {
        font-size: 27px;
        margin-bottom: 14px;
        width: 93%;
        line-height: 1.25;
    
    }

.header-entry p {
    width: 92%;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 17px;
}

.storytelling p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    font-size: 19px;
    line-height: 1.45;
}

.storytelling h2,
.above-left,
.bonus h1 {
        font-size: 26px;
        line-height: 1.34!important;
    
    }

.above-left {
    /* font-size: 25px!important; */
}

.storytelling h2 {
    letter-spacing: 0.3px;
}

.above-left {
        margin-bottom: -10px;
        letter-spacing: 0.4px;
        line-height: 1.3;
        font-size: 24px;
        text-align: left;
        text-shadow: 0 0 black;
        margin: 20px 0 -15px;
        width: 82%!important;
    
    }

.above-right b {
    font-size: 17px;
}

.above-header h2 {
    letter-spacing: -0.2px;
    font-size: 19px;
    /* font-style: italic; */
    margin-top: 2px;
    text-align: left;
}

.text-above h1 {
        text-align: center;
        margin-bottom: 24px;
        font-size: 29px;
        line-height: 34px!important;
        text-shadow: 0 0 black;
    
    }

.bonus small {
    font-size: 13px;
    letter-spacing: 1px;
}

.feedbacks h1 {
    font-size: 28px;
    line-height: 33px;
    padding: 0 2%;
    text-shadow: 0 0 white;
    margin: 14px auto 12px;
}

    .box-white {
        padding: 24px 28px!important;
        margin-bottom: 28px;
        width: 98%;
    
    }
    
    .bonus .box-white h3 {
        font-size: 20px
    }
    
    .bonus h3 {
        font-size: 31px;
        margin-bottom: 13px!important;
    
    }
.acesso-imediato h2 {
    margin: 35px auto 10px!important;
    /* font-style: italic; */
    /* font-weight: bold; */
    font-size: 12px!important;
}

.slider-entry p {
    font-size: 16px;
    line-height: 24px;
    width: 114%;
    margin: 0 -7%;
}

.planner-content {
    margin-top: 156px!important;
    padding-bottom: 36px;
    background-color: #f1e2ddc2;
    background-position-x: center;
    background: url(https://coreseflores.studio/wp-content/themes/CFS/imagens/planner/bg-planner-conteudo-ideias-instagram-notion-planejamento.png.png) no-repeat top right #f1e2ddc2;
    }

.planner-content h3 {
    font-size: 26px;
    /* text-shadow: 0 0 black; */
    letter-spacing: -0.1px;
    font-weight: 500;
    margin: 59px auto 17px!important;
}

.mobiles-mobile {
    margin-bottom: -50px;
    width: 114%;
    margin: -107px -10% -64px!important;
    display: block;
}

.bonus h2 {
  font-size: 24px;
  line-height: 1.2;
}

.bonus h2 img {
    width: 28px!important;
    margin: 0 6px -5px 0;
    /* display: initial!important; */
}

.spoiler h2 {
        font-size: 15px!important;
    
    }

.objetivo h1 {
    margin: 80px 0 -38px!important;
    font-size: 25px;
    text-shadow: 0 0 black;
}

.spoiler {
        /* padding: 15px 0; */
        font-size: 18px;
    
    }
    
    .spoiler .max-width {
        padding: 30px 0 0;
    
    }
    
    .spoiler h1 {
        font-size: 28px;
        width: 80%;
        margin: 29px 14px 10px;
        text-align: left;
        line-height: 1.3;
    
    }

.spoiler li {
        padding: 23px 19px 32px;
        font-size: 16px;
    
    }

li.visibilidade {
    margin-top: -119px;
}

.infos li {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 14px 6px!important;
    margin-bottom: 8px;
}

.more {
    /* margin: 27px 0 0; */
    /* padding: 30px; */
    font-size: 11px;
}

.quickie-acess small {
    font-size: 15px!important;
    margin-bottom: 7px!important;
    letter-spacing: 1.1px;
}

    
    .fases {
        padding-bottom: 40px
    }
.fases li {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        padding: 20px 29px;
        font-size: 16px!important;
    
    }
    
    .fases h5 {
        font-size: 18px;
    
    }
    
    .fases h3 {
        font-size: 18px
    }

.quickie-acess {
    padding: 9px 0!important;
}

.topics {
    padding-bottom: 29px;
}

.header-entry .button {
    padding: 19px!important;
    margin-top: -23px!important;
    width: 94%;
}

.header-entry small {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-shadow: 0 0 #f4ede7;
}

.header-entry {
    text-align: center;
    font-size: 16px;
}

header picture {
        width: 109%;
        max-width: none;
        display: block;
        margin: -121px -6% 10px;
    
    }

.header-entry .button, .bonus .button {
    margin: -4px auto -21px;
    letter-spacing: 1.6px;
    font-size: 13px;
    padding: 16px 31px!important;
}

.about-studio .square {
      width: 179px!important;
    right: 0!important;
}

.about-left .gif {
    width: 122px!important;
}
  .about-right h1 {
    font-size: 26px;
    text-shadow: 0 0 black;
  }

.item h1 {
    letter-spacing: -0.5px;
}

.about-studio {
    padding-bottom: 51px;
}

.agenda {
    padding: 9px 0;
    font-size: 12px!important;
}

.marquee.agenda {
    margin-bottom: 42px;
}

.agenda img {
    margin: 0 11px 0 7px;
    width: 16px;
}

.about-home .description {
  font-size: 15px;
  line-height: 1.3;
  display: block;
  text-align: center;
}
.header {
    height: 286px;
}
}
@media screen and (max-width:500px) {
    .footer-right {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        float: none;
        margin-bottom: -41px;
    }
}