.slider-landing{
    height: auto;
}

#myCarousel{
    height: 100%;
}

.img-slider{
	width: 100%;
	height: 100%;
}


.text-landing{
    text-align: justify;
    text-justify: inter-word;
    font-size: 20px;
}

.logo-titancontrol{
/*	width: 200px;*/
}

.logo-whatsapp, .logo-facebook{width: 20px;	margin-right: 10px;}

.mas-info{
	color: white;
}

.call-to-action{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.notification_ok {
		margin-top: 15px;
		width: 100%;
		font-size: 30px;
		font-weight: bolder;
		color: #FFFFFF;
		text-align: center;
}

.notification_err {
		padding-top: 15px;
		margin-top: 15px;
		width: 100%;
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
}

@media only screen and (max-width: 767px){
	.logo-titancontrol{
		/*width: 100px;*/
	}

	
	.logo-facebook,	.logo-whatsapp{
		height: 30px;
		margin-right: 20px;
	}

	h1{
		font-size: 25px;
	}

	.text-landing{
		font-size: 15px;
	}
}

.directlink {
	text-decoration: underline;
}

#butprice1 { color: #FFFFFF; background-color: #26A426;	border: 1px #999999 solid; padding: 2px 10px 2px 10px;}


