/*
Theme Name: Mecaproject  Theme
Theme URI: http://meritdesigns.com/
Description: Wordpress Theme
Version: 1.0
Author: Merit Designs - Andres J. Villar
*/

:root {	
	--white: #ffffff;
	--blue: #151CD2;
	--black: #000000;
}
@font-face {
    font-family: 'Milliard';
    src: url('fonts/Milliard-SemiBold.eot');
    src: url('fonts/Milliard-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Milliard-SemiBold.woff2') format('woff2'),
        url('fonts/Milliard-SemiBold.woff') format('woff'),
        url('fonts/Milliard-SemiBold.ttf') format('truetype'),
        url('fonts/Milliard-SemiBold.svg#Milliard-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body { 
	margin:0; 
	padding:0; 
	font-size: 15px; 
	line-height: 22px;
	color:#666; 
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
.container-fluid {
	width: 1200px; 
	max-width: 100%; 
	margin: 0 auto; 
}
.clear { 
	width: 100%; 
	clear: both; 
}
.height10 {
	width: 100%; 
	clear: both;
	height: 10px;
}
.height15 {
	width: 100%; 
	clear: both;
	height: 15px;
}
.height20 {
	width: 100%; 
	clear: both;
	height: 20px;
}
.height30 {
	width: 100%; 
	clear: both;
	height: 30px;
}
.height50 {
	width: 100%; 
	clear: both;
	height: 50px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Milliard', sans-serif;
	font-weight: 600;
}
a, a:hover, a:focus { 
	text-decoration: none; 
	color: #0215CA;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.blue {
	color: var(--blue);
}
.grey {
	color: #888;
}
.bg-white {
	background: #fff;
}
.bg-grey {
	background: #f5f5f5;
}
.bg-blue {
	background: var(--blue);
	color: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
.transition {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.boton {
	
}
/** HEADER **/
body {
	background: #fafafa;
}
header {
	padding-top: 8px;
	z-index: 100;
	position: relative;
	width: 100%;
	padding-bottom: 18px;
}
.redes {
	text-align: right;
}
.redes a {
	margin-left: 10px;
}
.navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
.navbar-header {
	margin-top: 0;
}
.logo img {
    height: 56px;
}
.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 {
	font-size: 15px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	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: 'Poppins', sans-serif;
	border-bottom: 3px solid transparent;
	padding-bottom: 10px;
	color: #000;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	border-bottom: 2px solid var(--blue);
	color: #000;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    border-bottom: 2px solid var(--blue);
    color: #000;
}
.navbar-default .navbar-nav li {
	padding-right: 12px;
	padding-left: 12px;
}
.navbar-default .navbar-nav li.last {
	padding-right: 0;
}
.redes a {
	color: #000;
}
.slider {
	background: url(images/slider4.jpg) no-repeat right bottom;
	background-size: cover;
	padding-top: 250px;
	padding-bottom: 250px;
}
.slider h1 {
	font-size: 54px;
	color: #000;
}
.slider h1 span {
	font-size: 60px;
}
.homepage header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.homepage .redes a {
	color: #fff;
}
.homepage .navbar-default .navbar-nav li a { 
	color: #fff;
}
.homepage .navbar-default .navbar-nav li.active a, .homepage .navbar-default .navbar-nav li a:hover,
.homepage .navbar-default .navbar-nav li a:focus {
	color: #fff;
}
.homepage .navbar-default .navbar-nav > .active > a, 
.homepage .navbar-default .navbar-nav > .active > a:focus, 
.homepage .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
}
h2 {
	color: var(--blue);
	font-size: 40px;
	margin-bottom: 20px;
}
strong {
	color: #000;
}
.nosotros-home {
	padding-left: 30px;
}
.boton {
	display: inline-block;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	padding: 13px 20px;
	border-radius: 30px;
	color: var(--blue);
}
.boton span {
	background: var(--blue);
	color: #fff;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	margin-left: 8px;
}
.servicio {
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	padding: 15px;
	border-radius: 16px;
	margin-bottom: 30px;
}
.servicio h4 {
	margin: 20px 0;
	color: #000;
}
@media(min-width: 767px) {
	.content-servicio h4 {
		min-height: 40px;
	}
	.content-servicio .textoservicio {
		min-height: 200px;
	}
	
	.content-servicio .textoservicio2 {
		min-height: 335px;
	}
	
}
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
	display: none !important;
}
.mapa iframe {
	width: 100%;
	height: 400px;
	border-radius: 14px;
}
p.contacto {
	margin-top: 15px;
	position: relative;
	padding-left: 26px;
}
p.contacto img {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
}
.redes-contacto {
	margin: 70px 0 40px 0;
}
.redes-contacto a {
	font-size: 22px;
	margin-right: 6px;
	margin-left: 3px;
}
.logos-home img {
	height: 58px;
	margin: 0 15px 10px 15px;
}
.instagram {
	width: 210px;
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}
footer a {
	color: #000;
}
.developed {
	text-align: right;
}
h3 {
	font-size: 28px;
}
h4 {
	margin-bottom: 20px;
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.cab h3 {
	color: #fff;
}
.electronico {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.bg-electronico {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(images/electronico.jpg) no-repeat center center;
	background-size: cover;
}
.mision {
	line-height: 1.4em;
	font-size: 16px;
}
.border {
	width: 100%;
	height: 1px;
	border-top: 1px solid #e0e0e0;
}
.clientes img {
	margin-bottom: 30px;
}
.imagblog {
	display: block;
	width: 100%;
	height: 330px;
	margin-bottom: 10px;
}
a.titulopost {
	color: #333;
}
.formulario input, .formulario textarea {
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	color: #333;
	width: 100%;
	padding: 16px 15px;
	margin-bottom: 14px;
	border: none;
}
.formulario .boton {
	border: none;
	outline: none;
}
.formulario .boton span {
	margin-left: 30px;
}
.servicios a.boton {
	padding-left: 15px;
	padding-right: 15px;
}


@media(max-width: 1100px) {
	header {
		background: #f4f4f4;
		padding-bottom: 8px;
	}
	.homepage .redes a {
  		color: #000;
	}
	.homepage .navbar-default .navbar-nav li a { 
		color: #000;
	}
	.homepage .navbar-default .navbar-nav li.active a, .homepage .navbar-default .navbar-nav li a:hover,
	.homepage .navbar-default .navbar-nav li a:focus {
		color: #000;
	}
	.homepage .navbar-default .navbar-nav > .active > a, 
	.homepage .navbar-default .navbar-nav > .active > a:focus, 
	.homepage .navbar-default .navbar-nav > .active > a:hover {
	    color: #000;
	}
	.logo img {
 		height: 40px;
	}
	.navbar-header {
	    float: none;
	}
	.navbar-left,.navbar-right {
	    float: none !important;
	}
	.navbar-toggle {
	    display: block;
	    background: transparent !important;
	}
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

	}
	.navbar-fixed-top {
	    top: 0;
	    border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-nav {
	    float: none!important;
	    margin-top: 7.5px;
	}
	.navbar-nav>li {
	    float: none;
	}
	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
  	.collapse.in{
      	display:block !important;
  	}
  	.navbar-toggle {
  		padding: 9px 0 9px 10px;
  		margin-top: 8px;
  		margin-right: 0;
  		border: none !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
  		background-color: #000;
	}
	.navbar-default .navbar-nav li {
 		padding-right: 0;
  		padding-left: 0;
	}
	.navbar-default .navbar-nav li a {
  		padding-left: 15px;
  		padding-right: 15px;
  		padding-bottom: 15px;
  		padding-top: 15px;
		border-bottom: 1px solid #e0e0e0 !important;
	}
}

@media(max-width: 991px) {
	.slider {
  		background: url(images/head.jpg) no-repeat center center;
  		background-size: cover;
  		padding-top: 172px;
  		padding-bottom: 106px;
	}
	.slider h1 {
		color: #fff;
		font-size: 36px;
	}
	.slider h1 span {
		font-size: 40px;
		color: #fff;
	}
	h2 {
 		font-size: 30px;
	}
	.col-sm-3.servicios {
		width: 50%;
	}
	.content-servicio {
 		min-height: 192px;
	}
	.logos-home img {
 		height: 42px;
  		margin: 0 12px 10px 12px;
	}
}

@media(max-width: 767px) {
	.col-sm-3.servicios {
 		width: 100%;
 		float: none;
	}
	.content-servicio {
 		min-height: 40px;
 		padding-bottom: 40px;
	}
	.developed {
		text-align: left;
	}
	.bg-electronico {
  		display: none;
	}
	h3 {
 		font-size: 24px;
	}
}

@media(max-width: 498px) {
	.clientes img {
 		margin-bottom: 20px;
	}
}


.dropdown-menu {
	list-style-type: none !important;
}
@media(min-width: 767px) {
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	    color: inherit !important;
	    background-color: transparent !important;
	    border-bottom: 3px solid transparent;
	}
}

.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid var(--blue);
	background: #fff;
	margin-left: 0 !important;
	min-width: 240px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 14px !important;
	color: #000;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--blue);
}
.producto .imagblog {
	padding: 1px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	margin-bottom: 15px;
	height: 340px;
}
@media(min-width: 767px) {
	.fotoproducto {
		padding-right: 30px;
	}
}

.fotoproducto img {
	padding: 1px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
}
.detalleproducto h3 {
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: 16px;
	padding: 0;
}
.detalleproducto table {
	width: 400px;
	max-width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 12px;
}
.detalleproducto table td {
	border-bottom: 1px solid #ccc;
	padding: 7px 10px;
	vertical-align: top;
}
.detalleproducto table tr td:nth-child(1) {
	border-right: 1px solid #ccc;
}
.detalleproducto ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.detalleproducto ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 1px;
}
.detalleproducto ul li::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: var(--blue);
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 7px;
}
.padding-3 {
	min-height: 1px;
	width: 12.5%;
	float: left;
}

@media(max-width: 767px) {
	.producto {
		margin-bottom: 20px;
	}
	.padding-3 {
		display: none;
	}
}

@media(max-width: 498px) {
	.producto .imagblog {
		height: 300px;
	}
}

@media(min-width: 991px) {
	.pageservicios .servicio {
		min-height: 508px;
	}
}