@media screen and (max-width: 1199px) {
	html,
	body {
		width: 100%;
		overflow-x: hidden;
		position: relative;
		margin: 0 auto;
	}
	/* div .container {
        max-width: 96%;
    } */
	.navbar-brand {
		margin: auto;
	}
	.thumb-video-quem-somos {
		width: 100%;
		height: 100%;
		z-index: -1;
		border-radius: 40px 40px 0px 0px;
	}
	.thumb-video-quem-somos.sm {
		display: none;
	}
	.text-video-quem-somos-home {
		text-align: left;
		margin-top: -24vh;
		margin-left: 54px;
	}
	.btn-video-quem-somos-home {
		margin-left: 57px;
	}
	.thumb-video-quem-somos.md {
		display: block;
	}
	.card-nos-move {
		padding: 20px;
		border-radius: 20px;
		background: #ffffff;
		-webkit-box-shadow: 0px 0px 16px -3px rgb(0 0 0 / 7%);
		box-shadow: 0px 0px 16px -3px rgb(0 0 0 / 7%);
	}
	.nos-move-img {
		text-align: center;
	}
	.icon-nos-move {
		width: 140px;
		margin-bottom: 20px;
	}
	.btn-saiba-mais-move {
		text-decoration: none;
		cursor: pointer;
	}
	.oq-nos-move-mobile {
		margin-left: 0;
	}
	.oq-nos-move-mobile-title {
		text-align: center;
		font-size: 24px;
		line-height: 36px;
		font-family: "Givonic-Bold";
	}
}

@media screen and (max-width: 767px) {
	html,
	body {
		width: 100%;
		overflow-x: hidden;
		position: relative;
		margin: 0 auto;
	}
	.navbar-brand img {
		max-width: 170px;
		object-fit: contain;
	}
	.bg-light-custom {
		background: rgba(255, 255, 255) !important;
	}
	.glide-banner-home img {
		object-fit: cover !important;
		height: 40vh !important;
	}
	.ambiente-mobile-info {
		width: 100%;
		height: auto;
		margin: 30px 10px;
	}
	.text-black {
		color: black;
	}
	.text-white {
		color: white;
	}
	.row-ambientes-mobile {
		display: flex;
		flex-direction: column;
	}
	.ambiente-mobile-scroll {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		align-items: center;
	}
	.card-ambiente-mobile {
		width: 250px;
		min-width: 250px;
		height: 350px;
		margin: 20px;
		padding: 0px 40px;
		display: flex;
		flex-direction: column-reverse;
		border-radius: 20px;
		background-position: center;
		transition-duration: 0.5s;
		background-size: cover;
	}
	.card-ambiente-mobile.active {
		height: 420px;
		transition-duration: 0.5s;
	}
	.banner-mobile-realize {
		margin: 100px 0px;
	}
	.banner-mobile-realize > img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.lares-info {
		padding: 15px;
	}
	.lares-img {
		width: 100%;
		text-align: center;
		padding: 30px 0px;
	}
	.sobre-info,
	.blog-info {
		padding: 15px;
	}
	.sobre-img > img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.padding-mobile {
		padding: 20px;
	}
	.iframe-fundo-branco {
		width: 93vw;
		height: 84vw;
		z-index: 2;
		border-radius: 60px 60px 0px 0px;
	}
	.fundo-branco-suave {
		height: auto;
		width: 100vw;
		background-size: cover;
		background-position: initial;
		padding-top: 90px;
		margin-top: -120px;
		position: absolute;
		z-index: 100 !important;
		margin-left: -28px;
		padding-left: 30px;
		padding-right: 20px;
	}
	.fundo-branco-suave-home {
		height: 40vh;
		width: 385px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 105px;
		margin-top: -89px;
		position: absolute;
		text-align: justify;
		z-index: 100 !important;
		padding-left: 34px;
		margin-left: -6vw;
		padding-right: 29px;
	}
	.section-video-sobre-mobile {
		height: 700px;
	}
	.text-gray-2 {
		color: black;
	}
	.oq-nos-move-mobile {
		margin-left: 30px;
	}
	.nos-move-mobile-scroll {
		display: flex;
		overflow-x: scroll;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
	}
	.card-nos-move {
		padding: 20px;
		border-radius: 20px;
		background: #ffffff;
		-webkit-box-shadow: 0px 0px 16px -3px rgb(0 0 0 / 7%);
		box-shadow: 0px 0px 16px -3px rgb(0 0 0 / 7%);
	}
	.nos-move-img {
		text-align: center;
	}
	.icon-nos-move {
		width: 140px;
		margin-bottom: 20px;
	}
	.btn-saiba-mais-move {
		text-decoration: none;
		cursor: pointer;
	}
	.img-tab-missao {
		width: 100% !important;
		border-radius: 15px;
		float: unset !important;
	}
	.card-qualidade {
		width: 100% !important;
		background-color: white !important;
		border: 1px solid transparent;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		display: none;
	}
	.card-qualidade-body {
		padding: 30px 0px !important;
		background-color: white !important;
	}
	.card-qualidade-header > img {
		width: 100vw !important;
		margin-left: -46px !important;
		height: auto !important;
		object-fit: cover !important;
		border-radius: 10px 10px 0px 0px !important;
		margin-top: 20px;
	}
	.card-qualidade-header {
		height: auto !important;
	}
	.thumb-video-quem-somos {
		width: 400px;
		height: 320px;
		z-index: -1;
		border-radius: 40px 60px 0px 0px;
	}
	.thumb-video-quem-somos.md {
		display: none;
	}
	.thumb-video-quem-somos.sm {
		display: block;
	}
	.text-video-quem-somos-home {
		text-align: left;
		margin-top: -34vh;
		margin-left: 28px;
	}
	.btn-video-quem-somos-home {
		margin-left: 28px;
	}
	.title-page {
		position: relative;
		width: 100%;
		height: 300px;
	}
	.title-page img {
		position: absolute;
	}
	.title-page span {
		position: absolute;
		left: 12%;
		bottom: 10px;
		color: white;
	}
	.title-page span label {
		font-size: medium;
		height: 0px;
	}
	#products .title-page span,
	#contato .title-page span {
		bottom: 40px;
	}
    .grupo ul{
        padding: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1367px) {
	#banner-quem-somos-inst .carousel-caption-custom-quem-somos-inst{
		bottom: 10.25rem !important;
	}
    .quem-somos-apresentation{
            margin-top: 0 !important;
    }
}
