body {
	font-family: 'Arimo', sans-serif;
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Highway Gothic Wide', sans-serif;
	font-weight: 400;
}

p strong {
	font-weight: bold !important;
}

.navbar {
	background: #0b2926;
	padding-top: 10px;
	padding-bottom: 15px;
}

.navbar-nav {
	margin-top: 14px;
}

.navbar .nav-link {
	color: white;
	text-transform: uppercase;
	padding: 5px 20px !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: white;
	font-weight: 500;
}

.nav-item-pedido .nav-link {
	border: 1px solid #ec452c;
	border-radius: 20px;
	padding: 5px 11px !important;
	margin-left: 20px;
}

@media (max-width: 1300px) {
	.navbar .nav-link {
		font-size: 90%;
	}
}

.navbar-toggler {
	margin-top: 12px;
}

.navbar-toggler-icon {
	filter: invert(1);
}

@media (max-width: 990px) {
	.navbar-nav {
		text-align: right;
	}
	.navbar .nav-link {
		margin-top: 10px;
	}	
	.nav-item-pedido .nav-link {
		display: inline-block;
	}	
}

.owl-dot span {
	background: #0b2926 !important;
}

.owl-dot.active span {
	background: #ec452c !important;
}

.modal-content {
	border-radius: 0;
	background: #eae8e6;
}

.modal-content a, .modal-content p {
	font-weight: 500;
	color: #0b2926 !important;
	text-decoration: none;
}

.btn-pedidosya {
	background: #dfdbda;
	border-radius: 30px;
	width: 300px;
	padding: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.cartas-link {
	display: block;
	margin-bottom: 1rem;
	text-decoration: none;
	color: #000000;
	font-weight: 500;
}

.cartas h2, .cartas h4 {
	color: #0b2926;
}

.owl-sucursales .item {
	background: #22403e;
  	color: white;
}

.owl-sucursales .item h4, .owl-sucursales .item p{
  	color: white;
}

.btn {
	border-radius: 20px;
}

.btn-montecatini {
	background: #0b2926 !important;
	border-color: #0b2926 !important;
}

.btn-montecatini:hover {
	opacity: 0.9;
}

@media (max-width:500px) {
	.logo-header {
		width: 110px !important;
		margin-top: 4px;
	}
}