/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/03/2018, 15:28:38
    Author     : Leonardo
*/
@font-face {
    font-family: 'gilroyextrabold';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'onedirectionmedium';
    src: url('../fonts/onedirection-webfont.woff2') format('woff2'),
        url('../fonts/onedirection-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'gilroylight';
    color: #fff;
    margin: 0px;
    padding:0px; 
    overflow-x: hidden;
}
ul{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    list-style: none;
}
section{
    clear: both;
}
.container{
    width: 1590px;
}
.animate-box{
    opacity: 0;
}
p{
    line-height: 1.5;
    letter-spacing: 1.4px;
    font-size: 18px;
}

.titulo{
    letter-spacing: 4px;
    font-size: 25px;
    color: #fff;
    font-family: 'gilroyextrabold';
}


/* -----------PRÉ-LOAD-------------------------------------*/
.gtco-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}



/* -----------BOTÃO RETORNA AO TOPO-------------------------------------*/
#return-to-top {
    z-index: 9999;
    position: fixed;
    bottom: 50px;
    right: 30px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:after {
    content: '';
    opacity: 0.9;
    top: 14px;
    left: 9px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/top.png);
    width: 32px;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover::after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 10px;
    opacity: 1;
}


/* -----------BOTÃO-------------------------------------*/
.botao{
    cursor: pointer;
    letter-spacing: 2px;
    width: fit-content;
    padding: 14px 60px;
    text-transform: uppercase;
    font-size: 17px;
    border: 4px solid #fff;
    background-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button--ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak,
.button--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
    color: #fff;
    border-color: #fff;
}

.button--ujarak:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



a,a:hover,a:focus{
    text-decoration: none;
}


h2{
    margin: 0px;
    margin-bottom: 55px;
    font-family: 'gilroyextrabold';
    font-size: 58px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;	
}


/* -----------MENU-------------------------------------*/
.Menu {
    background: -moz-linear-gradient(top, rgba(76,76,76,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(76,76,76,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(76,76,76,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64c4c4c', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    padding: 45px 15px;
}
.menu-fixo{
    position: fixed;
    z-index: 999999;
}

.Menu .container{
    position: relative;
}


.logo{
    margin-left: 60px;
    float: left;
}
.social{
    float: right;
}
.social-item{
    margin: 0px 5px;
    float: left;
}


.body-no-scroll{
    margin: 0; 
    height: 100%; 
    overflow: hidden
}

.button_container {
    position: absolute;
    left: 0px;
    top: 3px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.button_container:hover {
    opacity: .7;
}
.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}
.button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background: #8fc3d4;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
.overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}
.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
}
.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Varela Round', serif;
    font-weight: 400;
    text-align: center;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 7);
    min-height: 50px;
    position: relative;
    opacity: 0;
}
.overlay ul li a {
    display: block;
    font-family: 'gilroyextrabold';
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}






/* -----------HOME-------------------------------------*/
.Home {
    height: 100vh;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    background-image: url(../img/bg-1.jpg);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
#Home-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bototm: 0;
}
.Home-content {
    height: 100%;
    position: relative;
    vertical-align: middle;
    z-index: 2;
}
.banner {
    position: absolute;
    left: 0px;
    width: 380px;
    padding-top: 390px;
    text-align: left;
    height: 100%;
    position: relative;
}
.banner2{
    padding-top: 150px;

}
.Home .titulo{
    line-height: 1;    
    text-transform: uppercase;
    font-size: 58px;
}
.Home p{
    font-size: 25px;
}

.imagem{
    position: absolute;
    right: 0px;
    bottom: -100px;
}

.imagem img{
    width: auto !important;
    height: 100%;
}
.CoversParallax {
    position: relative;
    z-index: 2;
    background-color: #ff7992;
}










/* -----------INTRO-------------------------------------*/
.Intro {
    background-size: cover;
    background-image: url(../img/bg-2.jpg);
    padding: 150px 0px 200px 0px;
    margin-top: 100vh;
    position: relative;
}
.Intro h2{
    position: relative;
    text-align: center;
    width: 170px;
    margin: 0 auto;
    font-size: 41px;
    font-family: 'onedirectionmedium';
}
.Intro h2:before{
    content: '';
    position: absolute;
    left: -83px;
    top: -71px;
    background-image: url(../img/intro-before.png);
    background-repeat: no-repeat;
    width: 335px;
    height: 71px;
}
.Intro h2:after{
    content: '';
    position: absolute;
    background-image: url(../img/intro-after.png);
    width: 293px;
    height: 86px;
    left: -60px;
    bottom: -86px;
}
.Intro a .botao{
    color: #fff;
}
.Intro .button--ujarak:hover {
    color: #fe5da1;
    border-color: #fff;
}

.Intro .row{
    padding-top: 150px;
}
section .titulo{
    margin-top: 30px;
}
section .botao{
    margin-top: 110px;
}


/* -----------PRODUTOS-------------------------------------*/
.Mosaico .col-md-3{
    overflow: hidden;
    cursor: pointer;
    padding: 0px;
    position: relative;
    cursor:pointer;
    display: block;
}
.Mosaico .mosaico-overlay:hover{
    opacity: 1;
}

.mosaico-overlay{
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 100%;
    height: 100%; 
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    vertical-align:middle;
}
.mosaico-overlay-texto{
    display: inline-table;
    vertical-align:middle;
    line-height:100%;     
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: 'gilroyextrabold';
}


/* -----------INTERESSE-------------------------------------*/
.Interesse{
    background-size: cover;
    padding: 275px 0px;
    background-image: url(../img/bg-interesse.jpg);
}
.Interesse h2{
    color: #5550eb;
}
.Interesse p,.Interesse .titulo{
    color: #727176;
}
.Interesse .botao{
    border-color: #f04395;
}

.Interesse a .botao{
    color: #4941d7;
}

.Interesse .button--ujarak:hover {
    color: #fff;
    border-color: #f04395;
}
.Interesse .button--ujarak::before {
    background-color: #f04395;
}


/* -----------FRANQUIA-------------------------------------*/
.Franquia{
    background-size: cover;
    padding-top: 130px;
    background: linear-gradient(#ab6b85, #8bf7f7);
}

.Franquia .col-md-6:first-child{
    width: 732px;
    height: 945px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/homem-franquia.png);
}
.Franquia .col-md-6:last-child{
    padding-top: 105px;
}

.Franquia .botao{
    border-color: #e5b463;
}
.Franquia a .botao{
    color: #fff;
}
.Franquia .button--ujarak:hover {
    color: #fff;
    border-color: #e5b463;
}
.Franquia .button--ujarak::before {
    background-color: #e5b463;
}



/* -----------LOJA-------------------------------------*/

.Loja{
    padding: 95px 0px;
    background-size: cover;
    background: linear-gradient(#8bf7f7, #7dfff6);
}
.Loja .row{
    clear: both;
}
.cidades{
    width: 100%;
    margin-bottom: 75px;
    clear: both;
    display: table;
}
.cidade-item{
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 100px;
    font-family: 'gilroyextrabold';
    font-size: 33px;
    float: left;
}
.cidade-item.active{
    color: #6b7fde;
    border-bottom: 11px solid #6b7fde;
}
.Loja .col-md-6:first-child{
    width: 765px;
}



.local-item{
    padding: 0px 10px;
    margin-bottom: 35px;
    color: #593621;
}
.local-titulo{
    margin-bottom: 7px;
    font-family: 'gilroyextrabold';
    font-size: 18px;
}

.local-titulo-primeiro{
    margin-bottom: 25px;
    font-size: 25px;
    text-transform: uppercase;
}



/* -----------CONTATO-------------------------------------*/
.Contato{
    background-size: cover;
    padding: 90px 0px 90px 0px;
    background: linear-gradient(#7dfff6, #a75593);

}
.Contato p{
    padding-top: 50px;
    font-family: 'gilroyextrabold';
    font-size: 25px;
    width: 550px;
}
.Contato h2{
    color: #f5778c;
}
.Contato .botao{
    margin-top: 75px;
    border-color: #e5b463;
}
.Contato .button--ujarak:hover {
    color: #fff;
    border-color: #e5b463;
}
.Contato .button--ujarak::before {
    background-color: #e5b463;
}
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 5px;
    max-width: 490px;
    width: calc(100% - 2em);
    vertical-align: top;
}
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    font-family: 'gilroyextrabold';
    color: #fff;
    font-size: 25px;
    padding: 0.5em 0;
    position: relative;
    display: block;
    width: 100%;
}

.input--hoshi {
    overflow: hidden;
}
.input__field--hoshi {
    margin-top: 0.5em;
    padding: 0.85em 0.15em;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 20px;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25em;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none;
}
.input__label-content--hoshi {
    position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 4px solid #6b7fde;
}

.input__label--hoshi::after {
    margin-top: 2px;
    border-bottom: 4px solid red;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}


/* -----------FOOTER-------------------------------------*/

footer{
    background-size: cover;
    padding: 100px 0px 80px 0px;
    background: linear-gradient(#a75593, #b95786);
}
footer img{
    margin-bottom: 60px;
}
footer .col-md-4{
    letter-spacing: 1.4px;
    font-size: 18px;
    font-family: 'gilroyextrabold';
}
footer .col-md-4:nth-child(2),footer .col-md-4:nth-child(3){
    padding-top: 75px;
}
footer .col-md-4:nth-child(2){
    padding-left: 75px;
}

footer ul{
    font-family: 'gilroylight';
}
footer ul li{
    letter-spacing: 1.4px;
    margin: 5px 0px;
}
footer ul li a,footer ul li a:hover{
    color: #fff;
}
.mao{
 cursor: pointer;
}
.alturaFixa{
    height: 360px;
}
.alturaFixa1{
    height: 100px;
}
.fundoBranco{
    background: #FFF;
    color: #000;
}
.fontePreta{
    color: #000;
}