/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.text-white {
    color: #fff;
    text-decoration: none;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}

/* For devices larger than 550px */
@media (min-width: 550px) {

    .container {
        width: 80%;
    }

    .column,
    .columns {
        margin-left: 4%;
    }

    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }

    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }

    .two.columns {
        width: 13.3333333333%;
    }

    .three.columns {
        width: 22%;
    }

    .four.columns {
        width: 30.6666666667%;
    }

    .five.columns {
        width: 39.3333333333%;
    }

    .six.columns {
        width: 48%;
    }

    .seven.columns {
        width: 56.6666666667%;
    }

    .eight.columns {
        width: 65.3333333333%;
    }

    .nine.columns {
        width: 74.0%;
    }

    .ten.columns {
        width: 82.6666666667%;
    }

    .eleven.columns {
        width: 91.3333333333%;
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

    .one-third.column {
        width: 30.6666666667%;
    }

    .two-thirds.column {
        width: 65.3333333333%;
    }

    .one-half.column {
        width: 48%;
    }

    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }

    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }

    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }

    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }

    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }

    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }

    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }

    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }

    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }

    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }

}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #222;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
}

h1 {
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
    h1 {
        font-size: 5.0rem;
    }

    h2 {
        font-size: 4.2rem;
    }

    h3 {
        font-size: 3.6rem;
    }

    h4 {
        font-size: 3.0rem;
    }

    h5 {
        font-size: 2.4rem;
    }

    h6 {
        font-size: 1.5rem;
    }
}

p {
    margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #1EAEDB;
    text-decoration: underline;
}

a:hover {
    color: #0FA0CE;
}

area {
    outline: none;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: #1EAEDB;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

ol, ul {
    padding-left: 0;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
    margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}

/*--------------------HELPERS----------------*/
.item1 {
    margin-left: 0 !important;
}

.align-itens-horizontal {
    float: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/*------------------------SITE-------------------*/

/*-----------------TOPO--------------------------*/
/*height: 720px;*/

/*.img-fundo-topo {*/
/*width: 100%;*/
/*height: 300px;*/
/*margin-bottom: 25px;*/
/*display: none;*/
/*background: url(../imagens/banner-landing-mobile.png) no-repeat top left;*/
/*-webkit-background-size: cover;*/
/*-moz-background-size: cover;*/
/*background-size: cover;*/
/*}*/

.topo {
    float: left;
    width: 100%;;
    height: auto;
    border-bottom: 2px solid #8bbc07;
    padding: 40px 0 40px 0;
    box-sizing: border-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.topo .container {
    height: 100%;
}

.conteudo-topo {

}

.conteudo-topo h1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 0 0 0;
}

.conteudo-topo strong {
    color: #8bbc07;
    font-weight: 400;
}

.conteudo-topo .content-titulo {
    float: left;
    width: 375px;
}

@media (min-width: 1171px) and (max-width: 1296px) {
    .conteudo-topo .content-titulo {
        width: 500px;
    }
}

.conteudo-topo .titulo {
    float: right;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0;
}

.conteudo-topo p {
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.4em;
    margin: 28px 0 0 0;
}

.conteudo-topo .container-contato {
    float: right;
    width: auto;
    height: 100%;
    text-align: center;
}

.conteudo-topo .contato h3 {
    font-size: 2em;
    font-weight: 600;
    white-space: nowrap;
    padding-top: 15px;
    color: white;
}

.conteudo-topo .numero {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.conteudo-topo .numero a {
    text-decoration: none !important;
    color: black !important;
}

.contato-dados h4 {
    font-size: 1.4em;
    font-weight: 700;
    padding: 0 10px 0 10px;
    text-align: center;
}

.contato-dados label {
    font-size: 0.9em;
    font-weight: 700;
    margin: 0;
}

.contato-dados input {
    border: solid 2px #bbbbbb;
    width: 100%;
    height: 30px;
    margin: 0 0 7px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.contato .noticias-email {
    width: 100%;
    float: left;
    font-size: 0.9em;
    font-weight: 400;
}

.contato .noticias-email input {
    width: auto;
    height: 15px;
    float: left;
    margin: 4px 4px 0 0;
}

/*.contato-dados .btn-hover {*/
/*display: block;*/
/*border-style: solid;*/
/*width: 268px;*/
/*height: 30px;*/
/*position: absolute;*/
/*background-color: #f7941d;*/
/*background: -webkit-linear-gradient(#FF8000, #FF4000);*/
/*background: -moz-linear-gradient(#FF8000, #FF4000);*/
/*background: -ms-linear-gradient(#FF8000, #FF4000);*/
/*background: -o-linear-gradient(#FF8000, #FF4000);*/
/*background: linear-gradient(#FF8000, #FF4000);*/
/*box-shadow: inset 0px 1px 0px #ffa64c, inset 0 -1px 2px #cc3300;*/
/*text-shadow: 1px 1px #800800;*/
/*-pie-background: linear-gradient(#FF8000, #FF4000);*/
/*color: #fff;*/
/*border-width: 1px;*/
/*border-color: #EA3A00;*/
/*font-size: 19px;*/
/*line-height: 23px;*/
/*font-weight: bold;*/
/*text-align: center;*/
/*text-decoration: none;*/
/*padding: 7px 0 2px 0;*/
/*margin-top: 30px;*/
/*cursor: cell;*/
/*}*/

/*.contato-dados .btn-hover:hover {*/
/*background-color: #eb8016;*/
/*background: -webkit-linear-gradient(#f26d00, #f23400);*/
/*background: -moz-linear-gradient(#f26d00, #f23400);*/
/*background: -ms-linear-gradient(#f26d00, #f23400);*/
/*background: -o-linear-gradient(#f26d00, #f23400);*/
/*background: linear-gradient(#f26d00, #f23400);*/
/*box-shadow: inset 0px 1px 0px #ff9c4c, inset 0 -1px 2px #bf2900;*/
/*-pie-background: linear-gradient(#f26d00, #f23400);*/
/*color: #fff;*/
/*cursor: pointer;*/
/*}*/

/*-----------------Qualidades--------------------------*/
.qualidades {
    float: left;
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 50px;
    margin-bottom: 30px;
}

.qualidades-item {
    width: 33.33%;
    float: left;
}

.qualidades-item img {
    float: left;
}

.qualidades-item p {
    margin: 2px 0 0 50px;
    font-size: 1.3em;
}

/*------------------Conteudo-----------*/
.conteudo {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.conteudo h2 {
    font-size: 1.9em;
    font-weight: 700;
    color: #8bbc07;
    margin-bottom: 6px;
}

.conteudo .texto1 {
    width: 45%;
    float: left;
    padding: 20px 0 0 0;
}

.conteudo .texto2 {
    width: 40%;
    float: left;
    padding: 20px 0 0 0;
}

.conteudo .fl-right {
    margin-right: 5%;
}

.conteudo .fl-left {
    margin-left: 10%;
}

.conteudo .mrg-bottom {
    margin-bottom: 40px;
}

.texto1 p {
    font-size: 1.2em;
    font-weight: 400;
}

.texto2 p {
    font-size: 1.2em;
    font-weight: 400;
}

.conteudo .imagem1 {
    width: 45%;
    margin-left: 5%;
}

.conteudo .imagem2 {
    width: 40%;
    margin-right: 10%;
    bottom: 48px !important;
}

.conteudo .pst-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
}

.conteudo .fl-right {
    float: right;
    bottom: 0;
    right: 0;
}

.conteudo .fl-left {
    float: left;
    margin-bottom: 40px;
}

.conteudo .imagem1 .img-left {
    float: left;
    max-width: 90%;
    max-height: 500px;
}

.conteudo .imagem2 .img-right {
    float: right;
    max-width: 100%;
    max-height: 500px;
}

.conteudo hr {
    margin-top: 0;
}

/*-------------Beneficios----------------*/
.beneficios-item {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.beneficios-item img {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 8px;
}

.beneficios-item p {
    margin: 0 0 0 30px;
    font-size: 1.3em;
}

/*--------------rodape-----------------*/
.rodape {
    width: 100%;
    height: auto;
    float: left;
    background: rgba(139, 188, 7, 1);
    padding: 30px 0 30px 0;
}

.rodape .imagem {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.rodape .img-right {
    float: right;
}

.rodape .img-left {
    float: left;
}

.rodape p {
    font-size: 0.9em;
    color: white;
    margin-bottom: 4px;
}

.rodape .itens {
    width: 100%;
    float: left;
}

.rodape .itens p {
    font-size: 0.8em;
    color: white;
    margin: 0 0 0 0;
}

.conteudo-topo .contato {
    float: left;
    width: auto;
    height: 670px;
    border-radius: 15px;
    background: white;
    position: relative;
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.6);
}

.contato .separador {
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #7fc241;
    border-radius: 15px;
}

.contato .separador p {
    color: white;
    font-size: 2em;
    text-align: center;
    padding: 0 25px;
}

.contato-dados {
    float: left;
    width: 100%;
    margin-top: 25px;
    height: 120px;
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    padding: 0 15px 0 15px;
}

.contato-dados input[type='text'], .contato-dados input[type='email'], .contato-dados select {
    border: none;
    width: 100%;
    height: 35px;
    margin: 0 0 7px 0;
    border-radius: 5px !important;
    -webkit-border-radius: 0;
    background: #e2e2e2c2;
    -moz-border-radius: 0;
    margin-bottom: 15px;
}

.contato-dados .btn-hover, .contato-dados .btn-no-hover {
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 15px;
    background: #7FC241;
    float: left;
    width: 100%;
    transition: all 0.5s ease;
}

.telefone-contato {
    text-align: center;
}

.telefone-contato img {
    display: inline-block;
    vertical-align: middle;
}

.telefone-contato h4 {
    display: inline-block;
}

.contato-dados .btn-hover:hover {
    background: #0f2b3e;
    color: #fff;
    cursor: pointer;
}

/*--------------------------MEDIA QUERIES-----------------*/

/*--------------------------PAGINA OBRIGADO CONTATO-----------------*/

@media (min-width: 720px) {
    .conteudo-topo .contato {
        min-width: 275px;
    }
}

@media (max-width: 1170px) {
    .conteudo-topo {
        float: right;
        height: 100%;
    }

    .conteudo-topo .content-titulo {
        float: right;
        width: 380px;
    }

    .conteudo-topo .titulo {
        float: right;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .conteudo-topo .container-contato {
        float: right;
        width: 100%;
    }

    .conteudo-topo .contato {
        height: 710px;
        float: right;
    }
}

@media (max-width: 940px) {
    .qualidades-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 880px) {

    .img-fundo-topo {
        display: block;
    }

    .topo {
        background: #ffffff;
        padding: 0px 0 40px 0;
    }

    .conteudo-topo {
        float: none;
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .container-contato {
        float: none;
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 620px) {
    .conteudo .imagem1 {
        width: 100%;
        max-width: none;
        position: relative;
        margin-left: 0;
    }

    .conteudo .imagem2 {
        width: 100%;
        max-width: none;
        position: relative;
        margin-left: 0;
    }

    .conteudo .fl-right {
        width: 100%;
        margin-right: 0;
    }

    .conteudo .fl-left {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 360px) {

    .conteudo-topo .numero {
        margin-top: 10px;
    }

    .conteudo-topo .contato h3 {
        font-size: 1.3em;
    }

    .contato {
        min-width: 200px !important;
        width: 250px;
    }

    .contato-dados .btn-hover {
        width: 250px;
    }

    .contato-dados .btn-no-hover {
        width: 170px;
    }

    .contato .separador {
        padding: 0 30px 0 30px;
    }

    .contato .separador p {
        font-size: 1.5em;
    }

    .rodape .imagem1 {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .rodape .imagem2 {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .rodape .img-right {
        float: left;
        margin-top: 20px;
    }
}

@media (max-width: 300px) {

    .contato .separador {
        padding: 37px 30px 0 30px;
    }

    .contato .separador p {
        font-size: 1.1em;
    }

    .contato {
        min-width: 180px !important;
        width: 180px;
    }

    .contato-dados .btn-hover {
        width: 150px;
        font-size: 1.1em;
    }

    .contato-dados .btn-no-hover {
        width: 150px;
        font-size: 1.1em;
    }
}

input[type="checkbox"], input[type="radio"] {
    width: 0;
    margin: 0;
    vertical-align: middle;
}

.label-body {
    vertical-align: middle;
    margin-left: 0 !important;
}

input[type="checkbox"] {
    visibility: hidden;
}

span {
    cursor: pointer;
}

input[type="checkbox"] + span:before {
    border: 2px solid #bbbbbb;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 20px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 20px;
    background-color: white;
}

input[type="checkbox"]:checked + span:before {
    background: #fff;
    color: #333;
    content: "\2713";
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

input[type="checkbox"]:checked + span:after {
    font-weight: bold;
}

.label-checkbox {
    display: flex;
    margin-top: 15px !important;
}

.box-shadow-historias {
    -webkit-box-shadow: 0px 0px 1px 2px rgba(173, 173, 173, 1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(173, 173, 173, 1);
    box-shadow: 0px 0px 1px 2px rgba(173, 173, 173, 1);
}

.troca-video {
    position: relative;
    display: block;
}

.troca-video:hover .play-youtube {
    position: absolute;
    top: 25%;
    left: 30%;
    display: block !important;
    height: 50%;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-50 {
    padding-top: 50px;
}

.d-none {
    display: none;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.videos-lyric-mobile {
    display: none;
}

@media (max-width: 575px){
    .padding-top-25-575{
        margin-top: 25px;
    }
}

@media (max-width: 1000px) {
    .videos-lyric {
        display: none;
    }

    .videos-lyric-mobile {
        display: block;
    }
}

@media (max-width: 880px) {
    .hidden-h1-topo {
        display: none;
    }
}

@media (max-width: 550px) {
    .cont-text {
        margin-top: 15px;
        margin-bottom: 39px;
    }

    .conteudo .imagem2 {
        bottom: 10px !important;
    }
}

.hidden-h1-topo {
    font-size: 0 !important;
}

/*@media (max-width: 450px){*/
/*.img-fundo-topo {*/
/*height: 200px;*/
/*}*/
/*}*/

div.whats-rodape {
    position: relative;
}

a.btn-whatsapp-rodape {
    z-index: 9999;
    bottom: 125px;
    right: 35px;
    color: #ffffff;
    border: none;
    transition: .2s ease-out;
    font-size: 70px !important;
    height: 100px;
    width: 100px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    background: #48BB78;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    text-align: center;
}

a.btn-whatsapp-rodape:hover {
    background: #128c7e;
    color: #ffffff;
    border: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .50);
}

.position-fixed{
    position: fixed !important;
}