@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	background:url(img/carp_bk2.jpg) top left no-repeat;
	background-size: 100% 100%;
	min-height: 670px;
}
.logo{
	height: 88px;
}
.container{
	max-width: 1140px !important;
	margin-top:95px;
}
h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
}
.form-control{
	background: #fff3 !important;
	border:0 !important;
	padding-left:50px !important;
	color: #FFF !important;
}
.form-control:focus{
	box-shadow: 0 0 0 !important;
	border:0 !important;
}
::placeholder{
	color: #fff !important;
}
.gris{
	height: 39px;
}
.container-barras-footer{
	background:#1f1f1f;
}
.icon{
	bottom: 5px;
	left: 15px;
}
label{
	font-family: 'Montserrat', sans-serif;
}
.queculia{
	background: transparent!important;
}
.fs-14{
	font-size: 14px;
}
.btn-primary{
	height: 56px;
	background: #F20000 !important;
	border-color: #F20000 !important;
	border-radius: 0 !important;
	font-family: 'Montserrat', sans-serif;
}
@media (max-width:676px){
	.logo{
		height:70px;
	}
	.container{
		max-width: 1140px !important;
		margin-top:50px;
	}
	h1{
		font-size:28px !important;
	}
	br{
		display: none !important;
	}
	label{
		font-size: 14px;
		left: -10px;
		position: relative;
	}
	.queculia{
		position: relative;
		left:35px;
		
	}
	body{
		background:url(img/carp_bk2.jpg) top left no-repeat;
		background-size: cover;
	}
}

