/*
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;
}
.hide-desk{
  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 {
    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: 20px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 1.4375em;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    background-color: darkgreen;
    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-color: green;
  background-position: right;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

/*--------------------------------------------------------------
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
--------------------------------------------------------------*/
div#gb-linha {
    background-color: darkred;
    padding-top: 5px;
    padding-bottom: 5px;
}

div#gb-linha .text {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 0.07rem;
    font-weight: 900;
}

div#gb-banner .gb_ana {
    position: absolute;
    right: 12%;
    top: 20px;
    width: 451px;
}

div#gb-banner{
  background-image: url(/images/business/gb_background_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3e574d;
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  -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;
}

.gb-logo {
    width: 30%;
    margin-bottom: 7px;
    margin-left: -10px;
}

div#gb-banner .triangulo5 {
    position: absolute;
    top: 0;
    left: 0;
}

div#gb-banner .t1 {
    font-family: 'prataregular';
    font-size: 2em;
    margin-bottom: 14px;
    letter-spacing: 0;
    color: #fff;
}

div#gb-banner .t2 {
    letter-spacing: 0.02rem;
    font-size: 1.3em;
    margin-bottom: 14px;
    color: #fff;
    line-height: 1.3em;
}

div#gb-banner .t3{
  font-size: 1.25em;
  letter-spacing: 0.02rem;
  font-family: 'prataregular';
  color: #fff;
  margin-bottom: 14px;
}

div#gb-banner .t4 {
    letter-spacing: 0.02rem;
    color: #fff;
    margin-bottom: 14px;
    font-family: 'gotham_boldregular' !important;
    text-transform: uppercase;
}

div#gb-banner .t4 .i1, div#gb-banner .t4 .i2 {
    margin-top: -7px;
}

div#gb-banner .gb-ana {
    position: absolute;
    right: 8%;
    bottom: 0;
    width: 384px;
}

.lote {
  font-size: 14px !important;
  margin-bottom: 1px;
  color: #c0c0c0;
}

div#gb-s1 {
    margin-top: 80px;
    margin-bottom: 50px;
}

div#gb-s1 .t1 {
    font-family: 'prataregular';
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 2.1875em;
    margin-bottom: 0px;
}

div#gb-s1 .t2{
  font-family: 'prataregular';
  font-size: 1.375em;
}

div#gb-s1 hr, div#gb-s2 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%;
}

div#gb-s1 .t3 {
    font-family: 'prataregular';
    font-size: 1.875em;
    margin-bottom: 14px;
    letter-spacing: 0;
}

div#gb-s1 .t4 {
    letter-spacing: 0;
    font-size: 1.625em;
    font-family: 'prataregular';
    margin-bottom: 14px;
    line-height: 1.3em;
}

div#gb-s1 .t5{
  font-family: 'prataregular';
  font-size: 1.5em;
}

div#gb-s1 .box-itens p {
    font-size: 20px;
}

div#gb-s2{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #3e574d;
  position: relative;
}

div#gb-s2 .triangulo1, div#gb-s2 .triangulo2, div#gb-s3 .triangulo1, div#gb-s3 .triangulo2{
  top: -16%;
}

div#gb-s2 h1, div#gb-s2 h2, div#gb-s2 h3, div#gb-s2 h4, div#gb-s2 h5, div#gb-s2 h6, div#gb-s2 p{
  color: #fff;
}

div#gb-s2 .t1 {
    font-family: 'prataregular';
    font-size: 1.875em;
    margin-bottom: 14px;
    letter-spacing: 0;
}

div#gb-s2 .t3 {
    letter-spacing: 0;
    font-size: 1.375em;
    font-family: 'prataregular';
    margin-bottom: 14px;
    line-height: 1.3em;
}

div#gb-s2 .t2{
  font-family: 'prataregular';
  font-size: 1.375em;
}

div#gb-s2 .item {
    font-size: 1.24125em;
    border-bottom: 2px solid #d8d4d1;
    padding: 15px 0px;
    margin-bottom: 0px;
}

div#gb-s2 .item img {
    float: left;
    margin-top: -8px;
    margin-right: 10px;
}

div#gb-s2-2 .check{
  width: 24px;
}

div#gb-s2-2 p{
  font-size: 1.125em;
  padding: 14px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  -moz-border-image: url(/images/goldenplan/gp25_linha.png) 100 round;
  -webkit-border-image: url(/images/goldenplan/gp25_linha.png) 100 round;
  -o-border-image: url(/images/goldenplan/gp25_linha.png) 100 round;
  border-image: url(/images/goldenplan/gp25_linha.png) 100 round;
}

div#gb-s2-2 .box-quadro {
    border-style: solid;
    border-width: 1px 1px 0px 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;
}

div#gb-s2-2 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.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%;
}

div#gb-s3{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #3e574d;
  position: relative;
}

div#gb-s3 .depoimento-content u {
    text-decoration: none !important;
    border-bottom: 1px solid #000;
}

div#gb-s3 .t1 {
    font-family: 'prataregular';
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 14px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 30px;
}

div#gb-s3 .depoimento-content {
    background-color: #fff;
    padding: 14px 18px 14px 32px;
    border-radius: 30px;
    position: relative;
    min-height: 140px;
    margin-left: 12%;
}

div#gb-s3 .depoimento-box{
  position: relative;
  margin-bottom: 30px;
}

div#gb-s3 .depoimento-foto {
    position: absolute;
    top: 22%;
    z-index: 1;
    border-radius: 100%;
    width: 69px;
}

div#gb-s3 .depoimento-content p {
    margin-bottom: 0px;
    position: absolute;
    width: 86%;
    top: 50%;
    transform: translateY(-50%);
}

div#gb-s3 .depoimento-content .nome {
  font-family: 'loraitalic';
  float: right;
 font-size: 0.875em;
}

.triangulo1, .triangulo3 {
    position: absolute;
    top: 0;
    left: 0;
}

.triangulo2, .triangulo4 {
    position: absolute;
    top: 0;
    right: 0;
}

div#gb-s4 {
    background-image: url(/images/business/gb_background2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3e574d;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    border-style: solid;
    border-width: 5px 0px 5px 0px;
    -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;
}

div#gb-s4 .t1 {
    font-family: 'prataregular';
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 2.1875em;
    margin-bottom: 0px;
    color: #fff;
}

div#gb-s4 .t2 {
    letter-spacing: 0;
    font-size: 1.625em;
    font-family: 'poppinslight';
    margin-bottom: 14px;
    line-height: 1.3em;
    color: #fff;
}

div#gb-s5{
  margin-top: 80px;
  margin-bottom: 80px;
}

div#gb-s5 .t1 {
    font-size: 2.3125em;
    letter-spacing: 0.14rem;
    line-height: 1em;
    margin-bottom: 14px;
}

div#gb-s5 .t1 span {
    font-family: 'foxglowregular';
    font-size: 4em;
}

div#gb-s5 p {
    font-family: 'mulilight';
}

div#gb-s6{
  background-color: #ebe7e4;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

u {
    text-decoration: none;
    border-bottom: 2px solid;
}

div#gb-s6 p{
  font-size: 1.375em;
}

div#gb-s7{
  background-image: url(/images/business/gb_background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3e574d;
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  border-style: solid;
  border-width: 5px 0px 5px 0px;
  -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;
}

div#gb-s7 .t1 {
    font-family: 'prataregular';
    font-size: 1.811875em;
    letter-spacing: 0;
    margin-bottom: 1rem;
    color: #fff;
}

div#gb-s7 .t2{
  font-family: 'prataregular';
  color: #fff;
  font-size: 1.25em;
}

div#gb-s7 .coluna-content{
  position: relative;
}

div#gb-s7 .ana-cafe {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 42%;
}

div#gb-s7 .gs-aspas {
    position: absolute;
    left: -1px;
    top: -61px;
}

div#gb-s7 .button{
  width: 100%;
}

div#gb-s8{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

div#gb-s8 .box-quadro{
  margin-bottom: 30px;
}

div#gb-s8 .tabela-cinza{
  border-style: solid;
  border-color: #2a2a2a;
  border-width: 1px 1px 0px 1px;
}

div#gb-s8 .tabela-cinza .box-titulo{
  text-transform: uppercase;
  color: #bfbdbd;
  text-align: center;
  background-color: #2a2a2a;
  padding: 14px 0px;
  margin-bottom: 0px;
}

div#gb-s8 .tabela-cinza .box-titulo u {
    color: #bfbdbd;
    text-decoration: none;
    border-bottom: 2px solid;
}

div#gb-s8 .x {
    width: 18px;
    margin-top: -5px;
}

div#gb-s8 .tabela-cinza p {
    padding: 14px;
    margin-bottom: 0px;
    border-color: #2a2a2a;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    color: #333;
}

div#gb-s8 .check{
  width: 24px;
  margin-top: -5px;
}

div#gb-s8 .tabela-dourada p{
  color: #333;
  padding: 14px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #3e574d;
}

div#gb-s8 .tabela-dourada {
    border-style: solid;
    border-width: 0px 1px 0px 1px !important;
    border-color: #3e574d;
}

div#gb-s8 .tabela-dourada .box-titulo {
    text-transform: uppercase;
    text-align: center;
    background-color: #3e574d;
    padding: 14px 0px;
    margin-bottom: 0px;
    color: #fff !important;
}

div#gb-s8 .tabela-dourada .box-titulo u {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid;
}

div#gb-s9{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ebe7e4;
}

div#gb-s9 .t1 {
    font-family: 'foxglowregular';
    font-size: 6.125em;
    color: #333;
    line-height: 0.5em;
    margin-bottom: 14px;
    display: -webkit-inline-box;
    position: relative;
}

div#gb-s9 .t1:before {
    content: ' ';
    position: absolute;
    right: -68px;
    border: 1px solid #333;
    width: 50px;
    top: 70%;
}

div#gb-s9 .t1:after {
    content: ' ';
    position: absolute;
    left: -68px;
    border: 1px solid #333;
    width: 50px;
    top: 70%;
}

div#gb-s9 .t2 {
  font-size: 2.8125em;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

div#gb-s9 .check{
  width: 24px;
}

div#gb-s9 .box-quadro p{
  font-size: 1.125em;
  padding: 14px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  -moz-border-image: url(/images/goldenplan/gp25_linha.png) 100 round;
  -webkit-border-image: url(/images/goldenplan/gp25_linha.png) 100 round;
  -o-border-image: url(/images/goldenplan/gp25_linha.png) 100 round;
  border-image: url(/images/goldenplan/gp25_linha.png) 100 round;
}

div#gb-s9 .box-quadro {
    border-style: solid;
    border-width: 1px 1px 0px 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;
}

div#gb-10 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.box-faq li {
    background-color: #c79159;
    margin-bottom: 14px;
}

.box-faq li h6 {
    color: #000;
    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: #000 !important;
    font-size: 16px;
}

footer#colophon {
    background-color: #333;
    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#gb-obg-banner {
  background-image: url(/images/business/gb_background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3e574d;
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  -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;
}

div#gb-obg-banner .gb-logo {
    width: 50%;
}

div#gb-obg-banner .t1 {
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 14px;
    font-family: 'prataregular';
    font-size: 1.4em;
}

div#gb-obg-banner .t1 b {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid;
}

div#gb-obg-banner .gp25-logo{
  margin-bottom: 14px;
}

div#gb-obg-banner .text, div#gb-obg-banner .t2, div#gb-obg-banner .t3, div#gb-obg-banner p {
    margin-bottom: 18px;
		color: #fff;
}

div#gb-obg-banner .t2 b {
    text-transform: uppercase;
}

div#gb-obg-banner .button{
	margin-bottom: 0px !important;
}

div#gb-obg-banner .coluna-content{
	margin-bottom: 50px;
}

div#gb-obg-2{
  padding-top: 50px;
  padding-bottom: 50px;
}

div#gb-obg-2 .t1 {
    font-size: 1.8em;
    margin-bottom: 30px;
    color: #333;
}

div#gb-obg-2 b, div#gb-obg-2 u {
    text-decoration: none;
    border-bottom: 2px solid;
}

div#gb-obg-2 .check {
    float: left;
    width: 40px;
}

div#gb-obg-2 h2{
  margin-bottom: 30px;
}

.b-wpp {
    background-color: #34af23;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05rem;
    font-weight: bold;
    margin-bottom: 30px;
    cursor: pointer;
}

.b-wpp:hover, .b-wpp:active {
    background-color: #2d8e20;
}

.b-hot {
    background-color: #ff4d1a;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05rem;
    font-weight: bold;
    margin-bottom: 30px;
    cursor: pointer;
}

.b-hot:hover, .b-hot:active {
    background-color: #de4418;
}

div#gb-obg-2 .iconhot {
    width: 17px;
    margin-top: -6px;
}

div#gb-obg-banner .triangulo5, div#gb-obg-banner .triangulo4{
    width: 200px;
}

/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 3840px) and (max-width: 2000000000000000000px) {
  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5 {
    display: none;
  }
  div#gb-banner .gb-ana {
    right: 46%;
  }
}

@media screen and (min-width: 2560px) and (max-width: 3839px) {
  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5 {
    display: none;
  }
  div#gb-banner .gb-ana {
    right: 27%;
  }
}

@media screen and (min-width: 2304px) and (max-width: 2559px) {
  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5 {
    display: none;
  }

  div#gb-banner .gb-ana {
    right: 26%;
  }
}

@media screen and (min-width: 2048px) and (max-width: 2303px) {

  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo4, .triangulo5 {
    display: none;
  }

  div#gb-banner .gb-ana {
    right: 20%;
  }

}

@media screen and (min-width: 1920px) and (max-width: 2047px) {

  div#gb-banner .gb-ana {
    right: 20%;
  }

}

@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 {
    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-mobile{
    display: none !important;
  }


}

@media screen and (max-width: 600px) {

/* === CSS aqui === */
	.show-mobile{
		display: inherit;
	}

	.show-desk{
		display: none !important;
	}

  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5 {
    display: none;
  }

  .gs-logo {
    width: 100% !important;
  }

  .nopadding-left {
    padding-left: 0.625rem !important;
  }

  .nopadding-right {
    padding-right: 0.625rem !important;
  }

  footer#colophon {
    text-align: center;
  }

  div#gb-banner .gb-ana {
    position: inherit;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 24px;
    margin-bottom: -80px;
  }

  .button {
    padding: 0.75em !important;
    width: 100%;
  }

  div#gb-s4 {
    padding: 50px 0px;
  }

  div#gb-s5 .t1 span {
    font-size: 3em;
  }

  div#gb-s9 .t1 {
    font-size: 5em;
  }

  div#gb-s9 .t2 {
    font-size: 2em;
  }

}
