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

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


@media(min--moz-device-pixel-ratio:0){
    .options select {padding-top: 1em;}
}

/* --- Header --- */

	.header{
		-webkit-align-items: center;
    align-items: center;
    background: #03409A;
    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;
	}

	.head{
		margin: auto;
	}

	.logo{
		position: relative;
    text-align: center;
	}

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

	.title-banner{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
	  text-align: center;
    margin: auto;

    padding: 5px;
    font-size: calc(.8rem + 0.3vw);
	}

	.title-banner p{
		margin: 0;
	}


/* --- MAIN --- */



	.general-box{
		margin: auto;
		padding: 0;
		position: relative;
	}


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

#svg{
	position: absolute;
    top: 23%;
}


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

	.bg-img{
		background-color: #092349;
    background-image:  linear-gradient( #002153b0, #00afb261), url(../images/bck.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
	}


	.bg-content{
		max-width: 1300px;
		width: 100%;
		margin: auto;
		padding: 40px 0 0;
	}


	.info-box{
		margin: auto;
		padding: 0;
	}

	.box-img-intro{
		position: relative;
	}


	.box-img-intro img{
		position: absolute;
		bottom: 0;
		max-width: 500px;
		width: 100%;
	}

	.txt-high{
color: #09cde7
	}

	.intro{
		color: #fff;
		margin-top: 80px;
	}


	.intro p{
		font-size: calc(1rem + .3vw);
color: #dffbff;
		font-weight: lighter;
	}

	.intro h1{
		font-size: calc(1.4rem + .5vw);
    color: #fff;
    font-weight: bold;
margin: 1rem 0;
margin-right: 1rem;
font-size: 2.2rem;

	}





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

	.ts-block{
		text-align: right;
		position: absolute;
		bottom: 0;
	}

	.ts-block img{
		max-width: 80px;
		width: 100%;
	}



	/* --- FORM --- */

	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		box-sizing: border-box;
		margin: auto;
		padding: 0;
	}


	.box1{
		background-color:#152a4a;
		width: 100%;
		margin: auto 0;
		margin-bottom: 40px;
		padding-bottom: 20px;
		border-radius: 20px;
		position: relative;
		z-index: 1
	}


	.title-white-box{
		background-color:;
		color: #FFF;
		text-align: center;
		padding: 20px 15px;
	}

	.title-white-box h4{
		font-weight: 800;
		color:#00b2d2;
	}



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


	.hold-title, .options, .quest-number{
		padding: 10px 20px;
	}




	.options label{
		cursor: pointer;
	}





	.options input[type="text"]{
		width: 100%;
    /*border: 0;*/
    font-size: 12pt;
    color: #7c7c7c;
    min-height: 47px;
    padding: 5px 10px;
	}





	.options select {
    width: 100%;
    font-size: 12pt;
    color: #7c7c7c;
    min-height: 47px;
    margin-bottom: 0;
    padding-left: 8px;
	-moz-padding-top- : 2%;
  }


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


	
.form-control{
    margin-top: 20px;
}


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



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


	.form-fill{

		width: 100%;
		justify-content: center;
	}



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

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

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



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


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


	.def-btn{
		box-sizing: border-box;
    display: block;

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

	.form-btn{

		/*max-width: 220px;*/
		padding: 15px 20px;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
    font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
    background-color: #f2646e;
	cursor: pointer;
	}

	.form-btn:hover{
		background-color: #29ABE2;
	}

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



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




	.conditions{
		margin-top: 30px;
		padding: 0 17px;
	}



	.item-active {
		box-shadow: 0px 0px 10px 0px rgb(41 171 226 / 50%);
		background-color: #f0f0f0;
		border: 2px solid #29ABE280;
		border-radius: 5px;
		margin: auto;
		margin-bottom: 20px;
	}


	.item-active div{
		margin-bottom: 0;
	}




/*-- DETAILS --*/

	.details{
		margin: 0px auto 0;
		background-color: #fff;
		padding: 40px 0;
	}

	.details-box{
		max-width: 960px;
		width: 100%;
		margin: auto;
		margin-top: 50px;
	}

	.details-box a{
		text-decoration: none;
	}


	.details-box h3{
		font-size: 2rem;
    font-weight: bold;
    color: #314e6d;
	margin-bottom: 20px;
	}

	.details-box p{
		font-size: 1.2rem;
    font-weight: lighter;
    color: #000;
    margin-bottom: 50px;
	}


	.details-box div[class^="def-btn cta-btn"]{
		background-color: #29b2c4;
		margin: auto;
		max-width: 380px;

	}

	.cta-btn{
		padding: 18px 20px;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
    font-family: 'Open sans', 'Helvetica', 'Arial', sans-serif;
    border-radius: 10px;
    background-color: #f2646e;
	cursor: pointer;
	}




/*-- FOOTER --*/

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

	.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;
		color: #fff;
	}

	.footer-position a{
		color: inherit;
	}






@media screen and (max-width:1205px){
	#svg{
		top: 35%;
	}

}



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


}
	

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

	.box-img-intro{
		display: none;
	}


	.general-box{
		padding: 0px 0px 50px;

	}


	.box-form{
		max-width: 500px;
		width: 100%;
		padding-bottom: 0px;
	}

	.right-box{
		width: 100%;
	}

	.box1{
		padding-bottom: 15px;
	}


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


	.intro{
		margin-top: 30px;
		text-align: center;
	}

	.intro h2, .intro h4{
		text-align: center;
	}



}



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

	.info-box{
		padding: 0 35px;
	}


	.box1{
		margin: auto;
	}

	.width-box-benefits{
		text-align: center;
	}

	.extra-box-text{
		padding-top: 30px;
	}


	.box-benefits-text div[class^="def-btn cta-btn"]{
		margin: auto;
	}

	.details-box{
		padding: 0 35px;
		margin-top: 10px;
	}
}



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


	.intro p{
		display: none;
	}

	.options{
		padding: 10px 20px;
	}


}

@media screen and (max-width: 580px){
	
	.form-btn{
		max-width: 100%;
	}

	.benefits{
		margin: auto;
	}

	.box-benefits-title{
		padding: 0 25px;
	}

	.box-benefits-text{
		padding: 20px 35px;
	}
}


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

	.return{
		padding-top: 0;
	}

	.box1{
		border-radius: 0;
	}
}




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



	.header{
		display: none;
		padding: 0;
	}

	.form-fill{

		padding: 0;
	}



}





/* Error message */

.errormsg, #contacterr {
	/*height: 0;*/
	/*padding-top: 0;*/
	/*padding-bottom: 1em;*/
	color: rgb(255, 0, 0);
	background-color: rgb(255, 198, 198);
	border-radius: 20px;
	width: fit-content;
	height: fit-content;
	margin-bottom: .5rem;
	/*transform: scaleY(0);*/
	/*transition: all 1s ease-in;*/
}

.errormsg{
	margin-left: 1rem;
}

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

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

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

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

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

/* 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;
	max-height: 80vh;
  	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);

	}

	.thanks-page{
		max-height: 100vh;
}

/* Loader */

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

.loader {
	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-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

.thankyouloader {
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: white;
	width: 100%;
	height: 100%;
}

#thankyouloader-txt {
	text-align: center;
	margin-top: 100px;
	font-size: 1.5em;
}


/* LOADER */

.spinner {
	color: original;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .spinner div {
	transform-origin: 40px 40px;
	animation: spinner 1.2s linear infinite;
  }
  .spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #12263a;
  }
  .spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
  }
  .spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
  }
  .spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
  }
  .spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
  }
  .spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
  }
  .spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
  }
  .spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
  }
  .spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
  }
  .spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
  }
  .spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
  }
  .spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
  }
  .spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
  }
  @keyframes spinner {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }
  
  
  
  .loaderbg{
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	}
  
  .thanks-span{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  #thankyouloader-txt{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size:20px;
	color: green;
  }
  
  #loader-txt{
	background-image: rgba(0, 128, 0, 0.115);
	border-radius: 10px;
	padding: 1rem;
	width: 150%;
  }
  
  #loader-txt>h1{
	font-weight: 800;
	color: white;
  }
  
  #loader-txt>h4{
	color: black;
  }
  
  .logo-loading{
	margin-top: 1.5rem;
  }
  
  .highlight {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(4, 0, 255, 0.2),
	  rgba(39, 93, 111, 0.7) 95%,
	  rgba(0, 8, 255, 0.1)
	);
  }
  
  
  @keyframes round {
	0% { transform: rotate(0deg) }
	100% { transform: rotate(360deg) }
  }
  
  @media screen and (max-width: 610px){
	
	.loader-svg {
	margin:0;
	margin-top: 15rem;
	margin-bottom: 5rem;}
	
	#loader-txt>h4{
	  font-size: 15px;
	}
  }
  
  @media screen and (max-width: 425px){
  
	#thankyouloader-txt {
	  top: 40%;
	}
  
  } 
  
/* 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;
}
.trapemail{
	display: none;
}