@font-face {
	font-family: 'DIN Pro';
	src: url(../fonts/DIN\ Pro.ttf) format('truetype');
}

body {
	font-family: 'DIN Pro', sans-serif;
	min-width: 415px;
}

h1 {
	font-size: 48px;
	font-weight: 800;
	text-shadow: none;
	margin: 0;
}

h2 {
	font-size: 32px;
	font-weight: 600;
	text-shadow: none;
	margin: 0;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	text-shadow: none;
	margin: 0;
}

p {
	font-size: 18px;
	font-weight: 500;
	text-shadow: none;
	margin: 0;
}

.ret-verde {
	background-color: #006E46;
	border-radius: 15px;
	padding: 10px;
}

.ret-branco {
	background-color: #fff;
	border-radius: 15px;
	padding: 10px;
}

.ret-branco-borda-verde {
	background-color: #fff;
	border: 2px solid #006E46;
	border-radius: 15px;
	padding: 2rem;
}

.texto-verde,
.texto-verde h1,
.texto-verde h2,
.texto-verde p,
.texto-verde a,
.texto-verde span {
	color: #006E46 !important;
}

.texto-branco,
.texto-branco h1,
.texto-branco h2,
.texto-branco p,
.texto-branco a,
.texto-branco span {
	color: #fff !important;
}

.new-banner-cam-int {
	background-color: #f5f5f5;
	padding: 40px;
	background: url(../campanha-cam-inteligente/banner-cam-int-100.png);
}

.container-centro-resp {
	width: 60%;
}

.banner-tablet-new {
	background-color: #006E46;
	margin-top: 90px;
}

.banner-tablet-new img {
	width: 60%;
	height: auto;
	margin-top: -80px;
	padding: 5px;
	background-color: #fff;
	border-radius: 25px;
}

.banner-tablet-new .container {
	width: 60%;
}

.texto-icone {
	display: flex;
	justify-content: start;
	flex-direction: row;
	align-items: start;
	width: 100%;
	text-align: left;
	transform: translateX(-50px);
}

.texto-icone img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
	min-width: 50px;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.text-align-justify {
	text-align: justify;
}

.icon-diferencial {
	display: block;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.5s;
}

.icon-diferencial img {
	width: auto;
	height: 100px;
}

.text-diferencial:hover+.icon-diferencial {
	height: 100px;
	opacity: 1;
}

.icon-diferencial-2x {
	display: block;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.5s;
}

.icon-diferencial-2x img {
	width: auto;
	height: 100px;
}

.text-diferencial:hover+.icon-diferencial-2x {
	height: 100px;
	opacity: 1;
}

.img-e-paragrafo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: start;
}

.paragrafo-e-img-50 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

.paragrafos-tec-sup {
	width: 35%;
}

.banner-video-new {
	background-color: #006E46;
	padding: 40px;
}

.video-container-new video {
	max-width: 80vw;
	margin: 0 auto;
}

.btn-send-cam-int {
	border-radius: 10px!important;
}

.banner-contatos-new {
	background-color: #006E46;
	padding: 40px;
}

.card-contatos-new {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px;
}

.coluna-contatos {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 33.333%;
}

.col-central-new {
	border-left: gray 1px solid;
	border-right: gray 1px solid;
}

.sub-contatos-new {
	font-size: medium;
	font-weight: bold;
}

.video-mobile {
	display: none;
}

/* Camera flutuante */
#imagem-cam-flutuante-new {
	position: absolute;
	right: 10vw;
	z-index: 999;
	transform: translateY(-40%);
}

/* Camera block */
.img-cam-block {
	margin: 0 auto;
	display: none;
}

.img-cam-block img {
	height: 40vh;
	width: auto;
}

.paragrafo-apos-img {
	text-align: left;
}

@media(max-width: 1365px) {
	.container-centro-resp {
		width: 70%;
	}

	.banner-tablet-new img {
		width: 70%;
	}

	.banner-tablet-new .container {
		width: 70%;
	}

	h1 {
		font-size: 44px;
	}

	h2 {
		font-size: 28px;
	}

	#imagem-cam-flutuante-new img {
		height: 450px;
	}
}

@media(max-width: 1024px) {
	.container-centro-resp {
		width: 85%;
	}

	.banner-tablet-new img {
		width: 85%;
	}

	.banner-tablet-new .container {
		width: 85%;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	.col-central-new {
		border-left: none;
		border-right: none;
	}

	.coluna-contatos {
		width: 100%;
	}

	.cont-contato {
		margin: 1rem 0;
	}

	#imagem-cam-flutuante-new {
		display: none;
	}

	.img-cam-block {
		margin: 0 auto;
		display: block;
	}

	.paragrafo-apos-img {
		text-align: justify;
	}
}

@media(max-width: 800px) {
	h1 {
		font-size: 36px;
		line-height: normal;
	}
	
	h2 {
		font-size: 24px;
		line-height: normal;
	}
	.texto-icone {
		transform: translateX(0);
	}

	.banner-tablet-new img {
		width: 90%;
	}

	.banner-tablet-new .container {
		width: 100%;
	}

	.paragrafos-tec-sup {
		width: 100%;
	}

	.paragrafo-e-img-50 {
		flex-wrap: wrap;
	}
	
	.paragrafo-e-img-50 img {
		margin: 2rem 0;
	}

	.video-mobile {
		display: block;
	}

	.video-desktop {
		display: none;
	}

	.video-container-new video {
		max-width: 95vw;
		margin: 0 auto;
	}

	.banner-video-new {
		padding: 20px;
	}
}

@media(max-width: 493px) {
	.text-diferencial:hover+.icon-diferencial-2x {
		height: 210px;
		opacity: 1;
	}
}