/*******************************/
/* Generales
/*******************************/

body {
	font-family: benton-sans-compressed,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 130%;
 	color: #231F20;
}

h1,
h2,
h3 {
	margin: 0 0 25px 0;
	font-size: 20px;
	text-transform: uppercase !important;
}

h3 {
	font-size: 18px;
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
	h1, h2 {
		font-size: 22px;
	}
}

a {
	font-weight: 400;
	color: #ce6428;
}

a:hover,
a:focus {
  color: #b25019 !important;
  text-decoration: none;
}

.btn-gde {
	display: inline-block;
	padding: 15px 70px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF !important;
	border: 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	background-color: #ce6428;
}

.btn-gde:hover,
.btn-gde:focus {
	color: #FFF !important;
	background-color: #b25019;	
}

.btn-bde {
	border: 1px solid #ce6428;
	color: #ce6428 !important;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	background-color: #FFF !important;
}

.btn-bde:hover,
.btn-bde:focus {
	border-color: #b25019;
	color: #b25019 !important;
}

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

.bloque {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bloque.bloque-separador {
	border-top: 1px solid rgba(0,0,0,0.08);
}

.emb {
	margin-bottom: 40px;
}

.imgmb {
	margin-bottom: 30px;	
}

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

.npb {
	padding-bottom: 0 !important;
}

@media (min-width: 768px) {
	.npr {
		padding-right: 0 !important;
	}
}

.lista,
.lista-estilizada {
	margin: 0;
	padding: 0 15px;
	font-size: 16px;
	list-style-type: none;
 	list-style-position: outside;
 	list-style-image: url(../img/comunes/vineta-lista.png);
}

.lista-estilizada {
	margin-bottom: 30px;
}

	.lista-estilizada li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted rgba(0,0,0,0.09)
	}

	.lista-estilizada li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

.espacio {
	margin-top: 40px;
}

	@media (min-width: 768px) {
		.espacio {
			margin-top: 0;
		}
	}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-color: rgba(0,0,0,0.08);
}

@media (min-width: 768px) {
	.bloque {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.emb {
		margin-bottom: 70px;
	}
	.imgmb {
		margin-bottom: 0;
	}
}

.mb {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.mb {
		margin-bottom: 0;
	}
}


/*******************************/
/* Header
/*******************************/

.header {
	position: relative;
	/*padding: 15px 0;*/
	background-color: #1B232B;
	vertical-align: middle;
}

/* Logo */
.header .logo img {
	margin: 12px auto 0 auto;
	max-height: 44px;
}

@media (min-width: 992px) {
	.header .logo img {
		margin-bottom: 0;
		margin-left: 0;
	}
}

/* Menu */
.contenedor-menu-principal {
	display: block;
	text-align: center;
}

	.header a.btn-menu {
		display: block;
	  	padding: 10px;
	  	font-size: 30px;
	  	color: #FFF;
	}

	.header a.btn-menu:hover,
	.header a.btn-menu:focus {
		color: #FFF !important;
	}

	.header ul.menu {
		display: none;
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 0;
	}

	.header ul.menu.visible {
		display: block;
	}

	.header ul.menu > li {
		display: block;
		text-align: left;
	}

	.header ul.menu > li > a {
		display: block;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		font-weight: 600;
		font-size: 18px;
		line-height: 40px;
		color: rgba(255,255,255,1) !important;
		text-transform: uppercase;
	}

	.header ul.menu > li:hover > a,
	.header ul.menu > li > a:focus {
		background-color: rgba(206,100,40,0.05);
	}

	.header ul.menu > li.active > a,
	.header ul.menu > li.current-menu-item a,
	.header ul.menu > li.current-menu-parent > a,
	.header ul.menu > li.current_page_parent > a {
		background-color: rgba(206,100,40,0.5);
	}

	/* Segundo nivel */ 

	/**/
	.header ul.menu > li > ul.row,
	.header ul.menu > li.menu-mercados > ul.sub-menu {
		margin-left: 5px;
		padding: 0;
	}
	/**/

	.header ul.menu > li > ul {
		display: block;
		margin-left: 12px;
		padding: 0 10px;
		text-align: left !important;
	}

	.header ul.menu > li > ul > li {
		display: block !important;
		margin: 0;
		text-align: left !important;
	}

	.header ul.menu > li > ul > li > a {
		display: block;
	  	padding: 5px 0; 
	  	font-size: 16px;
	  	color: #FFF;
	}

	ul.menu > li > ul > li > a:hover,
	ul.menu > li > ul > li.active > a,
	ul.menu > li > ul.sub-menu > li.current-menu-item > a {
		color: rgba(255,255,255,0.8) !important;
	}

	@media (min-width: 768px) {
		.header .contenedor-menu-principal {
			margin-bottom: 0;
		}
		.header a.btn-menu {
			display: none;
		}
		.header ul.menu {
			display: block;
			margin: 0;
			border: 0;
			text-align: center;
			background-color: transparent;
		}
		.header ul.menu > li {
			display: inline-block;
			position: relative;
			vertical-align: middle;
			text-align: center;
		}
		.header ul.menu > li:first-child {
			margin-left: 0;
		}
		.header ul.menu > li > a {
			padding-left: 15px;
			padding-right: 15px;
			line-height: 70px;
		}
		.header ul.menu > li:hover > a,
		.header ul.menu > li > a:focus {
			background-color: rgba(206,100,40,0.05);
		}
		.header ul.menu > li.active > a,
		.header ul.menu > li.current-menu-item a,
		.header ul.menu > li.current-menu-parent > a,
		.header ul.menu > li.current_page_parent > a {
			background-color: rgba(206,100,40,0.5);
		}
		/* Segundo nivel */

		/**/
		.header ul.menu > li > ul.row,
		.header ul.menu > li.menu-mercados > ul.sub-menu {
			min-width: 680px;
		}
		.header ul.menu > li > ul.row > li.col-sm-6,
		.header ul.menu > li.menu-mercados > ul.sub-menu > li.col-sm-6 {
			padding: 0;
		}
		/**/

		.header ul.menu > li > ul {
			display: none;
			padding: 0;
			margin-top: -3px;
			margin-left: 0;
			min-width: 200px;
			border-top: 3px solid #ce6428;
			background-color: #1B232B;
		}
		.header ul.menu > li > ul > li > a {
			padding: 10px;
			color: #FFF !important;
			border-bottom: 1px solid rgba(255,255,255,0.05);
		}
		/*.header ul.menu > li > ul > li:first-child > a {
			border-top: none;
		}*/
		.header ul.menu > li > ul > li:hover > a,
		.header ul.menu > li > ul > li.active > a,
		ul.menu > li > ul.sub-menu > li.current-menu-item > a {
			background-color: rgba(206,100,40,0.05);
		}
		.header ul.menu > li:hover > ul {
			display: block;
			position: absolute;
			left: 0;
			z-index: 150;
		}
	}

	@media (min-width: 992px) {
		.header ul.menu {
			text-align: right;
		}
		.header ul.menu > li > a {}
		.header ul.menu > li.active > a,
		.header ul.menu > li.current-menu-item a,
		.header ul.menu > li.current-menu-parent > a,
		.header ul.menu > li.current_page_parent > a {}
	}

	@media (min-width: 1200px) {
		.header ul.menu > li > a {}
	}


/*******************************/
/* Buscador top
/*******************************/
.buscador-top {
	padding-top: 14px;
	padding-bottom: 14px;
	background: #DDD;
}

	.buscador-top .btn-filtros-movil {
		display: block;
		padding: 0 15px;
		font-size: 15px;
		height: 2.1em;
		line-height: 2.1em;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}

	.buscador-top .btn-buscar {
		display: block;
		width: 100%;
		margin-top: 10px;
		text-align: center;
		font-size: 15px;
		text-transform: uppercase;
		color: #FFF !important;
		border: 0;
		height: 2.1em;
		line-height: 2.1em;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		background-color: #ce6428;
	}

	.buscador-top .btn-buscar:hover {
		color: #FFF !important;
		background-color: #b25019;
	}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #FFF;
	background-image: none;
}

.select {
	position: relative;
	display: block;
	width: auto;
	height: 2.1em;
	line-height: 2.1em;
	background: #FFF;
	overflow: hidden;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
	margin-top: 10px;
}
select {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 .5em;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 0.8em;
	color: rgba(0,0,0,0.54);
	border-left: 1px solid #E9E9E9;
	background: #FFF;
	pointer-events: none;
}

.select:hover::after {
	color: rgba(0,0,0,0.6);
}

.select::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

@media (min-width: 768px) {
	.select {
		margin-top: 0;
	}
	.buscador-top .btn-buscar {
		margin-top: 0;
	}
}

.buscador-top.fijo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1850;
}


/*******************************/
/* Footer
/*******************************/

.footer {
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	line-height: 120%;
	background: #1B232B;
}

	.footer a {
		color: #FFF;
		font-weight: 300;
	}

	.footer p.titulo {
		font-weight: 600;
		text-transform: uppercase;
	}

	.footer ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}

		.footer ul li {
			margin-bottom: 0;
			padding-bottom: 0;
		}

		.footer ul li:last-child {
			margin: 0;
			padding: 0;
			border: 0;
		}

		.footer ul li a {
			display: inline-block;
			line-height: 130%;
		}

	.footer p.redes img {
		display: inline-block;
		max-width: 32px;
		height: auto;
		margin-top: 10px;
		margin-right: 10px;
	}

.columna {
	margin-top: 30px;
}

	.columna:first-child {
		margin-top: 0;
	}

@media (min-width: 768px) {
	.columna {
		margin-top: 0;
	}
}

/* Formulario */
.footer .form-group {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	border: 0;
}

.footer .form-control {
	border: 0;
}

/*******************************/
/* Formularios
/*******************************/
.footer textarea,
.footer input[type="text"],
.footer input[type="password"],
.footer input[type="datetime"],
.footer input[type="datetime-local"],
.footer input[type="date"],
.footer input[type="month"],
.footer input[type="time"],
.footer input[type="week"],
.footer input[type="number"],
.footer input[type="email"],
.footer input[type="url"],
.footer input[type="search"],
.footer input[type="tel"],
.footer input[type="color"],
.footer select[multiple] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	-webkit-border-radius: 2px !important;
	   -moz-border-radius: 2px !important;
	     -o-border-radius: 2px !important;
			border-radius: 2px !important;
}

.footer .form-group {
	margin-bottom: 20px;
}

.footer .form-group label {
	margin-bottom: 0px !important;
	font-weight: normal;
	font-size: 15px;
}

.footer .form-control {
	height: 48px;
	color: #FFF;
	font-size: 16px;
	border: 1px solid rgba(255,255,255,0.1) !important;
	background: rgba(255,255,255,0.1);
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.footer .form-control:focus {
	border-color: #CCC;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.footer textarea.form-control {
	height: 140px;
}

.footer select.form-control {
	border-width: 2px;
}

.footer select.form-control:focus {
	border-color: #CCC;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.footer .checkbox label {
	margin-bottom: 15px;
}

.footer label span.requerido {
	color: #F00;
}

.footer input.btn-gde {
	width: 100%;
	margin-top: 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid rgba(255,255,255,1) !important;
	background: none !important;
}

@media (min-width: 768px) {
	.footer input.btn-gde {
		margin-top: 0;
	}
}


/*******************************/
/* Footer top
/*******************************/
.footer-top {
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	background: #CE6428;
}

	.footer-top a {
		color: #FFF !important;
		font-weight: 600;
	}

	.footer-top .sucursales a {
		font-weight: 400;
	}

@media (min-width: 992px) {
	.footer-top	{
		font-size: 20px;
	}
}

/* Telefonos */
.telefonos .tel {
	float: left;
	width: 50%;
	margin-top: 30px;
	text-align: center;
}

	.telefonos .tel a {
		display: inline-block;
	}

	.telefonos .tel:last-child {
		margin-bottom: 30px;
	}

@media (min-width: 992px) {
	.telefonos .tel {
		width: 22%;
	}
	.telefonos .tel:last-child {
		width: 34%;
	}
}


/* Sucursales */
.footer-top .sucursales {
	height: 130px !important;
	background-color: rgba(0,0,0,.15);
	display: flex;
    align-items: center;
    justify-content: center;
}

	.footer-top .sucursales span {
		display: inline-block;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 90px;
		font-size: 18px;
		line-height: 120% !important;
		background: url(../img/comunes/ico-sucursales.svg) no-repeat center right;
		background-size: 70px 70px;
	}

@media (min-width: 992px) {
	.footer-top .sucursales span {
		font-size: 22px;
		background-size: 84px 84px;
	}
}



