/*
Theme Name: Chakra / Dark Version
Theme URI: http://www.themes.alessioatzeni.com/html/chakra/
Author: Alessio Atzeni
Author URI: http://www.alessioatzeni.com
Description: Responsive One Page HTML Template - Retina Ready
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, html a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background-image: url("../img/fondo.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;

	color:#FFF;
	font-weight:300;
	font-size:24px;
	font-family: "Inter", sans-serif;
	line-height:28px;
}


a{
	color:#DE5E60;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FFFFFF;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 700;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

ul {
	list-style: circle;
}

li {
	line-height: 30px;
}

section{
	float: left;
	display: block;
	position: relative;
	width: 100%;
	min-height: 100%;
}

section .section-top{
	padding-top: 80px;
}

.full-width{
	width: 100%;
}

.full-screen{
	min-height: 100%;
}
.quarter-screen{
	min-height: 25%;
}
.third-screen{
	min-height: 30%;
}
.forty-screen{
	min-height: 40%;
}
.half-screen{
	min-height: 50%;
}
.sixty-screen{
	min-height: 60%;
}
.three-quarters-screen{
	min-height: 75%;
}

.margin-auto{
	margin: 0 auto; 
}
.air{
	position: absolute;
}
.air-top-left{
	top: 0;
	left: 0;
}
.air-top-right{
	top: 0;
	right: 0;	
}
.air-bottom-left{
	bottom: 0;
	left: 0;
}
.air-bottom-right{
    bottom: 0;
	right: 0;
}
.air-bottom-center{
    bottom: 0;
    left: 0;
    right: 0;
}
.air-center-middle{
	top: 0;
	right: 0;
	bottom : 0;
	left : 0;

	margin : auto;
}

.air-center-right{
    top: 0;
	right: 0;
	bottom : 0;

	margin : auto;
}
.air-center-center{
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.air-three-fifths-center{
    top: 60%;
	left: 50%;
    transform: translate(-50%,-60%);
}
.air-fifth{
    top: 80%;
    transform: translate(0,-80%);
}

.air-middle{
    top: 50%;
    transform: translate(0,-50%);
}

.align-left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align-right{
	float:right;
	margin:0 0 0 25px!important;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;	
}

.color-text {
    color: #333;
}

.color-white{
	color: #FFF!important
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: Normal;
	font-family: "Inter", sans-serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: "Inter", sans-serif;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}
.invisible{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s linear;
}
.visible {
	visibility: visible;
	opacity: 1;
	transition: visibility 0.5s, opacity 0.5s linear;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#FFF;
	font-weight:bold;
	font-family: "Inter", sans-serif;
	line-height:1.17em;
}

h1{
	font-size:120px;
}

h2{
	font-size:72px;
}

h3{
	font-size:48px;
}

h4{
	font-size:30px;
}

h5{
	font-size:24px;
}

h6{
	font-size:18px;
}

.font-normal{
	font-weight: normal;
}
/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}

/* ==================================================
   Header
================================================== */
header {
    border: 0;
}

#navbar, .barra {
	position: fixed;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	   	 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
.affix{
	position: fixed;
}

.navbar.fondo-oscuro{
    background-image: url("../img/fondo.jpg");
	background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.navbar-collapse.in.fondo-oscuro{
    background: rgba(0, 0, 0, 0.8);
}

#navbar.affix{
    border: 0;
	opacity: 1;
	z-index:9999;
}

#navbar-bottom.affix {
	opacity: 0.7;
	z-index:9999;
}

#navbar.top{
	top: 0;
}

#navbar-bottom.bottom {
	bottom: 0;

}
.navbar-header{
	padding-bottom: 10px; 
}

.navbar-toggle{
	margin-top: 22px;
}

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

.navbar .telefonos{
    float: right;	
    padding: 5px 0 15px 40px;
    font-size: 16px;
}

.navbar .telefonos h3 a{
	color: #FFF;
}

.navbar .telefonos h3 .icono{
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.navbar .telefonos h3{
	font-family: "Inter", sans-serif;
	font-size: 18px;
	margin: 5px 15px;
}

.menu-height{
	margin-top: 10px;
}

.barra-navegacion {
	width: 100%;
	z-index: 1001;

	border-radius: 0;
	box-shadow: 0;
}

#logo {
	color: #FFFFFF;
	float: left;
}
.logos{
	float: left;
	padding: 20px 0;
}
#logo .logos img.ford{
    height: 30px;
    margin-left: 10px;
}
#logo .logos img.vw{
    height: 30px;
    margin-left: 20px;
}

#logo a {
    float: left;
	width: 160px;

	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

#logo a img {
    margin: 20px 0;
    height: 30px;
    width: 100%;
}

#logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

#menu #menu-nav {
    margin-right: 100px;
}

#menu #menu-nav > li {
	list-style: none;
	padding: 15px 5px;
}

#menu #menu-nav > li:first-child {
	margin-left: 0;	
}

#menu #menu-nav > li > a {
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	padding: 10px 20px;
	display: inline-block;

    border-radius: 15px;
    border: none;
}

#menu #menu-nav li a:hover,
#menu #menu-nav li a:focus {
    background-color: transparent;
}

#menu #menu-nav li.active a{
    background-color: transparent;
    border: 2px solid #375776;
}


/* ==================================================
   Mobile Navigation
================================================== */


/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}

#social-area #social ul {
	margin: 0;
	padding: 0;
}

#social-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #26292E;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #DE5E60;	
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
		    transform: rotateY(180deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #26292E;
	text-align: center;
	z-index: 99;
}

footer .credits {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;	
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#DE5E60;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #FFFFFF;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #DE5E60;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}




@media (min-width: 768px) and (max-width: 979px) {

	h1{ font-size:120px; }
	h2{ font-size:72px; }
	h3{ font-size:48px; }
	h4{ font-size:36px; }
	h5{ font-size:24px; }
	h6{ font-size:18px; }
}

@media (min-width: 481px) and (max-width: 767px) {
	section .section-top{ padding-top: 60px; }

	h1{ font-size:96px; }
	h2{ font-size:60px; }
	h3{ font-size:36px; }
	h4{ font-size:24px; }
	h5{ font-size:18px; }
}

@media (max-width: 480px) {
	section .section-top{ padding-top: 50px; }
	.btn-busqueda-a { font-size: 28px; padding-top: 12px;}

	h1{ font-size:66px; }
	h2{ font-size:48px; }
	h3{ font-size:30px; }
	h4{ font-size:24px; }
	h5{ font-size:18px; }
}

@media (max-width: 320px) {
	
	
}


/* Retina Display */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
 	only screen and (-moz-min-device-pixel-ratio: 2),
  	only screen and (-o-min-device-pixel-ratio: 2/1),
  	only screen and (min-device-pixel-ratio: 2),
  	only screen and (min-resolution: 2dppx) {
		
		/*header #logo a {
			background-image: url(../img/logo_@2x.png);
			background-size: 96px 30px;
		}
		
		.menu-nav {
			background-image: url(../img/menu-mobile_@2x.png);
			background-size: 16px 32px;
		}
		
		.type-work {
			background-image: url(../img/filter-icon_@2x.png);
			background-size: 16px 16px;
		}
		
		.sep .separator {
			background-image: url(../img/seperator_@2x.png);
			background-size: 24px 24px;
		}*/
}


