html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body,
form {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    background: #ECEBE7 url(../images/backgrund_top.png) no-repeat -5vw -9vw;
    background-size: calc(100% + 10vw);
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: left;
    min-height: 100%;
    overflow: hidden;
}

* html .wrapper {
    height: 100%;
}

.content {
    padding-bottom: 15vw;
}

a,
button,
input[type="submit"],
input[type="button"] {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.boxCenter {
    max-width: 70vw;
    margin: 0 auto;
    padding: 0 3vw;
    width: 100%;
}

.header {
    width: 100%;
    height: auto;
    text-align: center;
}

.header>.boxCenter {
    min-height: 11vw;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    background: url(../images/logo.png) no-repeat 0 0;
    display: inline-block;
    background-size: contain;
    width: 18vw;
    height: 8vw;
    text-indent: -50000em;
}

.header .right {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.social {
    display: inline-flex;
}

.social li {
    display: inline-block;
    margin-left: 1vw;
}

.social li a {
    width: 2vw;
    height: 2vw;
    display: inline-block;
    text-indent: -5000em;
}

.social li .facebook {
    background: url(../images/ico_facebook.png) no-repeat 50%;
    background-size: contain;
}

.social li .instagram {
    background: url(../images/ico_instagram.png) no-repeat 50%;
    background-size: contain;
}

.header .search {
    display: inline-block;
    margin-top: 2vw;
}

.header .search input {
    background: #CCCCCC;
    color: #48A692;
    border: solid 1px #CCCCCC;
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21vw;
    height: 2.5vw;
    font-size: 1.5rem;
    line-height: 1.7rem;
    outline: none;
}

.header .search input:focus {
    border-color: #48A692;
}

.menu {
    width: 100%;
    background: #9fd8dc;
}

.menu ul {
    display: inline-flex;
    width: 100%;
    text-align: center;
    min-height: 3.6vw;
    align-items: center;
    justify-content: center;
}

.menu ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #fff;
    position: relative;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
}

.menu ul li:hover .submenu {
    display: block;
}

.menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    flex-direction: column;
    background: #a0d7dc;
    width: 250px;
    z-index: 99;
    padding: 10px;
    padding-top: 25px;
    display: none;
}

.menu ul li .submenu li {
    width: 100%;
    text-align: left;
    padding: 8px 5px;
}

.main {
    width: 100%;
    float: left;
}

.boxBanner {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2vw;
    position: relative;
}

.boxBanner img {
    position: relative;
    z-index: 8;
    float: left;
    width: 100%;
    height: auto;
    min-height: 37vw;
}

.boxBanner li {
    position: relative;
}

.boxBanner .boxTex {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.boxBanner .boxTex p,
.boxBanner .boxTex h2 {
    background: #ECEBE7;
    color: #48A692;
    font-size: 3.125rem;
    line-height: 3.125rem;
    display: inline-block;
    padding: 1vw 1.5vw;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    clear: both;
}

.boxBanner .boxTex p {
    background: #ECEBE7;
    color: #D23C9B;
    font-size: 1.938rem;
    line-height: 1.938rem;
    margin-left: 10vw;
}

.boxBanner .flex-direction-nav {
    display: none;
}

.boxBanner .flex-control-nav {
    position: absolute;
    bottom: 1vw;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.boxBanner .flex-control-nav li {
    display: inline-block;
    margin: 0 0.5vw;
}

.boxBanner .flex-control-nav li a {
    background: #ECEBE7;
    width: 1.5vw;
    height: 1.5vw;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.boxBanner .flex-control-nav li .flex-active {
    background: #48A692;
}

.boxDestaques {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 7vw;
    text-align: center;
}

.boxDestaques:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: rgba(210, 60, 155, 0.25);
    width: 100%;
    height: 75%;
    margin-top: 4vw;
    left: 0;
    top: 0;
}

.boxDestaques .boxCenter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0 4vw;
}

.boxDestaques .col {
    text-align: center;
    width: 50%;
    padding: 0 1vw;
    max-width: 50%;
}

.boxDestaques .col h2 {
    color: #48A692;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.boxDestaques .col p {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #4D4D4D;
    padding: 0 10vw;
    margin-top: 3.5vw;
}

.boxDestaques .col img {
    width: 100%;
    margin-top: 1vw;
}

.boxDestaques .col .link {
    background: #48A692;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.375rem;
    display: inline-block;
    padding: 0.5vw 1vw;
    margin-top: 1vw;
    text-decoration: none;
    float: right;
    margin-right: 1vw;
}

.boxRoupas {
    background: rgba(175, 223, 181, 0.3);
    width: 100%;
    display: inline-block;
    margin-top: 5vw;
    padding: 5vw 0;
    position: relative;
}

.boxRoupas .boxCenter {
    max-width: 100%;
    padding: 0 4vw;
}

.boxRoupas:before {
    content: "";
    background: url(../images/separador_home.png) no-repeat 50%;
    width: 100%;
    height: 10vw;
    position: absolute;
    left: 0;
    top: -5vw;
    background-size: contain;
}

.produtos {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.produtos li {
    padding: 0 1.2vw;
    text-align: center;
    width: 100%;
    max-width: calc(100% / 5);
}

.produtos li h2 {
    color: #D23C9B;
    font-size: 2.5rem;
    line-height: 3rem;
}

.produtos li .boxImage {
    width: 100%;
    margin-top: 1vw;
}

.produtos li .boxImage img {
    width: 100%;
    float: left;
}

.produtos li .link {
    background: #48A692;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.375rem;
    display: inline-block;
    padding: 0.5vw 1vw;
    margin-top: 1vw;
    text-decoration: none;
}

.boxCategoria {
    /*background: rgba(210,60,155,0.25);*/
    background: #fff;
    width: 100%;
    display: inline-block;
    margin: 2.5vw 0 0;
    padding: 2vw 0;
    position: relative;
    text-align: center;
}

/*
.boxCategoria.cor1{background: rgba(210,60,155,0.25);}
.boxCategoria.cor2{background: rgb(175, 223, 181,0.25);}
.boxCategoria.cor3{background: rgb(255, 221, 38,0.25);}
.boxCategoria.cor4{background: rgb(248, 103, 131,0.25);}
*/
.boxCategoria:before {
    content: "";
    background: url(../images/separador_lateral.png) no-repeat -50px 0px;
    height: calc(100% + 0.5vw);
    position: absolute;
    width: 170px;
    left: 0;
    top: -2vw;
    z-index: 1;
}

.boxCategoria:after {
    content: "";
    background: url(../images/separador_lateral.png) no-repeat -50px 0px;
    height: calc(100% + 0.5vw);
    position: absolute;
    width: 170px;
    right: 0;
    top: -2vw;
    z-index: 1;
}

.boxCategoria .boxCenter {
    max-width: 100%;
    padding: 0 4vw;
}

.boxCategoria h2 {
    color: #48A692;
    font-size: 2.188rem;
    line-height: 2.188rem;
}

.boxCategoria p {
    color: #4D4D4D;
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-top: 1vw;
}

.boxCategoria .categorias {
    margin-top: 2vw;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    position: relative;
    /* z-index: 3; */
    flex-wrap: wrap;
}

.boxCategoria .categorias li {
    display: inline-block;
    margin: 0 1vw 2vw;
}

.boxCategoria .categorias li .image {
    display: inline-block;
    position: relative;
}

.boxCategoria .categorias li img {
    width: 285px;
    height: 340px;
    object-fit: cover;
    position: relative;
    z-index: 2;
    display: inline-block;
    float: left;
}

.boxCategoria .categorias li .btGallery {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 10px;
    background: url(../images/ico_fotos.png);
    width: 24px;
    height: 33px;
    cursor: pointer;
}

.boxCategoria .categorias li .title {
    color: #48A692;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 1vw;
}

.boxCategoria .categorias li .valor {
    color: #48A692;
    margin: 0.5vw;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
    width: 100%;
    text-align: right;
    padding-right: 34px;
}

.boxCategoria .categorias li .description {
    max-width: 250px;
    margin: 0 auto;
    text-align: left;
}

.boxCategoria .categorias li .description h2 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    height: auto;
}

.boxCategoria .categorias li .description p {
    color: #4D4D4D !important;
    font-size: 1.125rem;
    line-height: 1.8rem;
}

.boxCategoria .more {
    float: right;
    background: #48A692;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.375rem;
    display: inline-block;
    padding: 0.5vw 1vw;
    margin-top: 1vw;
    text-decoration: none;
    z-index: 2;
    position: relative;
}


.boxSobre {
    background: rgba(255, 221, 38, 0.25);
    width: 100%;
    display: inline-block;
    margin-top: 5vw;
    padding: 5vw 0;
    position: relative;
}

.boxSobre .boxCenter {
    max-width: 100%;
    padding: 0 10vw;
}

.boxSobre h2 {
    color: #48A692;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.boxSobre p {
    color: #4D4D4D;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 1vw;
}

.boxGaleriaSobre {
    background: rgba(175, 223, 181, 0.3);
    width: 100%;
    display: inline-block;
    margin-top: 5vw;
    padding: 5vw 0;
    position: relative;
}

.boxGaleriaSobre .boxCenter {
    max-width: 100%;
    padding: 0 10vw;
}

.boxGaleriaSobre:before {
    content: "";
    background: url(../images/separador_home.png) no-repeat 50%;
    width: 100%;
    height: 10vw;
    position: absolute;
    left: 0;
    top: -5vw;
    background-size: contain;
}

.boxGaleriaSobre h2 {
    color: #48A692;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.boxGaleriaSobre .slick-slide li {
    text-align: center;
    padding: 0 1.5vw;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.boxGaleriaSobre .slick-slide img {
    max-width: 100%;
    /* max-height: 100%; */
    display: inline-block;
}

.boxGaleriaSobre .slick-next,
.boxGaleriaSobre .slick-prev {
    position: absolute;
    top: calc(50% - 1.1vw);
    width: 3vw;
    border: 0;
    cursor: pointer;
    height: 2.5vw;
    background-size: contain !important;
    z-index: 9;
    text-indent: -50000em;
    padding: 0;
    margin: 0;
}

.boxGaleriaSobre .slick-next {
    background: url(../images/arrow_right.png) no-repeat 50%;
    right: -2vw;
}

.boxGaleriaSobre .slick-prev {
    background: url(../images/arrow_left.png) no-repeat 50%;
    left: -2vw;
}


.boxComoChegar {
    width: 100%;
    display: inline-block;
    margin-top: 5vw;
    padding: 5vw 0;
    position: relative;
}

.boxComoChegar .boxCenter {
    max-width: 100%;
    padding: 0 10vw;
}

.boxComoChegar:before {
    content: "";
    background: url(../images/separador_home.png) no-repeat 50%;
    width: 100%;
    height: 10vw;
    position: absolute;
    left: 0;
    top: -5vw;
    background-size: contain;
}

.boxComoChegar h2 {
    color: #48A692;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.boxComoChegar .mapa {
    width: 100%;
    margin-top: 2vw;
    border: solid 5px #D23B9B;
}

.boxComoChegar .mapa img {
    width: 100%;
}


.boxClientes {
    background: rgb(210, 60, 155, 0.25);
    width: 100%;
    display: inline-block;
    margin-top: 5vw;
    padding: 5vw 0;
    position: relative;
}

.boxClientes .boxCenter {
    max-width: 100%;
    padding: 0 10vw;
}

.boxClientes:before {
    content: "";
    background: url(../images/separador_home.png) no-repeat 50%;
    width: 100%;
    height: 10vw;
    position: absolute;
    left: 0;
    top: -5vw;
    background-size: contain;
}

.boxClientes h2 {
    color: #48A692;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.boxClientes p {
    color: #48A692;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 1vw;
}


.boxMarcas {
    background: #ffffff;
    width: 100%;
    display: inline-block;
    margin-top: 3vw;
    padding: 5vw 0;
    position: relative;
}

.boxMarcas h2 {
    color: #D23C9B;
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding: 0 90px 30px;
}

.boxMarcas:before {
    content: "";
    background: url(../images/separador_home.png) no-repeat 50%;
    width: 100%;
    height: 10vw;
    position: absolute;
    left: 0;
    top: -6vw;
    background-size: contain;
}

.boxMarcas .boxCenter {
    max-width: 100%;
    padding: 0 3.5vw;
}

.boxMarcas .slick-slide li {
    height: 10vw;
    text-align: center;
    padding: 0 1.5vw;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.boxMarcas .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.boxMarcas .slick-next,
.boxMarcas .slick-prev {
    position: absolute;
    top: calc(50% - 1.1vw);
    width: 3vw;
    border: 0;
    cursor: pointer;
    height: 2.5vw;
    background-size: contain !important;
    z-index: 9;
    text-indent: -50000em;
    padding: 0;
    margin: 0;
}

.boxMarcas .slick-next {
    background: url(../images/arrow_right.png) no-repeat 50%;
    right: -2vw;
}

.boxMarcas .slick-prev {
    background: url(../images/arrow_left.png) no-repeat 50%;
    left: -2vw;
}

.boxConteudo.contato .formulario .campo input[type="text"]::-webkit-input-placeholder,
.boxConteudo.contato .formulario .campo select::-webkit-input-placeholder,
.boxConteudo.contato .formulario .campo textarea::-webkit-input-placeholder {
    color: #fff;
}

.boxConteudo.contato .formulario .campo input[type="text"]::-moz-placeholder,
.boxConteudo.contato .formulario .campo select::-moz-placeholder,
.boxConteudo.contato .formulario .campo textarea::-moz-placeholder {
    color: #fff;
}

.boxConteudo.contato .formulario .campo input[type="text"]:-ms-input-placeholder,
.boxConteudo.contato .formulario .campo select:-ms-input-placeholder,
.boxConteudo.contato .formulario .campo textarea:-ms-input-placeholder {
    color: #fff;
}

.boxConteudo.contato .formulario .campo input[type="text"]:-moz-placeholder,
.boxConteudo.contato .formulario .campo select:-moz-placeholder,
.boxConteudo.contato .formulario .campo textarea:-moz-placeholder {
    color: #fff;
}

.footer {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background: #A2D9C2;
    text-align: center;
    margin-top: 3vw;
}

.footer:before {
    content: "";
    background: url(../images/separador_home.png) no-repeat 50%;
    width: 100%;
    height: 10vw;
    position: absolute;
    left: 0;
    top: -7vw;
    background-size: contain;
}

.footer .boxCenter {
    width: 100%;
    height: 10vw;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.footer .left {
    text-align: left;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.footer .left .social {
    padding: 0.8vw 0;
}

.footer .left .social li {
    margin-left: 0;
    margin-right: 1vw;
}

.footer .left p {
    color: #4D4D4D;
    font-size: 1.06rem;
    line-height: 1.5rem;
}

.footer .left a {
    color: #4D4D4D;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.footer .right {
    text-align: right;
}

.footer .right p {
    color: #4D4D4D;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.clear {
    clear: both;
}

.popupProduct {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
}

.popupProduct .contentPopup {
    position:relative;
    background: #fff;
    max-width: 1024px;
    width: calc(100% - 40px);
    height: auto;
    max-height: calc(100% - 40px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px;
}

.popupProduct .contentPopup .gallery{
    width:100%;
    position: relative;
    margin-right: 25px;
}
.popupProduct .contentPopup .gallery ul{
    margin:0;
    padding:0;
}
.popupProduct .contentPopup .gallery li{
    margin:0;
    padding:0;
    text-align: center;
}
.popupProduct .contentPopup .gallery li img{
    float:
    none;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.popupProduct .contentPopup .boxTexts{
    width:100%;
    text-align: left;
    padding-bottom: 20px;
    max-height: 330px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.popupProduct .contentPopup .flex-control-nav{
    bottom:0;
}
.popupProduct .contentPopup .flex-control-nav li{
    margin:0 5px;
}
.popupProduct .contentPopup .flex-direction-nav{
    position:absolute;
    top: 50%;
    width: 100%;
}
.popupProduct .contentPopup .flex-direction-nav .flex-prev:before,
.popupProduct .contentPopup .flex-direction-nav .flex-next:before{
    display:none;
}
.popupProduct .contentPopup .flex-direction-nav .flex-prev{
    background:url(../images/arrow_left.png) no-repeat 50%;
    left: 0;
    top: 0;
    margin: 0;
    background-size: contain;
    text-indent:-50000em;
}
.popupProduct .contentPopup .flex-direction-nav .flex-next{
    background:url(../images/arrow_right.png) no-repeat 50%;
    right: 0;
    top: 0;
    margin: 0;
    background-size: contain;
    text-indent:-50000em;
    text-align:left;
}
.popupProduct .contentPopup .flex-direction-nav .flex-prev,
.popupProduct .contentPopup .flex-direction-nav .flex-next{
    opacity: 0.7;
}
.popupProduct .contentPopup .flex-direction-nav .flex-prev:hover,
.popupProduct .contentPopup .flex-direction-nav .flex-next:hover{
    opacity: 1;
}

.popupProduct .contentPopup .close{
    width: 39px;
    height: 38px;
    position: absolute;
    right: -20px;
    top: -20px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    opacity: 1;
    border: solid 2px #000;
    cursor: pointer;
}
.popupProduct .contentPopup .close:hover{
    opacity:1;
}
.popupProduct .contentPopup .close:after{
    content:
    "";
    width: 25px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 5px;
    top: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.popupProduct .contentPopup .close:before{
    content:
    "";
    width: 25px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 5px;
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

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

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

    .popupProduct .contentPopup{
        max-width:900px;
    }
}

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

    .popupProduct .contentPopup{
        max-width:800px;
    }
}

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

    .popupProduct .contentPopup{
        max-width:800px;
    }
}

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

    .popupProduct .contentPopup{
        max-width:750px;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {}