@charset "UTF-8";
/* CSS Document */
/*------------------------- Página do Sebrae DataHub--------------*/
@media (min-width: 900px){ #dhub-proposta-de-valor{
	width:100vw;
	margin-left:-25px;
	margin-top:-49px;
	background-color:#0277bd;
	height:40vw;
	background-image:url(http://datasebrae.com.br/wp-content/uploads/2018/11/bg-proposta-de-valor-3.png);
	background-repeat:no-repeat;
	background-size: 100vw;
	
	
}
}
@media (max-width: 899px){ #dhub-proposta-de-valor{
	width:100vw;
	margin-left:-25px;
	margin-top:-49px;
	background-color:#0277bd;
	height:70vw;
	background-image:url(http://datasebrae.com.br/wp-content/uploads/2018/11/bg-proposta-de-valor-3.png);
	background-repeat:no-repeat;
	background-poxition:left;
	
	
}
}

#dhub-objetivo{
	max-width:880px;
	margin:auto;
	text-align:center;
	
}

#dhub-objetivo p{
	font-size:1.4em;
	
	
}

#dhub-objetivo p{
	
	
}

#dhub-painel{
	
	width:100vw;
	height:40vw;
	margin-left:-25px;
background-color:grey;
	
}

#dhub-dados-disponiveis{
	max-width:1150px;
	margin:auto;

	
}

#dhub-dados-disponiveis h2{
	
	padding-top:60px;
	
	
}

#dhub-solicite-acesso{
	margin-top:65px;
	width:100vw;
	margin-left:-25px;
	background-color:#E46D0B;
	background-image:url(http://datasebrae.com.br/wp-content/uploads/2018/11/bg-solicitacao2.png);
	background-repeat:no-repeat;
	background-position:right;
}

#dhub-solicite-acesso h2{
	padding-top:60px;
	
	
}


#dhub-dados-disponiveis1{
	display:flex;
	flex-wrap:wrap;
	max-width:1000px;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
	
}
#dhub-dados-disponiveis2{
	display:flex;
	flex-wrap:wrap;
	max-width:1000px;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ddd;
}
#dhub-formdesolicitacao{
	max-width:850px;
	margin:auto;
	text-align:center;
	padding-bottom:40px;
	
}


#dhub-formdesolicitacao button, input[type="submit"]{
	width:200px;
	height:35px;
	font-size:1.4em;
	border-radius:5px;
	margin-top:12px;
}

#dhub-formdesolicitacao button, input[type="submit"]:hover{
	width:200px;
	height:35px;
	font-size:1.4em;
	background-color:#dedede;
}

#dhub-formdesolicitacao select{
	width: 336px;
    height: 36px;
}
	


#dhub-formdesolicitacao input[type="text"]{
	margin-top:-30px;

}

@media (min-width: 900px){#img-titulo-prop-de-valor{
	margin-left:11%;
	margin-top:9%;
	width:40vw;
	height:9vw;
}
}
@media (max-width: 899px){#img-titulo-prop-de-valor{
	/*margin-left:11%;
	margin-top:9%;*/
	margin-top:5vw;
	width:95vw;
	margin-left:5%;
	
}
}


.dhub-button{
	display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.1875rem;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #3A3A3A;
    border: 0;
    line-height: 1.5;
    font-size: 1.3rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    transition: background 0.1s;
	margin-top:5px;
	
}

.dhub-button:hover{
	background-color:#ddd;
}

@media (min-width:900px){#dhub-feedback{
	width:100%;
	padding-top:45px;
	padding-right:80px;
	text-align:right;
	
	
}
}
@media (max-width:899px){#dhub-feedback{
	width:100%;
	padding-top:45px;
	/*padding-right:80px;*/
	text-align:center;
	
	
}
}

@media (min-width:900px){#dhub-botoes-prop{
	margin-top:45px;
	margin-left:11%;
}
}
@media (max-width:899px){#dhub-botoes-prop{
	margin-top:45px;
	margin-left:3%;
}
}

#dhub-vinicius{
	height:100px;
	width:100px;
	border-radius:50px;
	background-image:url(http://datasebrae.com.br/wp-content/uploads/2018/11/foto-vinicius-1.png);
	background-size:100px 100px;
	background-repeat:no-repeat;
	margin:auto;
	margin-top:50px;
}