@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 "postcode.css";
@import "thankyoupage.css";
@import "errormsg.css";


body{

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

.container-fluid{
	max-width: 1920px;
	width: 100%;
	margin: auto;
}

#email{
	position: absolute;
	top: -9999px;
}

.container{
	background-color: #fff;
	font-family: "Open sans, Helvetica, Arial", sans-serif;
	padding-bottom: 3%;	
}

.fa-window-close {
    border: 0;
    background-color: #fff0;
  }

  #bclose{
	border: 0;
    background-color: #fff0;
  }

/* --- Header --- */

	.header{
		background-color: #fff;
		text-align: center;
	}

	.logo img{
		max-width: 180px;
		width:100%;
		margin: 10px;

	}


/* --- Banner --- */

	#form{
		margin-top: 50px;
		position: relative;
    	left: 5%;
    	max-width: 560px;

	}

	.bg-form{
		background: url("../images/banner_consumind.jpg");
		background-repeat: no-repeat;
		background-position: right;
    	background-size: 1920px;
		height: 700px;
	}

	#intro{
		padding: 90px 30px 10px 60px;
	    text-align: center;
	    color: #fff;
	    font-size: calc(1.3rem + 0.4vw);
	    text-shadow: 3px 5px 5px #464646;
	}

	#intro h2{
		font-size: calc(2.1rem + 1.5vw);
	}




/* --- Form --- */

	.bg-color{
		background-color: rgba(255, 152, 0, .7);
    	border-radius: 10px;
		padding: 30px 20px 30px;
	}

	.bg-white{
		width: 100%;
    	padding: 5%;

	}

	.text-primary{
		color: #fff!important;
		text-align: center;
		font-weight: bold;
		font-size: calc(1.4rem + 0.5vw);
	}

	.bg-color p{
		color: #fff!important;
		text-align: center;
		font-size: calc(0.7rem + 0.5vw);
    	line-height: calc(1rem + 0.7vw);
	    font-weight: lighter;
	    width: 90%;
	    margin: auto;
	    padding-bottom: 20px;
		}


	.form-group{
		margin-bottom: 30px;
	}

	.campos{
		margin-bottom: 10px; 
	}


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

	.form-control{
		max-width:100%;
		height: auto;
	}
	
	.custom-select{
		display: inline-block;
	    width: 100%;
	    height: 48px;
	    padding: .375rem 1.75rem .375rem .75rem;
	    font-size: 1rem;
	    line-height: 1;
	    color: #7c7c7c;
	    vertical-align: middle;
	    background: #fff;
	    border: 1px solid #ced4da;
    	border-radius: 6px;
	}

	.btn{
		color: #fff;
    	background-color: #ff9800;
    	border-color: #ff9800;
    	font-size: 1.25rem;
    	line-height: 1.5;
    	border-radius: .3rem;
	}

	.btn:hover{
		color: #fff;
	    background-color: #ca6900;
	    border-color: #bd6200;
	}


	.bol-logo{
		text-align: center;
	}

	 .btn-default{
  color: #ff9800;
  border: 0;
  background-color: #f7f7f7;
}




/* --- Ventajas --- */

	h3{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		margin: auto;
		margin-top:40px; 
		display: block;
		font-weight: 700;
		font-size: 30px;
		color: #4d4d4d;
	}
	
	.container{
		width: 100%;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
	}

	.boxes-adv{
		max-width: 750px;
		width: 100%;
		margin-left: 40px;
		margin-bottom: 30px;

	}

	.box-icons{
		max-width: 1300px;
		width: 100%;
		margin: 50px auto;
	}

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

	.campos2 {
		border: 1px solid orange;
		padding: 5px 15px;
		border-radius: 5px;
		margin-bottom: 0.8rem;
	}

/* --- Footer --*/


	.footer{
		display: inline-block;
		background-color: rgba(255, 152, 0);
		text-align: center;
	}

	.footer-position{
		max-width: 1200px;
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
	}

	.footer-position p{
		padding: 30px;
		margin: 0;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		color: #ffffff;
	}

	.footer-position a{
		
		color: inherit;
	}


@media screen and (max-width: 991px){
	
	/* --- Ventajas responisve --- */
	h3{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		margin: auto;
		margin-top:40px; 
		margin-bottom: 30px;
		display: block;
		font-weight: 700;
		font-size: 30px;
		color: #4d4d4d;
	}

}


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

	.bg-form{

		background: url("../images/banner_consumind.jpg");
		background-repeat: no-repeat;
		background-position:top;
		background-size: 1920px 1400px;
		height:auto;
	}

	#intro{
		width: 100%;
		padding: 40px 30px 10px;
	}

	#intro p{
		display: none;
	}


	#form{
		margin: 30px auto;
		left: 0;
		position: initial;
		width: 100%;

	}

	.box-icons{
		padding: 0 60px 10px;
	}


	/* --- Ventajas responisve --- */
	 .article{
		margin: 0 auto;
		padding: 20px 0px;
	}

	.boxes-articles{
		width:100%;
		margin-top: 30px;
		padding: 70px;
	}


	.boxes-adv{
		width: 90%;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		margin: 5% 0 1% 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.boxes-adv div{
		width: 100%;
	}



}


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

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

	.campos{
		padding: 10px;
	}


	/* --- Footer responsive--*/
	.footer-position{
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
		text-align: center;
		font-size: 10px;
	}

	.row>*{
		padding-right: 0 !important;
	}



}

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

	/* --- Header responsive--- */

		.banner{
		position: relative;
		display: inline-block;
	}


	/* --- Banner responsive--- */
	.banner img{
		max-width: 500px;
		width: 100%;
		height:auto;
	}
	.logo{
		text-align: center;
	}

	.title h1{
		font-size: 12vw;
		line-height: 12vw;
		font-weight: bold;
		max-width: 500px;
		text-align: center;
	}

	/* --- Articles responsive--*/


	.boxes-articles{
		padding: 40px;
	}

	.article{
		margin: 0 auto;
		padding: 50px 0;
		text-align: center;
	}

	.title-box-article span{
		display: block;
	}

}

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


/* Loader */

.thankyouloader {
	width: 100%;
}

.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: rgb(15, 9, 102);
}

#loader-txt{
  background-image: rgba(0, 128, 0, 0.115);
  border-radius: 10px;
  padding: 1rem;
  width: 150%;
}

#loader-txt>h1{
  font-weight: 800;
}

.logo-loading{
  margin-top: 1.5rem;
}

.highlight {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(0, 166, 255, 0.3),
    rgba(0, 149, 255, 0.7) 95%,
    rgba(0, 195, 255, 0.1)
  );
}


.loader-svg {
  color: rgb(0, 49, 128);
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin:5rem;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
 


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

  #thankyouloader-txt {
    top: 40%;
  }

} 

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

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

.thanks-page{
	max-width: 900px;
	width: 100%;
	margin: auto;
  border-radius: 10px;
	background-color: #f4f4f5; 
	position: fixed;
  	top: 5%;
  	left: 50%;
	transform: translateX(-50%);
  	margin-top: 0px;
  	z-index: 10;
	min-height: 80vh;

  	opacity: 1;
  	-webkit-transition: opacity 1000ms linear;
  	transition: opacity 1000ms linear;
}