/* Header */

*{
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing:antialiased;
}

body{
	background-color:##F1F1F1;
	font-size:16px;
	font-weight:300;
	color:#4D4D4D;
}

header{
	width:100%;
	background-color:#F2F2F2;
	-webkit-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
}

h2{
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	color:#0E3575;
	text-transform:uppercase;
	margin-bottom:40px;
	position:relative;

}

h3{
	font-family: 'Oswald', sans-serif;
	color:#0E3575;
	text-transform:uppercase;
	position:relative;
	margin-bottom:20px;
	font-size:20px;

}

/*

h2::after{
	content:url(../images/title_line.png);
	position:absolute;
	left:0;
	bottom:-20px;
}

 */

.navbar{
	min-height:60px;
	margin-bottom:0px;
}


.navbar-nav>li{
	text-transform:uppercase;
	font-size:16px;
}

.navbar-nav ul{

}

.navbar-nav>li a{
	color:#333333;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
	line-height:60px;
	padding:0px 15px;
	border-left:solid 1px #E6E6E6;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}

.navbar-nav>li a:hover{
	background-color:#E6E6E6;
	}


/*

.navbar-nav>li:last-child a{
	border-left:none;
	color:#fff;
	background-color:#3b5998;
}



.navbar-nav>li:first-child a{
	border-left:none;
}

*/

.navbar-brand{
	padding:0px;
	margin:-1px 0px 0px -1px;

}

li.fb-icon a img{
	margin-top:-5px;
}


/* Menu Responsive */
.navbar-toggle{
	background-color:#CCCCCC;
}

.navbar-toggle .icon-bar{
	background-color:#fff;
}


/* Home */

#slider-inicio{
	padding-top:70px;
	height:560px;
	width:100%;
	background-image: url(../images/bkg-dot.png), url(../images/home.jpg);
	background-repeat: repeat, no-repeat;
	background-size:auto, cover;
	background-attachment: scroll, fixed;
}

#slider-inicio h1{
	font-family: 'Oswald', sans-serif;
	font-size:46px;
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
	margin-bottom:30px;
	color:#fff;
}	

#slider-inicio p{
	font-size:18px;
	margin-bottom:30px;
	color:#fff;
}

.btn-jp{
	background-color:#C1272D;
	width:150px;
	text-align:left;
	border-radius:0px;
	padding:10px 19px 10px 20px;
	position:relative;
	overflow:hidden;
	border:none;
	transition: all 0.3s ease 0s;
	margin-bottom:20px;
	outline:none; !important
}

.btn-jp:hover{
	background-color:#751420;

}

a.btn.btn-jp{
	color:#fff;
}

.btn:focus,.btn:active:focus,.btn.active:focus{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px}

.btn:hover,.btn:focus{
	color:#333;
	text-decoration:none}

.btn:active,.btn.active{
	outline:0;
	background-image:none;
	box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn{
	cursor:not-allowed;
	pointer-events:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	box-shadow:none}

.btn .btn-jp a{
	font-size:18px;
	background-color:#C1272D;
	color:#fff;
	padding:5px 10px;
	color:#fff;
}

.btn-jp span.ic{
	width:15px;
	height:13px;
	float:right;
	background:url(../images/btn-arrow.png) no-repeat center center;
	margin:4px 0px 0px;
	opacity:0.7
}



#servicios{
	padding:40px 0px;

}

.serv_dest{
	text-align:center;
	color:#fff;
	border:solid 1px #0E3571;
	margin-bottom:20px;
	background-image: url(../images/bkg-dot.png), url(../images/home.jpg);
	background-repeat: repeat, no-repeat;
	background-size:auto, cover;
	background-attachment: scroll, fixed;
}

.serv_dest h3{
	color:#fff;
	margin-bottom:10px;
	margin-top:0px;
	font-size:18px;
	font-weight:400;
}

.serv_dest p{
	margin-bottom:0px;
}

.serv_dest_content{
	padding:15px;
	position:relative;
	background-color:#0E3571;
	display:inline-block;
}

.serv_dest_content:before{
	border-bottom: 80px solid transparent;
    border-left: 30px solid #0E3571;
    right: -30px;
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
}


.serv_dest_content:after{
	border-top: 81px solid transparent;
    border-right: 30px solid #0E3571;
    left: -30px;
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
}

#servicios .servicio-pack{
	background-color:#C1272D;
	margin-bottom:20px;
	overflow:hidden;
}

#servicios .servicio-pack a{
	display:inline-block;
	color:#fff;
	padding:5px 10px;
	border: solid 1px #fff;
	margin-bottom:0px;
}

#servicios .servicio-pack .servicio-info{
	padding:15px 15px 20px 15px;
	background-image:url(../images/bkg-servicio.png);
	background-position:bottom;
	background-repeat: repeat-x;
	position: relative;
	z-index:3;

}


#servicios .servicio-pack .servicio-info h3{
	color:#fff;
	margin-bottom:10px;
	margin-top:0px;
	font-size:18px;
	font-weight:400;
}

/* Hover Effect */ 

#servicios .servicio-pack .servicio-pack{
	overflow:hidden;
	width:100%;
	height:100%;
}

#servicios .servicio-pack .servicio-image img {
    display: block;
    position: relative;
	/* -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width:100%;
	z-index:2; */

}
/* 
#servicios .servicio-pack .servicio-image:hover img {
-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

*/


/* Footer */


footer{
	padding:40px 0px 10px 0px;
	background-color:#182639;
	width:100%;
	color:#fff;
	font-size:14px;
	background-image:url(../images/bkg-flota.png);
	background-position:top;
	background-repeat: repeat-x;
}

footer .col-md-4{
	margin-bottom:20px;
}

footer .col-md-12 p{
	float:left;
}

footer .col-md-12 .fb-footer{
	float:right;
}

footer .col-md-12{
	border-top:solid 1px #091014;
	padding-top:10px;

}

footer ul{
	list-style-type:none;
	padding-left:0;
}

footer ul a{
	color:#fff;
}

/* Clientes Carousel */ 

#clientes{
	background-color:#CCCCCC;
	padding:40px 0px;
	background-image: url(../images/bkg-dot-gray.png);

}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0;
  border: none;
  background-color: none;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
  left: auto;
  right: 5px;
  background-image: none;
}

.carousel-control {
  padding-top:10.25%;
  width:5%;
  opacity:.8;
}

.item .col-sm-3.col-xs-6 img{
	margin-bottom:20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-left:before {
    content: "\f053";
}


.carousel-control.right, .carousel-control.left{
	background-color:#0E3575;
	padding:5px;
	top:33%;
}


.carousel-control.left{
	left:0px;
}

.carousel-control {
	height:40px;
	padding-top:0;
}


/* Secciones */ 

#title-section{
	width:100%;
	height:100px;
	background-image: url(../images/bkg-dot.png);
	background: url(../images/bkg-dot.png), #0E3575;

	/*
	background: url(../images/bkg-dot.png), rgba(14,54,117,1);
	background: url(../images/bkg-dot.png), -moz-linear-gradient(left, rgba(14,54,117,1) 0%, rgba(0,124,195,1) 100%);
	background: url(../images/bkg-dot.png), -webkit-gradient(left top, right top, color-stop(0%, rgba(14,54,117,1)), color-stop(100%, rgba(0,124,195,1)));
	background: url(../images/bkg-dot.png), -webkit-linear-gradient(left, rgba(14,54,117,1) 0%, rgba(0,124,195,1) 100%);
	background: url(../images/bkg-dot.png), -o-linear-gradient(left, rgba(14,54,117,1) 0%, rgba(0,124,195,1) 100%);
	background: url(../images/bkg-dot.png), -ms-linear-gradient(left, rgba(14,54,117,1) 0%, rgba(0,124,195,1) 100%);
	background: url(../images/bkg-dot.png), linear-gradient(to right, rgba(14,54,117,1) 0%, rgba(0,124,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3675', endColorstr='#007cc3', GradientType=1 );
	*/
}

#title-section h1{
	color:#fff;
	text-align:center;
	line-height:100px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
	font-family: 'Oswald', sans-serif;
}

h3.flota-name{
	width:100%;
	background:#C1272D;
	color:#fff;
	margin:0;
	padding:10px 10px 20px 10px;
	font-size:18px;
	margin-bottom:20px;
	background-image:url(../images/bkg-servicio.png);
	background-position:bottom;
	background-repeat: repeat-x;
	line-height:24px;
}

p.flota-parrafo{
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
	font-weight:400;
}

ul.flota-parrafo{
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
	font-weight:400;
	list-style-type:none;
	line-height:28px;
}

ul.flota-parrafo li{
	position:relative;
}

ul.flota-parrafo li::before{
	content:url(../images/check.png);
	position:relative;
	top:4px;
	left:-5px;
}

/* Contacto */ 

#map{
	width:100%;
	height:300px;
}


label {
	width: 100%;
	padding: 10px;
}

input {
	width: 100%;	
	padding: 10px;
	margin: 5px 0px;
	border:solid 1px #CCCCCC;	
}

textarea{
	width:100%;
	padding: 10px;
	margin: 5px 0px;
	border:solid 1px #CCCCCC;	
}



#formulario-rrhh input,#formulario-rrhh textarea{
	background-color:transparent;
	border-color:#4D4D4D;
}

#formulario-rrhh input::-webkit-input-placeholder{
	color:#4D4D4D;
}

#formulario-rrhh textarea::-webkit-input-placeholder{
	color:#4D4D4D;
}

#formulario-rrhh input::-moz-placeholder{
	color:#4D4D4D;
}

#formulario-rrhh textarea::-moz-placeholder{
	color:#4D4D4D;
}

input[type=submit], #formulario-rrhh input[type=submit]{
	display:inline-block;
	width:150px;
	padding:10px;
	background-color:#C1272D;
	color:#fff;
	border:none;
	transition: all 0.3s ease 0s;
}


input[type=file], label{
	float:left;
	display:inline;
	width:auto;
	margin:5px 0;
}

.enviar{
	display:inline-block;
	width:150px;
	padding:10px;
	background-color:#C1272D;
	color:#fff;
	border:none;
	transition: all 0.3s ease 0s;
	cursor:pointer;
	text-align:center;
}

.enviar:hover{
	background-color:#751420;
}



input[type=submit]:hover, #formulario-rrhh input[type=submit]:hover{
	background-color:#751420;
}

/* Empresa */

#empresa, #equipo, #contacto, #trabajos{
	padding:40px 0px;
	color:#333333;
}

#empresa h2, #equipo h2{
	text-align:left;
}  

#empresa p, #equipo p{
	font-size:16px;
}  

#equipo {
	background-image: url(../images/bkg-dot-gray.png), url(../images/team.jpg);
	background-repeat: repeat, no-repeat;
	background-size:auto, cover;
	background-attachment: scroll, fixed;
}

#formulario-rrhh{
	padding:0;
	margin:0;
}


/* trabajos */


.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.carousel-caption{
	display:block;
	left:10px;
	text-align:left;
	bottom:10px;
	padding-bottom:0px;
}

.carousel-caption p{
	margin:0;
	background-color:#C1272D;
	padding:5px 10px;
	display:inline-block;
	}

.carousel-caption h2{
	color:#fff;
	margin-bottom:10px;
	text-align:left;
	margin-top:0px;
	font-size:20px;
}

.carousel-indicators{
	width:auto;
	bottom:10px;
	right:20px;
	left:auto;
}

#trabajos .carousel-control.right, #trabajos .carousel-control.left{
	top:45%;
}

#trabajos .glyphicon .glyphicon-chevron-left{
	display: block;
    margin-top: -16px;
    margin-left: -16px;
}

#trabajos .carousel-control.left{
	left:0px;
}

#trabajos .carousel-control.right{
	right:0px;
}


