@charset "utf-8";
@font-face {
  font-family: CenturyGothic;
  src: url("../fonts/Century Gothic 400.ttf");
}

@font-face {
  font-family: Suigeneris;
  src: url("../fonts/sui generis rg.ttf");
}


*{
padding: 0;
margin:auto;
text-decoration: none;
list-style:none;
box-sizing: border-box;
}

body{
background-image:url(../images/main_blacground.jpg);
background-size:cover;
background-attachment: fixed;
margin:0%;
}

main{
height: auto;
width: 1366px;
margin-left: auto;
margin-right: auto;
position: relative;
}


.menusmart{
float: left;
width: 100%;
height: auto;
z-index: 1000;
background:#0C1727;
}

.logomenu{
float:left;
padding-top:0.5%;
width:250px;
height: 100%;
padding-left: 2%;
box-sizing: border-box;
}

.logomenuimg{
float:left;
width: 100%;
height: auto;
margin-top: 3%;
}

nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 20px;
  margin: 2%  5px 0%;
}
nav ul li a{
color: white;
font-size:14.5px;
padding: 7px 15px;
border-radius: 5px;	
font-family: 'CenturyGothic', sans-serif;
text-transform:uppercase;
}

.active a:hover{
text-decoration: none;
color:white;
background:#1A3356;
transition: .3s;
}

.menutxt a:hover{
color:#0f9adb;
}

.menutxt a:visited{
color:white;
text-decoration: none;
}

.linkcontacto a:link{
color:white;
text-decoration: none;
}

.linkcontacto a:hover{
color:#0f9adb;
text-decoration: none;
}

.linkcontacto a:visited{
color:white;
text-decoration: none;
}

.checkbtn{
	font-size:20px;
	color: white;
	float: right;
	margin-right:6vw;
	margin-top:7px;
	cursor:pointer;
	display:none;
}


#check{display:none;
}

.banner{
float: left;
width: 100%;
height:auto;
padding: 13%;
background-image:url("../images/banner.jpg");
box-sizing: border-box;
background-size:cover;
background-attachment:inherit;
background-position: relative;
 background-repeat: no-repeat;
}

.logobanner{
width: 100%;
height: 60%;
text-align: center;
box-sizing: border-box;
}

.logobannerimg{
width: 70%;
height: auto;
}

.textobanner{
width: 100%;
height: 10%;
color:#92a9cf;
text-align: center;
font-size: 2.3rem;
font-family: 'Suigeneris', sans-serif;
box-sizing: border-box;
}

.nosotrosbox{
float: left;
width: 100%;
height: 1000px;
box-sizing: border-box;
}

.videosbox{
float: left;
width: 100%;
height:385px;
box-sizing: border-box;
text-align: center;
background-color:black;
}

.titulovideos{
float: left;
width: 50%;
height:100%;
background-image:url("../images/fondo_videos.jpg");
background-size:cover;
padding-top: 7%;
padding-left:2.5%;
padding-right: 2.5%;
color: #0C1727;
box-sizing: border-box;
text-align: center;
font-size: 1.7rem;
font-family: 'Suigeneris', sans-serif;

}
.videos{
float: left;
width: 50%;
height:100%;
}


.titulos{
float: left;
width: 100%;
height: auto;
padding-top: 0.4%;
padding-bottom: 0.7%;
background-color:#0C1727;
color: white;
box-sizing: border-box;
text-align: center;
font-size: 2rem;
font-family: 'Suigeneris', sans-serif;
}


.nosotrosimg{
float: left;
width: 50%;
height: 60%;
box-sizing: border-box;
background-image:url("../images/nosotrosimg.jpg");
background-size:cover;
background-attachment:inherit;
background-position: relative;
 background-repeat: no-repeat;
}

.nosotrostxt{
float: left;
width: 50%;
height: 60%;
padding-left: 4%;
padding-right: 5%;
padding-top:6%;
box-sizing: border-box;
background-color:white;
font-size: 1.5rem;
color:#1c3051;
font-family: 'CenturyGothic', sans-serif;
text-align: left;
}

.nosotrosMV{
float: left;
width: 50%;
height: 40%;
padding: 5%;
box-sizing: border-box;
background-color:white;
font-size: 20px;
color:#1c3051;
font-family: 'CenturyGothic', sans-serif;
text-align: lw;
}

.ventajasbox{
float: left;
width: 100%;
height: 1000px;
background-color:green;
}


.textoventajas{
font-size: 1.3rem;
text-align: left;
font-family: 'CenturyGothic', sans-serif;
}

.ventajas{
float: left;
width: 50%;
height: 50%;
color:white;
padding-left: 7%;
padding-right:7%;
padding-top:6%;
box-sizing: border-box;
}
.ventajaseguridad{
background-image:url("../images/ventajas1.jpg");
}

.ventajaadministracion{
background-image:url("../images/ventajas2.jpg");
}

.ventajaproductividad{
background-image:url("../images/ventajas3.jpg");
}

.ventajacombustible{
background-image:url("../images/ventajas4.jpg");
}


.Serviciosbox{
float: left;
width: 100%;
height: 2500px;
box-sizing: border-box;
}

.icono_servicios{
float: left;
width: 100%;
height: 30%;
box-sizing: border-box;
text-align: center;
}

.txt_servicios{
float: left;
width: 100%;
height: 70%;
color:white;
box-sizing: border-box;
padding-top:0%;
padding-left: 8.5%;
padding-right: 8.5%;
}

.icono{
width:20%;
height: auto;
}		

.servicios{
float: left;
width: 50%;
height: 20%;
padding-top: 4%;
box-sizing: border-box;
}

.servicios1{
background-image: url("../images/ubicacion_treal.jpg");
}

.servicios2{
background-image:url("../images/historial_recorrido.jpg");
}

.servicios3{
background-image:url("../images/parqueo_seguro.jpg");
}

.servicios4{
background-image:url("../images/bloqueo_vehiculo.jpg");
}

.servicios5{
background-image:url("../images/control_voz.jpg");
}

.servicios6{
background-image:url("../images/boton_panico.jpg");
}

.servicios7{
background-image:url("../images/desconexion_bateria.jpg");
}

.servicios8{
background-image:url("../images/auto_onoff.jpg");
}

.servicios9{
background-image:url("../images/auto_movimiento.jpg");
}

.servicios10{
background-image:url("../images/app_web.jpg");
}





.contactosbox{
float: left;
width: 100%;
height: 500px;
background-image:url("../images/banner.jpg");	
box-sizing: border-box;
background-size: cover;
background-attachment:fixed;
color:white;
}

.iconos_contactos{
float: left;
width: 33.33333333333333%;
height: 50%;
box-sizing: border-box;
padding-top: 2%;
text-align: center;
}

.iconoC{
float: left;
width: 100%;
height: 70%;
box-sizing: border-box;
text-align: center;
}


.textoC1{
width: 100%;
height: 10%;
color:white;
text-align: center;
font-size: 35px;
font-family: 'CenturyGothic', sans-serif;
box-sizing: border-box;
}

.webmapa{
float: left;
width: 100%;
height: 500px;
}

.webmapa iframe{
width: 100%;
height: 100%;
}

.pie{
float: left;
height: 30px;
color:white;
box-sizing: border-box;
text-align: center;
font-size: 1rem;
width: 100%;
background-color:#0C1727;}

@media (max-width:1200px){
	
	
	.checkbtn{
		display: block;
	}
	
	 ul{
		position:fixed;
		width:100%;
		height:100vh;
		background:#0C1727;
		top:40px;
		left:-100%;
		text-align:center;
		-webkit-transition-duration: 0.4s; 
  		transition-duration: 0.4s;
	}
	
	nav ul li{display:block;
	margin: 25px  0%;}
	
	#check:checked ~ ul {

		left:0%;}


}
@media screen and (max-width:640px) and (orientation:portrait){
	

.menusmart{
position:fixed;
}	
	
.logomenuimg{
width: 100%;
height: auto;
margin-top: 3%;
margin-left: 45%;
}
	
main{
width: 100%;
}

.titulos{
font-size:20px; 
}
.nosotrosbox{
height: auto;
}

.nosotrosimg{
width: 100%;
height: 272px;
	}
.nosotrostxt{
width: 100%;
height: 630px;
font-size: 18px;
text-align: justify-all;
padding: 10%;
	}

.nosotrosMV{
width: 100%;
height: 400px;
font-size: 18px;
text-align: justify-all;
padding:  10%;
}

.videosbox{
height:770px;
}

.titulovideos{
width: 100%;
height:50%;
}
	
.videos{
width: 100%;
height:50%;
}
	
.ventajasbox{
height: auto;
}	

.ventajas{
width: 100%;
height: 20%;}
	
	
.Serviciosbox{
height: auto;
}

.servicios{
width: 100%;
}	
	
.textoventajas{
font-size: 1rem;
}
	
.nosotrostxt{
font-size: 1rem;
}
	
.textobanner{
font-size: 1.5rem;
}
	
.iconos_contactos{
width: 50%;
height: 33.33333333333333%;
}
	
.contactosbox{
height: auto;
}
	
	
}








