@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 "msg.css";

	body{

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


	* {
	  box-sizing: border-box;
	}

	.col{
	    display: inline-block;
	}

	#display{
		padding-bottom: 0.5rem;
	}

	.page1{
    padding: 0 50px;
	}

	.page1-mobile{
		display: none;
	}

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


/* --- Header --- */

	.header{
		background-color: #f2f2f2;
	}

	.head{
		max-width: 1500px;
		width: 100%;
		margin: auto;

	}

	.head img{
		max-width: 250px;
		width: 100%;
		padding: 10px 20px;
	}

	.head-title-box{
		margin: auto;
		text-align: right;
	}

	.head-title{
		margin: ;
	}

	.head-title h3{
		font-size: calc(1.5rem + .5vw);
    font-weight: bold;
    color: #2C7C0D;
	}



/* --- First Block --- */

	.trap-form-block{
		max-width: 1500px;
		width: 100%;
		margin: auto;

	}

	.p-txt>h3{
		color: black;
		text-align: center;
		font-size: 18px;
		margin-top: -2rem;
	}


	.title{
		width: 100%;
		color: #000;
		margin: 60px auto 10px;
		margin-left: 0;
	}

	.title h3{
		font-size: calc(2.1rem + 1.1vw);
    font-weight: bold;
    color: #2C7C0D;
	}

	.title p{
		font-size: calc(.9rem + 0.4vw);
    font-weight: 400;
    line-height: 28pt
	}

	.text-trap-mobile{
		display: none;
	}


	.section-container{
		margin: auto;
		padding: 0;
	}



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



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

	.box-form{
		font-family: "Open sans", "Helvetica", "Arial", sans-serif;
		max-width: 480px;
		background-color: rgba(255, 255, 255, 1);
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;

		padding: 0;
	
	}



	.box1{
		-webkit-box-shadow: -7px 5px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: -7px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: -7px 5px 10px 0px rgb(0 0 0 / 25%);
    background-color: #f2f2f2;
		display:block;
		max-width: 480px;

		
	}


	.box1 div[class^="col-lg-12 intro-form"]{
		background-color: #2B7C0C;
		padding: 20px;
		color: #FFF;
	}

	.text-form{
		margin: 0;
		padding: 10px;
		color: #000;
		font-weight: lighter;
		text-align: center;
		font-size: calc(.8rem + .3vw);
	}


	.box1>h3{
		color: #FFF;
    font-weight: 400;
    font-size: calc(.9rem + .4vw);
    line-height: calc(1.3rem + .5vw);
    text-align: center;
	}




	.quest1-row p{
		line-height: 11pt;
    color: #3e3e3e;
    margin-bottom: 0px;
	}


	.form-horizontal, .form-group{
		margin-left: 0px;
  	margin-right: 0px;
  	margin-bottom: 15px;
	}

fieldset{
	padding: 0 20px;
}

	.fieldpp {
		font-size: 0.7em;
		padding: 10px 20px 10px 35px;
	}



	.form-btn{
		padding: 18px 20px;
	    color: #fff;
	    font-weight: 700;
	    font-family: "Open sans", "Helvetica", "Arial", sans-serif;
	    border-radius: 5px;
	    background-color: #ff7700;
	    box-sizing: border-box;
	}


	.form-btn:hover{
		background-color: #5B4838;
	}


	.def-btn{
		box-sizing: border-box;
		display: block;
	    margin: 0 auto;
	    position: relative;
	    width: 100%;
	    border: none;
	    font-family: inherit;
	    font-size: 1.2rem;
	    line-height: 100%;
	    text-align: center;
	    vertical-align: middle;
	    transition: all 500ms ease;
	    cursor: pointer;

	}


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


	.fas{
		font-size: 12pt;
		padding-right: 10px;
	}

	.form-group{
		/*margin: auto;*/
		text-align: left;
	}


	.fill-form-responsive input, .fill-form-responsive select{
		height:57px;
		margin-bottom: 10px;
		width: 100%;
		font-size: 1rem;
	}


	.form-end{
		padding: 5px;
		margin: 0;
	}

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

	.box-check input{
		width: 100%;
	}


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

  .text-check{
  	padding-left: 40px;
  	padding-bottom: 10px;
  }

  .legal-text{

		font-size: 10pt;
    line-height: initial;
    color: #7c7c7c;
    padding: 10px 15px;
    text-align: center;
  }



/* -- COMPAIR -- */
	.coins{
    text-decoration: none !important;
	color: white !important;
	}

	.trap-compair{
		margin: auto;
		padding: 30px 50px;
		color: #000;
	}

	.trap-compair ul{
		list-style: none;
		font-size: 15pt;
    line-height: 36pt;
	}

	.trap-compair img{
		max-width:520px;
		width: 100%;
	}


	.trap-compair p{
		max-width: 520px;
		width: 100%;
		font-size: calc(1.1rem + .4vw);
		color: #fff;
		text-align: center;
		padding: 20px;
		margin: 0;
		font-weight: bold;
	}

	.box-voor{
		background-color: #2B7C0C;
	}

	.box-na{
		background-color: #ff7700;
	}



	.info-box-down div[class^="def-btn cta-btn"]{
		color: #1b6bb2;
    border: solid 2px #1b6bb2;
	}


	.minibox-compair{
		margin: auto;
		margin-top: 30px;
		max-width: 1150px;
		width: 100%;
		background-color: #2C7C0D;
		text-align: center;
    padding: 30px;
    color: #fff;
	}







	.cta-btn{
		display: block;
    position: relative;
    margin: initial;
    width: 100%;
    max-width: 320px;
    border: none;
    font-family: inherit;
    font-size: .9rem;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    padding: 18px 20px;
    color: #fe9900;
    font-weight: 700;
    border-radius: 5px;
    border: solid 2px #fe9900;
	}

	.progress{
		border-radius: 1px;
		background-color: #8a8a8a;
		width: 100%;
		margin-bottom: 1rem;
	  }
	  
	  .progress-bar {
		background-color: #2B7C0C;
	  }
	  
	  .progress-bar-striped {
		background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
		background-size: 1rem 1rem;
		border-radius: 1px;
	  }


  .next-btn{
	background: #ff7700;
	padding: 0.3rem;
	border-radius: 10px;
	margin: auto;
	cursor: pointer;
	text-align: center;
	font-weight: 600;
	color: white;
	margin-bottom: 1rem;
	transition: 0.5s all;
  }

  .next-btn:hover{
	background-color: #cf6100;
  }

/* -- TESTI -- */

.trap-testimonials{
	padding: 50px;
	background-color: #f2f2f2;
}

.trap-testimonials h2{

	font-size: calc(2.5rem + .7vw);
	margin-bottom: 30px;

}

.trap-testimonials p{
	text-align: center;
	font-size: calc(1.4rem + .4vw);
	margin-bottom: 10px;
}

.text-trap-testimonials p{
	text-align: left;
	font-size: calc(.8rem + .4vw);
}

.trap-testimonials div[class^="col-lg-4 col-md-4 col-sm-4"]:nth-child(3){
	border-right: 2px solid #cacaca;
	border-left: 2px solid #cacaca;
	padding: 0 15px 0 30px;
}
.trap-testimonials div[class^="col-lg-4 col-md-4 col-sm-4"]:nth-child(4){
	padding: 0 0 0 30px;
}



.trap-testimonials-opt{
	padding: 0 30px;
	max-width: 1500px;
	width: 100%;
	margin: auto;
}

.trap-testimonials-opt h2{
	color: #2C7C0D;
	font-weight: bold;

}

.trap-testimonials-opt h4{
	color: #2C7C0D;
}

.trap-testimonials-opt p{
	text-align: left;
	color: #7A7A7A;
	font-size: calc(.8rem + .4vw);
}



/* -- COST -- */

.trap-cost, .trap-why{
	
	padding: 0px 50px 50px;
	max-width: 1500px;
	width: 100%;
	margin: auto;
	margin-top: 60px;
}

.trap-cost h2, .trap-why h2{

	font-size: calc(1.4rem + .6vw);
	margin-bottom: 30px;
	color: #2C7C0D;
}

.trap-cost p, .trap-why p{
	font-size: calc(1.0rem + .4vw);
	margin-bottom: 40px;
	font-weight: lighter;
}

.trap-cost img, .trap-why img{
	max-width: 400px;
	width: 100%;
}






/* -- FOOTER -- */

	.foot{
		background-color: #2B7C0C;
		color: #fff;
		margin-top: 30px;
	}

	.only{
		width: 100%;
    padding: 20px;
	}

	.position{
		padding: 7px 10px;
		box-sizing: border-box;
	}

	.cont{
		max-width: 960px;
		margin: auto;
		text-align: center;
		color: #fff !important;
	}

	.cont a{
		color: #fff;
	}

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


@media screen and (min-width: 1500px){

}


@media	screen and (min-width: 1440px){

}


@media	screen and (min-width: 1200px){

	/*.page1{
		min-height: 200px;
		background-size: cover;
	}*/

	.section-container{

	}
}	


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

	.page1{
		min-height: 200px;

	}

}


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

	.asset_percent{
		text-align: right;
	}
}



@media screen and (max-width:  990px){
	
	.page1{
		background-size: cover;
	}

	.box-form{
		margin-top: 0px;

	}

	.trap-compair div[class^="col-lg-7 col-md-7 order-lg-0 order-1 col-sm-12"]{
		width: 100%;
		padding-top: 50px;
	}

	.box2{
		display: none;
	}

	.text-cripto{
		margin: auto;
		margin-left: 30%;
    padding-left: 10px;
	}

}


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

	.title{
		margin-top: 10px !important;
	}


	.section-container{

		margin: auto;
	}

	.text-cripto{
		padding: 0 40px;
    margin-left: 20%;
	}

}

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

	div[class^="col-lg-6 col-md-5"]{
		padding-left: 0;
		width: 100%;
	}

	.info-box{
		width: 100%;
	}

	.box1{
		position: initial;
	}



	.cta-btn {
		margin: auto;
	}
}

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

	.head, .head-title h3{
		text-align: center;
		font-size: 20px;
	}

	.quest1-row>h3{
		font-size: 17px;
	}




	.page1{
		display: none;
	}

	.page1-mobile{
		display: block;
	}

	.box1{
		padding: 0;
	}



	.text-trap-mobile{
		display: block;
		margin: auto;
    text-align: center;
    color: #2C7C0D;
	}

	.title-mobile{
		max-width: 700px;
		width: 100%;

		margin: 40px auto;
	}

	.title-mobile>h3{
		font-size: 22px;
    font-weight: bold;
	}

	.trap-compair{
		padding: 20px 10px;
	}

	.trap-compair h2{
		padding-left: 0;
	}

	.trap-testimonials{
		padding: 40px 10px;
	}

	.box1{
		box-shadow: none;
	}


	.box-form{
		height: auto;
	}


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


	.form-end{
		padding: 0px;
	}

	.elementor-column-wrap{
		padding-bottom: 30px;
	}



	.mobile{
		max-width: 100%;
		display: block;
		text-align: center;
		float: none !important;
	}

	.cont span{
		float: none;
	}




}

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


	.title{
		width: 100%;

		float: none !important;
		text-align: center;
	}


}

@media	screen and	(max-width: 661px){
	.page1{

	}

	.section-container{
		max-width: 100%;
		padding: 0;
	}



	.title-mobile{
		display: block;
		padding: 0;
	}

	.title-mobile img{
		max-width: 660px;
    width: 100%;
	}
}

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


	.box-form{
		height: auto;
	}


	.fill-form-responsive{
		/*max-width: 100%;*/
	}

}

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



	.asset_percent{
		text-align: right;
	}

	.info-box-up{
		padding-bottom: 25px;
	}

	.cta-btn{
		max-width: 100%;
	}

	.trap-testimonials div[class^="col-lg-4 col-md-4 col-sm-4"]{
		border: 0 !important;
		padding: 0;
		padding: calc(var(--bs-gutter-x)/ 2) !important;
	}




}

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


	.box-form{

	}

	.line-box{
	margin: 0 0 10px !important;
	}

	.trap-compair div[class^="col-lg-7 col-md-7 order-lg-0 order-1 col-sm-12"]{
		padding-top: 0;
	}





	.title-mobile>h3{
		font-size: 18px;
	}

	.title-mobile p{
		display: none;
	}

	.quest1-row>h3{
		font-size: 15px;
	}

	.step-title{
		font-size: 18px;
		text-align: center;
	}

	.p-txt>h3{
		font-size: 13px;
	}

}

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


	.section-container{
		padding: 0;
	}

	.intro-form>h3{
		font-size: 15px;
	}


	.header-holder div:last-child{

	}

	.title h3{
		font-size: calc(1.7rem + .65vw);
	}


}

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

div[class^="box-check col-lg-8 col-md-8 col-sm-8 col-xs-8 col-8 fill-form-responsive"]{
	padding-left: 0;
}

}

/* Loader */

.thankyouloader {
	background-image: url("images/loader.gif");
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: white;
	width: 100%;
}

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

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

#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(17, 255, 0, 0.3),
    rgba(0, 255, 38, 0.7) 95%,
    rgba(0, 255, 47, 0.1)
  );
}


.loader-svg {
  color: green;
  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%;
  }

} 

/* 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;
  	min-height: 80vh;
  	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);

	}
}

