@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');

body{

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



* {
  box-sizing: border-box;
}

	.col{
	    float: left;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	}



/* --- BG image --- */
	.bg-img{
		background: url("../images/banner2.jpg");
  		background-repeat: no-repeat;
  		background-color: #FFF;
  		min-height: 900px;

	}

/* --- Header --- */

	.logo img{
		max-width: 16rem;
		width:100%;
		padding: 20px;
		margin-left: 45px;
	}

/* --- Box Form step 1--*/

	.box-form{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
		padding: 4%;
		max-width: 1200px;
		width: 100%;
		margin-top: 1.5%;
		background-color: #fff;
		border: 1px solid #c2c2c2;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}

	.change-box1 {
		display:block;
		box-sizing: border-box;
	}

	.change-box1 p {
		font-size: calc(1.5rem + 0.5vw);
		padding: 0px 0px;
	}

	.num{
		max-width: 300px;
		width: 100%;
	}


	.num div {
		display: inline-block;
  	font-weight: 100;
  	font-size: 2em;
  	margin-right: 20px;
  	margin-bottom: 10px;
  	padding: 10px;
  	text-align: center;
  	border-radius: 100%;
		border: solid 1px #4d4d4d;
	}

	.active {
		color: #FFF !important;
		background-color:#0f8d3b !important; 
		border: solid 1px #0f8d3b !important;
		transition: background-color 1s ease-in;
	}
	
	#left-box {
		padding-right: 60px;
	}

	.form-box1 {
		margin-top: 40px;
		padding-right: 10px;
	}

	.title-banner{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    text-align: center;
		margin-top: 20px;
	    font-weight: 600;
	    font-size: calc(2rem + 0.5vw);
	    line-height: calc(2.2rem + 1.2vw);
	    color: #FFF;
	}

	.btn-step1{
	    max-width: 820px;
	    width: 100%;
	    text-align: center;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    padding: 3% 10%;
	    font-size: 1.3em;
	    color: #ffffff;
	    background-color: #0f8d3b;
	    border-color: #0f8d3b;
	    border-radius: 5px;
	    margin: auto;
	    margin-bottom: 100px;
	}

	.btn-step1:hover{
		transition: all 1s;
		background-color: #0a491d;
		border-color: #0a491d;
		color: #fff;
	}


	.box-fixed{
		display: inline-block;
		width: ;
		border-left: 2px solid #c2c2c2;
		padding-left: 60px;
		margin-top: 99px;
	}

	.box-fixed img{
		max-width: 70px;
		width: 12%;
		margin-right: 10px;
	}

	.box-fixed p{
		font-size: calc(1.3rem + .4vw);
	    font-weight: bold;
	    margin-top: 5%;
	}

	.box-fixed ul{
		padding: 1em;
	}

	.box-fixed li{
		font-size: 1.3em;
    	padding-top: 8%;
	}

/* --- Box Form step 2--*/

	.change-box2{
		display: none;
		box-sizing: border-box;
	}
	

	.num #circle2{
		color: #FFF;
		background-color:#0f8d3b; 
		border: solid 1px #0f8d3b;
	}

	.change-box2 p{
		font-size: calc(1.5rem + 0.5vw);
		padding: 0px 0px;
	}

	.tlt{
		font-weight: bold;
	}

	#form-1{
		display: block;
	}

	#form-2{
		display: none;
	}


	.btn-step2{
	    text-align: center;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    padding: 2% 8%;
	    margin-top: 5%;
	    margin-left: 40%;
	    color: #ffffff;
	    background-color: #0f8d3b;
	    border-color: #0f8d3b;
	    font-size: 1.3em;
	    border-radius: 5px;
	    margin-bottom: 10%;
	}
	.btn-step2:hover{
		background-color: #0a491d;
		border-color: #0a491d;
		color: #fff;

	}

	.step2{
		margin-top: 5%;
	}

/*-- Box Form step 3 --*/

	.change-box3{
		display: none;
	}

	

	.num #circle3{
		color: #FFF;
		background-color:#0f8d3b; 
		border: solid 1px #0f8d3b;
	}

	.change-box3 p{
		font-size: calc(1.5rem + 0.5vw);
		padding: 0px 0px;
	}


	.form-check-label{
		font-size: 0.8em;
	}

	.btn-step3{
	    text-align: center;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    padding: 2% 8%;
	    margin-top: 5%;
	    margin-left: 15%;
	    font-size: 1.3em;
	    color: #ffffff;
	    background-color: #0f8d3b;
	    border-color: #0f8d3b;
	    border-radius: 5px;
	    margin-bottom: 10%;
	}



	.btn-step3:hover{
		background-color: #0a491d;
		border-color: #0a491d;
		color: #fff;

	}

	.box-step-3{
		margin-top: 10px;
	}

	.tlt{
		margin-top: 8px;
	}

	.step3{
		margin-top: 24px;
	}

	.step3 a{
		text-decoration: none;
		color: inherit;
	}

	.btn-outline-primary{
		border-color: #0f8d3b;
		color: #0f8d3b;
	}

	.btn-check:checked+.btn-outline-primary,.btn-outline-primary:active{
		color: #fff;
    	background-color: #0f8d3b;
    	border-color: #0f8d3b;
	}

	.btn-outline-primary:hover{
		color: #fff;
    	background-color: #0f8d3b;
    	border-color: #0f8d3b;
	}

	.return{
		background-color: #fff;
		border: none;
		font-size: 20px;
		padding: 2% 5%;
		margin-top: 5%;
	    border-bottom: solid 5px #0f8d3b;
	}

	.campos{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
	}


	.form-group-2 {
		margin: auto;
		margin-top: 30px;
		text-align: left;
	}

	.form-group-3 {
		margin: auto;
		margin-top: 10px;
		text-align: left;
	}

	.campos{
		margin-bottom: 30px;
	}

	.campos span{
		margin-top: 5px;
		font-size: 20px;
		display: block;
	}

	/*.form-control{
		height:50px;
		width: 100%;
	}*/


	.benefits div{
		margin: 10px 0;
	}

	.boxes-advantage{
		max-width: 1450px;
		width: 100%;
		margin: auto;
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	}

	.title-advantage{
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		margin-top: 8%;
	}

	.blocks{
	    margin-top: 5%;
	    margin-bottom: 12%;
	}


	.reason{
		border: 2px solid #c2c2c2;
		padding: 1.5%;
    	width: 32%;
    	height: 263px;
    	margin:auto;
		text-align: center;
		box-sizing: border-box;
	}

	.reason img{
		max-width: 100px;
		width: 100%;
		margin-bottom: 10px;
	}

	.bold{
		font-size: 1.2em;
		font-weight: bold;
	}

	.footer{
		display: inline-block;
		background-color: #0f8d3b;
		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:1030px){
	
	.title-banner{
		max-width: 900px;
		width: 100%;
		margin:auto;
	}

	.box-form{
		max-width: 960px;
		width: 100%;
	}

}


	

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

	.logo{
		text-align: center;
	}

	.logo img{
		max-width: 210px;
		width: 100%;
		margin: auto;
		padding-bottom: 0;
	}


	.change-box1{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.num{
  	width: 100%;
  	margin: 3% 0;
	}

	.form-box{
		margin:40px auto 0;
		padding:0;
	}
	
	.btn-step1{
	    margin-bottom: 5%;
	}

	.title-banner{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    text-align: center;
		padding: 0.5em;
		margin: 0 auto;
	    font-weight: 600;
	    color: #FFF;
	}

	/*-- Box Form step 2 --*/
	.change-box2{
		box-sizing: border-box;
	}


	.change-box2 p{
		padding: 10px 0px;
	}


	.tlt{
		font-weight: bold;
		/*margin-bottom: 2%;*/
	}

	.step2{
		display: block;
	}

	.btn-step2{
		margin-left: 0;
    	max-width: 820px;
    	width: 100%;

	}

	.return{
		background-color: #fff;
		border: none;
		width: 100%;
    	margin: auto;
		font-size: 18px;
	}
	

	/*-- Box Form step 3 --*/
	.change-box3{
		box-sizing: border-box;
	}

	.step3{
		display: block;
	}

	.btn-step3 {
	    margin-left: 0;
	    max-width: 820px;
	    width: 100%;
	}

	/*-- End Box Form step 3 --*/

	
	.box-fixed{
		display: inline-block;
    	margin-top: 5%;
    	padding: 0;
    	width: 100%;
    	border-left: solid 0;
    	border-top: solid 1px #c2c2c2;
	}
	.box-fixed li{
		font-size: 1.2em;
    	padding-top: 8%;
	}

	.title-advantage{
		width: 80%;
		margin: 20px auto;
	}

	.reason{
		border: 2px solid #c2c2c2;
		padding: 1.5%;
		width: 80%;
		height: auto;
		margin: auto;
		margin-bottom: 5%;
		text-align: center;
		box-sizing: border-box;
	}

	.reason img{
		max-width: 70px;
		width: 100%;
		margin-bottom: 10px;
	}
}


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

	.title-banner{
		padding: 10px 25px;
	}

	.title-banner p{
		font-size: calc(1.2rem + .3vw);
		margin: 0;
		line-height: 18pt;
	}


	#left-box {
		padding-right: inherit;
	}

	.box-fixed{
		border-left: solid 0;
		border-top: solid 1px #c2c2c2;
		margin-top: 10px;
		padding-left: 0;
		text-align: center;
	}
	.box-fixed p{
		max-width: 700px;
		width: 100%;
		padding-top: 10px;
		margin: auto;
		font-size: calc(1.5rem + .6vw);
	}

	.benefits{
		padding: 30px 0 20px;
	}


	.box-fixed img{
		max-width: 80px;
		width: 100%;
		margin:auto;
		padding-bottom: 20px;
		display: block;
		text-align: center;
	}

	.box-fixed span{
		display: block;
		padding-bottom: 20px;
	}
}

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

	/*.form-group{
		display: block;
		margin-top: 0;
	}*/

	.bg-img{
		background: #0f8d3b;
		background-repeat: no-repeat;
	}


	.title-advantage p{
		font-size: calc(1.3rem + .5vw);
	}

	.tlt{
		margin-top: 25px; 
	}

	#realisedby {
		left: 0;
		margin-left: 0;
	}

}









/* Error message */

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

.errormsgactive {
	transform: scaleY(1);
	height: 2em;
}

/* Contact Form */

.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  /*width: 400px;*/
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  margin-left: -70px;
  z-index: 10;
  height: auto;
   opacity: 1;
  -webkit-transition: opacity 1000ms linear;
   transition: opacity 1000ms linear;
}

#xclose {
  /*position: fixed;*/
  padding: 5px;
  margin: 0 5px 10px 0;
  background-color: #ececec;
  border: 1px solid #c5c5c5;
  width: 26px;
}

#contacterr {
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
}

#bclose {
  line-height: 1em;
  border-radius: 0;
  padding: 3px 5px;
}

/* Realised by */

#realisedby {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 1.5em;
  color: #999;
  /*font-family: "Open Sans", "Helvetica", "Arial", sans-serif;*/
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  margin-left: -70px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;

}

#realisedbybox{
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 400px;
}

#realisedby img {
  max-width: 200px;
}

#realisedbyclose {
  float: right;
  margin-right: 15px;
}

/* Thank you */

#thankyoubg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  overflow:hidden;

}

#thankyoubox {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  background-image: url('../images/thankyou-bg.jpg');
  background-size: cover;
  background-position: -80px;

}

#thankyoutxt {
  margin-left: 60%;
  text-align: center;
  padding-top: 25%;
}

#thankyoutxt1 {
  color: #ea740e;
}

#thankyouhr {
  background-color: #d20f1d;
  height: 5px;
  width: 50%;
  margin: 10px auto 10px auto;
}

.thanks-page{
	max-width: 900px;
	width: 100%;
	margin: auto;
	border: 1px solid #c2c2c2;/* Este border se quitará cuando se haga en popup*/
	background-color: #f4f4f5; 
	position: fixed;
  	top: 10%;
  	left: 50%;
	transform: translateX(-50%);
  	margin-top: 0px;
  	z-index: 10;
  	height: auto;
  	opacity: 1;
  	-webkit-transition: opacity 1000ms linear;
  	transition: opacity 1000ms linear;
}

.info-thanks{
	padding: 25px 40px;
}


.text{
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #4D4D4D;
	text-align: center;
}

.text h1{
	font-size: 2.5em ;
	font-weight: bold;
	color: #0091A9;
}

.text h4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
}

.text span{
	font-size: 1em;
	font-weight: lighter;
}

.line{
	height: 6px !important;
	width: 45%;
	margin: 0 auto 20px;
	color: #0091A9;
	border-radius: 2px;
	opacity: 100%;
}

.more-webs{
	width: 100%;
	margin: 20px auto 30px;

}

.web{
	width: 30%;
	background-color:#fff;
	border: solid 1px #c2c2c2;
	text-align: center;
	margin: 0 auto;
	padding: 25px;
}

.web li{
	text-align: left;
}

.web img{
	max-width: 70px;
	width: 100%; 
}

.list{
	height: 180px;
	margin-top: 20px;
}

.hide{
	display: none;
}


.btn-thanks{
	max-width: 200px;
    width: 100%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding: 10px;
    font-size: 1em;
    color: #ffffff;
    background-color: #e68016;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 10px;
    border: 0;
}

.btn-thanks:hover{
	background-color: #d9580b;
	color: #ffffff;

}

.thankyouloader {
	background-image: url("https://media2.giphy.com/media/3oEjI6SIIHBdRxXI40/200.gif");
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: white;
	width: 100%;
	height: 100%;
}

/* Loader */

.loaderbg {
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}

.loader {
	background-image: url("../images/loader.gif"); 
	width: 30px;
	height: 30px;
	/*border: 1px solid grey;*/
	/*border-radius: 5px;*/
	z-index: 10;
	/*position: relative;
	top: 50%;
	left: 50%;*/
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 30px;
	max-height: 30px;
	float: left;
}

.checker {
	background-image: url("../images/checker.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

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