@font-face {
    font-family: 'helvetica-light-condensed';
    src: url('../fonts/helvetica-light-condensed.ttf') format('otf'), url('../fonts/helvetica-light-condensed.woff') format('woff');
    font-weight: normal; font-style: normal;
}

@font-face {
    font-family: 'helvetica-bold-condensed';
    src: url('../fonts/helvetica-bold-condensed.ttf') format('otf'), url('../fonts/helvetica-bold-condensed.woff') format('woff');
    font-weight: normal; font-style: normal;
}



body{
	font-size: 18px;
	font-family: 'helvetica-light-condensed';
	color: #717070;
}

a, a:hover{text-decoration: none;}

.container{
	max-width: 1050px;
	padding: 0;
}

/*img*/
.logo-ip{
	width: 150px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	display: block;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px;
}

.logo-xs{
	width: 75px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.txt-landing{
	text-align: center;
	width: 45%;
	margin: 25px auto 0;
}

.txt-landing br{display: none;}

.landing-top{
	background-image: url(../img/circuloazulDESK.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 0 0;
}

.landing-bottom{
	/*background-image: url(../img/circulogrisDESK.svg);*/
	background-repeat: no-repeat;
	background-size: cover;
}

.landing-top .txt-landing p{
	color: #fff;
}

.landing-top .txt-landing span{
	font-family: 'helvetica-bold-condensed';
	font-size: 22px;
}

.content-ip{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.info-ip{
	width: 25%;
	margin-left: 25%;
}

.img-ip{
	width: 48%;
}

.img-ip img{width: 100%;}
.info-ip img{width: 50px; margin-bottom: 10px;}

.info-ip p{margin-bottom: 0;}
.info-ip p span{
	font-family: 'helvetica-bold-condensed';
	font-size: 20px;
}

.info-ip a{
	color: #717070;
}


.btn-ip{

	background: rgba(106,187,234,1);
	background: -moz-linear-gradient(left, rgba(106,187,234,1) 0%, rgba(35,128,195,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(106,187,234,1)), color-stop(100%, rgba(35,128,195,1)));
	background: -webkit-linear-gradient(left, rgba(106,187,234,1) 0%, rgba(35,128,195,1) 100%);
	background: -o-linear-gradient(left, rgba(106,187,234,1) 0%, rgba(35,128,195,1) 100%);
	background: -ms-linear-gradient(left, rgba(106,187,234,1) 0%, rgba(35,128,195,1) 100%);
	background: linear-gradient(to right, rgba(106,187,234,1) 0%, rgba(35,128,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6abbea', endColorstr='#2380c3', GradientType=1 );

	color: #fff !important;
	font-size: 15px;
	margin-top: 15px;
	border-radius: 10px;
	width: 260px;
}

.landing-bottom .txt-landing{padding-top: 60px; margin-top: -20px;}
.landing-bottom .txt-landing h2{
	font-family: 'helvetica-bold-condensed';
	font-size: 25px;
	margin-bottom: 20px;
}

.landing-bottom .txt-landing h4{
	font-family: 'helvetica-bold-condensed';
	font-size: 16px;
}

.landing-bottom .txt-landing p{
	font-size: 16px;
}

.landing-bottom{position: relative;}
.back-landing{
	position: absolute;
	z-index: -5;
	bottom: -30px;
}

@media (max-width: 1200px) {

	.back-landing {
		bottom: 0px;
	}
}

@media (max-width: 992px) {

	.logo-ip {width: 100px;}


	.landing-top{
		background-image: url(../img/circuloazulTAB.svg);
		background-position-y: 8%;
	}

	.landing-bottom{
		background-image: url(../img/circulogrisMOBILE.svg);
		background-position-y: 5%;
	}
	
	.info-ip {
	    width: 35%;
	    margin-left: 15%;
	}

	.back-landing{
		display: none;
	}

}


@media (max-width: 768px) {

	.txt-landing {
		width: 65%;
	}


	.landing-top{background-position-y: 0;}

	.landing-bottom{background-position-y: 5%;}

	.landing-body{margin-bottom: 50px;}


}


@media (max-width: 630px) {



	.landing-top{background-image: url(../img/circuloazulMOBILE.svg); background-position-y: 55%;}

	/*.landing-bottom{
		background-image: url(../img/circulogrisMOBILE.svg);
		background-position-y: 5%;
	}*/


}

@media (max-width: 576px) {



	.info-ip {

	    width: 100%;
	    margin-left: 0%;
	    text-align: center;
	    order: 2;

	}

	.img-ip {width: 100%;}

	.txt-landing br{display: block;}

	.img-ip img {
	    width: 75%;
	    margin: 0 auto;
	    display: block;
	}

	.landing-top .txt-landing p {
	    line-height: 1.2;
	}

	.btn-ip{width: 80%; font-size: 16px;}

}


