body, html {
	height: 100%;
}
body {
	cursor: default;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #240504;
}
h1 {
    font-size: 58px;
    line-height: 80px;
    text-align: left;
    color: white;
}
h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}
h3 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}
label {
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 25px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
}
.section {
    height: 100%;
	padding: 50px 0;
    display: table;
    width: 100%;
}
.section > div {
	height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.widcon {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
}
.centered {
	display: inline-block;
	margin: 0 auto;
}
.case-logo {
	margin-bottom: 40px;
}
.title {
	font-size: 37px;
	margin-bottom: 90px;
}
.normal-text {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}
.form-control {
    color: #240504;
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 20px !important;
	line-height: 34px !important;
	font-weight: 300 !important;
	margin-bottom: 30px !important;
	padding: 0 0 10px 0 !important;
	width: 100%;
}
	.form-control:focus {
		border-color: #240504;
	}
.pad40 {
	padding-left: 40px;
	padding-right: 40px;
}
.close {
	font-size: 33px;
	margin-right: 6px;
}
.title {
	font-size: 36px;
	margin-bottom: 40px;
}
.modal-dialog {
	max-width: 960px;
}
.modal-header {
    border-bottom: 0;
}
.modal-content {
	border-radius: 0;
}
.modal-body {
    padding: 0;
}
.modal-footer {
    margin-top: 0;
    padding: 10px 20px 20px;
    text-align: center;
    border-top: 0;
}
.navbar-default {
    border: none;
}
.header {
    position: fixed;
    background-color: transparent;
    color: #F8F8F8;
    height: 80px;
    font-weight: 800;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.header .navbar-default, .header .navbar-brand  {
    min-height: 80px;
    color: #F8F8F8;
    font-size: 24px;
    line-height: 50px;
    font-weight: 800;
}
.header .navbar-default, .header .navbar-brand:hover {
    color: #FFCE00;
}
.header .navbar-nav>li>a {
    min-height: 80px;
    color: #F8F8F8;
    font-size: 16px;
    line-height: 50px;
}
.header .navbar-nav>li>a:hover {
    color: #FFCE00;
}

.header.shrink {
    height: 50px;
    background-color: #F8F8F8;
    color: #240504;
}
.header.shrink .navbar-default, .header.shrink .navbar-brand  {
    min-height: 50px;
    color: #240504;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
}
.header.shrink .navbar-default, .header.shrink .navbar-brand:hover {
    color: #F12519;
}
.c1 {
    color: #FFCE00 !important;
}
.c2 {
    color: #F12519 !important;
}
.header.shrink .navbar-nav>li>a {
    height: 20px;
    line-height: 20px;
    background-color: #F8F8F8;
    color: #240504;
}
.header.shrink .navbar-nav>li>a:hover {
    color: #F12519;
}
.navbar-default .navbar-toggle {
	display: none;
}

.inicio-container h1 {
	padding-left: 10px;
}
#inicio{
	background-image: url("../../assets/img/mainbg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}
#logo-img {
	height: 50px;
}
#logo-img, #logo-text {
	float: left;
	color: white;
}
.shrink > .container > .navbar-header > #logo-text {
	color: #240504;
}
#slogan {
	font-size: 280%;
	margin-top: 20px;
}
#quem {
	background-image: url("../../assets/img/quemsomos.jpg");
	background-size: cover;
    color: #240504;
}
	#intro-text {
		text-align: left;
		margin: 30px 0;
	}
	#intro-text h2{
		text-align: left;
	}
    #intro-text .normal-text p{
        margin: 0 auto 10px auto;
        max-width: 100%;
    }

#oque {
	background-image: url("../../assets/img/oquefazemos.jpg");
    color: white;
	-webkit-background-size: cover;
	background-size: cover;
}
	#service-text {
		text-align: left;
	}
	#service-text h2{
		text-align: center;
		margin-bottom: 120px;
	}
	#service-text .normal-text p{
		max-width: 100%;
		font-size: 24px;
	}

#faleconosco {
	background-color: #F8F8F8;
    color: #240504;
}
	#faleconosco h2 {
		margin-bottom: 75px;
	}
	#btn-enviar, #btn-enviar:visited {
        background-color: transparent;
        border: 1px solid;
		border-radius: 0;
        width: 180px;
		margin-top: 40px;
	}
		#btn-enviar:hover {
			background-color: #FFFFFF;
			color: #240504;
		}
	#btn-entendi, #btn-entendi:visited {
        border: 3px solid #F8F8F8;
        width: 180px;
		background-color: #fff;
		float: left;
        margin: 20px 0 0 0;
	}
		#btn-entendi:hover {
			background-color: #F8F8F8;
			color: #240504;
		}

.contato-container {
	display: table;
	padding: 35px;
}

.contato-container > div{
	display: table-cell;
	vertical-align: middle;
}

#contato {
    background-color: #E8E8E8;
    color: #240504;
	padding: 0;
}

	#contato > div {
		vertical-align: bottom;
	}

	.table-contato tr {
		height: 35px;
	}

	.table-contato td {
		padding-right: 10px;
	}

	.table-contato p, span {
		margin: 0;
		line-height: 16px;
		font-size: 20px;
	}

    #contato h3 {
        margin-top: 15px;
    }

	#contato p, span, h3 {
		text-align: left;
	}

	.contato-phone {
		margin-bottom: 30px;
	}

	.contato-phone .title{
		margin-bottom: 0;
	}

		.phone, .email {
			margin: 0 auto;
			width: 250px;
		}

		.phone, .email span{
			float: left;
		}

	.contato-address p{
		line-height: 16px;
		font-size: 20px;
	}

	.contato-address .title {
		margin-bottom: 20px;
	}

.map-container {
	padding-right: 0;
}

#map {
	width: 100%;
	height: 1px;
}

#address {
	margin-top: 10px;
}



/* iPhone 4 and 5 */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	h1 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 150px;
	}
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.normal-text {
		font-size: 18px;
	}
	#inicio {
		background-position: 30%;
	}
	#inicio .col-xs-6 {
		width: 70%;
	}
	#quem {
		background-size: inherit;
	}
	#service-text h2{
		margin-bottom: 0;
		text-align: left;
	}
	#service-text .normal-text p{
		font-size: 18px;
		text-align: left;
	}
	#faleconosco .title {
		margin-bottom: 0;
	}
	#faleconosco h2 {
		text-align: left;
		font-size: 25px;
		margin-bottom: 40px;
	}
	#faleconosco .form-group {
		height: 80px;
	}
	#faleconosco #btn-enviar {
		margin-top: 100px;
	}
	.form-group {
		margin-bottom: 0;
	}
	#contato {
		display: block;
	}
	#contato h3 {
		font-size: 32px;
		line-height: 30px;
	}
	.contato-phone .title {
		margin-bottom: 18px;
	}
	.contato-container {
		padding: 65px 15px 20px 15px;
		display: block;
	}
	.contato-address p {
		line-height: 12px;
		font-size: 14px;
	}
	.table-contato p, span {
		line-height: 12px;
		font-size: 16px;
	}
	.table-contato tr {
		height: 25px;
	}
	.map-container {
		padding: 0;
	}
	#map {
		height: 120px;
	}
}

/*iPhone 6*/
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	h1 {
		font-size: 48px;
		line-height: 58px;
		margin-bottom: 150px;
	}
	h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.normal-text {
		font-size: 18px;
	}
	#inicio {
		background-position: 30%;
	}
	#inicio .col-xs-6 {
		width: 70%;
	}
	#quem {
		background-size: inherit;
	}
	#service-text h2{
		margin-bottom: 0;
		text-align: left;
	}
	#service-text .normal-text p{
		font-size: 18px;
		text-align: left;
	}
	#faleconosco .title {
		margin-bottom: 0;
	}
	#faleconosco h2 {
		text-align: left;
		font-size: 30px;
	}
	#faleconosco .form-group {
		height: 80px;
	}
	#faleconosco #btn-enviar {
		margin-top: 100px;
	}
	.form-group {
		margin-bottom: 0;
	}
	#contato {
		display: block;
	}
	#contato h3 {
		font-size: 32px;
		line-height: 30px;
	}
	.contato-phone .title {
		margin-bottom: 18px;
	}
	.contato-container {
		padding: 65px 15px 20px 15px;
		display: block;
	}
	.contato-address p {
		line-height: 12px;
		font-size: 14px;
	}
	.table-contato p, span {
		line-height: 12px;
		font-size: 16px;
	}
	.table-contato tr {
		height: 25px;
	}
	.map-container {
		padding: 0;
	}
	#map {
		height: 120px;
	}
}

/*iPhone 6+*/
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {
	h1 {
		font-size: 55px;
		line-height: 65px;
		margin-bottom: 150px;
	}
	h2 {
		font-size: 40px;
		line-height: 46px;
	}
	.normal-text {
		font-size: 22px;
	}
	#inicio {
		background-position: 30%;
	}
	#inicio .col-xs-6 {
		width: 70%;
	}
	#quem {
		background-size: inherit;
	}
	#service-text h2{
		margin-bottom: 0;
		text-align: left;
	}
	#service-text .normal-text p{
		font-size: 22px;
		text-align: left;
	}
	#faleconosco .title {
		margin-bottom: 0;
	}
	#faleconosco h2 {
		text-align: left;
		font-size: 34px;
		margin-bottom: 68px;
	}
	#faleconosco .form-group {
		height: 80px;
	}
	#faleconosco #btn-enviar {
		margin-top: 100px;
	}
	.form-group {
		margin-bottom: 0;
	}
	#contato {
		display: block;
	}
	#contato h3 {
		font-size: 32px;
		line-height: 30px;
	}
	.contato-phone .title {
		margin-bottom: 18px;
	}
	.contato-container {
		padding: 65px 15px 20px 15px;
		display: block;
	}
	.contato-address p {
		line-height: 12px;
		font-size: 14px;
	}
	.table-contato p, span {
		line-height: 12px;
		font-size: 16px;
	}
	.table-contato tr {
		height: 25px;
	}
	.map-container {
		padding: 0;
	}
	#map {
		height: 120px;
	}
}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 800px)
and (orientation: portrait) {
	.contato-container {
		padding: 95px 15px 20px 15px;
		display: block;
	}
	.contato-address p {
		line-height: 13px;
		font-size: 18px;
	}
	.table-contato p, span {
		line-height: 12px;
		font-size: 18px;
	}
}

@media only screen
and (min-device-width: 801px)
and (max-width: 991px) {
	#inicio .col-xs-6 {
		width: 30%;
	}
	.contato-container {
		height: 400px;
		margin-bottom: 50px;
	}
	.map-container {
		width: 100%;
		padding: 0;
	}
}

@media only screen
and (min-device-width: 992px)
and (max-width: 1044px) {
	.map-container {
		width: 55%;
	}
}

@media only screen
and (min-device-width: 1045px)
and (max-width: 1160px) {
	#inicio .col-xs-6 {
		width: 42%;
	}
	.map-container {
		width: 60%;
	}
}

@media only screen
and (min-device-width: 1161px)
and (max-width: 1250px) {
	h1 {
		font-size: 52px;
	}
	.map-container {
		width: 64%;
	}
}