/*
Theme Name: Diperco
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #444;
	font-weight: 400;
}
.container, .container-fluid {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.grey {
	color: #c3c3c3;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.blue {
	color: #00657A;
}
.bg-grey {
	background: #f2f2f2;
}
.bg-black {
	background: #000;
}
.bg-white {
	background: #fff;
}
.bg-blue {
	background: #00657A;
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: #00657A;
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background: #6AD5EB;
	border: 1px solid #6AD5EB;
	padding: 8px 22px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	border-radius: 20px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: #fff;
	background: #59c0d5;
	border: 1px solid #59c0d5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #00657A;
}
strong {
	font-weight: 600;
}
ul, ol {
	margin: 0;
	padding: 0;
}


/**** HEADER ****/
.top {
	background: #00657a;
	color: #fff;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 6px;
}
.top span {
	margin-right: 10px;
}
.top img {
	margin-right: 4px;
	position: relative;
	top: -2px;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 78px;
    margin-bottom: 6px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #333;
	font-size: 16px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	text-transform: uppercase;
	font-weight: 400;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #333;
	border-bottom: 3px solid #6AD5EB;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #333;
    border-bottom: 3px solid #6AD5EB;
}
.navbar-default .navbar-nav li {
	padding-right: 30px;
	padding-left: 30px;
}
.navbar-right {
    padding-top: 4px;
}
.carousel-control {
	background: none !important;
	text-shadow: none;
	width: 40px;
	height: 40px;
	font-size: 40px;
	top: 40%;
}
.left.carousel-control {
	left: 15px;
}
.right.carousel-control {
	right: 15px;
}
.owl2 .item, .owl3 .item {
	padding: 0 8px;
}
.owl2 .owl-nav  {
	display: block !important;
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl2 .item .marca {
	text-align: center;
	border: 1px solid #e0e0e0;
	padding: 10px 15px;
}
.owl2 .item img {
	width: auto !important;
	margin-left:  auto;
	margin-right: auto;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right-b.png) no-repeat center center;
    background-size: cover;
    width: 19px;
    height: 29px;
    position: absolute;
    top: 50px;
    right: -62px;
    opacity: 0.4;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left-b.png) no-repeat center center;
    background-size: cover;
    width: 19px;
    height: 29px;
    position: absolute;
    top: 50px;
    left: -62px;
    opacity: 0.4;
}
.ptoventa {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 20px 15px;
	text-align: center;
	margin-bottom: 30px;
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ptoventa h4 {
	color: #333;
	font-weight: 400;
}
.mapa iframe {
	width: 100%;
	height: 300px;
}
@media(min-width: 767px) {
	.oficinacorporativa {
		padding-top: 90px;
	}
}
@media(max-width: 767px) {
	.oficinacorporativa {
		text-align: center;
	}
}
footer {
	background: #00657a;
	padding-top: 40px;
	color: #fff;
}
footer a {
	color: #fff !important;
}
.breadcrumbs {
	background: #6ad5eb;
	color: #fff;
	padding: 10px 0;
}
.breadcrumbs h3 {
	text-transform: uppercase;
}
.formulario input {
	width: 500px;
	max-width: 100%;
	padding: 10px 15px;
	margin-bottom: 16px;
	border: 1px solid #e0e0e0;
}
.formulario textarea {
	width: 500px;
	max-width: 100%;
	padding: 10px 15px;
	margin-bottom: 16px;
	border: 1px solid #e0e0e0;
	height: 120px;
}
.formulario button.boton {
	padding-left: 34px;
	padding-right: 34px;
}
.page-catalogo .bg-grey, .page-catalogo .bg-white {
	padding-top :50px;
	padding-bottom: 30px;
}
@media(min-width: 767px) {
	.page-catalogo .col-sm-5 {
		text-align: center;
	}
	.page-catalogo .bg-grey .col-sm-5, .page-catalogo .bg-grey .col-sm-7 {
		float: right;
	}	
	.page-catalogo .bg-grey .col-sm-7 {
		text-align: right;
	}
}
.page-catalogo .col-sm-5 img {
	background: #fff;
	padding: 22px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
	width: 300px;
	max-width: 100%;
}
.page-catalogo .col-sm-7 {
	padding-top: 20px;
}
.puntoventa {
	background: #fff;
	padding: 14px 20px 10px 20px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
	width: 400px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
a.btnmodal {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
}
.modal-dialog {
	border-radius: 0;
}
.modal-content {
	border-radius: 0;
}
.mapamodal iframe {
	width: 100%;
	height: 300px;
}
.modal-body {
	text-align: left;
}
.modal-body img {
	float: left;
	width: 120px;
	margin-right: 15px;
}
.modal-body a.boton {
	margin-left: 135px;
	margin-top: -10px;
}


@media(max-width: 767px) {
	.top {
		display: none;
	}
	header .navbar-brand img {
		margin-bottom: 8px;
		height: 62px;
 	}
	.navbar-toggle {
	 	margin-top: 22px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #00657A;
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
		width: 24px;
	}
	.navbar-collapse {
	  border-top: 1px solid #066f8d !important;
	  box-shadow: none !important;
	  background: #fff;
	  margin-left: -15px;
	  margin-right: -15px;
	  padding: 0;
	  margin-top: 8px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-nav li a {
		color: #000;
		font-size: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #f0f0f0 !important;
		font-weight: normal;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
}
