@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";

html{
	height: 100%;
}
body{

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


* {
  box-sizing: border-box;
}

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

.page1{

}

.def-btn{
		box-sizing: border-box;
    display: block;
    margin: 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{
    color: #fff;
    max-width: 280px;
    font-weight: 700;
    font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
    background-color: #f6833c;
    margin-top: 50px;

	}

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

.cta-btn a{
	padding: 18px 20px;
	display: block;
}





/* --- Header --- */

	.header{
		background-color: #fff;

	}

	.header-holder{

		max-width: 1100px;
		width: 100%;
		margin: auto;
	}

	.header-holder h3{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		font-size: 1.4rem;
		color: #1a1a1a;
		margin: 0;
	}

	.title-box {
		margin: 20px 0;
		text-align: right;
	}
	/*.header-holder div:nth-child(1){
		max-width: 250px ;

	}

	.header-holder div:nth-child(2){
		margin: 15px auto;
		padding-right: 20px;
		float: right;
	}*/

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

	.title-mobile{
		display: none;
	}

	.section-container{
		padding: 50px 100px;
	}

	.tlt-banner{
		font-family: "Open Sans", sans-serif;
	    text-align: center;
	    font-weight: 600;
	    font-size: 1.3em;
	    margin-bottom: 1.75rem;
	}

	.tlt-banner-mobile{
		display: none;
	}



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



/* --- Box Form --*/



	#formdp{
		color: #fff;
		text-align: center;
	}

	#titledp-1{
		font-size: calc(1.5rem + .6vw);
		padding: 8px;
	}

	#titledp-2{
		padding: 2px 0 8px;
	}

	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		padding: 0 50px 20px;
		max-width: 1100px;
		width: 100%;
		background-color: #f19a38;
		border: 1px solid #c2c2c2;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}

	.box1{
		display:block;

		box-sizing: border-box;
		font-size: 14pt;

	}



/* -- BODY -- */


	.box-credit{
		background-color: #fff;
		max-width: 1100px;
		width: 100%;
		margin: auto;
		padding: 30px 0;
		margin-bottom: 0px;
	}

	.box-credit h1{
		text-align: center;
		color: #f19a38;
		font-weight: bold;
		padding-bottom: 30px;
	}

	.box-credit h2{
		color: #f19a38;
		font-weight: bold;
		margin-top: 50px;
	}


	.box-credit-1, .box-credit-2, .box-credit-3, .box-credit-4, .box-credit-5{
		padding: 0 80px;
	}

	.box-credit-1 h5{
		padding-bottom: 30px;
		font-size: 1.3rem;
		font-weight: bold;
	}

	.box-credit-2{
		padding-bottom: 50px;
	}

	.box-credit-3{
		background-color: #f2f2f2;
		padding-top: 30px;
		padding-bottom:30px ;
		margin: 0;
	}


	.box-credit-3 h2{
		text-align: center;
		padding-bottom: 30px;
	}


	.box-credit img{
		max-width: 55px;

		margin: auto;
		padding-right: 10px;
	}

	.box-credit-5{
		padding-bottom: 60px;
		text-align: center;
	}

	.box-credit-5 h2{
		text-align: left;
	}

	.box-credit-5 img{
		max-width: 150px !important;
		width: 100%;
		margin-top: 40px;
		padding-bottom: 10px;
	}


	.box-credit-5 p{
		max-width: 350px;
		width: 100%;
		margin: auto;
	}




/* -- FOOTER -- */

	.foot{
		background-color: #1a1a1a;

	}

	.only{
		width: 100%;
    	margin: auto;
	}
	.position{
		padding: 7px 10px;
		box-sizing: border-box;

	}

	.position div:nth-child(2){
		text-align: right;
		margin: auto;
		color: #fff;
	}

	.position img{
		max-width: 150px;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;

	}

	.cont{
		float: right;
		margin: 10px auto;
	}

	.cont span{
		font-size: calc(.5rem + .2vw);
	}


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



}


@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 !important;
		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;
	}

	

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


}

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

	.section-container{
		padding: 30px 0;
	}

	.box-credit-1 div[class^="col-lg-1 col-md-1 col-sm-12"]{
		text-align: center !important;
		padding-top: 20px;
	}

	.box-credit-1 div[class^="col-lg-11 col-md-11 col-sm-12"]{
		text-align: center !important;
	}

	.box-credit-3 div[class^="col-lg-1 col-md-1 col-sm-12"]{
		text-align: center !important;
		padding-top: 20px;
	}

	.box-credit-3 div[class^="col-lg-11 col-md-11 col-sm-12"]{
		text-align: center !important;
	}

}


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

	.box-credit{
		padding: 20px;
	}

}


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



	.box-credit-1, .box-credit-2, .box-credit-3, .box-credit-4, .box-credit-5{
		padding: 0 30px;
	}

	.box-credit-3{
		padding-bottom: 30px;
	}

}


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

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

	.title-mobile{
		
	}

}

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

	.title-box{
		display: none;
	}


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

	}
	
	.title-mobile h3{
		font-family: "Open Sans", "Hevletica", "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{
		padding: 20px;
	}


}


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


}




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

/* Cookies */

#cookies-btn{
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: white;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.cookies-text {
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	width: 100%; 
	z-index: 100001; 
	padding: 5px 10px; 
	font-size: 18px; 
	text-align: justify; 
	box-sizing: border-box; 
	color: #fff; 
	background-color: 
	rgba(53,53,53,.9); 
	position: fixed; 
	width: 100%; 
	bottom: 0; 
	left: 0; 
	height: auto; 
	z-index: 99999;
	margin-left: 0;
  }
  
  .cookies-text a {
	color: #FF9023;
  }
  
  .cookies-test a:hover {
	color: #FFFFFF;
  }
  
  .cookies-box {
	/*max-width: 800px;*/
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
  }
  




