/* Minification failed. Returning unminified contents.
(141,39): run-time error CSS1036: Expected expression, found '`'
(141,39): run-time error CSS1019: Unexpected token, found '`'
(141,39): run-time error CSS1042: Expected function, found '`'
(141,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found '`'
(362,25): run-time error CSS1039: Token not allowed after unary operator: '-verde'
(378,25): run-time error CSS1039: Token not allowed after unary operator: '-verde'
(712,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(713,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(792,40): run-time error CSS1039: Token not allowed after unary operator: '-verde'
(878,33): run-time error CSS1039: Token not allowed after unary operator: '-verde-escuro'
 */
* {
    font-family: "Roboto";
}

body {
    background: #f3f3f3;
    margin-bottom: 75px;
}

a:active, a:focus {
    text-decoration: none;
}

.menu-logo {
    margin: 0 auto;
    width: 205px;
    height: 70px;
}

    .menu-logo img {
        height: 50px;
        margin-top: 12.5px;
        position: absolute;
    }

#menu-top {
    position: fixed;
    width: 100%;
    height: 75px;
    left: 0;
    bottom: 0;
    z-index: 100000;
    background-color: #f3f3f3dd;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .2);
}

.box-loading {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    top: 0;
    left: 0;
    height: 105%;
    width: 100%;
}

.loading {
    width: 25px;
    height: 25px;
    position: absolute;
    border: 3px solid #555;
    border-left: 3px solid transparent;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: rotate .75s linear infinite; /* Safari 4+ */
    -moz-animation: rotate .75s linear infinite; /* Fx 5+ */
    -o-animation: rotate .75s linear infinite; /* Opera 12+ */
    animation: rotate .75s linear infinite; /* IE 10+, Fx 29+ */
}

.texto-branco, .texto-branco:hover {
    color: #fff;
}

.titulo {
    text-shadow: 1px 1px 20px #777;
}

    .titulo, .titulo h2 {
        font-weight: 700;
        text-transform: uppercase;
    }

.ico-menu {
    width: 35px;
    height: 24px;
    top: 25px;
    right: 30px;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

    .ico-menu span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #222;
        border-radius: 0;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        transition: .5s linear;
    }

        .ico-menu span:nth-child(1) {
            top: 0;
        }

        .ico-menu span:nth-child(2) {
            top: 11px;
        }

        .ico-menu span:nth-child(3) {
            top: 22px;
        }

    .ico-menu:hover {
        cursor: pointer;
    }

        .ico-menu:hover span {
            transition: .15s ease-in-out
        }

            .ico-menu:hover span:nth-child(1),
            .ico-menu:hover span:nth-child(3) {
                width: 16px;
                left: 0px
            }

            .ico-menu:hover span:nth-child(1) {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 6px
            }

            .ico-menu:hover span:nth-child(2) {
                width: 28px;
                left: 5px;
            }

            .ico-menu:hover span:nth-child(3) {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(`45deg);
                transform: rotate(45deg);
                top: 16px
            }

        .ico-menu:hover span {
            /*background-color: #fff*/
        }

#carousel-start {
    height: calc(100vh - 75px);
}

    #carousel-start .carousel-inner {
        width: 100%;
    }


.carousel-indicators li, .carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    transition-duration: .2s;
    text-indent: -999px;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
}

    .carousel-indicators li.active {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        background-color: #fff;
    }

#header .img-cover {
    height: calc(100vh - 160px);
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #header .img-cover .bg-photo-gradient {
        min-height: 200px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }

/* ----------- Cellphones and apple products ----------- */
/* Portrait and Landscape */
@media only screen and (max-width : 1024px), only screen and (orientation: portrait) {
    #header .img-cover {
        height: 100vh;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/*#headerCarousel .img-cover {
    padding-top: 70px;
}*/

#titulo-site h1 {
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 35px;
    margin-top: calc(50vh - 45px);
    padding: 0 12%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.text-slider {
    text-shadow: 2px 2px 3px rgba(28,28,28,1), 2px 2px 20px rgba(28,28,28,1), 2px 2px 20px rgba(28,28,28,1);
    font-size: 1.5em;
}

#header #headerCarousel {
    z-index: 0;
}

.slider-item {
    width: 100%;
    padding: 55px 15%;
}

.hero {
    position: relative;
    border-bottom: 1px solid #979797;
    /*margin: 0 -15px;*/
}

    .hero .overlay {
        position: absolute;
        top: 7rem;
        left: 0;
        right: 0;
        text-align: center;
        max-width: 545px;
        margin-left: auto;
        margin-right: auto;
    }

        .hero .overlay h3 {
            margin-bottom: 10rem;
        }

.hero__top {
    display: -ms-flexbox;
    display: flex;
}

.hero__left, .hero__right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 14rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero__container {
    width: 62%;
}

.hero__meta {
    position: relative;
    padding: 1rem 0;
}

.caption, .h5, h5 {
    font-family: crimson,serif;
    font-style: italic;
    font-size: 1.8rem;
    letter-spacing: .07px;
    color: #5b574e;
}

.hero__left {
    background: #fff;
}

.hero__container {
    width: 62%;
}

.hero__product-image {
    display: block;
    width: 100%;
}

#footer {
    background-color: #222;
    padding: 50px;
    margin-top: 50px;
    color: #fff;
}

    #footer .text-soft {
        color: #ccc;
    }

.menu-slide + .menu-backdrop {
    background-color: rgba(238, 238, 238, .8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 100%;
    top: 0;
    transition-duration: .5s;
    z-index: 100001;
}

.menu-slide.show + .menu-backdrop {
    left: 0;
}

.menu-slide {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 50px 25px;
    background-color: #f3f3f3;
    font-weight: 900;
    font-size: 1.1em;
    letter-spacing: .2em;
    color: transparent;
    text-stroke: 1px #111;
    -webkit-text-stroke: 1px #111;
    z-index: 100002;
    top: 0;
    left: 100vw;
    transition-duration: .5s;
    text-align: center;
    line-height: 2em;
    text-transform: uppercase;
}

    .menu-slide li {
        transition-property: text-shadow;
        transition-duration: .3s;
    }

        .menu-slide li:hover {
            color: var(--verde);
            /*text-shadow: 0 0 20px rgba(197, 212, 79, .4);*/
            text-shadow: 0 0 5px #fff;
            text-stroke: 0px;
            -webkit-text-stroke: 0px;
            cursor: pointer;
        }

            .menu-slide li:hover li {
                color: transparent;
                text-shadow: none;
                text-stroke: 1px #111;
                -webkit-text-stroke: 1px #111;
            }

        .menu-slide li li:hover {
            color: var(--verde);
            text-shadow: 0 0 20px #fff;
            text-stroke: 0px;
            -webkit-text-stroke: 0px;
        }

        .menu-slide li a.active:hover {
            color: #111;
            cursor: default;
        }

    .menu-slide.show {
        left: 0;
    }

    .menu-slide ul {
        padding-left: 0;
    }

    .menu-slide .menu-close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 20px;
        line-height: .5em;
        font-size: 2em;
        opacity: .7;
        cursor: pointer;
        text-stroke: 0px;
        -webkit-text-stroke: 0px;
        color: #111;
    }

        .menu-slide .menu-close:hover {
            opacity: 1;
        }

    .menu-slide .menu-itens li {
        list-style: none;
        font-family: 'Montserrat' !important;
    }

    .menu-slide .menu-itens .active {
        color: #111;
        text-stroke: 0px;
        -webkit-text-stroke: 0px;
    }

    .menu-slide .menu-itens a {
        color: inherit;
        font-family: 'Montserrat' !important;
        display: block;
    }

        .menu-slide .menu-itens a:hover {
            text-decoration: none;
        }

    .menu-slide .menu-itens ul {
        font-size: .9em;
        line-height: 1.5em;
        position: relative;
        width: 60%;
        margin-left: 50%;
        margin-bottom: 15px;
        transform: translate(-50%, 0);
        border-top: 1px solid #222;
        padding-top: 0.5em;
    }

        .menu-slide .menu-itens ul:before {
            content: '';
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #222;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            top: 0px;
        }

        .menu-slide .menu-itens ul li {
            padding-top: 0.5em;
        }

.just-a-box-ss {
    padding: 30px 15px;
    overflow: hidden;
}

.container-secondary {
    /*background: #f3f3f3;*/
    background: #fff;
    /* margin-bottom: -50px; */
    box-shadow: -2px 2px 10px 0 rgba(0,0,0,.2);
    border-radius: 5px;
}

.img-cover {
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*margin-left: -15px;
    margin-right: -15px;*/
}

#pageCover {
    margin-left: -15px;
    margin-right: -15px;
}

    #pageCover .half-box-ss {
        /*height: 150px;*/
        padding: 50px 0 25px;
    }

.page-name {
    text-align: center;
    padding: 0;
}

    .page-name h1 {
        margin: 0;
        font-weight: 400;
        letter-spacing: .2em;
    }

    .page-name .titulo {
        text-shadow: none;
    }

.titulo-box, .titulo-box h2 {
    font-size: 50px;
}

#breadcrumb {
    padding: 0 0 15px;
    font-size: 12px;
}

    #breadcrumb p {
        margin-bottom: 0;
    }

    #breadcrumb span[typeof="v:Breadcrumb"]:not(:last-child)::after {
        content: ">";
        margin: 0 8px;
    }

.texto-preto, .texto-preto:hover {
    color: #333;
}

.ul-titulos {
    padding-left: 0;
}

    .ul-titulos li {
        margin: 20px 0 35px;
        list-style: none;
        position: relative;
    }

    .subtitulo, .ul-titulos h4 {
        /*text-shadow: var(--verde) 2px 2px 0px;*/
        font-weight: 300;
        padding-bottom: 15px;
    }

    .ul-titulos img {
        /*max-width: 30%;*/
        max-height: 220px;
        margin: 0 10px 20px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        .ul-titulos img:first-child {
            margin-left: 0;
        }

        .ul-titulos img:last-child {
            margin-right: 0;
        }

        .ul-titulos .img-side img{
            max-height: 320px;
            max-width: 100%;
        }

.icon-control {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.icon-control {
    top: calc(100% + 35px);
    /*transform: translate(0, -50%);*/
}

.icon-control:hover{
    opacity: .8;
    cursor: pointer;
}

    .icon-control[class*=left] {
        left: 60px;
    }

    .icon-control[class*=right] {
        right: 60px;
    }

@media (min-width: 576px) {
    .modal-dynamic {
        max-height: 90vh;
        max-width: 500px;
    }

    .icon-control {
        top: 50%;
        transform: translate(0, -50%);
    }

        .icon-control[class*=left] {
            left: -60px;
        }

        .icon-control[class*=right] {
            right: -60px;
        }
}

@media (min-width: 768px) {
    .modal-dynamic {
        max-height: 90vh;
        max-width: 600px;
    }

        .modal-dynamic img {
            max-width: 600px;
            max-height: 90vh;
        }
}

@media (min-width: 992px) {
    .modal-dynamic {
        max-height: 90vh;
        max-width: 900px;
    }

        .modal-dynamic img {
            max-width: 900px;
            max-height: 90vh;
        }
}

@media (min-width: 1200px) {

    .modal-dynamic img {
        max-width: 1140px;
        max-height: 90vh;
    }

        .modal-dynamic {
        max-height: 90vh;
        max-width: 1140px;
    }
}

.modal-dynamic img {
    max-width: calc(100% - 30px);
    max-height: calc(100vh - 140px);
    width: auto;
    height: auto;
}

.modal-dynamic .modal-content {
    background-color: transparent;
    border: 0;
}

.img-col {
    text-align: center;
    padding: 1rem 3rem;
}

    .img-col img {
        max-width: 100%;
        /*max-height: 100%;*/
        width: 100%;
        /*height: 100%;*/
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
    }

.text-light-link {
    color: #57bee6 !important;
}

.modal-backdrop {
    z-index: 100040;
}

.modal {
    z-index: 100050;
}

.open-image img {
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100%;
}

.vertical-align-ss {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

:root {
    --verde: #c5d44f;
    --verde-escuro: #aab744;
}

@media (max-width: 576px) {
    .hero {
        background: linear-gradient(90deg,#fff 50%,#f3f3f3 0);
    }

        .hero .overlay {
            position: static;
            padding: 3rem 10% 0;
        }

            .hero .overlay h3 {
                margin-bottom: 3rem;
            }

    .hero__top {
        position: relative;
    }

    .hero__left {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .hero__left, .hero__right {
        padding-top: 0;
        padding-bottom: 8rem;
    }

    .hero__container {
        width: 85%;
    }

    .hero__left .hero__meta {
        padding-left: 5%;
    }

    .hero__right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .hero .caption {
        padding-right: 15%;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    body {
        margin-bottom: 0;
        /*margin-top: 160px;*/
    }

    #menu-top {
        top: 0;
        position: relative;
        height: 160px;
    }

    .menu-logo img {
        height: 70px;
        margin-top: 20px;
    }

    .menu-itens .menu-item {
        display: inline-block;
        text-transform: uppercase;
        border-bottom: 0px;
        border-top: 4px solid transparent;
        position: relative;
    }

        .menu-itens .menu-item:hover {
            border-bottom: 0px;
            border-top: 4px solid var(--verde);
            cursor: pointer
        }

    #titulo-site h1 {
        font-size: 80px;
    }

    .menu-slide {
        width: 500px;
        right: -500px;
        left: inherit;
    }

        .menu-slide.show {
            right: 0;
            left: inherit;
        }

        .menu-slide .menu-close {
            padding: 40px;
            font-size: 3em;
        }

    .menu-slide {
        text-stroke: 1px #111;
        -webkit-text-stroke: 1px #111;
        text-align: left;
    }

        .menu-slide li:hover {
            text-stroke: 0px;
            -webkit-text-stroke: 0px;
        }

            .menu-slide li:hover li {
                text-stroke: 1px #111;
                -webkit-text-stroke: 1px #111;
            }

        .menu-slide li li:hover {
            text-stroke: 0px;
            -webkit-text-stroke: 0px;
        }

        .menu-slide .menu-itens ul {
            margin-left: 0;
            transform: none;
        }

            .menu-slide .menu-itens ul:before {
                left: 21px;
            }

    .just-a-box-ss {
        padding: 50px 30px;
        overflow: hidden;
    }

    .ico-menu {
        /*top: 33px;*/
        display: none;
    }

    .menu-shown .menu-itens {
        list-style: none;
        margin: 0;
        position: absolute;
        padding-bottom: 15px;
        bottom: 0;
    }

        .menu-shown .menu-itens li {
            display: inline;
            padding: 0 20px;
            font-size: 1.2em;
            text-transform: uppercase;
        }

            .menu-shown .menu-itens li a {
                color: #222;
                font-family: 'Montserrat' !important;
                font-weight: 500;
            }

                .menu-shown .menu-itens li a.active {
                    color: var(--verde-escuro);
                    text-shadow: 0 0 10px rgba(255,255,255,1);
                }

    .titulo-box, .titulo-box h2 {
        font-size: 75px;
    }


    .page-name h1 {
        font-weight: 200;
    }

    #pageCover .half-box-ss {
        height: 250px;
        padding: 0;
    }

    #breadcrumb {
        font-size: 15px;
        padding: 10px 40px 25px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

