@charset "UTF-8";

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.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) 50% no-repeat;
}
.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←"}
[dir=rtl] .slick-prev:before {
    content: "→"}
.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→"}
[dir=rtl] .slick-next:before {
    content: "←"}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li, .slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: Work Sans;
    src: url(../../fonts/WorkSans-Light.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Work Sans Custom;
    src: url(../../fonts/WorkSans-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: Work Sans Custom;
    src: url(../../fonts/WorkSans-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: Work Sans Custom;
    src: url(../../fonts/WorkSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Work Sans Custom;
    src: url(../../fonts/WorkSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Work Sans Custom;
    src: url(../../fonts/WorkSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Work Sans Custom;
    src: url(../../fonts/WorkSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Work Sans Custom;
    src: url(../../fonts/WorkSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Work Sans Custom;
    src: url(../../fonts/WorkSans-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Work Sans Custom;
    src: url(../../fonts/WorkSans-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    box-sizing: border-box;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
input, select, textarea {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:focus {
    outline: 0;
}
img {
    max-width: 100%}
script {
    display: none!important;
}
html {
    font-size: .625em;
}
body {
    font-family: Open Sans, Lucida Sans;
    overflow-x: hidden;
}
body.menu-opened, body.overlay, body.search-opened {
    max-height: 100vh;
    overflow: hidden;
}
body:before {
    background: rgba(0, 124, 182, .925);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity .5s ease-out, visibility 0s ease-out .5s;
    visibility: hidden;
    width: 100%;
    z-index: 998;
}
body.showing-chat-mobile:before, body.showing-chat:before {
    opacity: 1;
    transition: opacity .5s ease-out;
    visibility: visible;
}
body.admin-bar {
    margin-top: -46px!important;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
#wpadminbar {
    top: -40px;
    transition: top .2s ease;
}
#wpadminbar:hover {
    top: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
}
.hide {
    display: none;
}
.strong {
    font-weight: 700;
}
a {
    transition: color .1s ease;
}
h2.section-title {
    color: #007cb6;
    font-family: Open Sans, Lucida Sans;
    font-size: 2.2rem;
    line-height: 1.25;
    margin-bottom: .75em;
}
@media screen and (min-width:1024px) {
    h2.section-title {
    font-size: 2.7rem;
    margin-bottom: 3.4rem;
    text-align: center;
}
}
.accordion .expandable .main-content p, .main-content .accordion .expandable p, .main-content .container, .regular-text {
    color: #333;
    font-size: 1.4rem;
    line-height: 2;
}
.accordion .expandable .main-content p a, .main-content .accordion .expandable p a, .main-content .container a, .regular-text a {
    color: #00b2e3;
    text-decoration: underline;
}
.accordion .expandable .main-content p a:hover, .main-content .accordion .expandable p a:hover, .main-content .container a:hover, .regular-text a:hover {
    color: #6c9a2f;
}
.accordion .expandable .main-content p .button, .main-content .accordion .expandable p .button, .main-content .container .button, .regular-text .button {
    background-color: #6c9a2f;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    padding: .25em 1.5em;
    text-decoration: none;
}
.accordion .expandable .main-content p .button:hover, .main-content .accordion .expandable p .button:hover, .main-content .container .button:hover, .regular-text .button:hover {
    background-color: #007cb6;
    color: #fff;
}
@media screen and (min-width:1024px) {
    .accordion .expandable .main-content p, .main-content .accordion .expandable p, .main-content .container, .regular-text {
    font-size: 1.6rem;
}
}
.player {
    background: rgba(0, 0, 0, .1);
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.player .icon-play {
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    position: absolute;
    background-size: contain;
    display: inline-block;
    left: calc(50% - 15px);
    background-repeat: no-repeat;
    background-position: 50%}
.player .player-button {
    background-color: #6c9a2f;
    border-radius: 50%;
    cursor: pointer;
    height: 100px;
    left: calc(50% - 50px);
    position: absolute;
    text-align: center;
    top: calc(50% - 50px);
    transition: transform .3s ease-out;
    width: 100px;
    z-index: 11;
}
.player .player-button:hover {
    transform: scale(1.1);
}
.video-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
@media screen and (min-width:768px) {
    body.admin-bar {
    margin-top: -32px!important;
}
#wpadminbar {
    top: -25px;
}
}
#dtbot-iframe {
    z-index: 99999!important;
}
#infscr-loading img {
    display: none;
}
.showing-chat #dtbot-iframe {
    left: 50%!important;
    transform: translateX(-50%);
    transition: width .5s ease-out;
}
@media screen and (min-width:1024px) {
    .duas-colunas {
    column-gap: 3rem;
    columns: 2;
}
}
.clear {
    clear: both;
}
.clear:after {
    display: block;
    content: "";
    clear: both;
}
.comgas_redes {
    margin-bottom: 4rem;
    margin-left: 7.5px;
}
.comgas_redes .title {
    color: #007cb6;
    font-family: Roboto Condensed, sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
}
.comgas_redes .social-network-list {
    margin-top: .25em;
    font-size: 2em;
    color: #007cb6;
}
.comgas_redes .social-network-list li {
    display: inline-block;
    margin: 0 .25em;
}
.comgas_redes .social-network-list li:first-child {
    margin-left: 0;
}
.button {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: color .15s ease-in, background-color .15s ease-in;
    border-radius: 30px;
    border-top-right-radius: 0;
}
.button:hover {
    background: #fff;
    color: #007cb6;
}
.button.colored {
    border-color: #007cb6;
    color: #007cb6;
}
.button.colored:hover {
    background-color: #007cb6;
    border-color: #007cb6;
    color: #fff;
}
@media screen and (min-width:768px) {
    .button {
    font-size: 1.6rem;
}
}
.analytics_yahoo, .mask {
    position: absolute;
}
.mask {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%}
.slick-dots li {
    background: #fff;
    border-radius: 50%;
    line-height: 0;
    margin: 0 10px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    text-indent: -20px;
}
.slick-dots button {
    left: -10px;
    position: absolute;
}
.slick-dots button, .slick-dots li {
    height: 10px;
    width: 10px;
}
.button-container {
    text-align: center;
}
.text-important {
    font-size: 1.7rem;
    font-weight: 700;
}
.icon {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.icon-comgas {
    background-image: url(../../images/dist/comgas_comgas.svg);
}
.icon-play {
    background-image: url(../../images/dist/bt_play_branco.svg);
}
.icon-search {
    background-image: url(../../images/dist/comgas_busca.svg);
}
.icon-marker {
    background-image: url(../../images/dist/icon-pin.svg);
}
.icon-twitter-share {
    background-image: url(../../images/dist/icon-share-twitter.svg);
}
.icon-whatsapp {
    background-image: url(../../images/dist/icon-share-whatsapp.svg);
}
.icon-facebook-share {
    background-image: url(../../images/dist/icon-share-facebook.svg);
}
.icon-email {
    background-image: url(../../images/dist/icon-share-email.svg);
}
.icon-plus {
    background-color: #007cb6;
    border-radius: 8px;
    display: inline-block;
    height: 16px;
    left: 0;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: 16px;
}
.icon-plus:after {
    height: 2px;
    left: 4px;
    top: 7px;
    width: 8px;
}
.icon-plus:after, .icon-plus:before {
    background-color: #fff;
    border-radius: 1px;
    content: "";
    position: absolute;
}
.icon-plus:before {
    height: 8px;
    left: 7px;
    top: 4px;
    width: 2px;
}
.open .icon-burger, i.icon-close {
    background: 0 0;
}
.open .icon-burger:after, .open .icon-burger:before, i.icon-close:after, i.icon-close:before {
    top: 0;
}
.open .icon-burger:before, i.icon-close:before {
    transform: rotate(-45deg);
}
.open .icon-burger:after, i.icon-close:after {
    transform: rotate(45deg);
}
.icon-burger, .icon-burger:after, .icon-burger:before, .icon-close, .icon-close:after, .icon-close:before {
    background: #fff;
    border-radius: 3px;
    display: block;
    height: 4px;
    transition: all .2s;
    width: 25px;
}
.icon-burger, .icon-close {
    margin: 8.8px auto 0;
    position: relative;
}
.icon-burger:after, .icon-burger:before, .icon-close:after, .icon-close:before {
    content: "";
    position: absolute;
}
.icon-burger:before, .icon-close:before {
    top: -8.8px;
}
.icon-burger:after, .icon-close:after {
    top: 8.8px;
}
.open-menu:hover:not(.open) .icon-burger:before {
    top: -10.4px;
}
.open-menu:hover:not(.open) .icon-burger:after {
    top: 10.4px;
}
.arrow {
    background: 0 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 35px;
    line-height: 15px;
    outline: 0;
    padding: 0;
    width: 35px;
}
.arrow:after, .arrow:before {
    background-color: #007cb6;
    border-radius: 15px;
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    width: 24px;
}
.arrow.prev:before {
    transform: rotate(-45deg);
}
.arrow.prev:after {
    left: 0;
    top: 1px;
}
.arrow.next:before, .arrow.prev:after {
    transform: rotate(45deg);
}
.arrow.next:after {
    left: 1px;
    top: -1px;
    transform: rotate(-45deg);
}
.arrow.down:before {
    transform: rotate(45deg);
}
.arrow.down:after {
    transform: rotate(-45deg) translateX(22px) translateY(-1px);
}
.icon-chat {
    background-image: url(../../images/dist/chat-online.gif);
    background-size: contain;
    display: inline-block;
    height: 100px;
    width: 100px;
}
.next-post-icon {
    border-top: 2px solid #a0a0a0;
    border-right: 2px solid #a0a0a0;
}
.prev-post-icon {
    border-bottom: 2px solid #a0a0a0;
    border-left: 2px solid #a0a0a0;
}
.next-post-icon, .prev-post-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 8px;
    margin-right: .25em;
    margin-top: .35em;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 8px;
}
.next-post-icon:hover, .prev-post-icon:hover {
    border-color: #6c9a2f;
}
@media screen and (min-width:768px) {
    .icon-burger, .icon-burger: after, .icon-burger:before {
    height: 6px;
    width: 32px;
}
.icon-burger, .icon-close {
    margin: 13.2px auto 0;
}
.icon-burger:before, .icon-close:before {
    top: -13.2px;
}
.icon-burger:after, .icon-close:after {
    top: 13.2px;
}
.open-menu:hover:not(.open) .icon-burger:before {
    top: -15.6px;
}
.open-menu:hover:not(.open) .icon-burger:after {
    top: 15.6px;
}
}
@font-face {
    font-family: icomoon;
    src: url(../../fonts/icomoon.eot?58szuh);
    src: url(../../fonts/icomoon.eot?58szuh#iefix) format("embedded-opentype"), url(../../fonts/icomoon.ttf?58szuh) format("truetype"), url(../../fonts/icomoon.woff?58szuh) format("woff"), url(../../fonts/icomoon.svg?58szuh#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"], [class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-share2:before {
    content: "\ea82"}
.icon-facebook:before {
    content: "\ea90"}
.icon-instagram:before {
    content: "\ea92"}
.icon-twitter:before {
    content: "\ea96"}
.icon-youtube:before {
    content: "\ea9d"}
.icon-linkedin2:before {
    content: "\eaca"}
.chk {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
}
.chk, .chk:checked+.bullet {
    display: inline-block;
}
.file-hidden {
    position: absolute;
    visibility: hidden;
}
.bullet {
    background-color: #007cb6;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    display: none;
    height: 7px;
    width: 7px;
    left: 9px;
    top: 8px;
    line-height: 0;
    position: absolute;
}
.select-container {
    display: inline-block;
    position: relative;
}
.select-container:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    right: 1em;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    width: 4px;
}
.select {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    font-size: 1.4rem;
    padding: .7em 1.5rem .6em;
    text-align: center;
}
.select, .select--standard {
    width: 100%}
.forms {
    position: relative;
}
.forms.loading:before {
    background: hsla(0, 0%, 100%, .3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.forms .instruction {
    color: #a0a0a0;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.forms .g-recaptcha iframe {
    max-width: 100%}
.forms .captcha-error {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 1em;
    color: #f89c1b;
}
.forms .txt-area {
    height: 10rem;
}
.forms .row {
    margin-bottom: 1.2em;
}
.forms .chk {
    background-color: #eee;
}
.select--standard, .txt, .txt-area {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #a0a0a0;
    font-family: Open Sans, Lucida Sans;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 1em 1.5em;
    width: 100%}
.select--standard::-webkit-input-placeholder, .txt-area::-webkit-input-placeholder, .txt::-webkit-input-placeholder {
    color: #a0a0a0;
    transition: opacity .3s ease-out;
}
.select--standard:-ms-input-placeholder, .txt-area:-ms-input-placeholder, .txt:-ms-input-placeholder {
    color: #a0a0a0;
    transition: opacity .3s ease-out;
}
.select--standard::placeholder, .txt-area::placeholder, .txt::placeholder {
    color: #a0a0a0;
    transition: opacity .3s ease-out;
}
.select--standard:focus, .txt-area:focus, .txt:focus {
    outline: 1px solid #6c9a2f;
}
.select--standard:focus::-webkit-input-placeholder, .txt-area:focus::-webkit-input-placeholder, .txt:focus::-webkit-input-placeholder {
    opacity: .3;
}
.select--standard:focus:-ms-input-placeholder, .txt-area:focus:-ms-input-placeholder, .txt:focus:-ms-input-placeholder {
    opacity: .3;
}
.select--standard:focus::placeholder, .txt-area:focus::placeholder, .txt:focus::placeholder {
    opacity: .3;
}
.g-recaptcha {
    margin-top: 1.2em;
}
.g-recaptcha>div {
    margin-left: auto;
    margin-right: auto;
}
.alert {
    background: #f89c1b;
    color: #fff;
    font-size: 1.4rem;
    left: 0;
    line-height: 1.4;
    padding: 2.8rem 2.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
.alert .title {
    font-family: Roboto Condensed, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.alert .wrap {
    position: relative;
}
.alert .close {
    border: 1px solid #fff;
    cursor: pointer;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: .8em 1.2em;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transition: background-color .3s ease-out, color .3s ease-out;
}
.alert .close:hover {
    background-color: #fff;
    color: #f89c1b;
}
.alert .warning p span {
    font-size: 10pt!important;
}
@media screen and (min-width:1024px) {
    .alert .title {
    display: inline-block;
    float: left;
    font-size: 2.4rem;
    width: 250px;
}
.alert .warning {
    float: left;
    width: calc(100% - 350px);
}
.alert .warning p span {
    font-size: 12pt!important;
}
.alert .wrap {
    position: static;
}
.alert .close {
    font-size: 1.2rem;
    padding: 1em 1.5em;
    right: 30px;
    top: 32px;
}
}
.top-header {
    height: 70px;
    position: fixed;
    transition: background-color .3s ease-out;
    width: 100%;
    z-index: 10000;
    top: 0;
}
.top-header .icon-comgas {
    height: 25px;
    left: 23px;
    top: 28px;
    width: 109px;
}
.top-header .action-icons, .top-header .icon-comgas {
    position: absolute;
    transition: top .3s ease-out;
    z-index: 20;
}
.top-header .action-icons {
    right: 23px;
    top: 23px;
}
.top-header .icon-search {
    backface-visibility: hidden;
    cursor: pointer;
    height: 26px;
    margin-right: 23px;
    transform: perspective(1px);
    transition: transform .3s ease-out;
    width: 25px;
}
.top-header .icon-search:hover {
    transform: scale(1.1) perspective(1px);
}
.top-header .open-menu {
    cursor: pointer;
    display: inline-block;
    height: 25px;
}
.top-header .button.contrate {
    display: none;
}
.top-header.scrolling {
    background: rgba(0, 124, 182, .925);
}
@media screen and (min-width:768px) {
    .top-header .icon-comgas {
    height: 39px;
    left: calc(50% - 300px);
    top: 68px;
    width: 168px;
}
.top-header .icon-search {
    height: 32px;
    margin-right: 50px;
    width: 32px;
}
.top-header .open-menu {
    height: 32px;
}
.top-header .action-icons {
    right: calc(50% - 300px);
    top: 65px;
}
.top-header.scrolling .icon-comgas {
    top: 22px;
}
.top-header.scrolling .action-icons {
    top: 19px;
}
}
@media screen and (min-width:1024px) {
    .top-header .icon-comgas {
    left: calc(50% - 450px);
}
.top-header .action-icons {
    right: calc(50% - 450px);
}
.top-header .button.contrate {
    cursor: pointer;
    display: inline-block;
    opacity: 0;
    position: absolute;
    right: calc(50% - 450px + 170px);
    top: 16px;
    transition: opacity .3s ease-out, visibility .3s ease-out;
}
.top-header.scrolling.show-button .button.contrate {
    opacity: 1;
    transition: opacity .3s ease-out;
    visibility: visible;
}
}
@media screen and (min-width:1280px) {
    .top-header .icon-comgas {
    left: calc(50% - 585px);
}
.top-header .action-icons {
    right: calc(50% - 585px + 23px);
}
.top-header .button.contrate {
    right: calc(50% - 585px + 200px);
}
}
body.menu-opened .top-header, body.search-opened .top-header {
    z-index: 10;
}
.overlay {
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    left: 0;
    opacity: 0;
    top: 0;
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
}
.main-navigation, .overlay {
    height: 100%;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.main-navigation {
    background: #fff;
    max-width: 360px;
    overflow-y: auto;
    padding: 11rem 2rem 55px;
    right: 0;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}
.accordion .expandable .main-navigation p, .main-navigation .accordion .expandable p, .main-navigation .container {
    width: 290px;
}
.main-navigation .box--infos {
    background-color: #d2e3ed;
    color: #007cb6;
    margin-bottom: 55px;
    padding: 3rem;
    text-align: center;
}
.main-navigation .box--infos a:hover, .main-navigation .social-network-list a:hover {
    color: #6c9a2f;
}
.main-navigation .footer-nav li {
    color: #007cb6;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1em;
}
.main-navigation .footer-nav a:hover {
    color: #6c9a2f;
}
.main-navigation .icon-close {
    cursor: pointer;
    height: 40px;
    left: 250px;
    margin-top: 0;
    position: absolute;
    top: 2rem;
    width: 35px;
}
.main-navigation .icon-close:after, .main-navigation .icon-close:before {
    background: #007cb6;
    top: 15px;
    width: 40px;
}
.main-navigation .icon-close:hover:after, .main-navigation .icon-close:hover:before {
    background-color: #6c9a2f;
}
.main-navigation .icon-close:active:after, .main-navigation .icon-close:active:before {
    top: 16px;
}
@media screen and (min-width:1024px) {
    .main-navigation {
    max-width: 40%;
    padding: 11rem 3.5rem 55px;
}
.accordion .expandable .main-navigation p, .main-navigation .accordion .expandable p, .main-navigation .container {
    margin-left: 0;
    margin-right: 0;
}
.accordion .expandable .main-navigation p, .main-navigation .accordion .expandable p, .main-navigation .container, .main-navigation .infos {
    width: 360px;
}
.main-navigation .icon-close {
    left: 315px;
}
}
.main-nav {
    margin-bottom: 1rem;
    overflow: hidden;
}
.main-nav>.menu-item {
    margin-bottom: 2rem;
    overflow: hidden;
}
.main-nav>.menu-item a:hover {
    color: #6c9a2f;
}
.main-nav .sub-menu {
    margin-top: 23px;
    overflow: hidden;
    display: none;
}
.main-nav .sub-menu .menu-item {
    color: #505152;
    font-family: Open Sans, Lucida Sans;
    font-size: .5em;
    font-weight: 400;
    margin-bottom: 1em;
    text-transform: none;
}
.main-nav .sub-menu a:hover {
    color: #007cb6;
}
.main-nav .menu-item {
    color: #007cb6;
    font-family: Roboto Condensed, sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
}
.main-nav .menu-item .strong {
    font-weight: 600;
}
.main-nav .main-link {
    color: #007cb6!important;
}
.main-nav .menu-drop a:nth-child(1n):after {
    display: block;
    content: url(../../images/dist/down.png);
    width: 30px;
    height: 35px;
    float: right;
    transition: all .2s;
}
.main-nav .menu-drop .sub-menu li a:after {
    content: ""}
.main-nav .menu-drop.expanded a:nth-child(1n):after {
    transform: rotate(180deg) translateY(15px);
}
.main-nav-bottom {
    margin-bottom: 55px;
}
.main-nav-bottom li {
    color: #007cb6;
    font-family: Roboto Condensed, sans-serif;
    font-size: 2rem;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.main-nav-bottom li a:hover {
    color: #6c9a2f;
}
body.menu-opened .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}
body.menu-opened .main-navigation {
    transform: translateX(0);
    visibility: visible;
    z-index: 5000;
}
body.menu-closing .main-navigation {
    transform: translateX(100%);
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}
body.menu-closing .overlay {
    opacity: 0;
    transition-duration: .7s;
}
@media screen and (min-width:768px) {
    .main-navigation {
    padding: 11rem 3.5rem 3.5rem;
}
}
.site-footer {
    background-color: #fff;
    color: #666;
    overflow: hidden;
    padding-bottom: 70px;
}
.accordion .expandable .site-footer p, .site-footer, .site-footer .accordion .expandable p, .site-footer .container {
    position: relative;
}
.site-footer a, .site-footer a:hover {
    color: #0578b5;
    text-decoration: none;
}
.site-footer a:hover {
    color: #152b56;
}
.site-footer .footer-nav1 {
    background: #6c9a2f;
    color: #fff;
}
.site-footer .footer-nav1 a, .site-footer .footer-nav1 a:hover {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}
.site-footer .footer-nav1 a:hover {
    color: rgba(0, 0, 0, .4);
}
.site-footer .logo {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    margin: 0 10px;
    vertical-align: middle;
}
.site-footer .logo:first-child {
    margin-left: 0;
}
.site-footer .logo:last-child {
    margin-right: 0;
}
.site-footer .logos {
    margin-bottom: 55px;
    overflow: hidden;
    text-align: center;
    float: left;
    width: 50%}
@media screen and (max-width:480px) {
    .site-footer .logos {
    float: unset;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 50px;
}
}
.site-footer .ft_copyright {
    width: 100%;
    text-align: left;
    margin-left: 10%}
.site-footer .ft_madeby {
    width: 90%;
    text-align: right;
    font-size: 1.2rem;
}
@media screen and (max-width:480px) {
    .site-footer .ft_copyright, .site-footer .ft_madeby {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
}
.site-footer .arsesp {
    background-image: url(../../images/dist/arsesp-logo.jpeg);
    width: 90px;
}
.site-footer .bndes {
    background-image: url(../../images/dist/logo-bnds.png);
    width: 81px;
}
.site-footer .igem {
    background-image: url(../../images/dist/logo-igem.png);
    width: 59px;
}
.site-footer .go-top-container {
    bottom: 0;
    height: 70px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}
.site-footer .cosan {
    font-size: 1.2rem;
    margin-bottom: 55px;
    text-align: center;
    float: left;
    width: 50%}
@media screen and (max-width:480px) {
    .site-footer .cosan {
    float: unset;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 50px;
}
}
.site-footer .cosan img {
    margin-bottom: 30px;
    margin-top:0px;
}
.site-footer .cosan p {
    line-height: 1.3;
    margin: 0 auto;
    max-width: 90%;
    width: 576px;
}
.site-footer .cosan a {
    text-decoration: underline;
}
@media screen and (min-width:768px) {
    .site-footer .arsesp {
    height: 75px;
    width: 138px;
}
.site-footer .bndes {
    height: 75px;
    width: 128px;
}
.site-footer .igem {
    height: 79px;
    width: 90px;
}
.site-footer .logos {
    margin-bottom: 40px;
    text-align: center;
}
.site-footer .logo {
    float: none;
    margin: 0 20px;
    vertical-align: middle;
}
}
.chat-button {
    bottom: 1em;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 1em;
    transition: transform .3s ease-out;
    z-index: 100;
}
.chat-button:hover {
    transform: scale(1.1);
}
.chat-button:active {
    bottom: calc(1em - 1px);
}
.footer-nav1 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    padding: 40px 0;
}
.footer-nav1 li {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.6em;
    text-transform: uppercase;
}
.footer-nav1 li:last-child {
    margin-bottom: 0;
}
@media screen and (min-width:1024px) {
    .footer-nav1 {
    text-align: center;
}
.footer-nav1 li {
    display: inline-block;
    margin: 0 .75em;
}
}
.footer-nav2 {
    padding: 23px 0;
}
.footer-nav2 li {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1.25em;
    text-transform: uppercase;
}
.footer-nav2 li:last-child {
    margin-bottom: 0;
}
@media screen and (min-width:1024px) {
    .footer-nav2 {
    padding-bottom: 40px;
    text-align: center;
}
.footer-nav2 li {
    display: inline-block;
    margin: 0 1.5em;
}
}
.footer-infos {
    color: #0072b1;
    margin-bottom: 55px;
}
.footer-infos .box--infos {
    background: #009cd7;
}
@media screen and (min-width:1024px) {
    .footer-infos {
    margin-bottom: 40px;
}
.footer-infos .box--infos {
    overflow: hidden;
}
.footer-infos .box--infos .item {
    margin-bottom: 0;
}
.footer-infos .item {
    float: left;
    text-align: center;
    width: 33.3%}
}
.footer-bottom {
    color: #0172af;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 55px;
    text-align: center;
}
.footer-bottom li {
    display: inline-block;
    line-height: 1.7;
    margin: 0 .5em;
}
@media screen and (min-width:1024px) {
    .footer-bottom {
    margin-bottom: 40px;
}
}
.copyright {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
}
.copyright li {
    border-right: 1px solid hsla(0, 0%, 100%, .3);
    display: inline-block;
    line-height: 1.25;
    padding: 0 .5em;
}
.copyright li:last-child {
    border-right: 0;
}
@media screen and (min-width:1024px) {
    .copyright {
    margin-bottom: 40px;
}
}
.credits {
    font-size: 1.2rem;
    margin-bottom: 55px;
    text-align: center;
}
.go-top {
    background-image: url(../../images/dist/bt_levar_topo.svg);
    background-size: 100% auto;
    display: inline-block;
    height: 70px;
    width: 70px;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}
.go-top:hover {
    background-color: #6c9a2f;
}
.accordion .expandable p, .container {
    width: 270px;
}
[class*=container] {
    margin-left: auto;
    margin-right: auto;
}
.container-mobile, .container-tablet-v {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:1023px) {
    .container-tablet-v {
    max-width: 600px;
}
}
@media screen and (max-width:767px) {
    .container-mobile, .container-tablet-v {
    max-width: 270px;
}
}
@media screen and (min-width:768px) {
    .accordion .expandable p, .container, .container-min-tablet-v {
    max-width: 600px;
    width: 100%}
}
@media screen and (min-width:1024px) {
    .accordion .expandable p, .container, .container-min-tablet-h, .container-min-tablet-v {
    max-width: 900px;
}
}
@media screen and (min-width:1280px) {
    .accordion .expandable p, .container, .container-min-desktop, .container-min-tablet-h, .container-min-tablet-v {
    max-width: 1170px;
}
}
.accordion .item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    position: relative;
}
.accordion .item:last-child {
    border-bottom: 0;
}
.accordion .title {
    color: #007cb6;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
    max-width: 80%;
    position: relative;
    vertical-align: middle;
}
.accordion .container, .accordion .expandable p {
    padding: 23px 0;
    position: relative;
}
.accordion .arrow {
    top: calc(50% - 9px);
    transform: scale(.5) translateY(-50%);
    transition: right .3s ease-out;
}
.accordion .arrow:after, .accordion .arrow:before {
    background-color: #a0a0a0;
}
.accordion .icon {
    position: absolute;
    right: 0;
}
.accordion .fa {
    color: red;
    font-size: 5rem;
    top: 50%;
    transform: translateY(-50%);
}
.accordion .item:hover .arrow {
    right: -5px;
}
.accordion .item:hover .title {
    color: #6c9a2f;
}
.accordion .expandable {
    background-color: #f7f8fa;
}
.accordion .expandable .content {
    color: #333;
    font-size: 1.4rem;
    height: auto;
    padding-top: 0;
    line-height: 1.5;
}
.accordion .expandable p {
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1.5em;
}
.accordion .expandable p:last-child {
    margin-bottom: 0;
}
.accordion .accordion-title {
    color: #6c9a2f;
    font-family: Open Sans, Lucida Sans;
    font-size: 2rem;
    font-weight: 700;
}
.accordion .content {
    height: 0;
    overflow: hidden;
}
@media screen and (min-width:1024px) {
    .accordion .accordion-title {
    display: none;
}
.accordion .title {
    font-size: 2.2rem;
    max-width: none;
    text-align: center;
    width: 100%}
.accordion .item:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.accordion .container, .accordion .expandable p {
    padding: 40px 0;
}
.accordion .arrow {
    top: 50%;
    transform: translateY(-50%);
}
.accordion .expandable {
    text-align: center;
}
.accordion .expandable p:first-child {
    padding-top: 0;
}
.accordion .expandable p {
    font-size: 1.6rem;
}
}
.acesso-virtual {
    background: #f7f7f7;
    color: #6c9a2f;
}
.acesso-virtual .slick-next, .acesso-virtual .slick-prev {
    top: 75%}
.acesso-virtual .icon {
    background-color: #6c9a2f;
    -webkit-mask-size: 100%}
.acesso-virtual h3 {
    color: #6c9a2f;
    font-weight: 500;
}
.acesso-virtual .arrow:after, .acesso-virtual .arrow:before {
    background-color: #6c9a2f;
}
.acesso-virtual .arrow.next:after, .acesso-virtual .arrow.prev:after {
    top: 1px;
}
.acesso-virtual .acesso-rapido {
    margin: 0 auto;
    overflow: hidden;
    padding: 23px 15%;
    position: relative;
    width: 100%}
.acesso-virtual .list-acesso-rapido {
    margin-left: -23px;
    margin-right: -23px;
}
.acesso-virtual .item {
    float: left;
    padding: 0 23px;
    text-align: center;
    width: 50%}
.acesso-virtual .icon {
    background-position: bottom;
    background-size: contain;
    display: inline-block;
    height: 60px;
    width: 40px;
}
.acesso-virtual .name {
    color: #6c9a2f;
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: .9em;
}
.acesso-virtual .definition {
    display: inline-block;
    min-width: 145px;
}
.acesso-virtual .content {
    display: inline-block;
}
.acesso-virtual .acesso-rapido-titulo {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #6c9a2f;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    float: left;
    width: 100%}
@media screen and (min-width:768px) {
    .acesso-virtual {
    overflow: hidden;
}
.acesso-virtual .acesso-rapido {
    float: left;
    width: 100%}
.acesso-virtual .acesso-rapido-titulo {
    width: 100%}
.acesso-virtual .acesso-rapido {
    padding: 23px 50px;
}
}
@media screen and (min-width:1024px) {
    .acesso-virtual {
    margin-bottom: 30px;
}
.acesso-virtual h3 {
    color: #6c9a2f;
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
}
.acesso-virtual .acesso-rapido {
    width: 70%}
.acesso-virtual .acesso-rapido-titulo {
    width: 30%;
    padding-top: 65px;
    padding-bottom: 40px;
    text-align: center;
    color: #6c9a2f;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    float: left;
}
}
@media screen and (min-width:1280px) {
    .acesso-virtual .name {
    font-size: 1.4rem;
    margin-top: .9em;
}
.acesso-virtual .icon {
    width: 40px;
    height: 60px;
}
.acesso-virtual .acesso-rapido {
    width: 70%}
.acesso-virtual .acesso-rapido .wrap {
    display: inline-block;
    overflow: initial;
    width: 100%}
.acesso-virtual .acesso-rapido .wrap .arrow:after, .acesso-virtual .acesso-rapido .wrap .arrow:before {
    background-color: #6c9a2f;
}
.acesso-virtual .acesso-rapido .wrap .arrow.next:after {
    left: 1px;
    top: -25px;
    transform: rotate(-45deg);
}
.acesso-virtual .acesso-rapido .wrap .arrow.prev:after {
    left: 1px;
    top: -25px;
    transform: rotate(45deg);
}
.acesso-virtual .acesso-rapido .wrap .arrow.next:before, .acesso-virtual .acesso-rapido .wrap .arrow.prev:before {
    top: -25px;
}
.acesso-virtual .acesso-rapido-titulo {
    width: 30%;
    padding-top: 65px;
    padding-bottom: 40px;
    text-align: center;
    color: #6c9a2f;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    float: left;
}
.acesso-virtual .outras-informacoes {
    width: 30%}
.acesso-virtual .item {
    width: 20%}
}
.atendimento {
    background: #f0f0f0;
    overflow: hidden;
    padding: 40px 0 0;
}
.atendimento .select {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: #b2b2b2;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1.2em 1.5em;
}
.atendimento .select-container {
    margin: 1.75em 0 3rem;
    width: 100%}
.atendimento .select-container:after {
    border-color: #b2b2b2;
}
.atendimento .panel-infos {
    color: #535252;
    font-size: 1.4rem;
    margin-bottom: 3rem;
    padding-left: 1.5em;
    position: relative;
}
.atendimento .title {
    font-family: Open Sans, Lucida Sans;
    margin-bottom: 1em;
}
.atendimento .address {
    font-size: .9em;
    line-height: 1.5;
}
.atendimento .map {
    height: 330px;
    overflow: hidden;
}
.atendimento .icon-marker {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 9px;
}
@media screen and (min-width:1024px) {
    .atendimento .panel-infos {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding-left: 1.5em;
}
.accordion .expandable .main-content .atendimento p, .atendimento .accordion .expandable .main-content p, .atendimento .main-content .accordion .expandable p, .atendimento .main-content .container, .atendimento .panel-infos, .atendimento .regular-text, .atendimento .select-container, .main-content .accordion .expandable .atendimento p, .main-content .atendimento .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.atendimento .select-container {
    display: block;
}
.atendimento .select {
    font-size: 1.4rem;
}
.atendimento .title {
    margin-bottom: .5em;
}
.atendimento .map {
    height: 500px;
}
.atendimento .icon-marker {
    height: 20px;
    top: 0;
    width: 15px;
}
}
.atendimento #atendimento-preselect {
    background: #f0f0f0;
    overflow: hidden;
    padding: 40px 0 0;
    height: 290px;
}
.atendimento .atendimento-type {
    cursor: pointer;
    text-align: center;
    padding: 30px;
    margin-bottom: 31px;
    background-color: #6c9a2f;
    color: #fff;
    font-size: 15px;
    float: left;
    width: calc(50% - 2px);
    transition: background-color .3s ease-out;
}
.atendimento .atendimento-type.active {
    background-color: #007cb6;
}
.atendimento .section-title {
    font-size: 1.4rem;
}
@media screen and (min-width:1024px) {
    .atendimento .section-title {
        font-size: 2.2rem;
    }
}
.atendimento .atendimento-wrapper {
    position: relative;
    bottom: 59px;
    left: 2px;
}
.atendimento .typebtn-container {
    max-width: 697px;
    height: auto;
}
.atendimento .right {
    float: right;
}
.atendimento .left {
    float: left;
}
.atendimento .clear {
    clear: both;
}
.box--infos {
    margin: 0 -1.2rem;
    padding: 23px 2.8rem;
    display: none;
}
.box--infos h3 {
    font-family: Open Sans, Lucida Sans;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: .3em;
}
.box--infos .def {
    font-size: 3rem;
    font-weight: 700;
}
.box--infos .item {
    margin-bottom: 5rem;
}
.box--infos .item:last-child {
    margin-bottom: 0;
}
.box--infos .item-pequeno.item {
    margin-top: 20px;
    margin-bottom: 20px;
}
.box--infos .comgas-virtual {
    font-size: 2.5rem;
    text-transform: uppercase;
}
.box--infos .social-network-list {
    margin-top: .25em;
}
.box--infos .social-network-list li {
    display: inline-block;
    margin: 0 .25em;
}
.box--infos .social-network-list li:first-child {
    margin-left: 0;
}
@media screen and (min-width:1024px) {
    .box--infos h3 {
    font-size: 2.2rem;
}
.box--infos h3.text-disabilities {
    font-size: 1.5rem;
}
.box--infos .phone {
    font-size: 3.8rem;
}
.box--infos .phone-disabilities {
    font-size: 2rem;
}
.box--infos .social {
    font-size: 3.2rem;
}
.box--infos .comgas-virtual {
    font-size: 3rem;
    margin-top: .5em;
}
}
.boxes {
    color: #fff;
    padding-bottom: 23px;
    position: relative;
    text-align: center;
}
.boxes .title {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.boxes .item {
    background-position: 50%;
    background-size: cover;
    height: 78vw;
    position: relative;
}
.boxes .item:before {
    content: "";
    background: hsla(0, 0%, 100%, 0);
    background: radial-gradient(ellipse at center, hsla(0, 0%, 100%, 0) 38%, rgba(0, 0, 0, .34) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.boxes .item.playing:before {
    display: none;
}
.boxes .description {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 auto 1.5em;
    width: 290px;
}
.boxes .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.boxes .url {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
.boxes .url:hover+.content .button {
    background: #fff;
    color: #007cb6;
}
.boxes .url:hover+.content .player-button {
    transform: scale(1.1);
}
.boxes .box-list {
    overflow: hidden;
}
.boxes .button {
    width: 160px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media screen and (min-width:768px) {
    .boxes {
    padding-bottom: 30px;
}
.boxes .item {
    float: left;
    height: 300px;
    width: 50%}
.boxes .a-comgas.item {
    width: 33.33%;
    margin: auto 7%;
}
}
@media screen and (min-width:1024px) {
    .boxes {
    padding-bottom: 80px;
}
.boxes .title {
    font-size: 4rem;
    margin-bottom: 2rem;
}
.boxes .description {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 3em;
    max-width: 80%;
    width: 490px;
}
}
@media screen and (min-width:1280px) {
    .boxes .item {
    height: 382px;
}
}
.comgas-na-rede .post-list-container {
    padding-bottom: 5em;
    position: relative;
    text-align: center;
}
.comgas-na-rede .item {
    font-size: 1.2rem;
    list-style: none;
    padding: 0 .5rem;
    text-align: left;
    width: 80%}
.comgas-na-rede .item-container {
    border: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1.2rem;
}
.comgas-na-rede .summary {
    color: #535252;
    display: inline-block;
    line-height: 1.5;
    padding: 1rem;
}
.comgas-na-rede .background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 70vw;
    width: 100%}
.comgas-na-rede .icon-comgas-small {
    background-image: url(../../images/dist/comgas-icon-compact.png);
    background-size: contain;
    display: inline-block;
    height: 32px;
    margin-left: 1rem;
    margin-right: 1rem;
    vertical-align: top;
    width: 32px;
}
.comgas-na-rede .content {
    display: block;
}
.comgas-na-rede .date {
    color: #a0a0a0;
    display: inline-block;
    line-height: 1.25;
    vertical-align: top;
}
.comgas-na-rede .slick-dots {
    bottom: 15px;
}
.comgas-na-rede .slick-dots li {
    background: #9e9e9e;
}
.comgas-na-rede .slick-dots .slick-active {
    background: #6c9a2f;
}
.comgas-na-rede .social {
    color: #007cb6;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1em auto 2em;
    text-align: center;
}
.comgas-na-rede .social .social-network-list {
    margin-top: .5em;
}
.comgas-na-rede .social li {
    display: inline-block;
    font-size: 2rem;
    margin: 0 .25em;
}
.comgas-na-rede .social li:hover {
    color: #6c9a2f;
}
.comgas-na-rede .social .icon-youtube {
    position: relative;
    top: 1px;
}
@media screen and (min-width:768px) {
    .comgas-na-rede .background {
    height: 300px;
}
.comgas-na-rede .social {
    font-size: 1.6rem;
    margin-bottom: 3em;
}
.comgas-na-rede .social .social-network-list {
    display: inline-block;
    margin-left: 1em;
}
}
@media screen and (min-width:1024px) {
    .comgas-na-rede .post-list-container {
    padding-bottom: 1.5em;
}
}
.entries--blog-list .item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 23px 0;
    position: relative;
    transition: background-color .15s ease-out;
}
.entries--blog-list .item:hover {
    background-color: #ecf2f4;
}
.entries--blog-list .item:hover .link {
    color: #000;
}
.entries--blog-list .item:hover .arrow {
    right: -3px;
}
.entries--blog-list .date {
    color: #a0a0a0;
    font-size: 1.8rem;
    font-weight: 400;
}
.entries--blog-list .link {
    color: #000;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.71;
    margin-top: .5em;
    transition: color .15s ease-out;
    width: 80%}
.entries--blog-list .link-full {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.entries--blog-list .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: right .3s ease;
}
.entries--blog-list .arrow:after, .entries--blog-list .arrow:before {
    background: #9e9e9e;
    height: 2px;
    width: 15px;
}
.entries--blog-list .arrow:after {
    left: -15px;
    top: 8.8px;
}
.entries--blog-list .button-container {
    background-color: #fff;
    padding: 20px 0;
}
.entries--blog-list .button-container h2 {
    color: #0578b5;
    font-size: 3rem;
}
.entries--blog-list .button-container p {
    color: #0578b5;
    font-size: 1.6rem;
}
.entries--blog-list .button-container h2, .entries--blog-list .button-container p {
    margin: 20px auto;
}
.entries--blog-list .button-container a {
    color: #0578b5;
    line-height: 1;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease-out, background-color .2s ease-out;
    width: 15rem;
    display: block;
    margin: 24px auto;
    border: 1px solid #0578b5;
}
.entries--blog-list .button-container a:hover {
    background-color: #007cb6;
    color: #fff;
}
@media screen and (min-width:768px) {
    .entries--blog-list .item {
    padding: 30px 0;
}
}
@media screen and (min-width:1024px) {
    .entries--blog-list .date {
    display: inline-block;
    line-height: 1.71;
    width: 165px;
}
.entries--blog-list .item {
    padding: 40px 0;
}
.entries--blog-list .link {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 0;
    width: calc(100% - 170px);
}
.entries--blog-list .date, .entries--blog-list .link {
    vertical-align: top;
}
.accordion .expandable .entries--blog-list p, .entries--blog-list .accordion .expandable p, .entries--blog-list .container {
    position: relative;
}
}
.entries--blog-thumb {
    padding: 0 0 55px;
}
.entries--blog-thumb .thumb {
    margin-bottom: .5em;
    max-height: 208px;
    overflow: hidden;
}
.entries--blog-thumb .link {
    color: #007cb6;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.42;
}
.entries--blog-thumb .button-container {
    text-align: center;
}
.entries--blog-thumb .button {
    width: 180px;
}
.entries--blog-thumb .entry {
    margin-bottom: 23px;
    position: relative;
}
.entries--blog-thumb .entry a:hover {
    color: #6c9a2f;
}
.entries--blog-thumb .entry:last-child {
    margin-bottom: 0;
}
.entries--blog-thumb .entry .mask {
    position: absolute;
}
.entries--blog-thumb .entry-list {
    margin-bottom: 40px;
}
.entries--blog-thumb .mask:hover~.link {
    color: #6c9a2f;
}
@media screen and (min-width:768px) {
    .entries--blog-thumb {
    padding: 0 0 30px;
}
.entries--blog-thumb .entry-list {
    margin: 0 -15px 23px;
}
.entries--blog-thumb .entry {
    display: inline-block;
    margin: 0 15px 30px;
    vertical-align: top;
    width: calc(50% - 30px);
}
.entries--blog-thumb .entry-list {
    overflow: hidden;
}
.entries--blog-thumb .button-container {
    clear: both;
}
}
@media screen and (min-width:1024px) {
    .entries--blog-thumb .entry {
    width: calc(25% - 30px);
}
.entries--blog-thumb .entry:nth-last-child(-n+4) {
    margin-bottom: 0;
}
.entries--blog-thumb .thumb {
    height: 160px;
}
}
@media screen and (min-width:1280px) {
    .entries--blog-thumb .thumb {
    height: 208px;
}
}
.equipamentos-section {
    color: #fff;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 700;
    width: 693px;
    margin: 0 auto;
    height: 1300px;
}
.equipamentos-section h2 {
    color: #007cb6!important;
    font-family: Roboto Condensed, sans-serif!important;
    font-size: 3rem!important;
    text-transform: uppercase;
    padding-top: 40px;
    font-weight: 500;
}
.equipamentos-section h3 {
    font-weight: 500;
}
.equipamentos-section .textos {
    z-index: 999;
}
.equipamentos-section #equipamentos-container>div {
    background-size: cover;
}
.equipamentos-section .mini {
    width: 25%;
    height: 16.5%}
.equipamentos-section .duplo {
    width: 50%;
    height: 16.5%}
.equipamentos-section .quadruplo {
    width: 50%;
    height: 33%}
.equipamentos-section #fogao_e_forno-desktop {
    background-image: url(../../images/dist/equipamentos/fogao_e_forno-desktop.png);
}
.equipamentos-section #forno-mobile {
    background-image: url(../../images/dist/equipamentos/forno-mobile.png);
}
.equipamentos-section #fogao-mobile {
    background-image: url(../../images/dist/equipamentos/fogao-mobile.png);
}
.equipamentos-section #chapa-desktop {
    background-image: url(../../images/dist/equipamentos/chapa-desktop.png);
    border-top-right-radius: 70px 70px;
}
.equipamentos-section #fritadeira-desktop {
    background-image: url(../../images/dist/equipamentos/fritadeira-desktop.png);
}
.equipamentos-section #fogao-desktop {
    background-image: url(../../images/dist/equipamentos/fogao-desktop.png);
}
.equipamentos-section #char_broiler-desktop {
    background-image: url(../../images/dist/equipamentos/char_broiler-desktop.png);
}
.equipamentos-section #pizza-desktop {
    background-image: url(../../images/dist/equipamentos/pizza-desktop.png);
}
.equipamentos-section #churras-desktop {
    background-image: url(../../images/dist/equipamentos/churras-desktop.png);
}
.equipamentos-section #aquece_agua-desktop {
    background-image: url(../../images/dist/equipamentos/aquece_agua-desktop.png);
    float: right;
}
.equipamentos-section #lareira-desktop {
    background-image: url(../../images/dist/equipamentos/lareira-desktop.png);
}
.equipamentos-section #gerador-desktop {
    background-image: url(../../images/dist/equipamentos/gerador-desktop.png);
}
.equipamentos-section #aquece_piscina-desktop {
    background-image: url(../../images/dist/equipamentos/aquece_piscina-desktop.png);
}
.equipamentos-section #lava_e_seca-desktop {
    background-image: url(../../images/dist/equipamentos/seca-desktop.png);
}
.equipamentos-section #seca-desktop {
    background-image: url(../../images/dist/equipamentos/lava-desktop.png);
}
.equipamentos-section #toalha_aquecida-desktop {
    background-image: url(../../images/dist/equipamentos/toalha_aquecida-desktop.png);
}
.equipamentos-section #piso_aquecido-desktop {
    background-image: url(../../images/dist/equipamentos/piso_aquecido-desktop.png);
    border-bottom-left-radius: 70px 70px;
}
.equipamentos-section #equipamentos-container {
    width: 693px;
    height: 1040.2px;
}
.equipamentos-section .equipamento_titulo {
    font-weight: 700;
    font-size: 15px;
}
.equipamentos-section .icon {
    padding-bottom: 10px;
}
.equipamentos-section .eu_quero_botao {
    position: relative;
    top: 15px;
}
.equipamentos-section .chapa-desktop {
    background-color: rgba(255, 165, 74, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
}
.equipamentos-section .chapa-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .fogao_e_forno-desktop {
    background-color: rgba(113, 175, 58, .8);
    width: 100%;
    height: 50%;
    padding-left: 25px;
    padding-top: 10px;
    top: 173px;
    position: relative;
}
.equipamentos-section .fogao_e_forno-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .fogao-mobile {
    background-color: rgba(113, 175, 58, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
    position: relative;
}
.equipamentos-section .fogao-mobile>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .forno-mobile {
    background-color: rgba(113, 175, 58, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
    position: relative;
}
.equipamentos-section .forno-mobile>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .fritadeira-desktop {
    background-color: rgba(15, 134, 181, .8);
    width: 100%;
    height: 200%;
    padding-left: 25px;
    padding-top: 10px;
    overflow: auto;
    position: relative;
}
.equipamentos-section .fritadeira-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .fritadeira-desktop>.icon {
    padding-top: 30px;
}
.equipamentos-section .fogao-desktop {
    background-color: rgba(15, 134, 181, .8);
    width: 100%;
    height: 200%;
    padding-left: 25px;
    padding-top: 10px;
    overflow: auto;
    position: relative;
}
.equipamentos-section .fogao-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .fogao-desktop>.icon {
    padding-top: 30px;
}
.equipamentos-section .char_broiler-desktop {
    background-color: rgba(255, 165, 74, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
}
.equipamentos-section .char_broiler-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .churras-desktop {
    background-color: rgba(38, 192, 184, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
}
.equipamentos-section .churras-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .pizza-desktop {
    background-color: rgba(255, 165, 74, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
    overflow: auto;
    position: relative;
}
.equipamentos-section .pizza-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .aquece_agua-desktop {
    background-color: rgba(15, 134, 181, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
    overflow: auto;
    position: relative;
}
.equipamentos-section .aquece_agua-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .aquece_agua-desktop>.icon {
    padding-top: 80px;
}
.equipamentos-section .lareira-desktop {
    background-color: rgba(255, 165, 74, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
    overflow: auto;
    position: relative;
}
.equipamentos-section .lareira-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .lareira-desktop>.icon {
    width: 40px;
}
.equipamentos-section .gerador-desktop {
    background-color: rgba(113, 175, 58, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
    overflow: auto;
    position: relative;
}
.equipamentos-section .gerador-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .aquece_piscina-desktop, .equipamentos-section .lava_e_seca-desktop {
    background-color: rgba(15, 134, 181, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
    float: right;
    overflow: auto;
    position: relative;
}
.equipamentos-section .lava_e_seca-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .seca-desktop {
    background-color: rgba(15, 134, 181, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
    float: right;
    overflow: auto;
    position: relative;
}
.equipamentos-section .seca-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .toalha_aquecida-desktop {
    background-color: rgba(15, 134, 181, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
    float: right;
    overflow: auto;
    position: relative;
}
.equipamentos-section .toalha_aquecida-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section .toalha_aquecida-desktop>.icon {
    padding-top: 5px;
    height: 30px;
}
.equipamentos-section .piso_aquecido-desktop {
    background-color: rgba(255, 165, 74, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 10px;
    float: right;
    overflow: auto;
    position: relative;
}
.equipamentos-section .piso_aquecido-desktop>.eu_quero_botao>img {
    width: 130px;
}
.equipamentos-section div {
    display: block;
    float: left;
}
@media screen and (max-width:767px) {
    .equipamentos-section {
    color: #fff;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 700;
    width: 693px;
    margin: 0 auto;
    height: 2200px;
    width: 360px;
}
.equipamentos-section .textos {
    display: block!important;
}
.equipamentos-section #equipamentos-container {
    width: 360px;
    height: 1842px;
}
.equipamentos-section #chapa-desktop, .equipamentos-section #fritadeira-desktop {
    width: 50%;
    border-top-right-radius: 0 0;
    background-size: 360px!important;
}
.equipamentos-section .chapa-desktop {
    height: 100%;
    padding-top: 5px;
}
.equipamentos-section .fogao_e_forno-desktop {
    top: 0;
    width: 100%;
    height: 100%}
.equipamentos-section .fritadeira-desktop {
    background-color: rgba(15, 134, 181, .8);
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-top: 0;
    overflow: auto;
    position: relative;
}
.equipamentos-section .lava_e_seca-desktop {
    background-color: rgba(43, 161, 197, .8);
}
.equipamentos-section .lava_e_seca-desktop>.icon, .equipamentos-section .seca-desktop>.icon {
    width: 35px;
}
.equipamentos-section .fritadeira-desktop>.icon {
    padding-top: 5px;
}
.equipamentos-section .fogao_e_forno-desktop>.icon {
    padding-top: 100px;
}
.equipamentos-section .pizza-desktop {
    right: 0;
}
.equipamentos-section .char_broiler-desktop, .equipamentos-section .churras-desktop {
    width: 100%}
.equipamentos-section .aquece_agua-desktop {
    width: 100%;
    height: 100%}
.equipamentos-section .lava_e_seca-desktop {
    height: 100%;
    top: 0;
}
.equipamentos-section .aquece_piscina-desktop {
    right: 0;
}
.equipamentos-section .toalha_aquecida-desktop {
    width: 100%;
    height: 100%;
    top: 0;
}
.equipamentos-section .toalha_aquecida-desktop>.icon {
    padding-top: 0;
    height: 45px;
}
.equipamentos-section .lareira-desktop {
    width: 100%;
    height: 100%}
.equipamentos-section .lareira-desktop>.icon {
    width: 35px;
}
.equipamentos-section #piso_aquecido-desktop {
    border-bottom-left-radius: 0 0;
}
.equipamentos-section .mini {
    width: 50%;
    height: 9.09%}
.equipamentos-section .duplo {
    width: 100%;
    height: 9.09%}
.equipamentos-section .quadruplo {
    width: 100%;
    height: 18.18%}
}
.mobile {
    display: none;
}
@media screen and (max-width:767px) {
    .mobile {
    display: block;
}
}
@media screen and (max-width:767px) {
    .desktop {
    display: none;
}
}
.equipamentos-a-gas .caracteristica-item p {
    margin-bottom: 0;
}
.equipamentos-a-gas .caracteristica-item {
    margin-top: 40px;
    line-height: 23px;
}
.equipamentos-a-gas .equipamento-caracteristica {
    float: right;
    width: 100%}
.equipamentos-a-gas .equipamento-descricao {
    width: 100%}
.equipamentos-a-gas .equipamentos-a-gas-mosaico {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.equipamentos-a-gas .equipamentos-a-gas-caracteristicas {
    width: 100%;
    line-height: 20px;
}
.equipamentos-a-gas .equipamentos-a-gas-caracteristicas div {
    margin-bottom: 25px;
    width: 100%;
    padding-top: 10px;
}
.equipamentos-a-gas .equipamentos-a-gas-caracteristicas img {
    float: left;
    margin-right: 10px;
    margin-left: -2%;
    padding-top: 10px;
}
@media screen and (min-width:768px) {
    .equipamentos-a-gas .equipamento-caracteristica {
    float: right;
    width: 30%;
    padding-top: 80px;
}
.equipamentos-a-gas .equipamento-descricao {
    float: left;
    width: 60%}
.equipamentos-a-gas .equipamentos-a-gas-mosaico {
    float: left;
    width: 40%;
    padding-bottom: 0;
}
.equipamentos-a-gas .equipamentos-a-gas-caracteristicas {
    float: left;
    width: 25%;
    margin-left: 3%;
    line-height: 20px;
}
.equipamentos-a-gas .equipamentos-a-gas-caracteristicas div {
    margin-bottom: 25px;
    padding-top: 0;
}
.equipamentos-a-gas .equipamentos-a-gas-caracteristicas strong {
    padding-bottom: 5px;
}
.equipamentos-a-gas .equipamentos-a-gas-caracteristicas img {
    float: left;
    margin-right: 10px;
    margin-left: -2%;
    padding-top: 10px;
}
}
.home-infos h3 {
    display: none;
}
.home-infos .arrow:after, .home-infos .arrow:before {
    background-color: #fff;
}
.home-infos .arrow.next:after, .home-infos .arrow.prev:after {
    top: 3px;
}
.home-infos .acesso-rapido {
    text-align: center;
    background: #6c9a2f;
    margin: 0 auto;
    overflow: hidden;
    padding: 23px 15%;
    position: relative;
    width: 100%;
    height: 210px;
}
.home-infos .list-acesso-rapido {
    margin-left: -23px;
    margin-right: -23px;
}
.home-infos .item {
    float: left;
    padding: 0 23px;
    text-align: center;
    width: 50%}
.home-infos .icon {
    background-position: bottom;
    background-size: contain;
    display: inline-block;
    height: 60px;
    width: 40px;
}
.home-infos .name {
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: .9em;
}
.home-infos .definition {
    display: inline-block;
    min-width: 145px;
    max-width: 210px;
}
.home-infos .content {
    display: inline-block;
}
.home-infos .outras-informacoes {
    background: #007cb6;
    color: #fff;
    font-size: 1.4rem;
    height: 210px;
}
.home-infos .outras-informacoes .trabalhe_conosco {
    line-height: 1.8rem;
}
.home-infos .outras-informacoes .row {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding: 20px 0;
}
.home-infos .outras-informacoes .row:last-child {
    border-bottom: 0;
}
.home-infos .social-network-list li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 .5rem;
    vertical-align: middle;
}
.home-infos .social-network-list li:first-child {
    margin-left: 0;
}
.home-infos .social-network-list li:hover {
    color: #6c9a2f;
}
@media screen and (min-width:768px) {
    .home-infos {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.home-infos .acesso-rapido {
    float: left;
    width: 65%}
.home-infos .outras-informacoes {
    width: 35%}
.home-infos .acesso-rapido {
    padding: 23px 50px;
}
.home-infos .outras-informacoes .row {
    padding-left: 23px;
}
}
@media screen and (min-width:1024px) {
    .home-infos {
    margin-bottom: 30px;
}
.home-infos h3 {
    color: #fff;
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
}
.home-infos .outras-informacoes .row {
    padding-bottom: 24px;
    padding-top: 24px;
}
}
@media screen and (min-width:1280px) {
    .home-infos .name {
    font-size: 1.4rem;
    margin-top: .9em;
}
.home-infos .icon {
    width: 40px;
    height: 60px;
}
.home-infos .acesso-rapido {
    width: 70%}
.home-infos .acesso-rapido .wrap {
    display: inline-block;
    max-width: 650px;
    overflow: initial;
    width: 100%}
.home-infos .acesso-rapido .wrap .arrow:after, .home-infos .acesso-rapido .wrap .arrow:before {
    background-color: #fff;
}
.home-infos .acesso-rapido .wrap .arrow.next:after {
    left: 1px;
    top: -26px;
    transform: rotate(-45deg);
}
.home-infos .acesso-rapido .wrap .arrow.prev:after {
    left: 1px;
    top: -26px;
    transform: rotate(45deg);
}
.home-infos .acesso-rapido .wrap .arrow.next:before, .home-infos .acesso-rapido .wrap .arrow.prev:before {
    top: -29px;
}
.home-infos .outras-informacoes {
    width: 30%}
.home-infos .item {
    width: 20%}
}
.home-numeros {
    background: #007cb6;
    padding: 40px 0;
}
.home-numeros .grid {
    overflow: hidden;
}
.home-numeros .item {
    float: left;
    margin-bottom: 55px;
    padding: 0 1em;
    width: 50%}
.home-numeros .icon {
    background-size: contain;
    display: inline-block;
    height: 60px;
    margin-bottom: 1em;
    width: 70px;
}
.home-numeros .content {
    color: #fff;
    display: block;
    font-family: Open Sans, Lucida Sans;
    font-size: 5.1em;
    font-weight: 900;
}
.home-numeros .content small {
    display: inline;
    font-size: .5em;
    line-height: 1;
}
.home-numeros .content .x-small {
    display: block;
    font-size: .3em;
}
.home-numeros .content .x-small+span {
    margin-top: 0;
}
.home-numeros .content span {
    display: block;
    font-size: .45em;
    font-weight: 300;
    margin-top: .5em;
    text-transform: lowercase;
}
.home-numeros .button {
    width: 180px;
}
@media screen and (min-width:1024px) {
    .home-numeros {
    padding: 30px 0;
}
.home-numeros .content, .home-numeros .icon-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
}
.home-numeros .item {
    width: 25%}
}
@media screen and (min-width:1280px) {
    .home-numeros .content {
    font-size: 7em;
}
}
@keyframes a {
    0% {
    opacity: 0;
    transform: translateY(-30px);
}
50% {
    opacity: 1;
    transform: translateY(5px);
}
to {
    transform: translateY(0);
}
}
.interna--top-banner .top-banner {
    position: relative;
}
.interna--top-banner .top-banner.large {
    height: calc(100vh - 70px);
    transition: height .3s ease-out;
}
.interna--top-banner .top-banner.small {
    height: 350px;
}
.interna--top-banner .bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.interna--top-banner .image {
    display: none;
}
.interna--top-banner .top-banner-title {
    background: #6c9a2f;
    min-height: 75px;
    padding: 2em 0 0;
    position: relative;
}
.interna--top-banner .top-banner-title .title {
    color: #fff;
    display: inline-block;
    font-family: Open Sans, Lucida Sans;
    font-size: 3rem;
}
.interna--top-banner .top-banner-title .button {
    background-color: #fff;
    color: #007cb6;
    cursor: pointer;
    margin-top: 1em;
    width: auto;
    font-weight: 600;
    padding: 10px 25px 15px;
}
.interna--top-banner .top-banner-title .button:hover {
    border-color: #ffd709;
    background: #ffd709;
}
.interna--top-banner .top-banner-title .share-button {
    font-size: 2.4rem;
}
.interna--top-banner .icon-share2 {
    color: #fff;
    display: none;
}
.interna--top-banner .social-network-list {
    color: #fff;
    margin: 0 -2rem;
}
.interna--top-banner .social-network-list .i {
    display: inline-block;
    margin: 0 .2rem;
}
.interna--top-banner .social-network-list i {
    display: inline-block;
}
.interna--top-banner .social-network-list a:hover {
    color: #6c9a2f;
}
.interna--top-banner .main-content {
    padding: 7rem 0;
}
.interna--top-banner .banner-text {
    bottom: 120px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 10;
}
.interna--top-banner .banner-text .text {
    color: #fff;
    display: inline-block;
    font-family: Roboto Condensed, sans-serif;
    font-size: 3rem;
    font-family: Work Sans;
    line-height: 1.2;
    font-weight: 400;
}
.interna--top-banner .share-list i {
    background-size: contain;
    height: 30px;
    width: 30px;
    transition: transform .3s ease-out;
}
.interna--top-banner .share-list i:hover {
    transform: scale(1.1);
}
.interna--top-banner .arrow {
    animation: a 2s cubic-bezier(.24, .26, 0, 1.16) infinite;
    bottom: 10px;
    left: calc(50% - 36px/2);
    position: absolute;
    z-index: 10;
}
.interna--top-banner .arrow:after, .interna--top-banner .arrow:before {
    background: #6c9a2f;
}
.interna--top-banner .video-iframe {
    position: relative;
    z-index: 100;
}
@media screen and (max-width:1023px) {
    .interna--top-banner .top-banner-title .button {
    bottom: 18px;
    position: absolute;
    right: calc(100% - 600px - 75px);
}
.interna--top-banner .share-button {
    background-color: #007cb6;
    display: inline-block;
    margin-top: 2rem;
    padding: 2rem 1rem;
    width: 100%}
}
@media screen and (max-width:767px) {
    .interna--top-banner .top-banner-title .button {
    right: calc(45% - 270px + 130px);
    font-size: 1rem;
}
}
@media screen and (min-width:768px) {
    .interna--top-banner .top-banner-title .share-list i {
    height: 38px;
    width: 38px;
}
.interna--top-banner .top-banner-title .social-network-list i {
    margin: 0 .5rem;
}
}
@media screen and (min-width:1024px) {
    .interna--top-banner .banner-text .text {
    font-size: 5.7rem;
    max-width: 780px;
}
.interna--top-banner .title {
    font-size: 3.6rem;
}
.interna--top-banner .image {
    display: block;
}
.interna--top-banner .image-mobile {
    display: none;
}
.interna--top-banner .top-banner-title {
    padding: 2em 0;
}
.interna--top-banner .top-banner-title .button {
    bottom: auto;
    margin-top: 0;
    position: absolute;
    right: calc(100% - 900px + 23px);
}
.interna--top-banner .top-banner-title:after {
    background: #007cb6;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 900px);
    border-top-left-radius: 60px;
}
.interna--top-banner .top-banner-title .share-button {
    cursor: pointer;
    position: absolute;
    right: calc(100% - 900px - 23px - 20px);
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 20;
}
.interna--top-banner .top-banner.large {
    height: calc(100vh - 75px);
}
.interna--top-banner .top-banner.playing {
    height: 100vh;
}
.interna--top-banner .share-list {
    bottom: 0;
    left: -5px;
    padding-bottom: 50px;
    position: absolute;
    visibility: hidden;
}
.interna--top-banner .share-list .i {
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: .4em;
    opacity: 0;
    transition: opacity .5s ease-out;
}
.interna--top-banner .share-list .i:nth-child(4) {
    transition-delay: 0s;
}
.interna--top-banner .share-list .i:nth-child(3) {
    transition-delay: .1s;
}
.interna--top-banner .share-list .i:nth-child(2) {
    transition-delay: .2s;
}
.interna--top-banner .share-list .i:first-child {
    transition-delay: .3s;
}
.interna--top-banner .icon-share2 {
    display: inline-block;
    margin-left: 10px;
}
.interna--top-banner .share-button:hover .share-list {
    visibility: visible;
}
.interna--top-banner .share-button:hover:hover .i {
    opacity: 1;
}
}
@media screen and (min-width:1280px) {
    .interna--top-banner .top-banner-title .button {
    right: calc(100% - 1170px + 23px);
}
.interna--top-banner .top-banner-title:after {
    width: calc(100% - 1170px);
}
.interna--top-banner .top-banner-title .share-button {
    right: calc(100% - 1170px - 23px - 20px);
}
}
.main-content {
    overflow: hidden;
}
.accordion .expandable .main-content p, .main-content .accordion .expandable p, .main-content .container {
    padding: 55px 0;
}
.main-content .featured-image {
    margin-bottom: 1em;
}
.main-content h1 {
    color: red;
    font-size: 50rem;
}
.main-content h2 {
    color: #6c9a2f;
    font-family: Open Sans, Lucida Sans;
    font-size: 2.7rem;
    line-height: 1.2;
    margin-bottom: 40px;
}
.main-content blockquote {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 1.5625em;
    font-weight: 600;
    line-height: 1.4;
    margin: 1em 0;
    overflow: hidden;
    padding: 1em 0;
}
.main-content blockquote p {
    margin-bottom: 0;
}
.main-content p {
    margin-bottom: 2em;
}
.main-content .fundo-escuro {
    background: #000;
    color: #fff;
    display: inline-block;
    margin: 0 0 1.5em;
    overflow: hidden;
    padding: 1.5em 1em;
    width: 100%}
.main-content h3 {
    clear: both;
    color: #007cb6;
    font-family: Open Sans, Lucida Sans;
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.main-content li:before {
    background: #6c9a2f;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 1em 0 0;
    width: 10px;
}
.main-content ul:not(.menu-list) {
    clear: both;
    margin-bottom: 2em;
    overflow: hidden;
}
.main-content table {
    min-width: 760px;
    width: 100%}
.main-content table td {
    color: #535252;
    font-size: 1.4rem;
    padding: .25em .2em;
}
.main-content table tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.main-content table tr:first-child, .main-content table tr:last-child {
    border-bottom: 0;
}
.main-content .table-wrap {
    overflow-y: hidden;
    padding-bottom: 25px;
}
.main-content .responsive-wrap {
    overflow: hidden;
    margin-bottom: 40px;
}
.main-content .caption {
    color: #b2b2b2;
    font-size: 1.2rem;
    margin-bottom: 1em;
    position: relative;
    top: -2em;
}
.main-content .sidebar {
    margin-top: 20px;
    margin-bottom: 0;
}
.main-content .sidebar.visible {
    border-bottom: 1px solid rgba(162, 188, 201, .2);
    padding-bottom: 2rem;
}
.main-content .alignleft {
    float: left;
    margin: .5em 1.5em 2em 0;
}
.main-content .alignright {
    float: right;
    margin: .5em 0 2em 1.5em;
}
.main-content .post-header-title {
    margin-bottom: .5em;
}
.main-content .post-header {
    margin-bottom: 40px;
}
.main-content .author {
    font-size: 1.4rem;
    margin-bottom: 1em;
}
.main-content .author .name {
    color: #007cb6;
}
.main-content .post-date {
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
}
.main-content .header-infos {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
    padding: .15em 0 .3em;
    position: relative;
    width: 100%}
.main-content .header-infos .cat {
    font-size: 1.2rem;
    color: #535252;
    text-decoration: none;
}
.main-content .menu .mobile-select-wrap {
    margin-bottom: 40px;
    position: relative;
}
.main-content .menu .mobile-select-wrap:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: 1em;
}
.main-content .menu .mobile-select {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background-color: #6c9a2f;
    border: 1px solid #fff;
    color: #fff;
    font-family: Open Sans, Lucida Sans;
    font-size: 1.2rem;
    padding: 1em 2em 1em 1em;
    width: 100%}
.main-content .menu .mobile-select:focus {
    outline: 0;
}
.main-content .menu .mobile-select option {
    color: #fff;
}
.main-content .menu .menu-list {
    overflow: hidden;
}
.main-content .menu a {
    text-decoration: none;
    color: #007cb6;
}
.main-content .menu .current {
    color: #6c9a2f;
}
.main-content .menu .item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #007cb6;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    padding: .75em 0 .75em 1.5rem;
}
.main-content .menu .item:last-child {
    border-bottom: 0;
}
.main-content .menu .item:before {
    display: none;
}
.main-content .menu a:hover {
    color: #6c9a2f;
}
.main-content .sidebar--tags .item:before {
    display: none;
}
.main-content .sidebar--tags h3 {
    margin-bottom: 0;
    max-width: 100px;
    padding-left: 0;
}
.main-content .sidebar--tags .list {
    padding-left: 0;
}
.main-content .sidebar--tags a {
    color: #535252;
    text-decoration: none;
}
.main-content .sidebar--tags a:hover {
    text-decoration: underline;
}
.main-content .share-panel {
    font-weight: 600;
    font-size: 1.4rem;
    color: #535252;
}
.main-content .share-panel .social-network-list {
    display: inline-block;
    margin: 0 0 0 1em;
    vertical-align: middle;
}
.main-content .share-panel .i {
    display: inline-block;
}
.main-content .share-panel .i i {
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.main-content .share-panel .i:before {
    display: none;
}
.main-content .share-panel .icon-facebook {
    background-color: #3d5487;
}
.main-content .share-panel .icon-twitter {
    background-color: #02a5e4;
}
.main-content .share-panel .icon-linkedin2 {
    background-color: #0f72a1;
}
.main-content .post-navigation {
    border-top: 2px solid rgba(0, 0, 0, .1);
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding: 1em 0;
    overflow: hidden;
    margin-top: 55px;
}
.main-content .post-navigation .next-post, .main-content .post-navigation .prev-post {
    text-transform: uppercase;
    color: #535252;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
}
.main-content .post-navigation i {
    float: none;
    margin-left: 3px;
    margin-top: -2px;
    vertical-align: middle;
}
.main-content .post-navigation .next-post {
    float: right;
}
.main-content .post-navigation .prev-post {
    float: left;
}
@media screen and (min-width:1024px) {
    .accordion .expandable .main-content p, .main-content .accordion .expandable p, .main-content .container {
    padding: 55px 0 100px;
}
.main-content .post-header-title, .main-content h2, .main-content.full-content .post-header-title, .main-content.full-content h2 {
    text-align: center;
}
.main-content.full-content li {
    display: inline-block;
    float: left;
    width: 50%}
.main-content .sidebar {
    margin-top: 55px;
}
.main-content .sidebar.visible {
    padding-bottom: 0;
    border-bottom: 0;
}
.main-content li:before {
    margin: 0 1em;
}
.main-content .fundo-escuro {
    margin: 1em 0 40px;
    padding: 2em 6em;
}
.main-content blockquote {
    float: right;
    margin: .3em 0 .5em 1.5em;
    width: 360px;
}
.main-content .menu {
    float: left;
    margin-right: 30px;
    width: 270px;
}
.main-content .menu .title {
    display: none;
}
.main-content .menu .item {
    font-size: 1.9rem;
    font-weight: 700;
    padding-left: 0;
}
.main-content .menu .mobile-select-wrap {
    display: none;
}
.main-content .menu .menu-list {
    display: block;
}
.main-content .with-menu {
    float: right;
    margin-bottom: 55px;
    width: calc(100% - 320px);
}
.main-content .with-menu .post-header-title, .main-content .with-menu h2 {
    text-align: left;
}
.main-content .with-menu .fundo-escuro {
    padding: 2em 1.5em;
}
.main-content .with-menu .duas-colunas {
    columns: 1;
}
}
@media screen and (min-width:1280px) {
    .main-content .with-menu .duas-colunas {
    columns: 2;
}
}
.panel--banner {
    margin-bottom: 55px;
}
.panel--banner .background {
    background-color: #007cb6;
    padding: 45px 0;
}
.panel--banner .text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.7;
}
.panel--banner .text p {
    margin-bottom: 1.25em;
}
.panel--banner .text p:last-child {
    margin-bottom: 0;
}
.panel--banner .text em {
    font-size: 1.8rem;
    font-weight: 300;
}
.panel--banner .text a {
    font-family: Roboto Condensed, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1;
    text-transform: uppercase;
}
.panel--banner .text a:hover {
    color: #6c9a2f;
}
@media screen and (max-width:1023px) {
    .panel--banner .background {
    background-image: none!important;
}
}
@media screen and (min-width:1024px) {
    .panel--banner {
    margin-bottom: 55px;
}
.panel--banner .background {
    background-position: 50%;
    background-size: cover;
    height: 406px;
    position: relative;
}
.panel--banner .text {
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 460px;
}
}
.panel--column {
    margin-bottom: 55px;
}
.panel--column .columns {
    color: #333;
    font-size: 1.4rem;
    margin-top: 40px;
    text-align: center;
}
.panel--column .title {
    font-family: Open Sans, Lucida Sans;
    font-size: 1.6rem;
    margin-bottom: .75em;
    text-transform: uppercase;
}
.panel--column .icon {
    background-color: #6c9a2f;
    background-position: 50%;
    background-size: auto 65px;
    border-radius: 50%;
    display: inline-block;
    height: 125px;
    width: 125px;
}
.panel--column .text {
    line-height: 1.75;
    font-weight: 300;
}
.panel--column .columns {
    margin-bottom: 23px;
}
.panel--column .columns .title {
    margin: 40px 0 1em;
}
.panel--column .columns .item {
    margin-bottom: 40px;
}
.panel--column .button {
    background-color: #6c9a2f;
    color: #fff;
    font-size: 2rem;
    padding: 1em 1.7em;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s ease-out;
}
.panel--column .button:hover {
    background-color: #007cb6;
}
@media screen and (min-width:1024px) {
    .panel--column .columns {
    overflow: hidden;
}
.panel--column .columns .item {
    float: left;
    width: 33.33%}
.panel--column .columns .text {
    font-size: 1.6rem;
    padding: 0 2em;
}
}
.panel-icon {
    margin-bottom: 55px;
    overflow: hidden;
}
.panel-icon .items {
    text-align: center;
}
.panel-icon .name {
    color: #333;
    font-size: 1.4rem;
    padding: 1em 0;
    max-width: 100px;
    display: block;
    margin: 0 auto;
    line-height: 1.25;
}
.panel-icon .content {
    margin-bottom: 40px;
}
.panel-icon .icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 95px;
    width: 95px;
}
.panel--simule-economia {
    margin-bottom: 55px;
}
.panel--simule-economia .panel-title {
    background-color: #007cb6;
    padding: 2rem 0;
}
.panel--simule-economia .section-title {
    color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 260px;
    text-align: center;
}
.panel--simule-economia .icon {
    background-image: url(../../images/dist/comgas_gnv.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px 40px;
    display: block;
    height: 40px;
    margin: 0 auto .5em;
    width: 35px;
}
.panel--simule-economia .top {
    background-color: #2ca570;
    overflow: hidden;
}
.panel--simule-economia .top .row {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
}
.panel--simule-economia .top .row:last-child {
    border-bottom: 0;
}
.panel--simule-economia .top .instrucao {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 2em auto 1em;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
}
.panel--simule-economia .top label {
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    vertical-align: middle;
}
.panel--simule-economia .top .field {
    display: inline-block;
    margin: 0 1em;
    position: relative;
}
.panel--simule-economia .tipo-combustivel {
    margin-bottom: 2em;
    text-align: center;
}
.panel--simule-economia .col-2 {
    display: inline-block;
    width: 50%}
.panel--simule-economia .th {
    padding: 1em 0;
}
.panel--simule-economia .th .col-2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 0 .5em;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.accordion .expandable .panel--simule-economia p, .panel--simule-economia .accordion .expandable p, .panel--simule-economia .container {
    overflow: hidden;
}
.panel--simule-economia .txt {
    font-size: 1.2rem;
    max-width: 100%;
    padding: .4em;
    text-align: center;
    width: 60px;
}
.panel--simule-economia input[type=text] {
    background-color: #f9f9f9;
    border: 1px solid #a0a0a0;
}
.panel--simule-economia input[readonly] {
    background-color: #fff;
    border: 1px solid #dadada;
}
.panel--simule-economia .opcoes {
    padding: 2em 0 .5em;
}
.panel--simule-economia .opcoes.header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.panel--simule-economia .opcoes .index {
    overflow: hidden;
    padding: .4em 0;
}
.panel--simule-economia .opcoes .col-r {
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    width: 24%}
.panel--simule-economia .opcoes .col-l {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    width: 50%}
.panel--simule-economia .opcoes .combustivel {
    color: #f89c1b;
    font-weight: 600;
}
.panel--simule-economia .opcoes .gnv {
    color: #007cb6;
    font-weight: 600;
}
.panel--simule-economia .opcoes .row {
    margin-bottom: 1em;
    overflow: hidden;
}
.panel--simule-economia .opcoes .title {
    color: #007cb6;
    font-weight: 700;
    font-size: 1.4rem;
    vertical-align: middle;
    padding-right: 1rem;
}
.panel--simule-economia .opcoes small {
    display: block;
    font-size: .8em;
}
.panel--simule-economia .opcoes sup {
    font-size: .5em;
    position: relative;
    top: -3px;
}
.panel--simule-economia .opcoes .txt {
    margin-top: 3px;
}
.panel--simule-economia .opcoes .error {
    border: 1px solid red;
}
.panel--simule-economia .resposta {
    padding-top: 2.5em;
}
.panel--simule-economia .resposta .row {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 1.5em 0;
}
.panel--simule-economia .resposta .col {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 1em 0 0;
    vertical-align: middle;
    width: calc(50% - 2px);
}
.panel--simule-economia .resposta .title {
    color: #6c9a2f;
    font-weight: 600;
    text-align: right;
}
.panel--simule-economia .resposta .result {
    color: #007cb6;
    font-weight: 700;
}
@media screen and (min-width:768px) {
    .panel--simule-economia {
    margin-top: 55px;
}
.panel--simule-economia .top .instrucao {
    display: inline-block;
    margin: 2em 3em;
    text-align: left;
    width: 240px;
    vertical-align: middle;
}
.panel--simule-economia .top .tipo-combustivel {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.panel--simule-economia .top .th {
    padding: 2em 0;
}
.accordion .expandable .panel--simule-economia p, .panel--simule-economia .accordion .expandable p, .panel--simule-economia .container {
    max-width: 420px;
}
.panel--simule-economia .panel-title {
    padding: 3rem 0 8rem;
}
.panel--simule-economia .icon {
    display: inline-block;
}
.panel--simule-economia .rs {
    left: 10px;
    position: absolute;
    top: 10px;
}
.panel--simule-economia .u {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    text-align: right;
}
.panel--simule-economia .panel {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: -50px auto 0;
    max-width: 570px;
}
.panel--simule-economia .col-r {
    position: relative;
}
.panel--simule-economia .section-title {
    font-size: 3rem;
    max-width: 100%}
.panel--simule-economia .section-title i, .panel--simule-economia .section-title span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.panel--simule-economia .section-title i {
    margin-right: .75em;
    width: 42px;
    height: 46px;
    background-size: contain;
}
.panel--simule-economia .resposta .col {
    font-size: 1.8rem;
    font-weight: 500;
}
.panel--simule-economia .resposta .row:last-child {
    border-bottom: 0;
}
.panel--simule-economia .resposta .col:first-child {
    width: 65%}
.panel--simule-economia .resposta .col:last-child {
    line-height: 1.2;
    font-weight: 700;
    width: 34%}
.panel--simule-economia .opcoes.header {
    padding-top: 1em;
}
.panel--simule-economia .opcoes.header .col-r {
    width: 62px;
}
.panel--simule-economia .opcoes.header .col-r:nth-child(2n) {
    margin-left: 35px;
}
.panel--simule-economia .opcoes.header .txt {
    margin-top: 6px;
}
.panel--simule-economia .opcoes.content .index {
    margin-bottom: .7rem;
}
.panel--simule-economia .opcoes.content .col-l {
    margin-right: 32px;
    text-align: right;
    width: 130px;
}
.panel--simule-economia .opcoes.content .row {
    margin-bottom: 2.5em;
}
.panel--simule-economia .opcoes.content .col-r {
    left: 25px;
    position: relative;
    width: 28%}
}
.para-seu-veiculo_painel {
    margin: 23px 0;
}
.para-seu-veiculo_painel .item {
    display: inline-block;
    list-style: none;
    margin-bottom: 1.2em;
    overflow: hidden;
    width: 100%}
.para-seu-veiculo_painel .item:before {
    display: none;
}
.para-seu-veiculo_painel .list {
    margin-bottom: 0;
}
.para-seu-veiculo_painel .icon {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 55px;
}
.para-seu-veiculo_painel .title {
    color: #007cb6;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-left: 1em;
    vertical-align: middle;
    width: calc(100% - 55px);
}
@media screen and (max-width:767px) {
    .para-seu-veiculo_painel .item: last-child {
    margin-bottom: 0;
}
}
@media screen and (min-width:768px) {
    .para-seu-veiculo_painel .item {
    width: 50%}
.para-seu-veiculo_painel .title {
    max-width: 80%}
}
@media screen and (min-width:1024px) {
    .para-seu-veiculo_painel .item {
    padding: 0 70px;
    width: 33.33%}
.para-seu-veiculo_painel .list {
    margin: 0 -70px;
}
}
.post--list {
    margin-bottom: 8rem;
    text-align: center;
}
.post--list .button {
    display: none;
}
.post--list .list-title {
    color: #007cb6;
    font-family: Open Sans, Lucida Sans;
    font-size: 2.2rem;
    margin-bottom: 1em;
    text-align: left;
}
.post--list .list-title a {
    transition-duration: .25s;
}
.post--list .list-title:hover a {
    color: #6c9a2f;
}
.post--list .item {
    /*
    border: 1px solid rgba(0, 0, 0, .1);
	border-top-left-radius: 60px;
    */
    display: inline-block;
    height: 416px;
    margin: 0 5px 5px;
    position: relative;
    text-align: left;
    width: 270px;
    min-height:270px;
    
}
.post--list .item:focus {
    outline: 0;
}
.post--list .content {
    color: #333;
    font-size: 1.4rem;
    padding: 2rem 2rem 3rem;
}
.post--list .content.no-image {
    padding-top: 4rem;
}
.post--list .post-image {
    background-size: cover;
    display: inline-block;
    height: 207px;
    width: 100%;
    border-top-left-radius: 60px;
}
.post--list .post-image img {
    height: 100%;
    width: 100%}
.post--list .gutter-sizer {
    width: 23px;
}
.post--list .category-name {
    color: #6c9a2f;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}
.post--list .post-title {
    color: #007cb6;
    font-family: Open Sans, Lucida Sans;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    min-height: 75px;
}
.post--list .post-excerpt {
    line-height: 1.4;
    min-height:95px;
}
.post--list .slick-dots li {
    background: #9e9e9e;
}
.post--list .slick-dots .slick-active {
    background: #6c9a2f;
}
.post--list.masonry .list {
    display: inline-block;
    margin: 0 -10px;
    max-width: 270px;
}
.post--list.masonry .column {
    padding: 0 10px;
}
.post--list.masonry .list[data-columns]:before {
    content: "1 .column.size-1of1"}
.post--list.masonry .item {
    height: auto;
    margin: 0 0 20px;
    max-height: none;
    width: 100%}
.post--list.masonry .item:hover .post-title {
    color: #6c9a2f;
}
.post--list .column {
    float: left;
}
.post--list .size-1of1 {
    width: 100%}
@media screen and (min-width:768px) {
    .post--list.masonry .item {
    break-inside: avoid;
    margin: 0 0 23px;
}
.post--list.masonry .list {
    max-width: 100%}
.post--list.masonry .list[data-columns]:before {
    content: "2 .column.size-1of2"}
.post--list .size-1of2 {
    width: 50%}
}
@media screen and (min-width:1024px) {
    .post--list .list {
    max-width: 800px;
    overflow: visible;
    position: static;
}
.post--list .gutter-sizer {
    width: 30px;
}
.post--list .button {
    background-color: #007cb6;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .2s ease;
    width: 170px;
}
.post--list .button:hover {
    background-color: #6c9a2f;
}
.accordion .expandable .post--list p, .post--list .accordion .expandable p, .post--list .container, .post--list .wrap {
    position: relative;
}
.post--list .slick-prev {
    left: 0;
}
.post--list .slick-prev:hover {
    left: -5px;
}
.post--list .slick-next {
    right: 0;
}
.post--list .slick-next:hover {
    right: -5px;
}
.post--list .arrow {
    transition: left .3s ease-out, right .3s ease-out;
}
.post--list .list-title {
    font-size: 2.7rem;
    text-align: center;
}
.post--list .item {
    margin: 30px 10px 5px;
    transition: all .3s ease;
    z-index: 100;
}
.post--list .item:hover {
    box-shadow: 0 10px 30px -9px rgba(0, 0, 0, .5);
    transform: translateY(-25px) translateZ(1px);
}
.post--list.masonry .list {
    margin-top: 18px;
}
.post--list.masonry .item:hover {
    transform: translateY(-8px) translateZ(1px);
}
}
@media screen and (min-width:1280px) {
    .post--list .list {
    max-width: 875px;
}
.post--list .size-1of3 {
    width: 33.33%}
.post--list.masonry .list[data-columns]:before {
    content: "3 .column.size-1of3"}
}
.post-date {
    background: #6c9a2f;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    right: 0;
    line-height: 1;
    padding: .5em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 110px;
    border-top-left-radius: 20px;
}
.post-date .month {
    font-size: .8em;
}
@keyframes b {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.search--panel {
    background: rgba(0, 124, 182, .925);
    display: none;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.search--panel .search-form-container {
    padding-top: 80px;
    position: relative;
}
.search--panel .search-form-container .list-acesso-virtual .arrow:after, .search--panel .search-form-container .list-acesso-virtual .arrow:before {
    background-color: #fff;
}
.search--panel .search-form-container .list-acesso-virtual .arrow:after {
    top: 4px;
}
.search--panel .close {
    backface-visibility: hidden;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    position: fixed;
    right: 22px;
    top: 24px;
    transform: scale(1.3) translateZ(0);
    transition: transform .3s ease-out;
}
.search--panel .close:hover {
    transform: scale(1.4) translateZ(0);
}
.search--panel .search-field {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #6c9a2f;
    color: #fff;
    font-family: Open Sans, Lucida Sans;
    font-size: 3.6rem;
    font-weight: 700;
    width: 100%;
    padding: .5em 0;
}
.search--panel .search-field:focus {
    outline: 0;
}
.search--panel .search-field:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .1);
}
.search--panel .search-field:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, .1);
}
.search--panel .search-field:focus::placeholder {
    color: rgba(0, 0, 0, .1);
}
.search--panel .search-field::-webkit-input-placeholder {
    color: #fff;
    transition: color .15s ease-out;
}
.search--panel .search-field:-ms-input-placeholder {
    color: #fff;
    transition: color .15s ease-out;
}
.search--panel .search-field::placeholder {
    color: #fff;
    transition: color .15s ease-out;
}
.search--panel .icon-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../images/dist/comgas_busca-secondary.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    bottom: 28px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    transition: transform .3s ease-out;
    width: 30px;
}
.search--panel .icon-search:focus {
    outline: 0;
}
.search--panel .icon-search:hover {
    transform: scale(1.1);
}
.search--panel .container-tablet-v {
    position: relative;
}
.search--panel .description {
    color: #fff;
    display: none;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    max-width: 80%;
    margin-top: 40px;
}
.search--panel .number-results {
    color: rgba(0, 0, 0, .5);
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 1.2em;
}
.search--panel .loading {
    animation: b 1s ease infinite;
    color: rgba(0, 0, 0, .5);
    margin-top: 1em;
    font-size: 1.6rem;
}
.search--panel .panel-results {
    display: none;
    margin-bottom: 35px;
}
.search--panel .search--results {
    padding-bottom: 60px;
}
.search--panel .r {
    display: none;
}
@media screen and (min-width:1024px) {
    .search--panel .search-form-container {
    max-width: 720px;
    padding-top: 140px;
}
.search--panel .query, .search--panel .search--results .container-tablet-v {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}
.search--panel .panel-results, .search--panel .results-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.search--panel .panel-results {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    margin-top: 76px;
    margin-bottom: 0;
}
.search--panel .description {
    font-size: 2.7rem;
    margin-top: 0;
}
.search--panel .query {
    padding: 45px 0;
}
.search--panel .number-results {
    font-size: 1.4rem;
    font-weight: 500;
}
}
@media screen and (min-width:1024px) {
    .search--panel .panel-results, .search--panel .results-container {
    width: 1170px;
}
.search--panel .close {
    transform: scale(1.6) translateZ(0);
    right: calc(50% - 445px);
    top: 65px;
}
.search--panel .close:hover {
    transform: scale(1.8) translateZ(0);
}
}
@media screen and (min-width:1280px) {
    .search--panel .close {
    transform: scale(1.6) translateZ;
    right: calc(50% - 560px);
}
}
.search--results .parent {
    color: #fff;
    font-family: Open Sans, Lucida Sans;
    font-size: 2rem;
    margin-bottom: 1em;
    text-transform: uppercase;
    line-height: 1.25;
}
.search--results .parent:last-child {
    margin-bottom: 0;
}
.search--results .parent a:hover {
    color: #6c9a2f;
}
.search--results .child {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.2em;
}
.search--results .child:last-child {
    margin-bottom: 0;
}
.search--results .child a:hover {
    color: #6c9a2f;
}
.search--results .group {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    padding: 35px 0;
}
@media screen and (min-width:1024px) {
    .search--results .parent {
    font-size: 2.2rem;
    float: left;
    margin-bottom: 0;
    width: 40%}
.search--results .children {
    float: right;
    margin-top: 4px;
    width: 50%}
.search--results .child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    font-size: 1.8rem;
    padding: 1.5em 1em;
    margin-bottom: 0;
}
.search--results .child:first-child {
    padding-top: 0;
}
.search--results .child:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.search--results .group {
    border-bottom-width: 2px;
    overflow: hidden;
}
}
.sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width:1023px) {
    .sidebar {
    max-height: 0;
    overflow: hidden;
}
.sidebar:not(.visible) {
    margin: 0;
}
.sidebar.visible {
    max-height: none;
}
}
@media screen and (min-width:1024px) {
    .sidebar {
    margin-top: 55px;
}
}
@media screen and (min-width:1024px) {
    .sidebar-container {
    float: left;
    width: 250px;
}
}
.sidebar-entry {
    margin-top: 40px;
}
.sidebar-entry:first-child {
    margin-top: 0;
}
.sidebar-open-btn {
    background-color: #ecf2f4;
    color: #007cb6;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase;
}
.sidebar-open-btn .icon-plus {
    margin-right: .5em;
}
.sidebar-open-btn .icon-plus:before {
    transition: opacity .2s ease-out;
}
.sidebar-open-btn.active .icon-plus:before {
    opacity: 0;
}
@media screen and (min-width:1024px) {
    .sidebar-open-btn {
    display: none;
}
}
.category-link, .sidebar .page_item, .sidebar-title {
    font-family: Open Sans, Lucida Sans;
    font-size: 1.8rem;
    font-weight: 600;
    overflow: hidden;
}
.category-link, .sidebar .page_item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #007cb6;
    padding: .75em 0 .75em 1.5rem;
}
.category-link:hover, .sidebar .page_item:hover {
    color: #6c9a2f;
}
.tag-link {
    color: #535252;
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: .5em;
    margin-right: 1em;
}
.tag-link:hover {
    color: #6c9a2f;
    text-decoration: underline;
}
.sidebar-title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #6c9a2f;
    padding: 0 0 .75em 1.5rem;
    text-transform: uppercase;
}
@media screen and (min-width:1024px) {
    .sidebar-title {
    color: #535252;
    border-bottom: 2px solid #6c9a2f;
}
}
.sidebar .list {
    margin-top: .5em;
}
.sidebar--ultimos-posts .thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 210px;
    width: 100%}
.sidebar--ultimos-posts .title {
    color: #007cb6;
    font-family: Open Sans, Lucida Sans;
    font-size: 1.4rem;
    line-height: 1.25;
    margin: 1em 0;
}
.sidebar--ultimos-posts .date {
    color: #535252;
    font-size: 1.2rem;
}
.sidebar--ultimos-posts .item {
    padding: 1.25em 0;
    position: relative;
}
.sidebar--ultimos-posts .item:hover .title {
    color: #6c9a2f;
}
.sidebar--tags .list {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
}
.slider--content {
    margin-bottom: 8rem;
    overflow: hidden;
}
.slider--content .item {
    overflow: hidden;
    position: relative;
}
.slider--content .item:focus {
    outline: 0;
}
.slider--content .image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 305px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.slider--content .list {
    margin-bottom: 3rem;
}
.slider--content .slick-dots {
    bottom: -3rem;
}
.slider--content .content {
    background: #007cb6;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 208px;
    padding: 3rem;
    position: relative;
    z-index: 5;
}
.slider--content .content p {
    margin-bottom: .5em;
}
.slider--content .title {
    font-family: Open Sans, Lucida Sans;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: .6em;
}
.slider--content .arrow {
    top: 115px;
    transition: all .3s ease-out;
    z-index: 10;
}
.slider--content .arrow:after, .slider--content .arrow:before {
    background-color: #6c9a2f;
}
.slider--content .slick-dots li {
    background-color: #9e9e9e;
}
.slider--content .slick-dots .slick-active {
    background-color: #6c9a2f;
}
.slider--content .slick-next {
    right: 18px;
}
.slider--content .slick-next:hover {
    right: 12px;
}
.slider--content .slick-prev {
    left: 18px;
}
.slider--content .slick-prev:hover {
    left: 12px;
}
@media screen and (min-width:768px) {
    .slider--content .image {
    height: 40vh;
}
.slider--content .content {
    margin-top: 30vh;
}
.slider--content .arrow {
    top: 160px;
}
}
@media screen and (min-width:1024px) {
    .slider--content .list {
    margin: 0 auto 4.8rem;
    max-width: 760px;
}
.slider--content .slick-dots {
    bottom: -4.8rem;
}
.slider--content .item {
    height: 380px;
}
.slider--content .content {
    font-size: 1.6rem;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48.54%}
.slider--content .image {
    height: 100%;
    left: auto;
    right: 0;
    width: 69.41%}
.slider--content .title {
    font-size: 2.7rem;
}
.slider--content .slick-next {
    right: -65px;
}
.slider--content .slick-next:hover {
    right: -70px;
}
.slider--content .slick-prev {
    left: -65px;
}
.slider--content .slick-prev:hover {
    left: -70px;
}
.slider--content .arrow {
    top: 50%;
    transform: translateY(-50%);
}
}
@media screen and (min-width:1280px) {
    .slider--content .list {
    max-width: 1030px;
}
}
.page-template-template-interna .slider--content .image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%}
.page-template-template-interna .slider--content .content p {
    margin-bottom: .5em;
    line-height: 20px;
}
@media screen and (min-width:1024px) {
    .page-template-template-interna .slider--content .title {
    font-size: 2rem;
}
.page-template-template-interna .slider--content .content {
    font-size: 1.6rem;
    margin: 0;
    top: 75%;
    transform: translateY(-50%);
    width: 65.54%}
}
.slider--depoimentos {
    margin-bottom: 55px;
}
.slider--depoimentos .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 475px;
    position: relative;
    width: 100%}
.slider--depoimentos .item:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider--depoimentos .button {
    background-color: #6c9a2f;
    border: 0;
    margin-top: 1.5em;
    min-width: 120px;
}
.slider--depoimentos .button:hover {
    background-color: #fff;
    color: #6c9a2f;
}
.slider--depoimentos .slick-dots {
    bottom: 10px;
}
.slider--depoimentos .slick-dots .slick-active {
    background-color: #6c9a2f;
}
.slider--depoimentos .slick-dots li {
    background-color: rgba(162, 188, 201, .8);
}
.slider--depoimentos .depoimento {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1.2em;
    max-width: 270px;
}
.slider--depoimentos .depoimento:before {
    background-image: url(../../images/dist/aspas.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 60px;
    margin-bottom: 1em;
    width: 71px;
}
.slider--depoimentos .name, .slider--depoimentos .position {
    font-size: 1.8rem;
    font-weight: 400;
}
.slider--depoimentos .name {
    margin-bottom: .25em;
}
.slider--depoimentos .position {
    font-style: italic;
}
.accordion .expandable .slider--depoimentos p, .slider--depoimentos .accordion .expandable p, .slider--depoimentos .container {
    position: relative;
    z-index: 2;
}
@media screen and (max-width:1023px) {
    .accordion .expandable .slider--depoimentos p, .slider--depoimentos .accordion .expandable p, .slider--depoimentos .container {
    top: 50%;
    transform: translateY(-50%);
}
}
@media screen and (min-width:768px) {
    .slider--depoimentos .depoimento {
    max-width: 70%}
.slider--depoimentos .button {
    font-size: 1.4rem;
}
}
@media screen and (min-width:1024px) {
    .slider--depoimentos .depoimento {
    font-size: 2.2rem;
    line-height: 1.3;
    max-width: 640px;
}
.accordion .expandable .slider--depoimentos p, .slider--depoimentos .accordion .expandable p, .slider--depoimentos .container {
    margin-top: 45px;
    padding-left: 45px;
}
}
.slider--full .slide-list {
    height: calc(100vh - 65px);
    position: relative;
    width: 100%}
.slider--full .slide {
    height: calc(100vh - 65px);
    overflow: hidden;
    position: relative;
}
.slider--full .slide:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider--full .bg-image {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.slider--full .image-desktop {
    display: none;
}
.slider--full .bg-image {
    background-position: 50%;
    background-size: cover;
}
.slider--full .button {
    width: 278px;
    color: #007cb6;
    background: #fff;
}
.slider--full .button:hover {
    border-color: #ffd709;
    background: #ffd709;
}
.slider--full .slide-content {
    bottom: 60px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.slider--full .slide-title {
    font-size: 3rem;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.slider--full .phrase {
    font-size: 1.8rem;
    line-height: 1.25;
    margin: 0 auto 23px;
    max-width: 200px;
}
.slider--full .title-nav {
    display: none;
}
.slider--full .slick-dots {
    bottom: 20px;
}
.slider--full .slick-dots .slick-active {
    background: #6c9a2f;
}
.slider--full .slider-quote {
    position: absolute;
    right: -460px;
    padding: 10px;
    width: 445px;
    bottom: -30px;
    font-size: 4rem!important;
    font-family: Work Sans;
    line-height: 1.1;
}
@media screen and (min-width:768px) {
    .slider--full .slide-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
.slider--full .phrase {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    max-width: 300px;
}
.slider--full .button {
    padding: 2.7rem;
    font-weight: 700;
    font-size: 2rem;
}
}
@media screen and (min-width:1024px) {
    .slider--full .image-mobile {
    display: none;
}
.slider--full .image-desktop {
    display: block;
}
}
@media screen and (min-width:1280px) {
    .slider--full .slide-title {
    display: none;
}
.slider--full .slide:before {
    background: rgba(0, 0, 0, .2);
}
.slider--full .slide-content {
    bottom: 10vh;
    right: calc(50% - 139px);
    text-align: left;
    width: 300px;
}
.slider--full .phrase {
    margin-left: 0;
    margin-right: 0;
}
.slider--full .button {
    width: 278px;
}
.slider--full .title-nav {
    bottom: 17.5vh;
    display: block;
    left: calc(50% - 585px);
    position: absolute;
}
.slider--full .title-entry {
    color: rgba(193, 221, 234, .8);
    font-family: Roboto Condensed, sans-serif;
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: .5em;
    text-transform: uppercase;
    transform: perspective(1px);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}
.slider--full .title-entry:last-child {
    margin-bottom: 0;
}
.slider--full .title-entry.active {
    color: #fff;
    font-weight: 700;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
}
.slider--full .slick-dots {
    display: none!important;
    bottom: auto;
    right: calc(50% - 585px);
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.slider--full .slick-dots li {
    margin: 0 0 1.8rem;
}
}
.slider--timeline {
    margin: 2em 0;
    position: relative;
    text-align: center;
}
.slider--timeline .item {
    border-bottom: 0;
    position: relative;
}
.slider--timeline .item:focus {
    outline: 0;
}
.slider--timeline .baloon {
    background-color: #267bbe;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 20px;
    position: relative;
    margin-bottom: 36px;
    text-align: left;
}
.slider--timeline .baloon, .slider--timeline .baloon:after {
    transition: background-color .3s ease-out;
}
.slider--timeline .baloon:after {
    -webkit-transform: rotate(45deg) translateX(-50%);
    background: #267bbe;
    border-radius: 3px;
    bottom: -12px;
    content: "";
    display: inline-block;
    height: 30px;
    left: calc(50% - 12px);
    position: absolute;
    transform: rotate(45deg);
    width: 30px;
}
.slider--timeline .year {
    color: #267bbe;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.slider--timeline .control {
    background-image: url(../../images/dist/comgas_historia.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 43px;
    position: relative;
    width: 23px;
    z-index: 2;
}
.slider--timeline .slick-current .control {
    background-image: url(../../images/dist/comgas_historia_on.svg);
}
.slider--timeline .content {
    cursor: auto;
    padding: 0 10px;
    vertical-align: bottom;
}
.slider--timeline:after {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    bottom: 36px;
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.slider--timeline .slick-slider {
    z-index: 2;
}
@media screen and (max-width:1023px) {
    .slider--timeline .slick-current+.slick-slide .baloon, .slider--timeline .slick-current+.slick-slide .baloon: after, .slider--timeline .slick-slide:not(.slick-active) .baloon, .slider--timeline .slick-slide:not(.slick-active) .baloon:after {
    background: #94abba;
}
}
@media screen and (min-width:1024px) {
    .slider--timeline {
    margin-top: 0;
}
.slider--timeline .slick-slide .baloon, .slider--timeline .slick-slide .baloon:after {
    background: #267bbe;
}
.slider--timeline .control {
    background-image: url(../../images/dist/comgas_historia_on.svg);
}
.slider--timeline .item:first-child {
    border: 0;
}
}
@media screen and (min-width:1280px) {
    .slider--timeline {
    max-width: 1170px;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
}
.slider--timeline:after {
    border: 1px solid rgba(0, 0, 0, .1);
    bottom: 26px;
}
.slider--timeline .baloon {
    background: #267bbe;
    font-size: 1.6rem;
    line-height: 1.5;
    opacity: 0;
    padding: 30px 45px;
    position: absolute;
    transition: opacity .3s ease-out .2s;
    visibility: hidden;
    width: 450px;
}
.slider--timeline .slick-track {
    transition: all .5s ease-out;
}
.slider--timeline .content {
    overflow: visible;
}
.slider--timeline .control, .slider--timeline .slick-current .control {
    background-image: url(../../images/dist/comgas_historia.svg);
}
.slider--timeline .slick-current .year, .slider--timeline .year {
    color: #9e9e9e;
}
.slider--timeline .year {
    font-size: 1.4rem;
    transition: color .3s ease-out;
}
.slider--timeline .item {
    display: inline-block;
    position: relative;
    overflow: visible;
}
.slider--timeline .btn {
    cursor: pointer;
}
.slider--timeline .btn:hover .year {
    color: #007cb6;
}
.slider--timeline .active .control {
    background-image: url(../../images/dist/comgas_historia_on.svg);
}
.slider--timeline .active .year {
    color: #007cb6;
}
.slider--timeline .active .baloon {
    left: -182px;
    opacity: 1;
    top: -25px;
    transform: translateY(-100%);
    visibility: visible;
    z-index: 100;
}
}
.social-network-list .icon-youtube {
    font-size: 1.35em;
}
.social-network-list i {
    display: inline-block;
    height: 1em;
    vertical-align: middle;
}
.social-network-list .icon-facebook, .social-network-list .icon-linkedin2 {
    margin-top: -1px;
}
.trabalhe-conosco--posts {
    padding-top: 5px;
}
.trabalhe-conosco--posts .list {
    max-width: none;
    position: relative;
}
.trabalhe-conosco--posts .slick-track {
    display: -ms-flexbox;
    display: flex;
}
.trabalhe-conosco--posts .thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%}
.trabalhe-conosco--posts .content {
    line-height: 1.5;
    padding-bottom: 5.5em;
}
.trabalhe-conosco--posts .content strong {
    font-weight: 700;
    text-transform: uppercase;
}
.trabalhe-conosco--posts .title {
    font-family: Open Sans, Lucida Sans;
    font-size: 1.8rem;
    margin-bottom: 1em;
}
.trabalhe-conosco--posts .excerpt {
    margin-bottom: 1em;
}
.trabalhe-conosco--posts .button-wrap {
    bottom: 1.5em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%}
.trabalhe-conosco--posts .read-more {
    background-color: #007cb6;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 2em;
    padding: .5em 0;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .2s ease-out;
    width: 170px;
}
.trabalhe-conosco--posts .read-more:hover {
    background-color: #6c9a2f;
}
.trabalhe-conosco--posts .item {
    background: #dcf2d8;
    height: auto;
}
.trabalhe-conosco--posts .item:nth-child(2n) {
    background: #cce5f2;
}
.trabalhe-conosco--posts .item:nth-child(2n) .read-more {
    background-color: #6c9a2f;
}
.usages {
    margin-bottom: 55px;
}
.usages .item {
    margin-bottom: 23px;
    overflow: hidden;
    position: relative;
}
.usages .thumb {
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 180px;
    width: 100%;
    border-top-left-radius: 60px;
}
.usages .thumb:hover+.usage {
    color: #6c9a2f;
}
.usages .usage {
    color: #007cb6;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: .5em;
}
.usages .usage:hover {
    color: #6c9a2f;
}
@media screen and (min-width:768px) {
    .usages .list {
    overflow: hidden;
    margin: 0 -11.5px;
}
.usages .item {
    padding: 0 11.5px;
    float: left;
    width: 50%}
}
@media screen and (min-width:1024px) {
    .usages .thumb {
    height: 150px;
}
.usages .list {
    display: -ms-flexbox;
    display: flex;
}
.usages .item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
}
@media screen and (min-width:1280px) {
    .usages .thumb {
    height: 205px;
}
}
section.tarifas .lista_tarifas {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
section.tarifas .lista_tarifas .tarifa {
    display: block;
    padding-bottom: 15px;
    margin-top: 20px;
    border-bottom: 1px solid #cee4f2;
}
@media screen and (max-width:767px) {
    section.tarifas .lista_tarifas .tarifa {
    text-align: center;
}
}
section.tarifas .lista_tarifas .tarifa a {
    float: right;
}
@media screen and (max-width:767px) {
    section.tarifas .lista_tarifas .tarifa a {
    float: none;
}
section.tarifas .lista_tarifas .tarifa a img {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
}
.form--cadastro-jornalistas .forms, .form--fale-conosco .forms, .form--licenca-ambiental .forms, .form--ouvidoria .forms, .form--quero-ser-comgas .forms {
    background-color: #fcfcfc;
    padding-bottom: 55px;
    overflow: hidden;
}
.form--cadastro-jornalistas .sucesso, .form--fale-conosco .sucesso, .form--licenca-ambiental .sucesso, .form--ouvidoria .sucesso, .form--quero-ser-comgas .sucesso {
    display: none;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: .5em 0 8rem;
}
.form--cadastro-jornalistas .sucesso strong, .form--fale-conosco .sucesso strong, .form--licenca-ambiental .sucesso strong, .form--ouvidoria .sucesso strong, .form--quero-ser-comgas .sucesso strong {
    color: #6c9a2f;
}
.form--cadastro-jornalistas .sucesso p, .form--fale-conosco .sucesso p, .form--licenca-ambiental .sucesso p, .form--ouvidoria .sucesso p, .form--quero-ser-comgas .sucesso p {
    color: #a0a0a0;
    margin-bottom: 1em;
}
.form--cadastro-jornalistas .select--standard, .form--cadastro-jornalistas .txt, .form--cadastro-jornalistas .txt-area, .form--fale-conosco .select--standard, .form--fale-conosco .txt, .form--fale-conosco .txt-area, .form--licenca-ambiental .select--standard, .form--licenca-ambiental .txt, .form--licenca-ambiental .txt-area, .form--ouvidoria .select--standard, .form--ouvidoria .txt, .form--ouvidoria .txt-area, .form--quero-ser-comgas .select--standard, .form--quero-ser-comgas .txt, .form--quero-ser-comgas .txt-area {
    transition: padding .3s ease-out;
}
.form--cadastro-jornalistas .select--standard.error, .form--cadastro-jornalistas .txt-area.error, .form--cadastro-jornalistas .txt.error, .form--fale-conosco .select--standard.error, .form--fale-conosco .txt-area.error, .form--fale-conosco .txt.error, .form--licenca-ambiental .select--standard.error, .form--licenca-ambiental .txt-area.error, .form--licenca-ambiental .txt.error, .form--ouvidoria .select--standard.error, .form--ouvidoria .txt-area.error, .form--ouvidoria .txt.error, .form--quero-ser-comgas .select--standard.error, .form--quero-ser-comgas .txt-area.error, .form--quero-ser-comgas .txt.error {
    padding-left: 2.5em;
    color: #f89c1b;
}
.form--cadastro-jornalistas .select--standard.error::-webkit-input-placeholder, .form--cadastro-jornalistas .txt-area.error::-webkit-input-placeholder, .form--cadastro-jornalistas .txt.error::-webkit-input-placeholder, .form--fale-conosco .select--standard.error::-webkit-input-placeholder, .form--fale-conosco .txt-area.error::-webkit-input-placeholder, .form--fale-conosco .txt.error::-webkit-input-placeholder, .form--licenca-ambiental .select--standard.error::-webkit-input-placeholder, .form--licenca-ambiental .txt-area.error::-webkit-input-placeholder, .form--licenca-ambiental .txt.error::-webkit-input-placeholder, .form--ouvidoria .select--standard.error::-webkit-input-placeholder, .form--ouvidoria .txt-area.error::-webkit-input-placeholder, .form--ouvidoria .txt.error::-webkit-input-placeholder, .form--quero-ser-comgas .select--standard.error::-webkit-input-placeholder, .form--quero-ser-comgas .txt-area.error::-webkit-input-placeholder, .form--quero-ser-comgas .txt.error::-webkit-input-placeholder {
    color: #f89c1b;
}
.form--cadastro-jornalistas .select--standard.error:-ms-input-placeholder, .form--cadastro-jornalistas .txt-area.error:-ms-input-placeholder, .form--cadastro-jornalistas .txt.error:-ms-input-placeholder, .form--fale-conosco .select--standard.error:-ms-input-placeholder, .form--fale-conosco .txt-area.error:-ms-input-placeholder, .form--fale-conosco .txt.error:-ms-input-placeholder, .form--licenca-ambiental .select--standard.error:-ms-input-placeholder, .form--licenca-ambiental .txt-area.error:-ms-input-placeholder, .form--licenca-ambiental .txt.error:-ms-input-placeholder, .form--ouvidoria .select--standard.error:-ms-input-placeholder, .form--ouvidoria .txt-area.error:-ms-input-placeholder, .form--ouvidoria .txt.error:-ms-input-placeholder, .form--quero-ser-comgas .select--standard.error:-ms-input-placeholder, .form--quero-ser-comgas .txt-area.error:-ms-input-placeholder, .form--quero-ser-comgas .txt.error:-ms-input-placeholder {
    color: #f89c1b;
}
.form--cadastro-jornalistas .select--standard.error::placeholder, .form--cadastro-jornalistas .txt-area.error::placeholder, .form--cadastro-jornalistas .txt.error::placeholder, .form--fale-conosco .select--standard.error::placeholder, .form--fale-conosco .txt-area.error::placeholder, .form--fale-conosco .txt.error::placeholder, .form--licenca-ambiental .select--standard.error::placeholder, .form--licenca-ambiental .txt-area.error::placeholder, .form--licenca-ambiental .txt.error::placeholder, .form--ouvidoria .select--standard.error::placeholder, .form--ouvidoria .txt-area.error::placeholder, .form--ouvidoria .txt.error::placeholder, .form--quero-ser-comgas .select--standard.error::placeholder, .form--quero-ser-comgas .txt-area.error::placeholder, .form--quero-ser-comgas .txt.error::placeholder {
    color: #f89c1b;
}
.form--cadastro-jornalistas .intro-panel, .form--fale-conosco .intro-panel, .form--licenca-ambiental .intro-panel, .form--ouvidoria .intro-panel, .form--quero-ser-comgas .intro-panel {
    background: #24a178;
    color: #fff;
    margin-bottom: 3.2rem;
    padding: 1.7em 0;
}
.form--cadastro-jornalistas .select-label, .form--fale-conosco .select-label, .form--licenca-ambiental .select-label, .form--ouvidoria .select-label, .form--quero-ser-comgas .select-label {
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 1.8rem;
    text-transform: uppercase;
}
.form--cadastro-jornalistas .intro-panel .select, .form--fale-conosco .intro-panel .select, .form--licenca-ambiental .intro-panel .select, .form--ouvidoria .intro-panel .select, .form--quero-ser-comgas .intro-panel .select {
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 123px;
}
.form--cadastro-jornalistas .intro-panel .select option, .form--fale-conosco .intro-panel .select option, .form--licenca-ambiental .intro-panel .select option, .form--ouvidoria .intro-panel .select option, .form--quero-ser-comgas .intro-panel .select option {
    color: #24a178;
    padding: 1em;
    text-align: center;
}
.form--cadastro-jornalistas .button, .form--fale-conosco .button, .form--licenca-ambiental .button, .form--ouvidoria .button, .form--quero-ser-comgas .button {
    background: #6c9a2f;
    cursor: pointer;
    font-size: 1.4rem;
    margin-top: 23px;
    padding: .75em 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%}
.form--cadastro-jornalistas .button:hover, .form--fale-conosco .button:hover, .form--licenca-ambiental .button:hover, .form--ouvidoria .button:hover, .form--quero-ser-comgas .button:hover {
    background-color: #007cb6;
    color: #fff;
}
.form--cadastro-jornalistas .form-error, .form--fale-conosco .form-error, .form--licenca-ambiental .form-error, .form--ouvidoria .form-error, .form--quero-ser-comgas .form-error {
    font-size: 0;
    left: 10px;
    overflow: visible;
    position: absolute;
    top: calc(50% - 7px);
    z-index: 2;
}
.form--cadastro-jornalistas .form-error:before, .form--fale-conosco .form-error:before, .form--licenca-ambiental .form-error:before, .form--ouvidoria .form-error:before, .form--quero-ser-comgas .form-error:before {
    color: #f89c1b;
    content: "×";
    font-size: 1.5rem;
}
.form--cadastro-jornalistas .add-file, .form--fale-conosco .add-file, .form--licenca-ambiental .add-file, .form--ouvidoria .add-file, .form--quero-ser-comgas .add-file {
    color: #535252;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 1em;
    overflow: hidden;
}
.form--cadastro-jornalistas .add-file:hover, .form--fale-conosco .add-file:hover, .form--licenca-ambiental .add-file:hover, .form--ouvidoria .add-file:hover, .form--quero-ser-comgas .add-file:hover {
    color: #6c9a2f;
}
.form--cadastro-jornalistas .fields, .form--fale-conosco .fields, .form--licenca-ambiental .fields, .form--ouvidoria .fields, .form--quero-ser-comgas .fields {
    overflow: hidden;
}
.form--cadastro-jornalistas .row, .form--fale-conosco .row, .form--licenca-ambiental .row, .form--ouvidoria .row, .form--quero-ser-comgas .row {
    position: relative;
}
.form--cadastro-jornalistas .panel-equipamentos, .form--fale-conosco .panel-equipamentos, .form--licenca-ambiental .panel-equipamentos, .form--ouvidoria .panel-equipamentos, .form--quero-ser-comgas .panel-equipamentos {
    margin-bottom: 23px;
}
.form--cadastro-jornalistas .panel-equipamentos .equipamento, .form--fale-conosco .panel-equipamentos .equipamento, .form--licenca-ambiental .panel-equipamentos .equipamento, .form--ouvidoria .panel-equipamentos .equipamento, .form--quero-ser-comgas .panel-equipamentos .equipamento {
    color: #535252;
    font-size: 1.6rem;
    padding: 1rem 0;
    position: relative;
    text-align: center;
}
.form--cadastro-jornalistas .panel-equipamentos .equipamento:nth-child(odd), .form--fale-conosco .panel-equipamentos .equipamento:nth-child(odd), .form--licenca-ambiental .panel-equipamentos .equipamento:nth-child(odd), .form--ouvidoria .panel-equipamentos .equipamento:nth-child(odd), .form--quero-ser-comgas .panel-equipamentos .equipamento:nth-child(odd) {
    background: #f9f9f9;
}
.form--cadastro-jornalistas .panel-equipamentos .control, .form--fale-conosco .panel-equipamentos .control, .form--licenca-ambiental .panel-equipamentos .control, .form--ouvidoria .panel-equipamentos .control, .form--quero-ser-comgas .panel-equipamentos .control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.form--cadastro-jornalistas .panel-equipamentos .intro, .form--fale-conosco .panel-equipamentos .intro, .form--licenca-ambiental .panel-equipamentos .intro, .form--ouvidoria .panel-equipamentos .intro, .form--quero-ser-comgas .panel-equipamentos .intro {
    color: #535252;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 3rem 0 2.5rem;
    overflow: hidden;
}
.form--cadastro-jornalistas .panel-equipamentos .left, .form--fale-conosco .panel-equipamentos .left, .form--licenca-ambiental .panel-equipamentos .left, .form--ouvidoria .panel-equipamentos .left, .form--quero-ser-comgas .panel-equipamentos .left {
    left: 1.5rem;
}
.form--cadastro-jornalistas .panel-equipamentos .right, .form--fale-conosco .panel-equipamentos .right, .form--licenca-ambiental .panel-equipamentos .right, .form--ouvidoria .panel-equipamentos .right, .form--quero-ser-comgas .panel-equipamentos .right {
    right: 1.5rem;
}
.form--cadastro-jornalistas .panel-equipamentos .title, .form--fale-conosco .panel-equipamentos .title, .form--licenca-ambiental .panel-equipamentos .title, .form--ouvidoria .panel-equipamentos .title, .form--quero-ser-comgas .panel-equipamentos .title {
    color: #007cb6;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.form--cadastro-jornalistas .panel-equipamentos .title span, .form--fale-conosco .panel-equipamentos .title span, .form--licenca-ambiental .panel-equipamentos .title span, .form--ouvidoria .panel-equipamentos .title span, .form--quero-ser-comgas .panel-equipamentos .title span {
    line-height: 1.2;
    width: 100px;
}
.form--cadastro-jornalistas .panel-equipamentos .title .right, .form--fale-conosco .panel-equipamentos .title .right, .form--licenca-ambiental .panel-equipamentos .title .right, .form--ouvidoria .panel-equipamentos .title .right, .form--quero-ser-comgas .panel-equipamentos .title .right {
    float: right;
    text-align: right;
}
@media screen and (min-width:768px) {
    .accordion .expandable .form--cadastro-jornalistas p, .accordion .expandable .form--fale-conosco p, .accordion .expandable .form--licenca-ambiental p, .accordion .expandable .form--ouvidoria p, .accordion .expandable .form--quero-ser-comgas p, .form--cadastro-jornalistas .accordion .expandable p, .form--cadastro-jornalistas .container, .form--fale-conosco .accordion .expandable p, .form--fale-conosco .container, .form--licenca-ambiental .accordion .expandable p, .form--licenca-ambiental .container, .form--ouvidoria .accordion .expandable p, .form--ouvidoria .container, .form--quero-ser-comgas .accordion .expandable p, .form--quero-ser-comgas .container {
    max-width: 600px;
}
.form--cadastro-jornalistas .row, .form--fale-conosco .row, .form--licenca-ambiental .row, .form--ouvidoria .row, .form--quero-ser-comgas .row {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.form--cadastro-jornalistas .fields, .form--fale-conosco .fields, .form--licenca-ambiental .fields, .form--ouvidoria .fields, .form--quero-ser-comgas .fields {
    margin: 0 -10px;
}
.form--cadastro-jornalistas .intro-panel, .form--fale-conosco .intro-panel, .form--licenca-ambiental .intro-panel, .form--ouvidoria .intro-panel, .form--quero-ser-comgas .intro-panel {
    text-align: center;
}
.form--cadastro-jornalistas .full, .form--fale-conosco .full, .form--licenca-ambiental .full, .form--ouvidoria .full, .form--quero-ser-comgas .full {
    width: 100%}
.form--cadastro-jornalistas .panel-equipamentos, .form--fale-conosco .panel-equipamentos, .form--licenca-ambiental .panel-equipamentos, .form--ouvidoria .panel-equipamentos, .form--quero-ser-comgas .panel-equipamentos {
    margin-bottom: 40px;
}
.form--cadastro-jornalistas .select--standard, .form--cadastro-jornalistas .txt, .form--cadastro-jornalistas .txt-area, .form--fale-conosco .select--standard, .form--fale-conosco .txt, .form--fale-conosco .txt-area, .form--licenca-ambiental .select--standard, .form--licenca-ambiental .txt, .form--licenca-ambiental .txt-area, .form--ouvidoria .select--standard, .form--ouvidoria .txt, .form--ouvidoria .txt-area, .form--quero-ser-comgas .select--standard, .form--quero-ser-comgas .txt, .form--quero-ser-comgas .txt-area {
    font-size: 1.4rem;
}
.form--cadastro-jornalistas .button, .form--fale-conosco .button, .form--licenca-ambiental .button, .form--ouvidoria .button, .form--quero-ser-comgas .button {
    max-width: 300px;
    display: block;
    margin: 40px auto 0;
}
.form--cadastro-jornalistas .form-error, .form--fale-conosco .form-error, .form--licenca-ambiental .form-error, .form--ouvidoria .form-error, .form--quero-ser-comgas .form-error {
    left: 25px;
}
}
@media screen and (min-width:1024px) {
    .accordion .expandable .form--cadastro-jornalistas p, .accordion .expandable .form--fale-conosco p, .accordion .expandable .form--licenca-ambiental p, .accordion .expandable .form--ouvidoria p, .accordion .expandable .form--quero-ser-comgas p, .form--cadastro-jornalistas .accordion .expandable p, .form--cadastro-jornalistas .container, .form--fale-conosco .accordion .expandable p, .form--fale-conosco .container, .form--licenca-ambiental .accordion .expandable p, .form--licenca-ambiental .container, .form--ouvidoria .accordion .expandable p, .form--ouvidoria .container, .form--quero-ser-comgas .accordion .expandable p, .form--quero-ser-comgas .container {
    max-width: 700px;
}
.form--cadastro-jornalistas .sucesso, .form--fale-conosco .sucesso, .form--licenca-ambiental .sucesso, .form--ouvidoria .sucesso, .form--quero-ser-comgas .sucesso {
    font-size: 1.6rem;
    text-align: center;
}
}
.form--cadastro-jornalistas .txt {
    background: #fff;
}
.form--cadastro-jornalistas .forms {
    padding-top: 40px;
}
.form--cadastro-jornalistas .select {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #a0a0a0;
    padding: 1.2em 2.2rem 1.1em;
}
.form--cadastro-jornalistas .select-container {
    width: 100%}
.form--cadastro-jornalistas .select-container:after {
    border-color: #a0a0a0;
}
.form--licenca-ambiental .txt {
    background: #fff;
}
.form--licenca-ambiental .forms {
    padding-top: 40px;
}
.form--licenca-ambiental .select {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #a0a0a0;
    padding: 1.2em 2.2rem 1.1em;
}
.form--licenca-ambiental .button {
    margin-top: 0;
    max-width: 150px;
}
.accordion .expandable .form--licenca-ambiental p, .form--licenca-ambiental .accordion .expandable p, .form--licenca-ambiental .container {
    margin-left: 0;
    padding-top: 0;
}
.form--ouvidoria .txt {
    background: #fff;
}
.form--ouvidoria .forms {
    padding-top: 40px;
}
.form--ouvidoria .select {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #a0a0a0;
    padding: 1.2em 2.2rem 1.1em;
}
.form--ouvidoria .select-container {
    width: 100%}
.form--ouvidoria .select-container:after {
    border-color: #a0a0a0;
}
.form--quero-ser-comgas h2 {
    margin-bottom: .5em;
}
.form--quero-ser-comgas input[type=email], .form--quero-ser-comgas input[type=text] {
    padding-left: .5em;
    width: 100%}
.form--quero-ser-comgas select {
    padding-left: .25em;
}
.form--quero-ser-comgas .link-close {
    color: #6c9a2f;
    cursor: pointer;
    font-size: .8em;
}
.form--quero-ser-comgas .instruction {
    text-align: left;
}
.form--quero-ser-comgas .sucesso {
    color: #6c9a2f;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 2em;
}
.form--quero-ser-comgas .wrapper {
    position: relative;
}
.form--quero-ser-comgas .loading {
    opacity: .7;
}
.form--quero-ser-comgas .loading:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.lightbox-opened {
    overflow: hidden;
}
.action-btn {
    z-index: 10;
}
.popup {
    box-sizing: border-box;
    display: none;
    font-size: 14px;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}
.popup h2 {
    max-width: 70%}
.popup::-webkit-input-placeholder {
    color: #016aab;
}
.popup::-moz-placeholder {
    color: #016aab;
}
.popup:-ms-input-placeholder {
    color: #016aab;
}
.popup:-moz-placeholder {
    color: #016aab;
}
#saiba-mais-form {
    text-align: left;
}
#popup-form-wrapper {
    margin-top: 50px;
}
#popup-form-wrapper h2, #popup-form-wrapper span {
    color: #016aab;
}
#popup-form {
    background: hsla(0, 0%, 100%, .9);
}
#popup-text {
    background: rgba(1, 106, 171, .9);
}
.close-lightbox {
    cursor: pointer;
    position: fixed;
    z-index: 50;
    right: 40px;
    top: 35px;
    display: none;
}
.close-lightbox.visible {
    display: block;
}
.close-lightbox:active {
    top: 36px;
}
.close-lightbox:after, .close-lightbox:before {
    content: "";
    background-color: #80c342;
    display: inline-block;
    height: 35px;
    width: 5px;
    position: relative;
}
.close-lightbox:before {
    transform: rotate(-45deg);
}
.close-lightbox:after {
    transform: rotate(45deg);
    left: -5px;
}
.popup p {
    color: hsla(0, 0%, 100%, .8);
    margin-top: 1.25em;
}
.popup .wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100%}
@media screen and (min-width:1024px) {
    .popup {
    padding-top: 100px;
}
.popup h2 {
    font-size: 6rem;
    max-width: none;
    margin-bottom: .75em;
}
.close-lightbox {
    right: 60px;
}
}
#popup-text-wrapper {
    height: 800px;
}
#popup-text-wrapper p {
    font-size: 1em;
}
#popup-form-wrapper form {
    background-color: transparent;
    margin: 30px 0 0;
}
#popup-form-wrapper .btn-submit {
    margin-top: 30px;
}
#popup-form-wrapper form input, #popup-form-wrapper form select {
    color: #016aab;
    width: 100%;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    background: 0 0;
}
#popup-form-wrapper form option {
    color: #014b6e;
}
#popup-form-wrapper form input:focus, #popup-form-wrapper form select:focus {
    outline: 0;
}
#popup-form-wrapper form input:-moz-placeholder, #popup-form-wrapper form input:-ms-input-placeholder, #popup-form-wrapper form input::-moz-placeholder, #popup-form-wrapper form input::-webkit-input-placeholder {
    color: #016aab;
}
#popup-form-wrapper form input[type=image] {
    height: 45px;
    border: none;
}
#fancybox-wrap {
    width: 100%}
#block_links_mobile {
    display: none;
}
#equipamentos {
    display: none;
    width: auto;
    color: #016aab;
    font-weight: 700;
}
#equipamentos input {
    padding: 1px 2px;
    margin: 4px 10px;
    width: auto!important;
    height: auto!important;
}
@media only screen and (max-width:700px) {
    #popup-text-wrapper {
    height: 500px;
}
#popup-form-wrapper h2 {
    font-size: 16pt;
}
#popup-form-wrapper form {
    margin-top: 10px;
    text-align: center;
}
}
.wrapper {
    padding-left: 1em;
    padding-right: 1em;
    margin: auto;
    display: block;
    width: 105px;
}
.cssload-loader {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 2em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.cssload-loader, .cssload-loader:after, .cssload-loader:before {
    animation: .75s infinite ease-in-out;
    -o-animation: .75s infinite ease-in-out;
    -ms-animation: .75s infinite ease-in-out;
    -webkit-animation: .75s infinite ease-in-out;
    -moz-animation: .75s infinite ease-in-out;
}
.cssload-loader:after, .cssload-loader:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #007cb6;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    animation: c 1.125s infinite ease-in-out;
    -o-animation: c 1.125s infinite ease-in-out;
    -ms-animation: c 1.125s infinite ease-in-out;
    -webkit-animation: c 1.125s infinite ease-in-out;
    -moz-animation: c 1.125s infinite ease-in-out;
}
.cssload-loader:after {
    animation-delay: .5575s;
    -o-animation-delay: .5575s;
    -ms-animation-delay: .5575s;
    -webkit-animation-delay: .5575s;
    -moz-animation-delay: .5575s;
}
@keyframes c {
    0% {
    transform: translateX(-100%) scale(0);
}
50% {
    transform: translateX(0) scale(1);
}
to {
    transform: translateX(100%) scale(0);
}
}
.page-template-template-fale-conosco .section-title {
    font-size: 2.1rem;
}
.imprensa-container {
    overflow: hidden;
    width: 100%}
@media screen and (min-width:1024px) {
    .imprensa-container .main-content {
    padding-left: 30px;
}
.imprensa-container .with-menu {
    width: 100%}
}
.imprensa-container .post--list {
    margin-top: 40px;
}
.imprensa-container .loading {
    position: relative;
}
@media screen and (min-width:1024px) {
    .imprensa-container .main {
    float: left;
    padding-left: 30px;
    width: calc(100% - 250px);
}
}
.page-template-template-para-seu-veiculo .boxes {
    padding-bottom: 0;
}
@media screen and (max-width:1023px) {
    .page-template-template-a-comgas .boxes {
    padding-bottom: 0;
}
}
@media screen and (min-width:1024px) {
    .home .boxes {
    padding-bottom: 30px;
}
.page-template-template-para-seu-veiculo .boxes .item {
    height: 250px;
    width: 33.33%}
.page-template-template-para-seu-veiculo .boxes .title {
    font-size: 3rem;
    margin-bottom: .25em;
}
.page-template-template-para-seu-veiculo .boxes .description {
    margin-bottom: 1.5em;
}
}
.trabalhe-conosco_about-us {
    background: #dedede;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 55px;
    padding: 1.7rem 0;
    text-align: center;
}
.trabalhe-conosco_about-us img {
    margin: 0 .5em;
    max-height: 35px;
    width: 35px;
}
.trabalhe-conosco_about-us a, .trabalhe-conosco_about-us img, .trabalhe-conosco_about-us span {
    display: inline-block;
    vertical-align: middle;
}
.trabalhe-conosco_about-us span {
    margin: 0 1em 0 0;
    max-width: 100px;
    overflow: hidden;
    text-align: left;
}
@media screen and (min-width:768px) {
    .trabalhe-conosco_about-us span {
    margin: 0 1em;
    max-width: none;
    text-align: center;
}
}
.page-template-template-trabalhe-conosco .slider--depoimentos {
    margin-bottom: 0;
}
.trabalhe-conosco-section {
    margin-bottom: 55px;
}
.trabalhe-conosco-section .section-title {
    color: #6c9a2f;
}
.trabalhe-conosco-section strong {
    color: #007cb6;
    font-weight: 700;
}
.container-ebook * {
    font-family: Open Sans, Lucida Sans;
}
.container-ebook .row {
    width: 100%;
    min-height: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.container-ebook .col {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.container-ebook input, .container-ebook select {
    width: 100%;
    height: 3em;
    padding: 0 10px;
    font-size: 1em;
    margin-bottom: 10px;
}
.container-ebook #cep-error {
    margin-left: 10px;
}
.container-ebook .error {
    color: red;
}
@media only screen and (max-width:480px) {
    .container-ebook .col, .container-ebook .row {
    display: block!important;
    width: 100%!important;
}
.container-ebook #conteudo>div {
    margin: 0!important;
    padding: 0!important;
}
.container-ebook .preview {
    width: 80%!important;
    margin-left: 10%!important;
}
.container-ebook .row-preview {
    margin-top: -25px;
}
.container-ebook .col-form {
    margin: 0!important;
}
.container-ebook input {
    width: 100%!important;
}
.container-ebook .btnSend {
    padding: 15px 70px!important;
}
.container-ebook [name=complemento] {
    margin-top: 20px!important;
}
.container-ebook #conteudo>div>article>div>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div {
    padding: 0 10px;
}
}
@media only screen and (max-width:480px) {
    .container-ebook {
    width: 100%!important;
}
}
.historico_tarifas .table-wrap tr:nth-child(2), .historico_tarifas .table-wrap tr:nth-child(n+2) {
    background-color: #fafafa!important;
}
.historico_tarifas .table-wrap tr:first-child td:nth-child(3), .historico_tarifas .table-wrap tr:first-child td:nth-last-child(1), .historico_tarifas .table-wrap tr:nth-child(2), .historico_tarifas .table-wrap tr:nth-child(n+2), .historico_tarifas .table-wrap tr:nth-child(n+3) td:last-child, .historico_tarifas .table-wrap tr:nth-child(n+3) td:nth-last-child(3) {
    padding: 10px!important;
    text-align: center!important;
}
.historico_tarifas .table-wrap tr:nth-child(2) {
    font-weight: 600!important;
}
.historico_tarifas .table-wrap tr:first-child td:nth-last-child(1) {
    background-color: #4ca2d1!important;
    font-weight: 600!important;
    color: #fff!important;
}
.historico_tarifas .table-wrap tr:nth-child(n+3) td:nth-last-child(3) {
    background-color: #dcf3d9!important;
}
.historico_tarifas .table-wrap tr:nth-child(n+3) td:last-child {
    background: #cde4f2!important;
}
.historico_tarifas .table-wrap tr:first-child td:nth-child(3) {
    background-color: #86d077!important;
    font-weight: 600!important;
    color: #fff!important;
}
.page-template-templatestemplate-para-seu-comercio-php article.full-content h2 {
    color: #007cb6;
}
.page-template-templatestemplate-para-seu-comercio-php .slider--content {
    background-color: #f7f7f7;
    margin: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-template-templatestemplate-para-seu-comercio-php .slider--content h2.section-title, .page-template-templatestemplate-para-seu-comercio-php .slider-negocio h2.section-title {
    color: #6c9a2f;
}
.page-template-templatestemplate-para-seu-comercio-php .slider-negocio li.item {
    padding-left: 25px;
}
.page-template-templatestemplate-para-seu-comercio-php .slider-negocio .icon {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 45px;
    padding: 15px;
}
.page-template-templatestemplate-para-seu-comercio-php .slider-negocio .name {
    color: #000;
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: .9em;
    font-weight: 600;
}
.page-template-templatestemplate-para-seu-comercio-php .slider-negocio .descricao {
    color: #000;
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: .9em;
}
.page-template-templatestemplate-para-seu-comercio-php .slider-negocio .descricao.deactivated {
    color: #9e9e9e;
}
.page-template-templatestemplate-para-seu-comercio-php .slider-negocio .descricao:hover {
    color: #6c9a2f;
}
.page-template-templatestemplate-para-seu-comercio-php .slider-negocio .descricao.descricao.deactivated:hover {
    color: #9e9e9e;
}
.page-template-templatestemplate-para-seu-comercio-php .button-guia-cliente span {
    background-color: #007cb6;
    color: #fff;
    cursor: pointer;
    margin-top: 3em;
    width: auto;
    font-weight: 600;
    padding: 10px 25px 15px;
    margin: 0 auto;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.page-template-templatestemplate-para-seu-comercio-php .button-guia-cliente span:hover {
    background-color: #fff;
    color: #007cb6;
    border: 1px solid #007cb6;
}
.page-template-templatestemplate-para-seu-comercio-php .button-guia-cliente {
    text-align: center;
    margin-top: 20px;
}
.page-template-template-lava-loucas .vantagens {
    width: 33%;
    display: -ms-flexbox;
    display: flex;
    float: left;
    padding: 15px;
    font-weight: 600;
    color: #007cb6;
    line-height: 20px;
    min-height: 70px;
}
.page-template-template-lava-loucas .vantagens div {
    margin-top: auto;
    margin-bottom: auto;
}
.page-template-template-lava-loucas .vantagens img {
    margin-right: 20px;
    height: auto;
}
.page-template-template-lava-loucas .agende {
    clear: both;
    text-align: center;
    font-weight: 600;
    margin-top: 230px;
    margin-bottom: 75px;
}
.page-template-template-lava-loucas .agende a {
    background-color: #6c9a2f;
    text-decoration: none;
    color: #fff;
    padding: 15px 40px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
    text-transform: uppercase;
}
.page-template-template-lava-loucas .agende a:hover {
    background-color: #fff;
    border: 1px solid #6c9a2f;
}
.page-template-template-lava-loucas .col-dir, .page-template-template-lava-loucas .col-esq {
    width: 50%;
    float: left;
    margin-top: 50px;
}
.page-template-template-lava-loucas .col-dir.quote {
    background-color: #007cb6;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    font-size: 2rem;
    padding: 30px;
    line-height: 28px;
}
.page-template-template-lava-loucas .col-dir.quote img {
    margin-right: 5px;
}
.page-template-template-lava-loucas .solicite {
    width: 100%;
    min-height: 200px;
    clear: both;
    color: #fff;
    background-color: #6c9a2f;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.5rem;
    font-family: inherit;
    margin-top: 50px;
}
.page-template-template-lava-loucas .solicite .icon {
    float: left;
    text-align: right;
    padding: 25px 30px;
    background-color: #fff;
    margin: 40px 20px 40px 25%;
    border-radius: 60px;
    font-family: inherit;
}
.page-template-template-lava-loucas .solicite .link h2 {
    color: #fff!important;
    margin-bottom: 10px;
    margin-top: 60px;
    font-family: inherit;
}
.page-template-template-lava-loucas .solicite .link a {
    text-decoration: underline;
    font-family: inherit;
}
.page-template-template-aquecimento-piscinas h2 {
    color: #007cb6;
    font-weight: 300;
    clear: both;
}
.accordion .expandable .page-template-template-aquecimento-piscinas p.transforme, .page-template-template-aquecimento-piscinas .accordion .expandable p.transforme, .page-template-template-aquecimento-piscinas .container.transforme {
    padding-bottom: 0;
}
.page-template-template-aquecimento-piscinas .mosaico-imagens img {
    width: 19.8%}
.page-template-template-aquecimento-piscinas .benefícios {
    width: 25%;
    display: grid;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-template-aquecimento-piscinas .beneficio-destaque {
    color: #007cb6;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
}
.page-template-template-aquecimento-piscinas .beneficio-descricao {
    line-height: 20px;
}
.page-template-template-aquecimento-piscinas .temperatura-ideal {
    background-color: #f5f5f5;
    padding-bottom: 50px;
}
.page-template-template-aquecimento-piscinas .temperatura-ideal h2 {
    font-weight: 400;
}
.page-template-template-aquecimento-piscinas .temperatura-ideal strong {
    color: #007cb6;
}
.page-template-template-aquecimento-piscinas .temperatura-ideal .atividades-aquaticas {
    width: 25%;
    float: left;
    display: grid;
    padding-left: 10px;
    padding-right: 10px;
}
.page-template-template-aquecimento-piscinas .temperatura-ideal .atividades-aquaticas .atividade-descricao {
    line-height: 20px;
    margin-top: 15px;
}
.page-template-template-aquecimento-piscinas .temperatura-ideal .atividades-aquaticas .detalhe-atividade {
    font-style: italic;
    font-weight: 200;
    font-size: 1.5rem;
    color: #007cb6;
}
.page-template-template-aquecimento-piscinas .temperatura-ideal .atividades-aquaticas img {
    margin-left: auto;
    margin-right: auto;
}
.page-template-template-aquecimento-piscinas .solicite {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    clear: both;
    color: #fff;
    background-color: #6c9a2f;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.5rem;
    font-family: inherit;
    margin-top: 50px;
}
.page-template-template-aquecimento-piscinas .solicite .icon {
    float: left;
    text-align: right;
    padding: 25px 30px;
    background-color: #fff;
    margin: 40px 20px 40px 20%;
    border-radius: 60px;
    font-family: inherit;
}
.page-template-template-aquecimento-piscinas .solicite .link h2 {
    color: #fff!important;
    margin-bottom: 10px;
    margin-top: 80px;
    font-family: inherit;
    font-weight: 300;
    cursor: pointer;
}
.page-template-template-aquecimento-piscinas .solicite .link a {
    text-decoration: underline;
    font-family: inherit;
    cursor: pointer;
}
.page-template-template-aquecimento-piscinas table th {
    background-color: #80c342;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.page-template-template-aquecimento-piscinas table td.cinza {
    background-color: #ecf1f3;
}
.page-template-template-aquecimento-piscinas table td {
    padding: 10px;
    text-align: center;
}
.page-template-template-aquecimento-piscinas table .top-left {
    border-top-left-radius: 20px;
}
.page-template-template-aquecimento-piscinas table .bottom-left {
    border-bottom-left-radius: 20px;
}
.page-template-template-aquecimento-piscinas table .bottom-right {
    border-bottom-right-radius: 20px;
}
.page-template-template-aquecimento-piscinas .guia-boas-praticas {
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%}
.page-template-template-aquecimento-piscinas .guia-boas-praticas .boas-descricao {
    width: 70%;
    float: left;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
.page-template-template-aquecimento-piscinas .guia-boas-praticas .boas-descricao h2 {
    margin-bottom: 5px;
    margin-top: 30px;
}
.page-template-template-aquecimento-piscinas .guia-boas-praticas .boas-imagem {
    width: 30%;
    float: left;
}
.page-template-template-aquecimento-piscinas .guia-boas-praticas .boas-imagem img {
    width: 120px;
}
.page-template-template-aquecimento-piscinas .lista-comgas {
    background: linear-gradient(to top right, #0073a2 0, #004972 65%);
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    color: #fff;
}
.page-template-template-aquecimento-piscinas .lista-comgas h2 {
    color: #6c9a2f;
}
.page-template-template-aquecimento-piscinas .lista-comgas li {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
}
.page-template-template-aquecimento-piscinas .lista-comgas li i {
    background-color: #6c9a2f;
    width: 27px;
    height: 35px;
    margin-right: 15px;
}
.page-template-template-aquecimento-piscinas .lista-comgas li:before {
    content: "";
    height: 0;
    width: 0;
}
.accordion .expandable .page-template-template-aquecimento-piscinas .lista-comgas p, .page-template-template-aquecimento-piscinas .lista-comgas .accordion .expandable p, .page-template-template-aquecimento-piscinas .lista-comgas .container {
    padding-bottom: 30px;
}
.page-template-template-aquecimento-piscinas .utilizacao-aquecimento-piscina {
    text-align: center;
}
.page-template-template-aquecimento-piscinas .utilizacao-aquecimento-piscina .lista-utilizacao {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.page-template-template-aquecimento-piscinas .utilizacao-aquecimento-piscina .utilizacao {
    text-align: center;
    float: left;
    background-color: #fff;
    padding: 19px;
    border-radius: 80px;
    width: 140px;
    cursor: pointer;
}
.page-template-template-aquecimento-piscinas .utilizacao-aquecimento-piscina .utilizacao i {
    background-color: #6c9a2f;
    width: 75px;
    height: 81px;
}
.page-template-template-aquecimento-piscinas .utilizacao-aquecimento-piscina .utilizacao i:hover {
    background-color: #fff;
}
.page-template-template-aquecimento-piscinas .utilizacao-aquecimento-piscina .utilizacao p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.page-template-template-aquecimento-piscinas .utilizacao-aquecimento-piscina .utilizacao:hover {
    background-color: #6c9a2f;
    color: #fff;
}
.page-template-template-aquecimento-piscinas .utilizacao-aquecimento-piscina .utilizacao:hover i {
    background-color: #fff;
}
.accordion .expandable .page-template-template-aquecimento-piscinas .voce-sabia p div, .page-template-template-aquecimento-piscinas .voce-sabia .accordion .expandable p div, .page-template-template-aquecimento-piscinas .voce-sabia .container div {
    display: -ms-flexbox;
    display: flex;
}
.accordion .expandable .page-template-template-aquecimento-piscinas .voce-sabia p div img, .page-template-template-aquecimento-piscinas .voce-sabia .accordion .expandable p div img, .page-template-template-aquecimento-piscinas .voce-sabia .container div img {
    margin-right: 30px;
}
.accordion .expandable .page-template-template-aquecimento-piscinas .voce-sabia p div p, .page-template-template-aquecimento-piscinas .voce-sabia .accordion .expandable p div p, .page-template-template-aquecimento-piscinas .voce-sabia .container div p {
    padding-top: 30px;
}
@media screen and (max-width:1023px) {
    .page-template-template-aquecimento-piscinas .benefícios {
    width: 100%;
    text-align: center;
}
.page-template-template-aquecimento-piscinas .benefícios img {
    margin-left: auto;
    margin-right: auto;
}
.page-template-template-aquecimento-piscinas .mosaico-imagens img {
    width: 45.5%}
.page-template-template-aquecimento-piscinas .temperatura-ideal .atividades-aquaticas {
    width: 100%;
    margin-bottom: 25px;
}
.accordion .expandable .page-template-template-aquecimento-piscinas .voce-sabia p, .page-template-template-aquecimento-piscinas .voce-sabia .accordion .expandable p, .page-template-template-aquecimento-piscinas .voce-sabia .container {
    display: grid;
}
}
.page-template-template-condominios {
    color: #fff;
}
.page-template-template-condominios .sucesso {
    text-align: center;
    font-size: 3rem;
}
.page-template-template-condominios .mobile {
    display: none;
}
@media screen and (max-width:767px) {
    .page-template-template-condominios .mobile {
    display: block;
}
}
@media screen and (max-width:767px) {
    .page-template-template-condominios .desktop {
    display: none!important;
}
}
.page-template-template-condominios p {
    font-family: Work Sans Custom;
    font-size: 1.7rem;
    line-height: 3rem;
    margin-bottom: 50px;
}
.page-template-template-condominios h3 {
    font-family: Work Sans Custom;
    font-size: 4rem;
    margin-bottom: 50px;
    font-weight: 400;
}
.page-template-template-condominios h5 {
    font-size: 3rem;
    font-weight: 600;
}
.page-template-template-condominios .line {
    background-color: #fff;
    height: 2px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}
.page-template-template-condominios .bolha_1, .page-template-template-condominios .bolha_2 {
    opacity: .6;
}
.page-template-template-condominios .item {
    font-size: 2rem;
}
.page-template-template-condominios .item p {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 300;
}
.page-template-template-condominios .item .icon {
    max-width: 100%;
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}
.page-template-template-condominios strong {
    font-weight: 600;
}
.page-template-template-condominios header.header {
    background-size: 100% 100%;
    padding-top: 30px;
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    margin: 0;
    z-index: 9999;
}
@media screen and (max-width:767px) {
    .page-template-template-condominios header.header {
    height: 300px;
}
}
.page-template-template-condominios header.header .icon-comgas {
    width: 100%;
    height: 100%}
@media screen and (max-width:767px) {
    .page-template-template-condominios header.header .icon-comgas {
    height: 100px;
}
}
.page-template-template-condominios header.header .cond_navigation ul {
    display: inline-table;
}
.page-template-template-condominios header.header .cond_navigation ul li {
    display: inline;
    margin-right: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.page-template-template-condominios header.header .cond_navigation ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
}
.page-template-template-condominios header.header .cond_navigation ul li a:hover {
    background-color: #84bc01;
}
.page-template-template-condominios header.header .cond_navigation ul li .social-network-list {
    display: inline-table;
}
.page-template-template-condominios header.header .cond_navigation ul li .social-network-list .social_link {
    display: inline;
    margin-right: 0;
}
.page-template-template-condominios header.header .cond_navigation ul li .social-network-list .social_link a {
    padding: 0;
    border-radius: 60px;
}
.page-template-template-condominios header.header .cond_navigation ul li .social-network-list .social_link a:hover {
    background-color: transparent;
}
.page-template-template-condominios header.header .cond_navigation ul li .social-network-list .social_link a:hover img {
    background-color: #000;
    border-radius: 60px;
}
.page-template-template-condominios section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.page-template-template-condominios section.banner {
    height: 100vh;
    width: 100%;
    background-position: 50%;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.accordion .expandable .page-template-template-condominios section.banner p, .page-template-template-condominios section.banner .accordion .expandable p, .page-template-template-condominios section.banner .container, .page-template-template-condominios section.banner .row {
    height: 100%}
.page-template-template-condominios section.banner .logo {
    position: absolute;
    top: 100vh;
    transform: translatey(-70px);
}
.page-template-template-condominios section.banner .bolha_2 {
    position: absolute;
    width: 350px;
    left: 60vw;
    overflow: hidden;
    top: 70vh;
}
.page-template-template-condominios section.banner .banner_text {
    font-family: Work Sans Custom;
    color: #fff;
    position: relative;
    top: 55%;
    transform: translateY(-50%);
    text-align: left;
    display: inline-table;
}
.page-template-template-condominios section.banner .banner_text h4 {
    font-size: 2rem;
    font-family: Work Sans Custom;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
}
.page-template-template-condominios section.banner .banner_text h1 {
    font-family: Work Sans Custom;
    background: linear-gradient(90deg, #11b4d7 20%, #62c28d 40%, #c1d234 60%, #f1d708 80%, #e4a61f 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 11rem;
    line-height: 10rem;
    font-weight: 200;
}
@media screen and (max-width:767px) {
    .page-template-template-condominios section.banner .banner_text h1 {
    font-size: 7rem;
    line-height: 6rem;
}
}
.page-template-template-condominios section.caracteristicas {
    background: #01648d;
    background: linear-gradient(129deg, #01648d 50%, #5fa856);
    min-height: 50vh;
    overflow: hidden;
    color: #fff;
}
.page-template-template-condominios section.caracteristicas .bolha_1 {
    position: absolute;
    width: 950px;
    right: -550px;
    top: -400px;
    overflow: hidden;
}
.page-template-template-condominios section.caracteristicas .carousel_caracteristicas.owl-carousel {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.page-template-template-condominios section.caracteristicas .carousel_caracteristicas.owl-carousel .owl-nav {
    position: relative;
    top: -50%;
    transform: translateY(50%);
}
.page-template-template-condominios section.caracteristicas .carousel_caracteristicas.owl-carousel .owl-nav .owl-next, .page-template-template-condominios section.caracteristicas .carousel_caracteristicas.owl-carousel .owl-nav .owl-prev {
    position: relative;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 59px;
    font-size: 2.5rem;
    padding: 10px 21px!important;
}
.page-template-template-condominios section.caracteristicas .carousel_caracteristicas.owl-carousel .owl-nav .owl-next {
    float: right;
    right: -80px;
}
.page-template-template-condominios section.caracteristicas .carousel_caracteristicas.owl-carousel .owl-nav .owl-prev {
    left: -80px;
}
.page-template-template-condominios section.caracteristicas .carousel_caracteristicas.owl-carousel .owl-dots {
    text-align: center;
}
.page-template-template-condominios section.caracteristicas .carousel_caracteristicas.owl-carousel .owl-dots .owl-dot {
    background-image: url(../../images/dist/condominios/dot-gray.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.page-template-template-condominios section.caracteristicas .carousel_caracteristicas.owl-carousel .owl-dots .owl-dot.active {
    background-image: url(../../images/dist/condominios/dot-green.png);
    width: 10px;
    height: 10px;
}
.page-template-template-condominios section.descubra {
    background-position: 50%;
    background-size: cover;
}
.page-template-template-condominios section.descubra .item {
    padding: 20px 30px;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 15px;
}
.page-template-template-condominios section.descubra .item .texto {
    display: -ms-flexbox;
    display: flex;
}
.page-template-template-condominios section.descubra .item .texto p {
    margin-bottom: 0;
    padding-right: 10px;
    max-width: 75%}
.page-template-template-condominios section.descubra .item .texto span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 14px 17px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 25px;
}
.page-template-template-condominios section.descubra .item .texto span i {
    color: #fff;
}
.page-template-template-condominios section.descubra .carousel_caracteristicas.owl-carousel {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.page-template-template-condominios section.descubra .carousel_caracteristicas.owl-carousel .owl-nav {
    position: relative;
    top: -50%;
    transform: translateY(50%);
}
.page-template-template-condominios section.descubra .carousel_caracteristicas.owl-carousel .owl-nav .owl-next, .page-template-template-condominios section.descubra .carousel_caracteristicas.owl-carousel .owl-nav .owl-prev {
    position: relative;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 59px;
    font-size: 2.5rem;
    padding: 10px 21px!important;
}
.page-template-template-condominios section.descubra .carousel_caracteristicas.owl-carousel .owl-nav .owl-next {
    float: right;
    right: -80px;
}
.page-template-template-condominios section.descubra .carousel_caracteristicas.owl-carousel .owl-nav .owl-prev {
    left: -80px;
}
.page-template-template-condominios section.descubra .carousel_caracteristicas.owl-carousel .owl-dots {
    text-align: center;
}
.page-template-template-condominios section.descubra .carousel_caracteristicas.owl-carousel .owl-dots .owl-dot {
    background-image: url(../../images/dist/condominios/dot-gray.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.page-template-template-condominios section.descubra .carousel_caracteristicas.owl-carousel .owl-dots .owl-dot.active {
    background-image: url(../../images/dist/condominios/dot-green.png);
    width: 10px;
    height: 10px;
}
.page-template-template-condominios section.duvidas {
    background: #288478;
    background: linear-gradient(129deg, #288478, #79be47 50%, #7fc143);
}
.page-template-template-condominios section.duvidas .titulo_sanfona {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.page-template-template-condominios section.duvidas .titulo_sanfona h5 {
    font-size: 2.5rem;
    max-width: 85%}
.page-template-template-condominios section.duvidas .titulo_sanfona span {
    float: right;
    margin-left: auto;
    background: hsla(0, 0%, 100%, .2);
    padding: 15px;
    height: 40px;
    border-radius: 25px;
}
.page-template-template-condominios section.duvidas .titulo_sanfona span i {
    float: right;
}
.page-template-template-condominios section.duvidas .conteudo_sanfona {
    display: none;
}
.page-template-template-condominios section.duvidas .line {
    height: 1px;
    margin-top: 15px;
    margin-bottom: 25px;
    background: hsla(0, 0%, 100%, .5);
}
.page-template-template-condominios section.duvidas .baixe_aqui {
    background-color: hsla(0, 0%, 100%, .3);
    font-size: 2rem;
    color: #fff;
    padding: 15px 50px;
    border-radius: 50px;
}
.page-template-template-condominios section.duvidas .duvidas_download {
    margin-bottom: 70px;
    text-align: center;
}
.page-template-template-condominios section.duvidas .duvidas_download h3, .page-template-template-condominios section.duvidas .duvidas_download p {
    text-align: left;
}
.page-template-template-condominios section.depoimentos {
    color: #006790;
}
.page-template-template-condominios section.depoimentos h3 {
    font-family: Work Sans Custom;
    background: linear-gradient(90deg, #11b4d7 20%, #62c28d 40%, #c1d234 60%, #f1d708 80%, #e4a61f 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 300;
}
.page-template-template-condominios section.depoimentos .depoimento_carousel.owl-carousel {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.page-template-template-condominios section.depoimentos .depoimento_carousel.owl-carousel .owl-nav {
    position: relative;
    top: -50%;
    transform: translateY(50%);
}
.page-template-template-condominios section.depoimentos .depoimento_carousel.owl-carousel .owl-nav .owl-next, .page-template-template-condominios section.depoimentos .depoimento_carousel.owl-carousel .owl-nav .owl-prev {
    position: relative;
    border-radius: 59px;
    font-size: 2.5rem;
    padding: 10px 21px!important;
}
.page-template-template-condominios section.depoimentos .depoimento_carousel.owl-carousel .owl-nav .owl-next {
    float: right;
    right: -80px;
}
.page-template-template-condominios section.depoimentos .depoimento_carousel.owl-carousel .owl-nav .owl-prev {
    left: -80px;
}
.page-template-template-condominios section.depoimentos .depoimento_carousel.owl-carousel .owl-dots {
    text-align: center;
}
.page-template-template-condominios section.depoimentos .depoimento_carousel.owl-carousel .owl-dots .owl-dot {
    background-image: url(../../images/dist/condominios/dot-gray.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.page-template-template-condominios section.depoimentos .depoimento_carousel.owl-carousel .owl-dots .owl-dot.active {
    background-image: url(../../images/dist/condominios/dot-blue.png);
    width: 10px;
    height: 10px;
}
.page-template-template-condominios section.depoimentos .item .image_autor {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 90%;
    min-height: 200px;
}
.page-template-template-condominios section.depoimentos .item .image_autor .play {
    background: hsla(0, 0%, 100%, .7);
    border-radius: 30px;
    position: absolute;
    right: 20%;
    bottom: 10%;
    padding: 15px 20px;
}
.page-template-template-condominios section.depoimentos .item .depoimento {
    padding-top: 30px;
}
.page-template-template-condominios section.depoimentos .item img {
    display: block;
    width: 100%;
    padding-right: 50px;
}
.page-template-template-condominios section.depoimentos .item p {
    font-size: 2rem;
    line-height: 3rem;
}
.page-template-template-condominios section.depoimentos .item .autor {
    font-size: 1.5rem;
    line-height: 2rem;
}
.page-template-template-condominios section.depoimentos .item .fa-quote-left {
    position: absolute;
    top: 30px;
    left: -40px;
    font-size: 4rem;
}
.page-template-template-condominios section.form_visita {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 200px;
}
.page-template-template-condominios section.form_visita form label {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
}
.page-template-template-condominios section.form_visita form input {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    font-size: 2rem;
}
.page-template-template-condominios section.form_visita form input:focus {
    outline: 0;
}
.page-template-template-condominios section.form_visita form .form_icon {
    background-color: hsla(0, 0%, 100%, .1);
    width: 70px;
    height: 70px;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.page-template-template-condominios section.form_visita form .form_icon img {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.page-template-template-condominios section.form_visita form .button_container {
    text-align: center;
}
.page-template-template-condominios section.form_visita form .button_container button {
    background-color: #006e9b;
    padding: 15px 50px;
    border-radius: 35px;
    border: none;
    color: #fff;
    position: relative;
    bottom: -110px;
    font-weight: 600;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.page-template-template-piscinas {
    color: #fff;
}
.page-template-template-piscinas .sucesso {
    text-align: center;
    font-size: 3rem;
}
.page-template-template-piscinas .mobile {
    display: none;
}
@media screen and (max-width:767px) {
    .page-template-template-piscinas .mobile {
    display: block;
}
}
@media screen and (max-width:767px) {
    .page-template-template-piscinas .desktop {
    display: none!important;
}
}
.page-template-template-piscinas p {
    font-family: Work Sans Custom;
    font-size: 1.7rem;
    line-height: 3rem;
    margin-bottom: 50px;
}
.page-template-template-piscinas h3 {
    font-family: Work Sans Custom;
    font-size: 4rem;
    margin-bottom: 50px;
    font-weight: 400;
}
.page-template-template-piscinas h5 {
    font-size: 3rem;
    font-weight: 600;
}
.page-template-template-piscinas .line {
    background-color: #fff;
    height: 2px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}
.page-template-template-piscinas .bolha_1, .page-template-template-piscinas .bolha_2 {
    opacity: .6;
}
.page-template-template-piscinas .item {
    font-size: 2rem;
}
.page-template-template-piscinas .item p {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 300;
}
.page-template-template-piscinas .item .icon {
    max-width: 100%;
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}
.page-template-template-piscinas strong {
    font-weight: 600;
}
.page-template-template-piscinas header.header {
    background-size: 100% 100%;
    padding-top: 30px;
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    margin: 0;
    z-index: 9999;
}
@media screen and (max-width:767px) {
    .page-template-template-piscinas header.header {
    height: 300px;
}
}
.page-template-template-piscinas header.header .icon-comgas {
    width: 100%;
    height: 100%}
@media screen and (max-width:767px) {
    .page-template-template-piscinas header.header .icon-comgas {
    height: 100px;
}
}
.page-template-template-piscinas header.header .cond_navigation ul {
    display: inline-table;
}
.page-template-template-piscinas header.header .cond_navigation ul li {
    display: inline;
    margin-right: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.page-template-template-piscinas header.header .cond_navigation ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
}
.page-template-template-piscinas header.header .cond_navigation ul li a:hover {
    background-color: #84bc01;
}
.page-template-template-piscinas header.header .cond_navigation ul li .social-network-list {
    display: inline-table;
}
.page-template-template-piscinas header.header .cond_navigation ul li .social-network-list .social_link {
    display: inline;
    margin-right: 0;
}
.page-template-template-piscinas header.header .cond_navigation ul li .social-network-list .social_link a {
    padding: 0;
    border-radius: 60px;
}
.page-template-template-piscinas header.header .cond_navigation ul li .social-network-list .social_link a:hover {
    background-color: transparent;
}
.page-template-template-piscinas header.header .cond_navigation ul li .social-network-list .social_link a:hover img {
    background-color: #000;
    border-radius: 60px;
}
.page-template-template-piscinas section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.page-template-template-piscinas section.banner {
    height: 100vh;
    width: 100%;
    background-position: 50%;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.accordion .expandable .page-template-template-piscinas section.banner p, .page-template-template-piscinas section.banner .accordion .expandable p, .page-template-template-piscinas section.banner .container, .page-template-template-piscinas section.banner .row {
    height: 100%}
.page-template-template-piscinas section.banner .logo {
    position: absolute;
    top: 100vh;
    transform: translatey(-153px);
}
.page-template-template-piscinas section.banner .bolha_2 {
    position: absolute;
    width: 350px;
    left: 60vw;
    overflow: hidden;
    top: 70vh;
}
.page-template-template-piscinas section.banner .banner_text {
    font-family: Work Sans Custom;
    color: #fff;
    position: relative;
    top: 55%;
    transform: translateY(-50%);
    text-align: left;
    display: inline-table;
}
.page-template-template-piscinas section.banner .banner_text h4 {
    font-size: 2rem;
    font-family: Work Sans Custom;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
}
.page-template-template-piscinas section.banner .banner_text h1 {
    font-family: Work Sans Custom;
    background: linear-gradient(90deg, #11b4d7 20%, #62c28d 40%, #c1d234 60%, #f1d708 80%, #e4a61f 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 400;
}
@media screen and (max-width:767px) {
    .page-template-template-piscinas section.banner .banner_text h1 {
    font-size: 7rem;
    line-height: 6rem;
}
}
.page-template-template-piscinas section.caracteristicas {
    background: #01648d;
    background: linear-gradient(129deg, #01648d 50%, #5fa856);
    min-height: 50vh;
    padding-bottom: 200px;
    overflow: hidden;
    color: #fff;
}
.page-template-template-piscinas section.caracteristicas .bolha_1 {
    position: absolute;
    width: 950px;
    right: -550px;
    top: -400px;
    overflow: hidden;
}
.page-template-template-piscinas section.caracteristicas .caracteristica_box .box_interno {
    font-family: Work Sans Custom;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 370px;
    padding: 200px 30px 30px;
    margin-top: 20px;
}
.page-template-template-piscinas section.caracteristicas .caracteristica_box .box_interno .icone {
    max-width: 30px;
    margin-bottom: 10px;
}
.page-template-template-piscinas section.caracteristicas .caracteristica_box .box_interno .titulo {
    font-family: Work Sans Custom;
    font-size: 2.2rem;
    font-weight: 700;
}
.page-template-template-piscinas section.caracteristicas .caracteristica_box .box_interno .descricao {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.page-template-template-piscinas section.vantagens {
    font-family: Work Sans Custom;
    color: #000;
    background-color: #f6f6f6;
    text-align: center;
}
.page-template-template-piscinas section.vantagens .vantagens_box {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: -150px;
}
.page-template-template-piscinas section.vantagens .vantagens_box .vantagens_interno {
    border-radius: 5px;
    padding: 30px;
    width: 100%}
.page-template-template-piscinas section.vantagens .vantagens_box .vantagens_interno h5 {
    font-family: Work Sans Custom;
    color: #30363a;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.page-template-template-piscinas section.vantagens .vantagens_box .vantagens_interno span {
    color: gray;
    font-weight: 600;
    font-family: Work Sans Custom;
}
.page-template-template-piscinas section.vantagens .vantagens_box .vantagens_interno ul {
    text-align: left;
}
.page-template-template-piscinas section.vantagens .vantagens_box .vantagens_interno ul li {
    font-family: Work Sans Custom;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    color: #909496;
}
.page-template-template-piscinas section.vantagens .vantagens_box .vantagens_interno ul li:before {
    color: red;
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    content: "\f00d";
    margin-right: 10px;
}
.page-template-template-piscinas section.vantagens .vantagens_box .vantagens_interno.gas {
    margin-top: 0;
    padding-top: 20px;
    border: 2px solid #83bd01;
}
.page-template-template-piscinas section.vantagens .vantagens_box .vantagens_interno.gas h5 {
    margin-top: 10px;
    color: #83bd00;
}
.page-template-template-piscinas section.vantagens .vantagens_box .vantagens_interno.gas li:before {
    color: #84bc01;
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    content: "\f00c";
    margin-right: 10px;
}
.page-template-template-piscinas section.vantagens .vantagens_box .vantagens_interno.gas li {
    color: #30363a;
}
.page-template-template-piscinas section.vantagens .vantagens_box.down {
    margin-top: -120px;
}
@media screen and (max-width:1023px) {
    .page-template-template-piscinas section.vantagens .vantagens_box.down {
    margin-top: 20px;
}
}
.page-template-template-piscinas section.form_visita {
    background-position: 50%;
    background-size: cover;
}
.page-template-template-piscinas section.form_visita h3 {
    font-size: 3rem;
}
.page-template-template-piscinas section.form_visita form label {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
}
.page-template-template-piscinas section.form_visita form input {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    font-size: 2rem;
}
.page-template-template-piscinas section.form_visita form input:focus {
    outline: 0;
}
.page-template-template-piscinas section.form_visita form .form_icon {
    background-color: hsla(0, 0%, 100%, .1);
    width: 70px;
    height: 70px;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.page-template-template-piscinas section.form_visita form .form_icon img {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.page-template-template-piscinas section.form_visita form .button_container {
    text-align: center;
}
.page-template-template-piscinas section.form_visita form .button_container button {
    background-color: #84bd00;
    padding: 15px 50px;
    border-radius: 35px;
    border: none;
    color: #fff;
    position: relative;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-template-piscinas section.form_visita form .button_container button:hover {
    background-color: #6d9c00;
}
.page-template-template-piscinas section.footer {
    background-color: #004a7b;
    padding: 60px 0;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.page-template-template-piscinas section.footer .cond_navigation_footer ul {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
}
@media screen and (max-width:767px) {
    .page-template-template-piscinas section.footer .cond_navigation_footer ul {
    display: inline-block;
}
}
.page-template-template-piscinas section.footer .cond_navigation_footer ul li {
    margin-top: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media screen and (max-width:767px) {
    .page-template-template-piscinas section.footer .cond_navigation_footer ul li {
    margin-top: 20px;
}
}
.page-template-template-piscinas section.footer .cond_navigation_footer ul li a {
    padding-left: 0;
    color: #fff;
}
@media screen and (max-width:767px) {
    .page-template-template-piscinas section.footer .cond_navigation_footer ul li {
    display: list-item;
}
}
.page-template-template-piscinas section.footer .cond_navigation_footer ul .vertical-l {
    line-height: 2rem;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 2rem;
}
@media screen and (max-width:767px) {
    .page-template-template-piscinas section.footer .cond_navigation_footer ul .vertical-l {
    display: none;
}
}
.page-template-template-piscinas section.footer .cond_navigation_footer a {
    line-height: 2rem;
}
.page-template-template-piscinas section.footer .cond_navigation_footer .social-network-list {
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
}
.page-template-template-piscinas section.footer .cond_navigation_footer .social-network-list li {
    margin-left: 5px;
}
.page-template-template-piscinas section.footer .cond_navigation_footer .social-network-list li a {
    border: none;
    padding-left: 0;
}
.page-template-template-piscinas section.footer .icon-comgas {
    width: 130px;
    height: 40px;
}
.page-template-template-piscinas footer.footer {
    background-color: #fff;
    color: #004a7b;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
    font-size: 1.3rem;
    font-family: Work Sans Custom;
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    animation: d 2s infinite linear;
}
.fa-pulse {
    animation: d 1s infinite steps(8);
}
@keyframes d {
    0% {
    transform: rotate(0);
}
to {
    transform: rotate(359deg);
}
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
.fa-rotate-180 {
    transform: rotate(180deg);
}
.fa-rotate-270 {
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    transform: scaleX(-1);
}
.fa-flip-vertical {
    transform: scaleY(-1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: ""}
.fa-music:before {
    content: ""}
.fa-search:before {
    content: ""}
.fa-envelope-o:before {
    content: ""}
.fa-heart:before {
    content: ""}
.fa-star:before {
    content: ""}
.fa-star-o:before {
    content: ""}
.fa-user:before {
    content: ""}
.fa-film:before {
    content: ""}
.fa-th-large:before {
    content: ""}
.fa-th:before {
    content: ""}
.fa-th-list:before {
    content: ""}
.fa-check:before {
    content: ""}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""}
.fa-search-plus:before {
    content: ""}
.fa-search-minus:before {
    content: ""}
.fa-power-off:before {
    content: ""}
.fa-signal:before {
    content: ""}
.fa-cog:before, .fa-gear:before {
    content: ""}
.fa-trash-o:before {
    content: ""}
.fa-home:before {
    content: ""}
.fa-file-o:before {
    content: ""}
.fa-clock-o:before {
    content: ""}
.fa-road:before {
    content: ""}
.fa-download:before {
    content: ""}
.fa-arrow-circle-o-down:before {
    content: ""}
.fa-arrow-circle-o-up:before {
    content: ""}
.fa-inbox:before {
    content: ""}
.fa-play-circle-o:before {
    content: ""}
.fa-repeat:before, .fa-rotate-right:before {
    content: ""}
.fa-refresh:before {
    content: ""}
.fa-list-alt:before {
    content: ""}
.fa-lock:before {
    content: ""}
.fa-flag:before {
    content: ""}
.fa-headphones:before {
    content: ""}
.fa-volume-off:before {
    content: ""}
.fa-volume-down:before {
    content: ""}
.fa-volume-up:before {
    content: ""}
.fa-qrcode:before {
    content: ""}
.fa-barcode:before {
    content: ""}
.fa-tag:before {
    content: ""}
.fa-tags:before {
    content: ""}
.fa-book:before {
    content: ""}
.fa-bookmark:before {
    content: ""}
.fa-print:before {
    content: ""}
.fa-camera:before {
    content: ""}
.fa-font:before {
    content: ""}
.fa-bold:before {
    content: ""}
.fa-italic:before {
    content: ""}
.fa-text-height:before {
    content: ""}
.fa-text-width:before {
    content: ""}
.fa-align-left:before {
    content: ""}
.fa-align-center:before {
    content: ""}
.fa-align-right:before {
    content: ""}
.fa-align-justify:before {
    content: ""}
.fa-list:before {
    content: ""}
.fa-dedent:before, .fa-outdent:before {
    content: ""}
.fa-indent:before {
    content: ""}
.fa-video-camera:before {
    content: ""}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""}
.fa-pencil:before {
    content: ""}
.fa-map-marker:before {
    content: ""}
.fa-adjust:before {
    content: ""}
.fa-tint:before {
    content: ""}
.fa-edit:before, .fa-pencil-square-o:before {
    content: ""}
.fa-share-square-o:before {
    content: ""}
.fa-check-square-o:before {
    content: ""}
.fa-arrows:before {
    content: ""}
.fa-step-backward:before {
    content: ""}
.fa-fast-backward:before {
    content: ""}
.fa-backward:before {
    content: ""}
.fa-play:before {
    content: ""}
.fa-pause:before {
    content: ""}
.fa-stop:before {
    content: ""}
.fa-forward:before {
    content: ""}
.fa-fast-forward:before {
    content: ""}
.fa-step-forward:before {
    content: ""}
.fa-eject:before {
    content: ""}
.fa-chevron-left:before {
    content: ""}
.fa-chevron-right:before {
    content: ""}
.fa-plus-circle:before {
    content: ""}
.fa-minus-circle:before {
    content: ""}
.fa-times-circle:before {
    content: ""}
.fa-check-circle:before {
    content: ""}
.fa-question-circle:before {
    content: ""}
.fa-info-circle:before {
    content: ""}
.fa-crosshairs:before {
    content: ""}
.fa-times-circle-o:before {
    content: ""}
.fa-check-circle-o:before {
    content: ""}
.fa-ban:before {
    content: ""}
.fa-arrow-left:before {
    content: ""}
.fa-arrow-right:before {
    content: ""}
.fa-arrow-up:before {
    content: ""}
.fa-arrow-down:before {
    content: ""}
.fa-mail-forward:before, .fa-share:before {
    content: ""}
.fa-expand:before {
    content: ""}
.fa-compress:before {
    content: ""}
.fa-plus:before {
    content: ""}
.fa-minus:before {
    content: ""}
.fa-asterisk:before {
    content: ""}
.fa-exclamation-circle:before {
    content: ""}
.fa-gift:before {
    content: ""}
.fa-leaf:before {
    content: ""}
.fa-fire:before {
    content: ""}
.fa-eye:before {
    content: ""}
.fa-eye-slash:before {
    content: ""}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""}
.fa-plane:before {
    content: ""}
.fa-calendar:before {
    content: ""}
.fa-random:before {
    content: ""}
.fa-comment:before {
    content: ""}
.fa-magnet:before {
    content: ""}
.fa-chevron-up:before {
    content: ""}
.fa-chevron-down:before {
    content: ""}
.fa-retweet:before {
    content: ""}
.fa-shopping-cart:before {
    content: ""}
.fa-folder:before {
    content: ""}
.fa-folder-open:before {
    content: ""}
.fa-arrows-v:before {
    content: ""}
.fa-arrows-h:before {
    content: ""}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""}
.fa-twitter-square:before {
    content: ""}
.fa-facebook-square:before {
    content: ""}
.fa-camera-retro:before {
    content: ""}
.fa-key:before {
    content: ""}
.fa-cogs:before, .fa-gears:before {
    content: ""}
.fa-comments:before {
    content: ""}
.fa-thumbs-o-up:before {
    content: ""}
.fa-thumbs-o-down:before {
    content: ""}
.fa-star-half:before {
    content: ""}
.fa-heart-o:before {
    content: ""}
.fa-sign-out:before {
    content: ""}
.fa-linkedin-square:before {
    content: ""}
.fa-thumb-tack:before {
    content: ""}
.fa-external-link:before {
    content: ""}
.fa-sign-in:before {
    content: ""}
.fa-trophy:before {
    content: ""}
.fa-github-square:before {
    content: ""}
.fa-upload:before {
    content: ""}
.fa-lemon-o:before {
    content: ""}
.fa-phone:before {
    content: ""}
.fa-square-o:before {
    content: ""}
.fa-bookmark-o:before {
    content: ""}
.fa-phone-square:before {
    content: ""}
.fa-twitter:before {
    content: ""}
.fa-facebook-f:before, .fa-facebook:before {
    content: ""}
.fa-github:before {
    content: ""}
.fa-unlock:before {
    content: ""}
.fa-credit-card:before {
    content: ""}
.fa-feed:before, .fa-rss:before {
    content: ""}
.fa-hdd-o:before {
    content: ""}
.fa-bullhorn:before {
    content: ""}
.fa-bell:before {
    content: ""}
.fa-certificate:before {
    content: ""}
.fa-hand-o-right:before {
    content: ""}
.fa-hand-o-left:before {
    content: ""}
.fa-hand-o-up:before {
    content: ""}
.fa-hand-o-down:before {
    content: ""}
.fa-arrow-circle-left:before {
    content: ""}
.fa-arrow-circle-right:before {
    content: ""}
.fa-arrow-circle-up:before {
    content: ""}
.fa-arrow-circle-down:before {
    content: ""}
.fa-globe:before {
    content: ""}
.fa-wrench:before {
    content: ""}
.fa-tasks:before {
    content: ""}
.fa-filter:before {
    content: ""}
.fa-briefcase:before {
    content: ""}
.fa-arrows-alt:before {
    content: ""}
.fa-group:before, .fa-users:before {
    content: ""}
.fa-chain:before, .fa-link:before {
    content: ""}
.fa-cloud:before {
    content: ""}
.fa-flask:before {
    content: ""}
.fa-cut:before, .fa-scissors:before {
    content: ""}
.fa-copy:before, .fa-files-o:before {
    content: ""}
.fa-paperclip:before {
    content: ""}
.fa-floppy-o:before, .fa-save:before {
    content: ""}
.fa-square:before {
    content: ""}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""}
.fa-list-ul:before {
    content: ""}
.fa-list-ol:before {
    content: ""}
.fa-strikethrough:before {
    content: ""}
.fa-underline:before {
    content: ""}
.fa-table:before {
    content: ""}
.fa-magic:before {
    content: ""}
.fa-truck:before {
    content: ""}
.fa-pinterest:before {
    content: ""}
.fa-pinterest-square:before {
    content: ""}
.fa-google-plus-square:before {
    content: ""}
.fa-google-plus:before {
    content: ""}
.fa-money:before {
    content: ""}
.fa-caret-down:before {
    content: ""}
.fa-caret-up:before {
    content: ""}
.fa-caret-left:before {
    content: ""}
.fa-caret-right:before {
    content: ""}
.fa-columns:before {
    content: ""}
.fa-sort:before, .fa-unsorted:before {
    content: ""}
.fa-sort-desc:before, .fa-sort-down:before {
    content: ""}
.fa-sort-asc:before, .fa-sort-up:before {
    content: ""}
.fa-envelope:before {
    content: ""}
.fa-linkedin:before {
    content: ""}
.fa-rotate-left:before, .fa-undo:before {
    content: ""}
.fa-gavel:before, .fa-legal:before {
    content: ""}
.fa-dashboard:before, .fa-tachometer:before {
    content: ""}
.fa-comment-o:before {
    content: ""}
.fa-comments-o:before {
    content: ""}
.fa-bolt:before, .fa-flash:before {
    content: ""}
.fa-sitemap:before {
    content: ""}
.fa-umbrella:before {
    content: ""}
.fa-clipboard:before, .fa-paste:before {
    content: ""}
.fa-lightbulb-o:before {
    content: ""}
.fa-exchange:before {
    content: ""}
.fa-cloud-download:before {
    content: ""}
.fa-cloud-upload:before {
    content: ""}
.fa-user-md:before {
    content: ""}
.fa-stethoscope:before {
    content: ""}
.fa-suitcase:before {
    content: ""}
.fa-bell-o:before {
    content: ""}
.fa-coffee:before {
    content: ""}
.fa-cutlery:before {
    content: ""}
.fa-file-text-o:before {
    content: ""}
.fa-building-o:before {
    content: ""}
.fa-hospital-o:before {
    content: ""}
.fa-ambulance:before {
    content: ""}
.fa-medkit:before {
    content: ""}
.fa-fighter-jet:before {
    content: ""}
.fa-beer:before {
    content: ""}
.fa-h-square:before {
    content: ""}
.fa-plus-square:before {
    content: ""}
.fa-angle-double-left:before {
    content: ""}
.fa-angle-double-right:before {
    content: ""}
.fa-angle-double-up:before {
    content: ""}
.fa-angle-double-down:before {
    content: ""}
.fa-angle-left:before {
    content: ""}
.fa-angle-right:before {
    content: ""}
.fa-angle-up:before {
    content: ""}
.fa-angle-down:before {
    content: ""}
.fa-desktop:before {
    content: ""}
.fa-laptop:before {
    content: ""}
.fa-tablet:before {
    content: ""}
.fa-mobile-phone:before, .fa-mobile:before {
    content: ""}
.fa-circle-o:before {
    content: ""}
.fa-quote-left:before {
    content: ""}
.fa-quote-right:before {
    content: ""}
.fa-spinner:before {
    content: ""}
.fa-circle:before {
    content: ""}
.fa-mail-reply:before, .fa-reply:before {
    content: ""}
.fa-github-alt:before {
    content: ""}
.fa-folder-o:before {
    content: ""}
.fa-folder-open-o:before {
    content: ""}
.fa-smile-o:before {
    content: ""}
.fa-frown-o:before {
    content: ""}
.fa-meh-o:before {
    content: ""}
.fa-gamepad:before {
    content: ""}
.fa-keyboard-o:before {
    content: ""}
.fa-flag-o:before {
    content: ""}
.fa-flag-checkered:before {
    content: ""}
.fa-terminal:before {
    content: ""}
.fa-code:before {
    content: ""}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""}
.fa-location-arrow:before {
    content: ""}
.fa-crop:before {
    content: ""}
.fa-code-fork:before {
    content: ""}
.fa-chain-broken:before, .fa-unlink:before {
    content: ""}
.fa-question:before {
    content: ""}
.fa-info:before {
    content: ""}
.fa-exclamation:before {
    content: ""}
.fa-superscript:before {
    content: ""}
.fa-subscript:before {
    content: ""}
.fa-eraser:before {
    content: ""}
.fa-puzzle-piece:before {
    content: ""}
.fa-microphone:before {
    content: ""}
.fa-microphone-slash:before {
    content: ""}
.fa-shield:before {
    content: ""}
.fa-calendar-o:before {
    content: ""}
.fa-fire-extinguisher:before {
    content: ""}
.fa-rocket:before {
    content: ""}
.fa-maxcdn:before {
    content: ""}
.fa-chevron-circle-left:before {
    content: ""}
.fa-chevron-circle-right:before {
    content: ""}
.fa-chevron-circle-up:before {
    content: ""}
.fa-chevron-circle-down:before {
    content: ""}
.fa-html5:before {
    content: ""}
.fa-css3:before {
    content: ""}
.fa-anchor:before {
    content: ""}
.fa-unlock-alt:before {
    content: ""}
.fa-bullseye:before {
    content: ""}
.fa-ellipsis-h:before {
    content: ""}
.fa-ellipsis-v:before {
    content: ""}
.fa-rss-square:before {
    content: ""}
.fa-play-circle:before {
    content: ""}
.fa-ticket:before {
    content: ""}
.fa-minus-square:before {
    content: ""}
.fa-minus-square-o:before {
    content: ""}
.fa-level-up:before {
    content: ""}
.fa-level-down:before {
    content: ""}
.fa-check-square:before {
    content: ""}
.fa-pencil-square:before {
    content: ""}
.fa-external-link-square:before {
    content: ""}
.fa-share-square:before {
    content: ""}
.fa-compass:before {
    content: ""}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""}
.fa-eur:before, .fa-euro:before {
    content: ""}
.fa-gbp:before {
    content: ""}
.fa-dollar:before, .fa-usd:before {
    content: ""}
.fa-inr:before, .fa-rupee:before {
    content: ""}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""}
.fa-krw:before, .fa-won:before {
    content: ""}
.fa-bitcoin:before, .fa-btc:before {
    content: ""}
.fa-file:before {
    content: ""}
.fa-file-text:before {
    content: ""}
.fa-sort-alpha-asc:before {
    content: ""}
.fa-sort-alpha-desc:before {
    content: ""}
.fa-sort-amount-asc:before {
    content: ""}
.fa-sort-amount-desc:before {
    content: ""}
.fa-sort-numeric-asc:before {
    content: ""}
.fa-sort-numeric-desc:before {
    content: ""}
.fa-thumbs-up:before {
    content: ""}
.fa-thumbs-down:before {
    content: ""}
.fa-youtube-square:before {
    content: ""}
.fa-youtube:before {
    content: ""}
.fa-xing:before {
    content: ""}
.fa-xing-square:before {
    content: ""}
.fa-youtube-play:before {
    content: ""}
.fa-dropbox:before {
    content: ""}
.fa-stack-overflow:before {
    content: ""}
.fa-instagram:before {
    content: ""}
.fa-flickr:before {
    content: ""}
.fa-adn:before {
    content: ""}
.fa-bitbucket:before {
    content: ""}
.fa-bitbucket-square:before {
    content: ""}
.fa-tumblr:before {
    content: ""}
.fa-tumblr-square:before {
    content: ""}
.fa-long-arrow-down:before {
    content: ""}
.fa-long-arrow-up:before {
    content: ""}
.fa-long-arrow-left:before {
    content: ""}
.fa-long-arrow-right:before {
    content: ""}
.fa-apple:before {
    content: ""}
.fa-windows:before {
    content: ""}
.fa-android:before {
    content: ""}
.fa-linux:before {
    content: ""}
.fa-dribbble:before {
    content: ""}
.fa-skype:before {
    content: ""}
.fa-foursquare:before {
    content: ""}
.fa-trello:before {
    content: ""}
.fa-female:before {
    content: ""}
.fa-male:before {
    content: ""}
.fa-gittip:before, .fa-gratipay:before {
    content: ""}
.fa-sun-o:before {
    content: ""}
.fa-moon-o:before {
    content: ""}
.fa-archive:before {
    content: ""}
.fa-bug:before {
    content: ""}
.fa-vk:before {
    content: ""}
.fa-weibo:before {
    content: ""}
.fa-renren:before {
    content: ""}
.fa-pagelines:before {
    content: ""}
.fa-stack-exchange:before {
    content: ""}
.fa-arrow-circle-o-right:before {
    content: ""}
.fa-arrow-circle-o-left:before {
    content: ""}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""}
.fa-dot-circle-o:before {
    content: ""}
.fa-wheelchair:before {
    content: ""}
.fa-vimeo-square:before {
    content: ""}
.fa-try:before, .fa-turkish-lira:before {
    content: ""}
.fa-plus-square-o:before {
    content: ""}
.fa-space-shuttle:before {
    content: ""}
.fa-slack:before {
    content: ""}
.fa-envelope-square:before {
    content: ""}
.fa-wordpress:before {
    content: ""}
.fa-openid:before {
    content: ""}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""}
.fa-yahoo:before {
    content: ""}
.fa-google:before {
    content: ""}
.fa-reddit:before {
    content: ""}
.fa-reddit-square:before {
    content: ""}
.fa-stumbleupon-circle:before {
    content: ""}
.fa-stumbleupon:before {
    content: ""}
.fa-delicious:before {
    content: ""}
.fa-digg:before {
    content: ""}
.fa-pied-piper-pp:before {
    content: ""}
.fa-pied-piper-alt:before {
    content: ""}
.fa-drupal:before {
    content: ""}
.fa-joomla:before {
    content: ""}
.fa-language:before {
    content: ""}
.fa-fax:before {
    content: ""}
.fa-building:before {
    content: ""}
.fa-child:before {
    content: ""}
.fa-paw:before {
    content: ""}
.fa-spoon:before {
    content: ""}
.fa-cube:before {
    content: ""}
.fa-cubes:before {
    content: ""}
.fa-behance:before {
    content: ""}
.fa-behance-square:before {
    content: ""}
.fa-steam:before {
    content: ""}
.fa-steam-square:before {
    content: ""}
.fa-recycle:before {
    content: ""}
.fa-automobile:before, .fa-car:before {
    content: ""}
.fa-cab:before, .fa-taxi:before {
    content: ""}
.fa-tree:before {
    content: ""}
.fa-spotify:before {
    content: ""}
.fa-deviantart:before {
    content: ""}
.fa-soundcloud:before {
    content: ""}
.fa-database:before {
    content: ""}
.fa-file-pdf-o:before {
    content: ""}
.fa-file-word-o:before {
    content: ""}
.fa-file-excel-o:before {
    content: ""}
.fa-file-powerpoint-o:before {
    content: ""}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""}
.fa-file-code-o:before {
    content: ""}
.fa-vine:before {
    content: ""}
.fa-codepen:before {
    content: ""}
.fa-jsfiddle:before {
    content: ""}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""}
.fa-circle-o-notch:before {
    content: ""}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""}
.fa-empire:before, .fa-ge:before {
    content: ""}
.fa-git-square:before {
    content: ""}
.fa-git:before {
    content: ""}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""}
.fa-tencent-weibo:before {
    content: ""}
.fa-qq:before {
    content: ""}
.fa-wechat:before, .fa-weixin:before {
    content: ""}
.fa-paper-plane:before, .fa-send:before {
    content: ""}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""}
.fa-history:before {
    content: ""}
.fa-circle-thin:before {
    content: ""}
.fa-header:before {
    content: ""}
.fa-paragraph:before {
    content: ""}
.fa-sliders:before {
    content: ""}
.fa-share-alt:before {
    content: ""}
.fa-share-alt-square:before {
    content: ""}
.fa-bomb:before {
    content: ""}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""}
.fa-tty:before {
    content: ""}
.fa-binoculars:before {
    content: ""}
.fa-plug:before {
    content: ""}
.fa-slideshare:before {
    content: ""}
.fa-twitch:before {
    content: ""}
.fa-yelp:before {
    content: ""}
.fa-newspaper-o:before {
    content: ""}
.fa-wifi:before {
    content: ""}
.fa-calculator:before {
    content: ""}
.fa-paypal:before {
    content: ""}
.fa-google-wallet:before {
    content: ""}
.fa-cc-visa:before {
    content: ""}
.fa-cc-mastercard:before {
    content: ""}
.fa-cc-discover:before {
    content: ""}
.fa-cc-amex:before {
    content: ""}
.fa-cc-paypal:before {
    content: ""}
.fa-cc-stripe:before {
    content: ""}
.fa-bell-slash:before {
    content: ""}
.fa-bell-slash-o:before {
    content: ""}
.fa-trash:before {
    content: ""}
.fa-copyright:before {
    content: ""}
.fa-at:before {
    content: ""}
.fa-eyedropper:before {
    content: ""}
.fa-paint-brush:before {
    content: ""}
.fa-birthday-cake:before {
    content: ""}
.fa-area-chart:before {
    content: ""}
.fa-pie-chart:before {
    content: ""}
.fa-line-chart:before {
    content: ""}
.fa-lastfm:before {
    content: ""}
.fa-lastfm-square:before {
    content: ""}
.fa-toggle-off:before {
    content: ""}
.fa-toggle-on:before {
    content: ""}
.fa-bicycle:before {
    content: ""}
.fa-bus:before {
    content: ""}
.fa-ioxhost:before {
    content: ""}
.fa-angellist:before {
    content: ""}
.fa-cc:before {
    content: ""}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""}
.fa-meanpath:before {
    content: ""}
.fa-buysellads:before {
    content: ""}
.fa-connectdevelop:before {
    content: ""}
.fa-dashcube:before {
    content: ""}
.fa-forumbee:before {
    content: ""}
.fa-leanpub:before {
    content: ""}
.fa-sellsy:before {
    content: ""}
.fa-shirtsinbulk:before {
    content: ""}
.fa-simplybuilt:before {
    content: ""}
.fa-skyatlas:before {
    content: ""}
.fa-cart-plus:before {
    content: ""}
.fa-cart-arrow-down:before {
    content: ""}
.fa-diamond:before {
    content: ""}
.fa-ship:before {
    content: ""}
.fa-user-secret:before {
    content: ""}
.fa-motorcycle:before {
    content: ""}
.fa-street-view:before {
    content: ""}
.fa-heartbeat:before {
    content: ""}
.fa-venus:before {
    content: ""}
.fa-mars:before {
    content: ""}
.fa-mercury:before {
    content: ""}
.fa-intersex:before, .fa-transgender:before {
    content: ""}
.fa-transgender-alt:before {
    content: ""}
.fa-venus-double:before {
    content: ""}
.fa-mars-double:before {
    content: ""}
.fa-venus-mars:before {
    content: ""}
.fa-mars-stroke:before {
    content: ""}
.fa-mars-stroke-v:before {
    content: ""}
.fa-mars-stroke-h:before {
    content: ""}
.fa-neuter:before {
    content: ""}
.fa-genderless:before {
    content: ""}
.fa-facebook-official:before {
    content: ""}
.fa-pinterest-p:before {
    content: ""}
.fa-whatsapp:before {
    content: ""}
.fa-server:before {
    content: ""}
.fa-user-plus:before {
    content: ""}
.fa-user-times:before {
    content: ""}
.fa-bed:before, .fa-hotel:before {
    content: ""}
.fa-viacoin:before {
    content: ""}
.fa-train:before {
    content: ""}
.fa-subway:before {
    content: ""}
.fa-medium:before {
    content: ""}
.fa-y-combinator:before, .fa-yc:before {
    content: ""}
.fa-optin-monster:before {
    content: ""}
.fa-opencart:before {
    content: ""}
.fa-expeditedssl:before {
    content: ""}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: ""}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""}
.fa-battery-2:before, .fa-battery-half:before {
    content: ""}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""}
.fa-battery-0:before, .fa-battery-empty:before {
    content: ""}
.fa-mouse-pointer:before {
    content: ""}
.fa-i-cursor:before {
    content: ""}
.fa-object-group:before {
    content: ""}
.fa-object-ungroup:before {
    content: ""}
.fa-sticky-note:before {
    content: ""}
.fa-sticky-note-o:before {
    content: ""}
.fa-cc-jcb:before {
    content: ""}
.fa-cc-diners-club:before {
    content: ""}
.fa-clone:before {
    content: ""}
.fa-balance-scale:before {
    content: ""}
.fa-hourglass-o:before {
    content: ""}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""}
.fa-hourglass:before {
    content: ""}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: ""}
.fa-hand-scissors-o:before {
    content: ""}
.fa-hand-lizard-o:before {
    content: ""}
.fa-hand-spock-o:before {
    content: ""}
.fa-hand-pointer-o:before {
    content: ""}
.fa-hand-peace-o:before {
    content: ""}
.fa-trademark:before {
    content: ""}
.fa-registered:before {
    content: ""}
.fa-creative-commons:before {
    content: ""}
.fa-gg:before {
    content: ""}
.fa-gg-circle:before {
    content: ""}
.fa-tripadvisor:before {
    content: ""}
.fa-odnoklassniki:before {
    content: ""}
.fa-odnoklassniki-square:before {
    content: ""}
.fa-get-pocket:before {
    content: ""}
.fa-wikipedia-w:before {
    content: ""}
.fa-safari:before {
    content: ""}
.fa-chrome:before {
    content: ""}
.fa-firefox:before {
    content: ""}
.fa-opera:before {
    content: ""}
.fa-internet-explorer:before {
    content: ""}
.fa-television:before, .fa-tv:before {
    content: ""}
.fa-contao:before {
    content: ""}
.fa-500px:before {
    content: ""}
.fa-amazon:before {
    content: ""}
.fa-calendar-plus-o:before {
    content: ""}
.fa-calendar-minus-o:before {
    content: ""}
.fa-calendar-times-o:before {
    content: ""}
.fa-calendar-check-o:before {
    content: ""}
.fa-industry:before {
    content: ""}
.fa-map-pin:before {
    content: ""}
.fa-map-signs:before {
    content: ""}
.fa-map-o:before {
    content: ""}
.fa-map:before {
    content: ""}
.fa-commenting:before {
    content: ""}
.fa-commenting-o:before {
    content: ""}
.fa-houzz:before {
    content: ""}
.fa-vimeo:before {
    content: ""}
.fa-black-tie:before {
    content: ""}
.fa-fonticons:before {
    content: ""}
.fa-reddit-alien:before {
    content: ""}
.fa-edge:before {
    content: ""}
.fa-credit-card-alt:before {
    content: ""}
.fa-codiepie:before {
    content: ""}
.fa-modx:before {
    content: ""}
.fa-fort-awesome:before {
    content: ""}
.fa-usb:before {
    content: ""}
.fa-product-hunt:before {
    content: ""}
.fa-mixcloud:before {
    content: ""}
.fa-scribd:before {
    content: ""}
.fa-pause-circle:before {
    content: ""}
.fa-pause-circle-o:before {
    content: ""}
.fa-stop-circle:before {
    content: ""}
.fa-stop-circle-o:before {
    content: ""}
.fa-shopping-bag:before {
    content: ""}
.fa-shopping-basket:before {
    content: ""}
.fa-hashtag:before {
    content: ""}
.fa-bluetooth:before {
    content: ""}
.fa-bluetooth-b:before {
    content: ""}
.fa-percent:before {
    content: ""}
.fa-gitlab:before {
    content: ""}
.fa-wpbeginner:before {
    content: ""}
.fa-wpforms:before {
    content: ""}
.fa-envira:before {
    content: ""}
.fa-universal-access:before {
    content: ""}
.fa-wheelchair-alt:before {
    content: ""}
.fa-question-circle-o:before {
    content: ""}
.fa-blind:before {
    content: ""}
.fa-audio-description:before {
    content: ""}
.fa-volume-control-phone:before {
    content: ""}
.fa-braille:before {
    content: ""}
.fa-assistive-listening-systems:before {
    content: ""}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""}
.fa-glide:before {
    content: ""}
.fa-glide-g:before {
    content: ""}
.fa-sign-language:before, .fa-signing:before {
    content: ""}
.fa-low-vision:before {
    content: ""}
.fa-viadeo:before {
    content: ""}
.fa-viadeo-square:before {
    content: ""}
.fa-snapchat:before {
    content: ""}
.fa-snapchat-ghost:before {
    content: ""}
.fa-snapchat-square:before {
    content: ""}
.fa-pied-piper:before {
    content: ""}
.fa-first-order:before {
    content: ""}
.fa-yoast:before {
    content: ""}
.fa-themeisle:before {
    content: ""}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""}
.fa-fa:before, .fa-font-awesome:before {
    content: ""}
.fa-handshake-o:before {
    content: ""}
.fa-envelope-open:before {
    content: ""}
.fa-envelope-open-o:before {
    content: ""}
.fa-linode:before {
    content: ""}
.fa-address-book:before {
    content: ""}
.fa-address-book-o:before {
    content: ""}
.fa-address-card:before, .fa-vcard:before {
    content: ""}
.fa-address-card-o:before, .fa-vcard-o:before {
    content: ""}
.fa-user-circle:before {
    content: ""}
.fa-user-circle-o:before {
    content: ""}
.fa-user-o:before {
    content: ""}
.fa-id-badge:before {
    content: ""}
.fa-drivers-license:before, .fa-id-card:before {
    content: ""}
.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""}
.fa-quora:before {
    content: ""}
.fa-free-code-camp:before {
    content: ""}
.fa-telegram:before {
    content: ""}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: ""}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""}
.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""}
.fa-shower:before {
    content: ""}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: ""}
.fa-podcast:before {
    content: ""}
.fa-window-maximize:before {
    content: ""}
.fa-window-minimize:before {
    content: ""}
.fa-window-restore:before {
    content: ""}
.fa-times-rectangle:before, .fa-window-close:before {
    content: ""}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""}
.fa-bandcamp:before {
    content: ""}
.fa-grav:before {
    content: ""}
.fa-etsy:before {
    content: ""}
.fa-imdb:before {
    content: ""}
.fa-ravelry:before {
    content: ""}
.fa-eercast:before {
    content: ""}
.fa-microchip:before {
    content: ""}
.fa-snowflake-o:before {
    content: ""}
.fa-superpowers:before {
    content: ""}
.fa-wpexplorer:before {
    content: ""}
.fa-meetup:before {
    content: ""}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/***** New cSS definitions *****/

.main-content li.submenu-lateral-ajustado:before {
    height: 10px !important;
    margin: 0 0 0 0 !important;
    width: 0px !important;
}

.headerNoticias
{
    color:#007cb6;
    font-size:2.5em;
    text-align:left;
    margin-bottom:50px;
    float:left;
}

.link-noticias
{
    background: #6c9a2f;
    border-radius: 6px;
    font-size: 1.3rem;
    color: #fff;
    padding: 10px;
    display: inline-block;
    margin: 5px 18px 20px 18px;
}


.category-link:hover, .sidebar .page_item:hover
{
    color: #fff;
    background-color: #007cb6;
}

.categoria-selected
{
    color: #fff;
    background-color: #007cb6;   
}

.dateN
{
    color: #6c9a2f;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar--ultimos-posts .title {
    font-size:1.2rem;
}


.layout_control
{
    display:none;
    float:right;
}

.layout_control a 
{
    font-size:3em;
    color:#6c9a2f;
}

.layout_control a:hover 
{
    font-size:3em;
    color:#007cb6;
}

.selected-view 
{
    color:#007cb6;
}

@media screen and (max-width:768px) {
    .home-numeros .item {
        float: none;
        margin-bottom: 55px;
        padding: 0 1em;
        width: 100%;
        text-align:center;
    }
}