@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@font-face {
    font-family: 'Gotham-Book';
    src: url("../Gotham-Book.ttf") format("truetype");
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url("../Gotham-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'Gotham-Black';
    src: url("../Gotham-Black.ttf") format("truetype");
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url("../Gotham-Medium.ttf") format("truetype");
}
@font-face {
    font-family: 'Gotham-Thin';
    src: url("../Gotham-Thin.ttf") format("truetype");
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body{
	background-color: #041535;
	overflow-x: hidden;
	position: relative;
}


header{
	color: #041535;
	font-family: 'Gotham-Bold';
    font-weight: bold;
	font-size: 16px;
    width: 100%;
    z-index: 100;
}
header .contrate{
	background-color: #38bdbf;
	color: #fff;
}
.bg-white{
	background-color: #fff;
	border:0px;
}
.center{
	text-align: center;
}
.mt20{
	margin-top: 20px;
}
.navbar {
    min-height: 70px;
    margin-bottom: 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>li>a {
	color: #041535;
	background-color: transparent;
	margin-top: 10px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	color: #041535;
	background-color: transparent;
	text-decoration: underline;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #041535;
}
.navbar-toggle{
	margin-top: 20px
}
.fone{
	color: #041535;
	font-size: 16px;
	font-family: 'Gotham-Book';
	padding-left: 50px;
	line-height: 65px;
	margin-right: 25px;
}
.fone span{
	color: #041535;
	font-size: 24px;
	font-family: 'Gotham-Bold';
	font-weight: bold;	
}


section.home{
	background-image: url("/javax.faces.resource/portaldoholerite/img/logo/bg-home.png.xhtml");
	background-size: cover;
	height: 962px;
	background-repeat: no-repeat;

}
.title-home{
	margin-top: 330px;
	font-family: 'Gotham-Black';
	font-size: 34px;
	color: #fff;
}
.description-home{
	font-family: 'Roboto', sans-serif;
	color: #38bdbf;
	font-size: 20px;
}

.scroll-home{
	font-family: 'Gotham-Bold';
    font-weight: bold;
	color: #fff;
	margin-top: 50px;
	font-size: 14px;
}

/*    PAGE CONHEÇA   */
.conheca{
	background-image: url("/javax.faces.resource/portaldoholerite/img/logo/bg-conheca.jpg.xhtml");
	background-size: cover;
	min-height: 400px;
}


.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	margin:0px auto;
}

.carousel-caption{
	top: 100px;
	bottom: auto;
	right: 30%;
    left: 30%;
}
.carousel-caption h3{
	background-color: #38bdbf;
    color: #fff;
    font-family: 'Gotham-Black';
    max-width: 400px;
    margin: 0px auto;
    padding: 8px;
}
.carousel-caption h2{
    color: #fff;
    font-family: 'Gotham-Bold';
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 20px;
}
.carousel-caption p{
	font-family: 'Gotham-Thin';
	margin-top: 40px;
	text-transform: uppercase;
}

/*  PAGE COMO FUNCIONA  */

.como-funciona{
	background-image: url("/javax.faces.resource/portaldoholerite/img/logo/bg-como.jpg.xhtml");
	background-size: cover;
	height: 719px;
	padding-top: 30px;
}
.como-funciona h3{
	font-family: 'Gotham-Black';
	font-size: 18px;
	color: #fff;
	background-color: #041535;
	max-width: 500px;
	padding:10px;
	text-align: center;
}
.como-funciona p{
	color: #737373;
	font-family: 'Gotham-Book';
	font-size: 18px;
	margin-top: 20px;
	text-align:justify;
}
.como-funciona p img{
	padding: 15px;
}
.como-funciona h4{
	color: #3e3e3e;
	font-family: 'Gotham-Bold';
    font-weight: bold;
	font-size: 16px;
}


/*  PAGE SOLUÇÃo  */

.solucao{
	background-image: url("/javax.faces.resource/portaldoholerite/img/logo/bg-solucoes-v3.jpg.xhtml");
	background-size: cover;
	height: 638px;
	padding-top: 250px;
}
.pull-right{
	text-align: right;
}
.solucao h3{
	font-family: 'Gotham-Black';
	font-size: 18px;
	color: #fff;
	background-color: #38bdbf;
	max-width: 300px;
	padding:10px;
	text-align: center;
    float: right;
}
.solucao p{
	color: #737373;
	font-family: 'Gotham-Book';
	font-size: 15px;
	margin-top: 20px;
}
.solucao h2{
	font-family: 'Gotham-Book';
	color:#737373;
	font-size: 24px;
	text-transform: uppercase;
}
.solucao h5{
	color: #737373;
	font-family: 'Gotham-Bold';
    font-weight: bold;
	font-size: 12px;
}

/*    CONTATO   */

.contato{
	background-image: url("/javax.faces.resource/portaldoholerite/img/logo/bg-contato.jpg.xhtml");
	background-size: cover;
	height: 610px;
}
.contato h2{
	color: #fff;
	margin-top: 100px;
	font-family: 'Gotham-Black';
	font-size: 22px;
	text-transform: uppercase;
}
.contato p{
	font-family: 'Gotham-Thin';
	color: #fff;
}

.contato textarea{
	width: 100%;
}

.form-control::placeholder{
	color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 0px;
    border-bottom: 2px solid #38bdbf;
}
.form-control:focus {
    border-color: #38bdbf; 
    outline: 0;
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.btn, .btn:hover{
	background-color: #38bdbf;
	color: #fff;
	border-radius: 0px;
	font-family: 'Gotham-Bold';
    font-weight: bold;
}


/*   FOOTER    */


footer{
	padding: 40px 0px;
	color: #fff;
}

footer .localizacao{
	font-family: 'Gotham-Book';
	font-size: 12px;
	
}
footer .localizacao b{
	font-family: 'Gotham-Bold';
    font-weight: bold;
	text-transform: uppercase;
}


footer .atendimento{
	font-family: 'Gotham-Book';
	font-size: 12px;	
}
footer .atendimento b{
	font-family: 'Gotham-Bold';
    font-weight: bold;
	text-transform: uppercase;
	color: #38bdbf;
}
footer .atendimento .maior{
	font-size: 14px;
}

.copy{
	background-color: #000612;
	color:#fff;
	font-size: 10px;
	padding: 5px;
	text-transform: uppercase;
	font-family: 'Gotham-Book';
}

@media (max-width: 520px){
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
		border: 0px;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
		background-color: #fff;
	}
	.title-home {
	    margin-top: 240px;
	    font-size: 26px;
	}
	.fone{
		padding-left: 15px;
		margin-right: 0px;
	}
	section.home{
		background-position-x: -85px;
		height: 490px;
	}
	.description-home{
		font-size: 18px
	}
	.carousel-caption h3{
		font-size: 16px;
	}
	.carousel-caption h2 {
	    margin-top: 15px;
	    font-size: 14px;
	}
	.carousel-caption p{
		margin-top: 15px;
		font-size: 11px;
	}
	.carousel-caption {
	    top: 10px;
	    bottom: auto;
	    right: 15%;
	    left: 15%;
	}
	.como-funciona {
	    height: 800px;
	    padding-top: 50px;
	    background-position-x: -240px;
	}
	.solucao{
		padding-top: 80px;
		height: 520px;
		background-position-x: -450px;
	}
	footer .atendimento{
		margin-top: 20px;
	}
	footer .localizacao{
		margin-top: 20px;
	}
	footer{
		text-align: center;
	}

}











