.nome-patrocinador-cadastro {
    padding-top: 8px;
}

.btn-cart {
    margin-bottom: 10px;
}

.subnav-ap {
    margin: 0 0 0 10px !important;
}

.progressbar {
    background-color: #dedede;
    border-radius: 5px;
    padding: 1px;
}

.progressbar > div {
    background-color: #02d444;
    height: 20px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

/* Custom */
.content {
    margin: 0px;
    padding: 0px;
}
.row {
    margin: 0px;
}
.row.no-gutters .col,
.row.no-gutters [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.padding-sides {
    padding-left: 1em;
    padding-right: 1em;
}
.col.no-padding,
[class*="col-"].no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.col.no-left-padding,
[class*="col-"].no-left-padding {
    padding-left: 0 !important;
}
.col.no-right-padding,
[class*="col-"].no-right-padding {
    padding-right: 0 !important;
}
@media all and (min-width: 768px) {
    .col.no-left-padding--gt-xs,
    [class*="col-"].no-left-padding--gt-xs {
        padding-left: 0 !important;
    }
    .col.no-right-padding--gt-xs,
    [class*="col-"].no-right-padding--gt-xs {
        padding-right: 0 !important;
    }
}
.font-weight-normal {
    font-weight: normal;
}
html {
    background: #0f0f0f;
    min-width: 360px !important;
}
body {
    border: none;
    background-color: white !important;
}
header {
    background: white;
}

/* Menu */
.navbar-header .main-menu__logo {
    display: none;
}
.main-menu-block {
    margin-top: 1em;
    margin-bottom: 1em;
}
.main-menu-block .navbar-collapse {
    padding-right: 0px;
}
.main-menu-block__toggle {
    margin: 1em 15px 1em 0px;
    height: 3em;
}

.main-menu {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 10em;
    vertical-align: middle;
    box-sizing: border-box;
}
.main-menu__logo {
    display: inline-block;
    float: left;
    width: 10em;
    height: auto;
    max-width: 10em;
    max-height: 10em;
    text-align: center;
    line-height: 10em;
}
.main-menu__logo a, .main-menu__logo a img {
    display: inline-block;
	width: auto;
	height: auto;
    max-width: inherit;
    max-height: inherit;
}
.main-menu__menu {
    display: inline-block;
    float: left;
    margin: 0px 0px !important;
    padding: 1em 15px !important;
    box-sizing: border-box;
    width: calc(100% - 10em);
    height: 10em;
}
.main-menu__menu > li {
    max-width: 200px;
    height: 4em;
    padding: 10px !important;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #dbdbdb;
}
.main-menu__menu > li:last-child {
    border: none;
}
.main-menu__menu > li > a {
    display: inline-block;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 1.2em;
    line-height: inherit !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
}

.main-menu__menu__submenu {
    display: none;
}
.main-menu__menu > li:hover .main-menu__menu__submenu, .main-menu__menu > li:focus .main-menu__menu__submenu {
    display: block;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 5px 0px rgba(150,150,150,.5);
}
.main-menu__menu__submenu li {
    border: none;
    background: white;
    max-width: 130px;
    text-align: center;
}
.main-menu__menu__submenu li a {
    display: inline-block;
    color: #333;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 1.2em;
    line-height: 1em !important;
    border: none !important;
    padding: 10px !important;
}
.main-menu__menu__submenu li:hover a, .main-menu__menu__submenu li:focus a {
    color: #4f99bc;
}

.main-menu__menu__submenu-responsive {
    display: none !important;
}

@media all and (min-width: 836px) and (max-width: 898px) {
    .main-menu__menu li a {
        font-size: 1em !important;
    }
}
@media all and (min-width: 768px) and (max-width: 835px) {
    .main-menu__menu li a {
        font-size: 1em !important;
    }
}
@media all and (max-width: 767px) {
    .navbar-header .main-menu__logo {
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 5em;
        text-align: center;
        line-height: 5em;
        margin-left: 15px;
    }
    .main-menu {
        height: auto !important;
    }
    .main-menu__logo {
        display: none;
    }
    .main-menu__menu {
        width: 100%;
        height: auto !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    .main-menu__menu > li {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        text-align: left;
        border: solid 1px black !important;
        background: black;
        padding: 0px !important;
        transition: background .2s linear;
    }
    .main-menu__menu > li > a {
        color: white !important;
        transition: color .2s linear;
        width: 100%;
        padding: 10px !important;
        top: unset;
        transform: none;
    }
    /* .main-menu__menu > li:hover, .main-menu__menu > li:focus {
        background: white;
    }
    .main-menu__menu > li:hover a, .main-menu__menu > li:focus a {
        color: black !important;
    } */

    .main-menu__menu__submenu-responsive {
        display: block !important;
    }

    .main-menu__menu__submenu {
        display: none !important;
    }

    /* 
    .main-menu__menu__submenu {
        display: inline-block;
        position: static;
        width: 100%;
        height: auto !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    .main-menu__menu__submenu > li {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        text-align: left;
        border: solid 1px black !important;
        background: black;
        padding: 0px !important;
        transition: background .2s linear;
    }
    .main-menu__menu__submenu > li > a {
        color: white !important;
        transition: color .2s linear;
        width: 100%;
        padding: 10px 10px 10px 20px !important;
        top: unset;
        transform: none;
        line-height: inherit !important;
    }
    .main-menu__menu__submenu > li:hover, .main-menu__menu__submenu > li:focus {
        background: white;
    }
    .main-menu__menu__submenu > li:hover a, .main-menu__menu__submenu > li:focus a {
        color: black !important;
    }
    */
}

header.black-bar {
    padding: 1em 0px;
    margin: 0px;
    background: #0f0f0f;
    height: 5em;
}

header.black-bar .black-bar-socialize {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 3em;
    line-height: 1em;
    height: 1em;
    float: left;
    max-height: 1em;
}
header.black-bar .black-bar-socialize li {
    display: inline-block;
}
header.black-bar .black-bar-socialize li a {
    color: white;
    font-size: 1em;
    height: 1em;
    padding: 0px;
}

@media all and (max-width: 397px) {
    header.black-bar .black-bar-socialize {
        font-size: 2.3em;
    }
}

header.black-bar .top-cart-icon {
    display: inline-block;
    height: 36px;
    width: 36px;
    color: white;
    cursor: pointer;
    background-color: black;
    border-radius: 10em;
    float: right;
    text-align: center;
    line-height: 36px;
    font-size: 1.8em;
    transition: background-color .2s linear, color .2s linear;
}
header.black-bar .top-cart-icon:hover,
header.black-bar .top-cart-icon:focus {
    color: black;
    background-color: white;
}
@media all and (max-width: 767px) {
    header.black-bar .top-cart-icon {
        float: none;
    }
}

header.black-bar .hlinks {
    margin: 0px;
    /* padding: 0.5em 0px; */
    height: 3em;
    line-height: 3em;
    text-align: center;
    box-sizing: border-box;
    max-width: 200px;
}
header.black-bar .hlinks .lr {
    display: block;
    margin: 0px;
    height: 3em;
    line-height: 3em;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border: none;
    /* background: #1f9c6c; */
}
header.black-bar .hlinks .lr .item {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    height: 3em;
    line-height: 3em;
    /* width: 100%; */
    width: 50%;
    float: left;
    text-decoration: none;
    text-shadow: none;
    color: white !important;
    background: #1f9c6c;
    transition: text-shadow .2s linear, background-color .2s linear;
}
header.black-bar .hlinks .lr .item:first-child {
    border-radius: 3px 0px 0px 3px;
}
header.black-bar .hlinks .lr .item:last-child {
    border-radius: 0px 3px 3px 0px;
}
header.black-bar .hlinks .lr .item:hover {
    border: none;
    background-color: #25ba81;
    text-shadow: 2px 2px 0px #969696;
}
@media all and (min-width: 530px) and (max-width: 767px) {
    header.black-bar .hlinks .lr .item label {
        font-size: .8em;
    }
}
@media all and (max-width: 530px) {
    header.black-bar .hlinks .lr .item label {
        display: none;
    }
    header.black-bar .hlinks .lr .item i {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

.navbar .nav > li > a {
    font-size: 16px;
    -webkit-transition:color .5s ease;
    -moz-transition:color .5s ease;
    -o-transition:color .5s ease;
    transition:color .5s ease;
}
.navbar .nav > li:first-child > a {
    padding-left: 0px;
}
.navbar .nav > li:last-child > a {
    border-right: none;
    padding-right: 0px;
}

.navbar .navbar-toggle {
    background: black !important;
}
.navbar .navbar-toggle .icon-bar {
    background: white !important;
}

footer {
    border: none;
    margin: 0px;
    padding: 0px;
    background: transparent;
    box-shadow: none;
}
footer.footer-images {
    background: #242424;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}
footer.footer-images .footer-images-img {
    display: inline-block;
    width: 12em;
    height: auto;
    /* margin: 0px 2em; */
}
footer.footer-text {
    background: #0f0f0f;
    text-align: center;
    padding-bottom: 2em;
}
footer.footer-images .filbras-label {
    text-align: left;
    width: 100%;
    font-size: 1em;
    color: white;
    font-weight: bold;
    margin-bottom: .5em;
}
footer.footer-link {
    background: #0f0f0f;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
footer.footer-link ul li {
    width: 100%;
}

footer.footer-text .pagseguro-block {
    margin-top: 1em;
    margin-bottom: 1em;
}
footer.footer-text .pagseguro-block .pagseguro-block__horizontal {
    display: inline-block;
    max-width: 550px !important;
}
footer.footer-text .pagseguro-block .pagseguro-block__vertical {
    display: inline-block;
    max-width: 130px !important;
}
@media all and (min-width: 550px) {
    footer.footer-text .pagseguro-block .pagseguro-block__horizontal {
        display: inline-block;
    }
    footer.footer-text .pagseguro-block .pagseguro-block__vertical {
        display: none;
    }
}
@media all and (max-width: 548px) {
    footer.footer-text .pagseguro-block .pagseguro-block__horizontal {
        display: none;
    }
    footer.footer-text .pagseguro-block .pagseguro-block__vertical {
        display: inline-block;
    }
}

footer .footer-contact-block li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1em;
    text-align: center;
}
footer .footer-contact-block li .wrapper {
    display: inline-block;
    width: auto;
    height: inherit !important;
    line-height: inherit !important;
}
footer .footer-contact-block li .wrapper i {
    display: inline-block;
    font-weight: bold;
    margin-right: .5em;
    font-size: 1.2em;
    height: inherit !important;
    line-height: inherit !important;
    float: left;
}
footer .footer-contact-block li .wrapper span {
    display: inline-block;
    height: inherit !important;
    line-height: inherit !important;
    float: left;
}

/* Flex Stuff */
.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex-col {
    min-width: 20%;
}

#home-banner .slick-arrow:before {
    color: #0f0f0f;
}
#home-banner .slick-slide img {
    width: 100%;
    height: auto;
}

/* Form Tweeks */
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.contact-row {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-row__image {
    display: block;
    width: 100%;
    height: auto;
}

.contact-row__form .form-group {
    font-size: 1.5em !important;
    margin-bottom: 1em;
}
.contact-row__form .form-group label {
    font-size: inherit !important;
}
.contact-row__form .form-group input {
    font-size: inherit !important;
}

.contact-row__form__submit {
    text-align: right;
}
.contact-row__form__submit  button {
    border: none;
    color: white;
    font-size: 1.5em;
    border-radius: .4em;
    background: #3aaedf;
    transition: color .2s linear, background .2s linear;
}
.contact-row__form__submit  button:hover {
    color: #3aaedf;
    background: #f1f1f1;
}

/* RANDOM STUFF */

.image-auto, .image-auto2 {
    display: inline-block;
    width: 100%;
    height: auto;
}
@media all and (max-width: 991px) {
    .image-auto {
        height: 100%;
        width: auto;
        max-height: 320px;
    }
    .image-auto2 {
        max-width: 490px;
    }
}
.image-max-auto {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.photo-border {
    border: solid 2px white;
    border-radius: 3em;
}
.small-title {
    display: inline-block;
    color: #005b97;
    font-size: 2em;
    margin-bottom: .5em;
}
.gray-text {
    color: #7a7a7a !important;
}
.small-text {
    display: inline-block;
    font-size: 1.3em !important;
    line-height: 1.7em;
}
.small-text-2 {
    display: inline-block;
    font-size: 1.5em !important;
    line-height: 1.7em;
}
.large-text {
    font-size: 2em;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-justify {
    text-align: justify !important;
}
.margin-top-1 {
    margin-top: 1em;
}
.margin-top-2 {
    margin-top: 2em;
}
.margin-top-3 {
    margin-top: 3em;
}
.margin-bottom-1 {
    margin-bottom: 1em;
}
.margin-bottom-2 {
    margin-bottom: 2em;
}
.margin-bottom-3 {
    margin-bottom: 3em;
}
@media all and (max-width: 767px) {
    .margin-top-1--lt-xs {
        margin-top: 1em;
    }
    .margin-top-2--lt-xs {
        margin-top: 2em;
    }
    .margin-top-3--lt-xs {
        margin-top: 3em;
    }
    .margin-bottom-1--lt-xs {
        margin-bottom: 1em;
    }
    .margin-bottom-2--lt-xs {
        margin-bottom: 2em;
    }
    .margin-bottom-3--lt-xs {
        margin-bottom: 3em;
    }
}
.padding-container {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.inline-block {
    display: inline-block;
}
.text-black {
    color: black !important;
}
.great-check {
    font-size: 4em;
    color: #23a455;
}
.contato-button {
    color: white;
    text-decoration: none;
    cursor: pointer;
    background: #D9534F;
    padding: 1em;
    border-radius: 5px;
    font-weight: bold;
    font-size: .75em;
    text-decoration: none;
    transition: color .2s linear, background .2s linear;
}
.contato-button:hover {
    color: #D9534F;
    background: white;
}
.iframe-auto {
    display: inline-block;
    width: 100%;
    height: auto;
}
.iframe-auto-min-height-273 {
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 273px;
}
.iframe-auto-513-289 {
    display: inline-block;
    width: auto;
    height: auto;
}
@media all and (min-width: 560px) {
    .iframe-auto-513-289 {
        min-width: 513px;
        min-height: 289px;
    }
}
.pdf-download-button {
    display: inline-block;
    color: white;
    letter-spacing: 5px;
    border: solid 1px white;
    border-radius: 2em;
    padding: .3em 1em;
    transition: color .2s linear, background .2s linear;
}
.pdf-download-button:visited {
    color: white;
}
.pdf-download-button:hover {
    color: #002a47;
    background: white;
    text-decoration: none;
}
.pdf-download-button-2 {
    display: inline-block;
    color: #002a47;
    letter-spacing: 5px;
    border: solid 1px #002a47;
    border-radius: 2em;
    padding: .3em 1em;
    transition: color .2s linear, background .2s linear;
}
.pdf-download-button-2:visited {
    color: #002a47;
}
.pdf-download-button-2:hover {
    color: white;
    background: #002a47;
    text-decoration: none;
}
.ppv-title {
    text-align: center;
    margin-bottom: 1em;
}
.ppv-content {
    display: inline-block;
    line-height: 12em;
}
.ppv-title .ppv-content img {
    display: inline-block;
    height: 12em;
    width: auto;
    float: left;
}
.ppv-title .ppv-content h2 {
    display: inline-block;
    line-height: inherit !important;
    width: auto !important;
    margin: 0px 15px !important;
    padding: 0px !important;
    float: left;
}

/* BLOCK GRID */

.block-grid__row {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
}
.block-grid__row__block {
    color: #002a47;
    flex-grow: 1;
    flex-basis: 25%;
}
.block-grid__row__block__icon {
    color: #002a47;
    width: 100%;
    height: 100px;
}
.block-grid__row__block__icon i {
    color: #002a47;
    font-size: 3em;
    width: 100px;
    height: 100px;
    position: relative;
    border: solid .1em #002a47;
    border-radius: 2em;
}
.block-grid__row__block__icon i:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.block-grid__row__block__text {
    color: #002a47;
    font-size: 1.9em;
    margin-top: .5em;
    line-height: 1.5em;
    text-align: center !important;
}
@media all and (max-width: 767px) {
    .block-grid__row__block {
        flex-basis: 50%;
    }
}

/* BLOCK GRID */

.contact-button {
    display: inline-block;
    color: #F2833D;
    font-size: 1.5em;
    text-align: center;
    border: solid 1px #F2833D;
    padding: .5em 1em;
    border-radius: 2em;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    transition: color .2s linear, background-color .2s linear;
}
.contact-button:hover,
.contact-button:focus {
    color: white;
    background-color: #F2833D;
    text-decoration: none;
}

.link-highlight {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}
.link-highlight:hover, .link-highlight:focus {
    text-decoration: underline;
}

/* NEW PAGE SECTION */

/*
#3C0CF8 - blueA
#0B19D9 - blueB
#0152F0 - blueC
#0B86D9 - blueD
#0CD7F8 - blueE
#005b97 - blue Font
*/

.page-section {
    padding: 3em 0px 3em 0px;
    text-align: center;
    background: transparent;
}
.page-section.page-section--thin {
    padding: 1em 0px 1em 0px;
}
.page-section h1 {
    padding: 0px;
    color: #333;
    font-size: 3em;
    text-align: center;
}
.page-section h2 {
    padding: 0px;
    color: #333;
    font-size: 2em;
    text-align: center;
}
.page-section .highlight {
    color: white;
    background-color: #333;
    padding: .2em .5em;
    border-radius: 5px;
    /* text-shadow: 1px 1px 1px #333; */
}
.page-section h1 + h1, .page-section h1 + p, .page-section h1 + ul, .page-section h1 + h2, .page-section h1 + div, .page-section h1 + .row,
.page-section h2 + h2, .page-section h2 + p, .page-section h2 + ul, .page-section h2 + h1, .page-section h2 + div, .page-section h2 + .row,
.page-section p  + p, .page-section p  + ul, .page-section p  + h1, .page-section p  + h2,  .page-section p  + div, .page-section p + .row,
.page-section .row + .row, .page-section .row  + p, .page-section .row  + ul, .page-section .row  + h1, .page-section .row  + h2,  .page-section .row  + div {
    padding-top: .5em;
}
.page-section p {
    color: #333;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: justify;
    width: 100%;
    font-family: "Open Sans", Sans-serif;
}
.page-section ul {
    display: inline-block;
    color: #333;
    text-align: left;
    font-size: 1.5em;
    font-family: "Open Sans", Sans-serif;
    line-height: 1.5em;
    background: none;
    list-style: none;
    padding: 0px 0px 1em 0px;
    margin: 0px;
    width: 100%;
}
.page-section ul.bullets {
    list-style: disc;
    padding-left: 30px;
}
.page-section ul.bullets li {
    list-style: disc;
}
.page-section ol {
    display: inline-block;
    color: #333;
    text-align: left;
    font-size: 1.5em;
    font-family: "Open Sans", Sans-serif;
    line-height: 1.5em;
    background: none;
    /* padding: 0px 0px 1em 0px; */
    margin: 0px;
    width: 100%;
}
.page-section ul li {
    background: none;
    list-style: none;
    width: 100%;
}
.page-section ol li {
    background: none;
    width: 100%;
}
.page-section ul li i, .page-section ol li i {
    margin-right: 1em;
}

/* Shop */

.shop-products .row {
    text-align: center !important;
}
.shop-products__item {
    display: inline-block;
    background-color: transparent;
    width: 33.33%;
    padding: 0px 2em;
    box-sizing: border-box;
}
.shop-products__item > a {
    display: inline-block;
    width: 100%;
    height: 12em;
    min-height: 12em;
    background-color: white;
    float: left;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
.shop-products__item > a img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: inherit;
    min-height: inherit;
}
.shop-products__item .card-body {
    display: inline-block;
    width: 100%;
    float: left;
    background-color: white;
    padding-bottom: 1em;
    border-radius: 0px 0px 5px 5px;
}
.shop-products__item .card-body .card-title {
    color: #333;
    font-size: 2em;
    padding: .5em;
}
.shop-products__item .card-body .card-title a {
    color: #333;
}
.shop-products__item__price {
    font-size: 1.5em;
    background-color: #32a61e;
    padding: .5em 1em;
}
.shop-products__item__link {
    margin-top: 1em;
    border-radius: 3px;
    background-color: #eee;
    color: #333;
    box-shadow: none;
    transition: box-shadow .2s linear;
}
.shop-products__item__link:hover, .shop-products__item__link:focus {
    color: #333 !important;
    box-shadow: 1px 1px 2px #333;
}
.shop-products__item__link:visited {
    color: #333 !important;
}
@media all and (min-width: 440px) and (max-width: 767px) {
    .shop-products__item {
        width: 50%;
    }
}
@media all and (max-width: 439px) {
    .shop-products__item {
        width: 75%;
    }
}

/* Product Details */

.product__main-image {
    transition: box-shadow .2s linear;
    margin-bottom: 1em;
}
.product__main-image:hover, .product__main-image:focus {
    box-shadow: 0px 0px 5px #aaa;
}
.product__main-image a {
    display: inline-block;
    width: 100%;
    height: 12em;
    min-height: 12em;
    text-align: center;
    overflow: hidden;
}
.product__main-image a img {
    display: inline-block;
    width: auto;
    height: inherit;
    min-height: inherit;
    max-width: 100%;
    max-height: 100%;
}
.product__images {
    display: inline-block;
    width: 100%;
}
.product__images a {
    display: inline-block;
    width: 25%;
    min-width: 8em;
    height: auto;
    min-height: 4em;
    overflow: hidden;
    transition: box-shadow .2s linear;
}
.product__images a:hover, .product__images a:focus {
    box-shadow: 0px 0px 5px #aaa;
}
.product__images a img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.product__buy {
    margin-top: 2em;
}
.product__buy p {
    text-align: center;
}

/* Color Schemas */

.page-section--white {
    background-color: white;
}
.page-section--white h1 {
    color: #005b97;
}
.page-section--white h2 {
    color: #005b97;
}
.page-section--white .highlight {
    color: white;
    background-color: #005b97;
    /* text-shadow: 1px 1px 1px #005b97; */
}
.page-section--white p {
    color: #005b97;
}
.page-section--white ul, .page-section--white ol {
    color: #005b97;
    background: none;
}
.page-section--white ul li, .page-section--white ol li {
    color: #005b97;
    background: none;
}
.page-section--white ul li i, .page-section--white ol li i {
    color: #005b97;
}
.page-section--white .block-grid__row__block {
    color: #005b97;
}
.page-section--white .block-grid__row__block__icon {
    color: #005b97;
}
.page-section--white .block-grid__row__block__icon i {
    color: #005b97;
    border-color: #005b97;
}
.page-section--white .block-grid__row__block__text {
    color: #005b97;
}
.page-section--white .contact-button {
    color: #F2833D;
    border-color: #F2833D;
    background-color: white;
}
.page-section--white .contact-button:hover,
.page-section--white .contact-button:focus {
    color: white;
    background-color: #F2833D;
}
.page-section--white .shop-products__item .card-body .card-title {
    color: white;
}
.page-section--white .shop-products__item .card-body .card-title a {
    color: white;
}
.page-section--white .shop-products__item > a {
    background-color: white;
    border: solid 1px #0B86D9;
}
.page-section--white .shop-products__item .card-body {
    background-color: #0B86D9;
}
.page-section--white .shop-products__item__price {
    background-color: #32a61e;
}
.page-section--white .shop-products__item__link {
    background-color: white;
    color: #0B86D9 !important;
}
.page-section--white .shop-products__item__link:hover, .page-section--white .shop-products__item__link:focus {
    color: #0B86D9 !important;
    box-shadow: 2px 2px 2px #095a91;
}
.page-section--white .shop-products__item__link:visited {
    color: #0B86D9 !important;
}
.page-section--white .link-highlight,
.page-section--white .link-highlight:visited {
    color: #005b97 !important;
}

.page-section--blue {
    background-color: #0B86D9;
}
.page-section--blue h1 {
    color: white;
}
.page-section--blue h2 {
    color: white;
}
.page-section--blue .highlight {
    color: #0B86D9;
    background-color: white;
    /* text-shadow: 1px 1px 1px white; */
}
.page-section--blue p {
    color: white;
}
.page-section--blue ul, .page-section--blue ol {
    color: white;
    background: none;
}
.page-section--blue ul li, .page-section--blue ol li {
    color: white;
    background: none;
}
.page-section--blue ul li i, .page-section--blue ol li i {
    color: white;
}
.page-section--blue .block-grid__row__block {
    color: white;
}
.page-section--blue .block-grid__row__block__icon {
    color: white;
}
.page-section--blue .block-grid__row__block__icon i {
    color: white;
    border-color: white;
}
.page-section--blue .block-grid__row__block__text {
    color: white;
}
.page-section--blue .contact-button {
    color: white;
    border-color: white;
    background-color: #F2833D;
}
.page-section--blue .contact-button:hover,
.page-section--blue .contact-button:focus {
    color: #F2833D;
    background-color: white;
}
.page-section--blue .shop-products__item .card-body .card-title {
    color: #0B86D9;
}
.page-section--blue .shop-products__item .card-body .card-title a {
    color: #0B86D9;
}
.page-section--blue .shop-products__item > a {
    background-color: white;
}
.page-section--blue .shop-products__item .card-body {
    background-color: #f7fcff;
}
.page-section--blue .shop-products__item__price {
    background-color: #32a61e;
}
.page-section--blue .shop-products__item__link {
    background-color: #0B86D9;
    color: white !important;
}
.page-section--blue .shop-products__item__link:hover, .page-section--blue .shop-products__item__link:focus {
    color: white !important;
    box-shadow: 2px 2px 2px #aaa;
}
.page-section--blue .shop-products__item__link:visited {
    color: white !important;
}
.page-section--blue .link-highlight,
.page-section--blue .link-highlight:visited {
    color: white !important;
}

.page-section--white-blue {
    background-color: #0CD7F8;
}
.page-section--white-blue h1 {
    color: #005b97;
}
.page-section--white-blue p {
    color: #005b97;
}
.page-section--white-blue ul {
    color: #005b97;
    background: none;
}
.page-section--white-blue ul li {
    color: #005b97;
    background: none;
}
.page-section--white-blue ul li i {
    color: #005b97;
}
.page-section--white-blue ul li i {
    color: #005b97;
}
.page-section--white-blue .block-grid__row__block {
    color: #005b97;
}
.page-section--white-blue .block-grid__row__block__icon {
    color: #005b97;
}
.page-section--white-blue .block-grid__row__block__icon i {
    color: #005b97;
    border-color: #005b97;
}
.page-section--white-blue .block-grid__row__block__text {
    color: #005b97;
}
.page-section--white-blue .contact-button {
    color: #005b97;
    border-color: #005b97;
    background-color: #0CD7F8;
}
.page-section--white-blue .contact-button:hover,
.page-section--white-blue .contact-button:focus {
    color: #0CD7F8;
    background-color: #005b97;
}

/* PAGE SECTION BANNER */

.page-section--banner {
    padding: 0px;
}
.page-section--banner .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/* NEW PAGE SECTION */

.faq-index {
    display: inline-block;
    /* font-size: 1.2em; */
    width: 100%;
    margin: 1em 0px 4em 0px;
    text-align: left;
    color: #002a47;
}
.faq-index ol {
    padding-left: 30px;
}
.faq-index ol li.index-link {
    color: #005b97;
    cursor: pointer;
    margin-bottom: .5em;
}
.faq-index ol li.index-link:hover {
    text-decoration: underline;
}
.faq-block {
    margin-bottom: 4em;
}
.faq-block .faq-title {
    font-size: 2em;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: .5em;
}
.faq-block .faq-answer p {
    color: #002a47;
    /* font-size: 1.5em; */
    line-height: 1.5em;
    text-align: left;
    margin-bottom: .5em;
}
.faq-block .faq-answer ul {
    padding-left: 1.5em;
}
.faq-block .faq-answer ul li {
    color: #002a47;
    /* font-size: 1.5em; */
    line-height: 1.5em;
    text-align: left;
    list-style-type: disc;
}
.faq-block .faq-answer ul.no-bullet, .faq-block .faq-answer ul.no-bullet li {
    list-style: none !important;
    padding-left: 0px;
}
.faq-block .faq-answer .email-block {
    color: black;
    padding: .5em;
    /* font-size: 1.2em; */
    border: dashed 1px black;
    background: #efefef;
    margin: 1em 0px;
}

.page__section-gray {
    text-align: center;
    background: #667F90;
    padding: 3em 0px 3em 0px;
}
.page__section-gray h2 {
    color: white;
    font-size: 3em;
    text-align: center;
    margin-bottom: 1em;
}
.page__section-gray p {
    color: white;
    text-align: center;
    font-size: 2em;
    font-family: "Open Sans", Sans-serif;
    line-height: 1.5em;
    width: 100%;
}
.page__section-gray ul {
    display: inline-block;
    color: white;
    text-align: left;
    font-size: 1em;
    font-family: "Open Sans", Sans-serif;
    line-height: 1.5em;
    background: none;
    list-style: none;
    padding: 0px 0px 1em 1.5em;
    margin: 0px;
}

/* Side menu */
.side-menu-black-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
}
.side-menu-black-bg.open {
    display: block;
}
.side-menu {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    /* width: 80%; */
    width: 25em;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    z-index: 10;
    transform: translateX(-100%);
    transition: transform .2s linear;
}
.side-menu.open {
    transform: translateX(0);
}
.side-menu__wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    border-right: solid 1px #aaa;
    box-shadow: 0px 0px 5px 1px #aaa;
    z-index: 1;
}
.side-menu__wrapper__open-tab {
    display: block;
    position: absolute;
    width: 2em;
    height: auto;
    left: 100%;
    top: 20%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background: white;
    border: solid #aaa 1px;
    border-left: none;
    border-radius: 0px 1em 1em 0px;
    cursor: pointer;
    /* Box shadow */
    box-shadow: 0px 0px 5px 1px #aaa;
    z-index: 2;
    padding: .5em .5em .5em 0px;
    box-sizing: content-box;
}
.side-menu__wrapper__content {
    display: inline-block;
    position: relative;
    width: 100%;
    height: inherit;
    background-color: white;
    box-sizing: border-box;
    padding: 1em;
    overflow: scroll;
    z-index: 3;
}

/* Shop Banner */
.shop-banner {
    background-image: url('../img/casa.jpg');
    background-position: center center;
    background-size: 100vw auto;
    background-repeat: no-repeat;
    padding: 10em 0px;
}
.shop-banner .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px;
    padding: 1em;
    background: rgba(0,0,0,.5);
}
.shop-banner p {
    color: white !important;
    /* #005b97 */
    text-shadow: 0px 0px 5px #000 !important;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
@media all and (max-width: 499px) {
    .shop-banner {
        background-size: auto 100vh;
        padding: 2em 0px;
    }
}

/* Well Form blocks */
.well {
    color: #005b97 !important;
    /*
    background-color: #0B86D9 !important;
    */
}
.well h1, .well h2, .well h3, .well h4, .well h5, .well h6, .well p, .well div, .well a {
    /*
    color: #fff !important;
    */
}
.well a {
    font-weight: bold;
}
.well h1 {
    /*
    color: #005b97 !important;
    */
    font-size: 2em !important;
}
.well .texto-link {
    /*
    color: #fff !important;
    */
    font-weight: bold;
}
.nome-patrocinador-cadastro {
    font-size: 1.5em !important;
}

/* Custom form */
/* .well {
    background-color: #fff !important;
    color: #0B86D9 !important;
} */

/* Product Banner */
.product-banner {
    background-image: url('../img/seac1.png');
    background-position: center center;
    background-size: 100vw auto;
    background-repeat: no-repeat;
    padding: 10em 0px;
    height: 30em;
}
.product-banner .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px;
    padding: 1em;
    background: rgba(0,0,0,.5);
}
.product-banner p {
    color: white !important;
    /* #005b97 */
    text-shadow: 0px 0px 5px #000 !important;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
@media all and (max-width: 499px) {
    .product-banner {
        background-size: auto 100vh;
        padding: 2em 0px;
    }
}

/* PPV Block */
.ppv-block {
    display: block;
    box-shadow: 0px 0px 0px transparent;
    transition: box-shadow linear .1s;
}
.ppv-block:hover, .ppv-block:focus {
    box-shadow: 5px 5px 9px grey;
}

/* Widith Max 25vw */
.wmax25 {
    max-width: 25vw !important;
}
.wmax280px {
    max-width: 280px !important;
    min-height: 280px !important;
}

/* User block */
.menu-login-info__name-block {
    font-size: 1.2em;
    line-height: 2em;
    padding-bottom: 1em;
}
.menu-login-info__name-block__user-id {
    background-color: #0B86D9;
    color: white;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
}
.menu-login-info__name-block__user-state i.fa-check-circle {
    color: green;
}
.menu-login-info__name-block__user-state i.fa-ban {
    color: red;
}
.menu-login-info__exit-block {
    padding: 5px;
    border-radius: 5px;
    background-color: red;
    color: white !important;
    text-align: center;
}

/* Custom form */
.custom-form .control-label {
    padding: 0px;
    height: 32px;
    line-height: 32px;
}

/* Custom radio button */
.custom-radio {
    display: flex;
    height: 32px;
    justify-content: center;
    text-align: center;
}
.custom-radio .custom-radio__item label {
    background-color: grey;
    border-right: solid 1px #6dbf6d;
    color: #fff;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-bottom: 0px;
    padding: 0px 1em;
    text-align: center;
}
.custom-radio .custom-radio__item:first-child label {
    border-radius: 5px 0px 0px 5px;
}
.custom-radio  .custom-radio__item:last-child label {
    border-radius: 0px 5px 5px 0px;
    border-right: none;
}
.custom-radio input {
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.custom-radio input:checked+label {
    background-color: green;
}

.whatsapp_button {
    position: fixed;
    display: block;
    min-width: 50px;
    min-height: 50px;
    right: 0;
    top: 50%;
    font-size: 4em;
    text-align: center;
    background-color: #1bd741;
    color: white;
    border-radius: 5px 0px 0px 5px;
    padding: 5px 5px 5px 8px;
    box-shadow: 0px 0px 0px 0px transparent;
    transition: box-shadow .2s linear;
}
.whatsapp_button:hover {
    box-shadow: 0px 0px 10px 0px #0f0;
}
.whatsapp_button a {
    font-size: inherit;
    color: inherit;
}
.whatsapp_button a i {
    font-size: inherit;
    color: inherit;
}
/* List style */
.circle-list-style li {
    list-style: circle !important;
    margin-left: 1.2em !important;
    padding-right: 1.2em !important;
}
/* landing-page */
.landing-page__checkout-link {
    padding: 1em;
    margin-top: 0.5em;
    display: inline-block;
    border-radius: 0.5em;
    font-size: 2em;
    color: white !important;
    margin-top: 3em;
    /*
    background: rgb(92,194,255);
    background: linear-gradient(120deg, rgba(92,194,255,1) 0%, rgba(0,108,187,1) 35%, rgba(0,49,80,1) 100%);    
    background: rgb(92,194,255);
    background: linear-gradient(120deg, rgba(92,194,255,1) 0%, rgba(0,108,187,1) 35%, rgba(0,98,159,1) 100%);
    */
    background: rgb(83,232,100);
    background: linear-gradient(120deg, rgba(83,232,100,1) 0%, rgba(0,187,1,1) 35%, rgba(0,159,50,1) 100%);
    text-decoration: none !important;
    box-shadow: #000 0px 0px 15px 0px;
    /* animation */
    animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
}
.main-menu__menu li .landing-page__checkout-link {
    font-size: 1em;
    top: -6px;
}
/*
.landing-page__checkout-link {
    padding: 1em;
    margin-top: 0.5em;
    display: inline-block;
    border-radius: 0.5em;
    font-size: 2em;
    transition: background-color .5s linear, color .5s linear;
}
.page-section--blue .landing-page__checkout-link {
    color: #ff8421;
    background-color: white;
}
.page-section--blue .landing-page__checkout-link:hover {
    color: white;
    background-color: #ff8421;
}
.page-section--white .landing-page__checkout-link {
    color: #ff8421;
    background-color: white;
    border: solid 1px #ff8421
}
.page-section--white .landing-page__checkout-link:hover {
    color: white;
    background-color: #ff8421;
}
*/
.landing-page-section {
    display: flex;
    min-height: 100vh;
    height: auto;
    justify-content: center;
    align-items: center;
}
.landing-page-section .container {
    width: 90vw;
}
.landing-page-section .iframe-auto {
    display: inline-block;
    width: 100%;
    min-height: 500px;
    height: auto;
    max-height: 100%;
}
.landing-page-section .main-labels {
    text-align: center;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 5em;
}
.landing-page-section .main-labels i.fa {
    font-size: 3.5em;
    margin-bottom: .3em;
}
.landing-page-section .image-auto-40 {
    width: 40%;
}
.landing-page-section .image-auto-60 {
    width: 60%;
}
.landing-page-section .image-auto-80 {
    width: 80%;
}
.landing-page-section .color-white {
    color: white;
}
.position_relative {
    position: relative;
}
.img_woman {
    display: block;
    position: absolute;
    right: 10em;
    bottom: 0px;
    width: auto;
    height: 60%;
}
.landing-page-floating-header {
    display: block;
    width: 100%;
    height: 5em;
    position: fixed;
    top: 0px;
    left: 0px;
    color: #fff;
    background: rgba(12,78,149,0.95);
    box-shadow: #000 0px 0px 15px 2px;
    text-align: center;
    z-index: 1000;
}
.landing-page-floating-header h1 {
    color: inherit;
    height: inherit;
    line-height: 1.7em;
}
.img_man {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: auto;
    height: 80%;
    transform: translateX(-50%);
}
.main-text {
    height: 100vh;
    display: flex;
    /*
    flex-direction: column;
    */
    align-content: center;
    flex-wrap: wrap;
}
.main-text h1 {
    font-size: 6em;
    line-height: 1em;
}
.main-text h1 .size-2 {
    font-size: 0.8em;
}
.main-text h1 .size-3 {
    font-size: 0.7em;
}
.main-text h1 .size-4 {
    font-size: 0.6em;
}
.main-text .landing-page__checkout-link {
    font-size: 5em;
    margin-top: 1em;
}
.full-height {
    height: 100vh;
}
/* FAQ */
/*
.landing-page-section {
    min-width: 768px;
}
*/
.landing-page-section .faq-block {
    color: white;
    margin-bottom: 0px;
}
.landing-page-section .faq-block .faq-title,
.landing-page-section .faq-block .faq-answer,
.landing-page-section .faq-block .faq-answer * {
    color: inherit;
}
.landing-page-section .faq-block .faq-title {
    font-size: 1.3em;
    cursor: pointer;
    color: #0B86D9;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
}
.landing-page-section .faq-block .faq-title i {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.landing-page-section .faq-block .faq-answer {
    font-size: 1.3em;
    line-height: 1.5em;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .5s linear;
    margin-bottom: 1em;
}
.landing-page-section .faq-block .faq-answer * {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
.landing-page-section .faq-block .faq-answer.show {
    max-height: 100vh;
}
.xs-show-inline-block {
    display: none;
}
.lg-no-padding {
    padding: 0px;
}
/*
X-Small	    None	<576px
Small	    sm	    ≥576px
Medium	    md	    ≥768px
Large	    lg	    ≥992px
X-large	    xl	    ≥1200px
X-X-large	xxl	    ≥1400px
*/
@media all and (max-width: 500px) {
    /* Main section with the man image */
    .main-text h1 {
        font-size: 3em;
        line-height: 1em;
    }
    .main-text .landing-page__checkout-link {
        font-size: 2em;
        margin-top: 1em;
    }

    .landing-page__checkout-link {
        font-size: 1.2em;
        margin-top: 1em;
    }
}
@media all and (min-width: 501px) and (max-width: 600px) {
    /* Main section with the man image */
    .main-text h1 {
        font-size: 3em;
        line-height: 1em;
    }
    .main-text .landing-page__checkout-link {
        font-size: 2em;
        margin-top: 1em;
    }

    .landing-page__checkout-link {
        font-size: 1.5em;
        margin-top: 1em;
    }
}
@media all and (min-width: 601px) and (max-width: 768px) {
    /* Main section with the man image */
    .main-text h1 {
        font-size: 3em;
        line-height: 1em;
    }
    .main-text .landing-page__checkout-link {
        font-size: 2em;
        margin-top: 1em;
    }
}
@media all and (max-width: 769px) and (max-width: 991px) {
    .xs-hide {
        display: none;
    }
    .xs-show-inline-block {
        display: inline-block;
    }

    /* Main section with the man image */

    /* Video section with 4 attributes */
    .landing-page-section .main-labels {
        width: 50% !important;
        display: inline-block;
        float: left;
        margin-bottom: 1em;
    }

    /* Section with product photo and women image */
    .landing-page-section .xs-image-auto-50 {
        display: inline-block;
        width: 50%;
        float: left;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .lg-no-padding {
        padding: 0px;
    }
    .lg-hide {
        display: none;
    }
    .lg-show-inline-block {
        display: inline-block;
    }

    /* Main section with the man image */
    .img_man {
        max-height: 60%;
        height: auto;
    }
    .main-text h1 {
        font-size: 3.9em;
        line-height: 1em;
    }
    .main-text h1 .size-2 {
        font-size: 0.8em;
    }
    .main-text h1 .size-3 {
        font-size: 0.7em;
    }
    .main-text h1 .size-4 {
        font-size: 0.6em;
    }
    .main-text .landing-page__checkout-link {
        font-size: 2em;
        margin-top: 1em;
    }

    /* Video section with 4 attributes */
    .landing-page-section .main-labels {
        width: 50% !important;
        display: inline-block;
        float: left;
        margin-bottom: 1em;
    }

    /* Section with product photo and women image */
    .landing-page-section .xs-image-auto-50 {
        display: inline-block;
        width: 50%;
        float: left;
    }
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
    .lg-no-padding {
        padding: 0px;
    }

    /* Main section with the man image */
     .img_man {
        max-height: 60%;
        height: auto;
    }
    .main-text h1 {
        font-size: 4em;
        line-height: 1em;
    }
    .main-text h1 .size-2 {
        font-size: 0.8em;
    }
    .main-text h1 .size-3 {
        font-size: 0.7em;
    }
    .main-text h1 .size-4 {
        font-size: 0.6em;
    }
    .main-text .landing-page__checkout-link {
        font-size: 2em;
        margin-top: 1em;
    }    

    /* Section with product photo and women image */
    .img_woman {
        height: 40%;
    }
}
@media all and (min-width: 1400px) and (max-width: 1599px) {
    .lg-no-padding {
        padding: 0px;
    }

    /* Main section with the man image */
    .img_man {
        max-height: 60%;
        height: auto;
    }
    .main-text h1 {
        font-size: 5em;
        line-height: 1em;
    }
    .main-text .landing-page__checkout-link {
        font-size: 3em;
        margin-top: 1em;
    }    

    /* Section with product photo and women image */
    .img_woman {
        height: 50%;
    }

    /* Section about legal */
    /*
    .section-legal .col-lg-4,
    .section-legal .col-lg-8 {
        width: 100% !important;
    }
    */
}
@media all and (min-width: 1600px) and (max-width: 1749px) {
    /* Main section with the man image */
    .main-text .landing-page__checkout-link {
        font-size: 4em;
        margin-top: 1em;
    }
}