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



* {
  box-sizing: border-box;
}



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

	.head{
		margin: auto;
	}


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

	.title-banner{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		text-align: center;
    margin: auto;
    color: #fff;
    padding: 5px;
    font-size: calc(.9rem + 0.3vw);
	}

	.title-banner span{
		margin: 2% 0;
    display: inline-block;
    padding-left: 20px;
    text-align: left;
	}

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

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


/* --- Main --- */

	.bg-img{

    background: url(../images/bg-img.jpg) no-repeat;
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    min-height: 420px;
	}



	.intro-responsive{
		display: none;
	}

	.intro-responsive{
		max-width: 550px;
		width: 100%;
	}

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



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


	/* --- FORM --- */



	.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: #0C3D7D;
	}

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

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




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

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




/*-- BENEFITS --*/

	.benefits{
		padding: 80px 70px 30px;
	}

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

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

	.body-benefits{
		max-width: 1200px;
		width: 100%;
		margin: auto;
	}




/*-- EXTRA INFO --*/

	.product{
		background-color: #f2f2f2;
		padding: 0;
	}
	
	.title-product{
		background-color: #F27E00;
		padding: 20px 50px;
		text-align: center;
		color: #fff;
	}

	.title-product h3{
		font-weight: bold;
		font-size: calc(2.0rem + .5vw);
	}

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

	.img-product img{
		max-width: 800px;
		width: 100%;
		margin: auto;
	}


	.box-cta{
		padding: 0px 0 20px;
	}

	
	.def-btn{
		box-sizing: border-box;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 430px;
    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;
    font-weight: 700;
    font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
    background-color: #fe5815;
	}

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




	/*-- REASONS --*/


	.reason{
		background-color: #0C3D7D;
		padding: 80px 70px 60px;
	}

	.title-reason{
		text-align: center;
		padding-bottom: 40px;
		color: #FFF;
	}

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

	.box-reason{
		max-width: 1200px;
		width: 100%;
		margin: auto;
		margin-bottom: 50px;
		justify-content: center;
	}

	.box-reason div{
		text-align: center;
	}

	.box-reason h4{
		padding-top: 15px;
		color: #fff;

	}

	.box-reason img{
		max-width: 70px;
		width: 100%;
	}

	.product{
		max-width: 400px;
		width: 100%;
		margin: auto;
	}

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




	/*-- Durability --*/


	.durability{
		padding: 80px 70px 60px;
	}

	.body-durability{
		max-width: 1200px;
		width: 100%;
		margin: auto;
	}

	.title-durability{
		text-align: center;
		padding-bottom: 40px;
		color: #0C3D7D;
	}

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




/*-- Hardness --*/


	.hardness{
		background-color: #0C3D7D;
		padding: 80px 70px 60px;
		color: #fff;
	}

	.title-hardness{
		padding-bottom: 40px;
		color: #fff;
		text-align: center;
	}

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

	.body-hardness{
		max-width: 1100px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
	}


	.table{
		padding: 80px 70px 60px;
	}

	.body-table{
		max-width: 1100px;
    width: 100%;
    margin: auto;
	}

	.body-table table{
		border: 1px solid #e5e5e5;
		border-radius: 20px;
		background-color: #fff;
	}

	.body-table p{
		padding-top: 25px;
		color: #0c3d7d;
	}

	
	tr{
		height: 60px;
	}

	.blue-table td{
		background-color: #0c3d7d;
		color: #fff;
	}


/*-- CAPACITY --*/

	.capacity{
		background-color: #0C3D7D;
		padding: 80px 70px 60px;
		color: #fff;
	}

	.title-capacity{
		padding-bottom: 40px;
		color: #fff;
		text-align: center;
	}

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

	.body-capacity{
		max-width: 1100px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
	}



/*-- VOLUME --*/


	.volume{
		padding: 80px 70px 60px;
	}

	.body-volume{
		max-width: 1200px;
		width: 100%;
		margin: auto;
	}

	.body-volume table{
		border: 1px solid #e5e5e5;
		border-radius: 20px;
		background-color: #fff;
	}

	.title-volume{
		text-align: center;
		padding-bottom: 40px;
		color: #0C3D7D;
	}

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







/*-- TESTI --*/

	.people{
		background-color: #0C3D7D;
		padding: 50px 80px;
		color: #fff;
	}

	.box-people{
		margin: auto;
	}

	.box-people img{
		max-width: 150px;
		width: 100%;
	}

	.title-people{
		text-align: center;
    padding-bottom: 40px;
    color: #fff;
	}

	.title-people h3{
		font-weight: bold;
	}

	.box-people p{
		margin-bottom: 5px;
	}





/*-- FOOTER --*/

	.footer{
		/*background-color: rgba(255, 255, 255, 0.7);
		border: 1px solid	#CF102D;*/
		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: #0C3D7D;
	}

	.footer-position a{
		color: inherit;
	}




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

}

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


}
	

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

	.logo img{
		margin-left: 0;
		max-width: 120px;
	}



}

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

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

	.title-banner div[class^="col-lg-8"]{
		display: none;
	}

	.bg-img{
		min-height: 250px;
		background:url(../images/bg-img-responive.png) no-repeat;
		background-size: cover;
    background-position-y: top;
    background-position-x: center;
	}

	.intro-responsive{
		display: block;
		text-align: center;
	}

	.intro-responsive img{
		text-align: center	;
	}

	.intro-responsive p{
		font-weight: bold;
    color: #fff;
    font-size: 23pt;
    padding: 10px;
	}


	.benefits, .reason, .durability, .hardness, .capacity {
		padding: 80px 30px 60px;
	}

	.table, .volume{
		padding: 80px 20px 60px;
	}


	.box-people div[class^="col-lg-6 col-md-6 col-sm-12 row"]{
		margin-bottom: 30px;
    text-align: center;
	}

}



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

	.product{
		display: none;
	}



}

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




}

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

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