@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #4e4e4e;
	font-size: 15px;
}

header {
	background: #000 url(top-leon.png) no-repeat center left; 
}

@media (max-width: 575px) {
	header {
		background: #000 url(top-title-mobile.jpg) no-repeat center left; 
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
}

.mid {
	background-color: #000;
}

.mid h3, .form-wrap-title h1, h2 {
	font-weight: 600;
	color: #ed1c24
}

.mid h3 span {
	font-size: 1.1em;
	font-weight: 700;
}

ul li {
	margin-bottom: 10px;
	font-weight: 600;
}

.form-wrap {
	background: #000
}

.white {
	background-color: #fff;
}

p {
	line-height: 1.7em;
}

label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
  }

h1,
h4 {
	text-align: center;
	letter-spacing: 2px;
	margin: 0;
}

@media (max-width: 575px) {
	h3 {
		font-size: 1.35rem;
	}
}

input,
textarea {
	letter-spacing: 2px;
}

strong {
	font-weight: 700;
}

.form-control {
	height: 50px;
	font-weight: 800;
	color: #4e4e4e;
	letter-spacing: 1px;
	border-radius: 15px;
	background: #CCCBC9;
}

.city {
	border-radius: 15px !important;
}

.form-control:focus {
	border-color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(134, 1, 43, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(134, 1, 43, 0.6);
}

.btn-default {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.btn-default:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.btn {
	padding: 13px 43px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 15px;
	background: #86012b;
	color: #fff;
}

.btn-file {
	position: relative;
	overflow: hidden;
	background: #CCCBC9;
	color: #4e4e4e;
}


.btn-file i {
	font-size: 2em;
	margin-top: 5px;
	color: #9F002B
}


.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

textarea.form-control {
	height: 80px;
}

.btnmobile {
	display: none
}

@media screen and (max-width: 480px) {
	.btndesktop {
		display: none;
	}
	.btnmobile {
		display: block;
	}
}

@media screen and (max-width: 370px) {
	.btnpadding {
		padding: 13px 15px !important;
	}
}

a {
	color: #000;
}

/*Admin styles*/

.table tbody tr td a {
	text-decoration: underline;
}

.table thead tr th {
	text-transform: uppercase;
}

.table-hover > tbody > tr:hover {
	background-color: #000;
	color: #fff;
}

/*START COMBOX DE PUEBLOS*/

.input-group {
	width: 100%;
}

.dropdown-menu {
	margin: .125rem 4px 0;
	border-radius: 0;
}

.combobox-selected .caret {
	display: none;
}

/* :not doesn't work in IE8 */

.combobox-container:not(.combobox-selected) .glyphicon-remove {
	display: none;
}

.typeahead-long {
	max-height: 300px;
	overflow-y: auto;
	width: 100%;
}

.control-group.error .combobox-container .add-on {
	color: #B94A48;
	border-color: #B94A48;
}

.control-group.error .combobox-container .caret {
	border-top-color: #B94A48;
}

.control-group.warning .combobox-container .add-on {
	color: #C09853;
	border-color: #C09853;
}

.control-group.warning .combobox-container .caret {
	border-top-color: #C09853;
}

.control-group.success .combobox-container .add-on {
	color: #468847;
	border-color: #468847;
}

.control-group.success .combobox-container .caret {
	border-top-color: #468847;
}

.input-group-addon.dropdown-toggle {
	display: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
	background-color:   #000;
}

.dropdown-menu > .active > a:hover {
	color:   #fff;
}

.legales {
	background: #000
}

.legales img {
	max-width: 150px;
	width: 100%;
}

ul, ol {
	color: #fff;
}

.bg-leon {
	background: #000 url(bg-bottom-leon.png) no-repeat right center; 
}