/* Add here all your css styles (customizations) */

.title-outlet{
    color: #3868A8;
}
.navbar-header{
	height: 70px;
}
#logo-header{
	height: 80px;
	margin-left: 100px;
}

.service a {
	color: #585f69;
}

.service, #project1, #project2, #project3, #project4, #project5, #project6, #project7, #project8 {
	cursor: pointer;
}

#header	{
	height: 106px;
}

/*Navbar*/
@media (min-width: 992px) {
	.header .navbar-nav {
	}	
}

.fullwidthbanner-container{
	margin-top: 10px;
}
@media (max-width: 767px){
	#header{
		height: auto;
	}
}

#menu_buttons{
	margin-top: -30px;
}

@media (max-width: 1200px){
	.header .navbar-default .navbar-nav > li > a{
		font-size: 10px;
	}
	.header .dropdown-menu li a{
		font-size: 10px;
	}
}
@media (max-width: 970px){
	.header .navbar-default .navbar-nav > li > a{
		font-size: 9px;
	}
	.header .dropdown-menu li a{
		font-size: 9px;
	}
}

@media (max-width: 768px){
	#logo-header {
	    height: 70px;
	    margin-left: 70px;
	}
}

@media (max-width: 410px){
	#logo-header {
	    height: 70px;
	    margin-left: 70px;
	}
}

.outlet-btn {
  display: inline-block;
  text-align: center;
  margin: 10px 20px;
  color: #fff !important;
  background-color: #00A3E8 !important;
  border-bottom: none !important;
  font-weight: bold !important;
  padding: 8px 30px !important;
}
.outlet-btn:hover {
	text-decoration: none;
  box-shadow: 0 2px 10px rgba(0,80,100,0.4);
}

@media (min-width: 768px) {
	.outlet-btn {
		position: relative;
		top: -30px;
	}
}

.outlet-menubtn {
  display: inline-block;
  text-align: center;
  color: #fff !important;
  background-color: #00A3E8 !important;
  border-bottom: none !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.outlet-menubtn:hover {
	text-decoration: none;
}

#productos-menu .nav li.active a {
	background-color: #ddd;
}

#productos-list .producto.template {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#productos-list .producto {
	margin-bottom: 30px;
}

#productos-list .producto .image {
	background-color: #fff;
	text-align: center;
}

#productos-list .producto .image img {
	height: 216px;
	object-fit: cover;
}

#productos-list .producto .name {
	text-align: center;
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#productos-list .producto .name--link {
	display: inline-block;
	color: #333;
}

#productos-list .producto .price {
	text-align: center;
	font-size: 1.4em;
}
#productos-list .producto .price.noshow {
	visibility: hidden;
}

#producto-detail .price {
	margin-top: 1em;
	text-align: center;
	font-size: 1.4em;
}
#producto-detail .price.noshow {
	visibility: hidden;
}

#producto-detail .carousel {
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

#producto-detail .image {
	text-align: center;
}

#producto-detail .image img {
	display: inline-block;
}

#producto-detail .contact-btn-box {
	margin-top: 2em;
	text-align: center;
}

#producto-detail .contact-btn-box a.btn {
	border-radius: 6px !important;
}