/*
Theme Name: Exelon
Author: Andres J. Villar - Meritdesigns
Author URI: http://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/

html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: 300;
}
.container, .container-fluid {
	width: 1200px;
	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: #555;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.blue {
	color: #39556b;
}
.bg-grey {
	background: #f4f4f4;
}
.bg-black {
	background: #000;
}
.bg-white {
	background: #fff;
}
.bg-blue {
	/*** background: url(images/blue.png) repeat center center; ****/
	background: #39556b;
}
.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: #39556b;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
}

/** HEADER **/
#header {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
}
#header .navbar-brand {
	padding: 0px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
#header .navbar-brand img {
    height: 76px;
    padding-bottom: 10px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 24px;
    margin-bottom: 0;
    padding-top: 6px;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	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: 'Montserrat', sans-serif;
	border-bottom: none;
}
.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: #93aec6;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #93aec6;
}
.navbar-default .navbar-nav li {
	padding-right: 20px;
	padding-left: 15px;
}
.navbar-default .navbar-nav li.social {
	padding-left: 8px;
	padding-right: 8px;
}
.navbar-default .navbar-nav li.social a {
	color: #93aec6;
	font-size: 18px;
}
.navbar-right {
    padding-top: 10px;
}

.mini-header{
	background: #fff; 
	display:none; 
	top: 0; 
	position: fixed; 
	width: 100%;
	height: auto; 
	z-index:100000;
	-webkit-transition: margin-top .3s ease 0s;
	-moz-transition: margin-top .3s ease 0s;
	-ms-transition: margin-top .3s ease 0s;
	-o-transition: margin-top .3s ease 0s;
	transition: margin-top .3s ease 0s;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}
.mini-header.down {
	display: block;
}
.mini-header .navbar-brand {
	padding: 0px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
.mini-header .navbar-brand img {
    height: 59px;
    padding-bottom: 8px;
}
.mini-header .navbar-header {
    position: relative;
    z-index: 999;
}
.mini-header .navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
}
.mini-header .navbar-default .navbar-nav li a {
	color: #000;
	padding-top: 4px;
}
.mini-header .navbar-default .navbar-nav li.active a, .mini-header .navbar-default .navbar-nav li a:hover,
.mini-header .navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #39556b;
}
.mini-header .navbar-default .navbar-nav > .active > a, 
.mini-header .navbar-default .navbar-nav > .active > a:focus, 
.mini-header .navbar-default .navbar-nav > .active > a:hover {
    color: #39556b;
}
.mini-header .navbar-default .navbar-nav li.social a {
	color: #39556b;
	font-size: 18px;
}

@media (max-width: 767px) {
	#header .navbar-brand img {
	    height: 66px;
	    padding-bottom: 10px;
	}
	.navbar-toggle {
	 	margin-top: 12px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 4px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #fff;
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
	}
	.mini-header .navbar-default .navbar-toggle .icon-bar {
		background: #39556b;
	}
	.navbar-default .navbar-toggle .icon-bar.iconbar1 {
		width: 18px;
	}
	.navbar-default .navbar-toggle .icon-bar.iconbar2 {
		width: 24px;
	}
	.navbar-default .navbar-toggle .icon-bar.iconbar3 {
		width: 30px;
	}
	.navbar-default .navbar-toggle:hover .icon-bar.iconbar1 {
		width: 32px;
	}
	.navbar-default .navbar-toggle:hover .icon-bar.iconbar2 {
		width: 32px;
	}
	.navbar-default .navbar-toggle:hover .icon-bar.iconbar3 {
		width: 32px;
	}
	.navbar-collapse {
	  border-top: 1px solid transparent;
	  box-shadow: inset 0 1px 0 rgba(0,0,0,0.6);
	  background: rgba(210, 172, 103,0.8);
	  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: #fff;
		font-size: 16px;
		padding-top: 14px;
		padding-bottom: 14px;
		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;
	}
	.navbar-default .navbar-nav li.social {
		display: none;
	}
	.navbar-collapse {
	  border-top: 1px solid transparent;
	  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	  background: rgba(255,255,255,0.95);
	  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: 14px;
		padding-top: 12px !important;
		padding-bottom: 12px !important ;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #ccc !important;
		font-weight: normal;
	}
	.navbar-collapse.collapse {
	 	display: none!important;
	}
	.navbar-nav {
	  	float: none!important;
	  	margin-top: 0;
	}
	#navbar {
		padding-right: 1px;
	}
	.collapse.in{
	  	display:block !important;
	}
	.navbar-nav>li {
	  float: none;
	}
	.navbar-collapse {
		border:none;
		box-shadow:none;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.navbar-default .navbar-nav li a {
		color: #000;
	}
	.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		color: #39556b !important;
	}
}

/***** HOME ******/
.carousel-home, .carousel-home .carousel-inner {
	height: 100%;
}
.carousel-home .item {
	height: 100%;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
}
.content-carousel div {
	text-align: left;
	width: 600px;
	max-width: 100%;
	margin: 0;
	font-size: 19px;
	padding-top: 80px;
}
.content-carousel h1 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content-carousel a {
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	padding: 8px 40px;
	margin-top: 20px;
	font-size: 14px;
	background: rgba(57,85,107,0.8);
	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;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}
.content-carousel a:hover {
	background: rgba(57,85,107,1);
}
.carousel-home a.control {
	opacity: 0.8;
	width: 42px;
}
.carousel-home a.control:hover {
	opacity: 1;
}
.carousel-home .control-left {
	position: absolute;
	top: 50%;
	left: 30px;
}
.carousel-home .control-right {
	position: absolute;
	top: 50%;
	right: 30px;
}
.comunicacion {
	background: url(images/service1.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	width: 40%;
	position: absolute;
	top:0;
	left: 0;
	height: 360px;
}
.tecnologia {
	background: url(images/service2.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	height: 360px;
}
.redes {
	background: url(images/service1.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	width: 40%;
	position:absolute;
	top:0;
	right: 0;
	height: 360px;
}
.category-home {
	padding-top: 50px;
	color: #fff;
	padding-right: 30px;
	height: 360px;
}
.category-home h1 {
	font-weight: 300;
	margin-bottom: 20px;
}
.category-home a {
	margin-top: 80px;
	display: inline-block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 6px;
	padding: 8px 50px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff !important;
	font-weight: normal;
}
.nosotros-home a {
	margin-top: 40px;
	display: inline-block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 6px;
	padding: 8px 50px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff !important;
	font-weight: normal;
}
.category-home a:hover, .nosotros-home a:hover {
	background: rgba(255,255,255,0.1);
}
.service-home {
	padding-bottom: 70px;
	padding-left: 100px;
}
.service-home h3 {
	margin-bottom: 12px;
} 
.service1 {
	background: url(images/icon1.png) no-repeat left top;
}
.service2 {
	background: url(images/icon2.png) no-repeat left top;
}
.service3 {
	background: url(images/icon3.png) no-repeat left top;
}
.service4 {
	background: url(images/icon4.png) no-repeat left top;
}
.img-category {
	display: block;
	width: 100%;
	height: 250px;
	text-align: center;
	color: #fff !important;
	padding-top: 40px;
}
.img-category h4 {
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	width: auto;
	position: relative;
}
.img-category h4::after {
	content: '';
	width: 60px;
	height: 3px;
	background: #39556b;
	display: block;
	margin-top: 12px;
	margin-left: auto;
	margin-right:auto;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-nav {
    display: block !important;
    background: #fff;
    width: 76px;
    margin: 30px auto 0 auto;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left2.png) no-repeat center center;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    width: 36px;
    height:36px;
    float: left;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right2.png) no-repeat center center;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    width: 36px;
    height:36px;
    float: right;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
	display: none !important;
}
.owl3 .owl-nav.disabled, .owl3 .owl-carousel .owl-nav {
	display: none !important;
}
.nosotros-home {
	position: relative;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.img-nosotros {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.owl3 .item div {
	height: 70px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}
.owl3 .item div img {
	max-height: 62px;
	width: auto;
	max-width: 90%;
	display: block;
	margin: 0 auto;
	filter: gray;
  	-webkit-filter: grayscale(1); 
  	filter: grayscale(1); 
}
footer {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
}
footer .fa {
	font-size: 26px;
}
.menufooter a {
	display: inline-block;
	margin: 0 10px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: normal;
}
.menufooter .social {
	margin: 6px 0;
}
.menufooter .social a {
	color: #93aec6 !important;
}
footer p.telefono {
	margin: 15px 0;
	font-size: 16px;
}
footer .copyright {
	font-size: 13px;
}
.menufooter .copyright a {
	font-weight: normal !important;
	margin: 0 0 0 0;
}
footer img {
	width: 160px;
	margin: 12px 0 6px 0;
}


/********* PAGES ****/
.cabecera {
	padding-top: 130px;
	padding-bottom: 30px;
}
.cabecera h1 {
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
}
.cab-nosotros {
	background: url(images/cab-nosotros.jpg) no-repeat center center;
	background-size: cover;
}
.cab-contacto {
	background: url(images/cab-contacto.jpg) no-repeat center center;
	background-size: cover;
}
.cab-servicios {
	background: url(images/cab-servicios.jpg) no-repeat center center;
	background-size: cover;
}
.cab-productos {
	background: url(images/cab-productos.jpg) no-repeat center center;
	background-size: cover;
}
input, textarea {
	width: 100%;
	margin-bottom: 16px;
	padding: 12px;
	border: 1px solid #ccc;
}
textarea {
	height: 132px;
}
button {
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	padding: 10px 50px;
	margin-top: 10px;
	font-size: 14px;
	background: rgba(57,85,107,0.8);
	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;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	border: none;
}
button:hover {
	background: rgba(57,85,107,1);
}
iframe {
	width: 100%;
	height: 330px;
}
.alert.alert-success {
	border-left: 6px solid #39556b;
	border-top: none;
	border-bottom: none;
	border-right: none;
	padding: 15px;
	color: #39556b;
}
.border-top {
	border-top: 1px solid #f0f0f0;
}
.fullheight {
	position: relative;
}
.fullheight .border-menu {
	position: absolute;
	top: 0;
	left: 19%;
	border-left: 1px solid #f0f0f0;
	height: 100%;
	width: 21px;
	background: url(images/shadow.png) repeat-y top left;
}
.menuproductos {
	width: 19%;
	padding-left: 15px;
	float: left;
}
.products-list {
	padding: 0 30px 0 80px;
	float: left;
	width: 81%;
}
.menuproductos a {
	display: block;
	padding: 8px 10px;
	text-transform: uppercase;
	color: #666;
	font-size: 15px;
}
.menuproductos a.activo, .menuproductos a:hover {
	color: #fff;
	background: #39556b;
}
.ficha {
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.contenedor-imagenprod {
	border: 1px solid #eee;
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.contenedor-imagenprod div {
	text-align: center;
	width: 100%;
}
.contenedor-imagenprod div img {
	max-height: 180px;
	height: auto;
	max-width: 100%;
	width: auto;
}
.imageproduct {
	width: 100%;
	height: 200px;
}
a.categorias-toggle {
	background: #39556b;
	color: #fff;
	font-weight: normal;
	padding: 10px 15px;
	display: block;
	display: none;
}
a.categorias-toggle .fa {
	margin-left: 8px;
}
.uppercase {
	text-transform: uppercase;
}


@media(max-width: 767px) {
	.content-carousel div {
		font-size: 16px;
		padding-top: 80px;
	}
	.content-carousel h1 {
		font-size: 40px;
	}
	.comunicacion, .redes {
		display: none;
	}
	.comunicacion-responsive {
		background: url(images/service1.jpg) no-repeat center center;
		background-size: cover;
		height:auto;
	}
	.tecnologia {
		height: auto;
	}
	.redes-responsive {
		background: url(images/service1.jpg) no-repeat center center;
		background-size: cover;
		height: auto;
	}
	.category-home {
		height:auto;
		padding-bottom: 50px;
	}
	.category-home a {
		margin-top: 40px;
	}
	h1 {
		font-size: 28px;
	}
	.img-nosotros {
		display: none;
	}
	.nosotros-home {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.menuproductos {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		float: none;
	}
	.products-list {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		float: none;
	}
	.fullheight .border-menu {
		display: none;
	}
	a.categorias-toggle {
		display: block;
	}
	.cont-menuproductos {
		display: none;
	}
}


@media(max-width: 598px) {
	.content-carousel div {
		font-size: 16px;
		padding-top: 80px;
	}
	.content-carousel h1 {
		font-size: 32px;
	}
	.service-home {
		padding-bottom: 50px;
	}
}

/**************************


.filter {
	text-align: right;
}
.filter select {
	border: 1px solid #e0e0e0;
	padding: 8px 24px 8px 8px;
	background: url(images/caret.png) no-repeat right center #f8f8f8;
	background-size: 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
a.expandcategorias {
	display: none;
}
.whatsappToggle {
	position: fixed;
	bottom: 10px;
	right: 10px; 
	display: inline-block;
}
.whatsapp {
    position: fixed;
    bottom: 82px;
    right: 20px;
    width: 300px;
    border-radius: 8px;
    background: #25d366;
    z-index: 100;
    border: none !important;
}
.content-whatsapp div {
	padding: 8px 15px;
}
.content-whatsapp div.horario {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.content-whatsapp .bordee {
	border-top: 1px solid #fff;
	margin-bottom: -10px;
}
.whatsapp strong {
	font-weight: 600;
	font-size: 17px;
}
.whatsapp a {
	color: #fff !important;
	font-size: 17px;
	display: inline-block;
}
.whatsapp p {
	padding: 10px 15px;
	margin-bottom: 0;
}
.whatsapp p.borde {
	border-bottom: 1px solid #fff;
	border-top: none !important;
}






@media(max-width: 767px) {
	.content-carousel div {
		font-size: 16px;
	}
	.content-carousel h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.content-carousel strong {
		font-size: 50px;
	}
	.carousel-home a.control {
		display: none;
	}
	footer .contact-info span {
		margin-right: 10px;
		display: block;
		position: relative;
		padding-left: 30px;
		margin-bottom: 10px;
	}
	footer .contact-info span img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.menufooter {
		display: none;
	}
	.logofooter {
		padding-top: 15px;
	}
	.misionvision {
		margin-left: 0;
	}
	.mision, .vision {
		width: 100%;
		padding-right: 30px;
		padding-left: 15px;
	}
	.mision::after, .vision::after {
		content: none;
	}
	.valores {
		width: 100%;
		padding-left: 15px;
	}
	a.expandcategorias {
		display: block;
		background: #222;
		color: #fff;
		padding: 8px 15px;
		margin-bottom: 12px;
	}
	a.expandcategorias .fa {
		float: right;
		padding-top: 3px;
	}
	.menucategorias {
		display: none;
	}
	.listado {
		margin-top: 20px;
	}
}