/*
Theme Name: bsb_ca
Theme URI: http://brownsugarbear.ca/
Author: BrownSugarBear Design
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bsb_ca
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 bsb_ca is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 - Grid
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Sub-Menus
	5.4 - Buttons
	5.5 - Footer
6.0 - Accessibility
7.0 - Alignments
8.0 - Homepage
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Modelos
	10.3 - Comments
	10.4 - Portfolio
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
12.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
0.0 - Le Bear Design Standard CSS
--------------------------------------------------------------*/
body{
  background-color: #fff;
}
.aligncenter {
	text-align: center;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.alignjustify{
	text-align:
}
.fullwidth {
	max-width: 100%;
}
.nopadding{
	padding: 0px!important;
}
.nopadding-left{
	padding-left: 0px;
}
.nopadding-right{
	padding-right: 0px;
}
.show-mobile{
	display: none;
}
.show-medium{
  display: none;
}
.show-desk{

}
.absolute{
	position: absolute;
}
.white{
	background-color: #ffffff!important;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, a.white{
	color: #ffffff!important;
	background-color: transparent!important;
}
.big {
	font-size: 1.5em;
}
.small {
	font-size: 0.8em;
}
.white-font {
	color: #ffffff;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}

.fixed-container {
    max-width: 1280px !important;
    margin: 0 auto;
}

/*--------------------------------------------------------------
0.0 - Grid
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a {
	color: #333333; /*color detail*/
}
a:focus, a:hover {
	color: #777777; /*color detail darked*/
}
a:visited {
	color: #333333; /*color detail faded*/
}
/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/

html, body, p, h1, h2, h3, h4, h5, h6 {
	color: #333;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1{
	font-family: 'prataregular';
  font-size: 2em;
  letter-spacing: 0.02rem;
  text-transform: inherit;
  line-height: 1.3em;
}

h2{
	font-family: 'mulilight';
	font-size: 1.5rem;
	text-transform: inherit;
	line-height: 1.5;
}

h3{
	font-family: 'mulilight';
	font-size: 1.25rem;
}

h4{
	font-size: 1.25rem;
	font-family: 'MontserratBold';
	text-transform: uppercase;
}

h6{
	font-size: 16px;
	font-family: 'MontserratBold';
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

p {
		font-family: 'mulilight';
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

p b, p strong, b, strong{
	font-family: 'RalewaySemiBold';
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 14px 0px;
    padding: 0.75em 1.5em;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 1.2em;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    /*background-image: url(/images/planningweek/pw25_dourado.jpg);*/
    background-size: cover;
    background-position: left;
    background-color: #c79159;
    color: #fff !important;
    font-family: 'MontserratBold';
    text-transform: uppercase;
    width: inherit;
    letter-spacing: 0.08rem;
    border: 0px !important;
    position: relative;
    z-index: 1;
}

.button:focus, .button:hover {
  background-position: right;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
  background-color: #a57748;
}

.button:before {
    content: '1';
    position: absolute;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    -moz-border-image: url(/images/planningweek/pw25_dourado.jpg) 1 round;
    -webkit-border-image: url(/images/planningweek/pw25_dourado.jpg) 1 round;
    -o-border-image: url(/images/planningweek/pw25_dourado.jpg) 1 round;
    border-image: url(/images/planningweek/pw25_dourado.jpg) 1 round;
    left: 10px;
    top: 10px;
    color: transparent;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-Regular.woff2') format('woff2'),
        url('/fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.raleway {
  font-family: 'Raleway' !important;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.montserratbold{
  font-family: 'MontserratBold';
}

@font-face {
    font-family: 'RalewaySemiBold';
    src: url('/fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('/fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.ralewaysemibold{
  font-family: 'RalewaySemiBold';
}

.prata{
  font-family: 'prataregular';
}

@font-face {
    font-family: 'prataregular';
    src: url('/fonts/prata-regular-webfont.woff2') format('woff2'),
         url('/fonts/prata-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.south-korea{
  font-family: 'south_koreaserif';
}

@font-face {
    font-family: 'south_koreaserif';
    src: url('/fonts/south-korea-serif-webfont.woff2') format('woff2'),
         url('/fonts/south-korea-serif-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinslight';
    src: url('/fonts/poppins-light-webfont.woff2') format('woff2'),
         url('/fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.poppins {
  font-family: 'poppinslight';
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('/fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('/fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.poppins-medium {
  font-family: 'poppinsmedium';
}

/*--------------------------------------------------------------
10.1 DESIGN
--------------------------------------------------------------*/
.ana-mobile {
    margin-bottom: -80px;
    width: 100%;
    margin-top: 30px;
}

div#pw25-linha {
    background-color: #38204b;
    padding-top: 5px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    -moz-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
    -webkit-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
    -o-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
    border-image: url(/images/planningweek/pw25_linha.png) 100 round;
}

div#pw25-linha .text {
    color: #fff;
    text-align: center;
    text-transform: inherit;
    margin-bottom: 0px;
    letter-spacing: 0.03rem;
    font-weight: bold;
}

div#pw25-banner{
  position: relative;
  background-image: url(/images/planningweek/pw25_banner-full.jpg);
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #38204b;
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  -moz-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  -webkit-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  -o-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  border-image: url(/images/planningweek/pw25_linha.png) 100 round;
}

div#pw25-form{
  position: relative;
  background-image: url(/images/planningweek/pw25_banner-mobile.jpg);
  background-size: 30%;
  background-position: right;
  background-repeat: repeat;
  background-color: #38204b;
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  -moz-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  -webkit-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  -o-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  border-image: url(/images/planningweek/pw25_linha.png) 100 round;
}

div#pw25-banner .t1 {
    font-family: 'poppinslight';
    font-size: 1.78em;
    margin-bottom: 14px;
    letter-spacing: 0;
    color: #fff;
}

div#pw25-banner .t1 span {
    font-family: 'poppinsmedium';
    margin-bottom: -23px;
    display: flow;
}

div#pw25-banner .t2 {
    font-size: 1.2em;
    font-family: 'poppinslight';
    margin-bottom: 14px;
    display: inline-block;
    color: #fff;
}

div#pw25-banner .t2 u, .button-info u {
    font-family: 'poppinsmedium';
    text-decoration: none;
    border-bottom: 1px solid;
}

div#pw25-banner .t4 {
  letter-spacing: 0.02rem;
  color: #fff;
  margin-bottom: 14px;
  font-family: 'gotham_boldregular' !important;
  text-transform: uppercase;
}

div#pw25-banner .t5 {
    font-size: 1.2em;
    font-family: 'loraitalic';
    margin-bottom: 14px;
    display: inline-block;
    color: #fff;
}

div#pw25-banner .t4 .i1, div#pw25-banner .t4 .i2 {
    margin-top: -5px;
}

.button-info {
    font-family: 'poppinslight';
    color: #fff;
    margin-top: 24px;
    font-size: 12px;
    margin-bottom: 0px;
}

.pw25-logo {
    width: 39%;
    margin-bottom: 14px;
}

div#pw25-banner .button{
  margin-bottom: 0px;
}

div#pw25-banner .pw25_ana {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 450px;
}

.triangulo1 {
    position: absolute;
    top: 0;
    left: 0;
}

.triangulo2 {
    position: absolute;
    top: 0;
    right: 0;
}

.box-titulo{
  position: relative;
  margin-bottom: 50px;
}

.box-titulo .t1 {
    font-size: 4.6em;
    color: rgb(199 145 89 / 10%);
    letter-spacing: 0.14rem;
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    top: -8px;
}

.box-titulo .t2 {
    font-family: 'foxglowregular';
    font-size: 6.125em;
    color: #c79159;
    line-height: 0.5em;
    margin-bottom: 0px;
    display: -webkit-inline-box;
    position: relative;
}

.box-titulo .t2:before {
    content: ' ';
    position: absolute;
    right: -68px;
    border: 1px solid #c79159;
    width: 50px;
    top: 70%;
}

.box-titulo .t2:after {
    content: ' ';
    position: absolute;
    left: -68px;
    border: 1px solid #c79159;
    width: 50px;
    top: 70%;
}

.triangulo3 {
    position: absolute;
    top: 0;
    left: 0;
}

.triangulo4 {
    position: absolute;
    top: 0;
    right: 0;
}

.triangulo5 {
    position: absolute;
    left: 0;
    top: 5%;
    width: 250px;
}

.triangulo6 {
    position: absolute;
    right: 0;
    top: 5%;
    width: 250px;
}

.box-faq li {
    background-color: #c79159;
    margin-bottom: 14px;
}

.box-faq li h6 {
    color: #333;
    text-transform: inherit;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.box-faq .accordion-title {
    border-color: #c79159 !important;
    padding: 6px 15px 8px 15px;
}

.box-faq .accordion-title:focus, .box-faq .accordion-title:hover {
    border-color: #c79159 !important;
    background-color: #c79159 !important;
}

.box-faq .accordion-content {
    padding: 14px;
    border: 1px solid #c79159 !important;
    background-color: #fff;
    color: #333;
}

.box-faq .accordion-content p:last-child{
  margin-bottom: 0px;
}

.box-faq .accordion {
    background-color: #fff;
}

.box-faq .accordion-title:before {
    font-weight: bold;
    color: #333 !important;
    font-size: 16px;
}

div#pw25-s1{
  padding-top: 50px;
  padding-bottom: 50px;
}

div#pw25-s1 .t1, div#pw25-s2 .t1, div#pw25-s8 .t1, div#pw25-s9 .t1 {
    font-family: 'poppinslight';
    font-size: 2em;
}

div#pw25-s1 .t2, div#pw25-s2 .t2, div#pw25-s8 .t2, div#pw25-s9 .t2 {
    font-family: 'poppinslight';
    font-size: 1.125em;
}

div#pw25-s1 .t3, div#pw25-s8 .t3, div#pw25-s9 .t3 {
    font-family: 'loraitalic';
    font-size: 1.11em;
}

div#pw25-s1 .t4 {
    font-size: 1em;
}

div#pw25-s2{
  background-color: #38204b;
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 5px 0px 5px 0px;
  -moz-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  -webkit-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  -o-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  border-image: url(/images/planningweek/pw25_linha.png) 100 round;
}

div#pw25-s2 h1, div#pw25-s2 h2, div#pw25-s2 h3, div#pw25-s2 h4, div#pw25-s2 h5, div#pw25-s2 h6, div#pw25-s2 p{
  color: #fff;
}

.ocre {
  color: #c79159 !important;
}

div#pw25-s2 .bloco-titulo {
    font-family: 'poppinsmedium';
    text-transform: inherit;
    letter-spacing: 0em;
    font-size: 1em;
}

div#pw25-s2 .bloco-texto{
  font-size: 0.875em;
  margin-bottom: 0px;
}

div#pw25-s2 .bloco-item {
    margin-bottom: 14px;
}

div#pw25-s2 .bloco-content {
    border: 1px solid #c79159;
    padding: 20px;
    min-height: 295px;
    margin-bottom: 16px;
}

.row-blocos{
  margin-top: 30px;
}

div#pw25-s3, div#pw25-s4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bloco-check.verde .bloco-check-content{
  background-color: #d9ead3;
  border-top: 5px solid #38761d;
}

.bloco-check.verde .bloco-check-titulo {
  color: #38761d;
}

.bloco-check.red .bloco-check-content{
  background-color: #f4cccc;
  border-top: 5px solid #990000;
}

.bloco-check.red .bloco-check-titulo {
  color: #990000;
}

.bloco-check-titulo {
    font-family: 'MontserratBold';
    font-size: 1.625em;
}

.bloco-check-content {
    padding: 20px;
    min-height: 447px;
}

.bloco-check-content p:last-child{
  margin-bottom: 0px;
}

div#pw25-s4 .t1 span {
    font-family: 'foxglowregular';
    font-size: 3em;
}

div#pw25-s5 {
  position: relative;
  background-color: #38204b;
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  -moz-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  -webkit-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  -o-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  border-image: url(/images/planningweek/pw25_linha.png) 100 round;
}

div#pw25-s5 h1, div#pw25-s5 h2, div#pw25-s5 h3, div#pw25-s5 h4, div#pw25-s5 h5, div#pw25-s5 h6, div#pw25-s5 p{
  color: #fff;
}

div#pw25-s5 .caminho-1 {
    padding: 0px 20px 4px 20px;
    border-style: solid;
    border-width: 0px 0px 2px 2px !important;
    -moz-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    -webkit-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    -o-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
}

div#pw25-s5 .caminho-2 {
    text-align: right;
    padding: 20px 20px 4px 20px;
    border-style: solid;
    border-width: 0px 2px 2px 0px !important;
    -moz-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    -webkit-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    -o-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
}

div#pw25-s5 .caminho-3 {
    padding: 20px 20px 4px 20px;
    border-style: solid;
    border-width: 0px 0px 2px 2px !important;
    -moz-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    -webkit-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    -o-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
}

div#pw25-s5 .t1 {
    font-family: 'poppinslight';
    font-size: 2em;
    margin-bottom: 30px;
}

div#pw25-s5 .caminho-titulo {
    font-family: 'poppinsmedium';
    text-transform: inherit;
    letter-spacing: 0em;
    font-size: 1em;
}

.caminho-4 {
    padding: 20px 20% 10px 20%;
}

div#pw25-s6 .t1 {
    font-family: 'foxglowregular';
    font-size: 6.125em;
    color: #333;
    line-height: 0.5em;
    margin-bottom: 0px;
    display: -webkit-inline-box;
    position: relative;
}

div#pw25-s6 .t1:before {
    content: ' ';
    position: absolute;
    right: -68px;
    border: 1px solid #333;
    width: 50px;
    top: 70%;
}

div#pw25-s6 .t1:after {
    content: ' ';
    position: absolute;
    left: -68px;
    border: 1px solid #333;
    width: 50px;
    top: 70%;
}

div#pw25-s6 .t2 {
  font-size: 2.8125em;
  color: #333;
  text-transform: uppercase;
}

div#pw25-s6 .t3 {
    margin-bottom: 14px;
    padding: 0px 100px;
}

div#pw25-s6 .box-bloco .capa {
    width: 100%;
}

div#pw25-s6 .box-bloco .text {
    border-style: solid;
    border-width: 1px !important;
    -moz-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    -webkit-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    -o-border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    border-image: url(/images/goldenplan/gp25_linha.png) 1 round;
    padding: 14px;
    min-height: 184px;
}

div#pw25-s6 .box-bloco .text p{
  margin-bottom: 0px;
}

div#pw25-s6 .box-bloco {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0px 7px;
}

div#pw25-s6{
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

div#pw25-s7{
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

div#pw25-s7 .depo-text {
    background-color: #ebe7e4;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: 'loraitalic';
    font-size: 18px;
}

div#pw25-s7 .t1 {
    font-family: 'poppinslight';
    font-size: 2em;
    margin-bottom: 14px;
}

div#pw25-s7 .depo-nome {
    font-size: 14px;
    text-align: right;
}

div#pw25-s7 .depo-text span {
    background-color: #c79159;
}

footer#colophon {
    background-color: #38204b;
    color: #000;
    padding: 10px 0px;
}

.site-footer-info, .bsb-copyright, footer#colophon p, footer#colophon a {
    margin-bottom: 0px !important;
    margin-top: 8px;
    font-family: 'mulilight';
    color: #fff;
}

div#pw25-form .pw25-logo {
    width: 50%;
}

div#pw25-form h1, div#pw25-form h2 {
    color: #fff;
    text-align: center;
    font-family: 'poppinslight';
}

.close-button:hover, .close-button:focus{
	color: red !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-image: url(/images/bronze-foil-gold.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

 .gform_wrapper.gravity-theme .gf_progressbar_title {
    color: #333 !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
    color: #fff !important;
    margin-bottom: 14px !important;
    display: inline-block;
		width: 100% !important;
		text-align: center;
		text-transform: uppercase;
		font-family: 'RalewaySemiBold';
		letter-spacing: 0.05em;
}

.gform_wrapper.gravity-theme [type=radio]{
    display: none;
    /* Esconde os inputs */
}

.gform_wrapper.gravity-theme li label {
    cursor: pointer;
}

.gform_wrapper.gravity-theme [type=radio]+label:before {
    background-color: #333;
		color: #333;
}

.gform_wrapper.gravity-theme [type=radio]+label:before {
    border: none;
    background-color: #fff;
    color: #fff;
    content: "•";
    display: inline-block;
    height: 14px;
    margin-left: -10px;
    margin-right: 14px;
    vertical-align: top;
    margin-top: 4px;
    width: 14px;
    border-radius: 100%;
    text-align: center;
}

.gform_wrapper.gravity-theme  [type=radio]:checked+label:before {
    background: #333;
	}

.gform_wrapper.gravity-theme [type=radio]:checked+label:before {
    background: #fff;
    color: #c48f4f;
    content: "•";
    text-align: center top;
    line-height: 15px;
    font-size: 2.8em;
}

.gform_wrapper.gravity-theme [type=radio]:checked+label:after{
    font-weight: bold;
}

.gform_wrapper.gravity-theme .gf_progressbar_blue {
    background: transparent !important;
    border: 1px solid #cda87c;
}

.gform_page_footer.top_label {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
		text-align: center;
}

.gf_step_current_page {
    color: #cda87c;
    font-size: 1em;
    border: 1px solid #cda87c;
    padding: 3px 7px 4px 7px;
    border-radius: 100%;
    text-align: center;
    margin: 0px 5px;
}

 .gf_step_page_count {
    color: #333;
		border: 1px solid #333;
}

.gf_step_page_count {
    color: #fff;
    font-size: 1em;
    border: 1px solid #fff;
    padding: 3px 7px 4px 7px;
    border-radius: 100%;
		margin: 0px 5px 0px 5px;
}

 .gform_wrapper.gravity-theme .gfield-choice-input+label{
	color: #333;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label{
		font-family: 'Raleway';
    color: #fff;
    letter-spacing: 0.07rem !important;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 0;
}

 .gform_wrapper.gravity-theme .gfield_label{
	color: #333;
}

.gform_wrapper.gravity-theme .gfield_label{
		font-family: 'RalewaySemiBold';
    color: #fff;
    letter-spacing: 0.07rem !important;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 0;
}

.gform_wrapper.gravity-theme input::-webkit-input-placeholder, .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
   color: #333333 !important;
   font-family: 'Raleway';
}

.gform_wrapper.gravity-theme .gform_previous_button.button,
.gform_wrapper.gravity-theme .gform_save_link.button,
.gform_next_button.gform-theme-button.button {
    background-color: transparent !important;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #01cc06 !important;
    color: #01cc06 !important;
    display: inline-block;
    margin-bottom: 34px;
    letter-spacing: 0.1rem;
    font-size: 14px;
}

.form-content h1, .form-content h2, .form-content h3, .form-content h4, .form-content h5, .form-content h6, .form-content p{
  color: #fff;
}

div#pw25-s8{
  background-color: #38204b;
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 5px 0px 5px 0px;
  -moz-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  -webkit-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  -o-border-image: url(/images/planningweek/pw25_linha.png) 100 round;
  border-image: url(/images/planningweek/pw25_linha.png) 100 round;
}

div#pw25-s8 h1, div#pw25-s8 h2, div#pw25-s8 h3, div#pw25-s8 h4, div#pw25-s8 h5, div#pw25-s8 h6, div#pw25-s8 p{
  color: #fff;
}

div#pw25-s8 .t4, div#pw25-s9 .t4 {
    font-family: 'poppinslight';
    font-size: 1.6em;
}

div#pw25-s8 h4 {
    text-transform: inherit;
}

div#pw25-s1 .t1 span {
    color: #990000;
}

div#pw25-s9 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(235 231 228 / 57%);
}

div#pw25-s9 hr {
    border-style: solid;
    border-width: 0px 0px 3px 0px !important;
    -moz-border-image: url(/images/business/gb_linha.png) 100 round;
    -webkit-border-image: url(/images/business/gb_linha.png) 100 round;
    -o-border-image: url(/images/business/gb_linha.png) 100 round;
    border-image: url(/images/business/gb_linha.png) 100 round;
    width: 30%;
}

.row-aulas .coluna-aulas img{
  border-style: solid;
    border-width: 1px;
    -moz-border-image: url(/images/planningweek/pw25_linha.png) 1 round;
    -webkit-border-image: url(/images/planningweek/pw25_linha.png) 1 round;
    -o-border-image: url(/images/planningweek/pw25_linha.png) 1 round;
    border-image: url(/images/planningweek/pw25_linha.png) 1 round;
}

div#pw25-form.pagina-aulas {
    background-image: none;
}

.row-aulas .aula-titulo {
    background-color: #c79159;
    margin-bottom: 0px;
    padding: 1px 7px;
}


/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 3840px) and (max-width: 2000000000000000000px) {
  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo6 {
    display: none;
  }

  div#pw25-banner {
    background-image: url(/images/planningweek/pw25_banner-full.jpg);
    background-size: cover;
    background-position: center right;
  }

  div#pw25-banner .pw25_ana {
    right: 35%;
  }

}

@media screen and (min-width: 2560px) and (max-width: 3839px) {
  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo6 {
    display: none;
  }

  div#pw25-banner {
    background-image: url(/images/planningweek/pw25_banner-full.jpg);
    background-size: cover;
    background-position: center right;
  }

  div#pw25-banner .pw25_ana {
    right: 28%;
  }
}

@media screen and (min-width: 2304px) and (max-width: 2559px) {
  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo6 {
    display: none;
  }

  div#pw25-banner {
    background-image: url(/images/planningweek/pw25_banner-full.jpg);
    background-size: cover;
    background-position: center right;
  }

  div#pw25-banner .pw25_ana {
    right: 18%;
  }
}

@media screen and (min-width: 2048px) and (max-width: 2303px) {

  div#pw25-banner .pw25_ana {
    right: 16%;
  }

}

@media screen and (min-width: 1920px) and (max-width: 2047px) {
  div#pw25-banner .pw25_ana {
    right: 16%;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {

}


@media screen and (min-width: 1366px) and (max-width: 1439px) {

}

@media screen and (min-width: 1280px) and (max-width: 1365px) {

}

@media screen and (min-width: 601px) and (max-width: 1024px) {

/* === CSS aqui === */

  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo6, div#pw25-banner .pw25_ana {
    display: none;
  }

  .nopadding-left {
    padding-left: 0.625rem !important;
  }

  .nopadding-right {
    padding-right: 0.625rem !important;
  }

  .hide-medium{
    display: none;
  }

  .show-medium{
    display: inherit;
  }

  .show-desk{
    display: none;
  }

  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo6 {
    display: none;
  }

  footer#colophon {
    text-align: center;
  }

  div#pw25-s2 .bloco-content {
    min-height: 317px;
  }

  div#pw25-banner {
    background-image: url(/images/planningweek/pw25_banner-full.jpg);
    background-size: cover;
    background-position: center left;
  }

}

@media screen and (max-width: 600px) {

/* === CSS aqui === */
	.show-mobile{
		display: inherit;
	}

	.show-desk{
		display: none;
	}

  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo6 {
    display: none;
  }

  .pw25-logo {
    width: 70% !important;
    margin-bottom: 14px;
  }

  .nopadding-left {
    padding-left: 0.625rem !important;
  }

  .nopadding-right {
    padding-right: 0.625rem !important;
  }

  footer#colophon {
    text-align: center;
  }

  div#pw25-banner .pw25_ana {
    position: relative;
    right: inherit;
    bottom: 0px;
    width: 237px;
    left: 17%;
    margin-top: 30px;
  }

  div#pw25-banner {
    background-image: url(/images/planningweek/pw25_banner-mobile.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  div#pw25-s2 .bloco-content {
    min-height: auto;
  }

  .button {
    font-size: 1.2em;
  }

  div#pw25-banner .t1, div#pw25-s2 .t1, div#pw25-s3 .t1, div#pw25-s4 .t1, div#pw25-s5 .t1, div#pw25-s7 .t1, div#pw25-s11 .t1, div#pw25-s10 .t1{
    font-size: 1.5em;
  }

  div#pw25-s6 .t1 {
    font-size: 4em;
  }

  div#pw25-s6 .t2 {
    margin-top: 10px;
    font-size: 2em;
  }

  .t-mobile {
    text-align: center;
    font-size: 1.5em;
  }

  .ana1 {
    margin-top: 30px;
  }

  .bloco-check.red .bloco-check-content {
    margin-top: 30px;
  }


}
