header nav{
	width: 100%;
	justify-content: center;
}
.container{
	padding-top: 0px;
	padding-bottom: 0px;
}
.container-home section{
	height: 100vh;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.9s;
}
.home-tiposCarga .section-int{
	background-color: palegreen;
}
.container-home .section-opacity{
	opacity: 0.1;
}
.container-home .home-rapidez .home-rapidez-img{
	padding: 20px;
}
.container-home .home-rapidez .home-rapidez-img img{
	width: 100%;
	height: 100%;
}
.container-home .home-qualidade{
	background: rgba(76, 175, 80, 0.5);
}
.container-home .home-precoJusto{
	background: rgba(200, 200, 200, 0.7);
}
.container-home .home-entregaBrasil{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container-home .home-segurancaRastreamento{
	background: rgba(255, 255, 255, 1);
}
.container-home .home-tecnologiaInovacao{
	background: linear-gradient(45deg, #020d3f, lawngreen);
}
.container-home .home-tiposCarga .section-img, 
.container-home .home-rapidez .section-img,
.container-home .home-segurancaRastreamento .section-img{
	flex: 1;
	height: 100%;
	box-shadow: inherit;
}
.container-home .home-tiposCarga .section-img img,
.container-home .home-rapidez .section-img img,
.container-home .home-segurancaRastreamento .section-img img{
	width: 100%;
	height: 100%;
}
.container-home .home-segurancaRastreamento .section-img img{
	border-bottom-right-radius: 50%;
	border-top-right-radius: 50%;
	box-shadow: 2px 0px 5px 2px #000;
}
.container-home .home-sustentabilidade{
	background: rgba(255, 255, 255, 0.9);
}
.section-int{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container-home .section-img{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-shadow: -2px 0px 10px 5px #000;
}
.container-home .home-precoJusto .section-img, 
.container-home .home-precoJusto .section-img img{
	height: 100%;
	box-shadow: 0px 0px 0px 0px #000;
	margin: 0px;
	padding: 0px;
}
.container-home .home-precoJusto .section-img img{
	width: 100%;
}
.container-home .section-texto{
	flex: 1;
	margin: 0px;
}
.container-home .section-pTitulo{	
    box-shadow: 0px 0px 2px 1px #000;
    background-color: aliceblue;
    padding: 0px 15px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #222;
}
.container-home .section-pTexto{
	flex: 1;
	margin: 30px;
	text-align: justify;
	font-size: 18px;
	color: #444;
}
.container-home .section-texto .section-pTitulo{
	display: flex;
	align-items: center;
	box-shadow: inherit;   
    background-color: transparent;          
}
.container-home .home-precoJusto .section-pTexto{
	color: #000;
}
.container-home .home-experienciaConfianca .section-texto .section-pTitulo{
	width: 100%;
	height: 100%;
	background-color: darkslategray;
	box-shadow: inherit;
	color: #fff;
}
.container-home .home-sustentabilidade .section-texto .section-pTitulo{
	flex-direction: column;
}
.container-home .section-texto .section-pTitulo::before{
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: green;
	margin-right: 10px;
}
.container-home .home-precoJusto  .section-texto .section-pTitulo{
	justify-content: center;
	font-size: 45px;
	font-style: italic;
	text-shadow: 0px 2px #ccc;
}
.container-home .home-precoJusto  .section-texto .section-pTitulo::before,
.container-home .home-segurancaRastreamento .section-texto .section-pTitulo::before{
	margin: 0px;
	width: 0px;
	height: 0px;
}
.container-home .home-segurancaRastreamento .section-texto{
	flex: 1;
	margin: 0px;
	height: 100vh;
	padding: 100px 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.container-home .home-segurancaRastreamento .section-texto .divhr{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.container-home .home-segurancaRastreamento .section-texto .divhr-item{
	background-color: darkblue;
	height: 2px;
	margin: 10px 0px;
	width: 100%;
}
.container-home .home-segurancaRastreamento .section-texto .divhr-top .divhr-item:nth-child(3){
	width: 25%;
}
.container-home .home-segurancaRastreamento .section-texto .divhr-bottom .divhr-item:nth-child(1){
	width: 25%;
}
.container-home .home-segurancaRastreamento .section-texto .divhr-item:nth-child(2){
	width: 50%;
}
.container-home .home-precoJusto .section-texto{
	flex: 2;
}
.container-home .home-entregaBrasil .section-pTitulo, .container-home .home-entregaBrasil .section-pTexto{
	flex: 1;
}
.container-home .home-entregaBrasil .section-pTitulo{
    font-size: 30px;
    text-align: center;
    box-shadow: 0px 0px 0px 0px #000;
    background-color: transparent;
    padding: 0px;
    color: green;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-home .home-entregaBrasil .section-pTitulo img,
.container-home .home-segurancaRastreamento .section-pTitulo img{
	width: 50px;
}
.container-home .home-segurancaRastreamento .section-pTitulo img{
	border-radius: 50%;
	margin-right: 10px;
	box-shadow: 0px 0px 3px 1px #000;
}
.container-home .home-entregaBrasil .section-pTexto{
	margin: 0px;
	text-align: center;
}
.container-home .home-entregaBrasil .section-img{
	flex: 2;
	height: 100%;
	box-shadow: 0px 0px 0px 0px #000;
}
.container-home .home-entregaBrasil .section-img img{
	border-radius: 40%;
	height: 100%;
	padding: 20px 0px;
}
.container-home .home-tecnologiaInovacao .section-int{
	
}
.container-home .home-tecnologiaInovacao .section-img{
	height: 100%;
	justify-content: space-between;
	box-shadow: 0px 0px 0px 0px #000;
	flex-direction: column;
	padding: 10px 0px;
	flex: 1;
}
.container-home .home-tecnologiaInovacao .section-img img{
	/*width: 200px;
	height: 230px;*/
}
.container-home .home-tecnologiaInovacao .section-img:nth-child(1){
	align-items: flex-start;
}
.container-home .home-tecnologiaInovacao .section-img:nth-child(3){
	align-items: flex-end;
}
.container-home .home-tecnologiaInovacao .section-img:nth-child(1) img:nth-child(1),
.container-home .home-tecnologiaInovacao .section-img:nth-child(1) img:nth-child(2){
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.container-home .home-tecnologiaInovacao .section-img:nth-child(3) img:nth-child(1),
.container-home .home-tecnologiaInovacao .section-img:nth-child(3) img:nth-child(2){
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.container-home .home-tecnologiaInovacao .section-texto{
	flex: 2;
}
.container-home .home-tecnologiaInovacao .section-texto .section-pTitulo{
	justify-content: center;
	padding: 0px;
	color: #000;
	font-size: 30px;
	text-align: center;
	padding-bottom: 20px;
}
.container-home .home-tecnologiaInovacao .section-texto .section-pTitulo::before{
	display: none;
}
.container-home .home-tecnologiaInovacao .section-texto .section-pTexto{
	color: #000;
}
.section-intHome{
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.container-home .home-destaque{
	background-image: url(../../assets/img/home-70-porcento.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 60px;
    margin-top: -50px;
}
.container-home .home-qualidade{
	background-image: url(../../assets/img/qualidade_entrega2.webp);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.container-home .home-sustentabilidade{
	background-image: url(../../assets/img/sustentabilidade_5.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.container-home .home-experienciaConfianca .section-img{
	height: 100%;
	border-right: 1px solid #000;
	box-shadow: inherit;	
	margin-left: 30px;
	justify-content: flex-end;
}
.container-home .home-experienciaConfianca .section-img img{
	border-left: 1px solid #000;
	max-height: 500px;
}
.container-home .home-experienciaConfianca .section-texto{
	height: 100%;
	background-color: greenyellow;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.container-home .home-experienciaConfianca .section-pTitulo b{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 25px;
	color: #aaa;
}
.container-home .home-experienciaConfianca .section-pTitulo::before{
	display: none;
}
.container-home .home-experienciaConfianca .section-pTexto{
	flex: 0;
}
.container-home .home-atendimentoSuporte{
	background-color: darkseagreen;
	display: flex;
    flex-direction: column;
}
.container-home .home-atendimentoSuporte .section-pTitulo{
	box-shadow: inherit;
	padding: 30px 0px;
	margin: 0px;
	letter-spacing: 3px;
}
.container-home .home-atendimentoSuporte .section-img-texto{
	display: flex;
	height: 100%;
	overflow: hidden;
}
.container-home .home-atendimentoSuporte .section-img{
	box-shadow: inherit;
	height: 100%;
}
.container-home .home-atendimentoSuporte .section-img img{
	height: 100%;
	border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-right: 1px solid darkgreen;
}
.container-home .home-atendimentoSuporte .section-pTexto{
    color: #000;
}
.container-home .home-atendimentoSuporte .section-img-texto img,
.container-home .home-atendimentoSuporte .section-img-texto .section-pTextoDiv{
	flex: 1;
}
.container-home .home-atendimentoSuporte .section-img-texto .section-pTextoDiv{
	display: flex;
	align-items: center;
}
.container-home .home-sustentabilidade{
	display: flex;
	align-items: flex-end;
}
.container-home .home-sustentabilidade .section-img{
	box-shadow: inherit;
	flex: 1;
}
.container-home .home-sustentabilidade .section-texto{
	flex: 2;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(45deg, lightgreen, transparent);
}
.container-home .home-sustentabilidade .section-texto img{
	width: 100px;
}
.container-home .home-sustentabilidade .section-pTitulo:before{
	display: none;
	margin: 0px;
}
.container-home .home-sustentabilidade .section-pTexto{
	flex: 0;
	color: #222;
}
.home-destaque-logo{
	text-align: center;
}
.home-slogan{
	color: #333;
    text-shadow: 2px 0px 1px black;
    padding-bottom: 30px;
}
.home-slogan h1{
	text-align: center;
}
.home-destaque-info{
	display: flex;
	justify-content: space-between;
}
.home-destaque-social, .home-destaque-contato, .home-destaque-email{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex: 1;
	background-color: lightgreen;
	background: rgba(0, 0, 0, 0.1);
	background: linear-gradient(45deg, lightgreen, #fff);
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.home-destaque-socialTitulo{
	display: flex;
	min-height: 30px;
}
.home-destaque-infoItem{
	cursor: pointer;
	padding: 10px;
	text-align: center;
	width: 100%;
    display: flex;
    align-items: center;
}
.home-destaque-infoItem:hover{	
	background: rgba(0, 0, 0, 0.3);
}
.home-destaque-socialTitulo-texto{
	background: rgba(0, 0, 0, 0.2);
	background-color: darkseagreen;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #111;
    margin: 0px;
    border-bottom: 1px solid #ccc;
}
.home-destaque-social img, .home-destaque-contato img, .home-destaque-email img{
	width: 40px;
	height: 35px;
	cursor: pointer;
	margin-right: 5px;
}
.home-destaque-social a, .home-destaque-contato a{
	color: #111;
	text-align: center;	
	display: block;
    width: 100%;
}
.home-destaque-social a span, .home-destaque-contato a span, .home-destaque-contato span{
	white-space: nowrap;
	color: #000;
}
.home-destaque-socialConteudoItem{
	flex: 1;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.home-destaque-socialConteudoHorario{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-shadow: 0px 2px 1px #fff;
    font-weight: bold;
    padding: 5px;
}
.home-destaque-socialConteudo{
	height: 100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-temas{
	display: flex;
    justify-content: flex-end;
    align-items: center;
	background-image: url(../../assets/img/bhtransporte_temas3.webp) !important;
    background-size: cover !important;
    background-position: center !important;
}
.home-temas img{
	width: 100%;
	height: 100%;
}
.home-temas-itens{
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.home-temas-itens img{
	width: 110px;
    height: 100px;
    margin: 10px 25px;
    box-shadow: 10px 10px 10px 1px #000;
}
.home-qualidade-texto{
	max-width: 500px;
	background: rgba(0, 255, 0, 0.7) ;
	margin: 5px;
}
.home-qualidade-texto .section-pTexto{
	color: #000;
}

@media only screen and (max-width: 1200px){
	.home-temas{
		background-image: url(../../assets/img/bhtransporte_temas3_medio.webp) !important;
	}
	.container-home .home-qualidade{
		background-image: url(../../assets/img/qualidade_entrega2_medio.webp);
	}
}

@media only screen and (max-width: 991px){
	.home-slogan{
		padding-bottom: 0px;
	}
	.home-slogan h1{
		padding: 0px;
		margin: 0px;		
	}
	.home-destaque-infoItem{
		padding: 5px;
	}
	.container-home .home-tecnologiaInovacao .section-texto .section-pTitulo{
		font-size: 20px;
	}
	.container-home .home-tecnologiaInovacao .section-texto .section-pTexto{
		font-size: 14px;
	}
}

@media only screen and (max-width: 800px){
	.container-home .home-destaque{
		background-image: url(../../assets/img/home-70-porcento_mobile.webp);
	}
	.home-temas{
		background-image: url(../../assets/img/bhtransporte_temas3_mobile.webp) !important;
	}
	.container-home .home-qualidade{
		background-image: url(../../assets/img/qualidade_entrega2_mobile.webp);
	}
	.container-home .home-sustentabilidade{
		background-image: url(../../assets/img/sustentabilidade_5_mobile.webp);
	}
	.container-home .home-sustentabilidade .section-texto{
		background: rgba(144, 238, 144, 0.4);
	}
	.container-home .home-sustentabilidade .section-img{
		display: none;
	}
}

@media only screen and (max-width: 767px){
	.home-slogan h1{
		font-size: 24px;
	}
	.home-destaque-social, .home-destaque-contato, .home-destaque-email{
		margin: 0px;
	}
	.home-destaque-logo img{
		max-width: 300px;
	}
	.container-home .section-texto{
		flex: 1;
	}
	.container-home .section-pTitulo{
		font-size: 18px;
	}
	.container-home .section-pTexto{
		margin: 20px;
		font-size: 14px;
	}
	.home-destaque-info{
		align-items: normal;
	}
	.home-destaque-socialConteudo{
		flex-direction: column;
		height: 100%;
	}
	.container-home .home-atendimentoSuporte .section-pTitulo{
		padding: 50px 0px;
	}
	.home-destaque-logo img{
		max-width: 100%;
	}
	.home-destaque-infoItem{
		flex-direction: column;
	}
	.home-qualidade-texto{
		max-width: 300px;
	}
	.home-destaque-social a span, .home-destaque-contato a span, .home-destaque-contato span{
		display: none;
	}
	.home-temas-itens{
		width: auto;
	}
	.home-temas-itens-img{
		width: 33%;
	}
	.home-temas-itens img{
		margin: 10px;
	}
	.container-home .home-tiposCarga .section-int{
		align-items: flex-end;
	}
	.container-home .home-tiposCarga .section-texto{
		position: absolute;
		height: 100vh;
		display: flex;
		flex-direction: column;
	}
	.container-home .home-tiposCarga .section-texto1,
	.container-home .home-tiposCarga .section-texto2{
		flex: 1;
	}
	.container-home .home-tiposCarga .section-texto .section-pTitulo{
		flex-direction: row;
		color: #000;
		width: 100%;
		text-align: center;
		padding: 0;
		border-bottom: 1px solid #aaa;
		margin-top: 50px;
	}
	.container-home .home-tiposCarga .section-texto .section-pTexto{
		background: rgba(0, 0, 0, 0.7);
		background: rgba(223, 212, 188, 0.8); /* palha */
        color: #222;
        padding: 10px;
        margin: 0;
    	margin-left: 60px;
    	border-top-left-radius: 25px;
    	border-bottom-left-radius: 25px;
    	box-shadow: 0px 3px 3px 1px #333;
	}
	.container-home .home-rapidez .section-texto{
		position: absolute;
        left: 0;
        background-color: rgba(9, 103, 29, 0.9);
        border-bottom-right-radius: 25px;
        max-width: 200px;
        color: #fff;
        box-shadow: 0px 0px 0px 0px #000;
	}
	.container-home .home-rapidez .section-texto .section-pTitulo{
		background-color: rgba(11, 203, 66, 1);
        margin: 0px;
        padding: 10px 0px;
        color: #222;
        text-align: center;        
	}
	.container-home .home-rapidez .section-texto .section-pTitulo:before{
		display: none;
	}
	.container-home .home-rapidez .section-texto .section-pTexto{
    	padding: 10px;
    	margin: 0px;    	
    	color: #fff;
	}
	.container-home .home-precoJusto .section-int{
		align-items: flex-end;
	}
	.container-home .home-precoJusto .section-texto{
		position: absolute;
		height: 100vh;
		display: flex;
		flex-direction: column;
		border-radius: 5px;
	}
	.container-home .home-precoJusto .section-texto1,
	.container-home .home-precoJusto .section-texto2{
		flex: 1;
	}
	.container-home .home-precoJusto .section-texto .section-pTitulo{
		width: 100%;
	    margin-top: 30px;
	    color: #000;
	    text-align: center;
	    font-size: 34px;
	}
	.container-home .home-precoJusto .section-pTexto{
		padding: 10px;
		border-radius: 10px;
		background: rgba(112, 128, 144, 0.9);
	}
	.container-home .home-entregaBrasil{
		flex-direction: column;
		justify-content: center;
	}
	.container-home .home-entregaBrasil .section-img{
		flex: 0;
	}
	.container-home .home-entregaBrasil .section-pTitulo{
		width: 100%;
		font-size: 18px;
		position: absolute;
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top: -400px;
	}
	.container-home .home-entregaBrasil .section-pTexto{
		flex: 0;
		padding: 10px;
	}
	.container-home .home-entregaBrasil .section-img{
		height: auto;
	}
	.container-home .home-entregaBrasil .section-img img{
		width: 200px;
	}
	.container-home .home-segurancaRastreamento .section-pTitulo img{
		width: 30px;
	}
	.container-home .home-segurancaRastreamento .section-texto .section-pTitulo{
		font-size: 14px;
		flex-direction: column;
		text-align: center;
	}
	.container-home .home-segurancaRastreamento .section-pTexto{
		font-size: 12px;
		margin: 10px;
	}
	.container-home .home-tecnologiaInovacao .section-texto{
		position: absolute;
		background: rgba(0, 0, 0, 0.9);
		padding: 5px;
		margin: 30px;
		border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
		box-shadow: 0px 0px 3px 1px #ccc;
	}
	.container-home .home-tecnologiaInovacao .section-texto .section-pTitulo{
		font-size: 18px;
		margin: 0px;
		color: #fff;
		box-shadow: 0px 0px;
	}
	.container-home .home-tecnologiaInovacao .section-texto .section-pTexto{
		margin: 0px 10px;
		color: #fff;
	}
	.container-home .home-experienciaConfianca .section-int{
		flex-direction: column;
	}
	.container-home .home-experienciaConfianca .section-img{
		margin-left: 0px;
		width: 100%;
		height: 100px;
		border-right: inherit;
		justify-content: space-between;
	}
	.container-home .home-experienciaConfianca .section-img:before{
		content: 'Desde 2012';
		font-weight: bold;
		font-family: fantasy;
		text-shadow: -5px 15px #aaa;
		font-size: 24px;
		text-align: center;
		width: 100%;
	}
	.container-home .home-experienciaConfianca .section-img img{
		border-left: inherit;
		height: 100%;
	}
	.container-home .home-experienciaConfianca .section-texto .section-pTitulo{
		width: 100%;	
		padding: 0px;
		margin: 0px;
		display: flex;
		justify-content: center;
		border-bottom: 1px solid #666;
		color: #fff;
		text-shadow: 1px 1px #000;
		font-size: 24px;
	}
	.container-home .home-experienciaConfianca .section-texto .section-pTitulo b{
		display: none;
	}
	.container-home .home-experienciaConfianca .section-pTexto{
		margin: 25px;
	}
	.container-home .home-atendimentoSuporte .section-img{
		border-right: 1px solid green;
	}
	.container-home .home-atendimentoSuporte .section-img-texto img{
		height: 300px;
		border-right: 0px;
	}
	.container-home .home-atendimentoSuporte .section-img-texto .section-pTextoDiv{
		flex: 1;
	}
	.container-home .home-atendimentoSuporte .section-pTexto{
		margin: 5px;
		font-size: 12px;
	}
	.container-home .home-sustentabilidade .section-texto img{
		width: 50px;
	}
	.container-home .home-sustentabilidade .section-texto h1{
		font-size: 24px;
	}
	.container-home .home-sustentabilidade .section-texto h4{
		font-size: 18px;
		text-align: center;
	}
	.container-home .home-sustentabilidade .section-pTexto{
		margin: 5px;
	}
}