@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 url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

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

html{
	height: 100%;
}
body{

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


* {
  box-sizing: border-box;
}

main {
	/*height:  100%;*/
}





/* --- Header --- */

	.header{
		background-color: #162850
	}

	.header-holder{
		max-width: 1400px;
		width: 100%;
		margin: auto;
	}

	.header-holder img{
		max-width: 150px;
		width: 100%;
		padding: 10px 0;
	}

	.title-box img{
		max-width: 250px;
		width: 100%;
		padding: 10px 0;
	}


	.title-box {
		text-align: right;
	}

	.header-holder-mobile{
		display: none;
	}



/* --- Intro --- */



	.section-container{
		background-color: #cccccc;
		/*background: url(../images/bg.jpg);*/
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 800px;
	}




	.fa{
		font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
	}


	.answer-holder-02opt{
    margin: auto;
    max-width: 450px;
    width: 100%;
    padding: 20px;
    font-size: 11pt;
    z-index: 10;
    background-color: #c85c36;
    color: #fff;
	}



	.answer-holder-02opt h1{
		text-align: left;
    font-weight: bold;
    font-size: calc(3.4rem + 1.1vw);
    font-family: 'Oswald', sans-serif;
    
	}

	.text-box{
		max-width: 550px;
		width: 100%;
	}

	.answer-holder-02opt:hover{
    	background-color: #ffffff;
    	color: #c85c36;
	}

	.answer-holder-02opt:hover button{
    	background-color: #c85c36;
		color: #fff;
	}
	

	.intro-btn{
		padding: 18px 20px;
	    color: #393839;
	    font-weight: 700;
	    font-family: 'Open sans', 'Helvetica', 'Arial', sans-serif;
	    border-radius: 5px;
	    background-color: #FFF;
	    box-sizing: border-box;
	}

	.intro-btn:hover{
		background-color: #c85c36;
		color: #fff;
	}

	.quest2-row h3, .quest3-row h3{
		font-weight: bold;
    font-size: calc(4rem + 1.2vw);
    font-family: 'Oswald', sans-serif;
    max-width: 600px;
    width: 100%;
	}

	.quest2-row p, .quest3-row p{
		font-weight: bold;
	}








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

	.box-form{
		font-family: 'Open sans', 'Helvetica', 'Arial', sans-serif;
		padding: 80px 30px 60px;
    max-width: 1300px;
    width: 100%;
    min-height: 700px;
		/*background-color: #fff;
		border: 1px solid #c2c2c2;*/
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}

	.box1{
		display:block;
		box-sizing: border-box;
		font-size: 14pt;
	}

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

	.hold-title h3{
		font-size:1.3rem;
		font-family: 'Open sans', 'Helvetica', 'Arial', sans-serif;
	}

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

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

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


	.answer-holder-02opt, .answer-holder-04opt{

		height: auto;
    border-radius: 5px;


    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
	}



	.answer-holder-04opt{
    /*margin-bottom: 20px;*/
    padding: 10px 0 10px;
    font-size: 10pt;
    min-height: 164px;
    
	}


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


	


	.answer-holder{
	  border-radius: 3px;
    border: 1px solid;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    /*transition: all 0.2s ease-in-out;*/
    /*margin:0 10px 20px;*/
    max-width: 800px;
    font-size: 16pt;
  }

  div[class^="answer-holder form-check col-lg"]{
		min-height: 54px;
    padding: 8px 10px 5px; 
	}

	.answer-holder input[type="radio"]{
		width: initial !important;
		opacity: 1 !important;
    font-size: 12pt;
    color: #7c7c7c;
    height: initial !important;
    padding: 8px;
    position: relative !important;
    margin-left: 0;
    margin-bottom: 0;
    margin: auto;
    float: none;
    vertical-align: middle;
	}

	.answer-holder label{

    font-size: 1rem;
    color: #6c757d;
	}

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

	.answer-label {
		/*max-width: 450px;*/
	}

	div[class^="box-check col-lg-12 col-sm-12 col-md-12 fill-form-responsive row"]{
		margin: auto;
	}



	.time-text{
		padding: 10px 0 5px;
    font-size: 1rem;
    color: #6c757d;
	}



	.cancel-active{
		border-radius: 5px !important;
		background-color: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}




	.item-active {
		box-shadow: 0px 0px 15px 0px rgb(63 81 181 / 70%);
		/*background-color: #f0f0f0;
		border: 2px solid #39b54a66;*/
		border-radius: 5px;
		max-width: 450px;
    padding: 0;
	}



	.options{
		max-width: 600px;
    	margin: auto;
	}



	.icon-text{
		font-size: 18pt;
    font-weight: bold;
    margin: 0;
	}


	.form-horizontal, .form-group{
		margin-left: 0px;
    	margin-right: 0px;
	}


	.line-appear{
    	position: absolute;
    	top: -20%;
    	left: 25%;
    	right: 25%;
    	max-width: 100%
	}


	.form-check-7 {
		padding-left: 2.1em;
	}


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

	}


	.form-btn{
		padding: 18px 20px;
    color: #FFF;
    font-weight: 700;
    font-family: 'Open sans', 'Helvetica', 'Arial', sans-serif;
    border-radius: 5px;
    background-color: #c85c36;
    box-sizing: border-box;
    margin-top: 40px;
	}

	.form-btn:hover{
		background-color: #ce5200;
		color: #fff;
	}

	

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

	.return p{
		font-weight: 400 !important;
	}


	.fas{
		font-size: 12pt;
		padding-right: 10px;
	}


	.form-group{
		margin: auto;
		text-align: left;
	}


	.fill-form-responsive input, .fill-form-responsive select{
		height:54px;
		margin-bottom: 10px;
		width: 100%;
		font-size: 1rem;
		background-color: #fff;
	}

	.fill-form-responsive select{
		color: #6c757d;
	}

	.fieldpp{
		font-size: 0.8em;
		line-height: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
		/*color: #c2c2c2;*/
	}


	.form-end{
		padding: 20px 0;
		margin: 0;
	}

	.line-box{
		margin: 0px 0 15px;
    border: 0;
    padding: 10px 0 10px 10px;
    float: none;
    border-radius: 5px; ; 
	}

	.box-check input{
		width: 100%;
	}


	.trapbox{
		display: none;
	}

	.timeslot {
		width: 100%;
		/*margin-bottom: 10px;*/
		padding: .375em;
		cursor: pointer;
	}

	.timeslottitle {
		font-weight: bold;
		font-size: 1.5em;
	}

	.timeslotsubtitle {
		font-weight: bold;
		font-size: 1em;
	}

	.timeslotday {
		margin-bottom: 10px;
	}

	.timeslotbtn {
		background-color: #FFFFFF;
		/*color: #212529;*/
		color: rgba(33, 37, 41, 0.75);
		margin-bottom: .375em;
		width: 100%;
		padding: 0;
	}

	.timeslotbtn:hover {
		background-color: #a6a6a6;
	}
	.timeslotbtn:focus {
		background-color: #a6a6a6;
		box-shadow: 0 0 0 .25rem rgba(200, 92, 54, 0.25);
	}

	.backbtn {
		color: rgba(255, 255, 255, 1);
		text-align: center;
		cursor: pointer;
		padding-top: 20px;
	}

/* -- FOOTER -- */

	.foot{
		background-color: #fff;

	}

	.only{
		width: 100%;
    margin: auto;
	}

	.position{

		padding:12px;
		text-align: center;
		box-sizing: border-box;
	}





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


	.answer-holder-02opt{
		margin-bottom: 40px;
	}

	.text-box{
		max-width: 100%;

	}



	.extra img {
		max-width: 90px !important;
		width: 100%;

	}

	.options-step10 img{
		max-width: 60px;
	}

}


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

	.box-form{
		height: auto;
		padding: 50px 25px;

	}

	.title{
		margin-top: 10px !important;
	}

	.mobile{
		max-width: 100%;
		margin: auto;
		display: block;
		text-align: center;
		float: none !important;
	}


	.img img{
		max-width: 150px;
	}

}


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

	.header-holder{
		text-align: center;
	}

	.title{
		width: 100%;
		padding-right: 0px !important;
		padding:0 40px !important;
		float: none !important;
	}

	.title h3{
		text-align: center;
	}

	.title-box{
		padding-top: 0px;
		text-align: center;
	}



	.options label{
		margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 300px;
    width: 100%;
	}




	.three-opt-responsive, .four-opt-responsive{
		display: inline-block;
	}



	.extra{
		padding:15px 5px;

		text-align: center;
	}

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

	.form-fill{
		margin: 0 !important;
		justify-content: center;
	}

	.position div:nth-child(2){
		text-align: center;
	}

}

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


	.answer-holder-02opt{
		margin: auto;
    width: 100%;
	}

	.answer-label {
		margin-bottom: 40px;
		padding: 0;
	}

	.header-holder{
		display: none;
	}

	.header-holder-mobile{
		display: block;
		text-align: center;
	}

	.header-holder-mobile img{
		max-width: 350px;
		width: 100%;
		padding: 10px;
	}


	.fill-form-responsive div:nth-child(2){
		margin: 0;
	}
	.fill-form-responsive div:nth-child(3){
		margin: 10px 0;
	}
	.fill-form-responsive div:nth-child(4){
		margin: 0;
	}




	.extra{
		min-height: 80px;
	}
}


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

	.logo{
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.logo img{
		max-width: 200px;
		width: 100%;
		box-sizing: border-box;
	}

	.extra{
		padding: 10px 0 10px;
		max-height: 80px;
	}

}


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

	.section-container{

	}

	.box-form{
		height: auto;
	}


	.options-step10{
		padding-right: calc(var(--bs-gutter-x)/ 2);
	}

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

}


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

	.logo img{
		max-width: 160px;
		width: 100%;
		box-sizing: border-box;
	}

	.title-mobile{
		
	}

	.tlt-banner-mobile{
		display: inline-block;
	}

	.tlt-banner-mobile h2{
		font-family: 'Open Sans', sans-serif;
	    font-weight: 600;
	    text-align: center;
	}

	.tlt-banner{
		display: none;
	}

}

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

	.title{
		display: none;
	}


	.title-mobile{
		display: inline-block;
	  margin-bottom:10px; 

	}
	
	.title-mobile h3{
		font-family: 'Open sans', 'Helvetica', 'Arial', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 12pt;
	}
}


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

	.header-holder{
		text-align: center;
	}

	.box-form{
		padding: 20px;
	}

	.section-container{

	}


	.options{
		max-width: 500px;
		margin:0 auto;
	}

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


	.answer-holder-02opt h1{
		font-size: calc(2.5rem + 1.2vw);
	}

	.header-holder div:last-child{
		margin-top: 0;
		padding: 0;
	}

	.tlt-banner-mobile{
		display: inline-block;
	}


	.tlt-banner{
		display: none;
	}

}


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

	.four-opt-responsive {
    	text-align: center;
	}

}




/* 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;
  border: 5px solid #162850;
	border-radius: 5px;
	min-height: 400px;
}

.thanks-page .head {
	border-radius: 5px;
	vertical-align: center;
	margin-top: 10%;
}

.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;*/
	color: #162850;
}

.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;*/
	color: #c85c36;
	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: auto;
	color: #0f8d3b;;
	/*padding-top: 1em;*/
	/*padding-bottom: 1em;*/
	font-size: 1em;
}


.trapemail{
	display: none;
}



