/* Global ************************************************** */

body {
	margin: 0;
	color: #979797;
	font-family: 'Roboto',sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #979797;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

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

.container{

}

@media (min-width: 1290px){
	.container {
		width: 1260px;
	}
}


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

/* Menu ************************************************** */

.menu{
	background: #FF7F44;
	width: 100%;
	padding: 13px 0;
	z-index: 1000;
	transition: background 0.2s;
}

@media (min-width: 992px) {
	.menu{
		background: transparent;
	}
}

.menu.stuck {
	position:fixed;
	top:0;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
}

.sticky-wrapper{
	margin-top: 1px;
}

@media (min-width: 992px) {
	.sticky-wrapper{
		margin-top: 50px;
	}
}

.menu-logo{
	margin-right: 60px;
	padding: 6px 0;
}

.menu-logo a{
	display: block;
	height: 28px;
	width: 123px;
}

.menu-logo img {
	height: 28px;
	width: 123px;
	display: block;
	position: absolute;
}

.menu-logo img.normal{
	opacity: 1;
}

.menu-logo img.inverted{
	opacity: 0;
}

.menu.stuck .menu-logo img.normal{
	opacity: 0;
}

.menu.stuck .menu-logo img.inverted{
	opacity: 1;
}

.menu-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-list li{
	position: relative;
	display: block;
	float: left;
}

.menu li a{
	display: block;
	padding:0 7px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	transition: color 0.2s;
}

@media (min-width: 1200px) {
	.menu li a{
		padding:0 14px;
	}
}

.menu.stuck li a{
	color: #979797
}

.button-login{
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
	border-radius: 2px;
	width: 114px;
	height: 40px;
	color: #7F7F7F !important;
	line-height:40px;
	text-align: center;
	float: right;
	font-weight: 300;
	transition: background 0.2s;
}

.menu.stuck .button-login{
	background: #FF7F44;
	color: #fff !important;
}

.menu-toggle{
	display: inline-block;
	float: right;
}
.menu-toggle span{
	display: inline-block;
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	padding: 7px 0 7px 7px;
}

.menu.stuck .menu-toggle span{
	color: #FF7F44;
}

.menu-mobile{
	display: none;
	position: absolute;
	background: #FF7F44;
	z-index: 1000;
	width: 100%;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.34);
	transition: background 0.2s;
}

.menu.stuck .menu-mobile{
	background: #fff;
}

.menu-list-mobile{
	margin: 0;
	padding: 15px 0;
	list-style: none;
}

.menu-list-mobile li{
	margin: 0;
	padding: 0;
}

.menu-list-mobile .button-login{
	float: none;
	margin: 10px 0;
}

/* Header ************************************************** */

header{
	margin-top:69px;
	margin-bottom: 10px;
}

.header-logo img{
	height: 28px
}

header .button-login{
	background: #FF7F44;
	color: #fff !important;
}

/* Hero ************************************************** */

.hero{
	margin-top: 0;
}

@media (min-width: 992px) {
	.hero{
		margin-top: -116px;
	}
}

/* Hero Home ************************************************** */

.hero-home{
	padding: 55px 0 70px;
	background: #FF7F44 url(../img/common/hero-home.png) center center no-repeat;
}

@media (min-width: 768px) {
	.hero-home{
		padding: 180px 0 95px;
	}
}

.hero-home-title{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.hero-home-title{
		font-size: 65px;
		padding-left: 30px;
		padding-top: 25px;
		max-width: 510px;
	}
}

.hero-home-lead{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	font-weight: 300;
	max-width: 555px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.hero-home-lead{
		margin-left: 30px;
		margin-bottom: 60px;
		font-size: 20px;
	}
}

.hero-home-image{
	margin-left: -20px;
}

@media (min-width: 768px) {
	.hero-home-image{
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.hero-home-image{
		position: absolute;
		z-index: 10;
	}
}

.hero-home .download-button-group{
	margin-bottom: 60px;
	/*text-align: center;*/
}

@media (min-width: 992px) {
	.hero-home .download-button-group{
		margin-bottom: 0;
	}
}

.hero-home .download-button {

}

@media (min-width: 768px) {
	.hero-home .download-button {
		margin-left: 30px;
	}
}

@media (min-width: 1200px) {
	.hero-home .download-button {
		margin-left: 70px;
	}
}

.hero-home .download-button img{
	max-width: 45%;
	margin: 0 2%;
}
@media (min-width: 992px) {
	.hero-home .download-button img{
		margin:0;
	}
}

/*  Swiper ************************************************** */

.swiper-container {
	width: 100%;
	/*height: auto*/
	padding-bottom: 50px;
}

.swiper-slide{
	background: #fff;
}

.swiper-slide img{
	max-height: 300px;
}

@media (min-width: 768px) {
	.swiper-slide img{
		max-height: inherit;
	}
}

.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #B3B3B3;
	opacity: 1
}

.swiper-pagination-bullet-active{
	background: #FF7F44
}

.swiper-button-next, .swiper-button-prev{
	width: 20px;
	background-size: contain;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FF7F44'%2F%3E%3C%2Fsvg%3E");	
	left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FF7F44'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}



/*  Sections ************************************************** */

.section-home{
	padding: 70px 0 25px 0;
	text-align: center;
}

@media (min-width: 768px) {
	.section-home {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.section-home {
		padding: 180px 0 55px 0;
	}
}

.section-home h2{
	font-weight: 700;
	color: #ff8556; 
	line-height: 1.15;
	font-size: 40px;
	padding-bottom: 30px
}

@media (min-width: 768px) {
	.section-home h2{
		font-size: 70px;
	}
}

.section-title-big{
	font-size: 90px;
}

@media (min-width: 992px) {

}

.section-home h3{
	font-weight: 500;
	font-size: 20px;
	color: #7F7F7F;
	line-height: 16px;
	line-height: 1.6;
	padding-bottom: 30px
}

@media (min-width: 768px) {
	.section-home h3{
		font-size: 25px;
	}
}

.section-home p{
	line-height: 1.75;
	padding-bottom: 30px;
	font-size: 16px;
	color: #979797;
	font-weight: 300;
}

@media (min-width: 768px) {
	.section-home p{
		font-size: 20px;
	}
}

.section-image{
	text-align: center;
}

.section-home-center h2{
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	.section-home-center h2{
		padding-bottom: 80px;
		text-align:center;
	}
}

.section-lists h2{

}
@media (min-width: 768px) {
	.section-lists h2{
		padding-bottom: 40px;
	}
}

.section-lists h3{
	text-align: center;
}

.section-lists-icon{
	text-align: center;
	padding: 0 0 30px 0;
}

@media (min-width: 768px) {
	.section-lists-icon{
		padding: 30px 0;
	}
}

.section-lists ul{
	padding: 0;
	margin: 0;
	padding-bottom: 65px;
}
.section-lists ul li{
	text-align: center;
	list-style: none;
	line-height: 1.75;
	font-size: 16px;
	color: #B3B3B3;
	font-weight: 300;
	font-size: 16px;
}
@media (min-width: 768px) {
	.section-lists ul li{
		font-size: 18px;
	}
}

.section-background-image{
	padding: 80px 0;
	background-image: url(../img/common/image-family.jpg);	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
@media (min-width: 768px) {
	.section-background-image{
		padding: 180px 0;
	}
}

.section-background-image h2{
	color: #fff;
	font-weight: 300;
	font-size: 25px;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.section-background-image h2{
		font-size: 45px;
	}
}

.section-background-color{
	background: #FF7F44;
	padding: 75px 0;
	text-align: center;
}

.section-background-color h2{
	color: #fff;
	font-weight: 300;
	font-size: 25px;
	max-width: 730px;
	margin: 0 auto;
	line-height: 1.3;
	padding-bottom: 30px
}

@media (min-width: 768px) {
	.section-background-color h2{
		font-size: 45px;
		padding-bottom: 50px
	}
}

.section-background-color p{
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.section-background-color p{
		font-size: 20px;
	}
}

.section-background-color .download-button-group{
	padding: 30px 0;
	/*text-align: center;*/
}

@media (min-width: 992px) {
	.section-background-color .download-button-group{
		padding: 50px 0;
	}
}

.section-background-color .download-button img{
	max-width: 45%;
	margin: 0 2%;
}

@media (min-width: 992px) {
	.section-background-color .download-button img{
		margin: 0 20px;
	}
}

/* Page ************************************************** */

.hero-page{
	height: 280px;
}

@media (min-width: 768px) {
	.hero-page{
		height: 360px;
	}
}

@media (min-width: 992px) {
	.hero-page{
		height: 696px;
	}
}

.hero-about{
	background: url(../img/common/hero-about.jpg) top fixed no-repeat;
	background-size: cover;
}

.page{
	background:#fff;
	border-radius: 5px;
	padding: 40px 20px 20px 20px;
}

.page-hero{
	margin-top: -160px;
}

@media (min-width: 768px) {
	.page{
		padding: 70px 20px 20px 20px;
	}
}

@media (min-width: 992px) {
	.page{
		padding: 100px 20px 40px 20px;
	}
}

.page h1{
	color: #9B9B9B;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	padding-bottom: 30px;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.page h1{
		font-size: 65px;
		padding-bottom: 80px;
	}
}

.page h2{
	color: #9B9B9B;
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	padding-bottom: 30px;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.page h2{
		font-size: 30px;
		padding-bottom: 80px;
	}
}

.page p{
	color: #8C8B8B;
	font-weight: 300;
	line-height: 1.7;
	margin: 0;
	font-size: 16px;
	padding-bottom:30px;
}

@media (min-width: 992px) {
	.page p{
		font-size: 20px;
	}
}

/*  Footer ************************************************** */

footer{
	padding: 50px 0 30px 0;
	color: #B3B3B3;
	font-weight: 300;
}

footer p{
	line-height: 2;
	margin-bottom: 30px
}

@media (min-width: 992px) {
	footer p{
		margin-bottom: 0;
	}
}

footer a{
	color: #B3B3B3;
	font-weight: 300;
	line-height: 2;
}

.footer-header{
	padding-bottom: 30px;
}

.logo-footer img{
	height: 28px;
	margin-bottom: 20px;
}

.copy{
	text-align: center;
	padding: 60px 0 0 0;
	color: #7F7F7F;
	font-size: 14px;
}



/***** MODAL PROPERTIES *****/

.imagem-modal {
    cursor: pointer;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:transparent;
    border:none;
    outline:none;
}

.modal-content iframe {
	border:none;
	padding:0;
    margin:0;		   
}

.close {
	font-size: 80px;
	margin:-20px 0 0 0;
}

/***** MEDIA QUERIES *****/
@media only screen and (max-width: 641px) {
/***** MODAL PROPERTIES *****/
.modal-body {
    height:100px;
	padding:0;
	margin: 0;
}

.modal-content {
	padding:0;
	margin: 0;
}

.modal-dialog {
    position: relative;
	width: auto;

	margin: 15px;
}

.close {
	margin:-12px 0 0 0;
    }
}

@media only screen and (min-width: 768px) {
/***** MODAL PROPERTIES *****/
.close {
	font-size: 80px;
	margin:30px -43px -20px 100px;
	 }
}