/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/* GLOBAL STYLES
-------------------------------------------------- */

body,html {
	cursor: default;
	font-family: 'Raleway', 'Open Sans', serif !important;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	height: 100%;
}

.g-recaptcha div { margin-left: auto; margin-right: auto;}

footer {
	padding: 20px;
	background-color: #184772 !important;
}

.footer-copyright {
	padding: 20px;
	color: #fff !important;
	background-color: #000 !important;
}

footer li, footer li a {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #5AB2FF !important;
}

footer li a:hover {
	color: #fff !important;
	text-decoration: none;
}

.img-logo {
	height: 50px;
	vertical-align: middle;
}

.img-afip {
	height: 50px;
	vertical-align: middle;
	border: 0px;
	float: right;
}

.jumbotron {
	padding-top: 150px !important;
	padding-bottom: 150px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.glyphicon-refresh-animate {
    -animation: spin 1	s infinite linear;
    -webkit-animation: spin2 1.5s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-tr	ansform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.parallax {
	height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax .parallax_text {
    width: 100%;
    height: 230px;
    background-color: #FFFFFF;
    opacity: 0.8;
    text-align: center;
    bottom: 0;
    position: absolute;
	display: flex;
	align-items: center;
}

.parallax .parallax_text h1 {
	text-transform: uppercase;
}

#map {
	height: 500px;
	width: 100%;
	background-image: url('images/ajax-loader.svg');
    background-repeat: no-repeat;
	background-size: 50px 50px;
    background-position: center center;
	background-color: rgb(229, 227, 223);
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.navbar-brand {
	padding: 7px !important;
}

.navbar-brand img {
	height: 50px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}

.marketing h2 {
	font-weight: normal;
}

.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}

/* Responsive CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	.navbar-wrapper {
		margin-top: 20px;
	}

	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	.navbar-nav > li > a {
		padding-top:20px !important;
		padding-bottom:0 !important;
		height: 60px;
	}

	.navbar {
		min-height:60px !important;
	}
}

@media (max-width: 768px) {
	.navbar-brand img {
		height: 40px;
	}
}
