@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 "postcode.css";
@import "thankyoupage.css";
@import "errormsg.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%;	
}



/* --- Header --- */

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

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

	}


/* --- Banner --- */

	#form{
		margin-top: 50px;
		position: relative;
    	left: 5%;
    	max-width: 560px;

	}

	.bg-form{
		background: url("../images/banner_consumind.jpg");
		background-repeat: no-repeat;
		background-position: right;
    	background-size: 1920px;
		height: 700px;
	}

	#intro{
		padding: 90px 30px 10px 60px;
	    text-align: center;
	    color: #fff;
	    font-size: calc(1.3rem + 0.4vw);
	    text-shadow: 3px 5px 5px #464646;
	}

	#intro h2{
		font-size: calc(2.1rem + 1.5vw);
	}




/* --- Form --- */

	.bg-color{
		background-color: rgba(255, 152, 0, .7);
    	border-radius: 10px;
		padding: 30px 20px 30px;
	}

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

	}

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

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


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

	.campos{
		margin-bottom: 10px; 
	}


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

	.form-control{
		max-width:100%;
		height: 50px;
	}
	
	.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;
    	background-color: #ff9800;
    	border-color: #ff9800;
    	font-size: 1.25rem;
    	line-height: 1.5;
    	border-radius: .3rem;
	}

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


	.bol-logo{
		text-align: center;
	}

	 .btn-default{
  color: #ff9800;
  border: 0;
  background-color: #f7f7f7;
}




/* --- 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;
	}

	.boxes-adv{
		max-width: 750px;
		width: 100%;
		margin-left: 40px;
		margin-bottom: 30px;

	}

	.box-icons{
		max-width: 1300px;
		width: 100%;
		margin: 50px auto;
	}

	.box-icons div{
		text-align: center;
	}

/* --- Footer --*/


	.footer{
		display: inline-block;
		background-color: rgba(255, 152, 0);
		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;
		font-size: 30px;
		color: #4d4d4d;
	}

}


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

	.bg-form{

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

	#intro{
		width: 100%;
		padding: 40px 30px 10px;
	}

	#intro p{
		display: none;
	}


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

	}

	.box-icons{
		padding: 0 60px 10px;
	}


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

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


	.boxes-adv{
		width: 90%;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		margin: 5% 0 1% 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.boxes-adv div{
		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;
	}

}

/* Postcode */

.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;
}



