@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,700');

@keyframes logo_load {
    0% {
        left: -50%;
    }
    100% {
        left: 0;
    }
}

@keyframes menu_load {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.map-container {
    overflow: hidden;
    padding-top: 700px;
    position: relative;
}

.map-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.map-container::before {
    content: '';
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 200px;
    z-index: 2;
}

.map-container::after {
    content: '';
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    z-index: 2;
}

#hero .owl-prev,
#hero .owl-dots button,
#hero .owl-next {
    transform: rotateX(90deg);
    transition: all 0.25s ease-out;
}

#hero .owl-prev.loaded,
#hero .owl-dots button.loaded,
#hero .owl-next.loaded {
    transform: rotateX(0);
}

/*=======================================================================BASIC*/

.filtrar_input {
    color: #333;
    padding: 8px 16px;
    border: 1px solid #333;
    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    user-select: none;
    border-radius: 20px;
    height: 20px;
    margin-top: 10px;
    position: relative;
    /* top: 0px; */
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}

.background-text {
    /* background-color: red; */
    /* background-color: red; */
    position: relative;
    float: right;
    z-index: -1;
    font-size: 250px;
    left: 150vw;
    position: relative;
    height: 0;
    bottom: -120px;
    opacity: 0.03;
    letter-spacing: 26px;
    WIDTH: 200VW;
    text-align: left;
}

.background-text.aos-animate {
    opacity: 0.03 !important;
}

.background-text-vertical {
    /* background-color: red; */
    /* background-color: red; */
    position: relative;
    /* float: right; */
    z-index: -1;
    font-size: 105px;
    right: -44%;
    position: relative;
    height: 0;
    opacity: 0.09;
    /* letter-spacing: 26px; */
    /* WIDTH: 100%; */
    text-align: left;
    transform: rotate(-90deg);
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.fixed {
    position: fixed;
}

#blackout {
    position: fixed;
    /* top: 87px; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    background: rgba(.25, .25, .25, .8);
    z-index: -1;
    opacity: 0;
    transition: 0.75s;
}

.popped ~ #blackout {
    opacity: 1;
    z-index: -10;
    display: block;
    top: 87px;
    bottom: 0;
    left: 0;
    right: 0;
}

input {
    border: 0;
    border-bottom: solid 1px #000000;
    color: #666666;
    padding-bottom: 5px;
    font-size: 14px;
    /* width: 100%; */
}

body {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100vw;
    font-family: 'Rajdhani', sans-serif;
    overflow-x: hidden !important;
}

.wrapper {
    overflow: hidden;
    width: 100vw;
    /* max-width: 100vw; */
    margin-right: 53px;
}

h2 {
    font-weight: 700;
}

.clear-bg {
    background-color: transparent !important;
}

/* The container */
.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 8px; */
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #000000;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: #000;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: #000000;
    border-color: #000000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

.custom-select, .custom-select-color {
    position: relative;
    margin-top: 5px;
    font-weight: 500;
    display: inline-block;
}

.custom-select-color {
    text-align: left;
    width: 90%;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 20px;
}

.custom-select select,
.custom-select-color select {
    display: none; /*hide original SELECT element:*/
}

.custom-select-color .color-tag {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.select-items .option {
    color: #000000;
    padding: 8px 16px;
    border: 1px solid #000000;
    border-color: transparent #000 rgba(0, 0, 0, 0.1) #000;
    cursor: pointer;
    user-select: none;
    background: #ffffff;
    text-align: left;

    display: flex;
    align-items: center;
}

.select-items .option:last-child {
    border-bottom-left-radius: 18px;
}

.select-items .option:first-child {
    border-top-color: #000;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items .option:hover, .select-items .same-as-selected {
    background-color: #E0D1A7;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 29px;
    width: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Light";
    font-size: 24px;
    height: 0;
    /* border: 6px solid transparent; */
    /* border-color: #000 transparent transparent transparent; */
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 22px;
}

.select-selected.select-arrow-active {
    /* border-bottom-color: #000000; */
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*style the items (options), including the selected item:*/
.select-selected {
    color: #333;
    padding: 8px 16px;
    border: 1px solid #333;
    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    user-select: none;
    border-radius: 20px;
    height: 22px;
    margin-top: 10px;
    /* position: relative; */
    /* top: 0px; */
    font-size: 14px;
    line-height: 21px;
    text-align: left;

    display: flex;
    align-items: center;
}

/*style items (options):*/
.select-items {
    position: absolute;
    /* background-color: DodgerBlue; */
    top: 96%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

nav {
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    /* width: 100%; */
    background: rgba(255, 255, 255, 0.75);
}

nav #secao_cabelos {
    position: absolute;
    top: 0;
    height: 0px;
    left: 0;
    right: 0px;
    z-index: 10;
    border-top: solid 1px #F6F6F6;
    /* margin-top: 30px; */
    visibility: hidden;
    background: #ffffff;
    z-index: -1;
    transition-duration: 0.5s;
    overflow: hidden;
    /* padding-left: 15%; */
}

nav #secao_cabelos .inner {
    margin-top: 85px;
    border-top: solid 2px #F6F6F6;
    padding-left: 280px;
    padding-top: 10px;
}

nav #secao_cabelos .inner .side {
    display: inline-block;
    border-right: solid 2px #F6F6F6;
    width: 170px;
    vertical-align: top;
    height: 323px;
}

nav #secao_cabelos .inner .column {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

nav #secao_cabelos .inner .video {
    display: inline-block;
    height: 324px;
    width: 772px;
    background-size: cover;
    position: relative;
}

nav #secao_cabelos .video i {
    /* height: 100vh; */
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #ffffff;
}

nav #secao_cabelos .inner ul {
    list-style-type: none;
    padding-left: 0;
}

nav #secao_cabelos .inner ul li {
    padding: 8px;
}

nav #secao_cabelos .inner ul li:hover a,
nav #secao_cabelos .inner ul li.active a {
    color: #D5C088;
}

nav #secao_cabelos .inner ul li a {
    color: #000000;
    text-decoration: none; /* text-transform: uppercase; */
    font-size: 15px;
}

nav #secao_cabelos.popped {
    visibility: visible;
    width: calc(100%);
    right: 0;
    height: 450px;
}

nav #secao_busca {
    position: absolute;
    top: 0;
    height: 420px;
    right: 15px;
    /* right: 0px; */
    z-index: 10;
    visibility: hidden;
}

nav #secao_busca input {
    border: 0;
    width: calc(100% - 90px);
    /* border: red 1px solid; */
    font-size: 20px;
    padding: 12px;
}

nav #secao_busca .barra {
    height: 39px;
    background: #ffffff;
    padding: 24px;
    width: 0;
    float: right;
    transition-delay: 0.6s;
    overflow: hidden;
    transition-duration: 0.5s;
    opacity: 0;
}

nav #secao_busca .inner {
    background: #ffffff;
    /* width: 85%; */
    height: 0px;
    overflow: hidden;
    /* opacity: 0; */
    transition-delay: 0s;
    transition-duration: 0.5s;
    box-sizing: border-box;
    padding: 0 24px;
    float: right;
}

nav #secao_busca .barra .btn-black-circle {
    position: absolute;
    right: 24px;
    opacity: 0;
    transition: 0.5s;
}

nav #secao_busca .sugestoes {
    border-top: solid 1px #F6F6F6;
    padding-top: 20px;
}

nav #secao_busca .sugestoes .column {
    width: 44%;
    display: inline-block;
    padding: 0 0 0 60px;
}

nav #secao_busca .sugestoes .column:first-of-type {
    border-right: solid 1px #F6F6F6;
}

nav #secao_busca .sugestoes .column > .titulo {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
}

nav #secao_busca .sugestoes .column a {
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    color: #287EB7;
    font-weight: 500;
}

nav #secao_busca.popped {
    visibility: visible;
    width: calc(100% - 15px);
    /* right: 0; */
}

nav #secao_busca.popped .barra {
    width: calc(100% - 48px);
    transition-delay: 0s;
    transition-duration: 0.5s;
    opacity: 1;
}

nav #secao_busca.popped .inner {
    height: 350px;
    /* visibility: visible; */
    transition-delay: 0.6s;
    transition-duration: 0.5s;
    padding: 24px;
    padding-top: 0px;
    /* opacity: 1; */
}

nav #secao_busca.popped .barra .btn-black-circle {
    opacity: 1;
}

nav .logo {
    height: 87px;
    width: 244px;
    background-image: url("../img/logo.png");
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    animation: 1s ease-out 0s 1 logo_load;
    position: relative;
}

nav .menu-l,
nav .menu-r {
    display: inline-block;
    animation: 1s ease-out 1s 1 menu_load;
    animation-delay: 1s;
    opacity: 0;
    /* animation-play-state: paused; */
    animation-fill-mode: forwards;
}

nav .menu-r {
    position: absolute;
    right: 26px;
    top: 25px;
}

nav .menu-r li {
    margin-right: 18px;
}

nav .menu-l {
    margin-left: 25px;
}

nav .menu-l li {
    width: 150px;
    height: 87px;
    position: relative;
}

nav .menu-l li a {
    text-decoration: none;
    color: #000000;
    padding: 35px 18px;
    font-size: 14px;
    display: block;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 14px;
    margin-bottom: -62px;
    font-family: 'Dosis', sans-serif;
}

.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background: #A1A1A1;
    border-radius: 100%;
    margin-right: 15px;
    /* border: solid 1px black; */
    visibility: visible;
    /* background: transparent !important; */
}

.owl-carousel button.owl-dot.active {
    background: #000000;
}

/* The custom-checkbox */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border-radius: 100%;
    border: solid 1px #DEDEDE;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #000000;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

section#banco_form {
    padding: 20px 40%;
    margin-top: 80px;
}

section#banco_form input[type=text],
section#banco_form input[type=password] {
    margin: 10px 0;
    left: -15px;
    position: relative;
    border-color: #000000;
}

section#banco_form .btn-black {
    width: 100%;
    /* border: 0; */
    left: -15px;
    position: relative;
}

section#banco_form a {
    color: #0569AB;
}

section#entre_em_contato {
    padding: 5% 10%;
    background-size: cover;
    color: #ffffff;
}

section#entre_em_contato .btn-black {
    width: 512px;
    padding: 12px 12px;
}

section#entre_em_contato input,
section#entre_em_contato textarea,
.alt-text-box {
    display: block;
    margin: 20px 0;
    border: solid 1px #DEDEDE;
    border-radius: 20px;
    width: 512px;
    height: 40px;
    padding: 2px;
    padding-left: 20px;
    font-size: 16px;
    /* line-height: 15px; */
    font-family: 'Dosis', sans-serif;
}

.alt-text-box {
    width: calc(100% - 20px);
    transition: 1s;
}

.alt-text-box:hover,
.alt-text-box:focus {
    border-color: #000000;
}

section#entre_em_contato textarea {
    height: 294px;
    padding-top: 20px;
}

section#entre_em_contato input::-webkit-input-placeholder {
    font-family: 'Rajdhani', sans-serif;
}

section#entre_em_contato input::-moz-placeholder {
    font-family: 'Rajdhani', sans-serif;
}

section#entre_em_contato input::-ms-placeholder {
    font-family: 'Rajdhani', sans-serif;
}

section#entre_em_contato input::placeholder {
    font-family: 'Rajdhani', sans-serif;
}

section#entre_em_contato textarea {

}

section#entre_em_contato_hero {
    padding: 1vh 10% 0;
    background-size: cover;
    color: #ffffff;
    height: 100vh;
}

section#entre_em_contato_hero .btn-black {
    width: 534px;
    padding: 20px 12px;
    margin-bottom: 7px;
    border-radius: 31px;
}

section#entre_em_contato_hero h2 {
    margin-top: 145px;
    font-size: 50px;
    margin-bottom: 0px;
}

section#entre_em_contato_hero input,
section#entre_em_contato_hero textarea,
.alt-text-box {
    display: block;
    margin: 20px 0;
    border: solid 1px #DEDEDE;
    border-radius: 20px;
    width: 512px;
    height: 40px;
    padding: 2px;
    padding-left: 20px;
    font-size: 16px; /* line-height: 15px; */
    font-family: 'Dosis', sans-serif;
}

.alt-text-box {
    width: calc(100% - 20px);
}

section#entre_em_contato_hero textarea {
    height: 294px;
    padding-top: 20px;
}

section#entre_em_contato_hero input::-webkit-input-placeholder {
    font-family: 'Rajdhani', sans-serif;
}

section#entre_em_contato_hero input::-moz-placeholder {
    font-family: 'Rajdhani', sans-serif;
}

section#entre_em_contato_hero input::-ms-placeholder {
    font-family: 'Rajdhani', sans-serif;
}

section#entre_em_contato_hero input::placeholder {
    font-family: 'Rajdhani', sans-serif;
}

section.contato_panel {
    position: relative;
    text-align: center;
}

section.contato_panel::after {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

section.contato_panel table {
    /* border: solid 2px #000000; */
    width: 60%;
    margin: 0 20%;
    border-radius: 27px;
    border-spacing: 0;
    /* border-collapse: collapse; */
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    top: 50%;
    margin-top: -220px;
}

section.contato_panel table a {
    color: #ffffff;
    text-decoration: none;
}

section.contato_panel table i {
    border: solid 2px #ffffff;
    width: 42px;
    height: 32px;
    border-radius: 100%;
    font-size: 22px;
    padding-top: 10px;
}

section.contato_panel table td {
    border-top: solid 2px #ffffff;
    border-left: solid 2px #ffffff;
    height: 215px;
    width: 33%;
}

section.contato_panel table td:not([colspan="3"]) {
    /* line-height: 42px; */
    font-size: 18px;
    /* width: 33%; */
}

section.contato_panel table td:not([colspan="3"]):hover {
    background: #ffffff;
    color: #000000;
    transition: 0.5s;
    /* width: 33%; */
}

section.contato_panel table td:not([colspan="3"]) span,
section.contato_panel table td:not([colspan="3"]) a {
    opacity: 0;
}

section.contato_panel table td:not([colspan="3"]):hover span,
section.contato_panel table td:not([colspan="3"]):hover a {
    opacity: 1;

}

section.contato_panel table td:not([colspan="3"]):hover i {
    border-color: #000000;
}

section.contato_panel table tr:last-child td {
    border-bottom: solid 2px #ffffff;
}

section.contato_panel table tr td:last-child {
    border-right: solid 2px #ffffff;
}

section.contato_panel table tr:last-child td:last-child {
    border-bottom-right-radius: 27px;
}

section.contato_panel table tr:last-child td:first-child {
    border-bottom-left-radius: 27px;
}

section.contato_panel table tr:first-child td:last-child {
    border-top-right-radius: 27px;
}

section.contato_panel table tr:first-child td:first-child {
    border-top-left-radius: 27px;
}

.desktop-none {
    display: none;
}

section#mapa {
    height: 700px;
}

section#a_beautycolor {
    padding: 111px 0;
    padding-bottom: 0px;
}

section#a_beautycolor .blurb {
    display: inline-block;
    width: 564px;
    margin-left: 251px;
    padding: 400px 0px;
    vertical-align: top;
    margin-right: 308px;
    font-size: 18px;
    line-height: 28px;
}

section#a_beautycolor .blurb h2 {
    font-size: 50px;
    margin-top: 0px;
    line-height: 63px;
}

section#a_beautycolor .video-container {
    width: 741px;
    height: 798px;
    display: inline-block;
    position: relative;
    background-size: cover;
}

section#a_beautycolor .video-container + .video-container {
    margin-left: 109px;
}

section#a_beautycolor .video-container + .blurb {
    margin-left: 183px;
    padding-bottom: 0;
}

section#lojas_virtuais {
    /* margin-bottom: 89px; */
    background: #000;
    height: 180px;
    padding: 22px 24px;
}

section#tabela_resultados table {
    width: 60%;
    left: 20%;
    position: relative;
    border-spacing: 0;
    text-transform: uppercase;
}

section#tabela_resultados table th {
    text-align: left;
    padding: 25px;
    padding-bottom: 0;
}

section#tabela_resultados table tr {
    height: 62px;
    /* border-bottom: solid 1px #999999; */
}

section#tabela_resultados table tr:nth-child(even) {
    background: #F8F8F8;
}

section#tabela_resultados table tr td {
    border-bottom: solid 1px #cccccc;
    padding: 25px;
}

section#tabela_resultados table tr td a {
    color: #277EB6;
    text-transform: initial;
}

.lojas_virtuais_carousel .owl-item > div {
    width: 100%;
    text-align: center;
}

.lojas_virtuais_carousel button.owl-dot {
    background: transparent;
    border: solid 2px #ffffff;
}

.lojas_virtuais_carousel button.owl-dot.active {
    background: #ffffff;
}

.lojas_virtuais_carousel .loja {
    width: 346px;
    height: 146px;
    display: inline-block;
    cursor: pointer;
    background-size: cover;
    border-radius: 20px;
    margin: 0 10px;
}

.lojas_virtuais_carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 21px;
    /* height: 100vh; */
    /* border: dashed 2px magenta; */
    z-index: 5;
    right: 21px;
    color: #ffffff;
}

.lojas_virtuais_carousel .owl-nav .owl-prev {
    position: absolute;
    top: 57px;
}

.lojas_virtuais_carousel .owl-nav .owl-prev span {
    visibility: hidden;
}

.lojas_virtuais_carousel .owl-nav .owl-prev span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f104";
    visibility: visible;
    font-size: 32px;
    font-weight: 900;
    border: solid 1px #ffffff;
    color: #ffffff;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.lojas_virtuais_carousel .owl-nav .owl-next {
    position: absolute;
    top: 57px;
    right: 42px;
    z-index: 11;
}

.lojas_virtuais_carousel .owl-nav .owl-next span {
    visibility: hidden;
}

.lojas_virtuais_carousel .owl-nav .owl-next span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f105";
    visibility: visible;
    font-size: 32px;
    font-weight: 900;
    border: solid 1px #ffffff;
    color: #ffffff;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    left: 100%;
    z-index: 9;
}

section#filtrar.lojas {
    margin-top: 70px;
}

footer {
    padding: 68px 154px;
}

footer a {
    color: #000000;
}

footer .column {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

footer .column .title:first-of-type a {

    padding-top: 0px;
}

footer .column .title a {
    text-decoration: none;
    font-weight: 500;
    padding-top: 12px;
    display: block;
}

footer .column ul {
    padding-left: 0;
}

footer .column ul li {
    margin-top: 10px;
    list-style-type: none;
}

footer .column ul li a {
    text-decoration: none;
}

footer .contact_box {
    width: 30%;
    float: right;
    font-size: 16px;
    line-height: 36px;
}

footer .contact_box input {
    width: 360px;
}

footer .contact_box input,
footer .contact_box .ok
{
    margin-bottom: 30px;
}

footer .contact_box a {
    text-decoration: none;
}

footer .contact_box .ok {
    font-size: 18px;
    color: #000000;
    vertical-align: text-top;
    top: 6px;
    position: relative;
    background: transparent;
    border: none;
    font-family: Rajdhani;
    right: 7px;
}

footer .contact_box i {
    font-size: 21px;
    margin-right: 5px;
}

.spacer {
    width: 35px;
    display: inline-block;
}

footer .citacoes {
    border-top: solid 1px #000000;
    padding-top: 15px;
    margin-top: 100px;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
}

footer .citacoes .footer__copyright-icon {
    height: 35px;
    float: right;
    margin-top: -5px;
}

footer .citacoes .footer__copyright-icon .cls-1 {
    opacity: 1;
}

footer .citacoes .footer__copyright-icon .cls-2 {
    fill: #000;
}

footer .citacoes .footer__copyright-icon .cls-3 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 1.5px;
}

ul.social_list li {
    padding: 24px 0 0 24px;
}

.breadcrumb {
    /* margin:20px; */
    position: absolute;
    top: 120px;
    z-index: 2;
    left: 30px;
    color: #ffffff;
}

.breadcrumb a {
    color: #ffffff;
}

/*====================================================================SECTIONS*/
section#hero {
    left: 0;
    right: 0;
    height: 100vh;
    top: 0;
}

#hero .owl-dots {
    position: absolute;
    top: 38vh;
    left: 32px;
    height: 100vh;
    /* border: dashed 2px magenta; */
    counter-reset: hero-dot;
    z-index: 2;
}

#hero .owl-dots .owl-dot {
    visibility: hidden;
    display: block;
    margin-bottom: 38px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

#hero .owl-dots .owl-dot.active {
    color: #C9B786;
}

#hero .owl-dots .owl-dot::after {
    counter-increment: hero-dot;
    content: "0" counter(hero-dot);
    visibility: visible;
    font-family: 'Rajdhani', sans-serif;
}

#hero .owl-nav {
    position: absolute;
    top: 0;
    left: 21px;
    height: 100vh;
    /* border: dashed 2px magenta; */
    z-index: 3;
}

#hero .owl-nav .owl-prev {
    position: absolute;
    top: 27vh;
}

#hero .owl-nav .owl-prev span {
    visibility: hidden;
}

#hero .owl-nav .owl-prev span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f106";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #ffffff;
    color: #ffffff;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    display: inline-block;
}

#hero .owl-nav .owl-next {
    position: absolute;
    bottom: 27vh;
}

#hero .owl-nav .owl-next span {
    visibility: hidden;
}

#hero .owl-nav .owl-next span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f107";
    /* font-weight: 900; */
    visibility: visible;
    font-size: 32px;
    border: solid 1px #ffffff;
    color: #ffffff;
    border-radius: 100%;
    width: 37px;
    height: 32px;
    display: inline-block;
    padding-top: 5px;
}

#hero .owl-item.active {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 3s;
    transition-delay: 0s;
}

#hero .owl-item {
    height: 100vh;
    width: 100%;
}

#hero .owl-item > div {
    position: relative;
    /*padding: 320px 260px;*/
    padding: 0 13%;
    height: 110vh;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;

}

#hero .owl-item .content {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

#hero .owl-item .content .metadata {
    font-size: 16px;
    margin-bottom: 21px;
    color: rgb(255, 255, 255, 0.6);
}

#hero .owl-item .content .metadata a {
    color: #ffffff;
}

#hero .owl-item .content .titulo {
    font-size: 50px;
    font-weight: 700;
    height: auto;
    overflow: hidden;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}

#hero .owl-item .content .preview {
    font-size: 18px;
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 30px;
    color: #ffffff;
}

#hero .owl-item .content .continue {
    /* border-top: solid 1px #E8E8E8; */
    /* font-size: 16px; */
    /* margin: 0 -23px; */
    /* padding: 16px 23px; */
    /* text-decoration: none; */
}

#hero .owl-item .content .continue a {
    /* color: #2D81B8; */
    text-decoration: none;
}

#hero .owl-item .content > div {
    margin-top: -10px;
    opacity: 0;
    transition-duration: 1s;
}

#hero .owl-item.active .content > div {
    margin-top: 0;
    opacity: 1;
    transition-duration: 1s;
}

#hero .owl-item.active .content > div:nth-of-type(1) {
    transition-delay: 0.50s;
}

#hero .owl-item.active .content > div:nth-of-type(2) {
    transition-delay: 0.65s;
}

#hero .owl-item.active .content > div:nth-of-type(3) {
    transition-delay: 0.80s;
}

#hero .owl-item .content > div:nth-of-type(4) {
    transition-delay: 0.95s;
    left: -50px;
    opacity: 0;
    margin-top: 0;
    position: relative;
}

#hero .owl-item.active .content > div:nth-of-type(4) {
    left: 0;
    opacity: 1;
}

.slide-item {
    position: relative;
    background-repeat: no- repeat;
    background-position: top center;
    background-size: cover;
}

.pagination {
    text-align: center;
}

/*.pagination .prev {
  visibility: hidden;
}*/
.pagination .prev,
.pagination .next {
    font-family: "Font Awesome 5 Light";
    content: "AAAA";
    font-size: 24px;
    font-weight: 800;
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    padding-top: 2px;
    display: inline-block;
    /* position: absolute; */
    /* z-index: 9; */
    padding-left: 0px;
}

.pagination ul {
    list-style-type: none;
    padding-left: 0;
    display: inline-block;
}

.pagination ul li {
    display: inline-block;
    margin: 0 10px;
}

.pagination ul li a {
    text-decoration: none;
    font-size: 18px;
    vertical-align: initial;
    color: #000000;
    font-family: 'Dosis', sans-serif;
}

.pagination ul li.active a {
    color: #D5C088;
}

.filter-bg {
    position: absolute;
    height: 100vh;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    top: 0;
}

section#cabecalho .video-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    width: 100vw;
}

section#cabecalho .video-bg video {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    width: 100vw;
}

section#cabecalho .blur {
    filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

section#cabecalho + section.post_interna {
    top: -90vh;
    margin-bottom: -90vh;
}

section.post_interna {
    background: #ffffff;
    position: relative;
    margin: 3% 15%;
    border-radius: 32px;
    padding: 33px 66px;
}

section.post_interna h1 {
    text-transform: uppercase;
    font-size: 43px;
    margin: 24px 0px 10px;
    text-align: left;
}

section.post_interna img {
    width: 100%;
    margin-top: 10px;
}

span.dot::before {
    content: '•';
    font-size: 30px;
    line-height: 0px;
    vertical-align: sub;
    margin: 0 20px;
    color: #D5C088;
    font-family: 'Dosis', sans-serif;
}

section.post_interna .btn-white-circle {
    width: 14px;
    height: 14px;
    padding-top: 7px;
    margin-left: 30px;
    padding-left: 7px;
}

section.post_interna .intro {
    border-bottom: solid 1px #B2B2B2;
    margin-bottom: 20px;
}

section.post_interna .tempo_comentarios {
    /* border-bottom: solid 1px #B2B2B2; */
    margin-bottom: 20px;
    text-align: left;
    display: flex;
}

.section.post_interna .tempo_comentarios b {
    margin-right: 5px;
}

.galeria-carousel {
    position: relative;
}

.galeria-carousel .owl-item {
    /* width: 50% !important; */
    text-align: center;
}

.galeria-carousel div .legenda {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    width: calc(100% - 10px);
    overflow: hidden;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 50px;
    height: 50px;
    padding-left: 10px;
    color: #ffffff;
}

.galeria-carousel div:hover .legenda {
    visibility: visible;
}

.galeria-carousel::before {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
    width: 189px;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 4;
}

.galeria-carousel::after {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6ffffff', GradientType=1); /* IE6-9 */
    width: 189px;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 4;
}

.galeria-carousel .owl-stage-outer {
    height: 592px;
    z-index: 3;
}

.galeria-carousel .owl-item > div {
    position: relative;
    padding: 0px 0%;
    /* left: -23%; */
    height: 592px;
    text-align: center;
    width: 63%;
    margin: 0px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: inline-block;
}

.galeria-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 21px;
    /* height: 100vh; */
    /* border: dashed 2px magenta; */
    z-index: 5;
    right: 21px;
}

.galeria-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 270px;
}

.galeria-carousel .owl-nav .owl-prev span {
    visibility: hidden;
}

.galeria-carousel .owl-nav .owl-prev span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f104";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.galeria-carousel .owl-nav .owl-next {
    position: absolute;
    top: 270px;
    right: 42px;
    z-index: 11;
}

.galeria-carousel .owl-nav .owl-next span {
    visibility: hidden;
}

.galeria-carousel .owl-nav .owl-next span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f105";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    left: 100%;
    z-index: 9;
}

section.post_interna {
    text-align: center;
}

section.post_interna .metadata,
section.post_interna .barra,
section.post_interna .intro {
    text-align: left;
}


section.post_interna h2,
section.post_interna h3,
section.post_interna h4,
section.post_interna h5,
section.post_interna h6
{
    margin-left:40px;
    margin-right:40px;
}
section.post_interna p {
    margin-left:40px;
    margin-right:40px;
    font-size: 18px;
    line-height: 28px;
}

section.post_interna p.negrito {
    font-weight: 800;
}

section.post_interna .intro p {
    margin-left: 0;
}

section.post_interna .coluna {
    width: 49%;
    display: inline-block;
}

section#rodape_social {
    height: 105px;
    border: solid 1px #999999;
    border-width: 1px 0;
    display: block;
    background: #ffffff;
    position: relative;
    margin: 3% 15%;
    padding: 33px 66px;
    color: #666666;
}

section#posts_relacionados h2 {
    text-align: center;
}

section#rodape_social .avatar {
    width: 102px;
    height: 102px;
    border-radius: 100%;
    background-size: cover;
    float: left;
    margin-right: 20px;
}

section#rodape_social .nome {

    margin-bottom: 20px;
}

section#rodape_social .nome a {
    color: #666666;
}

section#rodape_social .desc {
    width: 60%;
}

section#rodape_social .social_list_container {
    float: right;
}

section#cabecalho_autor {
    position: relative;
    left: 0;
    right: 0;
    height: 45vh;
    top: 0;
    background-size: cover;
    /* -webkit-box-shadow: 0px 10px 32px -12px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 10px 41px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 11px -12px rgba(0, 0, 0, 0.6);
    margin-bottom: 45vh;
}

section#cabecalho_autor .inner {
    position: absolute;
    top: 45vh;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* font-size: 16px; */
    text-align: center;
    color: #000000;
    width: 100%;
    margin-top: 152px;
    clear: both;
}

section#cabecalho_autor .inner .nome {
    font-size: 33px; /* max-width: 80vw; */
    font-weight: 800;
    text-transform: uppercase;
}

section#cabecalho_autor .inner .metadata {
    font-size: 18px;
    margin: 20px 0;
    color: #B2B2B2;
}

section#cabecalho_autor .inner .metadata i {
    border: solid 1px #B2B2B2;
    border-radius: 100%;
    width: 20px;
    height: 15px;
    font-size: 10px;
    vertical-align: bottom;
    padding-top: 5px;
}

section#cabecalho_autor .inner .sobre {
    margin: 0 25%;
    font-size: 19px;
    line-height: 26px;
}

section#cabecalho_autor .inner .social_list {
}

section#cabecalho_autor .avatar {
    border-radius: 100%;
    width: 256px;
    height: 256px;
    padding-top: 4px;
    display: inline-block;
    /* position: absolute; */
    /* z-index: 9; */
    padding-left: 8px;
    /* background-color: #000000; */
    margin: 0 calc(50% - 128px);
    position: absolute;
    bottom: -128px;
    background-size: cover;
}

section#cabecalho {
    position: relative;
    left: 0;
    right: 0;
    height: 100vh;
    top: 0;
    background-size: cover;
    overflow: hidden;
}

section#cabecalho .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    z-index: 5;
    margin-top: -50px;
}

section#cabecalho .inner .titulo {
    font-size: 50px;
    max-width: 80vw;
    font-weight: 800;
}

section#cabecalho .inner img {
    font-size: 70px;
    max-width: 80vw;
    font-weight: 800;
}

section#cabecalho_404 {
    position: relative;
    left: 0;
    right: 0;
    height: 100vh;
    top: 0;
    background-size: cover;
}

section#cabecalho_404 .inner {
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    line-height: 28px;
    width: 40%;
}

section#cabecalho_404 .inner .titulo {
    font-size: 50px;
    max-width: 80vw;
    font-weight: 800;
}

section#cabecalho_404 .inner img {
    font-size: 70px;
    max-width: 80vw;
    font-weight: 800;
}

.video-control {
    position: absolute;
    bottom: 0;
    right: 24px;
    color: #ffffff;
    border-color: #ffffff;
    z-index: 9;
}

.video-control i {
    border: solid 1px #ffffff;
    padding: 10px;
    border-radius: 100%;
    margin: 20px;
}

section#cabecalho_onde {
    position: relative;
    left: 0;
    right: 0;
    height: 38vh;
    top: 0;
    background-size: cover;
}

section#cabecalho_onde .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

section#cabecalho_onde .inner .titulo {
    font-size: 50px;
    max-width: 80vw;
    font-weight: 800;
    text-transform: uppercase;
}

section#filtrar .custom-select,
section#filtrar .custom-select-color,
section#filtrar input[type="text"] {
    left: -15px;
}

section#filtrar li {
    text-align: left;
    margin: 0 15px;
    font-size: 14px;
    font-weight: 500;
}

section#leia_mais, section#filtrar {
    padding: 30px;
    border-bottom: solid 1px #E8E8E8;
    text-align: center;
}

section#leia_mais .titulo, section#filtrar .titulo {
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
}

section#leia_mais .btn-categoria, section#filtrar .btn-categoria {
    margin-left: 30px;
}

section.portal_da_cor {
    position: relative;
    overflow: hidden;
}

section.portal_da_cor .ordenador {
    /* float:right; */
    width: 576px;
    position: absolute;
    right: 11.6%;
    white-space: nowrap;
    text-align: right;
}

section.portal_da_cor h2 {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 37px;
}

section.portal_da_cor .portal-carousel {
    position: relative;
    margin-bottom: 128px;
}

section.portal_da_cor .portal-carousel::before {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
    width: 189px;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 4;
}

section.portal_da_cor .portal-carousel::after {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6ffffff', GradientType=1); /* IE6-9 */
    width: 189px;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 4;
}

section.portal_da_cor .portal-carousel .owl-stage-outer {
    height: 665px;
    z-index: 3;
}

.portal-carousel .owl-item > div {
    position: relative;
    /* padding: 320px 260px; */
    /* left: 10%; */
    text-align: center;
    /* width: 100%; */
}

.portal-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 21px;
    /* height: 100vh; */
    /* border: dashed 2px magenta; */
    z-index: 5;
    right: 21px;
}

.portal-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 270px;
}

.portal-carousel .owl-nav .owl-prev span {
    visibility: hidden;
}

.portal-carousel .owl-nav .owl-prev span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f104";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.portal-carousel .owl-nav .owl-next {
    position: absolute;
    top: 270px;
    right: 60px;
    z-index: 11;
}

.portal-carousel .owl-nav .owl-next span {
    visibility: hidden;
}

.portal-carousel .owl-nav .owl-next span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f105";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    left: 100%;
    z-index: 9;
}

section.portal_da_cor .influencer-carousel {
    position: relative;
    display: block;
}

section.portal_da_cor .influencer-carousel::before {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
    width: 189px;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 4;
}

section.portal_da_cor .influencer-carousel::after {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6ffffff', GradientType=1); /* IE6-9 */
    width: 189px;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 4;
}

section.portal_da_cor .influencer-carousel .owl-stage-outer {
    height: 665px;
    z-index: 3;
}

.influencer-carousel .owl-item > div {
    position: relative;
    /* padding: 320px 260px; */
    /* left: 10%; */
}

.influencer-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 21px;
    /* height: 100vh; */
    /* border: dashed 2px magenta; */
    z-index: 5;
    right: 21px;
}

.influencer-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 270px;
}

.influencer-carousel .owl-nav .owl-prev span {
    visibility: hidden;
}

.influencer-carousel .owl-nav .owl-prev span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f104";
    visibility: visible;
    font-size: 32px;
    font-weight: 900;
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.influencer-carousel .owl-nav .owl-next {
    position: absolute;
    top: 270px;
    right: 42px;
    z-index: 11;
}

.influencer-carousel .owl-nav .owl-next span {
    visibility: hidden;
}

.influencer-carousel .owl-nav .owl-next span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f105";
    visibility: visible;
    font-size: 32px;
    font-weight: 900;
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    left: 100%;
    z-index: 9;
}

section#agenda {
    margin-bottom: 200px;
    margin-top: 100px;
}

section#agenda h2 {
    text-align: center;
}

section#agenda .agenda-carousel {
    position: relative;
}

section#agenda .agenda-carousel::before {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
    width: 189px;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 4;
}

section#agenda .agenda-carousel::after {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6ffffff', GradientType=1); /* IE6-9 */
    width: 189px;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 4;
}

section#agenda .agenda-carousel .owl-stage-outer {
    height: 665px;
    z-index: 3;
}

.agenda-carousel .owl-item > div {
    position: relative;
    /* padding: 320px 260px; */
    left: 10%;
}

.agenda-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 21px;
    /* height: 100vh; */
    /* border: dashed 2px magenta; */
    z-index: 5;
    right: 21px;
}

.agenda-carousel .owl-nav .owl-prev.disabled,
.agenda-carousel .owl-nav .owl-next.disabled {
    display: none;
}

.agenda-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 270px;
}

.agenda-carousel .owl-nav .owl-prev span {
    visibility: hidden;
}

.agenda-carousel .owl-nav .owl-prev span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f104";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.agenda-carousel .owl-nav .owl-next {
    position: absolute;
    top: 270px;
    right: 42px;
    z-index: 11;
}

.agenda-carousel .owl-nav .owl-next span {
    visibility: hidden;
}

.agenda-carousel .owl-nav .owl-next span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f105";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    left: 100%;
    z-index: 9;
}

section#produtos_pdc {
    margin-top: 55px;
    position: relative;
}

section#produtos_pdc h2 {
    text-align: center;
}

section#produtos_pdc .produtos-pdc-carousel {
    display: block;
    width: 100%;
    margin-bottom: 100px;
}

section#produtos_pdc .produtos-pdc-carousel .owl-item > div {
    /* width: 121.7%; */
    /* left: -11.3%; */
    text-align: center;
    position: relative;
}

section#produtos_pdc .produtos-pdc-carousel .owl-dots {
    text-align: center;
    margin-top: 32px;
    margin-bottom: -27px;
}

section#produtos_pdc .produtos-pdc-carousel::before {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
    width: 189px;
    height: 91%;
    position: absolute;
    display: block;
    z-index: 4;
}

section#produtos_pdc .produtos-pdc-carousel::after {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6ffffff', GradientType=1); /* IE6-9 */
    width: 189px;
    height: 91%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 4;
}

.produtos-pdc-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 21px;
    /* height: 100vh; */
    /* border: dashed 2px magenta; */
    z-index: 5;
    right: 21px;
}

.produtos-pdc-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 320px;
}

.produtos-pdc-carousel .owl-nav .owl-prev.disabled,
.produtos-pdc-carousel .owl-nav .owl-next.disabled {
    display: none;
}

.produtos-pdc-carousel .owl-nav .owl-prev span {
    visibility: hidden;
}

.produtos-pdc-carousel .owl-nav .owl-prev span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f104";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.produtos-pdc-carousel .owl-nav .owl-next {
    position: absolute;
    top: 320px;
    right: 42px;
    z-index: 11;
}

.produtos-pdc-carousel .owl-nav .owl-next span {
    visibility: hidden;
}

.produtos-pdc-carousel .owl-nav .owl-next span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f105";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    left: 100%;
    z-index: 9;
}

section#nossos_produtos { /* margin-bottom: 16px; */
}

section#nossos_produtos h2 {
    margin-top: 147px;
    text-align: center;
    margin-bottom: 50px;
}

section#nossos_produtos .owl-stage-outer {
    padding-top: 20px;
}

section#nossos_produtos .produtos-carousel .owl-item > div {
    width: 100%;
    /* left: -10.3%; */
    text-align: center;
    position: relative;
}

section#nossos_produtos .produtos-carousel .owl-dots {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 217px;
}

/* section#nossos_produtos .produtos-carousel::before {
     content: ' ';
     position: absolute;
     background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.65) 100%); /* FF3.6-15 */
/* background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
/*  background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
/* width: 189px;
     height: 100%;
     position: absolute;
     display: block;
     z-index: 4;
   }*/
/*section#nossos_produtos .produtos-carousel::after {
     content: ' ';
     position: absolute;
     background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0.65) 100%); /* FF3.6-15 */
/*  background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
/*  background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6ffffff',GradientType=1 ); /* IE6-9 */
/*   width: 189px;
     height: 87%;
     position: absolute;
     display: block;
     right: 0;
     top: 0;
     z-index: 4;
   }*/
.produtos-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 21px;
    /* height: 100vh; */
    /* border: dashed 2px magenta; */
    z-index: 5;
    right: 21px;
}

.produtos-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 320px;
}

.produtos-carousel .owl-nav .owl-prev span {
    visibility: hidden;
}

.produtos-carousel .owl-nav .owl-prev span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f104";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.produtos-carousel .owl-nav .owl-next {
    position: absolute;
    top: 320px;
    right: 42px;
    z-index: 11;
}

.produtos-carousel .owl-nav button:focus {
    outline: 0;
}

.produtos-carousel .owl-nav .owl-next span {
    visibility: hidden;
}

.produtos-carousel .owl-nav .owl-next span::after {
    font-family: "Font Awesome 5 Light";
    content: "\f105";
    visibility: visible;
    font-size: 32px;
    /* font-weight: 900; */
    border: solid 1px #000000;
    color: #000000;
    border-radius: 100%;
    width: 37px;
    height: 35px;
    padding-top: 2px;
    display: inline-block;
    position: absolute;
    left: 100%;
    z-index: 9;
}

.marca_card {
    width: 23%;
    height: 600px;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: -5px;
    -webkit-box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.0);
    margin-bottom: 50px;
}

.marca_card:hover {
    transform: scale(1.04);
    z-index: 1;
    transition: 0.75s;
    -webkit-box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.13);
}

.marca_card .inner {
    bottom: -39px;
    position: absolute;
    left: 0;
    right: 0;
    transition: bottom 0.5s ease-in-out;
}

.marca_card:hover .inner {
    bottom: 315px;
}

.marca_card img {
    width: 260px;
    height: 143px;
    margin-bottom: 23px;
    display: inline-block !important;
}

section#loja_virtual {
    height: 100vh;
    background-image: url('../img/picture.jpg');
    position: relative;
    overflow: auto;
    background-size: cover;
}

section#loja_virtual h2 {
    font-size: 50px;
    margin-bottom: 0px;
    font-family: 'Dosis', sans-serif;
}

section#loja_virtual .chamada {
    font-size: 18px;
    margin-bottom: 10px;
}

section#loja_virtual .btn-linha {
    padding-left: 55px;
    padding-right: 55px;
}

section#loja_virtual > .inner {
    color: #ffffff;
    width: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    overflow: auto;
    text-align: center;
}

section#faca_voce_mesmo {
    height: 100vh;
    background-image: url('../img/picture.jpg');
    position: relative;
    overflow: auto;
    background-size: cover;
    margin-bottom: 100px;
}

section#faca_voce_mesmo h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

section#faca_voce_mesmo .chamada {
    font-size: 19px;
    margin-bottom: 10px;
}

section#faca_voce_mesmo .btn-linha {
    padding-left: 55px;
    padding-right: 55px;
}

section#faca_voce_mesmo > .inner {
    color: #ffffff;
    width: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    overflow: auto;
    text-align: center;
}

section#instagram h2 {
    margin-top: 95px;
    text-align: center;
    /* margin-bottom:73px; */
    line-height: 40px;
    padding: 0 5px;
    background: #fff;
    position: relative;
    font-family: 'Dosis', sans-serif;
}

.titulo-linha {
    position: relative;
    z-index: 30;
}

section#instagram h2:before,
.titulo-linha:before {
    content: "";
    display: block;
    border-top: 1px solid #E8E8E8;
    margin-top: -19px;
    width: 33%;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 20px;
}

section#instagram h2:after,
.titulo-linha:after {
    content: "";
    display: block;
    border-top: 1px solid #E8E8E8;
    margin-top: -19px;
    width: 33%;
    position: absolute;
    right: 0;
}

section#instagram .square {
    position: relative;
    width: 25%;
    display: inline-block;
    margin-right: -5px;
    background-size: cover;
    cursor: pointer;
}

section#instagram .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

section#instagram .square .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.25s ease-in-out;
}

section#instagram .square:hover .content {
    background-color: rgba(0, 0, 0, 0.5);
}

section#instagram .square .content .inner {
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.25s ease-in-out;
    color: #ffffff;
}

section#instagram .square:hover .content .inner {
    top: 50%;
}

section#instagram .square .content .inner > div {
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

section#instagram .square .content .inner > div:first-child {
    margin-right: 42px;
}

section#instagram .square .content .inner > div i {
    font-size: 28px;
}

/*=====================================================================GENERAL*/

ul.inline-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.inline-ul li {
    display: inline-block;
}

.owl-item-bg {
    height: 100vh;
    width: 100vw;
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.product_preview {
    width: 365px;
    height: 94px;
    cursor: pointer;
}

.product_preview:hover {
    color: #D5C088;
    transition: 0.5s;
}

.product_preview .image {
    height: 94px;
    width: 94px;
    background-size: cover;
    display: inline-block;
    border: solid 1px #D5C088;
    box-sizing: border-box;
}

.product_preview .content {
    width: 194px;
    margin: 0;
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    padding-top: 20px;
}

.product_preview .content .metadata {
    color: #D5C088;
    font-size: 14px;
    margin-bottom: 10px;
}

.product_preview .content .titulo {
    height: 30px;
    overflow: hidden;
    line-height: 17px;
}

.post_preview {
    width: 365px;
    height: 94px;
    cursor: pointer;
}

.post_preview:hover {
    color: #D5C088;
    transition: 0.5s;
}

.post_preview .image {
    height: 94px;
    width: 94px;
    background-size: cover;
    display: inline-block;
}

.post_preview .content {
    width: 194px;
    margin: 0;
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    padding-top: 20px;
}

.post_preview .content .metadata {
    color: #D5C088;
    font-size: 14px;
    margin-bottom: 10px;
}

.post_preview .content .titulo {
    height: 30px;
    overflow: hidden;
    line-height: 17px;
}

.post_card_panel {
    text-align: center;
    z-index: 9;
}

.post_card {
    width: 460px;
    height: 612px;
    -webkit-box-shadow: 0px 0 23px -5px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 0 23px -5px rgba(179, 179, 179, 1);
    box-shadow: 0px 0 23px -5px rgba(179, 179, 179, 1);
    display: inline-block;
    margin: 0 21px 42px 21px;
    cursor: pointer;
    text-align: left;
    background: #ffffff;
}

.post_card .image {
    height: 326px;
    background-size: cover;
    position: relative;
}

.post_card .btn-categoria {
    position: absolute;
    top: 19px;
    left: 24px;
    /* margin-left: 24px; */
    border-color: #ffffff;
    color: #ffffff;
}

.post_card .content {
    padding: 24px;
}

.post_card .content .metadata {
    font-size: 17px;
    margin-bottom: 15px;
    color: #c7a543;
}

.post_card .content .metadata a {
    color: #c7a543;
}

.post_card .content .titulo {
    font-size: 24px;
    font-weight: 700;
    height: 54px;
    overflow: hidden;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 17px;
    transition: color 0.25s ease-out;
}

.post_card:hover .content .titulo {
    color: #E0D1A7;
}

.post_card .content .preview {
    font-size: 18px;
    height: 72px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 30px;
    color: #1A1A1A;
}

.post_card .content .continue {
    border-top: solid 1px #E8E8E8;
    font-size: 16px;
    margin: -12px -23px;
    padding: 23px 23px;
    text-decoration: none;
}

.post_card .content .continue a {
    color: #2D81B8;
    text-decoration: none;
}

.detalhe-down {
    font-family: "Font Awesome 5 Light";
    font-size: 24px;
    font-weight: 800;
    border: solid 1px #000000;
    color: #ffffff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    display: inline-block;
    /* position: absolute; */
    /* z-index: 9; */
    padding: 5px;
    background-color: #000000;
    margin: 0 50%;
    position: relative;
    top: -16px;
    margin-left: -12px;
    left: 50%;
    text-align: center;
}

section.portal_da_cor .chamada {
    text-align: center;
    font-size: 24px;
    padding: 0px 31%;
}

section.portal_da_cor .chamada h3 {
    font-size: 52px;
}

.influencer_card:hover .barra,
.influencer_card:hover .barra a {
    color: #D5C088;
    transition: 0.5s;
}

.influencer_card {
    width: 460px;
    height: 640px;
    background-size: cover;
    margin: 0 21px 42px 21px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.influencer_card .barra {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 62px; */
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: left;
    padding: 21px;
}

.influencer_card .barra a {
    color: #ffffff;
    float: right;
}

.evento_card {
    width: 460px;
    height: 595px;
    -webkit-box-shadow: 0px 0 23px -5px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 0 23px -5px rgba(179, 179, 179, 1);
    box-shadow: 0px 0 23px -5px rgba(179, 179, 179, 1);
    display: inline-block;
    margin: 0 21px 42px 21px;
    cursor: pointer;
}

.evento_card .image {
    height: 326px;
    background-size: cover;
    position: relative;
}

.evento_card .quando_zoom {
    position: relative;
    /* top: 19px; */
    /* left:24px; */
    /* margin-left: 24px; */
    /* border-color: #ffffff; */
    color: #ffffff;
    /* width: 200px; */
    margin: 0 auto;
    text-align: center;
    font-weight: 800;
    font-size: 137px;
    top: 86px;
}

.evento_card .content {
    padding: 24px;
}

.evento_card .content .metadata {
    font-size: 17px;
    margin-bottom: 15px;
    color: #E0D1A7;
}

.evento_card .content .metadata a {
    color: #E0D1A7;
}

.evento_card .content .titulo {
    font-size: 24px;
    font-weight: 700;
    height: 54px;
    overflow: hidden;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: color 0.25s ease-out;
}

.evento_card:hover .content .titulo {
    color: #E0D1A7;
}

.evento_card .content .preview {
    font-size: 18px;
    height: 72px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 5px;
    color: #1A1A1A;
}

.evento_card .content .preview .onde,
.evento_card .content .preview .quando {
    display: inline-block;
    vertical-align: top;
    margin-left: 21px;
    margin-bottom: 12px;
    line-height: 20px;
}

.evento_card .content .continue {
    border-top: solid 1px #E8E8E8;
    font-size: 16px;
    margin: 0 -23px;
    padding: 15px 23px;
    text-decoration: none;
}

.evento_card .content .continue i {
    margin-right: 10px;
}

.evento_card .content .continue a {
    color: #2D81B8;
    text-decoration: none;
}

.evento_card .content .continue a:hover {
    text-decoration: underline;
}

h2.titulo-linha {
    margin-top: 105px;
}

h2.titulo-linha + .subtitulo {
    text-align: center;
    font-weight: 500;
    position: relative;
    top: -20px;
    font-size: 18px;
    margin-bottom: 20px;
}

.produto_card_panel {
    width: 90%;
    position: relative;
    /* left: calc(50% - 80%/2); */
    text-align: center;
    left: calc(45% - 80% / 2); /*ruan*/
    z-index: 9;
}

.produto_card {
    width: 338px;
    height: 550px;
    -webkit-box-shadow: 6px 7px 27px -3px rgba(179, 179, 179, 1);
    -moz-box-shadow: 6px 7px 27px -3px rgba(179, 179, 179, 1);
    box-shadow: 6px 7px 27px -3px rgba(179, 179, 179, 1);
    display: inline-block;
    margin: 0 21px 42px 21px;
    cursor: pointer;
    border: 1px solid transparent;
    background: #ffffff;
}

.produto_card:hover {
    border: 1px solid #E0D1A7;
    transition: 0.2s;
}

.produto_card .image {
    height: 326px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.produto_card .quando_zoom {
    position: relative;
    /* top: 19px; */
    /* left:24px; */
    /* margin-left: 24px; */
    /* border-color: #ffffff; */
    color: #ffffff;
    /* width: 200px; */
    margin: 0 auto;
    text-align: center;
    font-weight: 800;
    font-size: 137px;
    top: 86px;
}

.produto_card > .content {
    padding: 24px;
    border-top: solid 1px #D5C088;
    text-align: left;
}

.produto_card > .content .metadata {
    font-size: 17px;
    margin-bottom: 24px;
    color: #E0D1A7;
}

.produto_card > .content .metadata a {
    color: #E0D1A7;
}

.produto_card > .content .titulo {
    font-size: 23px;
    font-weight: 700;
    height: 54px;
    overflow: hidden;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
    transition: color 0.25s ease-out;
}

.produto_card:hover .content .titulo {
    color: #E0D1A7;
}

.produto_card .content .preview {
    font-size: 16px;
    height: 96px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 32px;
    color: #1A1A1A;
    font-weight: 500;
}

.produto_card .content .preview .onde,
.produto_card .content .preview .quando {
    display: inline-block;
    vertical-align: top;
    margin-left: 21px;
    margin-bottom: 12px;
    line-height: 20px;
}

.produto_card .content .continue {
    border-top: solid 1px #E8E8E8;
    font-size: 16px;
    margin: 0 -23px;
    padding: 16px 23px;
    text-decoration: none;
}

.produto_card .content .continue a {
    color: #2D81B8;
    text-decoration: none;
}

.destaque {
    margin: 100px 0;
}

.destaque .image {
    width: 46%;
    background-size: cover;
    height: 580px;
    display: inline-block;
}

.destaque .content {
    padding: 100px 10% 67px 67px;
    width: 34%;
    display: inline-block;
    vertical-align: top;
}

.destaque .content .metadata {
    font-size: 17px;
    margin-bottom: 24px;
    color: #E0D1A7;
}

.destaque .content .metadata a {
    color: #E0D1A7;
}

.destaque .content .titulo {
    font-size: 30px;
    font-weight: 700;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.destaque .content:hover .titulo {
    color: #D5C088;
    transition: 0.25s;
    cursor: pointer;
}

.destaque .content .preview {
    font-size: 18px;
    height: 72px;
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 30px;
    color: #1A1A1A;
}

.destaque .content .continue {
    border-top: solid 1px #E8E8E8;
    font-size: 16px;
    margin: 0 0px;
    padding: 16px 0px 23px;
    text-decoration: none;
    /* border-left: solid 23px #ffffff; */
}

.destaque_marca {
    margin: 100px 0;
}

.destaque_marca .image {
    width: 46%;
    background-size: contain;
    height: 580px;
    display: inline-block;
    background-repeat: no-repeat;
    max-width: 813px;
    left: 179px;
    position: relative;
}

.destaque_marca .content {
    padding: 100px 10% 67px 15%;
    width: 22%;
    display: inline-block;
    vertical-align: top;
}

.destaque_marca .content .metadata {
    font-size: 17px;
    margin-bottom: 24px;
    color: #E0D1A7;
}

.destaque_marca .content .metadata a {
    color: #E0D1A7;
}

.destaque_marca .content .titulo {
    font-size: 50px;
    font-weight: 700;
    height: auto;
    overflow: hidden;
    line-height: 63px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.destaque_marca .content .preview {
    font-size: 18px;
    height: 72px;
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 30px;
    color: #1A1A1A;
}

.destaque_marca .content .continue {
    /* border-top: solid 1px #E8E8E8; */
    font-size: 16px;
    margin: 0 -23px;
    padding: 16px 23px;
    text-decoration: none;
}

.destaque_produto {
    margin: -70px 0 0;
    background-image: url('../img/destaque_produto_bg.png');
    background-repeat: no-repeat;
    background-size: 57%;
    min-height: 852px;
    padding-top: 105px;
}

.destaque_produto .image {
    /* width: 262px;
    background-size: contain;
    height: 705px;
    display:inline-block;
    background-repeat: no-repeat;
    background-position: 85%;
    margin-left: 452px;
    margin-top: 109px; */
    width: 50%;
    height: 705px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 85%;
}

.destaque_produto > .content {
    padding: 100px 10% 67px 67px;
    width: 34%;
    display: inline-block;
    vertical-align: top;
}

.destaque_produto .tons_select {

}

.destaque_produto .tons_select div {
    display: inline-block;
}

.destaque_produto .tons_select div input {
    visibility: hidden;
    width: 0;
    margin-left: 10px;
    margin-bottom: 20px;
}

.destaque_produto .tons_select div input + label {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    left: -21px;
}

.destaque_produto .tons_select div input + label:after {
    content: ' ';
    display: inline-block;
    border: solid 3px transparent;
    background-color: inherit;
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.destaque_produto .tons_select div input:checked + label:after {
    border: solid 3px white;
    /* outline: solid 1px green; */
    margin: 2px;
}

.destaque_produto .content .metadata {
    font-size: 17px;
    margin-bottom: 24px;
    color: #E0D1A7;
}

.destaque_produto .content .metadata a {
    color: #E0D1A7;
}

.destaque_produto .content .titulo {
    font-size: 50px;
    font-weight: 700;
    height: 63px;
    overflow: hidden;
    line-height: 63px;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.destaque_produto .content .preview {
    font-size: 18px;
    height: 72px;
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 42px;
    color: #1A1A1A;
}

.destaque_produto .content .continue {
    border-top: solid 1px #E8E8E8;
    font-size: 16px;
    margin: 47px -2px;
    padding: 26px 0px;
    text-decoration: none;
}

/*=====================================================================BUTTONS*/
.btn-categoria {
    border: solid 1px #A2A2A2;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 20px;
    color: #1A1A1A;
    text-decoration: none;
    cursor: pointer;
    font-family: "Dosis", "sans-serif";
    margin: 0 5px;
}

.btn-categoria::before {
    content: '•';
    font-size: 30px;
    line-height: 0px;
    vertical-align: sub;
    margin-right: 2px;
}

.btn-categoria.verde::before {
    color: #8EFFB7;
}

.btn-categoria.verde:hover {
    border-color: #8EFFB7;
}

.btn-categoria.azul::before {
    color: #8EC7FF;
}

.btn-categoria.azul:hover {
    border-color: #8EC7FF;
}

.btn-categoria.rosa::before {
    color: #FFA18E;
}

.btn-categoria.rosa:hover {
    border-color: #FFA18E;
}

.btn-categoria.violeta::before {
    color: #CA8EFF;
}

.btn-categoria.violeta:hover {
    border-color: #CA8EFF;
}

.btn-linha {
    /* border: solid 1px #A2A2A2; */
    font-size: 14px;
    padding: 12px;
    border-radius: 20px;
    color: #1A1A1A;
    background-color: #D5C088;
    text-decoration: none;
    color: #ffffff;
    /* top: 33px! important; */
    transition: background-color 0.25s linear;
    /* position: relative; */
    white-space: nowrap;
    font-family: 'Dosis', sans-serif;
}

.btn-linha:hover {
    background-color: #B9A264;
}

.btn-black, .btn-black-circle {
    font-size: 16px;
    padding: 12px 36px;
    border-radius: 20px;
    color: #1A1A1A;
    background-color: #000000;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: background-color 0.25s linear;
    line-height: 14px;
    border: 0;
    font-family: 'Dosis', sans-serif;
}

.btn-black-circle {
    width: 14px;
    padding: 9px;
    height: 14px;
}

.btn-black:hover {
    background-color: #484848;
}

.btn-white, .btn-white-circle {
    /* width: 37px; */
    /* height:37px; */
    display: inline-block;
    border-radius: 20px;
    border: solid 1px;
    padding: 9px;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.btn-white {
    padding: 9px 23px;
    font-size: 13px;
    margin-left: 10px;
}

.btn-white-circle {
    width: 17px;
}

.btn-white:hover,
.btn-white-circle:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #ffffff;
    border: solid 1px #000000;
}

.mobile-only {
    visibility: hidden;
    position: absolute;
    display: none !important;
}

/* ultimas correcoes 1366px */
@media (max-width: 1680px) {
    .post_card {
        width: 350px;
    }

    .produto_card {
        width: 250px;
    }

    .marca_card {
        width: 20%;
    }

    .evento_card {
        width: 300px;
    }

    nav .logo, nav.animation .logo {
        width: 210px !important
    }

    nav .menu-l {
        margin-left: 0 !important;
    }

    nav .menu-l li {
        width: auto !important;
    }

    nav .menu-l li a {
        padding: 35px 14px !important;
    }

    footer {
        padding: 68px 90px;
    }

    footer .contact_box input {
        width: 278px !important;
    }

    nav #secao_busca, nav #secao_busca.popped .inner {
        height: auto !important;
    }

    nav #secao_busca.popped {
        width: 100% !important;
    }

    /* #hero .owl-item > div {
      padding:240px 260px;
    }*/
    /* page sobre a beautycolor */
    section#a_beautycolor .blurb {
        display: inline-block;
        width: 40%;
        margin: 0 5%;
        padding: 185px 0px;
        vertical-align: top;
        font-size: 18px;
        line-height: 28px;
    }

    section#a_beautycolor .video-container {
        width: 40%;
        height: 589px;
        display: inline-block;
        position: relative;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    section#a_beautycolor .video-container + .video-container {
        margin-left: 75px;
    }

    .destaque_marca .content .titulo {
        font-size: 36px;
        line-height: 45px;
    }

    section.portal_da_cor .chamada {
        padding: 0 21%;
    }

    section#entre_em_contato_hero {
        padding: 7% 10% 0 10%;
        height: 100vh;
    }

    section#entre_em_contato_hero textarea {
        height: 100px;
    }

    section#entre_em_contato_hero input {
        height: 31px;
    }

    #hero .owl-item .content .titulo {
        font-size: 40px;
    }

    #hero .owl-dots .owl-dot {
        font-size: 16px;
    }

    #hero .owl-nav .owl-next {
        bottom: 16vh;
    }

    #hero .owl-nav .owl-prev span::after {
        width: 28px !important;
        height: 28px !important;
        font-size: 27px !important;
    }

    #hero .owl-nav .owl-next span::after {
        width: 28px;
        height: 25px !important;
        font-size: 26px;
    }

    #hero .owl-nav {
        left: 38px;
    }

    #hero .owl-dots {
        left: 45px;
    }

    #hero .owl-item .content .preview {
        font-size: 16px;
    }

    .breadcrumb {
        margin-top: -20px;
    }

    nav .menu-l li a {
        padding: 37px 14px !important;
    }

    .inline-ul .fab {
        font-size: 13px;
    }

    nav.animation .menu-r {
        position: absolute;
        right: 26px;
        top: 31px !important;
    }

    .inline-ul .btn-white {
        padding: 6px 15px;
        font-size: 12px;
        margin-left: 10px;
    }

    .inline-ul .btn-white, .inline-ul .btn-white-circle {
        padding: 3px;
    }

    #botao_buscar {
        padding: 6px 15px;
    }

    section.portal_da_cor .ordenador {
        right: 8.6%;
    }

    .evento_card .quando_zoom {
        font-size: 88px;
    }

    .lojas_virtuais_carousel .loja {
        width: 266px;
    }
}

.background-text {
    white-space: nowrap;
}

.custom-select-color .select-selected.select-arrow-active,
.custom-select .select-selected.select-arrow-active {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.custom-select-color .overflow-menu, .custom-select .overflow-menu {
    max-height: 300px;
    overflow-x: auto;
}

.custom-select-color .select-footer, .custom-select .select-footer {
    background: #fff;
    bottom: 0;
    border: 1px solid #000;
    border-top: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 30px;
}

/**
* FIX alinhamento da paginação do carrossel
* Eu fiz um estilo específico para não interferir em nenhum outro lugar;
*/
#hero .naviagtion-hero-carousel.owl-nav__custom {
    position: absolute;
    top: 87px;
    left: 21px;
    width: 39px;
    height: calc(100vh - 87px);
    /* border: dashed 2px magenta; */
    z-index: 3;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.naviagtion-hero-carousel.owl-nav__custom button.owl-next,
.naviagtion-hero-carousel.owl-nav__custom button.owl-prev,
.naviagtion-hero-carousel.owl-nav__custom button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}

#hero .naviagtion-hero-carousel.owl-nav__custom button.owl-next,
#hero .naviagtion-hero-carousel.owl-nav__custom button.owl-prev,
#hero .naviagtion-hero-carousel .owl-dots__custom {
    position: static;
}

#hero .naviagtion-hero-carousel .owl-dots__custom {
    height: auto;
    padding: 20px 0;
}

#hero .naviagtion-hero-carousel .owl-dot {
    margin-bottom: 0;
    padding: 12px 12px !important;
    cursor: pointer;
}

/**
* END: FIX alinhamento da paginação do carrossel
*/

/* for-tablet-portrait-up */
@media (min-width: 600px) {

}

/* for-tablet-landscape-up */
@media (min-width: 900px) {

}

/* for-desktop-up */
@media (min-width: 1200px) {

}

/* for-big-desktop-up */
@media (min-width: 1800px) {

}

.round-overflow {
    border-bottom: 1px solid #000;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right: 1px solid #000;
}
#comments.exc #disqus_thread iframe[sandbox="allow-forms allow-popups allow-same-origin allow-scripts"]{
    display: none;
}