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: baselinebaseline;  
	background: transparent;  
} 

body {
	margin: 0; 
	width: 100%;
	padding: 50px;
	overflow-x:hidden !important;
	font-family: 'Axis'!important; 
	font-size:22px;
  	color: #000!important;
  	letter-spacing: 1px!important;
  	font-feature-settings: "kern" 1,"liga" 1,"frac" 1, "lnum" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
    width: 100%;
    height: 100%;
}
ol, ul {  
	list-style: none;  
}  
blockquote, q {  
	quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
	content: '';  
}  
  
:focus {  
	outline: 0;  
}  
  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
}
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

@font-face {
    font-family: 'LatoBlack';
    src: url('../fonts/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Lato-Black.woff2') format('woff2'),
         url('../fonts/Lato-Black.ttf') format('truetype'), 
		 url('../fonts/Lato-Black.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/LatoLatinLight-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatinLight-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatinLight-Regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/LatoLatinLight-Regular.woff2') format('woff2'),
         url('../fonts/LatoLatinLight-Regular.ttf') format('truetype'), 
		 url('../fonts/LatoLatinLight-Regular.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLatin';
    src: url('../fonts/LatoLatinMed-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatinMed-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatinMed-Regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/LatoLatinMed-Regular.woff2') format('woff2'),
         url('../fonts/LatoLatinMed-Regular.ttf') format('truetype'), 
		 url('../fonts/LatoLatinMed-Regular.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoExtBd';
    src: url('../fonts/LatoLatinExtBd-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatinExtBd-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatinExtBd-Regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/LatoLatinExtBd-Regular.woff2') format('woff2'),
         url('../fonts/LatoLatinExtBd-Regular.ttf') format('truetype'), 
		 url('../fonts/LatoLatinExtBd-Regular.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.bold{
	font-family: 'LatoExtBd'!important;
}

.termos-head{
	font-size: 38px;
    font-family: 'LatoBlack';
    color: #7E5953;
}

.title_termos{
	font-family: 'LatoExtBd';
	font-size: 18px;
	color: #7E5953;
}

.text_termos{
	margin: 20px 0;
	font-family: 'LatoLatin';
	color: #7E5953;
	font-size: 16px;
}

.aviso-cookies{
	font-family: 'LatoLatin';
	width:100%;
	background:#000;
	padding:10px;
	color:#fff;
	font-size:12px;
	line-height:14px;
	z-index:10;
	text-align:center;
	position:fixed;
	bottom:0;
	opacity: 0.8;
	margin-left: -50px;
}

.aviso-cookies a{
	color:#fff;
	text-decoration:underline;
}

.close-barra{
	color:#fff;
	font-size:13px;
	cursor:pointer;
	margin-left:5px;
	text-decoration:none!important
}

img{
	max-width: 100%;
	height: auto;
}

#loading{
	width:100%;
	height:100%;
	position:fixed;
	background-color:#fff;
	z-index:100000;
	left:0;
	overflow:hidden;
}

#subloading{
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.radio{
	text-align: left;
	display: table-cell;
	font-family: 'LatoLatin';
	height: 40px;
    margin-bottom: 10px;
    padding: 6px 22px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #7E5953;
}

.localizacao_texto2 a{
	color: #7E5953;
}

.btn_mobile{
	display: none;
}

.nopaddingleft{
	padding-left: 0px;
}

.subseccao_programa{
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-toggle{
	display: none!important;
}

.bottom{
	margin-bottom: 15px;
}

h3{
	color: #7E5953;
}

#page1{
	width: 100%;
	height: 90vh;
	margin-bottom: 50px;
}

#background{
	width: 100%;
	height: 100%;
	background-color: rgba(98, 49, 41, 0.18);
}

#img1{
	text-align: right;
	margin-top: 85px;
}

.container-header{
	max-width: 1385px;
	margin: 0 auto;
}

#circle{
	width: 637px;
	height: auto;
	top: 50px;
	right: 40px;
	position: absolute;
}

.left{
	text-align: left;
}

#img2{
	width: 469px;
    height: auto;
    top: 25px;
    right: 150px;
    position: absolute;

}

#img3{
    position: absolute;
    width: 775px;
    height: auto;
    top: 25px;
    right: 5px;

}

#img4{
    position: absolute;
    width: 775px;
    height: auto;
    top: 25px;
    right: 5px;

}

.beneficios-mobile{
	display: none;
}

h1{
	font-family: "LatoBlack";
	font-size: 72px;
	color: #7E5953;
}

.logomobile{
	display: none;
}

.comofazemos_mobile{
	display: none;
}

.wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 65%;
}

.panel {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1375px;
	height: 100%;
	user-select: none;
	pointer-events: none;	
	background-color: transparent;
	margin-bottom: 85px;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.panel__content-col {
	flex-basis: 25%;
}

.panel__content {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
}

.panel__text {
	display: inline-block;
	text-align: right;
	margin-top: 9%;
}

.panel__title {
	margin: 0;
	text-align: left;
}

.panel__img-col {
	width: 100%;
}

.panel__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}

#texto_header{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 220px;
    z-index:100;
}

#background-header{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 220px;
}

.parallax_mobile{
	display: none;
}

.seccao{
	margin-top: 120px;
	text-align: center;
}

.subseccao{
	margin-top: 60px;
}

.titulos{
	margin-bottom: 30px;
}

.titulo{
	font-family:'LatoBlack';
	font-size: 53px;
	color: #7E5953;
}

.titulo_absolute{
	position: absolute;
    font-family: 'LatoBlack';
    font-size: 193px;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #623129;
    opacity: 0.07;
    top: -68px;
}

.sub_titulo{
	font-family: 'LatoLatin';
    font-size: 22px;
    color: #7E5953;
}

.refeicoes1{
    font-family: 'LatoBlack';
    font-size: 38px;
    color: #7E5953;
}

.noneClass{
	display: none;
}

.refeicoes2{
	font-family: 'LatoExtBd';
    font-size: 12px;
    color: #7E5953;
    padding: 5px;
    margin-top: 10px;
}

.btn_refeicoes{
	background-color: #F59B36;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-family: 'LatoExtBd';
    font-size: 12px;
    padding: 10px 15px;
}

.btn_refeicoes:hover{
	opacity: 0.7;
}

#vh50{
	height: 50vh;
    position: absolute;
}

.parallax{
	background-image:url("../images/parallax.jpg");
	height: 440px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	position: relative;
}

.content_parallax{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 180px;
}

.content_parallax_mobile{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.parallax_text1{
	font-family: 'LatoLatin';
    font-size: 27px;
    color: #7E5953;
    margin-top: 10px;
}

.parallax_text2{
	font-family: 'LatoBlack';
	font-size: 33px;
	color: #7E5953;
}

.btn_parallax{
	background-color: #F59B36;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-family: 'LatoExtBd';
    font-size: 12px;
    padding: 10px;
    margin-top: 20px;
}

.btn_parallax:hover{
	opacity: 0.7;
}

.btn_parallax_mobile{
	background-color: #F59B36;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-family: 'LatoExtBd';
    font-size: 12px;
    padding: 10px;
    margin-top: 20px;
}

.btn_parallax_mobile:hover{
	opacity: 0.7;
}

.modal-dialog{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
}

.modal-title{
	font-family: 'LatoBlack';
    color: #623129;
}

button.close{
	position: absolute;
    right: 18px;
    top: 18px;
}

#habitos{
	resize: none;
}

.beneficios_text1{
	font-family: 'LatoLatin';
    font-size: 20px;
    color: #7E5953;
    margin-top: 20px;
}

.beneficios_text2{
	font-family: 'LatoBlack';
    font-size: 20px;
    color: #7E5953;
}

.beneficios_text_modal{
	font-family: 'LatoLatin';
    font-size: 20px;
    color: #7E5953;
    text-align: justify;
    line-height: 26px;
}

.popover{
	text-align: justify;
	font-family: 'LatoExtBd';
    font-size: 12px;
    color: #7E5953;
    padding: 5px;
    max-width: 335px;
}

.dog{
	position: absolute;
	left: 0;
	height: 484px;
}

.beneficios_row2{
	margin-top: 80px;
}

.comofazemos_img{
}

.comofazemos_text{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: 'LatoLatin';
    font-size: 37px;
    color: #fff;
}

.comofazemos_btn:hover{
	opacity: 0.7;
	cursor: pointer;
}

.comofazemos_row2{
	margin-top: 40px;
}

.margin4{
	margin-left: -4px!important;
}

.localizacao_texto1{
	font-family: 'LatoBlack';
	font-size: 30px;
	color: #7E5953;
}

.localizacao_texto2{
	font-family: 'LatoLatin';
	font-size: 30px;
	color: #7E5953;
	text-align: left!important;
}

.localizacao_texto3{
	font-family: 'LatoBlack';
	font-size: 23px;
	color: #7E5953;
}

.localizacao_row2{
	margin-top: 20px;
}

.marker{
	font-size: 85px;
	color: #7E5953;
}

.localizacao_background{
	background-color: rgba(98, 49, 41, 0.1);
    width: 100%;
    height: 205px;
    margin-top: -165px;
}

.nome_produto{
	position: relative;
	bottom: -12px;
}

.barra{
	text-align: center;
}

.controllers{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 90px;
}

.controller_btn{
	cursor: pointer;
}

#header_mobile{
	display: none;
}

.logo_nav{
	left: 50px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #fff;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  display: none;
}

/* Navbar links */
#navbar a {
  float: right;
  display: block;
  color: #7E5953;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

#navbar a:hover{
	color: #F59B36;
}

#navbar a:active{
	color: #F59B36;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

#links_nav{
	font-size: 14px;
	position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nopaddingright{
	padding-right: 0px!important;
}

@media(max-width:1681px){
	.parallax{
		background-position: 50% 100%;
	}
	
	#circle{
		top: 60px;
		width: 40%;
		right: 100px;
	}
	
	#img2{
		width: 40%;
		top: 30px;
		right: 175px;
	}
	
	#img3{
		width: 65%;
		top: 30px;
		right: 50px;
	}
	
	#img4{
		width: 65%;
		top: 30px;
		right: 50px;
	}
}

@media(max-width:1601px) and (max-height:1201px){
	#circle{
		top: 95px;
		right: 110px;
	}
	
	h1{
		font-size: 65px;
	}
	
	#background-header{
		width: 60%;
	}
}

@media(max-width:1601px) and (max-height:901px){
	#circle{
		width: 32%;
		top: 40px;
		right: 150px;
	}
	
	#img2{
		width: 32%;
		right: 180px;
		top: -0px;
	}
	
	#img3{
		width: 47%;
		right: 120px;
		top: 0px;
	}
	
	#img4{
		width: 47%;
		right: 120px;
		top: 0px;
	}
}

@media(max-width:1551px){
	.container{
		width: 1240px!important;
	}
}

@media(max-width:1441px){
	.titulo_absolute{
		font-size: 150px;
		top: -54px;
	}
	
	#texto_header{
		left: 200px;
	}
	
	#background-header{
		right: 200px;
	}
	
	#circle{
		right: 165px;
	}
	
	#img2{
		right: 200px;
	}
	
	#img3{
		right: 140px;
	}
	
	#img4{
		right: 140px;
	}
	
	.col_selecao{
		padding-left: 33px;
	}
	
	.col_degustacao{
		padding-left: 20px;
	}
	
	.beneficios_text_modal{
		font-size: 18px;
	}
}

@media(max-width:1401px){
	.container{
		width: 1040px!important;
	}
	
	h1{
		font-size: 52px;
	}
	
	#circle{
		width: 33%;
		top: 100px;
	}
	
	#img2{
		width: 33%;
		top: 60px;
	}
	
	#img3{
		width: 50%;
		top: 60px;
	}
	
	#img4{
		width: 50%;
		top: 60px;
	}
	
	.localizacao_texto2{
		font-size: 26px;
	}
	
	.beneficios_text_modal{
		font-size: 14px;
	}
}

@media(max-width:1367px){
	#page1{
		height: 85vh;
	}
	
	#circle{
		width: 30%;
		top: 0px;
	}

	#img2{
		right: 220px;
		width: 28%;
		top: -30px;
	}
	
	#img3{
		width: 45%;
		top: -30px
	}
	
	#img4{
		width: 45%;
		top: -30px;
	}
	
	.localizacao_texto1{
		font-size: 22px;
	}
	
	.localizacao_texto2{
		font-size: 22px;
	}
	
	.titulo_absolute{
		font-size: 142px;
		top: -45px;
	}
	
	.col_selecao{
		padding-left: 28px;
	}
	
	.comofazemos_row2{
		margin-top: 30px;
	}
	
	.beneficios_text_modal{
		font-size: 15px;
	}
	
	button.close{
		top: 10px;
	}
}

@media(max-width:1281px){
	h1{
		font-size: 50px;
	}
	
	#circle{
		top: 0px;
	}
	
	#img2{
		top: -20px;
	}
	
	#img3{
		top: -20px;
	}

	#img4{
		top: -20px;
	}
}

@media(max-width:1281px) and (max-height:1025px){
	#page1{
		height: 90vh;
	}
	
	#circle{
		width: 35%;
		top: 100px;
	}
	
	#img2{
		width: 33%;
		top: 70px;
	}
	
	#img3{
		width: 53%;
		top: 70px;
	}
	
	#img4{
		width: 53%;
		top: 70px;
	}
}

@media(max-width:1281px) and (max-height:801px){
	#page1{
		height: 85vh;
	}
	
	#circle{
		width: 32%;
		top: 0px;
	}
	
	#img2{
		width: 30%;
		top: -20px;
	}
	
	#img3{
		width: 49%;
		top: -20px;
	}
	
	#img4{
		width: 49%;
		top: -20px;
	}
}

@media(max-width:1281px) and (max-height:640px){
	#circle{
		top: 0px;
	}
	
	#img2{
		top: -20px;
	}
	
	#img3{
		top: -20px;
	}

	#img4{
		top: -20px;
	}
}

@media(max-width:1281px) and (max-height:581px){
	#circle{
		top: 0px;
	}
	
	#img2{
		top: -20px;
	}
	
	#img3{
		top: -20px;
	}

	#img4{
		top: -20px;
	}
}

@media(max-width: 1281px) and (max-height:481px){
	#page1{
		height: 100vh;
	}
	
	#circle{
		width: 24%;
		top: -20px;
		right: 210px;
	}
	
	#img2{
		width: 24%;
		top: -60px;
		right: 250px;
	}
	
	#img3{
		width: 40%;
		top: -60px;
		right: 160px;
	}
	
	#img4{
		width: 40%;
		top: -60px;
		right: 160px;
	}
	
	h1{
		font-size: 50px;
	}
	
	.popover-content{
		padding: 0px 14px;
		font-size: 10px;
	}
	
	.beneficios_text_modal{
		line-height: 20px;
	}
	
	.dog{
		height: 370px;
	}
	
	.seccaoprograma{
		margin-top: 500px;
	}
}

@media(max-width:1153px){
	h1{
		font-size: 32px;
	}
	
	#circle{
		width: 33%;
		right: 160px;
		top: 50px;
	}
	
	#img2{
		width: 33%;
		right: 180px;
	}
	
	#img3{
		top: -20px;
		width: 46%;
		right: 150px;
	}
	
	#img4{
		top: -20px;
		width: 46%;
		right: 150px;
	}
}

@media(max-width:1025px){
	#header_full{
		display: none;
	}
	
	#header_mobile{
		display: block;
	}
	
	.logomobile{
		display: block;
	}
	
	.logofull{
		display: none;
	}
	
	#texto_header_mobile{
		position: absolute;
    	top: 50%;
    	transform: translateY(-50%);
   		-ms-transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	z-index: 2;
    	left: 100px;
	}
	
	#div_img_mobile{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
    	right: 100px;
	}
	
	#img_mobile{
		width: 450px;
		height: auto;
	}
	
	.beneficios_text1{
		font-size: 15px;
	}

	.beneficios_text2{
		font-size: 15px;
	}
	
	.beneficios_text_modal{
		font-size: 15px;
		line-height: 20px;
	}
		
	.container{
		width: 924px!important;
	}
	
	.titulo_absolute{
		display: none;
	}
	
	.titulo{
		font-size: 35px;
	}
	
	.subtitulo{
		font-size: 18px;
	}
	
	.localizacao_texto1{
		font-size: 18px;
	}
	
	.localizacao_texto2{
		font-size: 20px;
	}
	
	.col_selecao{
		padding-left: 25px;
	}
	
	.margin4{
		margin-left: -10px!important;
	}
	
	.popover-content{
		padding: 0 14px;
	}
	
}

@media(max-width: 991px){
	.container{
		max-width: 100%!important;
	}
	
	.navbar-toggle{
		display: block!important;
	}
	
	#texto_header_mobile{
		z-index: -1;
	}
	
	#navbar{
		display: none!important;
	}
	
	.navbar-brand .logo{
		right: inherit;
	}
	
	.navbar-collapse{
		width: 100%;
		padding-left: 15px;
	}
	
	.navbar-toggle{
		margin-right: 0px;
	}
	
	.btn_mobile{
		display: block;
		margin: 25px auto;
	}
	
	.popover{
		position: relative;
		top: 0px;
	}
	
	.beneficios-full{
		display: none;
	}
	
	.beneficios-mobile{
		display: block;
		text-align: center;
	}
	
	.parallax{
		display: none;
	}
	
	.parallax_mobile{
		display: block;
		font-family: 'LatoBlack';
		background-color: #7E5953;
		color: #fff;
		height: 175px;
		width: 100%;
		position: relative;
	}
	
	.comofazemos_full{
		display: none;
	}
	
	.comofazemos_mobile{
		display: block;
	}
	
	.localizacao_texto2{
		text-align: center!important;
	}
	
	.titulos{
		margin-bottom: 0px;
	}
	
	.icone{
		display: none;
	}
	
	.parallax_text_mobile1{
		line-height: 18px;
	}
	
	.refeicoes1{
		font-size: 24px;
	}
	
	.titulo{
		font-size: 38px;
	}
	
	.sub_titulo{
		font-size: 18px;
	}
	
	.navbar-nav>li{
		padding-left: 15px!important;
	}
	
	.termos-head{
		font-size: 32px;
	}
	
	.text_termos{
		font-size: 14px;
	}
}

@media(max-width:813px) and (max-height:376px){
	#texto_header_mobile{
		left: 20px;
	}
	
	.navbar-brand .logo{
		width: 20%;
	}
	
	.navbar-default .navbar-toggle{
		font-size: 50px!important;
		line-height: 50px!important;
		padding: 20px 0px!important;
	}
	
	.navbar-collapse{
		padding-left: 0;
    	padding-right: 0;
	}
	
	#div_img_mobile{
		text-align: right;
		right: 0px;
	}
	
	#img_mobile{
		width: 90%;
	}
	
	.barra{
		margin-bottom: 20px;
	}
	
	.seccao{
		margin-top: 40px;
	}
	
	.subseccao{
		margin-top: 20px;
	}
	
	.beneficios_row2{
		margin-top: 0px;
	}
	
	.termos-head{
		font-size: 26px;
	}
	
	
}

@media(max-width:769px) and (max-height:1025px) and (orientation: portrait){
	body{
		padding: 0;
	}
	
	.aviso-cookies{
		margin-left: 0!important;
	}
	
	#page1{
		height: 100vh;
	}
	
	.navbar-brand .logo{
		width: auto;
		height: 40px;
	}
	
	.navbar-default .navbar-toggle{
		font-size: 50px!important;
		line-height: 50px!important;
		padding: 10px 0px!important;
	}
	
	.navbar-collapse{
	    padding-left: 0px;
    	padding-right: 0px;
	}
	
	#texto_header_mobile{
		position: absolute;
    	top: 15%;
	    transform: inherit;
    	-ms-transform: inherit;
	    -webkit-transform: inherit;
    	z-index: -1;
	    left: 0;
    	right: 0;
	    margin: 0 auto;
    	text-align: center;
	}
	
	#img_mobile{
		width: 85%;
	}
	
	#div_img_mobile{
		position: absolute;
	    top: 30%;
    	transform: inherit;
    	left: 0;
    	right: 0;
    	text-align: center;
	}
	
	.controllers{
		bottom: 40px;
	}
	
	.seccao{
		margin-top: 40px;
	}
	
	.subseccao{
		margin-top: 20px;
	}
	
	.beneficios_row2{
		margin-top: 0px;
	}
	
	.termos-head{
		font-size: 28px;
	}

}

@media(max-width:737px) and (max-height:414px){
	#texto_header_mobile{
		left: 20px;
	}
	
	.navbar-brand .logo{
		width: 20%;
	}
	
	.navbar-default .navbar-toggle{
		font-size: 50px!important;
		line-height: 50px!important;
		padding: 10px 0px!important;
	}
	
	.navbar-collapse{
		width: 100%;
		margin-top: -40px;
	}
	
	#div_img_mobile{
		text-align: right;
		right: 0px;
	}
	
	#img_mobile{
		width: 90%;
	}
	
	.barra{
		margin-bottom: 20px;
	}
	
	.seccao{
		margin-top: 40px;
	}
	
	.subseccao{
		margin-top: 20px;
	}
	
	.beneficios_row2{
		margin-top: 0px;
	}
}

@media(max-width:668px) and (max-height:376px){
	#div_img_mobile{
		text-align: right;
		right: 0px;
	}
	
	#img_mobile{
		width: 85%;
	}
	
	.barra{
		margin-bottom: 20px;
	}
	
	.termos-head{
		font-size: 22px;
	}
	
	.title_termos{
		font-size: 16px;
	}
	
	.text_termos{
		font-size: 12px;
	}
}

@media(max-width:641px) and (max-height:361px){
	#img_mobile{
		width: 65%;
	}
	
	#div_img_mobile{
		right: 0px;
		text-align: right;
	}
	
	.barra{
		margin-bottom: 20px;
	}
}

@media(max-width:569px) and (max-height:321px){
	.navbar-default .navbar-toggle{
		font-size: 40px!important;
		line-height: 40px!important;
	}
	
	h1{
		font-size: 25px;
	}
	
	#img_mobile{
		width: 65%;
	}
	
	#div_img_mobile{
		right: 0px;
		text-align: right;
	}
	
	.controller_btn{
		width: 5%;
	}
	
	.seccao{
		margin-top: 40px;
	}
	
	.subseccao{
		margin-top: 20px;
	}
	
	.beneficios_row2{
		margin-top: 0px;
	}
	
	.barra{
		margin-bottom: 20px;
	}
}

@media(max-width: 415px) and (max-height: 737px){
	body{
		padding: 0;
	}
	
	.aviso-cookies{
		margin-left: 0!important;
	}
	
	#page1{
		height: 100vh;
	}
	
	.navbar-brand .logo{
		width: auto;
		height: 40px;
	}
	
	.navbar-default .navbar-toggle{
		font-size: 50px!important;
		line-height: 50px!important;
		padding: 10px 0px!important;
	}
	
	#texto_header_mobile{
		position: absolute;
    	top: 15%;
	    transform: inherit;
    	-ms-transform: inherit;
	    -webkit-transform: inherit;
    	z-index: -1;
	    left: 0;
    	right: 0;
	    margin: 0 auto;
    	text-align: center;
	}
	
	#div_img_mobile{
		position: absolute;
	    top: 30%;
    	transform: inherit;
    	left: 0;
    	right: 0;
	}
	
	.controllers{
		bottom: 40px;
	}
	
	.seccao{
		margin-top: 40px;
	}
	
	.subseccao{
		margin-top: 20px;
	}
	
	.beneficios_row2{
		margin-top: 0px;
	}

	.titulo{
		font-size: 36px;
	}
	
	.sub_titulo{
		font-size: 16px;
	}
	
	.refeicoes1{
		font-size: 22px;
	}
	
	.form-control{
		font-size: 15px;
	}
	
	.parallax_mobile{
		font-size: 16px;
	}
	
	.radio{
		padding: 6px 12px;
    	font-size: 15px;
    	height: auto;
    	line-height: 26px;
	}
	
	.barra{
		margin-bottom: 20px;
	}
	
	.tituloprograma{
		font-size: 30px;
	}
	
	.sub_tituloprograma{
		font-size: 14px;
	}
	
	.termos-head{
		font-size: 18px;
	}
	
	.title_termos{
		font-size: 14px;
	}
	
	.text_termos{
		font-size: 12px;
		text-align: justify;
	}
}

@media(max-width: 376px) and (max-height: 813px){
	body{
		padding: 0;
	}
	
	.aviso-cookies{
		margin-left: 0!important;
	}
	
	#page1{
		height: 100vh;
	}
	
	.navbar-brand .logo{
		width: auto;
		height: 40px;
	}
	
	.navbar-default .navbar-toggle{
		font-size: 50px!important;
		line-height: 50px!important;
		padding: 10px 0px!important;
	}
	
	#texto_header_mobile{
		position: absolute;
    	top: 15%;
	    transform: inherit;
    	-ms-transform: inherit;
	    -webkit-transform: inherit;
    	z-index: -1;
	    left: 0;
    	right: 0;
	    margin: 0 auto;
    	text-align: center;
	}
	
	#div_img_mobile{
		position: absolute;
	    top: 30%;
    	transform: inherit;
    	left: 0;
    	right: 0;
	}
	
	.controllers{
		bottom: 40px;
	}
	
	.seccao{
		margin-top: 40px;
	}
	
	.subseccao{
		margin-top: 20px;
	}
	
	.beneficios_row2{
		margin-top: 0px;
	}
	
	.titulo{
		font-size: 32px;
	}
	
	.tituloprograma{
		font-size: 24px;
	}
	
	.sub_titulo{
		font-size: 16px;
	}
	
	.sub_tituloprograma{
		font-size: 13px;
	}
	
	.refeicoes1{
		font-size: 18px;
	}
	
	.form-control{
		font-size: 12px;
	}
	
	.radio{
		padding: 6px 12px;
    	font-size: 12px;
    	height: auto;
    	line-height: 26px;
	}
	
	.barra{
		margin-bottom: 20px;
	}
	
	.termos-head{
		font-size: 18px;
	}
	
	.title_termos{
		font-size: 14px;
	}
	
	.text_termos{
		font-size: 12px;
		text-align: justify
	}
}

@media(max-width: 321px) and (max-height: 569px){
	h1{
		font-size: 24px;
	}
	
	#div_img_mobile{
		text-align: center;
	}
	
	#img_mobile{
		width: 90%;
	}
	
	.titulo{
		font-size: 26px;
	}
	
	.sub_titulo{
		font-size: 11px;
	}
	
	.form-control{
		font-size: 10px;
	}
	
	.radio{
		padding: 6px 10px;
    	font-size: 10px;
    	height: auto;
    	line-height: 17px;
	}
	
	.barra{
		margin-bottom: 20px;
	}
	
	.parallax_mobile{
		font-size: 12px;
	}
	
	.tituloprograma{
		font-size: 19px;
	}
}

@media(max-height:600px){
	body{
		padding: 0;
	}
	
	.aviso-cookies{
		margin-left: 0!important;
	}
	
	#page1{
		height: 100vh;
	}
	
	#background-header{
		width: 45%;
	}
	
	#circle{
		
	}
	
	#img2{
		
	}
	
	#img3{
		
	}
	
	#img4{
		
	}
	
	.controllers{
		bottom: 40px;
	}
}

