@charset "UTF-8";

/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */

html {
    font-size: 10px;
}

html.active {
    overflow-y: hidden;
}

@media only screen and (max-width:400px) {
    html {
        font-size: 9.444444444444444px;
    }
}

html,
body {
    height: 100%;
}

body {
    background: #012f7c;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.778;
    color: #545454;
    margin: 0;
    padding: 0;
}

.float-whatsapp {
    position: fixed;
    z-index: 10000;
    width: 50px;
    bottom: 2%;
    border-radius: 60%;
    transition: .5s;
    right: 1%;
}

.float-whatsapp:hover {
    border-radius: 60%;
    transition: .5s;
    transform: scale(1.1);
}

#barra_branca {
    background-color: #FFF;
}

#barra_branca img {
    padding: 5% 30%;
}


/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */

a {
    color: #0391f0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat Light", sans-serif;
}

a:hover,
a:focus,
a:active {
    color: #000000;
}

a:hover,
a:active {
    outline: 0;
}


/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-rendering: optimizeLegibility;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin-top: 6rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width:600px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4 {
        margin-top: 1.8rem;
    }
}

h5,
.h5,
h6,
.h6 {
    margin-top: 4.8rem;
    margin-bottom: 1.2rem;
}

@media only screen and (max-width:600px) {
    h5,
    h5,
    h6,
    h6 {
        margin-top: 4rem;
        margin-bottom: 0.8rem;
    }
}

h1 {
    font-size: 3.6rem;
    line-height: 1.222;
    letter-spacing: -.05rem;
}

@media only screen and (max-width:600px) {
    h1 {
        font-size: 3.3rem;
        letter-spacing: -.07rem;
    }
}

h2 {
    font-size: 3rem;
    line-height: 1.2;
}

h3 {
    font-size: 2.4rem;
    line-height: 1.333;
}

h4 {
    font-size: 2.1rem;
    line-height: 1.333;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.333;
}

h6 {
    font-size: 1.6rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .16rem;
}

p img {
    margin: 0;
}

p.lead {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.571;
    margin-bottom: 10%;
    color: #898989;
}

p {
    color: #fff;
}

.representante {
    margin-bottom: 0!important;
}

@media only screen and (max-width:1200px) {
    p.lead {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width:800px) {
    p.lead {
        font-size: 2.4rem;
    }
}

em,
i,
strong,
b {
    font-size: inherit;
    line-height: inherit;
}

em,
i {
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
}

strong,
b {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
}

small {
    font-size: 1.2rem;
    line-height: inherit;
}

blockquote {
    margin: 3.2rem 0;
    padding-left: 4.8rem;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0px;
    margin: 0;
    color: #c2c2c2;
    color: #0391f0;
    font-family: Arial, Sans-serif;
    position: absolute;
    top: 4.4rem;
    left: -6px;
}

blockquote p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    padding: 0;
    font-size: 2.6rem;
    line-height: 1.692;
    color: #000000;
}

blockquote cite {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.25;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
    color: #898989;
    border: none;
}

abbr {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #898989;
}

var,
kbd,
samp,
code,
pre {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
    padding: 2.4rem 3.2rem 3.2rem;
    background: #eaeaea;
    overflow-x: auto;
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .7rem;
    white-space: nowrap;
    background: #eaeaea;
    border: 1px solid #d6d6d6;
    color: #000000;
    border-radius: 4px;
}

pre>code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0;
}

pre.prettyprint>code {
    border: none;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
}

mark {
    background: #00f0bc;
    color: #000000;
}

hr {
    border: solid #eaeaea;
    border-width: 1px 0 0;
    clear: both;
    margin: 2.4rem 0 1.6rem;
    height: 0;
}


/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol,
ul {
    margin-left: 1.6rem;
}

ul li {
    padding-left: .2rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: .8rem 0 .8rem 1.6rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0391f0;
    position: absolute;
    left: -16px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #0391f0;
}

dd {
    margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */

img.pull-right {
    margin: 1.2rem 0 0 2.8rem;
}

img.pull-left {
    margin: 1.2rem 2.8rem 0 0;
}


/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */

table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: "Nunito Sans", sans-serif;
    border-collapse: collapse;
}

th,
td {
    padding: 1.6rem 3.2rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}

th {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}

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

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

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------- 
 * ## Spacing 
 * ------------------------------------------------------------------- */

fieldset,
button,
.btn {
    margin-bottom: 1.6rem;
}


/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal 
 * ------------------------------------------------------------------- */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    z-index: 900;
    background: #0391f0;
    width: 100%;
    height: 4px;
    position: fixed;
    top: 0;
    right: 100%;
}

.oldie .pace {
    display: none;
}


/* ===================================================================
 * # preloader 
 *
 * ------------------------------------------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #121619;
    z-index: 800;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
    display: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    padding: 0;
    display: inline-block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#loader>div {
    content: "";
    background: #0391f0;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

#loader>div:nth-of-type(1) {
    left: 15px;
}

#loader>div:nth-of-type(3) {
    left: -15px;
}


/* dots jump */

.dots-jump>div {
    -webkit-animation: dots-jump 1.2s infinite ease;
    animation: dots-jump 1.2s infinite ease;
    animation-delay: 0.2s;
}

.dots-jump>div:nth-of-type(1) {
    animation-delay: 0.4s;
}

.dots-jump>div:nth-of-type(3) {
    animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
    0% {
        top: 0;
    }
    40% {
        top: -6px;
    }
    80% {
        top: 0;
    }
}

@keyframes dots-jump {
    0% {
        top: 0;
    }
    40% {
        top: -6px;
    }
    80% {
        top: 0;
    }
}


/* dots fade */

.dots-fade>div {
    -webkit-animation: dots-fade 1.6s infinite ease;
    animation: dots-fade 1.6s infinite ease;
    animation-delay: 0.4s;
}

.dots-fade>div:nth-of-type(1) {
    animation-delay: 0.8s;
}

.dots-fade>div:nth-of-type(3) {
    animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0.2;
    }
    80% {
        opacity: 1;
    }
}

@keyframes dots-fade {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0.2;
    }
    80% {
        opacity: 1;
    }
}


/* dots pulse */

.dots-pulse>div {
    -webkit-animation: dots-pulse 1.2s infinite ease;
    animation: dots-pulse 1.2s infinite ease;
    animation-delay: 0.2s;
}

.dots-pulse>div:nth-of-type(1) {
    animation-delay: 0.4s;
}

.dots-pulse>div:nth-of-type(3) {
    animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.3);
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dots-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.3);
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* ===================================================================
 * # forms 
 *
 * ------------------------------------------------------------------- */

fieldset {
    border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    display: block;
    height: 6.4rem;
    padding: 1.5rem 24px 1.5rem;
    border: 0;
    outline: none;
    color: #545454;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 3.2rem;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ss-custom-select {
    position: relative;
    padding: 0;
}

.ss-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle;
}

.ss-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
    display: none;
}

.ss-custom-select::after {
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-right: 2px solid rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}


/* IE9 and below */

.oldie .ss-custom-select::after {
    display: none;
}

textarea {
    min-height: 25.6rem;
}

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 {
    color: #000000;
    box-shadow: 0 0 5px rgba(91, 79, 150, 0.8);
    border: 1px solid #0391f0;
}

label,
legend {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: .8rem;
    color: #000000;
    display: block;
}

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

label>.label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: "Nunito Sans", sans-serif;
    line-height: inherit;
}

label>input[type="checkbox"],
label>input[type="radio"] {
    margin: 0;
    position: relative;
    top: .2rem;
}


/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #9c9c9c;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9c9c9c;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9c9c9c;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9c9c9c;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9c9c9c;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #9c9c9c;
}

.placeholder {
    color: #9c9c9c !important;
}


/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #0391f0;
    transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .18rem;
    height: 6rem;
    line-height: 5.6rem;
    padding: 0 3.2rem;
    margin: 0 .4rem 1.6rem 0;
    color: #000000;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    background-color: #d6d6d6;
    border: 0.2rem solid #d6d6d6;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    background-color: #ffffff;
    border-color: #c2c2c2;
    color: #000000;
    outline: 0;
}


/* button primary
 * ------------------------------------------------- */

.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
    background: #0391f0;
    border-color: #0391f0;
    color: #ffffff;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
    background: #8e1128;
    border-color: #0391f0;
}


/* button modifiers
 * ------------------------------------------------- */

.btn.full-width,
button.full-width {
    width: 100%;
    margin-right: 0;
}

.btn--medium,
button.btn--medium {
    height: 6.4rem !important;
    line-height: 6rem !important;
}

.btn--large,
button.btn--large {
    height: 6.8rem !important;
    line-height: 6.4rem !important;
}

.btn--stroke,
button.btn--stroke {
    background: transparent !important;
    border: 0.2rem solid #000000;
    color: #000000;
}

.btn--stroke:hover,
button.btn--stroke:hover {
    background: #000000 !important;
    border: 0.2rem solid #000000;
    color: #ffffff;
}

.btn--pill,
button.btn--pill {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
    border-radius: 1000px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */


/* ------------------------------------------------------------------- 
 * ## alert box 
 * ------------------------------------------------------------------- */

.alert-box {
    padding: 2.4rem 4rem 2.4rem 3.2rem;
    position: relative;
    margin-bottom: 3.2rem;
    border-radius: 4px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    cursor: pointer;
}

.alert-box__close.fa {
    font-size: 12px;
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #dd4043;
}

.alert-box--success {
    background-color: #c8e675;
    color: #637533;
}

.alert-box--info {
    background-color: #d5ebfb;
    color: #5499c9;
}

.alert-box--notice {
    background-color: #fff099;
    color: #c3ab22;
}


/* ------------------------------------------------------------------- 
 * ## additional typo styles 
 * ------------------------------------------------------------------- */


/* drop cap 
 * ----------------------------------------------- */

.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.6rem .8rem 0 0;
    font-family: "Chivo", sans-serif;
    font-weight: 700;
    font-size: 8.6rem;
    line-height: 6rem;
    text-indent: 0;
    background: transparent;
    color: #121619;
}


/* line definition style 
 * ----------------------------------------------- */

.lining dt,
.lining dd {
    display: inline;
    margin: 0;
}

.lining dt+dt:before,
.lining dd+dt:before {
    content: "\A";
    white-space: pre;
}

.lining dd+dd:before {
    content: ", ";
}

.lining dd+dd:before {
    content: ", ";
}

.lining dd:before {
    content: ": ";
    margin-left: -0.2em;
}


/* dictionary definition style 
 * ----------------------------------------------- */

.dictionary-style dt {
    display: inline;
    counter-reset: definitions;
}

.dictionary-style dt+dt:before {
    content: ", ";
    margin-left: -0.2em;
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions;
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". ";
}


/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *      <p></p>
 *    </blockquote>
 *  </aside>
 *
 * --------------------------------------------------------------------- */

.pull-quote {
    position: relative;
    padding: 2.4rem 3.2rem 2.4rem 0px;
}

.pull-quote:before,
.pull-quote:after {
    height: 1em;
    position: absolute;
    font-size: 10rem;
    font-family: Arial, Sans-serif;
    color: #0391f0;
}

.pull-quote:before {
    content: "\201C";
    top: -2.8rem;
    left: -6px;
}

.pull-quote:after {
    content: '\201D';
    bottom: 3.4rem;
    right: 6px;
}

.pull-quote blockquote {
    margin: 0;
    padding-left: 4.8rem;
    padding-right: 0;
    position: relative;
}

.pull-quote blockquote p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    padding: 0;
    font-size: 2.6rem;
    line-height: 1.692;
    color: #000000;
}

.pull-quote blockquote:before {
    content: none;
}


/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 *  </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */

.stats-tabs {
    padding: 0;
    margin: 3.2rem 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.6rem 3.2rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid #eaeaea;
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.stats-tabs li a {
    display: inline-block;
    font-family: "Chivo", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.6;
    border: none;
    color: #000000;
}

.stats-tabs li a:hover {
    color: #0391f0;
}

.stats-tabs li a em {
    display: block;
    margin: .8rem 0 0 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: normal;
    font-style: normal;
    color: #898989;
}


/* ------------------------------------------------------------------- 
 * ## skillbars 
 * ------------------------------------------------------------------- */

.skill-bars {
    list-style: none;
    margin: 6.8rem 0 3.2rem;
}

.skill-bars li {
    height: .4rem;
    background: #d6d6d6;
    width: 100%;
    margin-bottom: 6.8rem;
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -4rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.skill-bars li .progress {
    background: #0391f0;
    position: relative;
    height: 100%;
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    font-family: "Nunito Sans", sans-serif;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1;
    background: #000000;
    padding: .8rem .8rem;
    border-radius: 3px;
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000000;
    content: "";
}

.skill-bars li .percent5 {
    width: 5%;
}

.skill-bars li .percent10 {
    width: 10%;
}

.skill-bars li .percent15 {
    width: 15%;
}

.skill-bars li .percent20 {
    width: 20%;
}

.skill-bars li .percent25 {
    width: 25%;
}

.skill-bars li .percent30 {
    width: 30%;
}

.skill-bars li .percent35 {
    width: 35%;
}

.skill-bars li .percent40 {
    width: 40%;
}

.skill-bars li .percent45 {
    width: 45%;
}

.skill-bars li .percent50 {
    width: 50%;
}

.skill-bars li .percent55 {
    width: 55%;
}

.skill-bars li .percent60 {
    width: 60%;
}

.skill-bars li .percent65 {
    width: 65%;
}

.skill-bars li .percent70 {
    width: 70%;
}

.skill-bars li .percent75 {
    width: 75%;
}

.skill-bars li .percent80 {
    width: 80%;
}

.skill-bars li .percent85 {
    width: 85%;
}

.skill-bars li .percent90 {
    width: 90%;
}

.skill-bars li .percent95 {
    width: 95%;
}

.skill-bars li .percent100 {
    width: 100%;
}


/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */

.wide {
    max-width: 1400px;
}

.narrow {
    max-width: 1000px;
}

.canaisAovivo {
    display: block;
}


/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */

.display-1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 1.236;
    letter-spacing: -0.03rem;
    margin-top: 0;
    margin-bottom: 2.8rem;
    line-height: 1.0;
}

.display-2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.217;
    margin-top: 0;
    text-align: center;
}

.item-title {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.286;
    margin-top: 0;
    margin-bottom: 2rem;
}


/* ------------------------------------------------------------------- 
 * ## section header
 * ------------------------------------------------------------------- */

.section-header {
    max-width: 800px;
}

.section-header.has-bottom-sep {
    padding-bottom: 2.8rem;
    position: relative;
    text-align: center;
}

.section-header.has-bottom-sep:after {
    content: "";
    display: table;
    clear: both;
}

.section-header.has-bottom-sep::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 320px;
    background-color: #d6d6d6;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}


/* ------------------------------------------------------------------- 
 * ## slick slider
 * ------------------------------------------------------------------- */

.slick-slider {
    position: relative;
}

.slick-slider .slick-slide {
    outline: none;
}

.slick-slider .slick-dots {
    display: block;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 2.2rem 0 0 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
}

.slick-slider .slick-dots li {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 9px;
    cursor: pointer;
}

.slick-slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
    outline: none;
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
    background: #0391f0;
}


/* inicio planos */

.valor-planos {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 4%;
    width: 40%;
    color: aliceblue;
    text-align: center;
    font-size: 1.4em;
    font-style: normal;
    line-height: 1.6em;
    font-weight: bold;
}

.titulo-planos {
    text-align: center;
    color: #fff;
    font-weight: 200;
    font-size: 1em;
    position: relative;
    height: auto;
    display: none;
    display: none;
}

.titulo-planos span {
    font-size: 1em!important;
    line-height: 1.4em!important;
    font-weight: 800;
    color: #009bcf;
}

.accordion {
    cursor: pointer;
    padding: 0 2%;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    line-height: 0;
    height: 40px;
    border-radius: 0%;
    margin: 0% 0 0 0;
}

.accordion:hover {
    background-color: #1a7db7;
    color: #fff;
}

.accordion:focus {
    background-color: #1a7db7;
    color: #fff;
}

.bottom-block {
    position: relative;
    bottom: 0;
    display: block;
    height: 48px;
}

.span-planos {
    float: left;
    margin: 0px 0px 6px;
    position: relative;
    font-size: 0.6em;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 3em;
    letter-spacing: .1em;
    margin-top: 2%;
}

.accordion.active {
    color: #fff;
    background-color: #00aeff;
}

.accordion.focus {
    color: #fff;
    background-color: #009bcf;
}

.accordion:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: '\002D';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.panel {
    padding: 0 0%;
    height: 0px;
    overflow: hidden;
    display: block;
}

.panel span {
    float: left;
    margin: 0px 0px 6px;
    position: relative;
    font-size: 0.68em;
    color: #fff;
    width: 100%;
    text-align: left;
    line-height: 1.5em;
    letter-spacing: .1em;
    margin-top: 0%;
}

.panel.active {
    animation-name: openPlanos;
    animation-duration: .6s;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.panel.hidden {
    animation-name: closePlanos;
    animation-duration: .6s;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    height: 0px;
}

.plano-button {
    width: 48%;
    line-height: 50px;
    height: 8%;
    margin: 0% 4%;
    font-size: .8em;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid;
}

.plano-button:hover {
    background-color: #1a7db7;
    color: #fff;
    border: 1px solid #1a7db7;
}

.descricao_plano {
    width: 100%;
    text-align: left;
    padding: 0 3%;
    position: relative;
    height: auto;
    margin: 1% auto 8%;
}

.descricao_plano ul {
    text-align: left;
    width: 100%;
    margin: 0;
    position: relative;
    height: 100%;
    padding: 4% 5% 4% 5%;
}


/* fim planos */


/* ------------------------------------------------------------------- 
 * responsive:
 * reusable and common theme styles
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1000px) {
    .display-1 {
        font-size: 5.2rem;
    }
    .display-2 {
        font-size: 4.4rem;
    }
    .section-header {
        max-width: 680px;
    }
}

@media only screen and (max-width:800px) {
    .display-1 {
        font-size: 4.4rem;
    }
    .display-2 {
        font-size: 4rem;
    }
    .display-2 br {
        display: none;
    }
    .item-title {
        font-size: 2.4rem;
    }
    .section-header {
        max-width: 580px;
    }
}

@media only screen and (max-width:600px) {
    .section-header.has-bottom-sep::before {
        width: 240px;
    }
}

@media only screen and (max-width:500px) {
    .display-1 {
        font-size: 4.2rem;
    }
    .display-2 {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width:400px) {
    .display-1 {
        font-size: 3.8rem;
    }
    .display-2 {
        font-size: 3.6rem;
    }
    .section-header.has-bottom-sep::before {
        width: 200px;
    }
}

@media only screen and (max-width:350px) {
    .display-1 {
        font-size: 3.6rem;
    }
    .display-2 {
        font-size: 3.4rem;
    }
}


/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */

.s-header {
    z-index: 600;
    width: 100%;
    height: 70px;
    background-color: transparent;
    position: absolute;
    /*top: 24px;*/
    background: transparent;
}

.s-header>.row {
    max-width: 1600px;
    height: 70px;
    position: relative;
}

.s-header.sticky {
    background-color: /*#0e1113*/
    rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    height: 70px;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */

.header-logo {
    z-index: 600;
    display: inline-block;
    margin: 5px 0;
    padding: 1%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    left: 45%;
    top: 45%;
}

.header-logo a {
    display: inline-block;
    padding: 0;
    outline: 0;
    border: none;
}

.header-logo img {
    width: 110px;
    height: auto;
    margin-left: 122%;
}


/* ------------------------------------------------------------------- 
 * ## navigation 
 * ------------------------------------------------------------------- */

.header-nav-wrap {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    padding-left: 10px;
}

.header-nav-wrap .header-main-nav {
    display: inline-block;
    list-style: none;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.header-nav-wrap .header-main-nav li {
    display: inline-block;
    padding-left: 0;
    margin-right: 1.6rem;
}

.header-nav-wrap .header-main-nav li a {
    display: block;
    line-height: 70px;
    color: rgba(255, 255, 255, 0.5);
    outline: none;
    position: relative;
    font-family: "Montserrat Light", sans-serif;
    font-size: 14px;
}

.header-nav-wrap .header-main-nav li a:hover,
.header-nav-wrap .header-main-nav li a:focus {
    color: #ffffff;
    text-decoration: none;
}

.header-nav-wrap .header-main-nav li.current a {
    color: #ffffff;
    text-decoration: none;
}

.header-nav-wrap .header-cta {
    width: 25%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    right: 2px;
    height: 40px;
    top: 50%;
}

.header-nav-wrap .header-cta__btn {
    font-size: 1.2rem;
    height: 5.2rem;
    line-height: 4rem;
    margin: 0;
}

.sticky .header-nav-wrap .header-cta__btn {
    height: 4.8rem;
    line-height: 4.4rem;
}


/* ------------------------------------------------------------------- 
 * ## menu trigger
 * ------------------------------------------------------------------- */

.header-menu-toggle {
    display: none;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 20px;
    top: 18px;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
    color: #fff;
    text-decoration: none;
}

.header-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    right: auto;
    bottom: auto;
    background-color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: absolute;
    left: 9px;
    top: 50%;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
}

.header-menu-toggle span::before {
    top: -9px;
}

.header-menu-toggle span::after {
    bottom: -9px;
}

.header-menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
    background-color: white;
}

.header-menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1400px) {
    .header-nav-wrap .header-cta {
        right: 20px;
    }
}

@media only screen and (max-width:1200px) {
    .header-nav-wrap .header-cta {
        right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width:1000px) {
    .header-nav-wrap {
        padding-left: 0;
    }
    .header-nav-wrap .header-main-nav {
        font-size: 11px;
        letter-spacing: 0;
    }
    .header-nav-wrap .header-cta__btn {
        height: 4.8rem;
        line-height: 4.4rem;
        padding: 0 1.6rem;
    }
}

@media only screen and (max-width:900px) {
    .header-nav-wrap {
        text-align: right;
    }
    .header-nav-wrap .header-cta {
        display: inline-block;
    }
}

@media only screen and (max-width:800px) {
    .s-header {
        background-color: #0e1113;
        /*   position: fixed;*/
        top: 0;
    }
    .s-header>.row {
        width: 100%;
        padding: 0 !important;
    }
    .header-logo {
        width: 100px;
        margin: auto;
        left: 1em;
    }
    .header-nav-wrap {
        display: none;
        height: auto;
        width: 100%;
        background-color: #0e1113;
        padding: 64px 44px 72px;
        text-align: left;
        position: absolute;
        top: 70px;
    }
    .header-nav-wrap .header-main-nav {
        display: block;
        font-size: 12px;
        padding-left: 0;
        margin: 0;
        height: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.03);
    }
    .header-nav-wrap .header-main-nav li {
        display: block;
        margin: 0;
        padding: 0;
        text-align: c;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }
    .header-nav-wrap .header-main-nav li a {
        padding: 18px 0;
        line-height: 18px;
    }
    .header-nav-wrap .header-cta {
        display: block;
        position: static;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin-top: 4rem;
        width: 100%;
        text-align: center;
    }
    .header-nav-wrap .header-cta__btn {
        display: block;
        font-size: 1.2rem;
        height: 5.2rem !important;
        line-height: 4.8rem !important;
        width: 100%;
        text-align: center;
    }
    .header-menu-toggle {
        display: block;
    }
}

@media only screen and (max-width:400px) {
    .header-logo {
        left: 10px;
    }
    .header-nav-wrap {
        padding: 40px 20px 40px;
    }
}


/* -------------------------------------------------------------------
 * make sure the menu is visible on larger screens
 * ------------------------------------------------------------------- */

@media only screen and (max-width:802px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (min-width:801px) {
    .header-nav-wrap {
        display: block !important;
    }
}


/* ===================================================================
 * # home
 *
 * ------------------------------------------------------------------- */

.s-home {
    display: table;
    width: 100%;
    min-height: 690px;
    background-color: transparent;
    position: relative;
}

.s-home img {
    background-repeat: no-repeat;
}

.s-home::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #000000;
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 100;
    background: #fff;
    background-image: url(../images/BG-01.webp) no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 180%;
}

.no-js .s-home {
    background: #000000;
}


/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */

.home-content {
    z-index: 4;
    display: table-row;
    vertical-align: middle;
    padding-top: 1.2rem!important;
    width: 100%;
    position: relative;
    /*border-top: 3px solid #0391f0;*/
}

.home-content h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 1.0;
    color: #aeaeae;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    position: relative;
    text-align: center;
}

.home-content p {
    text-align: center;
    width: 78%;
    margin: auto;
}


/*.home-content h1::before {
  display: block;
  content: "";
  height: 2px;
  width: 8rem;
  background-color: #0391f0;
  position: absolute;
  left: 8px;
  top: 0;
  display: none;
}
*/

.home-content h3 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.667;
    font-style: normal;
    color: rgba(0, 0, 0, 0.3);
    margin-top: 2rem;
    width: 85%;
    text-align: justify;
}

.home-content__main {
    position: relative;
    /*padding-bottom: 9.6rem;*/
    max-width: 1300px;
    z-index: 2;
}

.home-content__left {
    width: calc(100% - (580px + 80px));
}

.home-content__right {
    z-index: 500;
    width: 580px;
    position: absolute;
    right: 0;
    /* top: -5em;*/
}

.home-content__right img {
    vertical-align: bottom;
    margin-top: 0rem;
}


/* ------------------------------------------------------------------- 
 * ## home button section
 * ------------------------------------------------------------------- */

.home-content__btn-wrap {
    margin: 4.2rem 30% 0 30%;
}

.home-content__btn-wrap .home-content__btn {
    width: 19rem;
    height: 4.4rem !important;
    line-height: 4.4rem !important;
    margin-right: 0;
}


/* ------------------------------------------------------------------- 
 * ## home social
 * ------------------------------------------------------------------- */

.home-content__social {
    list-style: none;
    margin: 0;
    font-size: 10px;
    line-height: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: absolute;
    right: calc(40px + (5.6rem/2));
    top: 50%;
    -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
    -ms-transform: rotate(-90deg) translate3d(50%, 0, 0);
    transform: rotate(-90deg) translate3d(50%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.home-content__social li {
    display: inline;
    margin-right: 6px;
}

.home-content__social li:last-child {
    margin-right: 0;
}

.home-content__social a {
    color: rgba(255, 255, 255, 0.3);
}

.home-content__social a:hover,
.home-content__social a:hover,
.home-content__social a:active {
    color: #ffffff;
}


/* ------------------------------------------------------------------- 
 * ## home scroll
 * ------------------------------------------------------------------- */

.home-scroll {
    z-index: 4;
    height: 5.6rem;
    position: absolute;
    right: 40px;
    bottom: 4.8rem;
}

.home-scroll__text {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 5.6rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #0391f0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 7.6rem;
}

.home-scroll__icon {
    display: block;
    height: 5.6rem;
    width: 5.6rem;
    background-color: rgba(255, 255, 255, 0.05);
    background-image: url(../images/icons/icon-arrow-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
}

.home-scroll:hover .home-scroll__text {
    border-bottom: 1px solid #ffffff;
}


/* animate .home-content__main
 * ------------------------------------------------------------------- */

html.ss-preload .home-content__main {
    opacity: 0;
}

html.ss-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
    opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## home animations
 * ------------------------------------------------------------------- */


/* fade in */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* fade out */

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}


/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1700px) {
    .home-content h1 {
        font-size: 6.8rem;
        /* float: left;*/
        margin: 10px 15px 25px 20px;
    }
    .home-content h3 {
        width: 100%;
    }
    .home-content__main {
        max-width: 1200px;
    }
}

@media only screen and (max-width:1600px) {
    .home-scroll__text {
        display: none;
    }
}

@media only screen and (max-width:1500px) {
    .home-content {
        padding-top: 13.2rem;
    }
    .home-content h1 {
        font-size: 4.5rem;
    }
    .home-content h3 {
        font-size: 2.2rem;
    }
    .home-content__main {
        max-width: 1140px;
    }
    .home-content__left {
        width: calc(100% - (570px + 60px));
    }
    .home-content__right {
        width: 570px;
    }
}

@media only screen and (max-width:1400px) {
    .home-content h1 {
        font-size: 4.5rem;
        line-height: 0.9;
        text-align: center;
        /*margin-left: -5px;
    width: 87%; */
    }
    .home-content h3 {
        font-size: 2.1rem;
        width: 90%;
    }
    .home-content__left {
        width: calc(100% - (550px + 80px));
    }
    .home-content__right {
        width: 550px;
        right: 40px;
        margin-top: 3.4em;
    }
    .home-content__right img {
        width: 110%;
    }
}

@media only screen and (max-width:1300px) {
    .home-content {
        padding-top: 20rem;
    }
    .home-content h1 {
        font-size: 5.6rem;
    }
    .home-content h3 {
        font-size: 1.9rem;
    }
    .home-content__left {
        width: calc(100% - (530px + 90px));
    }
    .home-content__right {
        width: 530px;
        right: 50px;
    }
}

@media only screen and (max-width:1200px) {
    .s-home {
        display: block;
        overflow: hidden;
        min-height: 740px;
    }
    .home-content {
        display: block;
    }
    .home-content br {
        display: none;
    }
    .home-content h1 {
        font-size: 7.2rem;
        padding-top: 0;
    }
    .home-content h1::before {
        display: none;
    }
    .home-content h3 {
        font-size: 2.4rem;
        width: 100%;
    }
    .home-content__main {
        max-width: 600px;
        /*padding-bottom: 44rem;*/
        text-align: center;
    }
    .home-content__left {
        width: 100%;
    }
    .home-content__right {
        top: 100%;
        right: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        margin-top: 0rem;
    }
    .home-content__right img {
        margin-top: 0em;
    }
}

@media only screen and (max-width:900px) {
    .home-content {
        padding-top: 16.8rem;
    }
    .home-content h1 {
        font-size: 6.2rem;
    }
    .home-content h3 {
        font-size: 2.2rem;
    }
    .home-content__main {
        max-width: 500px;
    }
    .home-content__social {
        right: calc(30px + (5.6rem/2));
    }
    .home-scroll {
        right: 3rem;
    }
}

@media only screen and (max-width:800px) {
    .home-content h1 {
        font-size: 6rem;
    }
    .home-content h3 {
        font-size: 2.1rem;
    }
    .home-content__right {
        width: 480px;
    }
}

@media only screen and (max-width:700px) {
    .home-content h1 {
        font-size: 5.6rem;
    }
    .home-content h3 {
        font-size: 2rem;
    }
    .home-content__social,
    .home-scroll {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .home-content h1 {
        font-size: 5.2rem;
    }
    .home-content h3 {
        font-size: 1.8rem;
    }
    .home-content__main {
        /*padding-bottom: 40rem;*/
        padding-left: 35px;
        padding-right: 35px;
    }
    .home-content__right {
        width: 400px;
        margin-top: 0rem;
    }
    .home-content__btn-wrap {
        margin-top: 4rem;
    }
}

@media only screen and (max-width:500px) {
    .home-content {
        padding-top: 16rem;
    }
    .home-content h1 {
        font-size: 4.4rem;
    }
    .home-content__right {
        width: 360px;
        margin-top: 0rem;
    }
}

@media only screen and (max-width:400px) {
    .home-content {
        padding-top: 15.2rem;
    }
    .home-content h1 {
        font-size: 4.2rem;
    }
    .home-content__main {
        /*padding-bottom: 28rem;*/
        padding-left: 25px;
        padding-right: 25px;
    }
    .home-content__right {
        width: 300px;
        margin-top: 0rem;
    }
    .home-content__btn-wrap .home-content__btn {
        width: 100%;
    }
}

@media only screen and (max-width:350px) {
    .home-content__right {
        width: 280px;
    }
}


/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */

.s-about {
    padding-top: 0;
    padding-bottom: calc((62.4rem/2) + 6.4rem);
    background-color: white;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    position: relative;
    /*  background-image: url(../images/white-bar.webp);
  background-position: center bottom;
  background-repeat: repeat-x; */
}

.s-about .section-header.has-bottom-sep::before {
    background-color: rgba(255, 255, 255, 0.1);
}

.s-about .display-1,
.s-about h3 {
    color: #ffffff;
}

.s-about p.lead {
    color: rgba(255, 255, 255, 0.6);
}

.justify-text {
    text-align: justify!important;
}


/* ------------------------------------------------------------------- 
 * ## about-desc slider
 * ------------------------------------------------------------------- */

.about-desc {
    margin-top: 6rem;
}

.about-desc__slider .slick-dots {
    margin: .8rem 0 0 0;
}

.about-desc__slider .slick-dots li button {
    background: #011979;
}

.about-desc__slider .slick-dots li.slick-active button,
.about-desc__slider .slick-dots li:hover button {
    background: #ffffff;
}

.about-desc__slide {
    padding: 0 24px;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1400px) {
    .s-about {
        padding-bottom: calc((62.4rem/2) + 9.6rem);
    }
}

@media only screen and (max-width:1200px) {
    .s-about {
        padding-top: 18.4rem;
    }
}

@media only screen and (max-width:1000px) {
    .s-about {
        padding-top: 17.2rem;
    }
    .about-desc__slide {
        padding: 0 20px;
    }
}

@media only screen and (max-width:800px) {
    .s-about {
        padding-top: calc((-19rem/2) + 9.6rem);
    }
    #multi-devices {
        padding-top: calc((-19rem/2) + 9.6rem);
    }
}

@media only screen and (max-width:700px) {
    .about-desc {
        max-width: 550px;
    }
    .about-desc__slide {
        padding: 0 10px;
        text-align: center;
    }
}

@media only screen and (max-width:600px) {
    .s-about {
        padding-top: 14.8rem;
        padding-bottom: calc((60rem/2) + 9.6rem);
    }
    .about-desc {
        max-width: 500px;
    }
    .about-desc__slide {
        padding: 0;
    }
}

@media only screen and (max-width:500px) {
    .s-about {
        padding-bottom: calc((52rem/2) + 9.6rem);
    }
}

@media only screen and (max-width:400px) {
    .s-about {
        padding-top: calc((-19rem/2) + 9.6rem);
        ;
        padding-bottom: calc((48rem/2) + 9.6rem);
    }
}


/* ===================================================================
 * # s-about-how
 *
 * ------------------------------------------------------------------- */

#cont_familia_tricolor {
    background-color: #0a0a0a;
    padding: 0% 2em 0;
}

#cont_familia_tricolor .row {
    padding: 4% 0%;
    max-width: 1540px;
    width: 100%;
}

#cont_familia_tricolor .col-lg-4 img {
    margin-top: 25%;
}

.familia_tricolor_title {
    margin: 4vh 0 10%;
}


/* ------------------------------------------------------------------- 
 * ## video button
 * ------------------------------------------------------------------- */

.video-icon {
    display: inline-block;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url(../images/icons/icon-play-black.svg);
    background-repeat: no-repeat;
    background-position: 55% center;
    background-size: 24px 27px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: -2px 3px 2px 1px rgba(0, 0, 0, 0.6);
}

.btn-video:hover .video-icon {
    background-color: #0391f0;
    background-image: url(../images/icons/icon-play.svg);
}


/* ------------------------------------------------------------------- 
 * ## stats
 * ------------------------------------------------------------------- */

.stats {
    width: 100%;
    padding: 0 11%;
    color: #ffffff;
    position: absolute;
    bottom: 8rem;
    left: 0;
}

.item-stats {
    float: left;
    width: 50%;
    font-family: "Chivo", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
}

.item-stats span {
    display: inline-block;
    line-height: 8rem;
    vertical-align: middle;
}

.item-stats__num {
    font-weight: 700;
    font-size: 6.8rem;
    margin-right: 2rem;
}


/* ------------------------------------------------------------------- 
 * ## process
 * ------------------------------------------------------------------- */

.process-wrap {
    margin-top: 12rem;
}

.process-wrap h2 {
    margin-bottom: 4rem;
    padding: 0 10px;
}

.process {
    position: relative;
    left: 27px;
    width: 100%;
    max-width: 1080px;
    margin-top: 8rem;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    counter-reset: ctr;
}

.process:after {
    content: "";
    display: table;
    clear: both;
}


/*.process::before,
.process::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
}*/

.process::before {
    left: 0;
}

.process::after {
    left: 50%;
}

.process .process__steps {
    width: 100%;
}

.process .step {
    padding: 0 40px 1.5rem 60px;
    position: relative;
    min-height: 240px;
}

.process .step h3 {
    margin-bottom: 2.4rem;
}

.process .step::before {
    display: block;
    font-family: "Chivo", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    content: counter(ctr);
    counter-increment: ctr;
    color: #ffffff;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background-color: #0391f0;
    box-shadow: 0 0 0 15px #ffffff;
    z-index: 500;
    position: absolute;
    top: -12px;
    left: -27px;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * about-how
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1400px) {
    .process {
        max-width: 1000px;
    }
}

@media only screen and (max-width:1200px) {
    .stats {
        padding: 0 10%;
    }
    .item-stats {
        font-size: 2.6rem;
    }
    .item-stats span {
        line-height: 7.2rem;
    }
    .item-stats__num {
        font-size: 6.6rem;
    }
    .process {
        max-width: 900px;
    }
}

@media only screen and (max-width:1100px) {
    .process {
        max-width: 800px;
    }
}

@media only screen and (max-width:1000px) {
    .item-stats {
        font-size: 2.2rem;
    }
    .item-stats span {
        line-height: 6rem;
    }
    .item-stats__num {
        font-size: 6rem;
    }
}

@media only screen and (max-width:900px) {
    .stats {
        bottom: 5.6rem;
    }
    .item-stats {
        float: none;
        width: auto;
        font-size: 1.8rem;
        margin-bottom: 1.6rem;
    }
    .item-stats span {
        display: block;
        line-height: 1;
    }
    .item-stats__num {
        font-size: 5.4rem;
    }
    .item-stats__title {
        color: rgba(255, 255, 255, 0.5);
    }
    .process {
        max-width: 600px;
    }
    .process::after {
        display: none;
    }
    .process .step {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        padding-right: 16px;
        min-height: auto;
        padding: 0 30px .9rem 50px;
    }
}

@media only screen and (max-width:800px) {
    .process {
        left: 0;
    }
    .process::before {
        left: 30px;
    }
    .process .step {
        padding: 0 10px 0 80px;
    }
    .process .step::before {
        font-size: 1.6rem;
        height: 44px;
        width: 44px;
        line-height: 44px;
        top: -8px;
        left: 8px;
    }
}

@media only screen and (max-width:600px) {
    .s-about-how {
        padding-bottom: 14.4rem;
    }
    .video-bg {
        height: 60rem;
        margin-top: calc((60rem/2) * -1);
    }
    .video-icon {
        height: 96px;
        width: 96px;
        background-size: 20px 22px;
    }
}

@media only screen and (max-width:500px) {
    .video-bg {
        height: 52rem;
        margin-top: calc((52rem/2) * -1);
    }
    .btn-video {
        top: 4.8rem;
    }
    .item-stats__num {
        font-size: 5rem;
    }
}

@media only screen and (max-width:400px) {
    .s-about-how {
        padding-bottom: 7rem;
    }
    .video-bg {
        height: 48rem;
        margin-top: calc((48rem/2) * -1);
    }
    .video-icon {
        height: 80px;
        width: 80px;
    }
    .process {
        text-align: center;
    }
    .process::before {
        display: none;
    }
    .process .step {
        padding: 60px 0 0 0;
    }
    .process .step::before {
        top: 0;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}


/* ===================================================================
 * # features
 *
 * ------------------------------------------------------------------- */

.s-features {
    padding-top: 10.2rem;
    padding-bottom: 2.5rem;
    background-color: #d2d2d2;
    overflow: hidden;
    position: relative;
}


/* ------------------------------------------------------------------- 
 * ## features list
 * ------------------------------------------------------------------- */

.features {
    margin-top: 7.2rem;
}

.item-feature {
    margin-bottom: .8rem;
}

.item-feature__icon {
    color: #0391f0;
    font-size: 4.8rem;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * features
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1200px) {
    .s-features {
        padding-top: 18.4rem;
    }
    .features {
        max-width: 900px;
    }
    .features .item-feature:nth-child(2n+1) {
        padding-right: 30px;
    }
    .features .item-feature:nth-child(2n+2) {
        padding-left: 30px;
    }
}

@media only screen and (max-width:1000px) {
    .s-features {
        padding-top: 17.2rem;
        padding-bottom: 17.2rem;
    }
    .features .item-feature:nth-child(2n+1) {
        padding-right: 20px;
    }
    .features .item-feature:nth-child(2n+2) {
        padding-left: 20px;
    }
}

@media only screen and (max-width:800px) {
    .s-features {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .features {
        margin-top: 4.4rem;
    }
    .features .item-feature:nth-child(n) {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width:700px) {
    .features {
        max-width: 500px;
        text-align: center;
    }
    .features .item-feature {
        width: 100%;
        clear: both;
    }
}

@media only screen and (max-width:600px) {
    .s-features {
        padding-top: 14.8rem;
        padding-bottom: 14.8rem;
    }
    .features .item-feature:nth-child(n) {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width:400px) {
    .s-features {
        padding-top: 14rem;
        padding-bottom: 0rem;
    }
    .features .item-feature:nth-child(n) {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
}


/* ===================================================================
 * # cartaz
 *
 * ------------------------------------------------------------------- */

.cartaz-wrap {
    margin-top: -1px;
    background-color: #000940;
    padding-bottom: 3em;
    border-bottom: 2px #fff solid;
}

.cartaz-wrap h2 {
    color: #555;
}

.cartaz-header {
    text-align: center;
    position: relative;
    margin-bottom: 5%;
}

.cartaz-header h3 {
    font-size: 24px;
    color: #fff;
    width: auto;
    margin: 0 auto;
}

.cartaz-header::before {
    content: "";
    display: /*inline-block*/
    none;
    height: 1px;
    width: 60%;
    background-color: #d6d6d6;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.cartaz {
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.882;
    margin-top: -2em;
    padding-bottom: 0.8rem;
    position: relative;
}

.cartaz p {
    color: #fff;
    text-align: center;
}

.cartaz h3 {
    font-size: 1.3em;
}

.cartaz__slide {
    position: relative;
    padding-left: 2.6rem;
    padding-right: 1rem;
    /*padding-left: 0rem;
  padding-right: 0rem;
  margin-left: -2em;
  margin-left: -2em;*/
}

.cartaz__slide h3 {
    color: #30b0e1;
    margin-top: 0;
}

.cartaz__slide p {
    color: #fff;
}

.cartaz__slide img {
    width: 100%;
    margin: auto;
}

.cartaz__avatar {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 100%;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
}

.cartaz__author {
    display: inline-block;
    position: relative;
    margin-bottom: 1.6rem;
    line-height: 2.4rem;
}

.cartaz__name,
.cartaz__link {
    display: inline-block;
}

.cartaz__name {
    font-weight: 700;
    color: #000000;
    margin-right: 4px;
}

.cartaz__link {
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.4);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * cartaz
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1000px) {
    .cartaz {
        max-width: 700px;
        text-align: center;
    }
    .cartaz__slide {
        padding-left: 3rem;
    }
    .cartaz__avatar {
        position: static;
        margin: 0 auto 1.2rem;
    }
}

@media only screen and (max-width:700px) {
    .cartaz {
        max-width: 500px;
    }
}

@media only screen and (max-width:400px) {
    .cartaz-header {
        padding: 0% 0 5%!important;
    }
    .cartaz__slide {
        padding-right: 0;
        padding-left: 0;
    }
}


/* ===================================================================
 * # pricing
 *
 * ------------------------------------------------------------------- */

.s-pricing {
    /* padding-top: 10.2rem;
  padding-bottom: 7rem;*/
    background-color: #ffffff;
    position: relative;
}


/* ------------------------------------------------------------------- 
 * ## pricing plan blocks
 * ------------------------------------------------------------------- */

.plans {
    margin-top: 6.4rem;
    max-width: 840px;
}

.item-plan {
    padding: 0 30px;
}

.item-plan__block {
    background: #ffffff;
    border-radius: 4px;
    padding: 5.6rem 4.2rem 5.4rem;
    margin-bottom: 4rem;
}

.item-plan__title {
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.333;
    color: #000000;
    margin: 0 0 1.6rem 0;
}

.item-plan__price,
.item-plan__per {
    display: inline-block;
    margin-bottom: 0;
}

.item-plan__price {
    font-family: "Chivo", sans-serif;
    font-size: 7.4rem;
    line-height: 1.081;
    font-weight: 600;
    color: #000000;
}

.item-plan__per {
    font-size: 1.6rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    margin: 0 4px;
}

.item-plan__bottom-part {
    margin-top: 4.4rem;
}

.item-plan__features {
    font-size: 1.7rem;
    line-height: 1.882;
    margin-left: 0;
}

.item-plan__features li {
    display: list-item;
    list-style: none;
    padding: .2rem 0 .2rem .8rem;
    position: relative;
}

.item-plan__features li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2rem;
    font-weight: 900;
    display: inline-block;
    color: #0391f0;
    margin-right: 18px;
}

.item-plan--popular {
    color: white;
}

.item-plan--popular .item-plan__features li::before {
    color: #ffffff;
}

.item-plan--popular .item-plan__block {
    background-color: #0391f0;
    border: none;
}

.item-plan--popular .item-plan__title,
.item-plan--popular .item-plan__price {
    color: #ffffff;
}

.item-plan--popular .item-plan__per {
    color: rgba(255, 255, 255, 0.7);
}

.item-plan--popular .btn {
    background-color: #ffffff;
    border: 0.2rem solid #ffffff;
    color: #000000;
}

.item-plan--popular .btn:hover,
.item-plan--popular .btn:focus {
    background-color: #8e1128;
    border: 0.2rem solid #fff;
    color: #ffffff;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * pricing
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1200px) {
    .s-pricing {
        padding-top: 18.4rem;
    }
    .plans {
        max-width: 800px;
    }
}

@media only screen and (max-width:1000px) {
    .s-pricing {
        padding-top: 17.2rem;
        padding-bottom: 17.2rem;
    }
}

@media only screen and (max-width:800px) {
    .s-pricing {
        padding-top: 16rem;
        padding-bottom: 14.8rem;
    }
    .plans {
        max-width: 500px;
    }
}

@media only screen and (max-width:600px) {
    .s-pricing {
        padding-top: 14.8rem;
        padding-bottom: 7rem;
    }
}

@media only screen and (max-width:450px) {
    .item-plan {
        padding: 0 20px;
    }
}

@media only screen and (max-width:350px) {
    .item-plan__price {
        font-size: 5.6rem;
    }
    .item-plan__block {
        padding: 5.4rem 3.2rem 4.8rem;
    }
}


/* ===================================================================
 * # download
 *
 * ------------------------------------------------------------------- */

.s-download {
    padding: 5.4rem 0 7.4rem 0;
    background-color: #5a5a5a;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    position: relative;
}

.s-download .display-1,
.s-download h3 {
    color: #ffffff;
}

.s-download p.lead {
    color: rgba(255, 255, 255, 0.6);
}

.s-download .download-badges {
    list-style: none;
    margin: 1.2rem 0 0 -6px;
}

.s-download .download-badges li {
    display: inline-block;
    margin: 0 6px;
    padding-left: 0;
}

.s-download .download-badges li a {
    display: block;
    width: 232px;
    height: 72px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 232px 72px;
}

.s-download .download-badges li a.badge-appstore {
    background-image: url("../images/appstore.webp");
    background-color: transparent!important;
}

.s-download .download-badges li a.badge-googleplay {
    background-image: url("../images/google-play.webp");
    background-color: transparent!important;
}

.s-download .download-bottom-image {
    margin-top: 11.2rem;
}

.s-download .download-bottom-image img {
    vertical-align: bottom;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * download
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1200px) {
    .s-download .download-content__badges {
        margin: 0;
    }
    .s-download .download-content__image {
        position: static;
        margin: 0 auto;
        max-width: 480px;
        width: auto;
        height: 24rem;
    }
}

@media only screen and (max-width:1000px) {
    .s-download {
        padding-top: 17.2rem;
    }
}

@media only screen and (max-width:800px) {
    .s-download {
        padding-top: 16rem;
    }
    .s-download .download-content__badges li a {
        width: 206px;
        height: 64px;
        background-size: 206px 64px;
    }
}

@media only screen and (max-width:600px) {
    .s-download {
        padding-top: 12%;
    }
    .s-download .download-bottom-image {
        margin-top: 9.6rem;
    }
}


/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */

.s-footer {
    padding-top: 0.4rem;
    padding-bottom: 3rem;
    position: relative;
}

.s-footer a {
    color: #ffffff;
    font-size: 14px;
}

.s-footer a:hover,
.s-footer a:focus,
.s-footer a:active {
    color: #0391f0;
}

.s-footer .display-1 {
    color: #0391f0;
    font-size: 50px;
}

.s-footer h4 {
    margin-top: 0;
    margin-bottom: 1.6rem;
    color: #ffffff;
}

.s-footer p.lead {
    color: rgba(255, 255, 255, 0.3);
}

.s-footer .footer__mail-link {
    font-weight: 200;
    color: #ffffff;
}

.s-footer .footer__mail-link:hover,
.s-footer .footer__mail-link:focus,
.s-footer .footer__mail-link:active {
    color: #ffffff;
}

.footer__bottom {
    padding: 2em;
}


/* -------------------------------------------------------------------
 * ## subscribe form
 * ------------------------------------------------------------------- */

.footer__subscribe .subscribe-form {
    margin: 4rem 0 0 0;
    padding: 0;
    position: relative;
}

.footer__subscribe #mc-form {
    width: 100%;
}

.footer__subscribe #mc-form input[type="email"] {
    width: 100%;
    height: 6.8rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 1.8rem 140px 1.8rem 64px;
    background: url(../images/icons/icon-mail.svg) 24px center no-repeat, rgba(255, 255, 255, 0.03);
    background-size: 24px 16px, auto;
    color: white;
    margin-bottom: 2rem;
    border: none;
    border-radius: 4px;
}

.footer__subscribe #mc-form input[type="email"]:hover,
.footer__subscribe #mc-form input[type="email"]:focus {
    box-shadow: none;
}

.footer__subscribe #mc-form input[type="email"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.footer__subscribe #mc-form input[type="email"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.footer__subscribe #mc-form input[type="email"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]::placeholder {
    /* Most modern browsers support this now. */
    color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"].placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}

.footer__subscribe #mc-form input[type=submit] {
    color: #ffffff;
    background: #0391f0;
    border-color: #0391f0;
    margin-right: 0;
    padding: 0 20px 0 24px;
    height: 6.8rem;
    line-height: 6.4rem;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.footer__subscribe #mc-form label {
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.3rem;
    padding: 0 2rem;
}

.footer__subscribe #mc-form label i {
    padding-right: 6px;
}


/* ------------------------------------------------------------------- 
 * ## footer social
 * ------------------------------------------------------------------- */

.footer__social {
    list-style: none;
    margin: 3.4rem 0 0 0;
}

.footer__social li {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    margin-right: 4px;
}

.footer__social li a {
    display: block;
    line-height: 36px;
    height: 36px;
    width: 36px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    border-radius: 50%;
}

.footer__social li a:hover,
.footer__social li a:focus,
.footer__social li a:active {
    background-color: #0391f0;
    color: #ffffff;
}

.footer__social li:last-child {
    margin-right: 0;
}


/* ------------------------------------------------------------------- 
 * ## footer site links
 * ------------------------------------------------------------------- */

.footer__site-links {
    list-style: none;
    margin: 0;
}

.footer__site-links li {
    padding-left: 0;
}

.footer__site-links li a {
    display: block;
}

.footer__site-links li a,
.footer__site-links li a:visited {
    color: rgba(255, 255, 255, 0.4);
    outline: none;
}

.footer__site-links li a:hover,
.footer__site-links li a:focus,
.footer__site-links li a:active {
    color: #0391f0;
}


/* ------------------------------------------------------------------- 
 * ## copyright
 * ------------------------------------------------------------------- */

.ss-copyright {
    text-align: center;
    background: #000;
    padding: 0.4em;
    color: #fff;
    font-size: 12px;
}

.ss-copyright span {
    line-height: 3.2rem;
    display: inline-block;
    text-align: center;
}

.ss-copyright span::after {
    content: "·";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: white;
}

.ss-copyright span:last-child::after {
    display: none;
}


/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */

.go-top {
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    position: fixed;
    bottom: 32px;
    right: 40px;
}

.go-top a,
.go-top a:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 5.6rem;
    width: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
    background-image: url(../images/icons/icon-arrow-up.svg);
    background-color: #202020;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 15px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-top a:hover,
.go-top a:focus,
.go-top a:active {
    background-color: #0d447d;
}

.go-top.link-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1200px) {
    .footer__bottom {
        font-size: 1.7rem;
        line-height: 1.882;
    }
}

@media only screen and (max-width:900px) {
    .go-top {
        right: 3rem;
    }
}

@media only screen and (max-width:800px) {
    .s-footer {
        padding-top: 14.8rem;
    }
    .footer__bottom .right {
        margin-top: 5.6rem;
    }
}

@media only screen and (max-width:600px) {
    .s-footer {
        padding-top: 12rem;
        padding-bottom: 4rem;
    }
    .s-footer h4 {
        padding-bottom: 1.6rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }
    .footer__bottom {
        border-top: none;
        font-size: 1.6rem;
        line-height: 1.882;
        padding: 10% 14%;
    }
    .footer__subscribe #mc-form input[type="email"] {
        padding: 0 2.4rem;
        background: rgba(255, 255, 255, 0.03);
        text-align: center;
    }
    .footer__subscribe #mc-form input[type=submit] {
        position: static;
        margin-right: 0;
        width: 100%;
        border-radius: 4px;
    }
    .footer__contact {
        margin-top: 4rem;
    }
    .ss-copyright {
        margin-top: 0rem;
    }
    .ss-copyright span {
        display: block;
        text-align: left;
    }
    .ss-copyright span::after {
        display: none;
    }
}

@media only screen and (max-width:400px) {
    .ss-copyright span {
        font-size: 16px;
    }
    .go-top a {
        height: 5.2rem;
        width: 5.2rem;
        background-size: 8px 12px;
    }
    .footer__bottom {
        border-top: none;
        font-size: 1.6rem;
        line-height: 1.882;
        padding: 5% 4%;
    }
}

.devices {
    margin-top: -2rem;
}

.devices img {
    margin-top: -5rem;
}

.devices2 img {
    margin-right: -25rem;
}

.chamada {
    color: #fff!important;
    float: left;
}

.chamada h1 {
    font-size: 7rem;
}

.line-dec {
    width: 400px;
    height: 3px;
    background-color: #0391f0!important;
    margin: 20px auto 20px auto;
}

.baner-content {
    padding-top: 22vh;
}

.descrtivo_chamada {
    color: #fff;
}


/*#chamada_topo, h3{margin-top: 3rem !important;color: #fff!important;}*/

.shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1.3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

#parceiros {
    background-color: #dcdcdc;
}

#parceiros .container {
    background-color: #dcdcdc;
    padding-top: 0!important;
}

#parceiros .container h2 {
    margin-top: 5rem;
    text-align: center;
    color: #454548;
    text-transform: uppercase;
    font-size: 2.5em;
}

#btn_login .btn.btn--primary {
    width: 11.1em;
    height: 3.5em;
    background: rgb(14, 17, 19);
    border-color: rgb(14, 17, 19);
    margin-top: 1em;
}

.login img {
    position: absolute;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    padding: 6px 10px 10px 10px;
}

.login img.top:hover {
    opacity: 0
}

@media (min-width:576px) {
    #plano_socio-resp {
        display: inline-block;
        background-color: #000;
        background-image: url(../images/socio_torcedor-resp.webp);
        background-position: top center;
        background-size: 100%;
        background-repeat: no-repeat;
        width: 100%;
        background-color: #164579;
    }
    #plano_socio-resp .row {
        padding: 33vh 0 5vh;
    }
    #plano_socio-resp #cliqueaqui img {
        left: -16%;
    }
    .socio_title {
        width: 100%!important;
        float: right;
        padding: 1.8em 0 0!important;
    }
    .socio_title .img-fluid {
        max-width: 63%;
    }
    .socio_title img {
        margin: 0 0 0 24%;
    }
    .textbox {
        width: 90%!important;
        border-radius: 7px!important;
        background: rgba(200, 231, 255, 0.24)!important;
        padding: 5%!important;
        margin: 4% 5% 0%!important;
    }
    .textbox p {
        color: #fff;
        font-size: 18px!important;
        line-height: 24px!important;
        margin-bottom: 0;
    }
    .barra_branca h5 {
        font-size: 2.4rem!important;
        color: #666;
        margin-top: 5px;
    }
}

@media (min-width:768px) {
    #plano_socio-resp {
        display: none;
    }
    #plano_socio {
        background-image: url(../images/socio_torcedor.webp);
        background-position: top left;
        background-size: 100%;
        background-repeat: no-repeat;
        width: 100%;
        background-color: #21619f;
    }
    .socio_title {
        width: 50%!important;
        float: right;
        padding: 1em 0!important;
        margin: 0 0 0 50%!important;
    }
    .socio_title .img-fluid {
        max-width: 50%!important;
    }
    .socio_title img {
        margin: 0 0 0 24%;
    }
    .textbox {
        width: 96%!important;
        border-radius: 7px!important;
        background: rgb(0 62 107 / 47%)!important;
        ;
        padding: 1em!important;
        margin: 1em 2%!important;
    }
    .barra_branca h5 {
        font-size: 2.2rem!important;
        color: #666;
        margin-top: 5px;
    }
}

@media (min-width:992px) {
    #plano_socio-resp {
        display: none;
    }
    #plano_socio {
        background-image: url(../images/socio_torcedor.webp);
        background-position: top left;
        background-size: 75%;
        background-repeat: no-repeat;
        width: 100%;
        background-color: #21619f;
    }
    .socio_title {
        width: 44%!important;
        float: right;
        padding: 1em 0!important;
        margin: 0 0 0 56%!important;
    }
    .textbox {
        width: 80%!important;
        border-radius: 7px!important;
        background: rgba(200, 231, 255, 0.24)!important;
        padding: 5%!important;
        margin: 1% 10%!important;
    }
    .barra_branca h5 {
        font-size: 1.8rem!important;
        color: #666;
        margin-top: 5px;
    }
}

@media (min-width:1200px) {
    #plano_socio-resp {
        display: none;
    }
    #plano_socio {
        background-image: url(../images/socio_torcedor.webp);
        background-position: top left;
        background-size: 64%;
        background-repeat: no-repeat;
        width: 100%;
        background-color: #21619f;
    }
    .barra_branca h5 {
        font-size: 1.6rem!important;
        color: #666;
        margin-top: 5px;
    }
}

#plano_socio-resp {
    display: inline-block;
    background-color: #000;
    background-image: url(../images/socio_torcedor-resp.webp);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #164579;
}

#plano_socio-resp .row {
    padding: 33vh 0 5vh;
}

#plano_socio-resp #cliqueaqui img {
    left: -16%;
}

.ajuste-resp {
    width: 90%;
    margin: auto;
}

.socio_title {
    width: 100%;
    float: right;
    padding: 0;
}

.socio_title .img-fluid {
    max-width: 63%;
}

.socio_title img {
    margin: 0 0 0 24%;
}

.textbox {
    width: 90%;
    border-radius: 7px;
    background: rgba(200, 231, 255, 0.24);
    padding: 1em;
    margin: 0em 5% 0em;
}

.textbox p {
    color: #fff;
    font-size: 15px!important;
    line-height: 20px!important;
    margin-bottom: 0;
}

.textbox2 {
    width: 100%;
    border-radius: 7px;
    background: rgba(200, 231, 255, 0.24);
    padding: 1em;
    margin: 15px auto!important;
}

.btn_cliqueaqui img {
    margin: 0 23% 0.5em 23% !important;
}

.textbox2 p {
    text-align: center!important;
    color: #000940!important;
}

.textbox2 strong {
    font-size: 18px;
}

.cartaz__slide h3 {
    text-align: center;
}

#planos p {
    width: 100%;
    font-size: 14px;
    margin: 0px 0 0 0;
    padding: 2px;
    text-align: left;
    color: white;
}

#catalogo {
    background-image: url(../images/bg_catalogo.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-content h1 h2 h3 h4 h5 h6 {
    font-family: 'Montserrat', sans-serif!important;
}


/*#sobre{height: 91vh;}*/

#topo {
    max-width: 100%!important;
}

#topo .col-full {
    padding: 0!important;
}

.single-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

#home {
    color: #666;
}

#white-bar {
    width: 70%;
    height: 1px;
    background-color: #d6d6d6;
    margin: auto;
}

#multidevice {
    padding: 5em 0 2em;
}

#multidevice h1 {
    color: #fff;
}

#rodape {
    background: #0c0c0c;
}

#rodape i {
    color: #fff;
}

#topo .slick-slider .slick-dots {
    margin: -5.8rem 0 0 0!important;
}

#topo .slick-slider .slick-dots li button {
    background: rgba(255, 255, 255, 0.4);
}

#topo .slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
    background: #0391f0;
}

.container-multi img {
    width: 86%;
}

.multidevice-custom img {
    width: 87%;
}

#btn_login {
    font-size: 1.2em;
}

#btn_login a:hover,
i:hover {
    color: #0391f0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*////////////////////// MOUSE WHEEL/////////////////*/

.mouse {
    margin: auto;
    width: 1.3em;
    opacity: 0;
    position: absolute;
    top: 85%;
    left: 49%;
    right: 49%;
}

.mouse-icon {
    width: 1.3em;
    height: 2.2em;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

#home img {
    background-position: top!important;
    color: #666;
    width: 56%;
    margin: 0 auto;
}

#androidtv {
    background-image: url(../images/bg_androidtv.webp);
    background-size: 100%;
    background-position: bottom;
}

#androidtv h3 {
    color: #fff!important;
}

hr.separador {
    border-top-width: 2px;
    width: 85px;
    border-style: solid;
    border-image: none;
    border-color: #00d1fe;
    margin: 25px auto;
}

hr.separador_big {
    border-top-width: 2px;
    width: 30%;
    border-style: solid;
    border-image: none;
    border-color: #00d1fe;
    margin: 4em auto;
}

hr.separador2 {
    border-top-width: 2px;
    width: 85px;
    border-style: solid;
    border-image: none;
    border-color: rgb(128, 128, 128);
    margin: 25px auto;
}

hr.separador2_big {
    border-top-width: 2px;
    width: 30%;
    border-style: solid;
    border-image: none;
    border-color: rgb(128, 128, 128);
    margin: 4em auto;
}

hr.separador-narrow {
    border-top-width: 1px;
    width: 90%;
    border-style: solid;
    border-image: none;
    border-color: rgb (225, 225, 225);
}

p {
    font-size: 16px;
    color: #fff;
}

::selection {
    background: #00d1fe;
    color: #fff;
}

.barra_branca {
    padding: 5% 0 5% 0;
}

.barra_branca .row {
    max-width: 1500px!important;
}

#home {
    background: #fff;
    color: #666;
}

.barra_branca .mb-4,
.my-4 {
    margin-bottom: 0!important;
}

.barra_branca h5 {
    width: 100%;
    font-size: 1.5rem!important;
    color: #666;
    margin: 5% auto!important;
    text-align: center;
}

.plano {
    width: 100%;
    border-radius: 15px;
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.75);
}

.plano-1 {
    width: 100%!important;
    background: #73737338;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.75);
}

#planos {
    height: auto;
    background-color: #000;
    background-image: url(../images/bg_planos.webp);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

#planos .row {
    width: 100%;
    margin: auto;
    padding: 44% 0 10% 0;
    display: block;
}

#planos .col-lg-6 {
    max-width: 90%;
    margin: 2em 5%;
    height: 100%;
    border: 1px solid;
    background-color: #181818f2;
}

.descricao_plano {
    margin: 0 auto;
    padding: 2em 2%;
    text-align: center;
}

.descricao_plano ul {
    color: #d4d4d4;
    text-align: left;
    width: 98%;
    margin: 0% auto 10%;
    font-size: 17px;
    padding: 2% 5%;
}

.descricao_plano img {
    width: 200px;
    text-align: center;
    margin-bottom: 50px;
}

.btn_plano {
    width: 100%;
    height: 50px;
    margin: auto;
    border-radius: 20px;
    background: #006ae2;
    margin: -3em auto;
}

.btn_plano h3 {
    color: #fff;
    padding-top: 10px;
}

#quem-somos {
    background-color: #0c0c0c;
    height: auto;
}

.quem-somos {
    padding: 2em 0em 2em 0em;
}

.quem-somos h3 {
    margin: 22px 0px;
    font-size: 40px;
    text-transform: uppercase;
}

.quem-somos p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    line-height: 1.4em;
}

.quem-somos button {
    width: 100%;
    font-size: 0.7em;
    border-color: #1a7db7;
    color: #1a7db7;
    margin: 2em 0em;
    text-transform: uppercase;
    padding: 0;
}

.quem-somos-image-bg-resp {
    width: 100%;
    padding: 0;
}

.como-usar {
    background-color: #fff;
    background-image: none;
    background-position: center right;
    background-size: 100%;
    background-repeat: no-repeat;
}

.como-usar .row {
    padding: 5% 0%;
    max-width: 1800px;
    width: 100%;
}

.como-usar .col-lg-6 {
    padding: 4% 6%;
    text-align: justify;
}

.como-usar p {
    color: #333;
    font-size: 16px;
}

.como-usar h3 {
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
}

.como-usar h4 {
    color: #1a7db7;
    text-transform: uppercase;
    text-align: left;
}

.como-usar strong {
    color: #1a7db7;
    font-size: 1.4em;
    text-transform: uppercase;
}

.como-usar-image-bg-resp {
    width: 100%;
    padding: 0;
    background-image: url(../images/bg-como-usar-resp.webp);
    background-size: cover;
}

#faq {
    padding: 2em 6% 2em;
}

#assine_agora {
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, #20082a, #09084c);
    padding: 0;
    text-align: center;
}

#assine_agora .row {
    width: 100%;
    max-width: 500px;
}

#assine_agora a {
    color: #fff!important;
}

#conheca {
    width: 100%;
    padding: 2em 0;
}

#conheca p {
    color: #fff;
    margin: 5%;
    width: 90%;
    text-align: justify;
}

.conhecaImg {
    display: none
}

.conhecaImgResp {
    display: block;
    width: 90%;
    margin: 0 auto 4%;
}

.interesse {
    width: 100%;
    margin: 0em auto 2em;
    color: #fff;
    font-size: 12px!important;
    text-align: center;
}

.interesse_btn {
    background-color: #d400ee;
    padding: 1px 10px;
    border-radius: 15px;
}

.store-resp {
    width: 52%;
    padding: 18% 4%
}

.store-resp img {
    padding: 4%;
}

@media (min-width:576px) {
    .descricao_plano img {
        width: 200px;
        text-align: center;
        margin-bottom: 12px;
    }
    .barra_branca {
        padding: 1.5em 1.5em 1.5em;
    }
    .barra_branca .row {
        max-width: 1500px!important;
    }
    #home {
        background: #fff;
        color: #666;
    }
    .barra_branca .mb-4,
    .my-4 {
        margin-bottom: 0!important;
    }
    .barra_branca h5 {
        width: 70%;
        font-size: 1.7rem!important;
        color: #666;
        margin: 0.6em auto!important;
        text-align: center;
    }
    #assine_agora {
        width: 100%;
        height: auto;
        background-image: url(../images/bg_assine_agora.webp);
        background-size: cover;
        background-position: center top;
        padding: 1em 2em 0;
        text-align: center;
    }
    #assine_agora .row {
        width: 100%;
        max-width: 600px;
    }
    #assine_agora .interesse {
        width: 100%;
        margin: 0.4em auto;
        color: #fff;
        font-size: 12px!important;
    }
    #assine_agora a {
        color: #fff!important;
    }
    #assine_agora a:hover {
        color: #000940!important;
        text-decoration: none!important;
    }
    .conhecaImg {
        display: none
    }
    .conhecaImgResp {
        display: block;
    }
    #conheca {
        width: 100%;
        padding: 2em 0;
    }
    #conheca p {
        color: #fff;
        margin: 1em auto;
        width: 100%;
    }
    .btn_acesso {
        width: 100%!important;
        margin: 0em 0em 3em!important;
    }
    .destaque {
        color: #1a7db7;
        margin: 1em 0em!important;
    }
    .destaque img {
        width: 48%!important;
        padding: 1em 1em 0em 0em!important;
    }
    .descricao_plano {
        margin: 0 auto;
        padding: 2em 2em;
        text-align: center;
    }
    .descricao_plano ul {
        color: #d4d4d4;
        text-align: left;
        width: auto;
        margin: 10% 5%;
        font-size: 18px;
        padding: 0;
    }
    #planos .row {
        width: 90%;
        margin: auto;
        padding: 0;
        display: block;
    }
    #planos .col-lg-6 {
        max-width: 46%;
        margin: 0% 2% 8% 2%;
    }
    .btn_plano {
        width: 100%;
        margin: auto;
        border-radius: 20px;
        background: #006ae2;
        margin: -3em auto;
    }
    .btn_plano h3 {
        font-size: 20px;
        margin-bottom: 1%;
        padding-top: 10px;
    }
    #quem-somos {
        background-color: #0c0c0c;
    }
    .quem-somos {
        padding: 2em 2em 2em 2em;
    }
    .quem-somos h3 {
        margin: 22px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .quem-somos p {
        font-size: 18px;
        text-align: justify;
        line-height: 1.6em;
    }
    .quem-somos button {
        width: 80%;
        font-size: 14px;
        border-color: #1a7db7;
        color: #1a7db7;
        margin: 4% 10% auto;
        text-transform: uppercase;
    }
    #faq {
        padding: 2em 1em 4em;
    }
    .store-resp {
        width: 50%;
        padding: 18% 4%
    }
    .store-resp img {
        padding: 4%;
    }
}

@media (min-width:768px) {
    .barra_branca {
        padding: 1.5em 1.5em 1.5em;
    }
    .barra_branca .row {
        max-width: 1500px!important;
    }
    #home {
        background: #fff;
        color: #666;
    }
    .barra_branca .mb-4,
    .my-4 {
        margin-bottom: 0!important;
    }
    .barra_branca h5 {
        width: 70%;
        font-size: 1.7rem!important;
        color: #666;
        margin: 0.6em auto!important;
        text-align: center;
    }
    #assine_agora {
        width: 100%;
        height: auto;
        background-image: url(../images/bg_assine_agora.webp);
        background-size: cover;
        background-position: center top;
        padding: 1em 4em 0;
        text-align: center;
    }
    #assine_agora .row {
        width: 90%;
        max-width: 800px;
    }
    #assine_agora .interesse {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0px;
        color: #fff;
        font-size: 14px!important;
    }
    .interesse_btn {
        padding: 1px 10px;
        border-radius: 15px;
    }
    #assine_agora a {
        color: #fff!important;
    }
    #assine_agora a:hover {
        color: #000940!important;
        text-decoration: none!important;
    }
    .conhecaImg {
        display: none
    }
    .conhecaImgResp {
        display: block;
    }
    #conheca {
        width: 100%;
        padding: 2em 0em;
        margin-top: 0em;
    }
    #conheca p {
        color: #fff;
        margin: 1em auto;
        width: 100%;
    }
    .btn_acesso {
        width: 60%!important;
        margin: 0em 20% 3em!important;
    }
    #topo .carousel-caption {
        right: -65%!important;
        bottom: 10%!important;
    }
    .destaque {
        color: #1a7db7;
        margin: 1em 0em!important;
    }
    .destaque img {
        width: 25%!important;
        padding: 1em 1em 0em 0em!important;
    }
    #quem-somos {
        background-color: #0c0c0c;
    }
    .quem-somos {
        padding: 2em 2em 2em 2em;
    }
    .quem-somos h3 {
        margin: 22px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .quem-somos p {
        font-size: 18px;
        text-align: justify;
        line-height: 1.6em;
    }
    .quem-somos button {
        width: 60%;
        font-size: 16px;
        border-color: #1a7db7;
        color: #1a7db7;
        margin: 4% 20% auto;
        text-transform: uppercase;
    }
    .descricao_plano {
        margin: 0 auto;
        padding: 2em 2em;
        text-align: center;
    }
    .descricao_plano ul {
        color: #d4d4d4;
        text-align: left;
        width: 80%;
        margin: 10% auto;
        font-size: 16px;
        padding: 0;
    }
    #planos .row {
        width: 80%;
        margin: auto;
        padding: 0;
        display: block;
    }
    #planos .col-lg-6 {
        max-width: 44%;
        margin: 0% 3% 8% 3%;
    }
    .btn_plano {
        width: 100%;
        margin: auto;
        border-radius: 20px;
        background: #006ae2;
        margin: -3em auto;
    }
    .btn_plano h3 {
        font-size: 20px;
        margin-bottom: 1%;
        padding-top: 10px;
    }
    #faq {
        padding: 2em 1em 4em;
    }
    .store-resp {
        width: 50%;
        padding: 20% 8%
    }
    .store-resp img {
        padding: 4%;
    }
}

@media (min-width:992px) {
    .barra_branca {
        padding: 1.5em 1.5em 1.5em;
    }
    .barra_branca .row {
        max-width: 1500px!important;
    }
    #home {
        background: #fff;
        color: #666;
    }
    .barra_branca .mb-4,
    .my-4 {
        margin-bottom: 0!important;
    }
    .barra_branca h5 {
        width: 70%;
        font-size: 1.7rem!important;
        color: #666;
        margin: 0.6em auto!important;
        text-align: center;
    }
    #assine_agora {
        width: 100%;
        height: auto;
        background-image: url(../images/bg_assine_agora.webp);
        background-size: cover;
        background-position: center top;
        padding: 1em 1em 0;
        text-align: center;
    }
    #assine_agora .interesse {
        width: 72%;
        margin: 0 auto;
        padding: 10px 0px;
        color: #fff;
        font-size: 15px!important;
    }
    .interesse_btn {
        padding: 1px 10px;
        border-radius: 15px;
    }
    #assine_agora a {
        color: #fff!important;
    }
    #assine_agora .row {
        width: 100%;
        max-width: 1000px;
    }
    #assine_agora a:hover {
        color: #000940!important;
        text-decoration: none!important;
    }
    #conheca {
        width: 80%;
        padding: 5% 0 0 5%;
        margin-top: 0;
    }
    #conheca p {
        font-size: 18px;
        color: #fff;
        margin: 1em 0em auto;
        width: 100%;
        line-height: 28px;
        text-align: left;
    }
    .conhecaImg {
        display: block;
        padding: 12% 0 0 0;
    }
    .conhecaImgResp {
        display: none;
    }
    #cadastre-se {
        width: 80%;
        height: 50px;
        position: relative;
        margin: 1em auto;
    }
    #cadastre-se img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    #cadastre-se img.top:hover {
        opacity: 0;
    }
    .d-sm-inline-block {
        display: none!important;
    }
    .btn_acesso {
        width: 80%!important;
        margin: 0em 10% 3em!important;
    }
    #topo .carousel-caption {
        right: -75%!important;
        bottom: 15%!important;
    }
    .destaque {
        color: #1a7db7;
        margin: 1em 0em!important;
    }
    .destaque img {
        width: 45%!important;
        padding: 1em 1em 0em 0em!important;
    }
    #quem-somos {
        background-color: #0c0c0c;
        background-image: url(../images/bg-quem-somos.webp);
        background-position: left top;
        background-size: 84%;
        background-repeat: no-repeat;
    }
    #quem-somos .row {
        max-width: 1600px;
        width: 100%;
    }
    .quem-somos {
        padding: 2em 2em 2em 2em;
    }
    .quem-somos h3 {
        margin: 22px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .quem-somos p {
        font-size: 13px;
        text-align: justify;
        line-height: 1.5em;
    }
    .quem-somos button {
        width: 70%;
        font-size: 0.7em;
        border-color: #1a7db7;
        color: #1a7db7;
        margin: 4% 15% auto;
        text-transform: uppercase;
    }
    .como-usar {
        background-color: #fff;
        background-image: url(../images/bg-como-usar.webp);
        background-position: center right;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .como-usar .row {
        padding: 2% 2%;
        max-width: 1600px;
        width: 100%;
    }
    .como-usar .col-lg-6 {
        padding: 0% 4%;
        margin: auto;
    }
    .como-usar p {
        color: #333;
        font-size: 14px;
    }
    .como-usar h3 {
        color: #333;
        text-transform: uppercase;
        font-size: 20px;
    }
    .como-usar h4 {
        color: #1a7db7;
        text-transform: uppercase;
        margin: 4% 0% 2% 0%;
        font-size: 20px;
    }
    .como-usar strong {
        color: #1a7db7;
        font-size: 2em;
        text-transform: uppercase;
    }
    .store-play {
        width: 100%;
        float: left;
        padding: 8% 0%;
    }
    .store-play img {
        width: 50%;
        float: left;
        padding: 4% 5% 10% 4%;
    }
    .descricao_plano {
        margin: 0 auto;
        padding: 2em 2em;
        text-align: center;
    }
    .descricao_plano ul {
        color: #d4d4d4;
        text-align: left;
        width: 88%;
        margin: 10% auto;
        font-size: 18px;
        padding: 0;
    }
    #planos .row {
        width: 70%;
        margin: auto;
        padding: 2% 0 0;
        display: block;
    }
    #planos .col-lg-6 {
        max-width: 46%;
        margin: 0% 2% 8% 2%;
    }
    .btn_plano {
        width: 100%;
        margin: auto;
        border-radius: 20px;
        background: #006ae2;
        margin: -3em auto;
    }
    .btn_plano h3 {
        font-size: 20px;
        margin-bottom: 1%;
    }
    #faq {
        padding: 2em 1em 4em;
    }
}

@media (min-width:1100px) {
    #quem-somos {
        background-color: #0c0c0c;
        background-image: url(../images/bg-quem-somos.webp);
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #quem-somos .row {
        width: 100%;
        padding: 0%;
    }
    .quem-somos {
        padding: 2em 2em 2em 2em;
    }
    .quem-somos h3 {
        margin: 30px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .quem-somos p {
        font-size: 14px;
        text-align: justify;
        line-height: 1.5em;
    }
    .quem-somos button {
        width: 50%;
        font-size: 11px;
        border-color: #1a7db7;
        color: #1a7db7;
        margin: 5% 25% auto;
        text-transform: uppercase;
    }
}

@media (min-width:1200px) {
    .barra_branca {
        padding: 1.5em 1.5em 1.5em;
    }
    .barra_branca .row {
        max-width: 1500px!important;
    }
    #home {
        background: #fff;
        color: #666;
    }
    .barra_branca .mb-4,
    .my-4 {
        margin-bottom: 0!important;
    }
    .barra_branca h5 {
        width: 70%;
        font-size: 1.7rem!important;
        color: #666;
        margin: 0.6em auto!important;
        text-align: center;
    }
    #assine_agora {
        width: 100%;
        height: auto;
        background-image: url(../images/bg_assine_agora.webp);
        background-size: 100%;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 1em 0em 0;
        text-align: center;
    }
    #assine_agora .row {
        width: 100%;
        max-width: 1100px;
    }
    #assine_agora .interesse {
        width: 72%;
        margin: 0 auto;
        padding: 10px 0px;
        color: #fff;
        font-size: 15px!important;
    }
    .interesse_btn {
        padding: 1px 10px;
        border-radius: 15px;
    }
    #assine_agora a {
        color: #fff!important;
    }
    #assine_agora a:hover {
        color: #000940!important;
        text-decoration: none!important;
    }
    #conheca {
        width: 90%;
        padding: 5% 0 0 0;
        margin-top: 0;
    }
    #conheca p {
        font-size: 14px;
        color: #fff;
        margin: 1% 8% auto;
        width: 84%;
        text-align: left;
        line-height: 24px;
    }
    .conhecaImg {
        display: block;
        padding: 4% 0 0 0;
    }
    .conhecaImgResp {
        display: none;
    }
    #cadastre-se {
        width: 84%;
        height: 64px;
        position: relative;
        margin: 1em auto;
    }
    #cadastre-se img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    #cadastre-se img.top:hover {
        opacity: 0;
    }
    .d-sm-inline-block {
        display: none!important;
    }
    .btn_acesso {
        width: 320px!important;
        margin: 0em auto 0em!important;
    }
    #topo .carousel-caption {
        right: -75%!important;
        bottom: 20%!important;
    }
    .destaque {
        color: #1a7db7;
        margin: 1em 0em!important;
    }
    .destaque img {
        width: 30%!important;
        padding: 1em 1em 0em 0em!important;
    }
    #quem-somos {
        background-color: #0c0c0c;
        background-image: url(../images/bg-quem-somos.webp);
        background-position: center left;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #quem-somos .row {
        width: 100%;
        padding: 0%;
    }
    .quem-somos {
        padding: 2em 2em 2em 2em;
    }
    .quem-somos h3 {
        margin: 30px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .quem-somos p {
        font-size: 16px;
        text-align: justify;
        line-height: 1.5em;
    }
    .quem-somos button {
        width: 50%;
        font-size: 11px;
        border-color: #1a7db7;
        color: #1a7db7;
        margin: 5% 25% auto;
        text-transform: uppercase;
    }
    .como-usar {
        background-color: #fff;
        background-image: url(../images/bg-como-usar.webp);
        background-position: center right;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .como-usar .row {
        padding: 2% 0%;
        max-width: 1200px;
        width: 100%;
    }
    .como-usar .col-lg-6 {
        padding: 0% 4%;
        margin: auto;
    }
    .como-usar p {
        color: #333;
        font-size: 16px;
        padding: 0% 5% 0% 5%;
    }
    .como-usar h3 {
        color: #333;
        text-transform: uppercase;
        padding: 5% 0% 0% 5%;
    }
    .como-usar h4 {
        color: #1a7db7;
        text-transform: uppercase;
        padding: 0% 5%;
    }
    .como-usar strong {
        color: #1a7db7;
        font-size: 2em;
        text-transform: uppercase;
    }
    .store-play {
        width: 100%;
        float: right;
        padding: 0% 0%;
    }
    .store-play img {
        width: 32%;
        float: right;
        padding: 1% 0% 1% 1%;
    }
    .descricao_plano {
        margin: 0 auto;
        padding: 2em 2em;
        text-align: center;
    }
    .descricao_plano ul {
        color: #d4d4d4;
        text-align: left;
        width: 100%;
        margin: 10% auto;
        font-size: 18px;
        padding: 0;
    }
    #quem-somos {
        background-color: #0c0c0c;
        background-image: url(../images/bg-quem-somos.webp);
        background-position: left top;
        background-size: 80%;
        background-repeat: no-repeat;
    }
    #planos .row {
        width: 60%;
        margin: auto;
        padding: 2% 0 0 0;
        display: block;
    }
    #planos .col-lg-6 {
        max-width: 46%;
        margin: 0 2% 8% 2%;
    }
    .btn_plano {
        width: 100%;
        margin: auto;
        border-radius: 20px;
        background: #006ae2;
        margin: -3em auto;
    }
    .btn_plano h3 {
        font-size: 20px;
        margin-bottom: 1%;
    }
    #faq {
        padding: 2em 1em 4em;
    }
}

@media (min-width:1300px) {
    #assine_agora {
        width: 100%;
        height: auto;
        background-image: url(../images/bg_assine_agora.webp);
        background-size: 100%;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 1em 0em 0;
        text-align: center;
    }
    #assine_agora .row {
        width: 100%;
        max-width: 1200px;
    }
    #assine_agora .interesse {
        width: 72%;
        margin: 0 auto;
        padding: 10px 0px;
        color: #fff;
        font-size: 15px!important;
    }
    .interesse_btn {
        padding: 1px 10px;
        border-radius: 15px;
    }
    #assine_agora a {
        color: #fff!important;
    }
    #assine_agora a:hover {
        color: #000940!important;
        text-decoration: none!important;
    }
    #conheca {
        width: 100%;
        padding: 10% 0 0 0;
        margin-top: 0;
    }
    #conheca p {
        font-size: 16px;
        color: #fff;
        margin: 1% 8% auto;
        width: 90%;
        text-align: left;
        line-height: 24px;
    }
    .conhecaImg {
        display: block;
        padding: 14% 0 0 0;
    }
    .conhecaImgResp {
        display: none;
    }
    #cadastre-se {
        width: 80%;
        height: 86px;
        position: relative;
        margin: 1em auto;
    }
    #cadastre-se img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    #cadastre-se img.top:hover {
        opacity: 0;
    }
    .como-usar {
        background-color: #fff;
        background-image: url(../images/bg-como-usar.webp);
        background-position: center right;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .como-usar .row {
        padding: 2% 0%;
        max-width: 1300px;
        width: 100%;
    }
    .como-usar .col-lg-6 {
        padding: 0% 1%;
    }
    .como-usar h3 {
        color: #333;
        text-transform: uppercase;
        padding: 0% 0% 0% 10%;
    }
    .como-usar p {
        color: #333;
        font-size: 20px;
        padding: 0% 10% 0% 10%;
    }
    .como-usar h4 {
        color: #1a7db7;
        text-transform: uppercase;
        padding: 0% 10%;
    }
    .store-play {
        width: 100%;
        float: right;
    }
    .store-play img {
        width: 32%;
        float: right;
        padding: 1% 0% 1% 1%;
    }
    .descricao_plano {
        margin: 0 auto;
        padding: 2em 2em;
        text-align: center;
    }
    .descricao_plano ul {
        color: #d4d4d4;
        text-align: left;
        width: 100%;
        margin: 4% auto 12%;
        font-size: 19px;
        padding: 0;
    }
    #planos .row {
        width: 60%;
        margin: auto;
        padding: 2% 0 0 0;
    }
    #planos .col-lg-6 {
        max-width: 44%;
        margin: 0% 3% 8% 3%;
    }
    .btn_plano {
        width: 100%;
        margin: auto;
        border-radius: 20px;
        background: #006ae2;
        margin: -3em auto;
    }
    .btn_plano h3 {
        font-size: 20px;
        margin-bottom: 1%;
    }
    #quem-somos .row {
        width: 100%;
        padding: 1% 1%;
    }
    #quem-somos {
        background-color: #0c0c0c;
        background-image: url(../images/bg-quem-somos.webp);
        background-position: left top;
        background-size: 80%;
        background-repeat: no-repeat;
    }
    .quem-somos {
        padding: 1em 2em 2em 3em;
    }
    .quem-somos h3 {
        margin: 30px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .quem-somos p {
        font-size: 18px;
        text-align: justify;
        line-height: 1.5em;
    }
    .quem-somos button {
        width: 50%;
        font-size: 13px;
        border-color: #1a7db7;
        color: #1a7db7;
        margin: 5% 25% auto;
        text-transform: uppercase;
    }
    #faq {
        padding: 2em 1em 4em;
    }
    #topo .carousel-caption {
        right: -75%!important;
        bottom: 20%!important;
    }
}

@media (min-width:1400px) {
    #assine_agora {
        width: 100%;
        height: auto;
        background-image: url(../images/bg_assine_agora.webp);
        background-size: 100%;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 1em 0em 0;
        text-align: center;
    }
    #assine_agora .row {
        width: 100%;
        max-width: 1300px;
    }
    #assine_agora .interesse {
        width: 72%;
        margin: 0 auto;
        padding: 10px 0px;
        color: #fff;
        font-size: 15px!important;
    }
    .interesse_btn {
        padding: 1px 10px;
        border-radius: 15px;
    }
    #assine_agora a {
        color: #fff!important;
    }
    #assine_agora a:hover {
        color: #000940!important;
        text-decoration: none!important;
    }
    #conheca {
        width: 100%;
        padding: 10% 0 0 0;
        margin-top: 0;
    }
    #conheca p {
        font-size: 16px;
        color: #fff;
        margin: 1% 15% auto;
        width: 70%;
        text-align: left;
        line-height: 27px;
    }
    .conhecaImg {
        display: block;
        padding: 14% 0 0 0;
    }
    .conhecaImgResp {
        display: none;
    }
    #cadastre-se {
        width: 70%;
        height: 86px;
        position: relative;
        margin: 2em auto;
    }
    #cadastre-se img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    #cadastre-se img.top:hover {
        opacity: 0;
    }
    .como-usar {
        background-color: #fff;
        background-image: url(../images/bg-como-usar.webp);
        background-position: center right;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .como-usar .row {
        padding: 2% 0%;
        max-width: 1400px;
        width: 100%;
    }
    .como-usar .col-lg-6 {
        padding: 0% 2%;
        margin: auto;
    }
    .como-usar p {
        color: #333;
        font-size: 20px;
    }
    .como-usar h3 {
        color: #333;
        text-transform: uppercase;
    }
    .como-usar h4 {
        color: #1a7db7;
        text-transform: uppercase;
    }
    .como-usar strong {
        color: #1a7db7;
        font-size: 2em;
        text-transform: uppercase;
    }
    .store-play {
        width: 100%;
        float: right;
    }
    .store-play img {
        width: 32%;
        float: right;
        padding: 1% 0% 1% 1%;
    }
    .descricao_plano {
        margin: 0 auto;
        padding: 2em 2em;
        text-align: center;
    }
    .descricao_plano ul {
        color: #d4d4d4;
        text-align: left;
        width: 94%;
        margin: 4% auto 14%;
        font-size: 20px;
        padding: 0;
    }
    #planos .row {
        width: 60%;
        margin: auto;
        padding: 2% 0 0 0;
        display: block;
    }
    #planos .col-lg-6 {
        max-width: 44%;
        margin: 0% 3% 8% 3%;
    }
    .btn_plano {
        width: 100%;
        margin: auto;
        border-radius: 20px;
        background: #006ae2;
        margin: -3em auto;
    }
    .btn_plano h3 {
        font-size: 20px;
        margin-bottom: 1%;
    }
    #quem-somos {
        background-color: #0c0c0c;
        background-image: url(../images/bg-quem-somos.webp);
        background-position: left top;
        background-size: 80%;
        background-repeat: no-repeat;
    }
    #quem-somos .row {
        width: 100%;
        padding: 0% 1%;
    }
    .quem-somos {
        padding: 3em 1em 3em 2em;
    }
    .quem-somos h3 {
        margin: 30px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .quem-somos p {
        font-size: 19px;
        text-align: justify;
        line-height: 1.5em;
    }
    .quem-somos button {
        width: 50%;
        font-size: 13px;
        border-color: #1a7db7;
        color: #1a7db7;
        margin: 5% 25% auto;
        text-transform: uppercase;
    }
    #faq {
        padding: 2em 1em 4em;
    }
    #topo .carousel-caption {
        right: -75%!important;
        bottom: 21%!important;
    }
}

@media (min-width:1500px) {
    #assine_agora {
        width: 100%;
        height: auto;
        background-image: url(../images/bg_assine_agora.webp);
        background-size: 100%;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 0;
        text-align: center;
    }
    #assine_agora .row {
        width: 100%;
        max-width: 1300px;
    }
    #assine_agora .interesse {
        width: 72%;
        margin: 0 auto;
        padding: 10px 0px;
        color: #fff;
        font-size: 15px!important;
    }
    .interesse_btn {
        padding: 1px 10px;
        border-radius: 15px;
    }
    #assine_agora a {
        color: #fff!important;
    }
    #assine_agora a:hover {
        color: #000940!important;
        text-decoration: none!important;
    }
    #conheca {
        width: 100%;
        padding: 1em 2em 0em 2em;
        margin-top: 0em;
    }
    #conheca p {
        color: #fff;
        margin: 2% 15% auto;
        width: 70%;
        text-align: left;
        line-height: 32px;
    }
    .conhecaImg {
        display: block;
        padding: 14% 0 0 0;
    }
    .conhecaImgResp {
        display: none;
    }
    #cadastre-se {
        width: 70%;
        height: 86px;
        position: relative;
        margin: 2em auto;
    }
    #cadastre-se img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    #cadastre-se img.top:hover {
        opacity: 0;
    }
    .como-usar {
        background-color: #fff;
        background-image: url(../images/bg-como-usar.webp);
        background-position: center right;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .como-usar .row {
        padding: 2% 0%;
        max-width: 1500px;
        width: 100%;
    }
    .como-usar .col-lg-6 {
        padding: 0% 4%;
        margin: auto;
    }
    .como-usar p {
        color: #333;
        font-size: 21px;
    }
    .como-usar h3 {
        color: #333;
        text-transform: uppercase;
    }
    .como-usar h4 {
        color: #1a7db7;
        text-transform: uppercase;
    }
    .como-usar strong {
        color: #1a7db7;
        font-size: 2em;
        text-transform: uppercase;
    }
    .store-play {
        width: 100%;
        float: right;
    }
    .store-play img {
        width: 32%;
        float: right;
        padding: 1% 0% 1% 1%;
    }
    .descricao_plano {
        margin: 0 auto;
        padding: 2em 2em;
        text-align: center;
    }
    .descricao_plano ul {
        color: #d4d4d4;
        text-align: left;
        width: 88%;
        margin: 4% auto 15%;
        font-size: 20px;
        padding: 0;
    }
    #planos .row {
        width: 60%;
        margin: auto;
        padding: 2% 0 0 0;
        display: block;
    }
    #planos .col-lg-6 {
        max-width: 44%;
        margin: 0% 3% 8% 3%;
    }
    .btn_plano {
        width: 100%;
        margin: auto;
        border-radius: 20px;
        background: #006ae2;
        margin: -3em auto;
    }
    .btn_plano h3 {
        font-size: 20px;
        margin-bottom: 1%;
    }
    #quem-somos {
        background-color: #0c0c0c;
        background-image: url(../images/bg-quem-somos.webp);
        background-position: left top;
        background-size: 78%;
        background-repeat: no-repeat;
    }
    #quem-somos .row {
        width: 100%;
        padding: 3% 1%;
    }
    .quem-somos {
        padding: 1em 1em 1em 2em;
    }
    .quem-somos h3 {
        margin: 30px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .quem-somos p {
        font-size: 20px;
        text-align: justify;
        line-height: 1.4em;
    }
    .quem-somos button {
        width: 50%;
        font-size: 13px;
        border-color: #1a7db7;
        color: #1a7db7;
        margin: 5% 25% auto;
        text-transform: uppercase;
    }
    #faq {
        padding: 2em 1em 4em;
    }
    #topo .carousel-caption {
        right: -75%!important;
        bottom: 20%!important;
    }
    /* inicio planos */
    #planos .cartaz-header {
        width: 100%;
        display: block;
        margin: 0% 0 0% 0;
    }
    .valor-planos {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 4%;
        width: 40%;
        color: aliceblue;
        text-align: center;
        font-size: 1.4em;
        font-style: normal;
        line-height: 1.6em;
        font-weight: bold;
    }
    .titulo-planos {
        text-align: center;
        color: #fff;
        font-weight: 200;
        font-size: 1em;
        position: relative;
        height: auto;
        display: none;
        display: none;
    }
    .bg-effect {
        background: linear-gradient( 180deg, hsl(220deg 100% 15% / 50%), hsl(227deg 98% 10% / 0%));
        margin: 1%;
        width: 100%;
        max-width: 23%;
        border-radius: 10px;
        padding: .5%;
        height: 100%;
    }
    .bg-effect img {
        width: 96%;
        border-radius: 0px;
        /* padding: 2% .5%; */
        height: auto;
        margin: 2% 2%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .titulo-planos span {
        font-size: 1em!important;
        line-height: 1.4em!important;
        font-weight: 800;
        color: #009bcf;
    }
    .accordion {
        cursor: pointer;
        padding: 0 2%;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        line-height: 0;
        height: 40px;
        border-radius: 0%;
        margin: 0% 0 0 0;
    }
    .accordion:hover {
        background-color: #1a7db7;
        color: #fff;
    }
    .accordion:focus {
        background-color: #1a7db7;
        color: #fff;
    }
    .bottom-block {
        position: relative;
        bottom: 0;
        display: block;
        height: 48px;
    }
    .span-planos {
        float: left;
        margin: 0px 0px 6px;
        position: relative;
        font-size: 0.6em;
        color: #fff;
        width: 100%;
        text-align: center;
        line-height: 3em;
        letter-spacing: .1em;
        margin-top: 2%;
    }
    .accordion.active {
        color: #fff;
        background-color: #00aeff;
    }
    .accordion.focus {
        color: #fff;
        background-color: #009bcf;
    }
    .accordion:after {
        content: '\002B';
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }
    .accordion.active:after {
        content: '\002D';
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }
    .panel {
        padding: 0 0%;
        height: 0px;
        overflow: hidden;
        display: block;
    }
    .panel span {
        float: left;
        margin: 0px 0px 6px;
        position: relative;
        font-size: 0.68em;
        color: #fff;
        width: 100%;
        text-align: left;
        line-height: 1.5em;
        letter-spacing: .1em;
        margin-top: 0%;
    }
    .panel.active {
        animation-name: openPlanos;
        animation-duration: .6s;
        animation-delay: 0s;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }
    .panel.hidden {
        animation-name: closePlanos;
        animation-duration: .6s;
        animation-delay: 0s;
        animation-direction: normal;
        animation-fill-mode: forwards;
        height: 0px;
    }
    .plano-button {
        width: 48%;
        line-height: 50px;
        height: 8%;
        margin: 0% 4%;
        font-size: .8em;
        font-weight: 700;
        position: absolute;
        bottom: 0;
        right: 0;
        border: 1px solid;
    }
    .plano-button:hover {
        background-color: #1a7db7;
        color: #fff;
        border: 1px solid #1a7db7;
    }
    .descricao_plano {
        width: 100%;
        text-align: left;
        padding: 0 3%;
        position: relative;
        height: auto;
        margin: 1% auto 8%;
    }
    .descricao_plano ul {
        text-align: left;
        width: 100%;
        margin: 0;
        position: relative;
        height: 100%;
        padding: 4% 5% 4% 5%;
    }
}

@media (min-width:1600px) {
    .barra_branca {
        padding: 1.5em 1.5em 1.5em;
    }
    .barra_branca .row {
        max-width: 1500px!important;
    }
    #home {
        background: #fff;
        color: #666;
    }
    .barra_branca .mb-4,
    .my-4 {
        margin-bottom: 0!important;
    }
    .barra_branca h5 {
        width: 70%;
        font-size: 1.7rem!important;
        color: #666;
        margin: 0.6em auto!important;
        text-align: center;
    }
    #assine_agora {
        width: 100%;
        height: auto;
        background-image: url(../images/bg_assine_agora.webp);
        background-size: 100%;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 0;
        text-align: center;
    }
    #assine_agora .row {
        width: 100%;
        max-width: 1400px;
    }
    #assine_agora .interesse {
        width: 72%;
        margin: 0 auto;
        padding: 10px 0px;
        color: #fff;
        font-size: 15px!important;
    }
    .interesse_btn {
        padding: 1px 10px;
        border-radius: 15px;
    }
    #assine_agora a {
        color: #fff!important;
    }
    #assine_agora a:hover {
        color: #000940!important;
        text-decoration: none!important;
    }
    #conheca {
        width: 100%;
        padding: 10% 5% 0% 0%;
        margin-top: 0em;
    }
    #conheca p {
        color: #fff;
        margin: 1% 18% auto;
        width: 64%;
        text-align: left;
        line-height: 30px;
    }
    .conhecaImg {
        display: block;
        padding: 14% 0 0 0;
    }
    .conhecaImgResp {
        display: none;
    }
    #cadastre-se {
        width: 64%;
        height: 86px;
        position: relative;
        margin: 2em auto;
    }
    #cadastre-se img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    #cadastre-se img.top:hover {
        opacity: 0;
    }
    .como-usar {
        background-color: #fff;
        background-image: url(../images/bg-como-usar.webp);
        background-position: center right;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .como-usar .row {
        padding: 1% 0%;
        max-width: 1600px;
        width: 100%;
    }
    .como-usar .col-lg-6 {
        padding: 0% 4%;
        margin: auto;
    }
    .como-usar p {
        color: #333;
        font-size: 20px;
        line-height: 1.6em;
        padding: 4% 0% 0% 10%;
    }
    .como-usar h3 {
        color: #333;
        text-transform: uppercase;
        padding: 0% 14%
    }
    .como-usar h4 {
        color: #1a7db7;
        text-transform: uppercase;
    }
    .como-usar strong {
        color: #1a7db7;
        font-size: 2em;
        text-transform: uppercase;
    }
    .store-play {
        width: 100%;
        float: right;
    }
    .store-play img {
        width: 32%;
        float: right;
        padding: 1% 0% 1% 1%;
    }
    .descricao_plano {
        margin: 0 auto;
        padding: 2em 2em;
        text-align: center;
    }
    .descricao_plano ul {
        color: #d4d4d4;
        text-align: left;
        width: 80%;
        margin: 4% auto 15%;
        font-size: 20px;
        padding: 0;
    }
    #planos .row {
        width: 55%;
        margin: auto;
        padding: 2% 0 2% 0;
        display: block;
    }
    #planos .col-lg-6 {
        max-width: 44%;
        margin: 0% 3% 8% 3%;
    }
    .btn_plano {
        width: 100%;
        margin: auto;
        border-radius: 20px;
        background: #006ae2;
        margin: -3em auto;
    }
    .btn_plano h3 {
        font-size: 20px;
        margin-bottom: 1%;
    }
    #quem-somos .row {
        width: 100%;
        padding: 1% 1% 1% 1%;
    }
    #quem-somos {
        background-color: #0c0c0c;
        background-image: url(../images/bg-quem-somos.webp);
        background-position: left top;
        background-size: 78%;
        background-repeat: no-repeat;
    }
    .quem-somos {
        padding: 3em 2em 3em 3em;
    }
    .quem-somos h3 {
        margin: 30px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .quem-somos p {
        font-size: 22px;
        text-align: justify;
        line-height: 1.5em;
    }
    .quem-somos button {
        width: 50%;
        font-size: 13px;
        border-color: #1a7db7;
        color: #1a7db7;
        margin: 5% 25% auto;
        text-transform: uppercase;
    }
    #faq {
        padding: 2em 1em 4em;
    }
    #topo .carousel-caption {
        right: -75%!important;
        bottom: 20%!important;
    }
    /* inicio planos */
    .valor-planos {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 4%;
        width: 40%;
        color: aliceblue;
        text-align: center;
        font-size: 1.4em;
        font-style: normal;
        line-height: 1.6em;
        font-weight: bold;
    }
    .titulo-planos {
        text-align: center;
        color: #fff;
        font-weight: 200;
        font-size: 1em;
        position: relative;
        height: auto;
        display: none;
        display: none;
    }
    .titulo-planos span {
        font-size: 1em!important;
        line-height: 1.4em!important;
        font-weight: 800;
        color: #009bcf;
    }
    .accordion {
        cursor: pointer;
        padding: 0 2%;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        line-height: 0;
        height: 40px;
        border-radius: 0%;
        margin: 0% 0 0 0;
    }
    .accordion:hover {
        background-color: #1a7db7;
        color: #fff;
    }
    .accordion:focus {
        background-color: #1a7db7;
        color: #fff;
    }
    .bottom-block {
        position: relative;
        bottom: 0;
        display: block;
        height: 48px;
    }
    .span-planos {
        float: left;
        margin: 0px 0px 6px;
        position: relative;
        font-size: 0.6em;
        color: #fff;
        width: 100%;
        text-align: center;
        line-height: 3em;
        letter-spacing: .1em;
        margin-top: 2%;
    }
    .accordion.active {
        color: #fff;
        background-color: #00aeff;
    }
    .accordion.focus {
        color: #fff;
        background-color: #009bcf;
    }
    .accordion:after {
        content: '\002B';
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }
    .accordion.active:after {
        content: '\002D';
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }
    .panel {
        padding: 0 0%;
        height: 0px;
        overflow: hidden;
        display: block;
    }
    .panel span {
        float: left;
        margin: 0px 0px 6px;
        position: relative;
        font-size: 0.68em;
        color: #fff;
        width: 100%;
        text-align: left;
        line-height: 1.5em;
        letter-spacing: .1em;
        margin-top: 0%;
    }
    .panel.active {
        animation-name: openPlanos;
        animation-duration: .6s;
        animation-delay: 0s;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }
    .panel.hidden {
        animation-name: closePlanos;
        animation-duration: .6s;
        animation-delay: 0s;
        animation-direction: normal;
        animation-fill-mode: forwards;
        height: 0px;
    }
    .plano-button {
        width: 48%;
        line-height: 50px;
        height: 8%;
        margin: 0% 4%;
        font-size: .8em;
        font-weight: 700;
        position: absolute;
        bottom: 0;
        right: 0;
        border: 1px solid;
    }
    .plano-button:hover {
        background-color: #1a7db7;
        color: #fff;
        border: 1px solid #1a7db7;
    }
    .descricao_plano {
        width: 100%;
        text-align: left;
        padding: 0 3%;
        position: relative;
        height: auto;
        margin: 1% auto 8%;
    }
    .descricao_plano ul {
        text-align: left;
        width: 100%;
        margin: 0;
        position: relative;
        height: 100%;
        padding: 4% 5% 4% 5%;
    }
}

@media (min-width:1800px) {
    #assine_agora {
        width: 100%;
        height: auto;
        background-image: url(../images/bg_assine_agora.webp);
        background-size: 100%;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 0;
        text-align: center;
    }
    #assine_agora .row {
        width: 100%;
        max-width: 1600px;
        padding: 0 0 10px 0;
    }
    #assine_agora img {
        width: 100%;
        padding: 0;
    }
    #assine_agora .interesse {
        width: 45%;
        margin: 5px auto;
        padding: 0px 0px;
        color: #fff;
        font-size: 15px!important;
    }
    .interesse_btn {
        padding: 3px 10px;
        border-radius: 10px;
        margin-left: 16px;
    }
    #assine_agora a {
        color: #fff!important;
    }
    #assine_agora a:hover {
        color: #000940!important;
        text-decoration: none!important;
    }
    #conheca {
        width: 100%;
        padding: 15% 10% 5% 10%;
        margin-top: 0;
    }
    #conheca p {
        font-size: 20px;
        color: #fff;
        margin: 5% auto;
        width: 80%;
        text-align: left;
        line-height: 30px;
    }
    .conhecaImg {
        display: block;
        padding: 20% 0 0 0;
    }
    .conhecaImgResp {
        display: none;
    }
    #cadastre-se {
        width: 60%;
        height: 86px;
        position: relative;
        margin: 2em auto;
    }
    #cadastre-se img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    #cadastre-se img.top:hover {
        opacity: 0;
    }
    #quem-somos {
        background-color: #0c0c0c;
        background-image: url(../images/bg-quem-somos.webp);
        background-position: left top;
        background-size: 86%;
        background-repeat: no-repeat;
    }
    #quem-somos .row {
        padding: 2% 2%;
        max-width: 1800px;
        width: 100%;
    }
    .quem-somos {
        padding: 5em 0em 5em 6em;
    }
    .quem-somos h3 {
        margin: 30px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .quem-somos p {
        font-size: 24px;
        text-align: justify;
        line-height: 1.6em;
    }
    .quem-somos button {
        width: 50%;
        font-size: 14px;
        border-color: #1a7db7;
        color: #1a7db7;
        margin: 5% 25% auto;
        text-transform: uppercase;
    }
    .como-usar {
        background-color: #fff;
        background-image: url(../images/bg-como-usar.webp);
        background-position: center top;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .como-usar .row {
        padding: 1% 0%;
        max-width: 1600px;
        width: 100%;
    }
    .como-usar .col-lg-6 {
        padding: 0% 0%;
        text-align: justify;
    }
    .como-usar p {
        color: #333;
        font-size: 24px;
        line-height: 1.6em;
        padding: 1% 14%;
    }
    .como-usar h3 {
        color: #333;
        text-transform: uppercase;
        padding: 0% 14% 0%;
    }
    .como-usar h4 {
        color: #1a7db7;
        text-transform: uppercase;
        padding: 0% 14%;
        font-size: 28px;
    }
    .como-usar strong {
        color: #1a7db7;
        font-size: 2em;
        text-transform: uppercase;
    }
    .store-play {
        width: 100%;
        float: right;
    }
    .store-play img {
        width: 32%;
        float: right;
        padding: 1% 0% 1% 1%;
    }
    .descricao_plano {
        margin: 0 auto;
        padding: 2em 2%;
        text-align: center;
    }
    .descricao_plano ul {
        color: #d4d4d4;
        text-align: left;
        width: 80%;
        margin: 4% auto 4%;
        font-size: 20px;
        padding: 0;
    }
    #planos .row {
        width: 50%;
        margin: auto;
        padding: 2% 0 5% 0;
        display: block;
    }
    #planos .col-lg-6 {
        max-width: 44%;
        margin: 0 3%;
    }
    .btn_plano {
        width: 100%;
        margin: auto;
        border-radius: 20px;
        background: #006ae2;
        margin: -3em auto;
    }
    .btn_plano h3 {
        font-size: 20px;
        margin-bottom: 1%;
    }
    #faq {
        padding: 2em 1em 4em;
    }
    #topo .carousel-caption {
        right: -75%!important;
        bottom: 28%!important;
    }
    .prazo {
        width: 200%;
        margin: 4% 0 0 -50%;
    }
}

#solucao {
    padding-top: 4em!important;
}

#solucao p {
    margin: 0;
}

#solucao h1 {
    font-size: 24px;
    color: #00d1fe;
    float: left;
    margin: 0;
    padding-bottom: 0.5em;
}

#multi-devices {
    padding-top: 6em!important;
}

#multi-devices p {
    margin: 0;
    text-align: right!important;
    float: right !important;
}

#multi-devices h1 {
    font-size: 24px;
    color: #00d1fe;
    float: right;
    margin: 0;
    padding-bottom: 0.5em;
}

#multi-devices hr.separador-narrow {
    float: right!important;
    margin: 0.4rem 0 1.6rem !important;
}

.link-top {
    width: 100%;
    height: 40px;
    padding: 0;
    display: inline-flex;
    line-height: 36px;
    text-align: right;
}

.link-top span {
    width: 100%;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    outline: none;
}

.link-top a {
    color: #fff;
    font-size: 16px;
    margin: 0% auto;
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat Light", sans-serif;
}

.link-top a:hover {
    color: #0391f0;
    text-decoration: none;
}

.top-right {
    float: right;
    clear: left;
}

.link-top ul li {
    display: inline;
    text-decoration: none;
}

#planos-resp {
    background-color: #000;
}

#planos-resp .row {
    padding-left: 30px;
    padding-right: 30px;
}

#planos-resp .socio {
    margin-bottom: 3em;
}

#planos-resp .cartaz-header {
    margin-bottom: 0;
}

#planos-resp .btn_plano {
    height: 3em;
    margin: -3.4em auto;
    padding-top: 10px;
    margin-top: 2%;
}

#planos-resp .btn_plano h3 {
    margin-top: 0!important;
}

#planos-resp .familia {
    margin-bottom: 4em;
}

.socio {
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.plano a .btn_plano:hover {
    background: #002753;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.plano a:hover {
    text-decoration: none!important;
}

.familia {
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

#baixar-app {
    margin-top: 30px;
}

.destaque {
    color: #1a7db7;
    margin: 1em 0em;
    text-transform: uppercase!important;
}

.destaque img {
    width: 100%;
    padding: 1em 0em;
}

.quem_somos_img {
    background-image: url(../images/quem_somos_img.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #000628;
}

.quem_somos_img-resp {
    background-image: url(../images/quem_somos_img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000940;
    height: 34em;
}

.btn_acesso {
    width: 100%;
    margin: 0em 0em 3em;
}

.btn_acesso-resp {
    width: 90%;
}

.quem_somos_text {
    padding: 1em 1em 0;
}

.quem_somos_text h3 {
    margin-top: 6rem!important;
    margin-bottom: 0!important;
}

.quem_somos_text h5 {
    margin: 10px 0 10px 0!important;
}

#menu_bar img {
    width: 65%;
    margin-top: 1em;
}

.perguntas {
    margin-top: 1em;
}

#cliqueaqui {
    width: 250px;
    height: 110px;
    position: relative;
}

#cliqueaqui img {
    position: absolute;
    width: 75%;
    left: -10%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#cliqueaqui img.top:hover {
    opacity: 0;
}

#topo h1 {
    margin-top: 0!important;
}

#topo .carousel-caption {
    left: -18%;
    right: 32%;
    bottom: 27%;
}

.destaque2 {
    padding: 1px 10px 3px;
    border: 2px #fff solid;
    border-radius: 15px;
}

.destaque2:hover {
    border: 2px #00bff3 solid;
}

#topo a {
    color: #fff!important;
}

#topo a:hover {
    color: #00bff3!important;
    text-decoration: none;
    transition: all 0.1s ease-in;
}

#topo .btn-lg {
    padding: .5rem 2rem!important;
    border-radius: 8px;
}


/*----------------------CUSTOM BOOTSTRAP-----------------*/

.btn:focus {
    background: #0d6eff!important;
    border-color: #0d6eff!important;
    color: #fff;
}

.btn,
button {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.card {
    background: #012f7c;
    color: #fff;
    border: none;
}

@media (max-width:767px) {
    #rodape img {
        width: 40%!important;
        margin: 0% auto 4%;
    }
    #rodape {
        font-size: 16px!important;
        padding: 1em 0 0!important;
        text-align: center;
    }
    #rodape ul,
    li a {
        font-size: 12px;
        text-decoration: none!important;
        list-style: none!important;
        margin: 2% 5%!important;
    }
    #rodape p {
        font-size: 14px!important;
    }
    #rodape .lojas img {
        width: 135px;
        margin: 5px auto;
    }
    ul li {
        padding-left: .4rem;
        text-align: center!important;
    }
    .s-footer a {
        color: #ffffff;
        font-size: 15px;
    }
    .destaque {
        color: #1a7db7;
        margin: 1em 0em;
        font-size: 1.2em;
    }
}

#rodape img {
    width: 70%;
}

#rodape {
    font-size: 17px;
    padding: 1em 0 0;
}

#rodape ul,
li a {
    font-size: 12px;
    text-decoration: none;
    list-style: none;
    margin-left: 0;
}

#rodape p {
    font-size: 14px;
}

#rodape .lojas img {
    width: 135px;
    margin: 5px auto;
}

@media (max-width:800px) {
    #top_margin {
        height: 3.9em;
    }
}

@media only screen and (max-width:400px) {
    .destaque {
        color: #1a7db7;
        margin: 1em 0em;
        font-size: 1.2em;
    }
}

.testimonials-header {
    text-align: center;
    padding-top: 4.4rem;
    position: relative;
    margin-bottom: 2.4rem;
}

.testimonials-header h3 {
    font-size: 24px;
    margin-bottom: 0!important;
}

.testimonials-header::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 60%;
    background-color: #d6d6d6;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.testimonials {
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.882;
    padding-bottom: 0.8rem;
    position: relative;
}


/*# sourceMappingURL=main.css.map */

#canais {
    background: #f5f5f5;
    padding: 0% 0%;
}

#canais img {
    margin: 5% 8% 5% 8%;
}

#canais h3 {
    color: #666;
}

#canais button {
    background-color: #006ae2;
    width: 100%;
}

.prime {
    width: 30%;
}

.travel {
    width: 35%;
}

.music {
    width: 30%;
}

.fashion {
    width: 30%;
}

.play {
    width: 84%;
}

.btn-duvida {
    width: 100%;
    font-size: 11px;
    letter-spacing: 0rem;
    height: 6rem;
}

@media (min-width:576px) {
    .btn-duvida {
        width: 100%;
        font-size: 13px;
        letter-spacing: 0rem;
        height: 7rem;
    }
    #planos .cartaz-header {
        width: 100%;
        display: block;
        margin: 60% 0 0% 0;
    }
    #canais {
        background: #f5f5f5;
        padding: 0% 0%;
    }
    #canais img {
        margin: 3% 3% 3% 2%;
    }
    #canais h3 {
        color: #666;
    }
    #canais button {
        background-color: #006ae2;
        width: 48%;
    }
    .prime {
        width: 18%;
    }
    .travel {
        width: 22%;
    }
    .music {
        width: 18%;
    }
    .fashion {
        width: 18%;
    }
    .play {
        width: 44%;
    }
}

@media (min-width:768px) {
    .btn-duvida {
        width: 48%;
        font-size: 13px;
        letter-spacing: 0rem;
        height: 7rem;
    }
    #canais {
        background: #f5f5f5;
        padding: 0% 0%;
    }
    #canais img {
        margin: 3% 4% 1% 5%
    }
    #canais h3 {
        color: #666;
    }
    #canais button {
        background-color: #006ae2;
        width: 50%;
    }
    .prime {
        width: 14%;
    }
    .travel {
        width: 16%;
    }
    .music {
        width: 14%;
    }
    .fashion {
        width: 14%;
    }
    .play {
        width: 39%;
    }
}

@media (min-width:992px) {
    .btn-duvida {
        width: 24%;
        font-size: 11px;
        letter-spacing: 0rem;
        height: 7rem;
        padding: 0;
    }
    #canais {
        background: #f5f5f5;
        padding: 0% 0%;
    }
    #canais img {
        margin: 0 4% 0 0
    }
    #canais h3 {
        color: #666;
    }
    #canais button {
        background-color: #006ae2;
        width: 22%;
    }
    .prime {
        width: 8%;
    }
    .travel {
        width: 10%;
    }
    .music {
        width: 8%;
    }
    .fashion {
        width: 8%;
    }
    .play {
        width: 20%;
    }
    .img-comousar {
        width: 80%;
    }
    .divapps {
        width: 100%;
        padding: 2% 10%;
        float: left;
    }
    .img-apps {
        width: 50%;
        float: left;
        padding: 2%;
    }
}

@media (min-width:1200px) {
    .btn-duvida {
        width: 24%;
        font-size: 12px;
        letter-spacing: 0rem;
        height: 7rem;
        padding: 0 10px;
    }
    #canais {
        background: #f5f5f5;
        padding: 2% 0%;
    }
    #canais img {
        margin: 0 5% 0 0
    }
    #canais h3 {
        color: #666;
    }
    #canais button {
        background-color: #006ae2;
        width: 18%;
    }
    .prime {
        width: 8%;
    }
    .travel {
        width: 10%;
    }
    .music {
        width: 8%;
    }
    .fashion {
        width: 8%;
    }
    .play {
        width: 20%;
    }
    .img-comousar {
        width: 80%;
    }
    .divapps {
        width: 100%;
        padding: 4% 14% 0;
        float: left;
    }
    .img-apps {
        width: 50%;
        float: left;
        padding: 2%;
    }
}

@media (min-width:1440px) {
    .btn-duvida {
        width: auto;
        font-size: 12px;
        letter-spacing: 0rem;
        height: 7rem;
        padding: 0 10px;
    }
    #canais {
        background: #ffffff;
        padding: 0% 0%;
    }
    #canais img {
        margin: 0 5% 0 0
    }
    #canais h3 {
        color: #666;
        text-align: center;
        margin-top: 20px;
        font-size: 3rem;
        width: 100%;
    }
    #canais button {
        background-color: #006ae2;
        width: 18%;
    }
    .prime {
        width: 8%;
    }
    .travel {
        width: 10%;
    }
    .music {
        width: 8%;
    }
    .fashion {
        width: 8%;
    }
    .play {
        width: 20%;
    }
    .img-comousar {
        width: 80%;
    }
    .divapps {
        width: 100%;
        padding: 2% 12% 0 20%;
        float: left;
    }
    .img-apps {
        width: 50%;
        float: left;
        padding: 2%;
    }
}

.cadastro-resp {
    padding: 1em 1em!important;
    width: 100%;
    background-color: #fff;
    border: 0!important;
}

.cadastro-resp button {
    width: 100%;
    color: #fff;
    background-color: #006ae2;
    border-radius: 8px;
    border: 1px solid #006ae2;
    padding: 0;
}

.cadastro-resp button:hover {
    width: 100%;
    color: #fff;
    background-color: #004492;
    border-radius: 8px;
    border: 1px solid #004492;
    padding: 0;
}

.cadastro-resp p {
    color: #666!important;
}

.cadastro-resp a {
    color: #666;
}

.cadastro-resp a:hover {
    color: #004492;
    text-decoration: none;
}

.cadastro-resp span {
    border-color: #666;
    margin-left: 6px;
    color: #666;
}

.cadastro-resp span:hover {
    border-color: #004492;
}

#box .row {
    margin: 0 auto;
    padding: 0;
}

.morphext>.animated {
    display: inline-block;
}

#bg-video {
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
    margin: 0 0 -10px 0;
}

.box-conteudo {
    margin: 60% auto 4%;
}

.box-conteudo h2 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 1em;
    letter-spacing: 4px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}

.box-conteudo p {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
    text-align: center;
    font-weight: 100;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding: 2% 5% 2% 5%;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.box-conteudo button {
    width: 84%;
    background-color: #006ae2;
    border: none;
    margin: 0 8% auto;
}

@media screen and (min-width: 576px) {
    .box-conteudo {
        margin: 10% auto;
    }
    .box-conteudo h2 {
        font-size: 30px;
        letter-spacing: 2px;
        margin-top: 0;
    }
    .box-conteudo p {
        font-size: 14px;
        padding: 0 6%;
    }
    .box-conteudo button {
        width: 50%;
        background-color: #006ae2;
        border: none;
        margin: 0 25% auto;
    }
}

@media screen and (min-width: 768px) {
    .box-conteudo {
        margin: 15% auto;
    }
    .box-conteudo h2 {
        font-size: 43px;
        letter-spacing: 1px;
        margin-top: 0;
    }
    .box-conteudo p {
        font-size: 16px;
        padding: 0 4%;
    }
    .box-conteudo button {
        width: 36%;
        background-color: #006ae2;
        border: none;
        margin: 0 32% auto;
    }
}

@media screen and (min-width: 992px) {
    .box-conteudo {
        margin: 19% auto;
    }
    .box-conteudo h2 {
        font-size: 55px;
        letter-spacing: 2px;
        margin-top: 0;
    }
    .box-conteudo p {
        font-size: 18px;
        padding: 0 2%;
    }
    .box-conteudo button {
        width: 24%;
        background-color: #006ae2;
        border: none;
        margin: 0 38% auto;
    }
}

@media screen and (min-width: 1200px) {
    .box-conteudo {
        margin: 21% auto;
    }
    .box-conteudo h2 {
        font-size: 59px;
        letter-spacing: 3px;
        margin-top: 0;
    }
    .box-conteudo p {
        font-size: 21px;
        padding: 0 2%;
    }
    .box-conteudo button {
        width: 20%;
        background-color: #006ae2;
        border: none;
        margin: 0 40% auto;
    }
}

@media screen and (min-width: 1440px) {
    .ativa-faq-full {
        display: block!important;
    }
    .desativa-faq-mid {
        display: none!important;
    }
    .btn-duvida {
        width: auto;
        font-size: 12px;
        letter-spacing: 0rem;
        height: 7rem;
        padding: 0 10px;
    }
}

@media screen and (min-width: 1600px) {
    .box-conteudo {
        margin: 27% auto;
    }
    .box-conteudo h2 {
        font-size: 75px;
        letter-spacing: 4px;
    }
    .box-conteudo p {
        font-size: 22px;
    }
    .box-conteudo button {
        width: 16%;
        background-color: #006ae2;
        border: none;
        margin: 0 42% auto;
    }
}

.whatsapp {
    position: fixed;
    display: block;
    visibility: hidden;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-color: #007bff;
    border-radius: 50%;
    z-index: 1000;
}

.bg-effect {
    background: linear-gradient( 180deg, hsl(220deg 100% 15% / 50%), hsl(227deg 98% 10% / 0%));
    margin: 1%;
    width: 100%;
    max-width: 23%;
    border-radius: 10px;
    padding: .5%;
    height: 100%;
}

.bg-effect img {
    width: 96%;
    border-radius: 0px;
    /* padding: 2% .5%; */
    height: 100%;
    margin: 2% 2%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

@keyframes closePlanos {
    from {
        height: 100%;
        max-height: 300px;
        opacity: 1;
    }
    to {
        height: 0px;
        max-height: 0px;
        opacity: 0;
    }
}

@keyframes openPlanos {
    from {
        height: 0px;
        max-height: 0px;
        opacity: 0;
    }
    to {
        height: 100%;
        max-height: 600px;
        opacity: 1;
    }
}

.area-btn-login {
    display: block;
    width: a;
}

.area-btn-login span {
    height: 36px;
    line-height: 36px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 45%;
    display: inline-block;
}

.btn-login-home {
    height: 37px;
    margin: 0 0 0 0;
    border-radius: 10px;
    background-color: #1a7db7;
    border-color: #1a7db7;
}

.btn-login-home:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-login-home:hover h3 {
    color: #1a7db7!important;
}

.btn-login-home h3 {
    font-size: 16px;
    margin: 0;
}

.divsuprema {
    display: flex;
    position: relative;
}

.divideos {
    display: block;
    position: relative;
    width: 60%;
    overflow: hidden;
}

.ondepassaovideo {
    width: 100%;
    height: 100%;
    display: block;
}

.videospace {
    position: absolute;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.videospace video {
    width: 100%;
    transform: scale(1.02);
}

.nomedocanal {
    position: absolute;
    bottom: 2%;
    left: 2%;
    padding: 1%;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #082536, #1a7db7);
    box-shadow: 5px 5px 5px #0000007d;
    text-transform: uppercase;
}

.nomedocanal p {
    font-size: 30px;
}

@keyframes transitionAnimation {
    0% {
        width: 100%;
        transform: translateX(100%)
    }
    50% {
        width: 100%;
        transform: translateX(0%)
    }
    100% {
        width: 0%;
        transform: translateX(0%)
    }
}

.transicao {
    height: 100%;
    display: block;
    background-image: linear-gradient(270deg, #091e2a, #0d3b74);
    position: absolute;
    z-index: 1;
    animation-name: transitionAnimation;
    animation-duration: 1s;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.divcanais {
    position: relative;
    width: 40%;
    background-image: linear-gradient(0deg, #091e2a, #0d3b74);
}

.canaisetexto {
    position: relative;
    width: 70%;
    margin: 10% auto;
    padding: 0;
}

.canaisetexto h3 {
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
}

@keyframes leftToRight {
    from {
        background-size: 0% 100%;
    }
    to {
        background-size: 100% 100%;
    }
}

.canaisexibicao {
    display: -webkit-inline-box;
    width: 100%;
    margin: 5% auto;
}

.canaisexibicao img {
    width: 21%;
    margin: 2%;
    padding: 0;
    cursor: pointer;
    transition: 0.2s;
}

.canaisexibicao img:hover {
    background-image: linear-gradient(to left, #00000059, #00000057);
    background-repeat: no-repeat;
    background-size: 100% 0%;
    animation-name: leftToRight;
    animation-duration: .2s;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.btn-canais-aovivo {
    width: 100%;
}

.btn-canais-aovivo button {
    margin: 0 auto;
    display: block;
}

.all-channels {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #aacbe9f2;
    display: block;
    z-index: 1000;
    top: 0;
    transform: translateY(100%);
    transition: 0.6s;
}

.all-channels.active {
    transform: translateY(0%);
    transition: 0.6s;
}

.all-channels button {
    position: absolute;
    right: 1%;
    top: 1%;
    background-color: #2362ef;
    width: 40px;
    height: 40px;
    line-height: 0;
    padding: 0px;
    text-align: center;
    border-radius: 20px;
}

.all-channels-area {
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.item-channels {
    width: 90%;
    height: auto;
    z-index: 1000;
    display: block;
    margin: 0 auto;
}

.item-channels img {
    width: 6%;
    margin: 1%;
}

@media(max-width: 800px) {
    .divsuprema {
        display: inline-block;
        position: relative;
    }
    .divideos {
        display: block;
        position: relative;
        width: 100%;
        height: 215px;
        overflow: hidden;
    }
    .ondepassaovideo {
        width: 100%;
        height: 100%;
        display: block;
    }
    .videospace {
        position: absolute;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .videospace video {
        width: 100%;
        transform: scale(1.01);
    }
    .nomedocanal {
        position: absolute;
        bottom: 2%;
        left: 2%;
        padding: 1%;
        background-color: #1a7db7;
        border-radius: 5px;
        box-shadow: 5px 5px 5px #0000007d;
        text-transform: uppercase;
    }
    .nomedocanal p {
        font-size: 20px;
        line-height: 35px;
    }
    @keyframes transitionAnimation {
        0% {
            width: 100%;
            transform: translateX(100%)
        }
        50% {
            width: 100%;
            transform: translateX(0%)
        }
        100% {
            width: 0%;
            transform: translateX(0%)
        }
    }
    .transicao {
        height: 100%;
        height: 100%;
        display: block;
        background-image: linear-gradient(270deg, #181b2c, #1a7db7);
        position: absolute;
        z-index: 1;
        animation-name: transitionAnimation;
        animation-duration: 1s;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }
    .divcanais {
        position: relative;
        width: 100%;
        background-image: linear-gradient(0deg, #082536, #1a7db7);
    }
    .canaisetexto {
        position: relative;
        width: 80%;
        margin: 0% auto;
        padding: 10% 0;
    }
    .canaisetexto h3 {
        display: block;
        width: 100%;
        margin: 0;
        text-transform: uppercase;
        font-size: 30px;
    }
    @keyframes leftToRight {
        from {
            background-size: 0% 100%;
        }
        to {
            background-size: 100% 100%;
        }
    }
    .canaisexibicao {
        display: -webkit-inline-box;
        width: 100%;
        margin: 5% auto;
    }
    .canaisexibicao img {
        width: 21%;
        margin: 2%;
        padding: 0;
        cursor: pointer;
        transition: 0.2s;
    }
    .canaisexibicao img:hover {
        background-image: linear-gradient(to left, #00000059, #00000057);
        background-repeat: no-repeat;
        background-size: 100% 0%;
        animation-name: leftToRight;
        animation-duration: .2s;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }
    .btn-canais-aovivo {
        width: 100%;
    }
    .btn-canais-aovivo button {
        margin: 0 auto;
        display: block;
    }
    .all-channels {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #aacbe9f2;
        display: block;
        z-index: 1000;
        top: 0;
        transform: translateY(100%);
        transition: 0.6s;
    }
    .all-channels.active {
        transform: translateY(0%);
        transition: 0.6s;
    }
    .all-channels button {
        position: absolute;
        right: 1%;
        top: 1%;
        background-color: #2362ef;
        width: 40px;
        height: 40px;
        line-height: 0;
        padding: 0px;
        text-align: center;
        border-radius: 20px;
        z-index: 5;
    }
    .all-channels-area {
        width: 100%;
        height: 100%;
        z-index: 1000;
        display: flex;
        align-items: center;
    }
    .item-channels {
        width: 85%;
        height: 85%;
        z-index: 1000;
        display: block;
        margin: 0 auto;
    }
    .item-channels img {
        width: 19.01%;
        margin: 0;
        height: 10%;
    }
}