@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import "contactform.css";
@import "privacypolicy.css";
@import "thankyoupage.css";


body{

	font-family: "Open sans, Helvetica, Arial", sans-serif;
	background-color: #FFF;
    max-width: 1920px;
    width:100%;
    margin: 0 auto;
   	box-sizing: border-box;
}

.container-fluid{
	max-width: 1920px;
	width: 100%;
	margin: auto;
}

.container{
	background-color: #fff;
	font-family: "Open sans, Helvetica, Arial", sans-serif;
	padding-bottom: 3%;	
}

.fa-window-close {
    border: 0;
    background-color: #fff0;
  }

  #bclose{
	border: 0;
    background-color: #fff0;
  }

  #email{
	position: absolute;
	top: -9999px;
  }


/* --- Header --- */

	.header{
		background-color: #fff;
		text-align: center;
	}

	.logo img{
		max-width: 180px;
		width:100%;
		margin: 10px;

	}


/* --- Banner --- */

	#form{
		padding-top: 50px;
	    /* position: relative; */
	    max-width: 920px;
	    margin: 0 auto;

	}

	.bg-form{
		background: url("../images/banner02_verbouwings.jpg");
		background-repeat: no-repeat;
		background-position:right;
		background-position: ;
		background-size: 2700px;
    	height: 1000px;
	}

	.title{
		top: 5%;
		font-family: "Bebas Neue";
		/*-- font-weight: bold --*/
		color: #0091a9;
		text-align: center;
	}
	.title h1{
		font-size: 5rem;
		line-height: 5rem;
		text-shadow: 3px 5px 5px #c2c2c2;
	}



/* --- Form --- */

	.bg-color{
		background-color: #f1762e;
		padding: 30px 20px 30px;
	}

	.bg-white{
		width: 100%;
    	padding: 2% 5% 5%;;

	}

	.text-primary{
		color: #fff!important;
		text-align: center;
		font-weight: bold;
		font-size: calc(2.0rem + 0.7vw);
	}

	.bg-color p{
		color: #fff!important;
		text-align: center;
		font-size: calc(1rem + 0.6vw);
    	line-height: calc(1.2rem + 0.8vw);
	    font-weight: lighter;
	    width: 90%;
	    margin: auto;
	    padding-bottom: 20px;
		}


	.form-group{
		margin-bottom: 20px;
	}

	.campos{
		margin-bottom: 10px; 
	}

	.check{
		padding: 0.5rem;
		border: 1px solid orange;
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.form-group label{
		font-size: 14px;
	    line-height: 1;
	    color: #7c7c7c;
	}

	.form-control{
		max-width:100%;
		height: auto;
	}
	
	.custom-select{
		display: inline-block;
	    width: 100%;
	    height: 48px;
	    padding: .375rem 1.75rem .375rem .75rem;
	    font-size: 1rem;
	    line-height: 1;
	    color: #7c7c7c;
	    vertical-align: middle;
	    background: #fff;
	    border: 1px solid #ced4da;
    	border-radius: 6px;
	}

	.btn{
		color: #fff;
		width: 100%;
    	background-color: #f07d00;
    	border-color: #f07d00;
    	font-size: 1.25rem;
    	line-height: 1.5;
    	border-radius: .3rem;
	}

	.button{
		font-size: 1.5rem;
		margin-bottom: 0;
	}

	.btn:hover{
		color: #fff;
	    background-color: #ca6900;
	    border-color: #bd6200;
	}



/* --- Ventajas --- */

	h3{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		margin: auto;
		margin-top:40px; 
		display: block;
		font-weight: 700;
		font-size: 30px;
		color: #4d4d4d;
	}
	
	.container{
		width: 100%;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
	}


/* --- Footer --*/


	.footer{
		display: inline-block;
		background-color: #0091a9;
		text-align: center;
	}

	.footer-position{
		max-width: 1200px;
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
	}

	.footer-position p{
		padding: 30px;
		margin: 0;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		color: #ffffff;
	}

	.footer-position a{
		
		color: inherit;
	}


@media screen and (max-width: 991px){
	
	/* --- Ventajas responisve --- */
	h3{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		margin: auto;
		margin-top:40px; 
		display: block;
		font-weight: 700;
		text-align: center;
		font-size: 30px;
		color: #4d4d4d;
	}

	

}


@media screen and (max-width: 769px) {

	.bg-form{

		background: url("../images/banner02_verbouwings.jpg");
		background-repeat: no-repeat;
		background-position:top;
		background-size: 1920px 1400px;
		height:auto;
	}


	#form{
		margin: 30px auto;
		left: 0;
		position: initial;
		width: 100%;

	}


	/* --- Ventajas responisve --- */
	 .article{
		margin: 0 auto;
		padding: 20px 0px;
	}

	.boxes-articles{
		width:100%;
		margin-top: 30px;
		padding: 70px;
	}

}


@media screen and (max-width:  650px){
	.campos{
		width: 100%;
	}
}


@media screen and (max-width: 580px){

	.form-group{
		padding:0 10px;
	}

	.campos{
		padding: 10px;
	}


	/* --- Footer responsive--*/
	.footer-position{
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
		text-align: center;
	}


}

@media screen and (max-width: 500px){

	/* --- Header responsive--- */

		.banner{
		position: relative;
		display: inline-block;
	}


	/* --- Banner responsive--- */
	.banner img{
		max-width: 500px;
		width: 100%;
		height:auto;
	}
	.logo{
		text-align: center;
	}

	.title h1{
		font-size: 12vw;
		line-height: 12vw;
		font-weight: bold;
		max-width: 500px;
		text-align: center;
	}

	/* --- Articles responsive--*/


	.boxes-articles{
		padding: 40px;
	}

	.article{
		margin: 0 auto;
		padding: 50px 0;
		text-align: center;
	}

	.title-box-article span{
		display: block;
	}

}


/* Error message */

.errormsg {
	height: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: red;
	transform: scaleY(0);
	/*transition: all 1s;*/
}

/* Postcode */

#postcoderesult{
	color: red;
}

.postcodenoview {
	display: none;
	height: 0;
	transition: height 2s;
	transition-timing-function: ease-in;
}

.postcodeview {
	display: block;
	height: 1em;
	color: #0f8d3b;;
	/*padding-top: 1em;*/
	/*padding-bottom: 1em;*/
	font-size: 1em;
}



