@import url(bootstrap.min.css);
@import url(slick.css);
@import url(animate.css);
@import url(nosotros.css);
@import url(servicios.css);
@import url(flota.css);

body
{
	font-size: 16px;
}


h2
{
	font-family: 'Raleway', sans-serif;
	font-size: 5.625em;
	font-weight: 800;
}

h3
{
	font-family: 'Raleway', sans-serif;
	font-size: 2.375em;
	font-weight: 600;	
}


h4
{
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

h5
{
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	line-height: 45px;
}

p
{
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	color: #191919;
}

.tf{
	font-size: 1.2em;
	font-weight: bold;
	color: #52c29e !important;
}

header
{
	height: 92px;
	background-color: #fff;

}

.logo
{
	margin-top: 5px;
    width: 280px;
}

nav
{
	float: right;
}

nav ul
{
	margin-top: 40px;
}

nav ul li
{
	float: left;
	list-style: none;
	margin-left: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 13px;
}

a
{
	transition: 0.5s;
}

nav ul li a:hover
{
	color: #33b78d;
}

.active
{
	color: #33b78d;
}

a:hover, a:focus
{
	text-decoration: none;
}

.contSlider
{
	position: relative;
}

.sliderUno, .sliderDos, .sliderTres
{
	height: Calc(100vh);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
}

.sliderUno
{
	background-image: url(../img/sanDiego-001.jpeg);
}

.sliderDos
{
	background-image: url(../img/sanDiego-002.jpg);
}

.sliderTres
{
	background-image: url(../img/11.jpg);
}

.textSlider
{
	text-align: center;
	color: #fff;
	bottom: 10vh;
	left: 0;
	right: 0;
	position: absolute;
}



.controladores
{
	position: absolute;
	top: calc(69vh);
	width: 100%;
}


.controladores div
{
	width: 30px;
	height: 59px;
	position: absolute;
	cursor: pointer;
}


.der
{
	right:20vw;
	background-image: url(../img/der.png);
	background-repeat: no-repeat;
}

.izq
{
	left: 20vw;
	background-image: url(../img/izq.png);
	background-repeat: no-repeat;
}










.textContHome
{
	margin-top: 100px;
	margin-bottom: 100px;
}


.textContHome div h4
{
	color: #83a4a6;
	margin-bottom: 30px;
}

.textContHome ul li
{
	font-family: 'Raleway', sans-serif;
	font-size: 0.875em;
	color: #808080;
}

.boxText
{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
}

.altoBoxText
{
	height:304px;
}

.contForm h4
{
	color: #83a4a6;
	margin-bottom: 30px;
}

.contForm ul li
{
	font-family: 'Raleway', sans-serif;
	font-size: 0.875em;
	color: #808080;
}

.contForm label, input, textarea, select
{
	width: 100%;

}

.contForm label
{
	font-family: 'Raleway', sans-serif;
	font-size: 0.875em;
	color: #808080;
	font-weight: 500;
}

input, select
{
	height: 35px;
	border: 1px solid #dddddd;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-family: 'Raleway', sans-serif;
	color: #83a4a6;
}

textarea
{
	height: 140px;
	border: 1px solid #dddddd;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: 'Raleway', sans-serif;
	color: #83a4a6;
}

.servCliente
{
	width: 210px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #83a4a6;
	margin-top: 28px;
	text-align: center;
	color: #fff;
}

.servCliente
{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

.servTextBold
{
	font-weight: 600;
	font-size: 1.4375em;
}

#enviar
{
	background-color: #83a4a6;
	color: #fff !important;
}

.contForm
{
	border:1px solid #dddddd;
	overflow: hidden;
	padding: 50px 20px;
}


.contFooter
{
	background-color: #171717;
	/*margin-top: 100px;*/
}

.footerMenu
{
	padding-top: 70px;
	width: 540px;
    margin: 0 auto;
	padding-bottom: 70px;
}

.footerMenu li
{
	float: left;
	list-style: none;
	margin: 0 20px;
}

.footerMenu li a
{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #696969;
}

.footerMenu li a:hover
{
	color: #fff;
}


.imgResponsive
{
	display: none;
}

.menuCel
{
	display: none;
}

.menuTotalCel
{
	display: none;
}


@media screen and (max-width: 780px) and (min-width: 1px)

{

	.logo{
		width: 150px;
		margin-top: 25px;
	}

	

	body
	{
		font-size: 12px;
	}

	.footerMenu li
	{
		float: none;
		margin-bottom: 8px;
	}

	.footerMenu
	{
		width: 200px;
	}


	.imgResponsive
	{
		display: block;
	}

	.imgResponsiveDos
	{
		display: none;
	}

	.textContHome
	{
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.servCliente
	{
    	margin-bottom: 30px;
	}
	
	nav
	{
		display: none;
	}
	
	.menuCel
	{
		float: right;
		display: block;
	}

	.menuCel img
	{
		width: 35px;
		margin-top: 40px;
	}

	.menuTotalCel
	{
		width: 100%;
		height: 100vh;
		background-color: #fff;
		text-align: center;
		list-style: none;
		z-index: 99999999999999999999;
		position: fixed;
		display: none;
	}

	.menuTotalCel ul
	{
		margin: 20vh auto 0 auto;
		padding-left: 0;
		width: 80%;
	}

	.menuTotalCel ul li
	{
		list-style: none;
		margin-bottom: 30px;
		font-family: 'Raleway', sans-serif;
		font-size: 1.5em;
		font-weight: bold;
	}

	.menuTotalCel img
	{
		width: 27px;
    	margin-top: 5vh;
	}

}

@media screen and (max-width: 480px) and (min-width: 1px)
{

	body
	{
		font-size: 12px;
	}

	h2
	{
		
		font-size: 3em;
	}

}


.cambioFlota{
	margin-top: 100px;
	margin-bottom: 100px;
}

.cambioFlota h6{

	font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #83a4a6;
}

.flotafilaUno{
	margin-bottom: 80px;
}

.sliderServicios{
	background-image: url(../img/servicios.jpg);
}

.sliderContacto{
	background-image: url(../img/sliderContacto.jpg);
}

.otroN{
	color: #52c29e;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    font-weight: bold;
}

.importanteContacto{
	font-size: 1.1em !important;
}

/*clientes*/

.clientes{
	margin-top: 200px;
}


.ttt{
	    color: #52c29e;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    font-weight: bold;
}

.mtcs a{
	font-size: 18px;
}



.certList{
	 list-style-image: url(../img/check.png);
}



footer div div p{
	color: #fff;
	text-align: center;
	opacity: 0.6;
	font-size: 14px;
}