@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato');
body{
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	margin:0;
		}
a {
	text-decoration:none;
}
a:link
{
text-decoration:none;
}
p{
	margin-bottom: 20px;
}
h1{
	color:#FFF;
	font-size:60px;
	line-height:80px;
	text-align:center;
	font-weight:400;
	letter-spacing:2px;
}
h2{
	font-size:24px;
	line-height:50px;
	font-weight:300;
	letter-spacing:2px;
	text-align:center;
}	
h3{
	color:#FFF;
	font-size: 12px;
	line-height:50px;
	font-weight:300;
	letter-spacing:1px;
	text-align:center;
}

.btn-whatsapp {
    display:block;
    width:70px;
    height:70px;
    color:#fff;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}
.header{
	color:#FFF;
	text-align:center;
	width:90%;
	margin:0 auto;
}	
.btn_menu{
	display:block;
	margin-right:20px;
	width:10px;
	height:5px;
	float:right;	
	padding-right:20px;
}
#mnu_ico{
	display: none;
}
.nav_menu ul li{
	display:inline-block;
}
.nav_menu ul li a{
	color: #FFF;
	font-size:12px;
	display: block;
	transition: all 0.4s linear;
	border-radius:5px;
	letter-spacing:2px;
	padding:6px;
	margin-right:60px;
}
.nav_menu ul li a:hover{
	background:#4a4a4a;
}	
.servicios{
	padding:30px;
	}
.servicios a{
	color:  #333;
	text-decoration:none;
	}
.navservicios ul{
	margin:0;
	padding:0;
	list-style: none;
	text-align:center;
	}
/*.navservicios ul a:hover{
	border-style: solid;
	padding:50px 0;
	border-width: thin;
	background-color: #F30;
	}*/
.navservicios ul li{
	display:inline-block;
	border: #333;
	padding:15px;
	margin:20px;	
	border-style: solid;
	border-width: thin;
	vertical-align:middle;
	text-align:center;
	width:150px;
	height:70px;
}

.navservicios ul li:hover{
	background-color: #F30;
	cursor:pointer;	
}

.tx3{
	margin:20px 160px 0;
	text-align:justify;
	}
.container {
	width:85%;
	margin: 0 auto;
}
section.container{
	width:100%;
	min-height:400px;
	overflow: hidden;
	background-attachment:fixed;
	background-repeat:no-repeat;
	border-bottom: 1px solid #006; 
}
.seccHELP{
	margin:0 40%;
}	
.btnHELP{
	color:rgba(255,255,255,1);
	font-size: 18px;
	font-weight:300;
	text-align:center;
	padding:15px;
	background: #F90;
	border-radius:5px;
	text-decoration:none;
	}	
.btnHELP:hover{
	background: #F60;
	color:  #333;
	transition: all 0.4s linear;
	text-decoration:none;
		}
section#cont1{
	background-size:cover;
	background-image: url(img/asis1180.jpg);
}
section#cont2{
	background-color:#FFF;
	}
.nosotros {
	background: #333;
	padding:180px 160px 30px;
	background-image: url(img/asistencia-vial-200px.png);
	background-repeat:no-repeat;
	background-size:400px;
	background-position:30px 40px;
	color:#FFF;
	text-align:justify;
	}
.cobertura {
	background: #FFF;
	padding:80px 160px 40px;
	background-image: url(img/cdmx.png);
	background-repeat:no-repeat;
	background-size:400px;
	background-position:80% 40px;
	color: #333;
	text-align:justify;
	}
.reportes {
	background: #036;
	}
.experiencia {
	background: #FFF;
	padding:30px 160px 270px;
	color: #333;
	text-align:justify;
	}
.lt1{
	width:48%;
	float:left;
	height: auto;
}
.lt2{
	width:48%;
	height: auto;
	float: right;
}
.lineal{
	margin:4px;
	padding-bottom:30px;
}
.icox1{
	width:80px;
	height:70px;
	padding:10px;
	display:flex;
	justify-content: center;
	align-items: center;
	}
.txtx1{
	width: 370px;
	height:90px;
	float:right;
	}
.txtTT{
	font-weight:bold;
	font-size:16px;
	}
.txtT2{
	font-size:14px;
	}
.txtT3{
	font-size: 16px;
	font-weight:bold;
}
.txtT4{
	font-size: 16px;
	}
.diciendo{
	background: #FFF;
	padding:20px 160px 40px;
	color: #333;
	text-align: center;
	overflow: auto;
	height: auto;
	}
.social{
	padding:20px;
	font-size:36px;
	display:inline-block;
	}
.footer{
	background: #333;
	color: #CCC;
	padding:4rem 0;
	text-align:center;
	margin-top:6rem;
	}	
.footer2{
	background:#000;
	color: #CCC;
	padding:1rem 0;
	text-align:center;
	}	

.fadebox { /*fondo negro al 80% de opacidad*/ 
    display: none;
    position: absolute;
	top:0%;
    left: 0%;
    width: 100%;
	height:4160px;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.overbox { /*muestra en medio de la pantalla*/
    display: none;
    position: absolute;
    top: 700px;
    left: 18%;
    width: 65%;
	height: auto;
    z-index:1002;
    overflow: auto;
	background: #666;
	border-radius:5px;
	color:#FFF;
}
.tit_serv01{
	font-size:16px;
	letter-spacing:2px;
	text-align:center;
	color: #CCC;
	font-weight:bold;
	width:90%;
	float:left;
	margin:2px;
	padding-top:5px;
	text-indent:40px;
	}

.tit_serv02{
	font-size: 18px;
	color: #CCC;
	font-weight:bold;
		cursor:pointer;
		width:5%;
		float:right;
		text-align:right;
		margin-right:15px;
		padding-top:5px;
	}
	
.union{
	display:inline-block;
	margin:0 10px 10px 10px;
	background:#FFF;
	border-radius:3px;
	
	}	
	
.pict_serv{
	width:30%;
	float:left;
	margin:40px 10px 10px 30px;
	}
.txt_serv{
	background:#FFF;
	border-radius:5px;
	margin:20px;
	width:60%;
	float:right;
	text-align:justify;
	color:#333;
	}



@media only screen and (max-width:767px){
.btn_menu{
	display:block;
	margin-right:20px;
	width:20px;
	height:25px;
	float:right;	
	padding-right:20px;
	margin-top:10px;
}
#mnu_ico{
	display: block;
	font-size: 30px;
	color:#FFF;
	}
.header{
	display:none;
	text-align:left;
	color:#FFF;
	position:absolute;
	z-index:150;
	background: rgba(255,255,255,0.9);
	width:80%;
	margin-left:8%;
	height:300px;
	margin-top:40px;
	border-radius:5px;
	font-size:20px;
	padding:10px;
	}	

.nav_menu ul li{
	display:block;
	list-style:none;
}
.nav_menu ul li a{
	background: rgba(51,51,51,0.9);
	color: #FFF;
	font-size:16px;
	display: block;
	transition: all 0.4s linear;
	border-radius:5px;
	letter-spacing:2px;
	margin-top:15px;
	margin-bottom:10px;
	margin-right:35px;
	padding:6px;
	text-indent:20px; 	
}
.nav_menu ul li a:hover{
	background:#4a4a4a;
}	
h1{
	text-indent:10px;
	font-size:28px;
	line-height:20px;
	letter-spacing:1px;
	margin-top:120px;
}
h2{
	text-indent:10px;
	font-size:16px;
	line-height:30px;
	padding-left:10px;
}
.seccHELP{
	margin:25% 20%;
}	
h3{
	text-indent:10px;
	font-size: 14px;
	line-height:30px;
	font-weight:300;
	letter-spacing:1px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
section#cont1{
	height:650px;
	background-image: url(img/asis320.jpg);
  	-webkit-background-size: 767px 800px;            
    -moz-background-size: 767px 800px; 
    -o-background-size: 767px 800px; 
    background-size:  767px 800px;
	background-repeat:no-repeat;
}
.tx3{
	font-size:16px;
	margin:40px;
	text-align:justify;
	}
.nosotros {
	background-image: url(img/asistencia-vial-200px.png);
	background-size:85%;
	padding:170px 30px 40px;
	line-height:25px;
	}
.cobertura {
	padding:30px 30px 40px;
	background-image: url(img/cdmx.png);
	background-size:300px;
	background-position:40% 30%;
	height:900px;
	}
.zonas{
	padding-left:60px;
	padding-top:400px;
	}
.experiencia {
	padding:30px 20px 100px;
	}
.lt1{
	width:100%;
	float:none;
	height: auto;
}
.lt2{
	width:100%;
	height: auto;
	float: none;
}
.lineal{
	width:98%;
	padding-bottom:50px;
}	
.txtx1{
	margin:0 auto;
	width: 95%;
	height:80px;
	float: none;
	text-align:center;
	}
.txtTT{
	font-weight:bold;
	font-size:16px;
	}
.txtT2{
	font-size:14px;
	line-height:20px;
	}
.icox1{
	margin:0 auto;
	width:80px;
	height:70px;
	padding:15px;
	margin-top:10px;
	display:flex;
	justify-content: center;
	align-items: center;
	}	
.diciendo{
	margin-top:-10px;
	padding:0px 40px 20px;
	}

.fadebox { /*fondo negro al 80% de opacidad*/ 
	height:7000px;
}

.overbox { /*muestra en medio de la pantalla*/
    width: 90%;
	left:5%;
}
.tit_serv01{
	font-size:12px;
	letter-spacing:1px;
	font-weight: 300;
	width:80%;
}
.txt_serv{
	width:70%;
	margin-right:50px;

	}
	}	