:root {
    --verde:#7bc184;
    /*123, 193, 132*/

    --azul:#6ab7a1;
    /*106, 183, 161*/

    /*--amarelo:#fff200;*/
    --amarelo:#6cb3c1;
    /*255, 242, 0*/

    --roxo:#8ea1c7;
    /*142, 161, 199*/

    --rosa:#e09fa6;
    /*224, 159, 166*/

    --bege:#cbcc98;
    /*226, 224, 197*/
}


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
}
p,ul,li,div,a
{
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.63em;
    letter-spacing: .5px;
    font-size:16px;
}
nav, header, footer, article, section, figure, figcaption {
    display: block;
    margin: 0;
}
figure, figcaption, img {
    line-height: 0;
}
img, input, object, embed {
    max-width: 100%;
    border: 0;
    margin: 0;
}
input, textarea {
    border-radius: 0;
    outline: 0;
}
button {
    outline: 0;
}
a, a:hover, a:focus {
    text-decoration: none;
}
::-moz-selection, ::selection {
    color: #fff;
}
* {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container .row, .container-fluid .row {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .container {
    width: 750px;
}
}@media (min-width: 992px) {
    .container {
    width: 970px;
}
}@media (min-width: 1200px) {
    .container {
    width: 1170px;
}
}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-12 {
    width: 100%}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666667%}
.col-xs-offset-10 {
    margin-left: 83.33333333%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666667%}
.col-xs-offset-7 {
    margin-left: 58.33333333%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.66666667%}
.col-xs-offset-1 {
    margin-left: 8.33333333%}
.col-xs-offset-0 {
    margin-left: 0%}
@media (max-width: 767px) {
    .hidden-xs {
    display: none !important;
}
}@media (min-width: 768px) {
    .col-sm-12 {
    width: 100%}
.col-sm-11 {
    width: 91.66666667%}
.col-sm-10 {
    width: 83.33333333%}
.col-sm-9 {
    width: 75%}
.col-sm-8 {
    width: 66.66666667%}
.col-sm-7 {
    width: 58.33333333%}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.66666667%}
.col-sm-1 {
    width: 8.33333333%}
.col-sm-offset-12 {
    margin-left: 100%}
.col-sm-offset-11 {
    margin-left: 91.66666667%}
.col-sm-offset-10 {
    margin-left: 83.33333333%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-8 {
    margin-left: 66.66666667%}
.col-sm-offset-7 {
    margin-left: 58.33333333%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-5 {
    margin-left: 41.66666667%}
.col-sm-offset-4 {
    margin-left: 33.33333333%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-2 {
    margin-left: 16.66666667%}
.col-sm-offset-1 {
    margin-left: 8.33333333%}
.col-sm-offset-0 {
    margin-left: 0%}
}@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
    display: none !important;
}
}@media (min-width: 992px) {
    .col-md-12 {
    width: 100%}
.col-md-11 {
    width: 91.66666667%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-7 {
    width: 58.33333333%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.66666667%}
.col-md-1 {
    width: 8.33333333%}
.col-md-offset-12 {
    margin-left: 100%}
.col-md-offset-11 {
    margin-left: 91.66666667%}
.col-md-offset-10 {
    margin-left: 83.33333333%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-8 {
    margin-left: 66.66666667%}
.col-md-offset-7 {
    margin-left: 58.33333333%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-5 {
    margin-left: 41.66666667%}
.col-md-offset-4 {
    margin-left: 33.33333333%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-2 {
    margin-left: 16.66666667%}
.col-md-offset-1 {
    margin-left: 8.33333333%}
.col-md-offset-0 {
    margin-left: 0%}
}@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
    display: none !important;
}
}@media (min-width: 1200px) {
    .col-lg-12 {
    width: 100%}
.col-lg-11 {
    width: 91.66666667%}
.col-lg-10 {
    width: 83.33333333%}
.col-lg-9 {
    width: 75%}
.col-lg-8 {
    width: 66.66666667%}
.col-lg-7 {
    width: 58.33333333%}
.col-lg-6 {
    width: 50%}
.col-lg-5 {
    width: 41.66666667%}
.col-lg-4 {
    width: 33.33333333%}
.col-lg-3 {
    width: 25%}
.col-lg-2 {
    width: 16.66666667%}
.col-lg-1 {
    width: 8.33333333%}
.col-lg-offset-12 {
    margin-left: 100%}
.col-lg-offset-11 {
    margin-left: 91.66666667%}
.col-lg-offset-10 {
    margin-left: 83.33333333%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-8 {
    margin-left: 66.66666667%}
.col-lg-offset-7 {
    margin-left: 58.33333333%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-5 {
    margin-left: 41.66666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-2 {
    margin-left: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
.col-lg-offset-0 {
    margin-left: 0%}
.hidden-lg {
    display: none !important;
}
}.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.hide, .hidden {
    display: none !important;
}
.show {
    display: block !important;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%}
.carousel {
    position: relative;
}
.carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%}
.carousel .carousel-inner .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel .carousel-inner .item::after {
    content: '';
    position: relative;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: transparent;
}
.carousel .carousel-inner .item img, .carousel .carousel-inner .item a>img {
    line-height: 1;
}
.carousel .carousel-inner .item .info {
    padding-top: 20px;
    padding-left: 44px;
    padding-bottom: 40px;
    padding-right: 44px;
    height: 366px;
}
@media (max-width: 767px) {
    .carousel .carousel-inner .item .info {
    padding-top: 20px;
    padding-left: 12px;
    padding-bottom: 40px;
    padding-right: 12px;
    margin-left: 5%;
    margin-right: 5%;
    height: 550px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}
}@media (max-width: 420px) {
    .carousel .carousel-inner .item .info {
    height: 585px;
}
}@media (max-width: 350px) {
    .carousel .carousel-inner .item .info {
    height: 654px;
}
}.carousel .carousel-inner .active {
    display: block;
    left: 0;
}
.carousel .carousel-inner .active.left {
    left: -100%}
.carousel .carousel-inner .active.right {
    left: 100%}
.carousel .carousel-inner .next {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%}
.carousel .carousel-inner .next.left {
    left: 0;
}
.carousel .carousel-inner .prev {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%}
.carousel .carousel-inner .prev.right {
    left: 0;
}
.carousel .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}
.carousel .carousel-control.left {
    background-image: -webkit-linear-gradient(left,  rgba(0, 0, 0, 0.5) 0%,  rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left,  rgba(0, 0, 0, 0.5) 0%,  rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear,  left top,  right top,  from(rgba(0, 0, 0, 0.5)),  to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right,  rgba(0, 0, 0, 0.5) 0%,  rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1);
}
.carousel .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,  rgba(0, 0, 0, 0.0001) 0%,  rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left,  rgba(0, 0, 0, 0.0001) 0%,  rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear,  left top,  right top,  from(rgba(0, 0, 0, 0.0001)),  to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right,  rgba(0, 0, 0, 0.0001) 0%,  rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#80000000',  GradientType=1);
}
.carousel .carousel-control.prev {
    left: 30px;
    right: initial;
}
.carousel .carousel-control.next {
    right: 30px;
}
.carousel .carousel-control:hover, .carousel .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel .carousel-control .icon-prev, .carousel .carousel-control .icon-next, .carousel .carousel-control .glyphicon-chevron-left, .carousel .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel .carousel-control .icon-prev, .carousel .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel .carousel-control .icon-next, .carousel .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel .carousel-control .icon-prev, .carousel .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel .carousel-control .icon-prev:before {
    content: '\2039'}
.carousel .carousel-control .icon-next:before {
    content: '\203a'}
.carousel .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}
.carousel .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}
.carousel .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media all and (transform-3d),  (-webkit-transform-3d) {
    .carousel .carousel-inner .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel .carousel-inner .item.next, .carousel .carousel-inner .item.active.right {
    -webkit-transform: translate3d(100%,  0,  0);
    transform: translate3d(100%,  0,  0);
    left: 0;
}
.carousel .carousel-inner .item.prev, .carousel .carousel-inner .item.active.left {
    -webkit-transform: translate3d(-100%,  0,  0);
    transform: translate3d(-100%,  0,  0);
    left: 0;
}
.carousel .carousel-inner .item.next.left, .carousel .carousel-inner .item.prev.right, .carousel .carousel-inner .item.active {
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
    left: 0;
}
}@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}
.carousel-indicators {
    bottom: 20px;
}
}.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li.disabled>a {
    color: #777777;
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-pills>li {
    float: left;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #337ab7;
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%}
.nav-justified>li {
    float: none;
}
.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #ffffff;
}
}.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
    border-radius: 4px;
}
}@media (min-width: 992px) {
    .navbar-header {
    float: left;
}
}.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 991px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
}.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
}
}.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
}.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
    border-radius: 0;
}
}.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
}.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand>img {
    display: block;
}
@media (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}
}.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width: 992px) {
    .navbar-toggle {
    display: none;
}
}.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
}
}@media (min-width: 992px) {
    .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
}.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 992px) {
    .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.navbar-form .form-control-static {
    display: inline-block;
}
.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}
.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
}
.navbar-form .input-group>.form-control {
    width: 100%}
.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
}
.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}
}@media (max-width: 991px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
    margin-bottom: 0;
}
}@media (min-width: 768px) {
    .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
}@media (min-width: 992px) {
    .navbar-left {
    float: left !important;
}
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.navbar-right ~ .navbar-right {
    margin-right: 0;
}
}.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777777;
}
.navbar-default .navbar-nav>li>a {
    color: #777777;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333333;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}
}.navbar-default .navbar-link {
    color: #777777;
}
.navbar-default .navbar-link:hover {
    color: #333333;
}
.navbar-default .btn-link {
    color: #777777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333333;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}
.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #ffffff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}
}.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0,  -25%);
    -ms-transform: translate(0,  -25%);
    -o-transform: translate(0,  -25%);
    transform: translate(0,  -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
    width: 300px;
}
}@media (min-width: 992px) {
    .modal-lg {
    width: 900px;
}
}.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,  visibility;
    transition-property: height,  visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group+.panel-footer {
    border-top-width: 0;
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
    margin-bottom: 0;
}
.panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel+.panel {
    margin-top: 1px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.o-header__mainTitle {
    display: block;
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}
.o-header__mainTitle span {
    display: inline;
    padding: 5px;
    background-color: var(--verde);
    box-shadow: 10px 0 0 var(--verde), -10px 0 0 var(--verde);
}
.o-header__mainTitle.recipe span {
    background-color: var(--verde);
    box-shadow: 10px 0 0 var(--verde), -10px 0 0 var(--verde);
}
.o-header__mainTitle.how-to span {
    background-color: var(--roxo);
    box-shadow: 10px 0 0 var(--roxo), -10px 0 0 var(--roxo);
}
.o-header__mainTitle.business span {
    background-color: var(--rosa);
    box-shadow: 10px 0 0 var(--rosa), -10px 0 0 var(--rosa);
}
.o-header__mainTitle.foodlab span {
    background-color: var(--amarelo);
    box-shadow: 10px 0 0 var(--amarelo), -10px 0 0 var(--amarelo);
}
.o-header__mainTitle.saved span {
    padding: 10px;
    background-color: #6cb3c1;
    box-shadow: 10px 0 0 #6cb3c1, -10px 0 0 #6cb3c1;
}
.o-header__title {
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: .1px;
    text-align: left;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}
.o-header__title span {
    display: inline;
    padding: 5px 0;
    background-color: var(--verde);
    box-shadow: 5px 0 0 var(--verde), -5px 0 0 var(--verde);
}
.o-header__title.recipe span {
    background-color: var(--verde);
    box-shadow: 5px 0 0 var(--verde), -5px 0 0 var(--verde);
}
.o-header__title.how-to span {
    background-color: var(--roxo);
    box-shadow: 5px 0 0 var(--roxo), -5px 0 0 var(--roxo);
}
.o-header__title.business span {
    background-color: var(--rosa);
    box-shadow: 5px 0 0 var(--rosa), -5px 0 0 var(--rosa);
}
.o-header__title.foodlab span {
    background-color: var(--amarelo);
    box-shadow: 5px 0 0 var(--amarelo), -5px 0 0 var(--amarelo);
}
.o-header__by {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10.7px;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
.o-header__tag {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .2px;
    text-align: center;
    text-transform: uppercase;
    color: var(--verde);
    margin-top: 0;
    margin-bottom: 20px;
    min-width: 72px;
    height: 22px;
    padding: 4px 15px;
    background-color: #000;
}
.o-header__tag.recipe {
    color: var(--verde);
}
.o-header__tag.how-to {
    color: var(--roxo);
}
.o-header__tag.business {
    color: var(--rosa);
}
.o-header__tag.foodlab {
    color: var(--amarelo);
}
.o-header__presentedBy {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10.7px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .5px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
.o-header__seeMore {
    font-family: "Merriweather", serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.77;
    letter-spacing: .3px;
    text-align: center;
    color: #000;
    width: 137px;
    height: 45px;
    border: 0;
    background-color: #fff;
}
.o-navbar__link {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    letter-spacing: .8px;
    text-align: center;
    color: #fff;
}
@media (max-width: 991px) {
    .o-navbar__link {
    font-size: 23px;
    color: #000;
}
}.o-navbar__exit {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1.77;
    text-align: center;
    color: #9b9b9b;
}
.o-navbar__loggedIn {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    letter-spacing: .8px;
    text-align: center;
    color: #000;
}
.o-navbar__destktopExit {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10.7px;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: center;
    color: #9b9b9b;
}
.o-thumbnail__title {
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: .3px;
    text-align: center;
    color: #1c2829;
    margin: 10px auto;
}
.o-thumbnail__by {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10.7px;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
    color: #9b9b9b;
}
.o-thumbnail__tag {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .2px;
    text-align: center;
    text-transform: uppercase;
    color: var(--verde);
    margin-top: 0;
    margin-bottom: 0;
    min-width: 72px;
    height: 22px;
    padding: 10px 11px;
    background-color: #000;
}
.o-thumbnail__tag.recipe {
    color: var(--verde);
}
.o-thumbnail__tag.how-to {
    color: var(--roxo);
}
.o-thumbnail__tag.business {
    color: var(--rosa);
}
.o-thumbnail__tag.foodlab {
    color: var(--amarelo);
}
.o-thumbnail__hashtag {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .2px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
    margin-top: 0;
    margin-bottom: 0;
    padding: 9px 7px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #ffffff;
}
.o-thumbnail__hoverText {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}
.o-section__title {
    display: inline-block;
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: .1px;
    text-align: left;
    color: #fff;
    padding: 8px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #000;
}
.o-section__promotion {
    position: relative;
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: .1px;
    text-align: left;
    color: #000;
    margin-top: 0;
}
.o-section__promotion span {
    padding-right: 10px;
    background-color: #fff;
}
.o-section__promotion::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    transform: translateY(-50%);
    border-top: 1px solid var(--rosa);
    z-index: -1;
}
@media (max-width: 767px) {
    .o-section__promotion {
    text-align: center;
}
.o-section__promotion span {
    padding-right: 0;
}
.o-section__promotion::after {
    border-top: 0;
}
}.o-filter__title {
    display: inline-block;
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    text-align: center;
    color: #fff;
    padding: 7px 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #000;
}
.o-filter__title span {
    position: relative;
    background-color: #000;
    z-index: 1;
}
.o-filter__title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    transform: translateY(-50%);
    border-top: 1px dashed #000;
    z-index: 0;
}
@media (max-width: 767px) {
    .o-filter__title {
    background-color: #6cb3c1;
}
.o-filter__title span {
    background-color: #6cb3c1;
}
.o-filter__title::after {
    z-index: -1;
}
}.o-filter__filterTag {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: .5px;
    text-align: left;
    color: #969792;
    margin-top: 0;
    margin-bottom: 0;
}
.o-filter__element {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #1c2829;
}
.o-newsletter__title {
    font-family: "Merriweather", serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: .1px;
    text-align: left;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 13px;
}
.o-newsletter__subTitle {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #000;
    margin-top: 40px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .o-newsletter__subTitle {
    text-align: center;
}
}.o-newsletter__text {
    width: 80%;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .o-newsletter__text {
    width: 100%;
    text-align: center;
}
}.o-newsletter__instaTitle {
    font-family: "Merriweather", serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: .1px;
    text-align: left;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px;
}
.o-newsletter__instaTime {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .2px;
    text-align: left;
    color: #000;
    margin-top: 0;
    margin-bottom: 5px;
}
.o-newsletter__instaText {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    line-height: 1.77;
    letter-spacing: .2px;
    text-align: left;
    color: #1c2829;
    margin-top: 0;
    margin-bottom: 0;
}
.o-newsletter__instaFollow {
    font-family: "Merriweather", serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: .1px;
    text-align: left;
    color: #6cb3c1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.o-by__title {
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: .1px;
    text-align: left;
    color: #fff;
    display: inline-block;
    padding: 10px 5px;
    margin-top: 17px;
    margin-bottom: 10px;
    background-color: #e09fa5;
    /*margin: 19px 40px 12px;*/
}
@media (max-width: 991px) {
    .o-by__title {
    font-size: 17px;
}
}.o-by__profession {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .2px;
    text-align: center;
    color: #e09fa5;
    margin-top: 0;
    margin-bottom: 0;
}
.o-footer__title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #6cb3c1;
    margin-top: 0;
    margin-bottom: 10px;
}
.o-footer__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: .3px;
    text-align: left;
    color: #fff;
}
.o-business__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: .1px;
    text-align: center;
    color: var(--rosa);
    margin-top: 40px;
    margin-bottom: 17px;
}
.o-business__title svg {
    margin-right: 10px;
}
.o-business__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 1.63;
    letter-spacing: .5px;
    text-align: center;
    color: #1b1b1b;
    margin-top: 0;
    margin-bottom: 15px;
}
.o-business__seeMore {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    letter-spacing: .2px;
    text-align: center;
    text-decoration: underline;
    color: var(--rosa);
}
.o-search__title {
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: .1px;
    text-align: center;
    color: #fff;
    padding: 8px 12px;
    background-color: #000;
}
.o-search__type {
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: .1px;
    text-align: left;
    color: #c0c1bd;
}
@media (max-width: 767px) {
    .o-search__type {
    font-size: 14px;
}
}.o-search__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 1.63;
    letter-spacing: .5px;
    text-align: center;
    color: #1b1b1b;
    margin-top: 15px;
    margin-bottom: 0;
}
.o-saved__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    text-align: center;
    color: #fff;
    padding: 7px 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #000;
}
.o-saved__title span {
    position: relative;
    padding-left: 10px;
    background-color: #000;
    z-index: 1;
}
.o-saved__title svg {
    z-index: 1;
}
.o-saved__title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    transform: translateY(-50%);
    border-top: 1px dashed #000;
    z-index: 0;
}
.o-saved__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: .5px;
    text-align: left;
    color: #969792;
}
.o-post__title {
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}
.o-post__title span {
    display: inline;
    padding: 5px;
    background-color: var(--verde);
    box-shadow: 10px 0 0 var(--verde), -10px 0 0 var(--verde);
}
.o-post__title.recipe span {
    background-color: var(--verde);
    box-shadow: 10px 0 0 var(--verde), -10px 0 0 var(--verde);
}
.o-post__title.how-to span {
    background-color: var(--roxo);
    box-shadow: 10px 0 0 var(--roxo), -10px 0 0 var(--roxo);
}
.o-post__title.business span {
    background-color: var(--rosa);
    box-shadow: 10px 0 0 var(--rosa), -10px 0 0 var(--rosa);
}
.o-post__title.foodlab span {
    background-color: var(--amarelo);
    box-shadow: 10px 0 0 var(--amarelo), -10px 0 0 var(--amarelo);
}
.o-post__title.menu span {
    background-color: var(--azul);
    box-shadow: 10px 0 0 var(--azul), -10px 0 0 var(--azul);
}
.o-post__title.editorial {
    font-size: 45px;
    line-height: 1.69;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.o-post__title.editorial span {
    border-bottom: 4px solid #fff;
    background-color: transparent;
    box-shadow: 10px 0 0 transparent,  -10px 0 0 transparent;
}
@media (max-width: 767px) {
    .o-post__title.editorial {
    font-size: 34px;
}
}.o-post__by {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10.7px;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
.o-post__tag {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--verde);
    margin-top: 0;
    margin-bottom: 20px;
    min-width: 72px;
    height: 22px;
    padding: 2px 15px;
    background-color: #000;
}
.o-post__tag.recipe {
    color: var(--verde);
}
.o-post__tag.how-to {
    color: var(--roxo);
}
.o-post__tag.business {
    color: var(--rosa);
}
.o-post__tag.foodlab {
    color: var(--amarelo);
}
.o-post__iconTag {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .3px;
    text-align: center;
    color: #000;
    margin-top: 20px;
    margin-bottom: 0;
}
.o-post__iconTag.recipe {
    color: var(--verde);
}
.o-post__iconTag.how-to {
    color: var(--roxo);
}
.o-post__iconTag.business {
    color: var(--rosa);
}
.o-post__iconTag.foodlab {
    color: var(--amarelo);
}
.o-post__iconTag.menu {
    color: var(--azul);
}
.o-post__subTitle {
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: .1px;
    text-align: left;
    color: var(--verde);
    margin-top: 0;
    margin-bottom: 30px;
}
.o-post__subTitle.recipe {
    color: var(--verde);
}
.o-post__subTitle.how-to {
    color: var(--roxo);
}
.o-post__subTitle.business {
    color: var(--rosa);
}
.o-post__subTitle.foodlab {
    color: var(--amarelo);
}
.o-post__textTitle {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.77;
    letter-spacing: .5px;
    text-align: left;
    color: #1b1b1b;
    margin-top: 0;
    margin-bottom: 10px;
}
span.o-post__text
{
    /* font-size: 1em; */
}
.o-post__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: .5px;
    text-align: left;
    color: #1b1b1b;
    margin-top: 0;
    margin-bottom: 0;
}
.back .o-post__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: .5px;
    color: #1b1b1b;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: block;
    word-break: normal;
    word-wrap: normal;
    word-spacing: normal;
    white-space: normal;
    padding-top: 16px;
    text-align: center;
}
.o-post__link {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: .3px;
    text-align: left;
    text-decoration: underline;
    color: var(--verde);
    margin-top: 0;
    margin-bottom: 0;
}
.o-post__link:hover {
    text-decoration: underline;
}
.o-post__link.recipe {
    color: var(--verde);
}
.o-post__link.how-to {
    color: var(--roxo);
}
.o-post__link.business {
    color: var(--rosa);
}
.o-post__link.foodlab {
    color: var(--amarelo);
}
.o-post__imgCaption {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10.7px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .5px;
    text-align: left;
    text-transform: uppercase;
    color: #969792;
    margin-top: 10px;
    margin-bottom: 0;
}
.o-post__tagTitle {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .3px;
    text-align: left;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}
.o-post__tags {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--verde);
    padding-left: 10px;
    padding-right: 10px;
}
.o-post__tags:hover {
    text-decoration: underline;
}
.o-post__byLinks {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: left;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .o-post__byLinks {
    color: #000;
}
}.o-post__byTitle {
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: .1px;
    text-align: left;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .o-post__byTitle {
    text-align: center;
}
}.o-post__byText {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 1.77;
    text-align: left;
    color: #1b1b1b;
    margin-top: 0;
}
.o-post__presentedBy {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10.7px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .5px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
.o-post__seeMore {
    font-family: "Merriweather", serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.77;
    letter-spacing: .3px;
    text-align: center;
    color: #000;
    width: 137px;
    height: 45px;
    border: 0;
    border-radius: 100px;
    background-color: #fff;
}
.o-post__seats {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: .5px;
    text-align: left;
    color: #c0c1bd;
    margin-top: 0;
    margin-bottom: 0;
}
.o-post__numberOfSeats {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: .5px;
    text-align: left;
    color: #c0c1bd;
    font-weight: bold;
    letter-spacing: .3px;
    color: #e09fa5;
    margin-top: 0;
    margin-bottom: 0;
}
.o-ingredients__title {
    padding-left: 12px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: .1px;
    text-align: left;
    color: #969792;
}
.o-ingredients__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 1.56;
    text-align: left;
    color: #1c2829;
    padding: 10px 12px;
}
.o-comment__name {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    text-align: left;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}
.o-comment__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #1b1b1b;
    margin-top: 0;
    margin-bottom: 0;
}
.o-comment__link {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: .3px;
    text-align: left;
    color: #6cb3c1;
}
.o-comment__link:hover {
    text-decoration: underline;
}
.o-comment__textFaded {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: .3px;
    text-align: left;
    color: #7a7878;
    margin-top: 0;
    margin-bottom: 0;
}
.o-comment__linkFaded {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: .3px;
    text-align: left;
    color: #7a7878;
}
.o-comment__linkFaded:hover {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: .3px;
    text-align: left;
    color: #6cb3c1;
    text-decoration: underline;
}
.o-error__title {
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: .1px;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 12px;
    background-color: #6cb3c1;
}
.o-error__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 1.63;
    letter-spacing: .5px;
    text-align: center;
    color: #1b1b1b;
    margin-top: 20px;
    margin-bottom: 15px;
}
.o-error__link {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10.7px;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: left;
    color: #6cb3c1;
}
.o-input__label {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10.7px;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: left;
    color: #969792;
}
.o-input__newsletter {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #1c2829;
}
.o-input__terms {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10.7px;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: center;
    color: #c0c1bd;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 0;
    margin-bottom: 20px;
}
.o-input__terms a {
    color: #e09fa5;
}
.o-input__terms a:hover {
    text-decoration: underline;
}
.o-input__termsa:hover {
    text-decoration: underline;
}
.o-input__facebook {
    display: block;
    position: relative;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 45px;
    padding: 8px 18px;
    border-radius: 100px;
    background-color: #39579a;
}
.o-input__facebook span {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 31px;
    height: 31px;
    transform: translateY(-50%);
}
.o-profile__name {
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: .1px;
    text-align: center;
    color: var(--verde);
    margin-top: 20px;
    margin-bottom: 5px;
}
.o-profile__email {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 1.63;
    letter-spacing: .5px;
    text-align: center;
    color: #1b1b1b;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.o-about__title {
    font-family: "Merriweather", serif;
    font-size: 23px;
    line-height: 1.56;
    letter-spacing: .5px;
    text-align: center;
    color: #1b1b1b;
    margin-top: 0;
    margin-bottom: 30px;
}
.o-about__title.bold {
    font-weight: bold;
}
.o-about__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.77;
    letter-spacing: .3px;
    text-align: center;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}
.o-about__text.regular {
    font-weight: 400;
}
.o-menu__title {
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: var(--azul);
    margin-top: 0;
    margin-bottom: 5px;
}
.o-menu__date {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: center;
    color: #c0c1bd;
    margin-top: 0;
    margin-bottom: 0;
}
.o-menu__arrow {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: left;
    color: #969792;
    margin-top: 0;
    margin-bottom: 0;
}
.o-menu__day {
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.77;
    text-align: left;
    color: #1b1b1b;
    margin-top: 35px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .o-menu__day {
    font-size: 21px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
}.o-menu__recipe {
    font-family: "Merriweather", serif;
    font-size: 14px;
    line-height: 1.38;
    letter-spacing: .3px;
    text-align: left;
    color: #1c2829;
    margin-top: 5px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .o-menu__recipe {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
}
}.o-menu__tag {
    position: relative;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: calc(100% + 40px);
    height: 20px;
    margin-top: 0;
    margin-left: -20px;
    margin-bottom: 0;
    margin-right: -20px;
    padding-top: 2px;
    padding-left: 7.5px;
    padding-bottom: 2px;
    padding-right: 7.5px;
    background-color: var(--azul);
}
@media (max-width: 991px) {
    .o-menu__tag {
    font-size: 13px;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 15px;
    margin-right: 0;
}
}.o-menu__tag span {
    position: absolute;
    left: 25px;
    white-space: nowrap;
    z-index: 99;
}
@media (max-width: 991px) {
    .o-menu__tag span {
    position: relative;
    left: initial;
    white-space: normal;
    z-index: 1;
}
}.o-editorial__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.77;
    letter-spacing: .3px;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .o-editorial__text {
    font-size: 16px;
}
}.c-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    background-color: #000000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.41);
    z-index: 9999;
}
.c-navbar__header {
    position: relative;
    height: 65px;
}
.c-navbar__logo {
    padding-top: 23px;
    padding-left: 45px;
    padding-bottom: 0;
}
@media (max-width: 991px) {
    .c-navbar__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 18px;
    padding: 0;
    transform: translate(-50%,  -50%);
}
}.c-navbar__logo svg {
    width: 170px;
    height: 30px;
}
@media (max-width: 991px) {
    .c-navbar__logo svg {
    width: 40px;
    height: 14px;
}
}.c-navbar__links {
    height: 65px;
}
.c-navbar__links.navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 45px;
}
.c-navbar__links .o-navbar__link {
    padding-top: 26px;
    padding-bottom: 15px;
    border-bottom: 4px solid transparent;
}
.c-navbar__links .o-navbar__link.recipe:hover {
    border-bottom: 4px solid var(--verde);
}
.c-navbar__links .o-navbar__link.menu:hover {
    border-bottom: 4px solid var(--azul);
}
.c-navbar__links .o-navbar__link.how-to:hover {
    border-bottom: 4px solid var(--roxo);
}
.c-navbar__links .o-navbar__link.business:hover {
    border-bottom: 4px solid var(--rosa);
}

.c-navbar__links .o-navbar__link.editorial:hover {
    border-bottom: 4px solid var(--bege);
}
@media (max-width: 991px) {
    .c-navbar__links {
    display: none !important;
}
}.c-navbar__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 225px;
}
@media (max-width: 1199px) {
    .c-navbar__search {
    width: 175px;
}
}@media (max-width: 991px) {
    .c-navbar__search {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
}.c-navbar__search input {
    background-color: transparent;
}
.c-navbar__search input:-webkit-autofill, .c-navbar__search input:-webkit-autofill:hover, .c-navbar__search input:-webkit-autofill:focus input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    border-bottom: 6px solid transparent;
    transition: background-color 5000s ease-in-out 0s;
}
.c-navbar__search .o-navbar__link {
    text-align: left;
}
.c-navbar__search .o-navbar__link::-webkit-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    letter-spacing: .8px;
    text-align: center;
    color: #fff;
    text-align: right;
}
.c-navbar__search .o-navbar__link::-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    letter-spacing: .8px;
    text-align: center;
    color: #fff;
    text-align: right;
}
.c-navbar__search .o-navbar__link:-ms-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    letter-spacing: .8px;
    text-align: center;
    color: #fff;
    text-align: right;
}
.c-navbar__search .o-navbar__link:-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    letter-spacing: .8px;
    text-align: center;
    color: #fff;
    text-align: right;
}
.c-navbar__search .o-navbar__link:-webkit-autofill:focus {
    -webkit-box-shadow: none;
}
.c-navbar__search .o-navbar__link::-webkit-search-cancel-button {
    display: none;
}
@media (max-width: 991px) {
    .c-navbar__search .o-navbar__link {
    width: 55%;
    padding-right: 15%}
.c-navbar__search .o-navbar__link::-webkit-input-placeholder {
    font-size: 23px;
    color: #000;
    text-align: left;
}
.c-navbar__search .o-navbar__link::-moz-placeholder {
    font-size: 23px;
    color: #000;
    text-align: left;
}
.c-navbar__search .o-navbar__link:-ms-input-placeholder {
    font-size: 23px;
    color: #000;
    text-align: left;
}
.c-navbar__search .o-navbar__link:-moz-placeholder {
    font-size: 23px;
    color: #000;
    text-align: left;
}
}.c-navbar__searchBar {
    width: 225px;
    padding-right: 40px;
}
.c-navbar__searchIcon {
    width: 18px;
    height: 19px;
    margin-top: 8px;
    margin-left: -20px;
    background-size: 18px 19px;
    background-repeat: no-repeat;
    background-image: url("../imgs/searchIcon.svg");
}
.c-navbar__searchIcon.black {
    margin-top: 2px;
    margin-right: 5px;
    background-image: url("../imgs/searchIcon-black.svg");
}
.c-navbar__login.o-navbar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
    padding-left: 50px;
}
.c-navbar__loginPan {
    padding-left: 18px;
}
.c-navbar__toggle {
    float: left;
    margin: 0;
    padding: 23.5px 32px;
}
.c-navbar__profile {
    float: right;
    margin: 0;
    padding: 20px 32px;
}
.c-navbar__mobile {
    position: relative;
    width: 100%;
    height: calc(100vh - 65px);
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.c-navbar__mobile li {
    width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
    border-bottom: 2px solid #f0f0f0;
}
.c-navbar__mobile li.c-navbar__logout {
    padding-top: 15px;
    padding-bottom: 15px;
}
.c-navbar__logout {
    width: 100%;
    background-color: #f7f7f7;
}
.c-navbar__loggedIn {
    position: relative;
    display: inline-block;
}
.c-navbar__loggedIn .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.c-navbar__loggedIn .dropdown-content::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #fff transparent;
    transform: translateX(-50%);
}
.c-navbar__loggedIn .dropdown-content a {
    display: block;
    padding: 12px 16px;
}
.c-navbar__loggedIn .dropdown-content .o-navbar__desktopExit {
    background-color: #f7f7f7;
}
.c-navbar__loggedIn:hover .dropdown-content {
    display: block;
}
.c-navbar.recipe .o-navbar__link.recipe {
    border-bottom: 4px solid var(--verde);
}
.c-navbar.how-to .o-navbar__link.how-to {
    border-bottom: 4px solid var(--roxo);
}
.c-navbar.business .o-navbar__link.business {
    border-bottom: 4px solid var(--rosa);
}
.c-navbar.editorial {
    background-color: rgba(0, 0, 0, 0.28);
}
.c-navbar.editorial .o-navbar__link.editorial {
    border-bottom: 4px solid var(--bege);
}
@media (min-width: 991px) {
    .c-navbar .navbar-collapse.collapse {
    display: none !important;
}
}@media (max-width: 991px) {
    .c-navbar .navbar-collapse {
    height: calc(100vh - 65px);
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    background-color: #fff;
}
}body {
    padding-top: 65px;
}
body.editorial {
    padding-top: 0;
}
.c-header__carousel {
    position: relative;
}
.c-header__carousel .c-header__indicators {
    position: absolute;
    top: 20px;
    bottom: inherit;
    margin: 0;
    width: auto;
    transform: translateX(-50%);
}
.c-header__carousel .c-header__indicators li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    border: solid 1px #fff;
}
.c-header__carousel .c-header__indicators li.active {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #fff;
}
.c-header__carousel .c-header__inner figure {
    height: 520px;
}
.c-header__carousel .c-header__inner figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 520px;
    opacity: 0.2;
    background-image: linear-gradient(to top,  transparent,  #000), linear-gradient(to top,  #000,  transparent);
}
.c-header__carousel .c-header__inner figure img {
    width: 100%;
    height: 520px;
}
.c-header__carousel .c-header__control {
    opacity: 1;
}
.c-header__carousel .c-header__control.left, .c-header__carousel .c-header__control.right {
    background-image: none;
}
.c-header__carousel .c-header__control.right svg {
    transform: translateY(-50%) scaleX(-1);
}
.c-header__carousel .c-header__control svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.c-header__carousel .c-header__presentedBy {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
}
.c-header__carousel .c-header__presentedBy img {
    max-width: 210px;
    max-height: 50px;
}
.c-header__posts .c-header__post {
    position: relative;
}
.c-header__posts .c-header__post figure {
    height: 260px;
}
.c-header__posts .c-header__post figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    opacity: 0.2;
    background-image: linear-gradient(to top,  #000,  transparent);
}
.c-header__posts .c-header__post figure img {
    width: 100%;
    height: 260px;
}
.c-header__posts .c-header__post .o-header__title {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-header__posts .c-header__post .o-header__by {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-header__posts .c-header__post .o-header__tag {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-header__posts .c-header__post .o-header__seeMore {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
    cursor: pointer;
}
.c-header__posts .c-header__post:hover .c-header__hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-header__posts .c-header__post:hover .o-header__title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-header__posts .c-header__post:hover .o-header__by {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-header__posts .c-header__post:hover .o-header__tag {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-header__posts .c-header__hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),  rgba(0, 0, 0, 0.3)), linear-gradient(to bottom,  transparent,  #000);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-header__foodLab {
    width: 100%}
.c-header__tools {
    position: relative;
}
.c-header__tools figure {
    width: 100%;
    height: 200px;
}
.c-header__tools figure img {
    width: 100%;
    height: 200px;
}
.c-header__tools .o-header__mainTitle {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .c-header__tools .o-header__mainTitle {
    width: 85%}
}.c-header__title {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 50%;
    text-align: center;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .c-header__title {
    width: 85%}
}.c-header__postTitle {
    position: absolute;
    left: 27px;
    bottom: 20px;
    width: 75%}
.c-header__postTitle .o-header__by {
    text-align: left;
}
.c-header.md .c-header__carousel .c-header__inner figure {
    height: 416px;
}
.c-header.md .c-header__carousel .c-header__inner figure::before {
    height: 416px;
}
.c-header.md .c-header__carousel .c-header__inner figure img {
    height: 416px;
}
.c-header.md .c-header__carousel .c-header__inner .o-header__by {
    display: none;
}
.c-header.md .c-header__carousel .c-header__inner .o-header__tag {
    display: none;
}
.c-header.md .c-header__posts .c-header__post figure {
    height: 208px;
}
.c-header.md .c-header__posts .c-header__post figure::before {
    height: 208px;
}
.c-header.md .c-header__posts .c-header__post figure img {
    height: 208px;
}
.c-header.md .c-header__title {
    position: absolute;
    left: 22px;
    bottom: 20px;
    transform: translateX(0);
}
@media (max-width: 767px) {
    .c-header.md .c-header__title {
    left: 50%;
    width: 85%;
    transform: translateX(-50%);
}
.c-header.md .c-header__title .o-header__title {
    text-align: center;
}
}@media (max-width: 767px) {
    .c-header.md .c-header__indicators {
    position: absolute;
    top: 30px;
}
.c-header.md .c-header__presentedBy {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}
.c-header.md .c-header__presentedBy img {
    max-width: 210px;
    max-height: 50px;
}
}.c-thumbnail {
    position: relative;
}
.c-thumbnail__holder {
    text-align: center;
    margin-top: 50px;
}
.c-thumbnail__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border: solid 1px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-thumbnail__hoverCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,  -50%);
}
.c-thumbnail__hoverInfo {
    text-align: center;
    width: 50%;
    z-index: 10;
}
.c-thumbnail__saveArticle {
    position: absolute;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}
.c-thumbnail:hover .c-thumbnail__hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-thumbnail figure {
    position: relative;
}
.c-thumbnail figure img {
    width: 100%;
    height: 180px;
}
@media (max-width: 1199px) {
    .c-thumbnail figure img {
    max-height: 146px;
}
}@media (max-width: 991px) {
    .c-thumbnail figure img {
    max-height: 108px;
}
}@media (max-width: 767px) {
    .c-thumbnail figure img {
    max-height: 270px;
}
}.c-thumbnail .o-thumbnail__title {
    width: 80%}
.c-thumbnail .o-thumbnail__tag {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.c-thumbnail .o-thumbnail__hashtag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.2);
}
.c-filter {
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
@media (max-width: 767px) {
    .c-filter {
    cursor: pointer;
}
}.c-filter__modal {
    width: 100%;
    height: 100vh;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translate(-50%,  0%);
}
.c-filter__modal.card .modal-content {
    width: auto;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-filter__modal.card .c-profile__card {
    margin-bottom: 0;
}
.c-filter__modal .modal-body {
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.c-filter__modal .modal-body .header {
    position: absolute;
    top: -18px;
    margin: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
}
.c-filter__modal .modal-content {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,  -50%);
    border-radius: 0;
}
.c-filter__modal .panel-group {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .c-filter__modal .c-filter {
    margin-top: 0;
}
.c-filter__modal .c-filter.close {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%,  15%);
    margin-top: 0;
}
.c-filter__modal .c-filter .o-filter__title {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.c-filter__modal .c-filter .o-filter__title:after {
    display: none;
}
}.c-filter .panel-heading {
    padding: 8px 20px;
    border-color: transparent;
    background-color: #fff;
}
.c-filter .panel-title {
    text-align: left;
}
.c-filter .panel-body {
    padding: 8px 20px;
}
.c-filter form {
    text-align: left;
}
.c-filter form input[type="checkbox"] {
    opacity: 0;
}
.c-filter form input[type="checkbox"]+label {
    padding-left: 22px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../imgs/radio.svg");
}
.c-filter form input[type="checkbox"]:checked+label {
    background-image: url("../imgs/radio-checked.svg");
}
.c-filter .o-filter__filterTag span {
    float: right;
}
@media (max-width: 767px) {
    .tab-pane .c-filter {
    margin-top: -30px;
}
.tab-pane .c-filter__modal .modal-body .header {
    top: -30px;
}
}.o-seeMore {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: center;
    color: #fff;
    width: 140px;
    height: 45px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    background-color: #6cb3c1;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.o-buyButton {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: center;
    color: #fff;
    width: 200px;
    height: 45px;
    cursor: pointer;
    border: 0;
    background-color: #6cb3c1;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.o-buyButton.download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
}
.o-buyButton.download svg {
    margin-right: 15px;
}
.o-buyButton.sm {
    width: 125px;
}
.o-buyButton__btn {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.o-pendingButton {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: center;
    color: #fff;
    line-height: 0.9;
    width: 260px;
    height: 45px;
    border: 0;
    background-color: #b2b2b2;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.o-pendingButton__subtitle {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-style: italic;
    line-height: 2.15;
    letter-spacing: .3px;
    text-align: center;
    color: #fff;
    line-height: 1;
}
.o-background__grey {
    background-color: #f7f7f7;
}
.o-background__pink {
    position: relative;
    background-color: #f9eced;
}
.o-background__black {
    background-color: #000;
}
.o-background__white {
    background-color: #fff;
}
.c-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-section {
    position: relative;
}
.c-section .o-section__title {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translate(-50%,  -50%);
    z-index: 99;
}
.c-section__content {
    margin-top: 70px;
}
@media (max-width: 767px) {
    .c-section__content {
    margin-top: 50px;
}
}.c-section.center {
    text-align: center;
}
.c-section.center .o-section__title {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0);
}
@media (max-width: 767px) {
    .c-section.business {
    margin-top: 80px;
}
.c-section.business .o-section__title {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 226px;
    transform: translateX(-50%);
}
}.c-newsletter {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #e2f0f3;
}
@media (max-width: 991px) {
    .c-newsletter {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: transparent;
}
}.c-newsletter.row {
    margin-left: 5px;
}
@media (max-width: 1199px) {
    .c-newsletter.row {
    margin-left: 0;
}
}@media (max-width: 991px) {
    .c-newsletter.row {
    margin-left: 0;
    margin-right: 0;
}
}.c-newsletter__image {
    margin-left: -20px;
}
.c-newsletter__image figure {
    width: 250px;
    height: 250px;
}
@media (max-width: 1199px) {
    .c-newsletter__image figure {
    width: 225px;
    height: 225px;
}
}.c-newsletter__image img {
    width: 250px;
    height: 250px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
    .c-newsletter__image img {
    width: 225px;
    height: 225px;
}
}.c-newsletter__signup {
    position: relative;
    background-color: #e2e2e2;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.c-newsletter__title {
    position: absolute;
    top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 15px;
    background-color: #000;
}
@media (max-width: 991px) {
    .c-newsletter__title {
    left: 50%;
    transform: translate(-50%);
}
}.c-newsletter__modal .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-newsletter__modal .modal-content .c-newsletter__title {
    left: 50%;
    transform: translate(-50%);
}
.c-newsletter__modal .modal-content .o-newsletter__subTitle {
    text-align: center;
    color: #6cb3c1;
}
.c-newsletter__modal .modal-content .o-newsletter__text {
    width: 100%;
    text-align: center;
}
.c-newsletter__modal .modal-content .close {
    position: absolute;
    top: 13px;
    right: 16px;
    width: 25px;
    height: 25px;
    border: 0;
    padding-top: 5px;
    background-color: #c9c9c9;
    cursor: pointer;
}
.c-newsletter .c-social {
    width: 60%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-banner {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .c-banner {
    display: none;
}
}.c-promotion {
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
    perspective: 800px;
}
@media (max-width: 767px) {
    .c-promotion {
    margin-bottom: 50px;
}
}.c-promotion__images {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.c-promotion__images figure {
    position: relative;
    width: 185px;
    height: 185px;
    margin-right: 61px;
}
.c-promotion__images figure:last-child {
    margin-right: 0;
}
.c-promotion__images figure img {
    width: 185px;
    height: 185px;
}
@media (max-width: 767px) {
    .c-promotion__images {
    display: block;
    width: 100%;
    height: 195px;
    padding-left: 25%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.c-promotion__images figure {
    display: inline-block;
    width: 195px;
    height: 195px;
}
.c-promotion__images figure img {
    width: 195px;
    height: 195px;
}
}.c-promotion__holder {
    width: 185px;
    height: 185px;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-in-out;
}
.c-promotion__holder div {
    position: absolute;
    display: flex;
    backface-visibility: hidden;
}
.c-promotion__holder div.back {
    transform: rotateY(180deg);
    display: block;
    overflow: hidden;
    text-align: center;
}
.c-promotion__holder.flipped {
    transform: rotateY(180deg);
}
.c-promotion .carousel-control {
    position: absolute;
    top: 55%;
    width: 43px;
    height: 43px;
    opacity: 1;
    border-radius: 50%;
    background-color: #2a2a2a;
    transform: translateY(-50%);
}
.c-promotion .carousel-control.left {
    background-image: none;
    left: -21px;
}
.c-promotion .carousel-control.right {
    background-image: none;
    right: -21px;
}
.c-promotion .carousel-control.right svg {
    transform: translate(-50%,  -50%) scaleX(-1);
}
.c-promotion .carousel-control svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
}
.c-input {
    display: flex;
}
.c-input__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #1c2829;
    width: calc(100% - 125px);
    height: 45px;
    background-color: #fff;
    padding-left: 15px;
}
.c-input__text::-webkit-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #969792;
}
.c-input__text::-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #969792;
}
.c-input__text:-ms-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #969792;
}
.c-input__text:-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #969792;
}
.c-input__text:-webkit-autofill {
    background-color: transparent;
}
.c-input__text:-webkit-autofill:focus {
    -webkit-box-shadow: none;
}
.c-input__text::-webkit-search-cancel-button {
    display: none;
}
.c-input__send {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: center;
    color: #fff;
    min-width: 125px;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #6cb3c1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.c-input__send.login {
    background-color: #e09fa5;
}
.c-input__login {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #1c2829;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.c-input__login::-webkit-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #969792;
}
.c-input__login::-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #969792;
}
.c-input__login:-ms-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #969792;
}
.c-input__login:-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: left;
    color: #969792;
}
.c-input__login:-webkit-autofill {
    background-color: transparent;
}
.c-input__login:-webkit-autofill:focus {
    -webkit-box-shadow: none;
}
.c-input__login::-webkit-search-cancel-button {
    display: none;
}
.c-input.search {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.c-input.comment {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.c-carouselMulti .carousel-inner .item.left {
    transform: translateX(0);
}
.c-carouselMulti .carousel-inner .item.left.active {
    transform: translateX(-25%);
}
@media (max-width: 767px) {
    .c-carouselMulti .carousel-inner .item.left.active {
    transform: translateX(-100%);
}
}.c-carouselMulti .carousel-inner .item.right {
    transform: translateX(0);
}
.c-carouselMulti .carousel-inner .item.right.active {
    transform: translateX(25%);
}
@media (max-width: 767px) {
    .c-carouselMulti .carousel-inner .item.right.active {
    transform: translateX(100%);
}
}.c-carouselMulti .carousel-inner .item.next {
    transform: translateX(25%);
}
@media (max-width: 767px) {
    .c-carouselMulti .carousel-inner .item.next {
    transform: translateX(100%);
}
}.c-carouselMulti .carousel-inner .item.prev {
    transform: translateX(-25%);
}
@media (max-width: 767px) {
    .c-carouselMulti .carousel-inner .item.prev {
    transform: translateX(-100%);
}
}@media (max-width: 767px) {
    .c-carouselMulti .carousel-inner .item .c-thumbnail {
    width: 100%}
.c-carouselMulti .carousel-inner .item .c-thumbnail:not(:first-child) {
    display: none;
}
}.c-carouselMulti .carousel-inner .next {
    left: 25%}
@media (max-width: 767px) {
    .c-carouselMulti .carousel-inner .next {
    left: 100%}
}.c-carouselMulti .carousel-inner .active.left {
    left: -25%}
@media (max-width: 767px) {
    .c-carouselMulti .carousel-inner .active.left {
    left: -100%}
}.c-carouselMulti .carousel-control {
    position: absolute;
    top: 30%;
    width: 43px;
    height: 43px;
    opacity: 1;
    border-radius: 50%;
    background-color: #2a2a2a;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .c-carouselMulti .carousel-control {
    top: 40%}
}.c-carouselMulti .carousel-control.left {
    background-image: none;
}
.c-carouselMulti .carousel-control.right {
    background-image: none;
}
.c-carouselMulti .carousel-control.right svg {
    transform: translate(-50%,  -50%) scaleX(-1);
}
.c-carouselMulti .carousel-control svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
}
.c-byCarousel {
    margin-top: 60px;
    margin-bottom: 50px;
}
.c-byCarousel__person {
    text-align: center;
}
@media (max-width: 767px) {
    .c-byCarousel__person {
    width: 100%}
.c-byCarousel__person:not(:first-child) {
    display: none;
}
}.c-byCarousel img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    box-shadow: 0 3px 4px 0 rgba(224, 159, 165, 0.45);
}
@media (max-width: 991px) {
    .c-byCarousel img {
    width: 130px;
    height: 130px;
}
}@media (max-width: 767px) {
    .c-byCarousel img {
    display: block;
    width: 170px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
}
}.c-byCarousel__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    cursor: default;
    background-color: rgba(249, 236, 237, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out,  visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out,  visibility 0.5s ease-in-out;
}
.c-byCarousel__modal.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease-in-out,  visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out,  visibility 0.5s ease-in-out;
}
.c-byCarousel__by {
    padding: 20px;
    background-color: #fff;
}
.c-byCarousel__by.how-to figure {
    box-shadow: 0 3px 4px 0 rgba(224, 159, 165, 0.45);
}
.c-byCarousel__by.how-to .o-post__byTitle {
    color: #e09fa5;
}
.c-byCarousel__by.how-to .o-post__byLinks {
    color: #e09fa5;
}
.c-byCarousel__by.business figure {
    box-shadow: 0 3px 4px 0 rgba(224, 159, 165, 0.45);
}
.c-byCarousel__by.business .o-post__byTitle {
    color: #e09fa5;
}
.c-byCarousel__by.business .o-post__byLinks {
    color: #e09fa5;
}
.c-byCarousel__by .o-post__byTitle {
    padding-left: 20px;
}
.c-byCarousel__by .o-post__byTitle span {
    padding-right: 6px;
}
.c-byCarousel__by .o-post__byText {
    padding-left: 77px;
}
.c-byCarousel__by figure {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 3px 4px 0 rgba(164, 202, 160, 0.45);
}
.c-byCarousel__by figure img {
    width: 55px;
    height: 55px;
    border-radius: 50%}
.c-byCarousel__byTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-byCarousel__links {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
}
.c-byCarousel__link {
    cursor: pointer;
}
.c-byCarousel__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}
.c-footer {
    padding-top: 130px;
    padding-bottom: 120px;
}
@media (max-width: 767px) {
    .c-footer {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
}.c-footer__logo {
    width: 75px;
    height: 79px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .c-footer__logo {
    width: 170px;
    height: 30px;
    margin-bottom: 25px;
}
}.c-footer__newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-footer__newsletter .o-footer__title {
    margin-bottom: 0;
    padding-left: 13px;
}
.c-business {
    position: relative;
}
.c-business__extraWidth {
    margin-left: -75px;
    margin-right: -75px;
}
@media (max-width: 767px) {
    .c-business__extraWidth {
    margin-left: 0;
    margin-right: 0;
}
}.c-business__listing {
    text-align: center;
}
.c-business__listing .c-banner {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .c-business__listing .c-banner {
    margin-bottom: 0;
}
}.c-business__listing.inPage {
    padding-top: 75px;
}
.c-business__listing.inPage .o-business__title {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    background-color: var(--rosa);
    transform: translate(-50%,  -50%);
}
.c-business__listing.inPage .o-business__text a {
    color: #6cb3c1;
}
.c-business__line {
    border: solid 1px #c0c1bd;
}
.c-business .o-business__title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .c-business .o-business__title {
    width: 80%}
}.c-business .o-business__text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .c-business .o-business__text {
    width: 80%}
}.c-business .c-social {
    margin-top: 15px;
    margin-bottom: 15px;
}
.c-business .c-carouselMulti {
    margin-top: 40px;
    margin-bottom: 60px;
}
.o-marginBot__100 {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .o-marginBot__100 {
    margin-bottom: 50px;
}
}.c-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .c-search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -85px;
    margin-bottom: 30px;
}
.c-search .c-input.search {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
}@media (max-width: 767px) {
    .c-search .o-search__type {
    padding: 10px 5px;
}
}.c-search__noResults {
    margin-top: 130px;
    margin-bottom: 130px;
}
.c-search__noResults .o-search__title {
    display: inline;
    background-color: #6cb3c1;
}
.c-search .active .o-search__type {
    color: #6cb3c1;
}
.c-saved {
    position: relative;
}
.c-saved .nav {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 25px 35px 30px;
    background-color: #fff;
}
.c-saved .nav li {
    width: 100%}
.c-saved .nav li a {
    padding: 10px 0;
}
.c-saved .active .o-saved__text {
    font-weight: 400;
    color: #1b1b1b;
}
.c-post__header {
    position: relative;
    min-height: 460px;
}
.c-post__header figure {
    min-height: 460px;
    max-height: 520px;
}
.c-post__header figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 360px;
    max-height: 520px;
    opacity: 0.2;
    background-image: linear-gradient(to top,  transparent,  #000), linear-gradient(to top,  #000,  transparent);
}
.c-post__header figure img {
    width: 100%;
    min-height: 460px;
    max-height: 520px;
}
.c-post__header.business {
    min-height: 200px;
    margin-bottom: 30px;
}
.c-post__header.business .c-post__title {
    bottom: -40px;
}
@media (max-width: 767px) {
    .c-post__header.business .c-post__title {
    bottom: 20px;
}
}.c-post__header.business figure {
    min-height: 200px;
    max-height: 200px;
}
.c-post__header.business figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 200px;
    opacity: 0.2;
    background-image: linear-gradient(to top,  transparent,  #000), linear-gradient(to top,  #000,  transparent);
}
.c-post__header.business figure img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}
.c-post__header.menu {
    min-height: 395px;
}
.c-post__header.menu figure {
    min-height: 395px;
    max-height: 395px;
}
.c-post__header.menu figure::before {
    min-height: 395px;
    max-height: 395px;
}
.c-post__header.menu figure img {
    min-height: 395px;
    max-height: 395px;
}
.c-post__header.noImg {
    min-height: 260px;
}
.c-post__header.noImg .o-post__by {
    color: #000;
}
.c-post__title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 30%;
    text-align: center;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .c-post__title {
    width: 90%}
}.c-post__title.how-to {
    width: 50%}
@media (max-width: 767px) {
    .c-post__title.how-to {
    width: 90%}
}.c-post__title.business {
    width: 50%}
@media (max-width: 767px) {
    .c-post__title.business {
    width: 90%}
}.c-post__title.editorial {
    bottom: 95px;
    width: 50%}
@media (max-width: 991px) {
    .c-post__title.editorial {
    width: 80%}
}@media (max-width: 767px) {
    .c-post__title.editorial {
    width: 90%}
}.c-post__title.editorial .o-post__tag, .c-post__title.editorial .o-post__title {
    margin-bottom: 0;
}
.c-post__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 31px;
    margin-bottom: 50px;
    border-bottom: solid 1px var(--verde);
}
.c-post__info.foodlab {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: solid 1px var(--amarelo);
}
@media (max-width: 767px) {
    .c-post__info {
    padding-left: 15px;
    padding-right: 15px;
}
}.c-post__info.footer {
    border-bottom: none;
    margin-bottom: 0;
}
.c-post__info.recipe {
    border-bottom: solid 1px var(--verde);
}
@media (max-width: 767px) {
    .c-post__info.recipe {
    flex-wrap: wrap;
    margin-bottom: 0;
    border-bottom: 0;
}
.c-post__info.recipe .c-post__icon.row-one {
    width: 50%;
    margin-bottom: 30px;
}
}.c-post__info.how-to {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: solid 1px var(--roxo);
}
.c-post__info.how-to .c-post__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .c-post__info.how-to .c-post__icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}
}.c-post__info.business {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: solid 1px var(--rosa);
}

.c-post__info.business .c-post__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .c-post__info.business .c-post__icons {
    width: 100%;
    padding: 0;
}
}.c-post__info.business .c-post__icons.full {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.c-post__info.business .c-post__icons.full .o-seeMore {
    width: 170px;
    background-color: #c0c1bd;
}
@media (max-width: 767px) {
    .c-post__info.business .c-post__icons.full {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}.c-post__info.menu {
    height: 128px;
    margin-bottom: 0;
    border-bottom: 0;
}
@media (max-width: 767px) {
    .c-post__info.menu {
    height: auto;
}
.c-post__info.menu .o-post__iconTag {
    margin-top: 10px;
}
}.c-post__info .c-social {
    min-width: 175px;
}
.c-post__info .o-post__seats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-post__info .o-post__numberOfSeats {
    margin-right: 10px;
    padding: 0px 5px;
    height: 26px;
    border: solid 2px var(--roxo);
}
.c-post__icon {
    text-align: center;
}
.c-post__icon .c-post__stars svg.active path {
    fill: #000;
}
.c-post__icon .c-post__stars svg path {
    fill: none;
}
.c-post__icons .o-seeMore {
    margin-top: 0;
    margin-bottom: 0;
}
.c-post__tags.recipe a {
    color: var(--verde);
}
.c-post__tags.how-to a {
    color: var(--roxo);
}
.c-post__tags.business a {
    color: var(--rosa);
}
.c-post__tags.foodlab a {
    color: var(--amarelo);
}
.c-post__ingredients {
    margin-bottom: 30px;
}
.c-post__ingredients ol {
    padding-left: 0;
    list-style: none;
}
.c-post__ingredients ol li:nth-child(odd) {
    background-color: #f3f3f3;
}
.c-post__breakLine {
    margin-bottom: 50px;
    border-top: 1px dashed #000;
}
.c-post__instructions {
    padding-left: 25px;
    margin-top: 0;
}
.c-post__instructions li {
    font-family: "Merriweather", serif;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: .2px;
    text-align: left;
    color: var(--verde);
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.c-post__instructions.recipe li {
    color: var(--verde);
}
.c-post__instructions.how-to li {
    color: var(--roxo);
}
.c-post__instructions.how-to a {
    color: var(--roxo);
}
.c-post__instructions.business li {
    color: var(--rosa);
}
.c-post__instructions.business a {
    color: var(--rosa);
}

.c-post__instructions.foodlab li {
    color: var(--amarelo);
}
.c-post__instructions.foodlab a {
    color: var(--amarelo);
}
.c-post__by {
    position: relative;
    padding: 20px;
    background-color: #d1e4cf;
}
@media (max-width: 767px) {
    .c-post__by {
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 40px;
    background-color: #eaeaea;
}
}.c-post__by.recipe {
    background-color: #d1e4cf;
}
@media (max-width: 767px) {
    .c-post__by.recipe {
    background-color: #eaeaea;
}
}.c-post__by.how-to {
    background-color: #f4f4dc;
}
@media (max-width: 767px) {
    .c-post__by.how-to {
    background-color: #eaeaea;
}
}.c-post__by.how-to figure {
    box-shadow: 0 3px 4px 0 rgba(142, 161, 199, 0.45);
}
.c-post__by.how-to .o-post__byTitle {
    color: var(--roxo);
}
@media (max-width: 767px) {
    .c-post__by.how-to .o-post__byTitle {
    color: #000;
}
}.c-post__by.how-to .o-post__byLinks {
    color: var(--roxo);
}
@media (max-width: 767px) {
    .c-post__by.how-to .o-post__byLinks {
    color: #000;
}
}.c-post__by.business {
    background-color: #f4f4dc;
}
@media (max-width: 767px) {
    .c-post__by.business {
    background-color: #eaeaea;
}
}.c-post__by.business figure {
    box-shadow: 0 3px 4px 0 rgba(224, 159, 165, 0.45);
}
.c-post__by.business .o-post__byTitle {
    color: #e09fa5;
}
@media (max-width: 767px) {
    .c-post__by.business .o-post__byTitle {
    color: #000;
}
}.c-post__by.business .o-post__byLinks {
    color: #e09fa5;
}
@media (max-width: 767px) {
    .c-post__by.business .o-post__byLinks {
    color: #000;
}
}.c-post__by .o-post__byTitle {
    padding-left: 20px;
}
@media (max-width: 767px) {
    .c-post__by .o-post__byTitle {
    font-size: 36px;
    color: #000;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
}.c-post__by .o-post__byTitle span {
    padding-right: 6px;
}
@media (max-width: 767px) {
    .c-post__by .o-post__byTitle span {
    font-size: 14px;
}
}.c-post__by .o-post__byText {
    padding-left: 77px;
}
@media (max-width: 767px) {
    .c-post__by .o-post__byText {
    font-size: 18px;
    color: #000;
    width: 80%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}
}.c-post__by figure {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 3px 4px 0 rgba(164, 202, 160, 0.45);
}
@media (max-width: 767px) {
    .c-post__by figure {
    width: 200px;
    height: 200px;
}
}.c-post__by figure img {
    width: 55px;
    height: 55px;
    border-radius: 50%}
@media (max-width: 767px) {
    .c-post__by figure img {
    width: 200px;
    height: 200px;
}
}.c-post__byTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .c-post__byTitle {
    -ms-flex-flow: column;
    flex-flow: column;
}
}.c-post__links {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
}
@media (max-width: 767px) {
    .c-post__links {
    left: 50%;
    bottom: 20px;
    right: inherit;
    color: #000;
    transform: translateX(-50%);
}
}.c-post__listing {
    padding-top: 30px;
    text-align: center;
}
.c-post__listing .c-banner {
    margin-top: 50px;
    margin-bottom: 50px;
}
.c-post__listing .o-business__title {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    background-color: #000;
    transform: translate(-50%,  -50%);
}
.c-post__listing .o-business__text a {
    color: #6cb3c1;
}
.c-post__comment {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 90px;
}
@media (max-width: 767px) {
    .c-post__comment {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}
}.c-post__content {
    margin-bottom: 30px;
}
.c-post__carousel .c-post__inner figure {
    max-height: 350px;
}
.c-post__carousel .c-post__inner figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 350px;
    background-image: linear-gradient(to top,  rgba(0, 0, 0, 0.5),  transparent);
}
.c-post__carousel .c-post__inner figure img {
    width: 100%;
    max-height: 350px;
}
.c-post__carousel .c-post__control {
    opacity: 1;
}
.c-post__carousel .c-post__control.left, .c-post__carousel .c-post__control.right {
    background-image: none;
}
.c-post__carousel .c-post__control.right svg {
    transform: translateY(-50%) scaleX(-1);
}
.c-post__carousel .c-post__control svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.c-post__carousel .c-post__indicators {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}
.c-post__carousel .c-post__indicators .carousel-control {
    width: 10%;
    z-index: 16;
    cursor: pointer;
}
.c-post__carousel .c-post__indicators .carousel-control.left svg {
    left: 35%;
    transform: translate(-50%,  -50%);
}
.c-post__carousel .c-post__indicators .carousel-control.right svg {
    right: 35%;
    transform: translate(-50%,  -50%) scaleX(-1);
}
.c-post__carousel .c-post__indicators li {
    position: relative;
    width: 160px;
    height: 90px;
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.15);
}
.c-post__carousel .c-post__indicators li.active {
    position: relative;
    width: 160px;
    height: 90px;
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.15);
}
.c-post__carousel .c-post__indicators li figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 90px;
}
.c-post__carousel .c-post__indicators li figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 90px;
    z-index: 1;
    opacity: 0.75;
    background: linear-gradient(rgba(0, 0, 0, 0.5),  rgba(0, 0, 0, 0.5)), linear-gradient(to top,  rgba(0, 0, 0, 0.5),  transparent);
}
.c-post__carousel .c-post__indicators li figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 90px;
}
.c-post__carousel .c-post__indicators li:hover figure::before {
    background: rgba(0, 0, 0, 0.15);
}
.c-post__how-to {
    text-align: center;
    margin-left: 45px;
    margin-right: 45px;
}
@media (max-width: 767px) {
    .c-post__how-to {
    margin-left: 30px;
    margin-right: 30px;
}
.c-post__how-to.business {
    margin-left: 0;
    margin-right: 0;
}
}.c-post__how-to.full {
    margin-bottom: 100px;
}
.c-post__recipeLink {
    position: relative;
    width: 100%;
    max-height: 160px;
    text-align: left;
}
.c-post__recipeLink figure {
    max-height: 160px;
}
.c-post__recipeLink figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 160px;
    background-image: linear-gradient(to left,  transparent,  #000);
}
.c-post__recipeLink figure img {
    width: 100%;
    max-height: 160px;
}
.c-post__recipeLink .o-header__title {
    width: 75%;
    opacity: 1;
    margin-left: 5px;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-post__recipeLink .o-header__tag {
    display: inline-block;
    opacity: 1;
    margin-bottom: 15px;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-post__recipeLink .c-post__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border: solid 1px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-post__recipeLink .c-post__hoverCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(-50%,  -50%);
}
.c-post__recipeLink .c-post__hoverInfo {
    text-align: center;
    width: 50%}
.c-post__recipeLink .c-post__saveArticle {
    position: absolute;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}
.c-post__recipeLink:hover .c-post__hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-post__recipeLink:hover .o-header__title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-post__recipeLink:hover .o-header__tag {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.c-post__recipeName {
    position: absolute;
    left: 22px;
    bottom: 25px;
}
.c-post__video {
    margin-left: -15%;
    margin-right: -15%}
@media (max-width: 767px) {
    .c-post__video {
    margin-left: 0;
    margin-right: 0;
}
}.c-post__signUp {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
    padding: 30px 40px;
}
.c-post__signUp .o-post__subTitle {
    text-align: center;
}
.c-post__signUp .o-post__text {
    text-align: center;
    margin-bottom: 30px;
}
.c-post__signUp .o-seeMore {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.c-post__presentedBy {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.c-post__editorialTag {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 110px;
    height: 110px;
    background-color: #8cbd87;
    border-radius: 50%;
    transform: translateX(-50%);
}
.c-post__editorialTag img {
    width: 110px;
    height: 110px;
}
@media (max-width: 767px) {
    .c-post .row {
    margin-left: 0;
    margin-right: 0;
}
}@media print {
    img, nav, footer, .embed-responsive, .c-social, .c-post__listing, .c-post__carousel, .c-post__comment, .c-post__info: first-child, .c-post__info.footer, .c-post__presentedBy, .c-post__recipeLink, .c-post__byTitle figure {
    display: none;
}
.c-post__info:nth-child(2) {
    margin-left: 12.5%}
.c-post__header {
    min-height: 150px;
}
.c-post__header figure {
    min-height: 150px;
    max-height: 150px;
}
.c-post__header figure::before {
    min-height: 150px;
    max-height: 150px;
}
.c-post__header figure img {
    min-height: 150px;
    max-height: 150px;
}
.o-post__title span {
    background-color: transparent;
    box-shadow: 10px 0 0 transparent,  -10px 0 0 transparent;
}
.o-post__title.recipe span {
    background-color: transparent;
    box-shadow: 10px 0 0 transparent,  -10px 0 0 transparent;
}
.o-post__title.how-to span {
    background-color: transparent;
    box-shadow: 10px 0 0 transparent,  -10px 0 0 transparent;
}
.o-post__title.business span {
    background-color: transparent;
    box-shadow: 10px 0 0 transparent,  -10px 0 0 transparent;
}
.o-post__title.editorial span {
    background-color: transparent;
    box-shadow: 10px 0 0 transparent,  -10px 0 0 transparent;
}
}.c-comment__comment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 60px;
    margin-bottom: 15px;
}
.c-comment__comment.inner {
    margin-left: 60px;
}
.c-comment__comment.inner .c-input.comment {
    margin-top: 0;
}
.c-comment__comment figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 41px;
    border-radius: 50%}
.c-comment__comment figure img {
    width: 41px;
    height: 41px;
    border-radius: 50%}
.c-comment__comment .o-comment__text {
    width: 100%}
.c-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 150px;
}
@media (max-width: 767px) {
    .c-error.row {
    margin-left: 0;
    margin-right: 0;
}
}.c-error figure {
    position: relative;
}
.c-error figure .o-error__title {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.c-error .c-input {
    width: 100%;
    margin-bottom: 25px;
}
.c-profile {
    text-align: center;
}
.c-profile__header {
    height: 200px;
}
.c-profile__header figure {
    width: 100%;
    height: 200px;
}
.c-profile__header figure img {
    width: 100%;
    height: 200px;
}
.c-profile__card {
    position: relative;
    max-width: 450px;
    padding-top: 60px;
    padding-left: 35px;
    padding-bottom: 30px;
    padding-right: 35px;
    margin-top: 70px;
    margin-bottom: 120px;
    background-color: #ffffff;
}
.c-profile__card.row {
    margin-left: auto;
    margin-right: auto;
}
.c-profile__card.login {
    margin-top: -50px;
}
.c-profile__card .o-error__text {
    margin-top: 0;
    margin-bottom: 20px;
}
.c-profile__title {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 100%;
    transform: translate(-50%,  -50%);
    z-index: 2;
}
.c-profile__title img {
    width: 85px;
    height: 85px;
    border-radius: 50%}
.c-profile__form {
    text-align: left;
}
.c-profile__form input[type="checkbox"] {
    opacity: 0;
    margin-left: -12px;
}
.c-profile__form input[type="checkbox"]+label {
    padding-left: 26px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../imgs/checkbox.svg");
}
.c-profile__form input[type="checkbox"]:checked+label {
    background-image: url("../imgs/checkbox-checked.svg");
}
.c-profile__formComplete {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out,  visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out,  visibility 0.5s ease-in-out;
}
.c-profile__formComplete .o-error__text {
    width: 80%;
    margin: 55px auto;
}
.c-profile__formComplete.complete {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease-in-out,  visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out,  visibility 0.5s ease-in-out;
}
.c-profile__submit {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.c-profile__line {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px dotted #6cb3c1;
}
.c-profile__facebook {
    margin-bottom: 20px;
}
.c-profile__content {
    margin-top: 20px;
    margin-bottom: 60px;
}
.c-profile__addPhoto {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.c-profile__cardHeader {
    width: 100%;
    height: 20px;
}
.c-profile__cardHeader img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}
.o-objectFit {
    -o-object-fit: cover;
    object-fit: cover;
}
.o-objectFit.compat-object-fit {
    background-size: cover;
    background-position: center center;
}
.c-editorial {
    position: relative;
}
.c-editorial__post {
    position: relative;
    width: 100%;
    height: 100vh;
}
.c-editorial__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.c-editorial__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.28);
}
.c-editorial__bg img {
    width: 100%;
    height: 100vh;
}
.c-editorial__title {
    position: absolute;
    top: calc(50% + 33px);
    left: 50%;
    width: 55%;
    transform: translate(-50%,  -50%);
    text-align: center;
}
@media (max-width: 767px) {
    .c-editorial__title {
    top: calc(50% + 40px);
}
}.c-editorial__title img {
    width: 45%}
@media (max-width: 767px) {
    .c-editorial__title img {
    width: 90%}
}.c-editorial__presentedBy {
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}
.c-editorial__social {
    position: fixed;
    top: 50%;
    right: 40px;
    width: 31px;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .c-editorial__social {
    right: 20px;
}
}.c-editorial__social a {
    display: block;
    margin-bottom: 15px;
}
.c-editorial__social a:last-child {
    margin-bottom: 0;
}
.c-editorial__button {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: .3px;
    text-align: center;
    color: #fff;
    height: 45px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 22.5px;
    background-color: rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
    border: solid 3px #ffffff;
    cursor: pointer;
}
@media (max-width: 767px) {
    .c-editorial__button {
    bottom: 20px;
}
}@media (max-width: 374px) {
    .c-editorial__button {
    width: 70%}
}.c-editorial__modal .modal-content {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 100px;
    padding-bottom: 50px;
}
.c-editorial__modal .modal-content .o-thumbnail__title {
    color: #fff;
}
.c-editorial__modal .modal-content .o-thumbnail__by {
    color: #fff;
}
.c-editorial__modalTitle {
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 2.29;
    text-align: center;
    color: #fff;
    text-decoration: underline;
}
.c-editorial__indicators {
    position: fixed;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .c-editorial__indicators {
    left: 20px;
}
}.c-editorial__indicators ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}
.c-editorial__indicators a {
    display: block;
    width: 12px;
    height: 12px;
    margin-bottom: 18px;
    border: solid 2px #ffffff;
    border-radius: 50%}
.c-editorial__indicators a:last-child {
    margin-bottom: 0;
}
.c-editorial__indicators a.active {
    background-color: #ffffff;
}
.c-about__content {
    margin-top: 90px;
    margin-bottom: 120px;
}
@media (max-width: 767px) {
    .c-about__content {
    margin-top: 40px;
    margin-bottom: 40px;
}
}.c-about__innerText {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 120px;
    margin-bottom: 65px;
}
@media (max-width: 767px) {
    .c-about__innerText {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}
}.c-about__innerText .c-social {
    margin-top: 50px;
}
.c-about__carousel img {
    box-shadow: none;
}
.c-about__carousel .o-by__profession {
    color: #9b9b9b;
}
.c-about__carousel .o-post__byText {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}
.c-about__carousel .c-byCarousel__links {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: initial;
    bottom: initial;
}
.c-about__carousel .c-byCarousel__links .o-post__byLinks {
    color: #000;
}
.c-about__line {
    padding-left: 0;
    padding-right: 0;
    border: 1px dotted #b8b8b8;
}
.c-about__partners {
    margin-top: 40px;
    margin-bottom: 120px;
}
@media (max-width: 767px) {
    .c-about__partners {
    margin-bottom: 40px;
}
}.c-about__partnersHolder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-about__partnersHolder figure {
    text-align: center;
    min-width: 24%;
    margin-bottom: 35px;
}
@media (max-width: 991px) {
    .c-about__partnersHolder figure {
    min-width: 50%}
}@media (max-width: 767px) {
    .c-about__partnersHolder figure {
    min-width: 100%}
}.c-menu {
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 767px) {
    .c-menu {
    padding-left: 0;
    padding-right: 0;
}
}.c-menu__line {
    height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-bottom: 1px dotted var(--azul);
}
.c-menu__line.grey {
    margin-left: -50px;
    margin-right: -50px;
    border-bottom: 1px dotted #9f9f9f;
}
@media (max-width: 767px) {
    .c-menu__line.grey {
    margin-left: 0px;
    margin-right: 0px;
}
}.c-menu__arrow {
    position: relative;
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 15px;
    background-color: #2a2a2a;
}
.c-menu__arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
}
.c-menu__arrow.right {
    margin-left: 15px;
    margin-right: 0;
    transform: scaleX(-1);
}
.c-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .c-menu__header {
    padding-left: 15px;
    padding-right: 15px;
}
}.c-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
}
@media (max-width: 991px) {
    .c-menu__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.c-menu__item {
    padding-left: 20px;
    padding-right: 20px;
}
.c-menu__item figure {
    width: 100%}
.c-menu__item figure img {
    width: 100%}
.c-menu__item:nth-child(even) {
    background-color: rgba(244, 244, 244, 0.7);
}
.c-menu__item:nth-child(odd) {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .c-menu__item: nth-child(odd) {
    margin-bottom: 0;
}
}.c-menu__recipe {
    height: 138px;
    margin-bottom: 15px;
}
.c-menu__recipe:not(:first-child) {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .c-menu__recipe {
    height: auto;
    margin-bottom: 40px;
}
}.c-menu__showMore {
    height: 46px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 10px;
    color: #fff;
    background-color: #6cb3c1;
}
.c-menu .o-menu__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
