/** Css da Fantastsoft **/

/* Geral */
body{
	font-family: "Montserrat", sans-serif;
}
.navbar{
	margin-bottom: 0px;
	border-radius: 0px;
}
.clear{
	clear: both;
}
/* Fim - Geral */

/* Header */
.navbar-brand{
	margin-top: 20px;
	padding: 0px;
}
.navbar-brand img{
	max-width: 200px;
}
.navbar-right li{
	padding: 45px 30px;
}
.navbar ul li h4{
	font-size: 20px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar ul li h5{
	font-size: 10px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 5px;
}
.navbar-right .row{
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar-right .col-md-9{
	padding: 0px;
}
.nav>li>a{
	font-size: 14px;
	padding: 15px 30px;
}
/* Fim - Header */

/* introFantast */
#introFantast{
	background-image: url('../images/fundointro.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#introFantast .container{
	display: flex;
	align-items: center;
	min-height: 65vh;
}
#introFantast h2{
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	margin-top: 0px;
	margin-bottom: 25px;
}
#introFantast p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
}
#introFantast a{
	font-weight: 700;
	font-size: 16px;
	color: #000;
	display: inline-block;
	text-align: center;
	max-width: 240px;
	border: 2px solid #fff;
	width: 100%;
	background-color: #fff;
	padding: 18px 0px;
	border-radius: 50px;
}
/* Fim - introFantast */



/* qualidadesFantast */
#qualidadesFantast{
	padding: 50px 0px;
}
#qualidadesFantast h2{
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 60px;
}
#qualidadesFantast h5{
	font-size: 11px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 900;
	color: #07C8F9;
}
#qualidadesFantast .row{
	display: flex;
	align-items: center;
}
#qualidadesFantast .col-md-6{
	margin-bottom: 15px;
	margin-top: 15px;
}
#qualidadesFantast .boxesHome h4{
	font-size: 19px;
	font-weight: 700;
	margin-top: 15px;
}
#qualidadesFantast .boxesHome p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: 400;
}

/* Fim - qualidadesFantast */


#servicosHome{
	padding: 60px 0px;
	background-color: #F9F9F9;
}
#servicosHome h2{
	font-size: 50px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 35px;
}
#servicosHome h5{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	color: #07C8F9;
}

.accordion {
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
	outline: none;
	font-weight: 600;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
    font-size: 12px;
	transition: 0.4s;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}
.accordion img{
	padding-right: 10px;
}
.active, .accordion:hover {
    background-color: #fff;
}
.active + .panel{
	transition: 0.2s;
	padding-top: 15px;
}
.active{
	color: #07C8F9;
}
.panel {
	box-shadow: none;
    padding: 0 18px;
	transition: 0.2s;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}





/* clientes */
#clientes{
	padding: 60px 0px;
}
#clientes h2{
	text-align: center;
	font-size: 25px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 40px;
}
#clientes h3{
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 0px;
	letter-spacing: 1px;
	color: #07C8F9;
}
.logotipos{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
/* Fim - clientes */


/* contato */
#contato{
	background-color: #F9F9F9;
	padding: 50px 0px;
}
#contato h2{
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 40px;
}
#contato h3{
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	color: #07C8F9;
}
#contato input{
	width: 100%;
	font-weight: 600;
	height: 45px;
	padding-left: 15px;
	margin: 10px 0px;
	border: 0px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
#contato textarea{
	font-weight: 600;
	width: 100%;
	padding-top: 15px;
	margin-top: 10px;
	padding-left: 15px;
	border: 0px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
#contato input[type="submit"]{
	max-width: 195px;
	padding: 20px 0px;
	height: auto;
	background-color: #07C8F9;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	border-radius: 50px;
	text-transform: uppercase;
	float: right;
}
/* Fim - contato */




/* Footer */
footer{
	color: #000;
}
section#rodape{
	padding-top: 40px;
	padding-bottom: 40px;
}
#logoJuFooter{
	float: left;
	margin-right: 15px;
}
#direitos{
	font-size: 11px;
	font-weight: 300;
	margin-top: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
#direitos img{
	margin-right: 10px;
	max-width: 200px;
}
#endereco-contato{
	font-size: 13px;
	font-weight: 300;
	margin-top: 10px;
}
#telefone-contato{
	font-size: 15px;
	font-weight: 700;
	margin-top: 10px;
}
#email-contato{
	font-size: 15px;
	font-weight: 700;
	margin-top: 10px;
}
#botoes-redes-rodape .botoes-redes{
	float: left;
}
#botoes-redes-rodape .botoes-redes:nth-child(1){
	margin-right: 15px;
}
.titulo-rodape{
	font-size: 14px;
	font-weight: 700;
}
#mapa-site{
	list-style: none;
	font-size: 12px;
	font-weight: 300;
}
#mapa-site li{
	margin-bottom: 15px;
}
#mapa-site li a{
	font-size: 11px;
	text-decoration: none;
	color: #000;
	transition: 0.2s;
}
#mapa-site li a:hover{
	text-decoration: underline;
}
#botoes-redes-rodape .redes-Sociais a:hover{
	text-decoration: none;
}
#botoes-redes-rodape .redes-Sociais a:hover .fa{
	color: #ccc;
	transition: 0.2s;
}
.redes-Sociais{
	list-style: none;
	padding-left: 0px;
}
.redes-Sociais li{
	display: inline-block;
}
.redes-Sociais .fa{
	color: #000;
	transition: 0.2s;
	margin-right: 10px;
	font-size: 22px;
}
/* Fim - Footer */




/* Page Empresa */
#introEmpresa{
	background-image: url('../images/fundo-empresa.jpg');
	background-position: center;
	background-size: cover;
}
#introEmpresa{
	color: #fff;
}
#introEmpresa h1{
	font-size: 60px;
	margin-top: 0px;
	font-weight:700;
	margin-bottom: 0px;
}
#introEmpresa p{
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #fff;
}
#introEmpresa .container{
	min-height: 60vh;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#quemSomos{
	padding: 80px 0px;
}
#quemSomos .row{
	display: flex;
	align-items: center;
}
#quemSomos h2{
	font-size: 50px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}
#quemSomos h3{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 0px;
	letter-spacing: 1px;
	color: #07C8F9;
}
#quemSomos p{
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
#carreira{
	background-image: url('../images/fundocarreira.jpg');
	background-position: center;
	background-size: cover;
	padding: 80px 0px;
}
#carreira h2{
	font-size: 38px;
	font-weight: 700;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 20px;
}
#carreira h3{
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 0px;
	letter-spacing: 1px;
	color: #07C8F9;
}
#carreira p{
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-weight: 400;
	font-size: 18px;
	max-width: 85%;
	margin: auto;
}
#carreira .row{
	margin-top: 60px;
}
#carreira .box-carreira h4{
	text-align: center;
	font-weight: 700;
	font-size: 19px;
}
#carreira .box-carreira img{
	margin: auto;
}
/* Fim - Page Empresa */


/* Page Servicos */

#introServicos{
	background-image: url('../images/fund-servicos.jpg');
	background-position: center;
	background-size: cover;
}
#introServicos{
	color: #fff;
}
#introServicos h1{
	font-size: 60px;
	margin-top: 0px;
	font-weight:700;
	margin-bottom: 0px;
    text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
}
#introServicos p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #fff;
    text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
}
#introServicos .container{
	min-height: 60vh;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#todosServicos{
	padding: 80px 0px;
}
#todosServicos .box-servicos{
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
#todosServicos .col-md-4{
	margin-bottom: 30px;
}
#todosServicos .textoBox{
	padding: 20px 30px 20px 30px;
	min-height: 360px;
}
#todosServicos .box-servicos img{
	max-height: 250px;
	width: 100%;
}
#todosServicos .textoBox h2{
	font-weight: 700;
	font-size: 25px;
	margin-top: 0px;
}
#todosServicos .textoBox  p{
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000;
}
.dropdownServicos a:hover{
	text-decoration: none;
}
#todosServicos a{
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	background-color: #07C8F9;
	color: #fff;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 10px;
	border: 2px solid transparent;
}
#todosServicos .btn2 a{
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
#todosServicos ul{
	list-style: none;
	padding-left: 0px;
	margin-top: 15px;
}
#todosServicos ul li{
	display: inline-block;
}
/* Fim - Page Servicos */


/* Single Servicos */

#descricaoServicos{
	padding: 40px 0px;
}
#descricaoServicos .thumbServicos{
	height: 350px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#descricaoServicos p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
#descricaoServicos h1{
    font-size: 40px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}
#descricaoServicos .container .linhaPost{
	display: flex;
	align-items: center;
}
/* Fim - Single Servicos */

#headerMeuProjeto img{
	margin: auto;
	padding: 15px 0px;
}


/* Galeria */

#galerias{
    background-color: #F9F9F9;
    padding: 50px 0px;
}
#galerias h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}
.galeriaBoxes{
	color: transparent;
}

 .content-box-resumo{
    min-height: 253px;
}


/** Responsivo **/

@media (max-width: 1200px){
	#introFantast h2{
		font-size: 40px;
	}
	#qualidadesFantast h2{
		font-size: 42px;
	}
	#servicosHome h2{
		font-size: 42px;
	}
	#quemSomos h2{
		font-size: 42px;
	}
	#todosServicos a{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#todosServicos ul li{
		display: block;
	}
	#todosServicos .textoBox h2{
		font-size: 20px;
	}
	#todosServicos .textoBox p{
		font-size: 15px;
	}
	.content-box-resumo{
		min-height: 265px;
	}
}

@media (max-width: 994px){
	.content-box-resumo{
		min-height: auto;
	}
	#todosServicos .textoBox{
		min-height: auto;
	}
	.box-carreira{
		margin-bottom: 20px;
	}
	#introFantast .container {
		display: flex;
		align-items: center;
		min-height: 65vh;
		padding: 20px 0px;
		text-align: center;
		flex-direction: column-reverse;
	}
	#introFantast p{
		text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
	}
	#qualidadesFantast .row{
		flex-direction: column;
	}
	#quemSomos .row{
		flex-direction: column;
	}
	.navbar-brand img{
		max-width: 150px;
	}
	.navbar-right li{
		padding: 25px 15px;
	}
	.navbar-brand{
		margin-top: 2px;
	}
	.navbar ul li h4{
		font-size: 15px;
	}
	#descricaoServicos .container .linhaPost{
		flex-direction: column;
	}
}

@media (max-width: 767px){
	#introFantast h2{
		font-size: 32px;
		margin-top: 10px;
	}
	#introFantast p{
		font-size: 17px;
	}
	#qualidadesFantast h2{
		font-size: 32px;
		margin-bottom: 20px;
	}
	#servicosHome h2{
		font-size: 30px;
	}
	.logotipos{
		flex-direction: column;
	}
	#introEmpresa h1{
		font-size: 50px;
	}
	#introServicos h1{
		font-size: 50px;
	}
	#introServicos p{
		font-size: 17px;
		text-shadow: -2px 1px 2px rgba(255, 255, 255, 0.5);
	}
	#quemSomos h2{
		font-size: 32px;
	}
	#quemSomos p{
		font-size: 16px;
	}
	#quemSomos{
		padding: 40px 0px;
	}
	#carreira h2{
		font-size: 29px;
	}
	#carreira p{
		max-width: 100%;
	}
	#carreira{
		padding-bottom: 40px;
	}
	#todosServicos a{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#todosServicos ul li{
		display: block;
	}
	#todosServicos .textoBox p{
		font-size: 15px;
	}
	#todosServicos .textoBox h2{
		font-size: 22px;
	}
	#descricaoServicos h1{
		font-size: 32px;
	}
	#descricaoServicos .thumbServicos{
		height: 180px;
	}
	#descricaoServicos p {
		font-size: 16px;
	}
	.navbar-right{
		display: none;
	}
	.navbar-brand {
		min-height: 95px;
	}
	.navbar-brand{
		width: 100%;
	}
	.navbar-brand img{
		margin: auto;
		margin-top: 5px;
	}
	#mapa-site{
		padding-left: 0px;
	}
}