@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";
@import "errormsg.css";

body{

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

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

* {
  box-sizing: border-box;
}



.def-btn{
		box-sizing: border-box;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    border: none;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 500ms ease;
    cursor: pointer;
	}

.cta-btn{
		padding: 18px 20px;
    color: #fff;
    margin-top: 20px;
    margin: 0;
    max-width: 400px;
    font-weight: 700;
    font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
    background-color: #FE6B15;
	}

.cta-btn:hover{
		background-color: #BA3E00;
	}



/* --- Header --- */

	.header{
		-webkit-align-items: center;
    align-items: center;
    background: #0C3D7D;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
    color: currentColor;
    color: var(--c-header);
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 15px;
    /* padding: 5px var(--padding-small); */
    position: relative;
    width: 100%;
    max-width: 1920px;
    z-index: 20;
	}



/* --- BG BANNER --- */

	.general-box{
		margin: auto;
    padding: 70px 20px 50px;
	}

	.general-box h3{
		font-size: calc(1.4rem + .6vw);
    font-weight: bold;
	}




/* --- LEFT BOX --- */

	.bg-img{
		background-color: #03409A;
    background: url(../images/bg-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
	}

	.additional-height{
		min-height: 690px;
		justify-content: center;
	}

	.info-box{
		/*background-color: rgba(255, 255, 255, 0.7);*/
		padding-right: 40px;
		color: #000;
		max-width: 750px;
	}

	.info-box h2{
		color: #203DF1;
	}

	.box1{
		padding: 0 20px;
		padding-bottom: 30px;
	}
	

	.intro{
		margin-bottom: 30px;
	}

	.img-banner{
		width: 100%;
		max-width: 800px !important;
		margin: auto;
		display: block;
		padding-bottom: 30px;
	}

	.intro img{
		width: 100%;
    max-width: 200px;
    margin-bottom: 15px;
	}

	.intro h2{
		font-size: calc(1.8rem + .7vw);
    font-weight: bold;
	}


	.intro h4{
		font-size: calc(1rem + .3vw);
    font-weight: bold;
	}

	.intro-responsive{
		display: none;
	}

	.intro-text{
		color: #203DF1;
		line-height: 14px;
	}

	.intro-text p{
		font-size: calc(.9rem + .3vw)
	}

	.quality-logos{
		/*background-color: rgba(255, 255, 255, 0.7);*/
    padding: 10px 0;
	}

	.quality-logos img{
		max-width: 100px;
		width: 100%;
	}

	.quality-logos div{
		text-align: center;
	}



/* --- RIGHT BOX --- */


	/* --- FORM --- */

	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		max-width: 420px;
		width: 100%;
		background-color: #fff;
		margin-right: auto;
    	-webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
   		-moz-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.25);
   		box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
		box-sizing: border-box;
	}

	.right-box div[class^="col-6 text-center"]{
		padding-top: 20px;
	}

	.right-box img{
		max-width: 120px;
	}

	.tlt-form-banner{
		text-align: center;
    font-size: calc(1.2rem + .4vw);
    font-weight: bold;
    background-color: #203DF1;
    padding: 20px 40px;
    color: #FFF;
	}

	.tlt-form-banner p{
		margin-bottom: 0;
	}

	.sub-tlt-form{
		/*max-width: 600px;*/
    margin: auto;
    padding: 10px;
    text-align: center;
    font-size: calc(.7rem + .6vw);
    line-height: calc(1rem + .8vw);
    color: #203DF1;
    border-bottom: solid 1px #203DF1;
	}

	.sub-tlt-form span{
		display: block;
	}

	.quest1-row, .quest2-row{
		width: 100%;
		margin: auto;
	}

	.quest1-row{
		margin-bottom: 40px;
	}


	.line-steps{
		padding: 0;
		max-width: 380px;
		width: 100%;
		margin: auto;
		margin-top: 20px;
	}

	.progress-bar{
		background-color: #203DF1;
	}



	.options{
		margin: auto;
		padding: 20px 20px 0;
	}


	.hold-title{
		margin-top: 20px;
	}

	.hold-title h4{
		font-size: 1.2rem;
	}

	[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
	}

	[type=radio] + img {
  	cursor: pointer;
	}

	.hold-title p{
		margin: auto;
	}

	.answer-holder-02opt, .answer-holder-04opt{
	  border-radius: 5px;
    color: #203DF1;
    border: 2px solid #203DF1;
    cursor: pointer;
    margin: auto;
    /*transition: all 0.2s ease-in-out;*/
    padding: 5px 10px;
    max-width: 600px;
    min-height: 55px;
    font-size: 14pt;
  }

  .box-img{
  	max-width: 45px;
  	margin: auto;
  }



  .hover:hover{
  	background-color: #203DF1;
  	border: 2px solid #203DF1;
  	color: #fff;
  }


	.answer-holder-02opt p, .answer-holder-04opt p{
		margin-bottom: 0;
	}

	.extra img{
		max-width: 45px;
		width: 100%;
		margin-left: auto;
	}

	.two-opt-responsive, .form-fill, .form-end, .form-group{
		margin: auto;
	}


	.text-box
	{
		max-width: 600px;
    margin: auto;
    margin-top: 20px;
    width: 100%;
    padding: 5px 40px;
	}


	.form-fill{
		max-width: 600px;
		width: 100%;
	}

	.form-fill > div {
		margin: auto;
	}

	.form-end{
		padding-top: 20px;
	}

	.box-date{
		margin: auto;
	}

	.box-date div:nth-child(1), .box-date div:nth-child(3){
		padding-left: 0;
		padding-right: 0;
	}
	.box-date div:nth-child(2){
		padding-right: 10px;
		padding-left: 10px;
	}

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

  .line-box{
		margin: 0px 0px 10px !important;
    border: solid 1px #c2c2c2;
    padding: 10px 0 10px 10px;
    float: none;
    border-radius: 5px; ; 
	}

	.line-box:first-child {
    font-size: 0.9em;
    color: #6c757d;
  }

  .item-active {
		box-shadow: 0px 0px 10px 0px rgb(3 64 154 / 50%);
		background-color: #203DF1;
		border: 2px solid #203DF1;
		border-radius: 5px;
	}

	.item-active p{
		color: #fff !important;
	}



	.return{
		text-align: center;
    color: #c2c2c2;
    padding-top: 20px;
    text-decoration: underline;
    box-sizing: border-box;
    cursor: pointer;
	}


	.form-btn{
		padding: 18px 20px;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
    font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
    background-color: #203DF1;
	}

	.form-btn:hover{
		background-color: #0A192C;
	}

	.box-check{
		padding: 3px 10px;
	}


	.quest8-row div:nth-child(1) h4{
		padding: 20px 0 15px;
    font-weight: bold;
    font-size: calc(1.4rem + .2vw);
    background-color: #f2f2f2;
	}



	.fill-form-responsive input{
		height:54px;
		margin-bottom: 10px;
		width: 100%;
		font-size: 1rem;
	}

	.fieldpp {
		font-size: 0.8em;
		/*color: #c2c2c2;*/
	}



/*-- BENEFITS --*/

	.benefits{
		padding: 80px 70px;
	}

	.title-benefits{
		text-align: center;
		padding-bottom: 40px;
		color: #203DF1;
	}

	.title-benefits h2{
		font-weight: bold;
	}

	.opt-benefits{
		max-width: 1200px;
		width: 100%;
		margin: auto;
		text-align: center;
	}

	.opt-benefits div{
		margin-bottom: 50px;
	}

	.opt-benefits p{
		padding-top: 10px;
		color: #626262;
		font-weight: bold;
		font-size: 15pt;
	}



/*-- CEE --*/

	.CEE{
		padding: 0 0 60px;
	}

	.CEE h3{
		font-weight: bold;
		color: #203DF1;
	}

	.box-CEE{
		justify-content: center;
	}

	.box-CEE img{
		max-width:350px;
		width: 100%;
		margin: auto;
	}

	.box-CEE p{
		max-width: 450px;
		width: 100%;
	}



/*-- SIMULATION BOX --*/
	
	.simulation{
		background-color: #F0F3FF;
		padding: 50px 60px;
		text-align: center;
		
	}

	.title-simulation{
		padding-bottom: 30px;
	}

	.title-simulation h3{
		font-weight: bold;
		font-size: calc(1.6rem + .6vw);
		color: #203DF1;
	}

	.title-simulation h4{
		font-weight: lighter;
	}

	.box-simulation{
		text-align: left;
		justify-content: center;
	}

	.box-simulation h3{
		font-size: calc(1.2rem + .4vw);
		font-weight: bold;
		max-width: 320px;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
	}

	.box-simulation p{
		color: #203DF1;
		font-size: 16pt;
		max-width: 320px;
    width: 100%;
    margin: auto;
    line-height: 20pt;
	}

	.box-simulation span{
		font-size: 50pt;
		font-weight: bold;
		display: block;
		line-height: 60px;
	}

	.text-simulation{
		padding-top: 40px;
		padding-bottom: 40px;
		max-width: 1440px;
    width: 100%;
    margin: auto;
		font-size: 16pt;
		text-align: left;
		font-weight: lighter;
	}

	.text-simulation p{
		margin: 0;
	}

	.sim-btn{
		margin: auto;

	}







/*-- PRODUCT -- */

	.product{
		padding: 60px 0;
	}

	.product h3{
		font-weight: bold;
		color: #203DF1;
	}

	.box-product{
		justify-content: center;
	}

	.box-product p{
		max-width: 550px;
	}

	.box-product img{
		max-width: 350px;
		width: 100%;
	}




/*-- SPONSOR --*/

	.sponsor{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.title-sponsor{
		max-width: 600px;
		width: 100%;
		margin: auto;
	}

	.title-sponsor h3{
		padding-bottom: 40px;
		color: #203DF1;
	}

	.sponsor img{
		max-width: 150px;
		width: 100%;
		margin: auto;

	}




/*-- FOOTER --*/

	.footer{
		/*background-color: rgba(255, 255, 255, 0.7);
		border: 1px solid	#CF102D;*/
		background-color: #203DF1;
		text-align: center;
		margin-top: 30px;
		color: #fff;
	}

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

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

	.footer-position a{
		color: inherit;
	}

@media screen and (max-width:1024px){
	
	.line-steps{
		max-width: 280px;
	}

}

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


}
	

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


	.general-box{
		padding-top: 20px;
	}


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

	.right-box{
		width: 100%;
	}

	.box1{
		padding: 0 20px 0;
	}


	.title-banner{
		text-align: center;
	}

	.left-box{
		display: none;
	}


	.intro-responsive{
		display: block;
		text-align: center;
		padding-bottom: 15px;
		color: #203DF1;
	}


	.intro-responsive h2{
		font-size: 1.2rem;
    font-weight: bold;
	}


	.line-steps{
		max-width: 600px;
	}


	.benefits{
		padding: 80px 30px;
	}

	.box-simulation{
		text-align: center;
	}

	.box-simulation h3{
		margin-top: 50px;
	}

	.text-simulation{
		text-align: center;
	}


}

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

	.line-steps{

		}
	
	.box-CEE{
		text-align: center;
		padding: 0 40px;
	}

	.box-CEE p{
		margin: auto;
	}

	.cta-btn{
		margin: 20px auto;
	}

	.box-product{
		text-align: center;
		padding: 0 40px;
	}

	.box-product p{
		margin: auto;
	}



}



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

	.options{
		padding: 20px 30px;
	}

	.answer-holder-02opt, .answer-holder-04opt{
		max-width: 100%;
	}

	.title-product{
		padding: 30px;
	}

	.title-product h3{
		font-size: calc(1.4rem + .4vw);
	}
}

@media screen and (max-width: 550px){
	
	.sub-tlt-form{
		max-width: 460px;
	}

	.bg-img{
		background:url() ;
		background-color: #f2f2f2;

	}

	.simulation{
		padding: 50px 30px;
	}


}

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

	.sub-tlt-form{
		display: none;
	}

	

	.benefits{
		padding: 80px 30px;
	}

	.box1{
		padding: 10px 20px 30px;
	}

	.header{
		display: none;
		padding: 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;
}

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

}


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

	#thankyoubg{
		overflow: scroll;
	}

	.thanks-page{
		top: 0;
		position: absolute;
	}

	.web{
		max-width: 450px;
		width: 100%;
		margin: auto;
		margin-bottom: 25px;

	}

	.list{
		height: initial;

	}

	.text h1{
		font-size: calc(2.0rem + .8vw);
	}

	.text h4{
		font-size: calc(1.0rem + .5vw);
		margin-bottom: 10px;
	}

	.text span{
		font-size: calc(0.8rem + .3vw);

	}
}





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

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

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