@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');

body{

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

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

* {
  box-sizing: border-box;
}

	.col{
	    float: left;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	}


	#display{
		padding: 1rem;
	}

/* --- BG image --- */
	.bg-img{
		background: url("../images/banner2.jpg");
  		background-repeat: no-repeat;
  		background-color: #FFF;

	}

/* --- Header --- */

	.logo img{
		max-width: 16rem;
		width:100%;
		padding: 20px;
		margin-left: 45px;
	}

/* --- Box Form step 1--*/

	.box-form{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
		padding: 4%;
		max-width: 1200px;
		width: 100%;
		margin-top: 3%;
		background-color: #fff;
		border: 1px solid #c2c2c2;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}

	.change-box1 {
		display:block;
		box-sizing: border-box;
	}

	.change-box1 p {
		font-size: calc(1.5rem + 0.5vw);
		padding: 0px 0px;
	}
	
	.num ul {
		list-style: none;
		padding-left: 0;
	}

	.num li {
		display: inline-block;
    	font-weight: 100;
    	font-size: 2em;
    	margin-right: 10%;
    	padding: 0.2em 0.4em;
    	border-radius: 50%;
		border: solid 1px #4d4d4d;
	}

	.active {
		color: #FFF !important;
		background-color:#0f8d3b !important; 
		border: solid 1px #0f8d3b !important;
		transition: background-color 1s ease-in;
	}
	
	#left-box {
		padding-right: 60px;
	}

	.form-box1 {
		margin-top: 40px;
		padding-right: 10px;
	}

	.title-banner{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    text-align: center;
		margin-top: 20px;
	    font-weight: 600;
	    font-size: calc(2rem + 0.5vw);
	    line-height: calc(2.2rem + 1.2vw);
	    color: #FFF;
	}

	.btn-step1{
	    max-width: 820px;
	    width: 100%;
	    text-align: center;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    padding: 3% 10%;
	    font-size: 1.3em;
	    color: #ffffff;
	    background-color: #0f8d3b;
	    border-color: #0f8d3b;
	    border-radius: 5px;
	    margin: auto;
	    margin-bottom: 100px;
	}

	.btn-step1:hover{
		transition: all 1s;
		background-color: #0a491d;
		border-color: #0a491d;
		color: #fff;
	}


	.box-fixed{
		display: inline-block;
		border-left: 2px solid #c2c2c2;
		padding-left: 60px;
		margin-top: 99px;
	}

	.box-fixed img{
		max-width: 70px;
		width: 12%;
		margin-right: 10px;
	}

	.box-fixed p{
		font-size: 2em;
	    font-weight: bold;
	    margin-top: 5%;
	}

	.box-fixed ul{
		padding: 1em;
	}

	.box-fixed li{
		font-size: 1.3em;
    	padding-top: 8%;
	}

/* --- Box Form step 2--*/

	.change-box2{
		display: none;
		box-sizing: border-box;
	}
	

	.num #circle2{
		color: #FFF;
		background-color:#0f8d3b; 
		border: solid 1px #0f8d3b;
	}

	.change-box2 p{
		font-size: calc(1.5rem + 0.5vw);
		padding: 0px 0px;
	}

	.tlt{
		font-weight: bold;
	}

	#form-1{
		display: block;
	}

	#form-2{
		display: none;
	}


	.btn-step2{
	    text-align: center;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    padding: 2% 8%;
	    margin-top: 5%;
	    margin-left: 40%;
	    color: #ffffff;
	    background-color: #0f8d3b;
	    border-color: #0f8d3b;
	    font-size: 1.3em;
	    border-radius: 5px;
	    margin-bottom: 10%;
	}
	.btn-step2:hover{
		background-color: #0a491d;
		border-color: #0a491d;
		color: #fff;

	}

	.step2{
		margin-top: 5%;
	}

/*-- Box Form step 3 --*/

	.change-box3{
		display: none;
	}

	

	.num #circle3{
		color: #FFF;
		background-color:#0f8d3b; 
		border: solid 1px #0f8d3b;
	}

	.change-box3 p{
		font-size: calc(1.5rem + 0.5vw);
		padding: 0px 0px;
	}


	.form-check-label{
		font-size: 0.8em;
	}

	.btn-step3{
	    text-align: center;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    padding: 2% 8%;
	    margin-top: 5%;
	    margin-left: 15%;
	    font-size: 1.3em;
	    color: #ffffff;
	    background-color: #0f8d3b;
	    border-color: #0f8d3b;
	    border-radius: 5px;
	    margin-bottom: 10%;
	}



	.btn-step3:hover{
		background-color: #0a491d;
		border-color: #0a491d;
		color: #fff;

	}

	.step3{
		margin-top: 24px;
	}

	.step3 a{
		text-decoration: none;
		color: inherit;
	}

	.btn-outline-primary{
		border-color: #0f8d3b;
		color: #0f8d3b;
	}

	.btn-check:checked+.btn-outline-primary,.btn-outline-primary:active{
		color: #fff;
    	background-color: #0f8d3b;
    	border-color: #0f8d3b;
	}

	.btn-outline-primary:hover{
		color: #fff;
    	background-color: #0f8d3b;
    	border-color: #0f8d3b;
	}

	.return{
		background-color: #fff;
		border: none;
		font-size: 20px;
		padding: 2% 5%;
		margin-top: 5%;
	    border-bottom: solid 5px #0f8d3b;
	}

	.col-md-6{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
	}


	.form-group-2 {
		margin: auto;
		margin-top: 30px;
		text-align: left;
	}

	.form-group-3 {
		margin: auto;
		margin-top: 10px;
		text-align: left;
	}

	.campos{
		margin-bottom: 30px;
	}

	.campos span{
		margin-top: 5px;
		font-size: 20px;
		display: block;
	}

	/*.form-control{
		height:50px;
		width: 100%;
	}*/


	.boxes-advantage{
		max-width: 1450px;
		width: 100%;
		margin: auto;
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	}

	.title-advantage{
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		margin-top: 8%;
	}

	.blocks{
	    margin-top: 5%;
	    margin-bottom: 12%;
	}


	.reason{
		border: 2px solid #c2c2c2;
		padding: 1.5%;
    	width: 32%;
    	height: 263px;
    	margin:auto;
		text-align: center;
		box-sizing: border-box;
	}

	.reason img{
		max-width: 100px;
		width: 100%;
		margin-bottom: 10px;
	}

	.bold{
		font-size: 1.2em;
		font-weight: bold;
	}

	.footer{
		display: inline-block;
		background-color: #0f8d3b;
		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:1030px){
	
	.title-banner{
		max-width: 900px;
		width: 100%;
		margin:auto;
	}

	.box-form{
		max-width: 960px;
		width: 100%;
	}

}

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

	.box-fixed{
		border-left: solid 0;
		border-top: solid 1px #c2c2c2;
		margin-top: 10px;
		padding-left: 0;
		text-align: center;
	}
	.box-fixed p{
		max-width: 700px;
		width: 100%;
		padding-top: 10px;
		margin: auto;
	}

	.box-fixed ul{
		list-style: none;
	}

	.box-fixed img{
		margin:auto;
		padding-bottom: 10px;
		display: block;
		text-align: center;
	}
}
	

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

	.logo{
		text-align: center;
	}

	.logo img{
		max-width: 300px;
		width: 100%;
		margin: auto;
	}


	.change-box1{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.num{
		max-width: 700px;
    	width: 100%;
    	margin: 3% auto;
	}

	.form-box{
		margin:40px auto 0;
		padding:0;
	}
	
	.btn-step1{
	    margin-bottom: 5%;
	}

	.title-banner{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    text-align: center;
		padding: 0.5em;
		margin: 0 auto;
	    font-weight: 600;
	    color: #FFF;
	}

	/*-- Box Form step 2 --*/
	.change-box2{
		box-sizing: border-box;
	}


	.change-box2 p{
		padding: 10px 0px;
	}


	.tlt{
		font-weight: bold;
		margin-bottom: 2%;
	}

	.step2{
		display: block;
	}

	.btn-step2{
		margin-left: 0;
    	max-width: 820px;
    	width: 100%;

	}

	.return{
		background-color: #fff;
		border: none;
		width: 100%;
    	margin: auto;
		font-size: 18px;
	}
	

	/*-- Box Form step 3 --*/
	.change-box3{
		box-sizing: border-box;
	}

	.step3{
		display: block;
	}

	.btn-step3 {
	    margin-left: 0;
	    max-width: 820px;
	    width: 100%;
	}

	/*-- End Box Form step 3 --*/

	
	.box-fixed{
		display: inline-block;
    	margin-top: 5%;
    	padding: 0;
    	width: 100%;
    	border-left: solid 0;
    	border-top: solid 1px #c2c2c2;
	}
	.box-fixed li{
		font-size: 1.2em;
    	padding-top: 8%;
	}

	.title-advantage{
		width: 80%;
		margin: 20px auto;
	}

	.reason{
		border: 2px solid #c2c2c2;
		padding: 1.5%;
		width: 80%;
		height: auto;
		margin: auto;
		margin-bottom: 5%;
		text-align: center;
		box-sizing: border-box;
	}

	.reason img{
		max-width: 70px;
		width: 100%;
		margin-bottom: 10px;
	}
}

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

	/*.form-group{
		display: block;
		margin-top: 0;
	}*/

	.tlt{
		margin-top: 25px; 
	}
}



/* ---------------------------------------- POP UPS CSS ----------------------------------------- */

.errormsg, #contacterr {
	color: rgb(255, 68, 68);
	margin: 0.5rem;
	border-radius: 20px;
	width: fit-content;
  }
  
  .form-control{
	margin-bottom: 0.2rem
  }
  
  /* Realised by */
  
  .really{
  
	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 1.5em;
	color: #999;
	width: 50%;
	min-height: 500px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -25%;
	transform: scale(0, 0);
	transition: all 0.5s ease;
	z-index: 9;
  }
  
  .reallyactive{
	transform: scale(1, 1);
  }
  
  #realisedbybox{
	margin-top: 20px;
	overflow-y: scroll;
	max-height: 400px;
  }
  
  #realisedby>img {
	max-width: 200px;
  }
  
  #realisedbyclose {
	float: right;
	margin-right: 15px;
  }
  
  .fa-window-close{
	border: 0;
	border-radius: 5px;
	color: #f1faee;
	background-color: #ff97a7;
	font-weight: 600;
	padding: 0.1rem 0.3rem;
  }
  
  /* Loader */
  
  .thankyouloader {
	  background-image: url("images/loader.gif");
	  background-repeat: no-repeat;
	  background-position: center;
	  background-color: white;
	  width: 100%;
	  height: 100%;
  }
  
  .loader {
	  background-image: url("images/loader.gif"); 
	  width: 30px;
	  height: 30px;
	  z-index: 10;
	  background-repeat: no-repeat;
	  background-size: contain;
	  max-width: 30px;
	  max-height: 30px;
	  float: left;
  }
  
  .thanks-span{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem;
  }
  
  .thanks-span>img{
	width: 100px;
	height: 100px;
  }
  
  
  /* Contact Form */
  
  .contactform {
	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 20px 40px;
	color: #999;
	position: fixed;
	top: 10%;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 0px;
	padding: 10px;
	z-index: 10;
	height: auto;
	max-width: 500px;
	transform: scale(0, 0);
	transition: all 0.5s ease;
  }
  
  #contactform{
	width: 95%;
  }
  
  .contact-btn{
	background-color: #ff9320;
	border:0;
	color: white;
	font-size: 20px;
	margin: auto;
	padding: 0.5rem;
	width: 100%;
	border-radius: 10px;
	transition: 1s all;
  }
  
  .contact-btn:hover{
	background-color: #ffa84b;
	color: white;
  }
  
  
  .contactactive{
	transform: scale(1, 1);
	position: fixed;
  }
  
  #bclose{
	border: 0;
	background-color: #f0f8ff00;
  }
  
  /* Thank you */
  
  #thankyoubg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 100%;
	overflow-y: scroll;
	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%;
  }
  
  #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: 5%;
		left: 50%;
	  transform: translateX(-50%);
		margin-top: 0px;
		z-index: 10;
		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;
		/*overflow-y: scroll;*/
		height: 100%;
  }
  
  .web{
	  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: 1400px){
  
	.contactform {
	  margin-left: 30%;
	  margin-right: 30%;
	  margin-top: 0px;
	}
  
  } 
  
  @media screen and (max-width: 1024px){
  
	.contactform {
	  margin-left: 25%;
	  margin-right: 25%;
	  margin-top: 0px;
	}
  } 
  
  @media screen and (max-width: 800px){
  
	.contactform {
	  margin-left: 10%;
	  margin-right: 10%;
	  max-width: auto;
	}
  
	.really{
	  width: 80%;
	  top: 10%;
	  left: 30%;
	  margin-left: -20%;
	  overflow:hidden;
	}
  }
  
  @media screen and (max-width: 600px){
  
	.contactform {
	  margin-left: auto;
	  margin-right: auto;
	  max-width: auto;
	}
  
	#contactform{
	  width: 100%;
	}
  
	.thanks-page{
	  padding-bottom: 20rem;
	  height: 100%;
	}
  
	.really{
	  width: 100%;
	  top: 10%;
	  left: 0;
	  margin-left: 0;
	}
  
	.errormsg, #contacterr{
	font-size: 14px;
	}
  } 