/*
Theme Name: Passiphlora
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: passiphlora
*/
/*-----------------------------------------------------------------------------------
	    site-passiphlora
        Built with Blocs
-----------------------------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-container {
    overflow-x: hidden;
} /* Prevents unwanted scroll space when scroll FX used. */
a,
button {
    transition: background .3s ease-in-out;
    outline: none!important;
} /* Prevent ugly blue glow on chrome and safari */
a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* Preloader */
.page-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center;
}

/* = Blocs
-------------------------------------------------------------- */
.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex;
}

.bloc .container {
    padding-left: 0;
    padding-right: 0;
}

/* Sizes */
.bloc-xl {
    padding: 150px 50px;
}

.bloc-lg {
    padding: 100px 50px;
}

.bloc-md {
    padding: 50px;
}

.bloc-sm {
    padding: 20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */
.full-width-bloc {
    padding-left: 0;
    padding-right: 0;
}

.full-width-bloc .row {
    margin-left: 0;
    margin-right: 0;
}

.full-width-bloc .container {
    width: 100%;
    max-width: 100%!important;
}

.full-width-bloc .carousel img {
    width: 100%;
    height: auto;
}

/* Background Styles */
.bg-center,
.bg-l-edge,
.bg-r-edge,
.bg-t-edge,
.bg-b-edge,
.bg-tl-edge,
.bg-bl-edge,
.bg-tr-edge,
.bg-br-edge,
.bg-repeat {
    -webkit-background-size: auto!important;
    -moz-background-size: auto!important;
    -o-background-size: auto!important;
    background-size: auto!important;
}

.bg-center {
    -webkit-background-size: auto;
}

.bg-b-edge {
    background: bottom no-repeat;
}

.bg-bl-edge {
    background: bottom left no-repeat;
}

/* Background Effects */
.b-parallax {
    background-attachment: fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
    .b-parallax {
        background-attachment: scroll;
    }
}

/* Dark theme */
.d-bloc {
    color: rgba(255,255,255,.7);
}

.d-bloc button:hover {
    color: rgba(255,255,255,.9);
}

.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
    border-color: rgba(255,255,255,.9);
}

.d-bloc .divider-h span {
    border-color: rgba(255,255,255,.2);
}

.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc a .icon-sm,
.d-bloc a .icon-md,
.d-bloc a .icon-lg,
.d-bloc a .icon-xl,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
    color: rgba(255,255,255,.6);
}

.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc a:hover .icon-sm,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-xl,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
    color: rgba(255,255,255,1);
}

.d-bloc .navbar-toggle .icon-bar {
    background: rgba(255,255,255,1);
}

.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}

.d-bloc .card {
    color: rgba(0,0,0,.5);
}

.d-bloc .card button:hover {
    color: rgba(0,0,0,.7);
}

.d-bloc .card icon {
    border-color: rgba(0,0,0,.7);
}

.d-bloc .card .divider-h span {
    border-color: rgba(0,0,0,.1);
}

.d-bloc .card .a-btn {
    color: rgba(0,0,0,.6);
}

.d-bloc .card .a-btn:hover {
    color: rgba(0,0,0,1);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover {
    color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.3);
}

/* Light theme */
.d-bloc .card,
.l-bloc {
    color: rgba(0,0,0,.5);
}

.d-bloc .card button:hover,
.l-bloc button:hover {
    color: rgba(0,0,0,.7);
}

.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
    border-color: rgba(0,0,0,.7);
}

.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
    border-color: rgba(0,0,0,.1);
}

.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
    color: rgba(0,0,0,.6);
}

.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
    color: rgba(0,0,0,1);
}

.l-bloc .navbar-toggle .icon-bar {
    color: rgba(0,0,0,.6);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
    color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.3);
}

/* Row Margin Offsets */
.voffset {
    margin-top: 30px;
}

.voffset-md {
    margin-top: 50px;
}

/* = NavBar
-------------------------------------------------------------- */
.hero .hero-nav {
    padding-left: inherit;
    padding-right: inherit;
}

/* Handle Multi Level Navigation */
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}

.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus {
    background: transparent;
    outline: 0;
}

.dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */
.mg-clear {
    margin: 0;
}

.mg-sm {
    margin-top: 10px;
    margin-bottom: 5px;
}

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mg-lg {
    margin-top: 10px;
    margin-bottom: 40px;
}

img.mg-sm,
img.mg-md,
img.mg-lg {
    margin-top: 0;
}

img.mg-sm {
    margin-bottom: 10px;
}

img.mg-md {
    margin-bottom: 30px;
}

img.mg-lg {
    margin-bottom: 50px;
}

/* = Buttons
-------------------------------------------------------------- */
.btn-d,
.btn-d:hover,
.btn-d:focus {
    color: #FFF;
    background: rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button {
    outline: none!important;
}

.btn-rd {
    border-radius: 40px;
}

.a-block {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.text-center .a-block {
    text-align: center;
}

.icon-spacer {
    margin-right: 5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm {
    font-size: 18px!important;
}

.icon-md {
    font-size: 30px!important;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq,
.card-sq .card-header,
.card-sq .card-footer {
    border-radius: 0;
}

.card-rd {
    border-radius: 30px;
}

.card-rd .card-header {
    border-radius: 29px 29px 0 0;
}

.card-rd .card-footer {
    border-radius: 0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h {
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}

.divider-h span {
    display: block;
    border-top: 1px solid transparent;
}

.divider-half {
    width: 50%;
    margin: 0 auto;
}

.dropdown-menu .divider-h,
.dropdown-menu .divider-half {
    padding: 0;
}

/* = Forms
-------------------------------------------------------------- */
.form-control {
    border-color: rgba(0,0,0,.1);
    box-shadow: none;
}

/* iFrame */
iframe {
    border: 0;
}

.carousel-caption-center {
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
}

.carousel-caption-top {
    bottom: inherit;
    top: 20px;
}

.hide-indicators {
    display: none;
}

/* ScrollToTop button */
.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 500;
    transition: all .3s ease-in-out;
}

.scrollToTop span {
    margin-top: 6px;
}

.showScrollTop {
    font-size: 14px;
    opacity: 1;
}

/* = Lightbox
-------------------------------------------------------------- */
a[data-lightbox] {
    position: relative;
    display: block;
    text-align: center;
}

a[data-lightbox]:hover::before {
    content: "+";
    font-family: "Montserrat";
    font-size: 32px;
    line-height: 42px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50%;
    background: rgba(0,0,0,.6);
    color: #FFF;
    font-weight: 100;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

a[data-lightbox]:hover img {
    opacity: 0.6;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.lightbox-caption {
    padding: 20px;
    color: #FFF;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 5px;
}

.close-lightbox {
    color: #FFF;
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    background: rgba(0,0,0,.5);
    border: none;
    line-height: 30px;
    padding: 0 9px 5px;
    opacity: 0.3;
    border-radius: .25rem;
}

.close-lightbox:hover,
.next-lightbox:hover,
.prev-lightbox:hover {
    opacity: 1.0;
    color: #FFF;
}

.next-lightbox,
.prev-lightbox {
    font-size: 20px;
    color: rgba(255,255,255,.9);
    background: rgba(0,0,0,.5);
    transition: all .2s ease-in-out;
    position: absolute;
    top: 45%;
    z-index: 1;
    opacity: 0.4;
    border-radius: .25rem;
}

.next-lightbox {
    padding: 6px 8px 1px 13px;
    right: 25px;
}

.prev-lightbox {
    padding: 6px 13px 1px 10px;
    left: 25px;
}

/* = Custom Styling
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
    font-family: "Montserrat";
    font-size: 18px;
}

.container {
    max-width: 1140px;
}

.link-style {
    line-height: 0px;
    font-size: 0px;
    font-family: "Montserrat";
}

.navbar-brand img {
    height: 50px;
}

.navbar-nav li a {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 14px;
    color: #FEFFFF!important;
    font-weight: 600;
}

.bloc-margin-top {
    margin-top: 0px;
    margin-bottom: -52px;
}

.link-margin-left {
    margin-left: 0px;
    margin-right: 15px;
}

.link-margin-right {
    margin-right: 15px;
}

.link-destaques-margin-right {
    margin-right: 15px;
    margin-left: 1px;
}

.link-blog-margin-right {
    margin-right: 15px;
}

.link-0-style {
    font-size: 12px;
    font-family: "Montserrat";
}

.container-div-style {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 8px;
    margin-left: -1px;
    height: 32px;
}

.h3-margin-left {
    margin-left: 236px;
    font-family: "Montserrat";
    font-size: 20px;
    width: 48.69%;
    margin-top: 14px;
    font-weight: 500;
}

.icon-margin-right {
    margin-left: 20px;
}

.nav {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.bloc-0-margin-bottom {
    margin-bottom: 1px;
}

.img-margin-right {
    height: 50px;
    margin-bottom: 9px;
    margin-top: 3px;
}

.row-margin-top {
    margin-top: -3px;
    margin-bottom: -10px;
}

.gradiente {
    background: linear-gradient(90deg, #ED7146, #7C61A7);
    font-family: "Montserrat";
    font-weight: 500;
}

.gradiente2 {
    background-color: transparent;
    background: linear-gradient(180deg, #DCF4EE, #FEFFFF);
}

h2 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 30px;
}

.p-style {
    width: 86.96%;
    margin-top: 0px;
}

.h2-style {
    margin-bottom: 38px;
    font-size: 30px;
    background-color: transparent;
    color: #ED7146 !important;
}

.h2-receita-style {
    font-size: 100px;
    width: 82.52%;
    margin-top: -17px;
    margin-bottom: 94px;
}

h3 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 26px;
    color: #68BEAB!important;
    line-height: 36px;
}

.h3-style {
    width: 100%;
    text-align: center;
    color: #ED7146!important;
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0px;
    text-indent: 10px;
    background-color: transparent;
    color: #5E5E5E!important;
    line-height: 32px;
}

p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    color: #5E5E5E!important;
    line-height: 26px;
}

.p-bloc-3-style {
    width: 70.27%;
}

.p-margin-left {
    margin-left: 68px;
    width: 68.29%;
    margin-top: 10px;
}

.h2-bloc-3-style {
    font-family: "Montserrat";
    font-weight: 500i;
    font-size: 24px;
    width: 65.7%;
    margin-left: 196px;
}

.p-2-style {
    width: 78.13%;
    margin-left: 67px;
    letter-spacing: 0px;
}

.h2-margin-left {
    margin-left: 3px;
    margin-bottom: 38px;
}

.p-bloc-4-style {
    width: 94.02%;
    margin-left: 2px;
    font-size: 15px;
    color: #FCECE5!important;
    font-weight: 500;
    line-height: 25px;
}

.row-bloc-3-margin-top {
    margin-top: 28px;
    margin-bottom: -50px;
}

.bloc-style {
    width: 82.34%;
}

.btn-margin-top {
    margin-top: 0px;
}

.bloc-bloc-4-margin-top {
    margin-top: 90px;
}

.dropdown {
    background-color: #ED7146;
}

.img-marc-margin-right {
    margin-right: 16px;
}

.img-marc-style {
    width: 473px;
}

.h2-a-passiphlora-style {
    font-size: 50px;
    letter-spacing: 15px;
    font-family: "Montserrat";
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    margin-top: 0px;
}

.bloc-0-margin-top {
    margin-top: 24px;
}

.bloc-0-bloc-4-margin-top {
    margin-top: -38px;
}

.row-bloc-4-margin-top {
    margin-top: -20px;
}

.paragraph-white {
    background-color: #EDF9F8;
}

h5 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    color: #A9A9A9!important;
}

.div-color {
    background-color: transparent;
    border-style: solid;
    color: #DCF4EE!important;
    text-shadow: 0px 0px 0px #ED7146;
    border-color: rgba(0,0,0,0.0)!important;
}

.p-bloc-6-style {
    width: 100%;
    margin-left: -1px;
    margin-bottom: 60px;
}

.img-beleza-style {
    width: 150px;
    margin-bottom: 31px;
}

.img-margin-bottom {
    margin-bottom: 58px;
    width: 200px;
    margin-top: 0px;
}

.img-beleza-margin-bottom {
    margin-bottom: 30px;
    width: 90px;
    height: 90px;
}

.img-8-style {
    width: 150px;
    margin-bottom: 30px;
}

.img-6-style {
    width: 90px;
    margin-bottom: 30px;
    height: 90px;
}

.card-header-style {
    height: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.card-header-margin-bottom {
    margin-bottom: 20px;
    height: 51px;
    margin-top: 0px;
    display: block;
    border-color: #F2D2BC!important;
    background-color: transparent;
}

.h3-beleza-style {
    width: 100%;
}

a {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FEFFFF!important;
}

.container-div-margin-top {
    margin-top: 2px;
}

.card-header-bloc-6-style {
    height: 50px;
}

.card-header-13-style {
    height: 50px;
}

.h4-margin-bottom {
    margin-bottom: 55px;
}

.bloc-bloc-6-margin-top {
    margin-top: 50px;
}

.bloc-0-bloc-6-margin-top {
    margin-top: 50px;
}

.card-header-14-style {
    height: 50px;
    margin-bottom: 0px;
}

.card-header-15-margin-bottom {
    margin-top: 0px;
}

.card-header-15-style {
    height: 50px;
}

.img-uso-contin-style {
    width: 263px;
}

.card-header-14-margin-bottom {
    margin-top: -9px;
    margin-bottom: 0px;
    height: 60px;
}

.container-div-margin-bottom {
    margin-bottom: 10px;
    margin-top: 3px;
}

.container-div-bloc-6-margin-top {
    margin-top: 0px;
    margin-bottom: 10px;
}

.img-margin-top {
    margin-top: 78px;
    height: 600px;
    margin-bottom: 159px;
}

.img-margin-left {
    margin-left: 67px;
    margin-top: -55px;
}

.h3-margin-bottom {
    margin-bottom: 40px;
    margin-top: -1px;
}

.card-body-bloc-6-margin-top {
    margin-top: -9px;
}

.card-header-bloc-6-margin-bottom {
    margin-top: -2px;
}

.card-header-bloc-4-margin-bottom {
    margin-bottom: 20px;
}

.card-header-3-margin-bottom {
    margin-bottom: 20px;
    background-color: transparent;
}

.card-header-4-margin-bottom {
    margin-bottom: 20px;
}

.card-header-5-margin-bottom {
    margin-bottom: 21px;
}

.card-body-margin-left {
    margin-left: 19px;
}

.h3-nutrição-style {
    font-size: 24px;
    line-height: 30px;
}

.h3-emagrecimento-style {
    font-size: 24px;
    line-height: 30px;
}

.h3-uso-contínuo-style {
    font-size: 24px;
    line-height: 30px;
}

.h3-bloc-6-style {
    font-size: 24px;
    line-height: 30px;
}

.h3-8-style {
    font-size: 24px;
    line-height: 30px;
}

.h3-florais-style {
    font-size: 24px;
}

.h3-10-style {
    font-size: 24px;
    line-height: 30px;
}

.h3-11-style {
    font-size: 24px;
    line-height: 30px;
}

.h3-12-style {
    font-size: 24px;
    line-height: 30px;
}

.card-header-margin-top {
    margin-top: -12px;
}

.bloc-bloc-7-margin-top {
    margin-top: -22px;
    margin-bottom: 1px;
}

.carousel-margin-right {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: -1px;
}

.h3-fitoterápicos-margin-bottom {
    margin-top: -35px;
}

.p-bloc-7-style {
    width: 100%;
    margin-left: 175px;
    margin-top: -1px;
    color: transparent!important;
}

.divider-color {
    background-color: #A9A9A9;
    height: 0px;
    background-size: auto 1px;
    background-clip: content-box!important;
    -webkit-background-clip: content-box!important;
    border-color: #A9A9A9!important;
    text-shadow: 0px 62px 0px #ED7146;
}

.divider-color2 {
    border-color: #F2D2BC!important;
    background-color: #F2D2BC;
    background-clip: content-box!important;
    -webkit-background-clip: content-box!important;
    background-size: auto 1px;
}

.divider {
    background-color: #C0C0C0;
    background-clip: content-box!important;
    -webkit-background-clip: content-box!important;
    border-color: #EAEAEA!important;
    background-size: auto auto;
    background-position: center top;
    display: block;
    border-style: none;
}

.div-white {
    background-color: #EDF9F8;
    border-color: #F2D2BC!important;
    background-size: auto 1px;
    background-clip: content-box!important;
    -webkit-background-clip: content-box!important;
    background-repeat: repeat;
    background-position: center top;
    border-style: none;
    border-width: 0px 0px 0px 0px;
}

.divider-bloc-6-margin-top {
    margin-top: -10px;
}

.divider-bloc-8-margin-top {
    margin-top: 0px;
    margin-bottom: 21px;
}

label {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 15px;
    color: #7C61A7!important;
}

.btn-margin-right {
    width: 28.75%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

.divider-bloc-7-margin-top {
    margin-top: -10px;
    border-color: #DCF4EE!important;
}

.container-div-bloc-7-margin-top {
    margin-top: 0px;
    height: 691px;
    margin-bottom: 9px;
}

.btn-style {
    width: 31.47%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 39px 39px 39px 39px;
}

.link-bloc-9-style {
    height: 354px;
}

.h2-redes-sociais-margin-top {
    margin-top: -30px;
    margin-bottom: 1px;
}

.form-style {
    border-color: #7C61A7!important;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 10px;
    color: #A9A9A9!important;
    background-color: transparent;
    border-style: none;
    background-clip: content-box!important;
    -webkit-background-clip: content-box!important;
    background-size: auto auto;
    width: 90%;
}

.p-g-style {
    width: 95.2%;
}

.h3-prático-rápido-style {
    width: 95.28%;
    font-size: 30px;
    margin-top: 33px;
}

.row-16-margin-top {
    margin-top: -39px;
}

.bloc-g-margin-top {
    margin-top: 0px;
}

.bloc-0-g-margin-top {
    margin-top: 50px;
    margin-bottom: 60px;
}

.row-margin-right {
    margin-right: 0px;
}

.field-style {
    border-color: rgba(125,97,167,0.5)!important;
}

.field-margin-bottom {
    border-color: rgba(125,97,167,0.5)!important;
    margin-bottom: 14px;
}

.h3-g-style {
    font-size: 28px;
}

.label-style {
    width: 100%;
    background-color: transparent;
    color: #FEFFFF!important;
}

.label-5-style {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 28px;
    margin-top: -2px;
}

.icon-margin-top {
    margin-top: 56px;
}

.icon-margin-bottom {
    margin-bottom: 50px;
}

.icon-0-margin-left {
    margin-left: 0px;
}

.icon-0-margin-bottom {
    margin-bottom: 26px;
}

.bloc-29813-margin-bottom {
    margin-bottom: 20px;
}

.bloc-bloc-0-margin-bottom {
    margin-bottom: -23px;
}

.h2-2-style {
    font-family: Montserrat;
    font-weight: 800;
    width: 48.37%;
}

.row-margin-bottom {
    margin-bottom: -75px;
    margin-top: 60px;
}

.divider:hover {
}

.divider:active {
}

.divider-margin-top {
    margin-top: -10px;
}

h6 {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #A9A9A9!important;
}

.h6-style {
    width: 92.54%;
    margin-left: 59px;
}

.img-style {
    width: 48px;
    height: 48px;
}

.row-style {
    width: 100%;
    margin-right: 16px;
    margin-bottom: 56px;
}

.card-header-6-style {
    height: 50px;
}

.indicators {
    background-color: #C0C0C0;
    border-color: #FEFFFF!important;
}

.p-margin-bottom {
    background-color: transparent;
    border-color: rgba(0,0,0,0.0)!important;
    color: #FEFFFF!important;
    width: 77.07%;
    margin-left: 92px;
    font-size: 16px;
}

.icon-bloc-12-margin-top {
    margin-top: -5px;
}

.h2-margin-top {
    margin-top: -25px;
    margin-bottom: 0px;
}

.h2-destaques-margin-top {
    margin-top: -25px;
}

.carousel-margin-top {
    margin-top: -29px;
    margin-bottom: 15px;
}

.h2-blog-margin-top {
    margin-top: -133px;
    margin-bottom: 0px;
}

.container-div-margin-right {
    margin-left: -18px;
    width: 100%;
    margin-right: 79px;
}

.link-margin-bottom {
    margin-bottom: 9px;
}

.link-produtos-margin-bottom {
    margin-bottom: 10px;
}

.link-destaques-margin-bottom {
    margin-bottom: 10px;
}

.link-contato-margin-bottom {
    margin-bottom: 10px;
}

.h4- -43-3024-6464-margin-top {
    margin-top: 14px;
}

.bloc-bloc-0-margin-top {
    margin-top: 3px;
    margin-bottom: 12px;
}

.link-contato-margin-right {
    margin-right: 10px;
}

.bloc-bloc-1-margin-bottom {
    margin-bottom: -1px;
    margin-top: 0px;
}

.bloc-0-bloc-1-margin-bottom {
    margin-top: 0px;
    margin-bottom: 30px;
}

.row-bloc-1-margin-bottom {
    margin-bottom: 0px;
    width: 100%;
}

.carousel-margin-bottom {
    margin-bottom: 0px;
}

.h2-bloc-12-style {
    width: 45.37%;
}

.h3-bloc-12-style {
    width: 37.05%;
}

.nav-links {
    color: transparent!important;
    background-color: #ED7146;
}

.row-19-style {
    width: 91.6%;
    margin-left: 95px;
    margin-right: -50px;
}

.bloc-36615-margin-top {
    margin-top: 50px;
}

.bloc-25834-margin-top {
    margin-top: 50px;
}

.bloc-4113-margin-top {
    margin-top: 49px;
}

.h2-9-style {
    width: 40.68%;
}

.h3-19-style {
    width: 37.75%;
    margin-left: -1px;
    margin-top: 0px;
}

.row-bloc-14-margin-right {
    margin-right: 190px;
    margin-top: -3px;
    margin-left: 288px;
}

.bloc-3075-margin-bottom {
    margin-top: 20px;
}

.bloc-26085-margin-bottom {
    margin-bottom: 311px;
}

.row-22-margin-bottom {
    margin-bottom: -284px;
}

.row-22-margin-right {
    margin-right: 97px;
    margin-left: 215px;
    width: 33.94%;
}

.img-blog-image-margin-left {
    margin-left: 1px;
    width: 639px;
}

.h3-21-style {
    width: 82.34%;
}

.h3-22-style {
    width: 82.61%;
}

.label-novidade-style {
    width: 82.07%;
}

.h3-46908-style {
    width: 78.1%;
    margin-left: 44px;
}

.p-50-style {
    width: 86.96%;
}

.h3-22-margin-left {
    margin-left: 66px;
    width: 77.99%;
}

.h3-33741-style {
    width: 65.08%;
}

.text-area-margin-bottom {
    margin-bottom: 19px;
}

.container-div-25869-style {
    margin-top: 25px;
}

.bloc-bloc-20-margin-bottom {
}

.field-bloc-20-style {
    width: 100%;
    font-size: 14px;
    color: #7C61A7!important;
}

.bloc-bloc-20-margin-top {
    margin-top: 15px;
}

.p-bloc-20-style {
    line-height: 17px;
    margin-top: 0px;
}

.h6-margin-bottom {
    margin-bottom: -10px;
}

.divider-margin-bottom {
    width: 99.38%;
    margin-top: 8px;
}

.container-div-bloc-20-margin-top {
    margin-top: 26px;
    width: 14.81%;
}

.bloc-40198-margin-top {
    margin-top: 154px;
}

.h3-23-style {
    font-size: 20px;
    line-height: 24px;
}

.p-1-style {
}

.h3-1-style {
    width: 48.37%;
    font-size: 26px;
    margin-bottom: -12px;
    margin-top: -35px;
}

.p-44598-style {
}

.h3-2-style {
    width: 37.8%;
}

.p-margin-top {
}

.btn-saiba-mais-style {
    border-radius: 23px 23px 23px 23px;
}

.h2-1-style {
    font-size: 36px;
    margin-bottom: 29px;
}

.container-div-bloc-2-style {
    width: 100%;
    margin-left: 0px;
}

.h4--43-3024-6464-style {
    width: 74.9%;
    font-size: 18px;
}

.h4-margin-left {
    margin-left: -20px;
}

.row-margin-left {
    margin-left: 97px;
}

.h4-1-style {
    width: 76.13%;
    margin-left: 66px;
}

.h5--43-3024-6464-style {
    font-size: 18px;
}

.h5-header-style {
    width: 100%;
    font-size: 18px;
    margin-left: -7px;
}

.h5- 43-3024-6464-style {
    font-size: 18px;
}

.icon-margin-left {
    margin-left: 10px;
}

.icon-header-margin-left {
    margin-left: 10px;
}

.icon-0-header-margin-left {
    margin-left: 20px;
}

.container-div-footer-margin-right {
    margin-right: 21px;
}

.bloc-footer-margin-bottom {
    margin-bottom: -45px;
}

.bloc-0-footer-margin-bottom {
    margin-bottom: -50px;
}

.icon-footer-margin-top {
    margin-top: -7px;
}

.bloc-46341-margin-bottom {
    margin-bottom: 50px;
}

.divider-0-margin-top {
    margin-top: -1px;
}

.row-18-margin-top {
    margin-top: 31px;
}

.h4-entregas-margin-bottom {
    margin-bottom: 40px;
}

.img-delive-margin-bottom {
    margin-bottom: 15px;
    width: 141px;
}

.h5-7-style {
    font-size: 24px;
}

.h4-5-margin-bottom {
    margin-bottom: 0px;
    margin-top: 0px;
}

.h5-margin-top {
    margin-top: -22px;
}

.img-correi-style {
    width: 141px;
}

.p-entregas-margin-top {
    margin-top: 0px;
}

.h6-entregas-style {
    font-size: 14px;
    margin-top: 15px;
}

.row-redes-sociais-margin-top {
    margin-top: -33px;
}

.btn-anexar-receita-margin-top {
    margin-bottom: 10px;
}

.row-contato-margin-top {
    margin-top: 26px;
}

.h5-contato-margin-top {
    margin-top: 0px;
}

.h3-margin-top {
    margin-top: 30px;
}

.h3-correios-margin-top {
    margin-top: 30px;
}

.p-sobre-style {
    width: 100%;
    margin-left: -1px;
    margin-top: 0px;
}

.p-4-style {
    width: 86.39%;
}

.p-5-style {
    width: 97.22%;
}

.p-6-style {
    width: 89.72%;
}

/* = Colour
-------------------------------------------------------------- */
/* Background colour styles */
.bgc-alice-blue {
    background-color: #EEF9F8;
}

.bgc-glitter {
    background-color: #DCF4EE;
}

.bgc-burnt-sienna {
    background-color: rgba(238,114,71,0.0);
}

.bgc-royal-purple {
    background-color: #7C61A7;
}

.bgc-white {
    background-color: rgba(255,255,255,0.8);
}

.bgc-medium-aquamarine {
    background-color: #68BEAB;
}

/* Text colour styles */
.tc-medium-aquamarine {
    color: #68BEAB !important;
}

.tc-apricot {
    color: #F2D2BC!important;
}

.tc-alice-blue {
    color: #EEF9F8!important;
}

.tc-burnt-sienna {
    color: #ED7146!important;
}

.tc-white {
    color: #FFFFFF!important;
}

.tc-glitter {
    color: #DCF4EE!important;
}

.tc-royal-purple {
    color: #7C61A7!important;
}

.tc-white-2 {
    color: #FFFFFF!important;
}

/* Button colour styles */
.btn-burnt-sienna {
    background: #ED7146;
    color: #FFFFFF !important;
}

.btn-burnt-sienna:hover {
    background: #be5a38!important;
    color: #FFFFFF!important;
}

.btn-royal-purple {
    background: #7C61A7;
    color: #FFFFFF!important;
}

.btn-royal-purple:hover {
    background: #634e86!important;
    color: #FFFFFF!important;
}

.btn-isabelline {
    background: #EBEBEB;
    color: rgba(0,0,0,.5)!important;
}

.btn-isabelline:hover {
    background: #bcbcbc!important;
    color: rgba(0,0,0,.5)!important;
}

/* Link colour styles */
.ltc-apricot {
    color: #F2D2BC!important;
}

.ltc-apricot:hover {
    color: #c2a896!important;
}

.ltc-medium-aquamarine {
    color: #68BEAB!important;
}

.ltc-medium-aquamarine:hover {
    color: #539889!important;
}

/* Icon colour styles */
.icon-burnt-sienna {
    color: #ED7146!important;
    border-color: #ED7146!important;
}

.icon-isabelline {
    color: #EBEBEB!important;
    border-color: #EBEBEB!important;
}

.icon-white {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.icon-royal-purple {
    color: #7C61A7!important;
    border-color: #7C61A7!important;
}

.icon-white-2 {
    color: #FFFFFF!important;
    border-color: #FFFFFF!important;
}

/* Bloc image backgrounds */
.bg-leaves {
    background-image: url("img/leaves.png");
}

.bg-back-laranja {
    background-image: url("img/back-laranja.png");
}

.bg-back-pills {
    background-image: url("img/back-pills.png");
}

.bg-back-destaques {
    background-image: url("img/back-destaques.png");
}

.bg-back-leaves {
    background-image: url("img/back-leaves.png");
}

blockquote p {
    color: #7C61A7 !important;
    width: 65.08%;
    margin-left: 66px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

[data-toggle="collapse"] .fa:before {
    content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
}

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bloc.full-width-bloc,
    .bloc-tile-2.full-width-bloc .container,
    .bloc-tile-3.full-width-bloc .container,
    .bloc-tile-4.full-width-bloc .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px)
{
    .container {
        width: 100%;
    }

    .page-container,
    #hero-bloc {
        overflow-x: hidden;
        position: relative;
    } /* Prevent unwanted side scroll on mobile */
    .bloc {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    } /* iPhone X Notch Support*/
    .bloc-group,
    .bloc-group .bloc {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px)
{
    .page-container {
        overflow-x: hidden;
        position: relative;
    }

    .bloc-tile-2 .container,
    .bloc-tile-3 .container,
    .bloc-tile-4 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .a-block {
        padding: 0 10px;
    }

    .btn-dwn {
        display: none;
    }

    .voffset {
        margin-top: 5px;
    }

    .voffset-md {
        margin-top: 20px;
    }

    .voffset-lg {
        margin-top: 30px;
    }

    form {
        padding: 5px;
    }

    .close-lightbox {
        display: inline-block;
    }

    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }

    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px;
    }
}

@media (max-width: 991px){
    .mt-md-0 {
    }

    .mt-md-4 {
    }

    /* MD Row Margin Offsets */
    .voffset-md {
        margin-top: 30px;
    }
}

@media (max-width: 767px){
    .img-margin-left {
        margin-left: 0px;
    }

    .bg-back-destaques {
        background-color: #65c6b2;
        background-image: none;
    }
}

@media (max-width: 575px){
    .mt-1 {
    }

    .h2-a-passiphlora-style {
        font-size: 27px;
    }

    .footer-link {
        text-align: center;
    }
}