.landing {
	position: relative;
	height: 659px;
}

.landing .row {
	width: 100%;
	height: 100%;
	margin: auto;
}

.landing .row .col {
	padding: 0;
}

.landing .row .col .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: relative;
}

.landing .row .col .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.57;
    background-color: #183848;
}

.container.main-landing {
    position: absolute;
    top: 95px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tlm-img {
	height: 710px;
	width: 332px;
}

.texto-banner {
    width: 55%;
    text-align: left;
    padding-left: 40px;
    padding-bottom: 70px;
}

	.texto-banner p:first-child {
		text-transform: uppercase;
		text-shadow: 4px 3px #000;
		font-size: 45px;
		font-weight: 600;
	}

	.texto-banner p {
		font-size: 27px;
		font-weight: lighter;
	}

.landing .btn-link {
	color: #ffffff;
	background-color: #F6A0A3;
	border-radius: 43px;
	font-size: 30px;
	width: 80%;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 53px;
	padding: 10px;
}

	.landing .btn-link:hover {
		text-decoration: none;
		color: #F6A0A3;
		background-color: #fff;
	}

.sobre {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 70px;
}

	.sobre img {
		width: 71px;
		height: 94px;
	}

	.sobre span {
		position: relative;
		margin-top: 19px;
		margin-bottom: 15px;
		font-size: 15px;
		font-weight: 500;
		text-transform: uppercase;
		color: #676767;
	}

		.sobre span::before {
			border-top: 2px solid #e1e1e1;
			content: "";
			position: absolute;
			top: 55%;
			right: 0;
			left: 100px;
			bottom: 0;
			width: 57%;
		}

		.sobre span::after {
			border-top: 2px solid #e1e1e1;
			content: "";
			position: absolute;
			top: 55%;
			right: 100px;
			bottom: 0;
			width: 57%;
		}

p.texto-app {
	font-size: 18px;
	color: #676767;
	text-align: center;
}

p.texto-app-azul {
	text-align: center;
	color: #5bc7f9;
	font-size: 18px;
}

.barra-app-tlm {
	height: 344px;
	width: 100%;
	background-color: #F6F6FF;
	position: relative;
	margin-top: 80px;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

	.barra-app-tlm img {
		width: 237px;
		height: 514px;
		position: absolute;
		top: -56px;
		right: 368px;
	}

.rosa-drt {
	height: 309px;
	width: 703px;
	position: absolute;
	right: 0;
	top: 17px;
	background-color: #F6A0A3;
	border-radius: 160px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.barra-app-texto {
	height: 100%;
}

.row.center {
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
}

	.center .col-6 {
		text-align: center;
		color: #676767;
	}
        .center .col-6 p {
            font-size: 16px;
        }

.barra-video {
	height: auto;
	position: relative;
}

.imagem-left {
	position: absolute;
	top: 73px;
	width: 528px;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.imagem-video {
	display: none;
	/* margin-top: 189px;
    width: 520px; */
}

.projeto-parcerias {
	margin-top: 189px;
	list-style: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 50px;
}

	.projeto-parcerias li h5 {
		color: #F6A0A3;
	}

	.projeto-parcerias li p {
		font-size: 16px;
		font-weight: 500;
	}

	.projeto-parcerias li i {
		font-size: 24px;
	}

	.projeto-parcerias li a {
		color: #F6A0A3;
		text-decoration: none;
		margin: 0 8px;
	}

.barra-vida-norte {
	background-color: #F6A0A3;
	height: 305px;
}

	.barra-vida-norte .container {
		height: 100%;
		color: #fff;
	}
    .barra-vida-norte p {
        font-size: 16px;
    }
	.logo-image-landing {
		height: 183px;
		width: 197px;
	}


@media (max-width: 1200px) {
	.landing {
		height: 580px;
	}

	.tlm-img {
		height: 515px;
		width: 241px;
	}

	.landing .btn-link {
		font-size: 26px;
		margin-top: 27px;
	}

	.rosa-drt {
		width: 570px;
	}

	.barra-app-tlm img {
		right: 225px;
	}

	.imagem-video {
		margin-left: 100px;
	}
}

@media (max-width: 992px) {
	.texto-banner p:first-child {
		font-size: 38px;
	}

	.landing .btn-link {
		font-size: 23px;
		width: 73%;
	}

	.rosa-drt {
		width: 490px;
	}

	.barra-app-tlm img {
		right: 190px;
		width: 222px;
		height: 475px;
	}

	.imagem-left {
		width: 484px;
		/* display: none; */
	}

	.imagem-video {
		margin-left: 0;
		margin-top: 150px;
	}

	.projeto-parcerias {
		margin-top: 150px;
	}

	.logo-image-landing {
		height: 174px;
		width: 185px;
	}
}


@media (max-width: 768px) {
	.texto-banner p:first-child {
		font-size: 27px;
	}

	.landing .btn-link {
		font-size: 20px;
		width: 70%;
	}

	.sobre {
		margin-top: 70px;
	}

	.rosa-drt {
		width: 380px;
	}

	.barra-app-tlm img {
		right: 100px;
		width: 223px;
		height: 456px;
	}

	.imagem-left {
		display: none;
	}

	.imagem-video {
		display: none;
		/* display: block; */
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.projeto-parcerias {
		margin-top: 75px;
	}

	.logo-image-landing {
		height: 174px;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.landing {
		height: 480px;
	}

	.container.main-landing {
		top: 74px;
	}

	.tlm-img {
		height: 465px;
		width: 228px;
	}

	.texto-banner p:first-child {
		font-size: 21px;
	}

	.texto-banner p {
		font-size: 17px;
	}

	.landing .btn-link {
		font-size: 15px;
	}

	.rosa-drt {
		width: 303px;
	}

	.barra-app-tlm img {
		right: 30px;
		width: 216px;
		height: 440px;
	}

	.imagem-video {
		width: 100%;
		margin-top: 100px;
	}

	.barra-vida-norte p {
		font-size: 14px;
	}
}

@media (max-width: 375px) {
	.landing {
		height: 350px;
	}

	.container.main-landing {
		top: 45px;
	}

	.tlm-img {
		height: 349px;
		width: 165px;
	}

	.texto-banner {
		padding-left: 25px;
	}

		.texto-banner p:first-child {
			font-size: 17px;
			text-shadow: 2px 1px #000;
		}

		.texto-banner p {
			font-size: 13px;
		}

	.landing .btn-link {
		font-size: 12px;
		width: 82%;
		margin-top: 0;
	}

	p.texto-app, p.texto-app-azul {
		font-size: 14px;
	}

	.barra-app-tlm {
		margin-top: 30px;
	}

	.rosa-drt {
		width: 200px;
	}

	.barra-app-tlm img {
		right: 20px;
		width: 160px;
		height: 341px;
		top: 0;
	}

	.center .col-6 p {
		font-size: 14px;
	}

	.imagem-video {
		margin-top: 60px;
	}

	.barra-vida-norte {
		height: 386px;
	}

		.barra-vida-norte p {
			font-size: 13px;
		}

		.logo-image-landing {
			height: 100px;
		}
}
