﻿
.correo:before {
	content: "\f003";
	font-family: FontAwesome;
	margin-right: 15px;
	color: #BC955C;
}

.marca:before {
	content: "\f3da";
	font-family: FontAwesome;
	margin-right: 15px;
	color: #BC955C;
}

.telefono:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 15px;
	color: #BC955C;
}

.vertical {
	border-left: 2px solid #BC955C;
	height: 400px;
	position: absolute;
	left: 50%;
}

@media (max-width: 992px) {
	.vertical {
		display: none !important;
	}
}

.verticalguinda {
	border-left: 2px solid #3F101D;
	height: 300px;
	position: absolute;
	left: .5%;
}

@media (max-width: 576px) {
	.verticalguinda {
		display: none !important;
	}
}




#color2 {
	color: blue;
}

.img {
	background-color: #042f41;
	color: white;
	overflow: hidden;
	min-width: 100%;
	max-width: 100%;
}

.img:hover {
	background-color: #042f41;
}

.auto-style175 {
	color: white;
	overflow: hidden;
	min-width: 100%;
	max-width: 100%;
	background-color: none;
}
.auto-style1 {
	color: white;
	overflow: hidden;
	min-width: 50%;
	max-width: 50%;
}
.auto-style1751 {
	color: white;
	overflow: hidden;
	min-width: 75%;
	max-width: 75%;
	background-color: none;
}

.auto-style117 {
	width: 1024px;
	height: 600px;
	color: white;
	overflow: hidden;
	min-width: 100%;
	max-width: 100%;
}

.auto-style157 {
	color: white;
	overflow: hidden;
	min-width: 75%;
	max-width: 75%;
}

.auto-style179 {
	width: 1007px;
	height: 450px;
	margin-top: 40px;
	align-content: center;
}

.btn-buscar {
	color: #fff;
	background-color: #BC955C;
	border-color: #BC955C;
}

.btn-buscar:hover {
	color: #fff;
	background-color: #BC955C;
	border-color: #BC955C;
}

.btn-guia {
	color: #fff;
	background-color: #BC955C;
	border-color: #BC955C;
}

.btn-guia:hover {
	color: #fff;
	background-color: #BC955C;
	border-color: #BC955C;
}

/***************************************checkbox symbol radiobuton*******************************/

.content {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	float: left;
}

fieldset {
	padding: 2em;
	border-color: #d4d4d4;
	border-style: solid;
	border-width: 2px;
	background: #fff;
}

legend {
	color: #bfbfbf;
	padding: 0.3em 0.6em;
	border: 2px solid #d4d4d4;
	background: #fff;
	font-size: 1.3em;
}

	legend.radio {
		border-radius: 50px;
	}

.container ul {
	margin-top: 0;
	padding-left: 0em;
}

	.container ul li {
		list-style-type: none;
	}

	.container ul + ul {
		margin-bottom: 0;
	}

		.container ul + ul > li + li label {
			margin-bottom: 0;
		}

/*** Styling Radio & Checkbox Input Fields (start here) ***/
label {
	font-weight: 600;
	color: #0E0E0E;
	margin-bottom: 11px;
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
	padding: 0 0.6em;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
	font-size: 14px;
}

input[type="radio"],
input[type="checkbox"] {
	display: none;
}

	input[type="radio"] + label,
	input[type="checkbox"] + label {
		line-height: 3em;
	}

	input[type="radio"] + label {
		border-radius: 50px;
	}

	input[type="radio"]:disabled + label,
	input[type="checkbox"]:disabled + label {
		color: #ccc !important;
		cursor: not-allowed;
	}

	input[type="radio"]:checked:disabled + label:after,
	input[type="checkbox"]:checked:disabled + label:after {
		border-color: #ccc;
	}

	input[type="radio"] + label:before,
	input[type="checkbox"] + label:before {
		content: "";
		width: 26px;
		height: 26px;
		float: left;
		margin-right: 0.5em;
		border: 2px solid #ccc;
		background: #fff;
		margin-top: 0.5em;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	input[type="radio"]:checked + label,
	input[type="checkbox"]:checked + label {
		background: #BC955C;
	}

		input[type="radio"]:checked + label:after {
			content: "";
			width: 0;
			height: 0;
			border: 7px solid #3F101D;
			float: left;
			margin-left: -1.85em;
			margin-top: 1em;
			border-radius: 100%;
		}

		input[type="checkbox"]:checked + label:after {
			content: "";
			position: relative;
			width: 12px;
			height: 6px;
			border: 4px solid #656565;
			float: left;
			margin-left: -1.7em;
			/*margin-right: 0;*/
			/*margin-left: -1.95em;*/
			border-right: 0;
			border-top: 0;
			margin-top: 1em;
			transform: rotate(-55deg);
		}

		input[type="radio"]:checked + label:before,
		input[type="checkbox"]:checked + label:before {
			border-color: #656565;
		}

	input[type="radio"]:checked:disabled + label,
	input[type="checkbox"]:checked:disabled + label {
		background: #ccc;
		color: #fff !important;
	}

		input[type="radio"]:checked:disabled + label:before,
		input[type="checkbox"]:checked:disabled + label:before {
			border-color: #bdbdbd;
		}

@media (max-width: 650px) {
	.content {
		width: 100%;
	}
}

/***********************************fin radio symbol check*************************************/
