@media only screen and (max-width: 1400px){
	.tb-flex-bdr-img:after {
		right: -4%;
		top: 50px;
		width: 108%;
	}
}
@media only screen and (max-width: 767px) {

	.bg{
		height: 50vh;
	}

	.nav-button{
		width: 100% !important;	
	}
	.navbar-light .navbar-toggler{
		float: right;
		position: absolute;
		right: 10px;
		z-index: 9999;
		top: -65px;
	}
	.navbar-collapse.menu-principal{
		position: absolute;
		top: 0;
		left: 0px;
		z-index: 999;
		width: 100%;
		background: white;
		border-bottom: 2px solid rgb(39, 133, 141);
		border-top: 1px solid rgb(232, 232, 232);
		border-bottom: 1px solid rgb(232, 232, 232);
	}

	.s1 {
		width: 90% !important; 
		margin: 15px auto !important; 
	}

	.box-header-texto { width: 70% !important; }

	.box-logotipo img{ max-width: 130px !important; }

	.box-header-texto h2 { font-size: 1.6rem !important; }
	.box-header-texto h3 { font-size: 1.4rem !important; }

	.tb_left_heading_wraper h2 {
		font-size: 1.6rem !important;
		line-height: 1.3 !important;
	}
	.tb_left_heading_wraper h3 {
		font-size: 1.4rem  !important;
		line-height: 1.3 !important;
	}

	.box-chamada-desc{ margin-bottom: 15px; }
	.box-chamada-desc p {
		font-size: .9rem !important;
		line-height: 1.5 !important;
	}

	.bg-banner-transparency {
		background: linear-gradient(to right, rgba(255,255,255,.9) 40%, rgba(255,255,255,0) 100%) !important;
	}


	.feature-numberd-item {
		width: 80% !important;
		margin: 0 auto !important;
		margin-bottom: 1px !important;
		padding: 25px 0 !important;
	}
	.feature-numberd-item:hover{
		background-color: #6d6d6d !important;
	}
	.feature-numberd-item span {
		font-size: 1.3rem !important;
	}
	.feature-numberd-item .feature__numberd-item-icon {
		margin: 0px 0 !important;
		margin-bottom: 8px !important;
	}
	.feature-numberd-item .feature__numberd-item-icon .icon-svg {
		width: 50px;
		height: 50px;
	}


	.diferent-item {
		width: 90% !important;
		margin: 15px auto !important;
		height: auto !important;
	}


	.bsf{ padding-left: 15px !important;}
	.car_galeria p{ 
		font-size: .9rem !important;
		line-height: 1.5 !important;
	}


	.box-galeria-home {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		border-top: 1px solid #d1eaef !important;
	}







	.panel-contato {
		padding: 0px;
	}

	.cta__banner {
		padding: 30px;
	}

	.tb-flex-bdr-img img {
		width: 85%;
	}

	.tb-flex-bdr-img:after {
		right: 0;
		top: 25px;
		height: 80%;
		width: 100%;
	}

	.box-bg-parallax {
		min-height: 1px;
		height: auto;
	}
	.content-text {
		position: relative;
		/*height: 110%;*/
		width: calc(100% - 15px);
		padding: 60px 30px;
		background-color: #b97714;
		top: -5%;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		height: auto;
	}
	.bg-parallax{
		min-height: 1px;
		height: 400px;
		width: calc(100% - 15px);
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.heading__title {
		font-size: 1.6rem;
		margin-bottom: 25px;
		line-height: 1.1;
	}
	.heading__desc {
		font-size: 1rem;
		line-height: 1.25;
		font-weight: lighter;
	}

}