/*
Theme Name: Mercado Links
Author: Mauro Lopreste
Description: Tema personalizado para Mercado Links
Text Domain: mercadolinks
Version: 1.0
*/
html, body {
	margin: 0;
	padding: 0;
	max-width: 100%;
	/*overflow-x: hidden;*/
}

body {
	/*padding-top: 115px;*/
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	word-break: break-all;
}

a {
	transition: all .3s ease;
	color: #5C3194;
}
a:hover {
	text-decoration: none;
}

.container.narrow {
	max-width: 970px;
}

.img-responsive, img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-full {
	width: 100%;
}

.btn {
	/*padding: 5px 15px;*/
	border: 2px solid;
	border-radius: 4px;
	transition: all .3s ease;
	font-weight: bold;
	font-size: 15px;
	color: #28a745;
}
.btn-primary {
	background: #fff;
	border-color: #28a745;
	color: #28a745;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #d4edda;
	/*outline: 0 none;*/
	border-color: #28a745;
	color: #333;
}
.btn-default {
	background: #fff;
	border-color: #999;
	color: #999;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background: #ccc;
	border-color: #999;
	color: #333;
}
@media(max-width: 767px){
	.btn {
		/*margin-top: 12px;*/
		margin-bottom: 20px;
	}
}

/* The side navigation menu */
.sidenav {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: -250px;
	overflow-x: hidden;
	text-align: center;
	padding-top: 60px;
	background-color: #5b5b5f;
	transition: 0.5s;
}
.sidenav .navbar-nav {
	margin: 7.5px 10px;
	text-align: left;
}
.sidenav .menu {
	padding: 0 15px;
}
.sidenav .menu>li {
	display: block;
}
.sidenav .menu>li>a {
	padding: 8px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
	display: block;
	color: #fff;
}
.sidenav .menu li a:focus,
.sidenav .menu li a:hover {
	color: #A81917;
}
.sidenav .menu>li.current_page_item:not(.scroll-to)>a {
	font-weight: bold;
}
.sidenav .sub-menu {
	list-style: none;
	padding-left: 20px;
	text-align: left;
	font-size: .9em;
}
.sidenav .sub-menu a {
	color: #fff;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 45px;
	margin-left: 50px;
	color: #ccc;
}

.custom-logo-link {
	padding: 12px 0;
	display: inline-block;
}
@media(max-width: 767px){
	.custom-logo-link {
		padding: 12px 15px;
	}
}

.navbar {
	padding: 15px 0;
	border-radius: 0;
	border: 0;
}
.admin-bar .navbar-fixed-top {
	top: 46px;
}
@media(min-width: 768px){
	.admin-bar .navbar-fixed-top {
		top: 32px;
	}
}

.navbar-nav li>a {
	position: relative;
	font-size: 17px;
	/*color: #fff;*/
}
.navbar-nav li>a:hover,
.navbar-nav li>a:focus {
	background-color: transparent;
	color: #A81917;
}
.navbar-nav li.current-menu-item:not(.scroll-to)>a {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
/*.navbar-nav>li>a:after {
	content: "·";
	margin: 0 14px;
	font-weight: bold;
}
.navbar-nav li:last-child>a:after {
	display: none;
}*/

.datos-header {
	float:right;
	margin-top:32px;
}
.datos-header p {
	position: relative;
	margin:0;
	padding-left: 38px;
	line-height:1.2;
	font-style: italic;
	color: #A81917;
}
.datos-header a {
	display:inline-block;
	font-weight: bold;
	font-size:27px;
	font-style: normal;
	color:#1D1D1B
}
.datos-header a:hover {
	text-decoration:none;
	color: #A81917;
}
.datos-header p:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 32px;
	height: 55px;
	background: url('../../uploads/2019/06/icono_tel.png');
}

.navbar-toggle {
	margin-top: 20px;
}
.navbar-toggle .icon-bar {
	background-color: #A81917;
}

.wpcf7-response-output,
span.wpcf7-not-valid-tip {
	display: none;
}

.tel-mobile {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 48px;
	z-index: 1040;
	background-color: #A81917;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	color: #fff;
}
.tel-mobile p {
	margin: 0;
}
.tel-mobile a {
	text-decoration: none;
	color: #fff;
}
.tel-mobile a:before {
	content: "\f095";
	display: inline-block;
	margin-right: 10px;
	font: normal normal normal 26px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
}

h1, h2 {
	margin: 30px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
}
h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}
@media(min-width: 768px){
	h1, h2 {
		margin: 50px 0;
		font-size: 37px;
	}
	h2:before,
	h2:after {
		content: "•";
		display: inline-block;
		margin: 0 8px;
		color: #B50B28;
	}
}

hr {
	height: 2px;
	margin: 0 0 10px;
	background-color: #ccc;
	border: 0 none;
	box-shadow: none;
}

.light {
	font-weight: 300;
}

.container.narrow {
	max-width: 970px;
}

@media(min-width:768px) {
	#slider-mobile_wrapper {
		display: none !important;
	}
}
@media(max-width:767px) {
	#slider-desktop_wrapper{
		display: none !important;
	}
}

/** PANEL COLLAPSIBLES **/
.panel {
	border-radius: 0;
	border: 0 none;
	box-shadow: none;
}
.panel-group .panel {
	background: transparent;
	border-radius: 0;
	text-align: left;
}
.panel-default>.panel-heading {
	padding: 0;
	background: #A81917;
	border-left: 7px solid #000;
	border-radius: 0;
}
.panel-heading {
	padding: 10px 0;
}
.panel-title a {
	display: block;
	height: 46px;
	padding-left: 10px;
	border-left: 2px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
	color: #fff;
}
.panel-title a:not(.collapsed) {
	/*color: #80B327;*/
}
.panel-body {
	padding: 0;
	border: 1px solid #A81917;
	font-weight: 300;
	font-size: 15px;
}
.panel-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.panel-body ul a {
	display: block;
	padding: 6px 20px;
	font-size: 15px;
	font-weight: 300;
	color: #1D1D1B;
}

.lista ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.lista ul li {
	margin-bottom: 12px;
	padding-left: 25px;
	background: url('../../uploads/2019/04/tick.png') left 5px no-repeat;
	line-height: 1.4;
}

/** CONTACTO **/
.contacto {
	position: relative;
	padding: 60px 15px;
	font-size: 19px;
}
.contacto h1 {
	margin-bottom: 20px;
	text-align: left;
	font-size: 36px;
	color: #A81917;
}
.contacto h3 {
	/*font-size: 20px;*/
}
.contacto h3:before {
	content: "\f017";
	margin-right: 7px;
	font: normal normal normal 24px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.contacto .texto {
	padding: 30px 15px;
	background: #A81917;
	color: #fff;
}
.contacto .wpcf7 {
	max-width: 450px;
	margin: 30px 0;
	text-align: right;
}
.contacto label {
	width: 100%;
	display: block;
	margin-bottom: 9px;
}
.contacto label+br {
	display: none;
}
.contacto .wpcf7-text,
.contacto .wpcf7-textarea,
.contacto .wpcf7-select {
	display: block;
	width: 100%;
	height: 39px;
	padding: 0 15px;
	border-radius: 5px;
	border: 1px solid #931B1D;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	background: #fff;
	color: #272727;
}
.contacto .wpcf7-textarea {
	height: 144px;
	padding-top: 8px;
}
.contacto .wpcf7-submit {
	/*float: right;*/
	margin-top: 10px;
	padding: 5px 20px;
	background-color: #A81917;
	border-radius: 12px;
	border: 0 none;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.contacto .wpcf7-submit:hover {
	background-color: #222;
	color: #fff;
}

.loading {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
	font-size: 22px;
	color: #999;
}

.gracias {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
	font-size: 20px;
}
.gracias h1 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 42px;
}

.select-wrap {
	position: relative;
}
.select-wrap:after {
	content: "\f107";
	display: block;
	position: absolute;
	top: 0; right: 0;
	background: #006633;
	padding: 11px 12px 0;
	height: 42px;
	font: normal normal normal 20px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	pointer-events: none;
	color: #fff;
	z-index: 2;
}
.select-wrap select {
	-webkit-appearance: none;
	cursor: pointer;
}

.acf-map {
	height: 305px;
	background-color: #EDEDED;
	color: #272727;
}
@media(min-width: 768px){
	.acf-map {
		position: absolute;
		top: 0;
		left: 57%;
		width: 43%;
	}
}

/** FOOTER **/
#footer {
	position: relative;
	margin-top: 50px;
	padding: 10px 15px;
	/*background: #1D1D1B;*/
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	color: #666;
}
#footer a {
	text-decoration: none;
	color: #5C3194;
}

@media(max-width: 767px) {
	.xs-center {
		text-align: center !important;
	}
	.xs-grey {
		background: #F2F2F2;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.extra-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.extra-line {
	line-height: 1.7;
}
.extra-line p {
	margin-bottom: 22px;
}

@media(min-width: 767px) {
	.row.flex {
		display: flex;
		align-items: center;
	}
	.extra-padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav>li>.dropdown-menu {
	background: #1D1D1B;
	border: 0;
	width: 200px;
	padding: 0 10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: #1D1D1B;
	color: #A81917;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #A81917 !important;
	background-color: transparent;
}

.table>thead>tr>th {
	background: #5C3194;
	border: 0 none;
	text-align: center;
	font-weight: normal;
	color: #fff;
}
.table>tbody>tr>td {
	background: #FFF8F1;
	line-height: 37px;
	text-align: center;
	color: #999;
}
.table>tbody>tr>td strong {
	color: #555;
}

.filtros {
	padding-bottom: 80px;
}
.filtros h3 {
	font-size: 16px;
	font-weight: bold;
	color: #757575;
}
.filtro h4 {
	margin: 25px 0 15px;
	font-size: 16px;
	font-weight: bold;
}
.filtro .opciones {
	/*max-width: 230px;*/
	height: 173px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #eee;
	overflow-y: scroll;
	font-size: 14px;
}
.filtro .opciones .checkbox {
	margin-top: 0;
}

.price_slider_wrapper {
	max-width: 230px;
}

.pagination>li>a, .pagination>li>span {
	color: #5C3194;
	/*background-color: #fff;*/
	border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #5C3194;
	border-color: #5C3194;
	color: #fff;
}

.dataTables_length {
	display: none;
}
.dataTables_filter {
	margin-bottom: 10px;
}
.dataTables_filter input {
	display: inline-block;
	width: 190px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.modal-backdrop {
	background-color: rgba(0,0,0,.5);
}