@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;
    max-width: 1920px;
    width:100%;
    margin: 0 auto;
   	box-sizing: border-box;
}

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

}

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

/* Error message */

.errormsg {
	height: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: red;
	transform: scaleY(0);
	transition: all 1s;
}

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

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

/* --- Header --- */

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

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

	}


/* --- Banner --- */

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

	.banner img{
		max-width: 1920px;
		width: 100%;
		height:auto;
	}

	.title{
		position: absolute;
		top: 24%;
		font-family: "Bebas Neue";
		font-size: 6.2vw;
		line-height: 6.5vw;
		/*-- font-weight: bold --*/
		max-width: 1920px;
		width: 50%;
		color: #0f8d3b;
		text-align: right;
		right: 5%
	}

	.btn-banner{
		position: absolute;
		top: 70%;
		right: 5%;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		font-weight: 700;
	    text-decoration: none;
	    padding: 1% 2% 1% 2%;
	    font-size: 2vw;
	    color: #ffffff;
	    background-color: #e68016;
	    border-radius: 3px;
	}

	.btn-banner:hover{
		background-color: #d9580b;
		color: #ffffff;
	}



/* --- Form --- */

	.form{
		max-width: 1000px;
		margin: auto;
	}

	.title-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
	    text-align: center;
	    margin: auto;
	    margin-top: 30px;
	    font-weight: 600;
	    width: 80%;
	    color: #4d4d4d;
	    margin-bottom: 20px;
	}

	.box-form{
		border: 1px solid #e68016;
		padding: 4%;
		margin: 0 30px;
	}

	.form-group{
		margin: auto;
	    padding: 10px;
	}

	.height-box{
		height:48px;
	}

	.form-check-input{
		    width: 1em;
	}

	.form-check-label{
		font-size: 0.8rem;
		padding-left: 2%;
	}

	.btn{
	    font-family: "Open sans, Helvetica, Arial", sans-serif;
	    font-weight: 600;
	    background-color: #e68016 !important;
	    color: #FFFFFF;
	    padding: 10px;
	    border: #e68016 1px solid;
	}

	.btn:hover{
		background-color: #d9580b !important;
	    color: #FFFFFF !important;
	}


/* --- articulo --- */

	.sections{
		background-color: #0f8d3b;
	}

	.boxes-articles{
		max-width: 960px;
		width:100%;
		margin-left: auto;
		margin-right: auto;
		padding:70px 20px;
	}


	.title-box-article img{
		max-width: 60px;
		margin: 0% 2% 4% 0%;
	}

	.title-box-article{
		font-size: 1.5rem;
		font-weight: bold;
	}

	.article{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		margin: 50px auto;
		padding: 20px 40px;
		display: inline-block;
		color: #ffffff;
		height: 100%
	}

	.article p{
		font-size: 16px;
	}


/* --- Ventajas --- */

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

	.boxes-adv{
		max-width: 960px;
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
	}

	.advantge{
		padding: 20px 20px 20px 20px;
		margin: 40px 10px 40px 10px;
	    float: left;
	    position: relative;
	    border: gray solid 1px;
	    height: 350px;
	    text-align: center;
	    font-family: "Open sans, Helvetica, Arial", sans-serif;
	}

	.title-advantage img{
		max-width: 70px;
		width: 100%;
	}

	.title-advantage {
		font-size: 1.1rem;
		font-weight: bold;
	}

/* --- Footer --*/


	.footer{
		display: inline-block;
		border-top: 1px solid #0f8d3b;

	}

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

	.footer-position img{
		max-width: 210px;
		width: 100%;
		padding: 15px;
		margin-top: 10px;
	}

	.footer-position p{
		padding-top: 10%;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		color: #212529;
	}

	#footer a {
    	color: #212529;
	}


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

	.advantge{
		padding: 4% 2% 4% 2%;
		margin: 4% 7% 4% 7%;
	}

	.title-advantage img{
		max-width: 80px;
		width: 100%;
	}

	.title-advantage {
		font-size: 1.1rem;
		font-weight: bold;
	}
}


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


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

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


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


	.title-advantage img{
		margin: 4% 2% 0% 0%;
	}

	.advantge {
		margin:auto;
		clear: both;
		height: 100%;

	}

	.advantge {
		padding: 0px 20px 0px 20px;
		margin-top: 40px;
		margin-bottom: 40px;
	    border: gray solid 1px;
	    text-align: center;
	    font-family: "Open sans, Helvetica, Arial", sans-serif;
	}
 

	.title-advantage p{
	    font-size: 22px;
	    font-weight: bold;
	    padding-top: 10px;   
	    padding-bottom: 10px;
	    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;
	}

	.footer-mobile{
		display: block;
		flex: none;
	}

	.footer-mobile p{
		padding-top: 5px;
	}


}

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

	/* --- Header responsive--- */
	.header{
		background-color: #0f8d3b;
	}
	.logo img{
		padding: 5px;
		margin-left:auto;
		margin-right: auto;
		margin: 0;
	}


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


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

	.title{
		font-weight: bold;
		max-width: 500px;
	}
	.btn-banner{
		padding: 2% 2%;
	    text-align: center;
	    font-size: 2.5vw;
	}
	/* --- Articles responsive--*/

	.boxes-articles{
		padding: 40px;
	}

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

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

}

/* Realised by */

#realisedby {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 1.5em;
  color: #999;
  /*font-family: "Open Sans", "Helvetica", "Arial", sans-serif;*/
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  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;


}

#realisedbybox{
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 400px;
}

#realisedby img {
  max-width: 200px;
}

#realisedbyclose {
  float: right;
  margin-right: 15px;
}

/* 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;
  margin-left: -70px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  background-image: url('../images/imag-pop-up.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;
}


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

}

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

