@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;

}

@font-face { 
    font-family: "icon";
	src: url(../Tipografias/icon/font/icon.ttf), url(../Tipografias/icon/font/icon.svg), 
	url(../Tipografias/icon/font/icon.eot), url(../Tipografias/icon/font/icon.woff), url(../Tipografias/icon/font/icon.woff2);
}	
	
@font-face { 
    font-family: "icon-web";
	src: url(../Tipografias/icon-web/font/icon-web.ttf), url(../Tipografias/icon/font/icon-web.svg), 
	url(../Tipografias/icon-web/font/icon-web.eot), url(../Tipografias/icon-web/font/icon-web.woff), url(../Tipografias/icon-web/font/icon-web.woff2);
}	
	

html{
      scroll-behavior: smooth;
}	

	
body {
	background:
	background-size:contain;
	overflow-x: hidden;



	

}
a{
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}


.loader {
	text-align:center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: 50% 50% url(../img/bg2.png);
   
}
.loader img{
	width:15%;
	padding-top:15%;
	margin: auto;}

.loader h1{
	font-family: "Montserrat";
	color:#fff;
	font-size: 1em;
}	

.menuBar{
	display:none;}
	
.navbar > li > img{
	    display: none;
	}	

	
nav{
	background: rgba(0,0,0,0.2);
	
	width:95%;
	min-width:95%;
	max-width:95%;
	min-height:10vh;
	margin: 0 auto;
	padding:0 2.5%;
	
	display:grid;
	grid-template-areas:"logo menu";
	grid-template-columns: 20% 80%;
	grid-column-gap: 0%;
	
	position:fixed;
	z-index:1001;
	
     transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}
.logo-home{
	opacity: 0;
	width:100%;
	max-width:100%;
	min-width:100%;
	background:;
	grid-area:logo;
	justify-self: center;
	align-self: center;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	}
	
.logo-home img{
	width:45%;
	max-width:45%;
	min-width:45%;
	}
		
.navbar{
	width:100%;
	max-width:100%;
	min-width:100%;
	background:;
	grid-area:menu;
	justify-self: end;
	align-self: center;
	text-align:right;
}

.navbar hr{
	background-color: #fff;
	border:none;
	width: 0%;
	height: 2px;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}
.navbar li{
	display:inline-block;
	width: ;
	margin-left: 3%;
	vertical-align: top;
}

.navbar h1{
	color:#39b54a;
	font-family:"icon-web";
	font-size:1.2em;
    display: none;
margin-right: 10%;}

.navbar a:link, .navbar a:visited, .navbar a:active{
	font-family: "Montserrat";
	color:#fff;
	text-decoration:none;
	font-size: 0.8em;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}
.navbar a:hover{	
    color: #fff;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}

.navbar > li > a:hover > hr{	
   width: 100%;
   background-color: #39b54a;
}

.button-blog{

	border: #3FEE58 solid 1px;
	border-radius: 2px;
	padding: 15% 20%;
}

.button-blog:hover{

	border: #3FEE58 solid 1px;
	background-color: #3FEE58;
	color: #000!important;
	border-radius: 2px;
	padding: 15% 20%;
}

.button-vermas{
	
	border: #3FEE58 solid 1px;
	border-radius: 2px;
	
	font-family: "Montserrat";
	color:#fff;
	text-decoration:none;
	font-size: 0.7em;
}

.button-vermas:hover{
	
	border: #3FEE58 solid 1px;
	background-color: #3FEE58;
	border-radius: 2px;
	padding: 5% 10%;
	font-family: "Montserrat";
	color:#000;
	text-decoration:none;
	font-size: 0.7em;
	margin-bottom: 5%;
}

.vermas2, .vermas2:hover{
	padding: 10% 7%;
}
.new{
	background:#39b54a;
	color: #fff;
	padding: 3px;
	font-size: 7px; 
	position: absolute;
	    top: -10px;
    right: -18px;
    border-radius: 4px;
}


.home{

	height: auto;
	min-height:100vh;
	max-height:auto;
	
	width:100%;
	min-width:100%;
	max-width:100%;}

.portada{
	background: none;
	min-width:100%;
	margin: auto;
	height:auto;
	text-align:center;}	

.swiper-container {
      min-width: 100%;
    

    }
.swiper-slide {
 

      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      min-width: 100%;
    }

.swiper-slide img{
	max-width:100%;
	min-width: 100%;
margin-top: -10px;
min-height: 100%;}
	
.swiper-button-next, .swiper-button-prev{
	border: none;
	color:#fff;
	font-family:"icon-web";
	font-size:2em;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	z-index: 1000 !important;
	background-color: #39b54a;
	border-radius: 100%;
	width: 40px!important;
	height: 40px!important;


}

.swiper-button-next{
	right: 35px !important;
	padding: 5px 0px 0 4px;
	
}
.swiper-button-prev{
	left: 35px !important;
	padding: 5px 4px 0 0;

}
.swiper-button-next:hover, .swiper-button-prev:hover{
	color: #fff;
}
		

.portada .swiper-slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.swiper-slide1{
	background: url('../img/1a.jpg');
}
.swiper-slide2{
	background: url('../img/4.jpg');
}
.swiper-slide3{
	background: url('../img/2a.jpg');
}

.logo-main{
	top:25%;
	left:37.3%;
	position:absolute;
	max-width:25%;
	width:25%;
	min-width: 25%;
	z-index: 999;
	}

.logo-main img{
	max-width: 100%;
	min-width: 100%
}

.logo-deco{
	opacity: 0.5;
	bottom:0%;
	right: 0%;
	position:fixed;
	max-width:30%;
	width:30%;
	min-width: 30%;
	z-index: 999;
	}

.logo-deco img{
	max-width: 100%;
}		



.whatsapp{
	max-width: 6%;
	right:5%;
	bottom:7%;
	position:fixed;
	z-index:100;
	font-family: "icon-web";
	font-size:3em;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	z-index: 99999
	}
.whatsapp > a:link, whatsapp > a:visited{
	color: #FFF;
	text-decoration: none;
}
.whatsapp > a:hover{
	color:#39b54a;
	text-decoration: none;
}
.whatsapp > a:active{
	color: #FFF;
	text-decoration: none;
}

.whatsapp2{
	max-width: 10%;
	right:2.5%;
	bottom:4%;
	position:fixed;
	z-index:100;
	text-shadow: 2px 2px 5px #000;
	}

.whatsapp2 P{
	color: #fff;
	font-family: "Roboto";
	font-size:0.8em;
}
	

.redes{
	overflow: hidden;
	background:linear-gradient(to top, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0) 100%);
	text-align: center;
	top:85%;
	left:0%;
	bottom: 0;
	max-width:100%;
	width:100%;
	position:absolute;
    transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	z-index:999;
	}
/*.redes a:link, .redes a:visited, .redes a:active{
	
	
	
	font-size:1.5em;
	font-weight:500;
	margin: auto;
	padding: 3%;
	color:#fff;
	font-family:icon-web;
	text-align:center;
	text-decoration:none;
	}	
	
.redes a:hover{
	color:#3FEE58;

	}	*/



.id{
	background: url(../img/4.jpg) fixed;
	background-size:cover;
	position: ;
	display:grid;
	grid-template-areas:"iden1 iden2";
	grid-template-columns: 50% 50%;
	grid-template-rows: 100%;
	grid-column-gap: 0%;
	grid-row-gap: 0%;
	height: auto;
	min-height:auto;
	max-height:auto;
	
	width:100%;
	min-width:100%;
	max-width:100%;
    padding-top: 0%;}

.id h1{

	color: #fff;
	font-size:2em;
	font-weight:400;
	text-align:left;
	font-family:"Raleway";
	padding: 3% 3%;
	position: relative;
	display: inline;
	top: -20px;

	}	




.iden1{
	background:linear-gradient(to left, rgba(57, 181, 74, 0.8) 25%, rgba(10, 70, 20, 0.8) 75%);
	position: relative;

	grid-area:iden1;
	justify-self: end;
	align-self: start;
	
	height:auto;
	min-height:90vh;
	max-height:auto;
	
	width:100%;
	z-index: 3;
	padding: 5% 0%;
	}
	
.iden2{
	background: linear-gradient(to right, rgba(200, 200, 200, 0.8) 22%, rgba(180, 180, 180, 0.8) 78%);
	position: relative;

	grid-area:iden2;
	justify-self: start;
	align-self: start;
	
	height:auto;
	min-height:90vh;
	max-height:auto;
	
	width:100%;
	z-index: 3;
	padding: 5% 0%;
	}	




.iden1 div, .iden2 div{
	
	background:;
	width:80%;
	min-width:80%;
	max-width:80%;
	padding-bottom: 5%;
	min-height:auto;
	padding: 10% 10%;
	}
	

.iden1 h2, .iden2 h2{

	text-align:left;
	display: inline-block;
	color: #fff;
	font-size:1.2em;
	text-align:left;
	font-weight: 500;
	font-family:"Raleway";
	padding:3% 0;}	

.iden1 p, .iden2 p{
	margin-top:2%;
	font-weight: lighter;
	
	text-align: justify;
	hyphens: auto;
	color:#fff;
	font-size:1em;
	font-family:"Roboto";
line-height: 170%;
padding:3% 0;}

.icon-iden{
	width: 60px;
	display: inline;
	position: relative;
	
}


.logo-iden{
	padding-top:3%;
width: 60%;}


.map {
	width: 100%;
    min-height: 350px;
    border: 0;
    margin-left: 0%;
    margin-top: 4%;
    box-shadow: 10px 10px 10px rgba(0,0,0,.3);
}	
	

.coches{
	background:url(../img/fondoprod.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	max-width: 100%;
	text-align: center;
	padding: 8% 11%;
}

.coches h1{
	text-shadow:1px 1px 20px #fff;
	text-align:left;
	color: #39b54a;
	font-size:2em;
	font-family:"Raleway";
	font-weight: 400;
	margin-bottom:0%;
    padding: 3% 1%;
	position: relative;
	display: inline;
	top: -20px;}	
	
.coches h2{
	display: block;
	text-align: center;
	color: #39b54a;
	font-size:1.2em;
	font-family:"Raleway";
	padding-bottom:2%;
	padding-top:2%;
font-weight: 600;
line-height: 140%;}

.coches p{
display: block;
	margin-top: 0%;
	padding: 0% 0%;
	color: #333;
	font-size:0.9em;
	font-weight:400;
	text-align:center;
	hyphens: auto;
	font-family:"Roboto";

}

.vehiculos{
	background: ;
	width:100%;
	margin: 0% auto;
	max-height:auto;
	text-align:center;
position: relative;
}	

#slider2{
	max-height: auto;
	height: auto;
}

.slider-cont{
	background:;
	max-width: 60%;
	min-width: 60%
	max-height: 80%;
	min-height: 80%;
}


.vehiculos img{
margin: auto;
max-width:70%;
min-width: 70%;
width:70%;
padding-top: 0%;
padding-bottom: 0%;
min-height: auto;}



.barra{
	width: 100%;
	height: 20vh;
	background: linear-gradient(to left, #39b54a 25%, #093 75%);
	z-index: 2;
}
.barra > p{
	font-family: 'Roboto';
	max-width: 60%;
	text-align: center;
	font-size: 0.9em;
	color:#fff;
	padding-top: 3%;
	margin:auto;}

.clientes{
	background:;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	max-width: 100%;
	text-align: center;
	padding: 8% 0%;
	min-height: 100%;
}

.clientes h1{

	text-align:left;
	color: #39b54a;
	font-size:2em;
	font-family:"Raleway";
	font-weight: 400;
	margin-bottom:0%;
    padding: 3% 1%;
	position: relative;
	display: inline;
	top: -20px;}	
	
.clientes h2{
	
	text-align: center;
	color: #666;
	font-size:1.2em;
	font-family:"Roboto";
	padding-bottom:2%;
	padding-top:2%;
font-weight: lighter;
line-height: 140%;}

	
.clientes p{
	
	text-align: center;
	color: #333;
	font-size:1em;
	font-family:"Raleway";
	padding-bottom:2%;
	padding-top:2%;
font-weight: lighter;
line-height: 140%;}
		

.clientes  ul{
	padding: 5% 0;
	width: 100%;
	text-align: center

}

.clientes  li{
	position: relative;
	display: inline-block;
	max-width: 18%;
	min-width: 18%;
	margin: 0 0%;

}

.clientes  li img{
	max-width: 50%;
    width: 50%;
	opacity: 0.9;
}

.clientes li h2{
	padding-top: 5%;
	font-size: 1.2em;
	font-family: 'Raleway';
	color: #fff;
	text-align: center;
	font-weight: bold;
}



.clientes span{
	margin-right:1%;
	text-align:left;
	font-family: "icon-web";
	color: #39b54a;
	font-size:1em!important;
	}	


/*modos de pago*/

.mod-pay{
	padding: 8% 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
	min-height:auto;
	max-height:auto;
	width:100%;
	min-width:100%;
	max-width:100%;
	z-index: 1000;
}	
	
.paymod{
    margin:auto;
	height:auto;
	max-height:auto;
	min-height: 45%;
	width:75%;
	padding-top: 5%;
	padding-bottom:5%;
	text-align: center;

	}
	

.paymod h1{
	text-align:left;
	color: #39b54a;
	font-size:2em;
	font-family:"Raleway";
	font-weight: 400;
	margin-bottom:0%;
    padding: 3% 1%;
	position: relative;
	display: inline;
	top: -20px;}	
	
.paymod h2{
	
	text-align: center;
	color: #666;
	font-size:1.2em;
	font-family:"Roboto";
	padding-bottom:2%;
	padding-top:2%;
font-weight: lighter;
line-height: 140%;}
		

.paymod ul{
	padding: 5% 0;
	width: 100%;
	text-align: center

}

.paymod li{
	position: relative;
	display: inline-block;
	max-width: 24%;
	min-width: 24%;
	margin: 0 0%;

}

.paymod li img{
	max-width: 50%;
    width:50%;
	opacity: 1;
	padding: 1%;
	
}

.paymod li h2{
	padding-top: 5%;
	font-size: 1em;
	font-family: 'Raleway';
	color: #666;
	text-align: center;
	font-weight: bold;
}


.paymod li a:link, .paymod li a:visited, .paymod li a:active {
	text-decoration: none;	 
}

.paymod li a:hover {
	text-decoration: none;	 
}

.paymod > ul > li > a:hover > img{
	opacity: 0.5;
		transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}

/*modods de pago*/


.info-cont{

    max-width: 90%;
    min-width: 90%;
    text-align: center;
    margin: auto;
    padding: 2% 0;
    border-top:#fff solid 1px;
    border-bottom:#fff solid 1px;
    
    list-style: none;
}
.info-cont li{
	
	width: 25%;
	display: inline-block;
padding: 0  0 0% 0%;}

.red-email{
	width: 40%!important;
}

.info-cont a{
	min-width: 100%;

	font-family:"icon-web";
	color:#fff;
	font-size:1.2em;
	
font-weight: lighter;
text-decoration: none;
}	
	
.info-cont span{
	margin-left:2%;
	text-align:left;
	font-family: "Roboto";
	color: #fff;
	font-size: 0.9em!important;
	}	
	






footer{
	background: linear-gradient(to left, #39b54a 25%, #093 75%);
	width: 100%;
	height: 20%;
	text-align: center;
	
	

}
footer div{
	padding: 1% 0;
}

footer img{
	max-width: 15%;
	padding: 0% 0;
}


.autor a{
	opacity: 0.4;
	color: #fff;
	font-family: 'Montserrat';
	font-size: 0.9em;
	text-decoration: none;
}

.autor a:hover{
	opacity: 1;
	text-decoration: none;
}

.autor span{
	margin-right: 0.5%;
	position:relative;
	top: -5px;
}



.autor img{
	width: 4%;
}



.volver{
	color: #fff;
	background: transparent;
	padding: 1% 3%;
	text-decoration: none;
	font-family: 'Montserrat';
	margin-top: 0%;
	border:#3FEE58 solid 3px;
}




/*POPUP*/

#popup{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.7);
	z-index: 99998
}

#form{
	position: relative;
	max-width: 25%;
	width: 25%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	z-index: 99999;
	border-radius: 15px;

}

#form-head{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 1.5% 0;
	background: linear-gradient(to left, #39b54a 25%, #093 75%);
	border-radius: 15px 15px 0 0; 

}

#form-head > h4{
	padding: 8% 8% 4% 8%;
	color: #fff;
	font-family: 'Raleway';
	font-weight: 300;
}

#form-head > img{

}





.form-cuerpo{
	display: block;
	width: 90%;
	max-width: 90%;
	margin: 10% auto;
	color: #2F2F2F;
	font-size: 0.8em;
	display: grid;
	grid-template-areas: "img texto";
	grid-template-columns: 10% 90%;
}

.form-cuerpo > img{
	grid-area: img;
	justify-self: center;
	align-self: end;
}

.form-cuerpo > div{
	margin-left: 7.5%;
	width: 100%;
	grid-area: texto;
	justify-self: end;
	align-self: center;
}

.field{
	display: block;
	padding: .5%;
	width: 85%;
	margin-left: 5%;
	border:none;
	border-bottom: 1.5px solid #39b54a;
}

.field:focus{
	outline:0px;
}

.form-cuerpo > div > p{
	font-family: 'Raleway';
	color: #666;
	margin-left: 5%;
}

.form-cuerpo textarea{
	max-width: 85%;
	max-height: 150px;
	min-height: 50px;
}

#botones{
	margin: 15% auto;
	padding-bottom: 10%;
	max-width: 90%;
	text-align: center;
}

#cancel, #envio{
	padding: 2.5% 3%;
	max-width: 50%;
	width: 45%;
}

#cancel, #envio:hover{
	border: #39b54a solid 1px;
	background: #FFF;
	color:#39b54a;
	transition: background .5s ease, color .5s ease;
}

#envio, #cancel:hover{
	border: #39b54a solid 1px;
	background:#39b54a;
	color: #FFF;
	transition: background .5s ease, color .5s ease;
}

#envio:hover, #cancel:hover{
	cursor: pointer;
}
































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


.loader img{
	width:30%;
	padding-top:60%;
	margin: auto;}	

nav{
	display: block;
}
.menuBar {
    	display: block;
		max-width: 100%;
    	position: fixed;
    	z-index: 99999999999;
    	min-width: 100%;
    	background:rgba(57, 181, 74, 0);
    	padding: 8% 1%;
    	height: 30px;
	}

.navbar/*Ocultar menÃº*/{
		display: block;
		position: absolute;
		left: -60%;
		top: 65px;
		background:linear-gradient(to left, rgba(255, 255, 255, 1) 25%, rgba(240, 240, 240, 1) 75%);
		min-width: 60%;
		max-width: 60%;
		width: 50%;
		height: 100vh;
		text-align: left;
		z-index: 1000;
	}

.navbar > li{
		display: block;
		margin: 15% 0%;
		padding: 0% 0%;
		font-size: 1.2em;

	}

.navbar h1{
	position: relative;
	top: 3px;
	min-width: 30%;
	text-align: center;
	font-weight: lighter;
	color:#39b54a;
	font-family:"icon-web";
	font-size:1em;
    display: inline-block;
    margin-right: 1%;}



.navbar > li > a{
		display: inline;
		min-width: 100%;
		margin-bottom: 0%;
	}

.navbar > li > a:link, .navbar > li > a:visited, .navbar > li > a:hover, .navbar > li > a:active{
		color: #333;
		text-decoration: none;
	}

.button-nav-toggle /*BotÃ³n menÃº hamburguesa*/{
  		transition: transform .4s;
  		position: relative;
  		left: 0;
   		min-width: 100%;
  		padding: 20px;
  	}
  
.button-nav-toggle span /*BotÃ³n menÃº hamburguesa*/{
    	background-color: #fff;
    	height: 2px;
    	margin-top: -1px;
    	position: absolute;
    	top: 50%;
    	transition: .4s;
    	width: 20px;
    	border-radius: 2px;
    }
    
.button-nav-toggle span:first-child /*BotÃ³n menÃº hamburguesa*/{ 
    	transform: translateY(-6px)
    }

.button-nav-toggle span:last-child /*BotÃ³n menÃº hamburguesa*/{ 
    	transform: translateY(6px) 
   	}

.active/*BotÃ³n menÃº hamburguesa*/{
 		position: relative;
  		transition: transform .4s;
  		width: 48px;
  		padding: 20px;
  		flex-grow: 0;
  		margin-right: 3%;
  		margin-top: 0;  
  		height: 2px;
 	}

.active span:first-child/*BotÃ³n menÃº hamburguesa*/ { 
    	transform: rotate(45deg) translate(0) 
    }

.active span:nth-child(2)/*BotÃ³n menÃº hamburguesa*/ { 
    	transform: scaleX(0) 
    }

.active span:last-child/*BotÃ³n menÃº hamburguesa*/ { 
    	transform: rotate(-45deg) translate(0) 
    }
.logo-home{
	display: none;
	}

.button-vermas{
	
	padding: 2% 5%;
}

.button-blog:link, .button-blog:hover, .button-blog:visited, .button-blog:active{

	border:none;
	color: #fff!important;
	background: #39b54a;
	border-radius: 2px;
	padding: 5% 15%;
	margin-left: -20%;
}


.vermas2{
	padding: 10% 7%;
}

.new {
    background: #39b54a;
    color: #fff;
    padding: 3px;
    font-size: 9px;
    position: absolute;
    top: -5px;
    right: 60px;
    border-radius: 4px;
}

.navbar > li > img{
	        display: inline-block;
    position: relative;
    top: 3px;
    width: 12%;
    padding: 0 10%;
    text-align: center;
    font-weight: lighter;
    color: #39b54a;
    margin-right: 1%;
	}


.home{

	height: auto;
	min-height:100vh;
	max-height:auto;
	
	width:100%;
	min-width:100%;
	max-width:100%;}

.portada{
	background:url();
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: auto;
    height: auto;
    text-align: center;
    min-height: 100vh;
}
#main-slider {display: ;

    }





.logo-main{
	top:30%;
	left:15%;
	position:absolute;
	max-width:70%;
	width:70%;
	min-width: 70%;
	z-index: 999;
	}

.logo-main img{
	max-width: 100%;
	min-width: 100%
}

.logo-deco{
	display: none;
	}
	
	

.redes{
	top:85%;
	left:0%;
	max-width:100%;
	width:100%;
	}

.info-cont{

    max-width: 60%;
    min-width: 60%;
    text-align: center;
    margin: auto;
    padding: 2% 0;
}
.info-cont li{
	
	width: 25%;
	display: inline-block;
padding: 0  0 0% 0%;}

.red-email{
	width: 25%!important;
}

.info-cont a{
	min-width: 80%;

	font-family:"icon-web";
	color:#fff;
	font-size:2em;
	
font-weight: lighter;
text-decoration: none;
}	
	
.info-cont span{
	display: none;
	}	
	
.whatsapp{
	max-width: 6%;
	right:12%;
	bottom:8%;
	position:fixed;
	z-index:100;
	font-family: "icon-web";
	font-size:3.5em;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	z-index: 99999
	}
.whatsapp > a:link, whatsapp > a:visited{
	color: #FFF;
	text-decoration: none;
}
.whatsapp > a:hover{
	color:#39b54a;
	text-decoration: none;
}
.whatsapp > a:active{
	color: #FFF;
	text-decoration: none;
}

.whatsapp2{
	display: none;
	}

.whatsapp2 p{
	
}
	

.id{
	background: url(../img/4.jpg) fixed;
	background-size:contain;
	position: ;
	display:block;
	height: auto;
	min-height:auto;
	max-height:auto;
	
	width:100%;
	min-width:100%;
	max-width:100%;
    padding-top: 0%;}

.id h1{

	color: #fff;
	font-size:2em;
	font-weight:400;
	text-align:center;
	font-family:"Raleway";
	padding: 3% 3%;
	position: relative;
	display: block;
	top: -20px;

	}	




.iden1{
	background:linear-gradient(to left, rgba(57, 181, 74, 0.8) 25%, rgba(10, 70, 20, 0.8) 75%);
	position: relative;
	
	height:auto;
	min-height:90vh;
	max-height:auto;
	
	width:100%;
	z-index: 3;
	padding: 20% 0% 0% 0;
	text-align: center;
	}
	
.iden2{
	background: linear-gradient(to right, rgba(200, 200, 200, 0.8) 22%, rgba(100, 100, 100, 0.8) 78%);
	position: relative;
	
	height:auto;
	min-height:90vh;
	max-height:auto;
	
	width:100%;
	z-index: 3;
	padding: 20% 0% 0% 0;
	text-align: center;
	}	




.iden1 div, .iden2 div{
	
	background:;
	width:80%;
	min-width:80%;
	max-width:80%;
	padding-bottom: 5%;
	min-height:auto;
	padding: 10% 10%;
	}
	

.iden1 h2, .iden2 h2{

	text-align:left;
	display: inline-block;
	color: #fff;
	font-size:1.2em;
	text-align:center;
	font-weight: 500;
	font-family:"Raleway";
	padding:3% 0;}	

.iden1 p, .iden2 p{
	margin-top:0%;
	font-weight: lighter;
	
	text-align: justify;
	hyphens: auto;
	color:#fff;
	font-size:0.9em;
	font-family:"Roboto";
line-height: 170%;
padding:3% 0;}

.icon-iden{
	width: 60px;
	display: block;
	position: relative;
	text-align: center;
	margin: auto;
	padding-bottom: 5%;
	
}


.logo-iden{
	padding-top:3%;
width: 80%;}


.map {
	width: 100%;
    min-height: 450px;
    border: 0;
    margin-left: 0%;
    margin-top: 4%;
    box-shadow: 10px 10px 10px rgba(0,0,0,.3);
}	
	
/*A DONDE VAMOS*/

/*servicios*/



.coches{
	background:url(../img/fondoprod.jpg) center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	max-width: 100%;
	text-align: center;
	padding: 30% 0% 25% 0;
}


.coches h1{
	text-align:center;
	font-size:2em;

	margin-bottom:0%;
    padding: 3% 1%;
	position: relative;
	display: block;}	
	
.coches h2{
	display: block;
	text-align: center;
	font-size:1em;
	font-family:"Raleway";
	padding-bottom:5%;
	padding-top:5%;
line-height: 140%;}

.coches p{
display: block;
	margin-top: 0%;
	padding: 0% 0%;
	color: #333;
	font-size:1em;
	font-weight:400;
	text-align:center;
	hyphens: auto;
	font-family:"Roboto";

}

.vehiculos{
	background: ;
	width:100%;
	margin: 0% auto;
	max-height:auto;
	text-align:center;
position: relative;
}	


#slider2{
	max-height: auto;
	height: auto;
}

.slider-cont{
	background:;
	max-width: 90%;
	min-width: 90%
	max-height: 60%;
	min-height: 60%;
}

.vehiculos img{
max-width:100%;
min-width: 100%;
padding-top: 0%;
padding-bottom: 0%;
min-height: auto;}




.swiper-button-next, .swiper-button-prev{
	border: #3FEE58 solid 1px;
	top: 10%!important;
	color:#fff;
	font-family:"icon-web";
	font-size:2em;
	background-color: rgba(57, 181, 74, 0.5);
	border-radius: 5px;
	width: 40px!important;
	height: 15%!important;


}

.swiper-button-next{
	right: 0px !important;
	padding: 25% 0px 30% 4px;
	
}
.swiper-button-prev{
	left: 0px !important;
	padding: 25% 4px 30% 0;

}






.barra{
	width: 100%;
	height: auto;
	background: linear-gradient(to left, #39b54a 25%, #093 75%);
	z-index: 2;
}
.barra > p{
	font-family: 'Roboto';
	max-width: 90%;
	text-align: justify;
	hyphens: auto;
	font-size: 1em;
	color:#fff;
	padding: 8% 0;
	margin:auto;}


.clientes{
	background:;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	max-width: 100%;
	text-align: center;
	padding: 30% 0% 25% 0%;
	min-height: 100%;
}

.clientes h1{

	text-align:center;
	color: #39b54a;
	font-size:2em;
	margin: auto;
	font-family:"Raleway";
	font-weight: 400;
	margin-bottom:0%;
    padding: 2% 1%;
	position: relative;
	display: block;
	top: 0px;}	
	
.clientes h2{
	
	text-align: center;
	color: #666;
	font-size:1.2em;
	font-family:"Roboto";
	padding-bottom:2%;
	padding-top:2%;
font-weight: lighter;
line-height: 140%;}

	
.clientes p{
	
	text-align: center;
	color: #333;
	font-size:1em;
	font-family:"Raleway";
	padding:5% 3%;
	
	max-width: 80%;
	margin: auto;

font-weight: lighter;
line-height: 140%;}
		

.clientes  ul{
	padding: 5% 0;
	width: 100%;
	text-align: center

}

.clientes  li{
	position: relative;
	display: inline-block;
	max-width: 49%;
	min-width: 49%;
	margin: 0 0%;

}

.clientes  li img{
	max-width: 70%;
    width: 70%;
	opacity: 0.9;
}

.clientes li h2{
	padding-top: 5%;
	font-size: 1.2em;
	font-family: 'Raleway';
	color: #fff;
	text-align: center;
	font-weight: bold;
}



/*modos de pago*/

.mod-pay{
	padding: 20% 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
	min-height:auto;
	max-height:auto;
	width:100%;
	min-width:100%;
	max-width:100%;
	z-index: 1000;
}	
	
.paymod{
    margin:auto;
	height:auto;
	max-height:auto;
	min-height: 45%;
	width:90%;
	padding-top: 5%;
	padding-bottom:5%;
	text-align: center;

	}
	

.paymod h1{
	text-align:center;
	color: #39b54a;
	font-size:2em;
	margin: auto;
	font-family:"Raleway";
	font-weight: 400;
	margin-bottom:0%;
    padding: 2% 1%;
	position: relative;
	display: block;
	top: 0px;}	
	
.paymod h2{
	
	text-align: center;
	color: #666;
	font-size:1.2em;
	font-family:"Roboto";
	padding-bottom:2%;
	padding-top:2%;
font-weight: lighter;
line-height: 140%;}
		

.paymod ul{
	padding: 5% 0;
	width: 100%;
	text-align: center

}

.paymod li{
	position: relative;
	display: inline-block;
	max-width: 70%;
	min-width: 70%;
	margin: 0 0%;

}

.paymod li img{
	max-width: 50%;
    width:50%;
	opacity: 1;
	padding: 1%;
	
}

.paymod li h2{
	padding-top: 5%;
	font-size: 1em;
	font-family: 'Raleway';
	color: #666;
	text-align: center;
	font-weight: bold;
}


.paymod li a:link, .paymod li a:visited, .paymod li a:active {
	text-decoration: none;	 
}

.paymod li a:hover {
	text-decoration: none;	 
}

.paymod > ul > li > a:hover > img{
	opacity: 0.5;
		transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}

/*modods de pago*/




	


footer{

	width: 100%;
	height: 20%;
	text-align: center;


}
footer div{
	padding: 4% 0;

}

footer img{
	max-width: 40%;
}


.autor img{
	width: 15%;
}



#form{
	position: relative;
	max-width: 75%;
	width: 75%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	z-index: 99999;
	border-radius: 15px;

}

}
