/**************************************************************************************
Defaults 
***************************************************************************************/
html { 
	-webkit-font-smoothing: antialiased;
}
body {
	background:#f6f6f6;
	font-family: 'Roboto', sans-serif;
	color:#777;
	-webkit-font-smoothing: antialiased;
}

a{
	color:#5abfff;
}
a, button	{
	cursor:pointer;
	text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover	{
	text-decoration:underline;
	color:#a0daff;
}
a:focus, button:focus{
	text-decoration: none;
	outline:none;
}
p, li{
	font-size: 15px;
	font-weight: 400;
}
p{
	margin: 0 0 30px 0;
	line-height:22px;
}
p strong{
	color:black;
}

hr{
	border-color:#e5e5e5;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color:#000;
	text-transform:uppercase;
}
h1.titulo, h2.titulo, h3.titulo, h4.titulo, h5.titulo, h6.titulo{
	margin-bottom: 30px;
	line-height:30px;
	color:#c0bba6;
}
h1 b {
	font-size: 34px;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control {
	color:#959595;
	text-shadow: 0;
}

/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/
.navbar {
	min-height:90px;
	margin-bottom: 0px;
    border-radius: 0px;
}
.navbar-default {
    background-color: #fff;
    border:0;
}
.navbar-brand {
	margin-top:24px;
	padding-top:0;
    height:36px;
}
.navbar-default .navbar-nav>li>a {
	display:block;
	margin:0;
	padding:0 40px;
	height: 90px;
	border-left:solid 1px #f2f2f2;
	line-height:90px;
	font-family: 'Oswald', sans-serif;
    color: #696969;
	font-size: 13px;
	text-transform:uppercase;
	letter-spacing:0px;
}
.navbar-default .navbar-nav>li>a:hover{
	background:#333;
	color:white;
}
.navbar-default .navbar-nav>li>a.actual{
	background:#f6f6f6;
	color:black;
}

.carousel-control {
	top:50%;
	margin-top:-34px;
	width: 68px;
	height: 68px;
	background:rgba(255,255,255,1);
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.carousel-caption{
	bottom:0;
	left:0;
	width: 100%;
	background:rgba(0,0,0,0.8);
}

.modal-content {
    border-radius: 0px;
}
.modal-body{
	padding:30px;
}

/**************************************************************************************
Custom Classes
***************************************************************************************/
/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.npl	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.npr	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-right: 0 !important;
}
.noleft	{
	padding-left: 0 !important;
}
.noright	{
	padding-right: 0 !important;
}
.no-vert{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.full-height, .half-height{
	position: relative;
}

.vs	{
	margin-top:15px;
}
.vs2	{
	margin-top:30px;
}
.vs3	{
	margin-top:45px;
}
.vs4	{
	margin-top:60px;
}
.vs5	{
	margin-top:90px;
}
.vs05	{
	margin-top:5px;
}
.vs10	{
	margin-top:10px;
}

.col5{
	float: left;
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}

.imgfull	{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.imgbordershadow	{
	border:solid 1em white;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.125);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.125);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.125);
}
.shadow	{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.125);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.125);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.125);
}

.bb{
	border-bottom: solid 1px #eee;
}
.bt{
	border-top: solid 1px #eee;
}

ul.list{
	display:block;
	margin:20px 0 35px 0;
	padding:0;
}
ul.list li{
	margin:15px 0;
	padding-left:20px;
	list-style:none;
	background:url(../_img/arrow.png) no-repeat 0px 6px;
	background-size:4px;
	font-size: 14px;
	color:#528897;
}

.btn-azul	{
	display:inline-block;
	padding:15px 25px;
    background:#4ba1e3;
	border-radius:1px;
	cursor: pointer;
	color:#fff;
	letter-spacing:0em;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 13px;
	line-height:13px;
	font-weight: 700;
}
.btn-azul:focus,
.btn-azul:hover{
    background:#2b80c1;
	color:#fff;
}

.btn-xs{
	padding:15px;
	font-size: 12px;
}

.grow { transition: all .5s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.limit{
	display:block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.table-responsive-wrapper{
	display:block;
	width: 100%;
	overflow-x:none;
}

hr.divider{
	display:inline-block;
	margin:30px 0;
	width: 100px;
	height: 3px;
	border:0;
	background:#ebe0af;
	text-align: left;
}

.text-white{
	color:white;
}
.mobiletxt{
	display:none;
}

.dark{
	position: relative;
	padding:100px 0;
	background:#222;
	color:white;
	text-align: justify left;
}
.dark ul{
	margin:0;
	padding:0;
	list-style:none;
}
.dark ul li{
	display:block;
	margin:12px 0;
	color:#aec8ce;
}
.grey{
	padding:100px 0;
	background:#e5e5e5;
}
.grey p{
	display:block;
	padding-top:15px;
}

/**************************************************************************************
Footer
***************************************************************************************/
#footer{
	display:block;
	padding:4.5em 0 3em 0;
	width: 100%;
}
#footer nav a{
	display:inline-block;
	margin-right:20px;
	font-family: 'Oswald', sans-serif;
    color: #777;
	font-size: 12px;
	text-transform:uppercase;
}
#footer nav a img{
	display:inline-block;
	margin-top: -4px;
}
#footer p{
	display:inline-block;
	margin-left:20px;
	font-size: 12px;
	color:black;
}
#footer p a{
	color:#b8b8b8;
}
#footer nav a:hover,
#footer p a:hover{
	color:black;
	text-decoration: none;
}

/**************************************************************************************
Home
***************************************************************************************/
.header{
	display:block;
	width: 100%;
	height: 531px;
	color:white;
}
.header h1{
	margin: 2.5em 0 0.5em 0;
	font-size: 50px;
	color:white;
}
.header ul{
	display:block;
	margin:0;
	padding:0;
	width: 100%;
	list-style:none;
}
.header ul li{
	float: left;
	display:inline-block;
	width: 50%;
	line-height:2em;
	font-weight: bold;
}

.header-mobile{
	display:none;
	visibility:hidden;
	height: 0;
	width: 0;
}
	
#header-inicio{
	background:url(../_img/header-inicio.jpg) no-repeat center top;
	background-size:1920px;
}
#header-servicios{
	background:url(../_img/header-servicios.jpg) no-repeat center top;
	background-size:1920px;
}
#header-soporte{
	background:url(../_img/header-soporte.jpg) no-repeat center top;
	background-size:1920px;
}

#reparacion{
	position: relative;
	display:block;
	width: 100%;
	background:#222;
}
.sombra{
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 10px;
	background:url(../_img/sombra.png) repeat-x;
	background-size:1px;
}
video {
	margin:0 0 -5px 0px !important;
	padding:0 !important;	
	width: 100%    !important;
	height: auto   !important;
}


#columnacont{
	z-index: 2;
	position: absolute;
	top:-110px;
	left:0px;
	width: 100%;
}
#columna{
	background:rgba(0,0,0,0.9);
}
#columna section{
	display:block;
	width: 100%;
	height: 270px;
	text-align: center;
	
	background: #ffde5e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffde5e 0%, #ffbb04 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffde5e 0%,#ffbb04 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffde5e 0%,#ffbb04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde5e', endColorstr='#ffbb04',GradientType=0 ); /* IE6-9 */
}

#columna section h1{
	display:block;
	margin-top: 0;
	padding-top: 60px;
	font-size: 50px;
	color:black;
}
#columna section h1 strong{
	display:block;
	padding:6px 0;
	font-size: 0.71em;
}
#columna section h1 span{
	display:block;
	font-size: 0.59em;
}


#columna div{
	display:block;
	padding:3.25em 3.25em 0 3.25em;
	width: 100%;
	height: 481px;
}
#columna p{
	color:white;
}
#columna p strong{
	color:white;
}

#mivi{
	display:block;
	width: 100%;
	background:white url(../_img/linea.png) repeat-y 48.9% top;
	background-size:1px;
}
#mivi section{
	display:block;
	padding:7em 4em;
}
#mivi section#vision{
	padding:7em 0 7em 4em;
}

#galeria{
	display:block;
	padding:50px 0;
	width: 100%;
	background:#e5e5e5;
}

/**************************************************************************************
Servicios
***************************************************************************************/
#servicios{
	position: absolute;
	top:170px;
	left:0;
	width: 100%;
}
#serfotos{
	display:block;
	float: right;
	width: 50%;
	overflow:hidden;
}

/**************************************************************************************
Contacto
***************************************************************************************/
#titulo-contacto{
	margin-top: 220px;
}
.contacto{
	background:#222 url(../_img/contacto-mapa.jpg) 120% top no-repeat;
	background-size:682px;
}
.contacto h2{
	margin-top: 75px;
	padding-bottom: 15px;
}

#contacto-info ul{
	margin:0;
	padding:0;
	clear: both;
	float: left;
	display:block;
	width: 100%;
	list-style:none;
}
#contacto-info ul li{
	clear: both;
	float: left;
	display:block;
	width: 100%;
	padding-bottom: 45px;
}
#contacto-info ul li img,
#contacto-info ul li span{
	float: left;
	display:block;
}
#contacto-info ul li span{
	margin-left:30px;
	width: 80%;
	color:white;
}
#contacto-mail{
	margin:5px 0 0 30px;
}

#contacto-formulario{
	padding:0 7em 3.5em 7em;
	background:black;
}
#contacto-formulario .form-group{
	margin-bottom: 0;
}
#contacto-formulario input,
#contacto-formulario textarea{
	margin-bottom: 0;
	border-radius:0;
	border:0;
}
#contacto-formulario label{
	color:white;
	font-weight: normal;
}
.text-danger {
    color: #d25353;
}





