@charset "utf-8";
/* CSS Document */

/* Para ocultar elementos em computador e celular */
@media(min-width: 990px){.no-desk{display:none !important}}
@media(max-width: 991px){.no-mobile{display:none !important}}



/* Fonte e configurações gerais do docuemnto */
@font-face
{
	font-family: 'NiiSans';
	src:  url('../fonts/NIISans-Light.ttf');
}
html
{
	position: relative; min-height: 100%;
}

body
{
	font-family:'NiiSans', arial, verdana; 
	margin-bottom: 60px; 
	overflow-x: hidden; 
	overflow-y: scroll; 
	font-size:16px;
}
.oculto{display: none;}
.revelado{display: initial;}

.bg1{background-color:#F02752 !important;}
.bg2{background-color:#70a64d !important;}
.bg3{background-color:#EDEDED !important;}
.bg4{background-color:#0095ea !important;}
.cor1{color:#F02752 !important;}
.cor2{color:#70a64d !important;}
.cor3{color:#EDEDED !important;}
.cor4{color:#0095ea !important;}

body::-webkit-scrollbar, body::-webkit-scrollbar-track, body::-webkit-scrollbar-thumb, .bar-scroll-y::-webkit-scrollbar, .bar-scroll-y::-webkit-scrollbar-track, .bar-scroll-y::-webkit-scrollbar-thumb, .bar-scroll-x::-webkit-scrollbar, .bar-scroll-x::-webkit-scrollbar-track, .bar-scroll-x::-webkit-scrollbar-thumb, select::-webkit-scrollbar, select::-webkit-scrollbar-track, select::-webkit-scrollbar-thumb, .box-scroll::-webkit-scrollbar, .box-scroll::-webkit-scrollbar-track, .box-scroll::-webkit-scrollbar-thumb, .table-scroll::-webkit-scrollbar, .table-scroll::-webkit-scrollbar-track, .table-scroll::-webkit-scrollbar-thumb {
	border-radius: 4px;
	width: 8px;
	height: 8px; }
  
body::-webkit-scrollbar-track {
	background: #CCCCCC; }

body::-webkit-scrollbar-thumb {
	background: #70a64d; }

.bar-scroll-y {
overflow-y: scroll;
overflow-x: hidden; }

.bar-scroll-y::-webkit-scrollbar-track {
background: #CCCCCC; }

.bar-scroll-y::-webkit-scrollbar-thumb {
background:#70a64d; }

/*Modal*/
.modal-master{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(000,000,000,0.7);
	z-index: 9000;
	top:0;
}
.modal-master section{
	display: block;
	border-radius: 5px;
	background-color: #fff;
	padding: 20px;
	width: 600px;
	margin-left: Calc(50% - 300px);
	margin-top: 10%;
	max-height: 80%;
	opacity: 1;
	animation: 0.7s abrir-modal;
}
.modal-master section article{
	max-height: 70%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.modal-master section article{
	max-height: 70%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: Calc(100% + 20px);
    padding: 0 20px 0 0;
}
.btn-fechar-modal {
    float: right;
    display: inline-block;
    padding: 5px;
    background-color: #F02752;
    border-radius: 20px;
    color: #fff;
    width: 31px;
    height: 31px;
    text-align: center;
    margin-top: -30px;
    margin-right: -30px;
	border: 2px solid #fff;
	cursor: pointer;
}
@keyframes abrir-modal {
	from {margin-top: 5%; opacity: 0;}
	to {margin-top: 10%; opacity: 1;}
}

@media screen and (max-width: 600px) {  
	.modal-master section{
		width: 90%;
		margin-left: 5%;
	}
}

/* Menu Topo com Efeito Scroll */

.menu-top{
	transition: all 0.5s ease-out;
	height: 100px;
	width: 100%;
	display: block;
	position:fixed;
	top:0;
	background-color:rgba(265, 265, 265, 0);
	padding: 20px;	
	z-index: 1000;
}
.menu-top-scroll{
	height: 60px;	
	background-color:rgba(265, 265, 265, 1);
	padding: 10px;
	-webkit-box-shadow: 2px 9px 14px -12px rgba(0,0,0,0.71);
-moz-box-shadow: 2px 9px 14px -12px rgba(0,0,0,0.71);
box-shadow: 2px 9px 14px -12px rgba(0,0,0,0.71);	
}
.menu-logo{
	transition: all 0.5s ease-out;
	height: 60px;	
}
.menu-logo-scroll{
	height: 40px;
}
.menu-item{
	transition: all 0.2s ease-out;
	display: inline-block;
	padding: 20px;
	margin-left: 5px;
	font-size: 18px;
	color: #6AA344;
	font-weight: bold;
}
:hover.menu-item{
	color: #F02752;
	border-bottom: #F02752 4px solid;
	text-decoration: none;
}
.menu-item-scroll{
	top: -10px;
    position: relative;
}
:hover.menu-item-scroll {
    color: #F02752;
    border-bottom: #F02752 2px solid;
    text-decoration: none;
	position: relative;
	padding: 20px 20px 11px 20px;
}
:active.menu-item-scroll {
	
}
.menu-ass{
	transition: all 0.2s ease-out;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	margin-left: 10px;
	font-size: 18px;
	background-color: #6AA344;
	color: #ffffff;
	font-weight: bold;
	border-radius: 40px;
}
:hover.menu-ass{
	background-color: rgb(73, 122, 40);
	color: #ffffff;
	text-decoration: none;
}
.menu-ass-scroll{
	color:#ffffff;
	padding: 5px 15px 5px 15px;
	top: -10px;
    position: relative;
}
.btn-top {
	transition: all 0.5s ease-out;
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    background-color: rgba(106, 163, 68, 0.5);
    padding: 10px;
    font-size: 25px;
    color: #ffffff;
    border-radius: 10px;
}
:hover.btn-top {
    background-color: rgba(106, 163, 68, 1);
	color: #ffffff;
	text-decoration: none;
}
.btn-top-oculto{
	bottom: -100px;
}
.barra-btn-redes{
	position: fixed;
	z-index: 10000;
	right: 0;
    bottom: 40%;
}
.btn-lateral{
	transition: all 0.5s ease-out;    
    display: inline-block;
	opacity: 0.7;
    padding: 10px 40px 10px 10px;
    font-size: 20px;
    color: #ffffff;
	border-radius: 10px 0 0 10px;
	right:-30px;
	position: relative;
	margin-bottom: 5px;
	width: 70px;
}
:hover.btn-lateral.bg1{
	opacity: 1;
	color:#ffffff;
	right:-5px;
}
:hover.btn-lateral.bg2{
	opacity: 1;
	color:#ffffff;
	right:-5px;
}
:hover.btn-lateral.bg4{
	opacity: 1;
	color:#ffffff;
	right:-5px;
}

/* Menu Rodapé Mobile (Estilo APP) */
@media(max-width: 990px){
	.menu-top{
		height: 50px;
	}
	.menu-logo{
		max-height: 30px;
		position: absolute;
    	top: -10px;
    	left: Calc(50% - 50px);
	}
	.menu-logo-scroll{
		top:0;
	}
	.menu-mobile{
		position: fixed;
		bottom: 0;
	}
	.menu-mobile {
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 0;
	}
	.menu-item{
		width: 20% !important;
    	background-color: #6AA344;
		color: #ffffff;
    	font-weight: bold;
    	margin: 0px;
		float: left;
	}
	.menu-ass{
		float: left;
		width: 20% !important;		
		background-color: #F02752;
		color: #ffffff;
		font-weight: bold;
		margin: -1px;
		padding: 20px;
		border-radius: 0;
		position: relative;
		bottom: -1px;
		left: 1px;
	}
	.menu-item-scroll{
		top: 0;
	}
	.menu-ass-scroll{
		left: 1px;
		top: 1px;
	}
	:hover.menu-item{
		border-bottom: 0;
		text-decoration: none;
	}
	:hover.menu-ass{
		border-bottom: 0;
		text-decoration: none;		
		background-color: #F02752;
	}
}


/* Banner HOMNE */

.banner-home{
    position: relative;
}
.banner-home h1 {
	position: absolute;
    margin-top: 150px;
    font-size: 34px;
    display: block;
    text-align: left;
    width: 40%;
    color: #6AA344;
}
.btn-quero{
	position: absolute;
	margin-top: 320px;
    padding: 10px 20px 10px 20px;
    border-radius: 80px;
    border: 0;
    background-color:#F02752;
    color: #ffffff;
    font-size: 22;
}
:hover.btn-quero{
	background-color:#a90024;
	text-decoration: none;
	color: #fff;
}
.btn-master{
    padding: 10px 20px 10px 20px;
    border-radius: 80px;
    border: 0;
    background-color:#6AA344;
    color: #ffffff;
    font-size: 16;
}
:hover.btn-master{
	background-color:rgb(67, 119, 32);
	color:#ffffff;
	text-decoration: none;
}

@media screen and (min-width: 1501px) and (max-width: 5000px){
	.banner-home{
		height: 778px;
		background-image: url(../img/banner-home1.png);
		background-attachment: fixed;
		background-size: cover;
	}
}
@media screen and (min-width: 1301px) and (max-width: 1500px){
	.banner-home{
		height: 778px;
		background-image: url(../img/banner-home2.png);
	}
}
@media screen and (min-width: 1001px) and (max-width: 1300px){
	.banner-home{	
		height: 662px;
		background-image: url(../img/banner-home3.png);
	}
}
@media screen and (min-width: 200px) and (max-width: 1000px){
	.banner-home{	
		height: 632px;
    background-image: url(../img/banner-home4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
	}
	.banner-home h1 {
		position: absolute;
		margin-top: 60px;
		font-size: 24px;
		display: block;
		text-align: center;
		width: 90%;
		color: #6AA344;
	}
	.btn-quero {
		position: absolute;
		margin-top: 570px;
		left: Calc(50% - 75px);
		padding: 10px 20px 10px 20px;
		border-radius: 80px;
		border: 0;
		background-color: #F02752;
		color: #ffffff;
		font-size: 22;
	}
}

#section-quem{
	background-color: #e6e6e6;
	padding-top: 30px;
	padding-bottom: 30px;
}
#section-dietas{
	padding-top: 30px;
	padding-bottom: 30px;
}


/* Titulos e Destaques*/

.titulo{
	font-size: 28px;
	text-align: center;
	color:#F02752;
	margin-bottom: 20px;
}


/* Animação */

[data-anime] {
	opacity: 0;
	transition: .3s;
  }  
[data-anime="left"] {
	transform: translate3d(-50px, 0, 0);
  }
[data-anime="bottom"] {
	transform: translate3d(0, 50px, 0);
  }  
[data-anime="top"] {
	transform: translate3d(0, -50px, 0);
  }
[data-anime="opacity"] {
	opacity: 0;
	transform: translate3d(0px, 0px, 0px);
  }  
[data-anime].animate {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transition: 1s;
  }
  
/* Depoimentos */
#section-depoimentos{
	background-image: url(../img/fundo-caes.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 60px;
	background-attachment: fixed;
	margin-top: 10px;
}
.box-depoimentos{
	padding: 15px;
	border-radius: 10px;
	background-color:rgba(265, 265, 265, 0.8);
	margin-bottom: 15px;
}
.box-depoimentos img{
	border-radius: 100px;
	max-width: 200px;
	max-height: 200px;
	margin-bottom: 10px;
	border: 5px solid #F02752;
}
.modal-depoimentos img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
}

/* Dúvidas */
#section-duvidas{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #EDEDED;
}
.box-faq{
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.box-faq h4{
	font-size: 18px;
}
.box-faq a{
	display: block;
	padding: 20px;
	margin:0;
	color:#F02752;
	text-decoration: none;
	margin-bottom: -20px;
}
.box-faq a:hover{
	border-left: #6AA344 3px solid;
	padding-left: 17px;
}
.box-faq-resp {
    transition: all 0.3s ease-out;
    border-left: 1px solid #6AA344;
    border-bottom: 1px solid #6AA344;
    background-color: #FFFFFF;
    margin-top: -25px;
    padding: 10px 20px 0 20px;
    margin-left: 20px;
    width: Calc(100% - 40px);
	font-size: 15px;
	border-bottom-left-radius: 20px;
}

/* Gradientes */

.gradiente1{
	background:#0C3C60; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #CCC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #CCC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #CCC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #CCC); /* Standard syntax */	
}

/* Rodapé */

footer {
    background: #6AA344;
    position: absolute;
    width: 100%;
    padding: 20px;
    color: #ffffff;
}
footer span{
	font-size: 13px;
}
footer a{
	color:#ffffff;
}


/* Modais conteúdos */
.modal-dietas{
	text-align: center;
}
.modal-dietas img{
	max-width: 200px;
	margin-bottom: 20px;
}
.modal-dietas a{
	text-decoration: none;
	color: #6AA344;
}




