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

* {
  box-sizing: border-box;
}


img{
	width: 100%;
}

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

/* --- Header --- */

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


	.head p{
		margin: 10px 0;
		color: #fff;
		font-weight: bold;
	}

	.logo{

	}

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

	.menu{
		max-width: 960px;
		width: 100%;
		margin: auto;
		padding: 30px 0 20px;
		color: #000;
		font-weight: bold;
	}



/* --- MAIN --- */


	.general-box{
		background-color:;
		max-width: 1200px;
		width: 100%;
		margin: auto;
		padding-top: 40px;

	}

	.general-box-mobile{
		display: none;
	}

	.first-block, .second-block{
		max-width: 1200px;
		width: 100%;
		margin: auto;
	}


	.first-block strong{
		padding: 10px 10px;
		background-color: #000;
		color: #fff;
	}

	.first-block-img-02{
		padding-top: 30px;
	}


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

	.black-block span{
		padding: 9px 10px 8px;
    background-color: #000;
    color: #fff;
    display: inline-block;
	}

	.black-block h5{
		border-bottom: 2px solid #000;
		border-color: #000;
		margin-bottom: 20px;
	}

	.title-responsive{
		background-color: #fff !important;
		color: #000 !important;
	}


	.second-block{
		margin-top: 40px;
	}



	.blue-block span{
		padding: 9px 10px 8px;
    background-color: #406FF8;
    color: #fff;
    display: inline-block;
	}


	.blue-block h5{
		border-bottom: 2px solid #406FF8;
		border-color: #406FF8;
		margin-bottom: 20px;
	}

	.blue-block h2{
		margin-top: 40px;
	}



	.pink-block{
		margin-top: 60px;
	}


	.pink-block span{
		padding: 9px 10px 8px;
    background-color: #FF505A;
    color: #fff;
    display: inline-block;
	}


	.pink-block h5{
		border-bottom: 2px solid #FF505A;
		border-color: #FF505A;
		margin-bottom: 20px;
	}

	.pink-block p{
		margin-top: 20px;
	}





	.yellow-block span{
		padding: 9px 10px 8px;
    background-color: #FBB03B;
    color: #fff;
    display: inline-block;
	}


	.yellow-block h5{
		border-bottom: 2px solid #FBB03B;
		border-color: #FBB03B;
		margin-bottom: 20px;
	}

	.yellow-block-box{
		margin-bottom: 30px;
	}

	.yellow-block-box p{
		font-size: 14pt;
		line-height: 16pt;
		margin-bottom: 5px;

	}

	.yellow-block-box p:nth-child(2){
		font-size: 9pt;
	}


	.brown-block span{
		padding: 9px 10px 8px;
    background-color: #603813;
    color: #fff;
    display: inline-block;
	}


	.brown-block h5{
		border-bottom: 2px solid #603813;
		border-color: #603813;
		margin-bottom: 20px;
	}


	.brown-block-box{
		margin-bottom: 30px;
	}

	.brown-block-box p{
		font-size: 12pt;
		line-height: 15pt;
		margin-bottom: 5px;
		margin-top: 10px;

	}


	.purple-block{
		margin-top: 40px;
	}


	.purple-block span{
		padding: 9px 10px 8px;
    background-color: #662D91;
    color: #fff;
    display: inline-block;
	}


	.purple-block h5{
		border-bottom: 2px solid #662D91;
		border-color: #662D91;
		margin-bottom: 15px;
	}

	.intro-purple p:nth-child(2){
		font-size: 9pt;
	}

	.purple-block-box p:last-child{
		margin-top: 15px;
	}




	.green-block{
		margin-top: 60px;
		display: block;
	}

	.green-block-responsive{
		display: none;
	}



	.green-block span{
		padding: 9px 10px 8px;
    background-color: #00A99D;
    color: #fff;
    display: inline-block;
	}


	.green-block h5{
		border-bottom: 2px solid #00A99D;
		border-color: #00A99D;
		margin-bottom: 20px;
	}


	.title-form{
		background-color: #00A99D;
		padding: 10px;
		text-align: center;
		color: #fff;
	}



	/* --- FORM --- */



	.last{
		padding: 0;
	}

		.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;

		width: 100%;
		min-height: 280px;
		background-color: #f2f2f2;
		border: 1px solid #c2c2c2;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}

	.box1{
		padding-top: 20px;
	}

	.options{
		margin: auto;
		padding-top: 20px;
	}

	.options input[type="text"]{
		width: 100%;
		height: 40px;
	}

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

	[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, .answer-holder-05opt{
	    border-radius: 5px;
	    color: #fff;
	    background-color: #00A99D;
	    border: 2px solid #00A99D;
	    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	    cursor: pointer;
	    transition: all 0.2s ease-in-out;
	}

	.answer-holder-02opt, .answer-holder-04opt, .answer-holder-05opt{
    margin: auto;
    padding: 5px 10px;
    max-width: 450px;
    width: 100%;
    min-height: 65px;
    margin-bottom: 10px;
    font-size: 11pt;
	}

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

	.extra img{
		max-width: 50px;
		width: 100%;
		margin: auto;
    display: block;
	}

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


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



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

	.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: #00A99D;
	}

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


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

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

	#step-6 > .form-fill > .row {
		padding-left: 0;
		padding-right: 0;
	}

	.return{
    color: #c2c2c2;
    padding: 20px 20px 0;
    text-decoration: underline;
    box-sizing: border-box;
    cursor: pointer;
    margin: auto;
    justify-content: space-between;
	}

	.return p{
		text-align: left ;
	}

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


	.ts-block{
		text-align: right;

		bottom: 0;
		right: 0px;
	}

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


	.column-responsive{
		display: none;
	}

	.column-desktop{
		display: block;
	}










/*-- TIPS --*/

	.cta-btn{
		border: solid 2px #A98F79;
    max-width: 350px;
    padding: 20px;
    border-radius: 	5px;
    text-decoration: none;
    font-weight: bold;
    color: #A98F79;

    font-size: 1.2rem;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 500ms ease;
    cursor: pointer;
	}

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




/*-- SELECTION --*/


	.selection-box div[class^="col-lg-3 col-md-4 col-sm-12 col-12"]{
		background-color: #fff;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
    padding: 25px;
	}










/*-- FUNCTION --*/



	.function div[class^="def-btn cta-btn"]{
		border: solid 2px #fff;
		color: #fff;
	}

















/*-- FOOTER --*/

	.footer{
		background-color: #424242;
		/*border: 1px solid	#CF102D;*/
		text-align: center;
		margin-top: 30px;
	}

	.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:1024px){
	
	.line-steps{
		max-width: 280px;
	}

	.function-box{

	}

}

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

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

	.img-benefits{
		text-align: center;
	}

	.special-box-cta{
		margin-right: auto;
		margin-top: 20px;
	}

	.column-desktop{
		display: none;
	}

	.column-responsive{
		display: block;
	}

	.yellow-block, .purple-block, .brown-block, .green-block-responsive{
		margin-top: 60px;
		padding: 0;
	}

	.add-height div[class^="col-lg-4"]:nth-child(1), .add-height div[class^="col-lg-4"]:nth-child(2){
		margin-bottom: 30px;
	}


}
	

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


	.general-box{
		padding: 20px 15px 50px;

	}

	.general-box-mobile{
		display: block;
	}

	.general-box-mobile img{
		max-width: 770px;
		width: 100%;
	}

	.step-box{
		display: none;
	}


	.step-box-mobile{
		display: block;
	}

	.step-box-mobile img{
		max-width: 770px;
		width: 100%;
	}


	.function img{
		text-align: center;
		max-width: 450px;
		padding-bottom: 25px;
	}


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


	.box1{
		padding-bottom: 0;
	}


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


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

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



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


	.title-responsive{
		display: none !important;
	}

	.first-block-img-01{
		margin-top: 30px;
	}

	.first-block-img-02 div{
		margin-bottom: 30px;
	}

	.green-block{

	}


	.green-block-responsive{

	}


	.green-block-responsive span{
		padding: 9px 10px 8px;
    background-color: #00A99D;
    color: #fff;
    display: inline-block;
	}


	.green-block-responsive h5{
		border-bottom: 2px solid #00A99D;
		border-color: #00A99D;
		margin-bottom: 20px;
	}

	.yellow-block{

	}








}

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

	.options{
		padding: 10px 20px;
	}

	.header{
		display: ;
	}

	.box-tips, .function{
		padding: 50px 30px;
	}

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

	.background-tip{
		max-width: 320px;
		margin: auto;
		margin-bottom: 20px;
	}

	.selection-box div[class^="col-lg-3 col-md-4 col-sm-12 col-12"]{
		margin-bottom: 30px;
	}

	
	.function-box div[class^="color-box-text text-center"]{
		padding: 15px 20px;
	}

	.function div[class^="def-btn cta-btn"], .box-tips div[class^="def-btn cta-btn"]{
		margin: auto;
	}

  .function-box{
		padding: 0;
		text-align: center;
	}

	.why{
		padding: 40px 20px;
	}

	.why-box{
		padding: 0;
	}

	.works{
		padding: 60px 20px;
	}



	.last-box{
		padding: 30px 20px;
	}


}

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


	.box-tips, .function-box, .last,{
		padding: 50px 30px 20px;
	}


	.function{
		margin: auto;
	}


	.techno-step{
		margin: auto;
		margin-bottom: 40px;
		max-width: 400px;
	}


	.techno-step img{
		max-width: 100%;
	}

	.techno-step h5{
		padding: 10px 40px;
	}

	.techno-last-text{

		padding: 20px 15px 25px;
	}

	.advantage{

	}



}


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

	.return{
		padding-top: 0;
	}
}




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



}





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


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

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

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

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