@charset "UTF-8";
html {
  height: 100%;
}
body {
  min-height: 100%;
  font-size:14px;
  font-family: 'Montserrat', sans-serif;
}
.fondo-1{
	background-color: #000;
	color: #fff;
}
.fondo-2{
	background-color: #2E2E2E ;
}
.fondo-3{
	background-color: #010101;
}
.fondo-4{
	background-color: #fff;
}
.color-1{
	color: #56b0d6;
}
.color-2{
	color: #f6b21b;
}
.color-3{
	color: #19A085;
}
.color-4{
	color: #1890B2;
}
.color-5{
	color: #F87F06;
}
.color-6{
	color: #B51A53;
}
.color-7{
	color: #fff;
}

.modal-backdrop.show {
    opacity: 1;
}
.modal-content{
	border:0;
}

.h6{
	font-size: 1rem;
	
}

#html5lightbox-watermark{display:none !important;}
.imgvideo{
	border: 1px solid #848688;
}
.html5-elem-box{
	background-color: #4B4B4D !important;
}
.html5-image-container{
	background-color: #4B4B4D !important;
}
.html5-elem-data-box{
	background-color: #4B4B4D !important;}
#html5box-html5-lightbox .html5-text{	
	color:#fff !important;
}
.html5-image{
	padding: 0px !important;
}
.html5-title-prefix{
	display:none !important;
}
.html5-playpause{
	display:none !important;
}
.html5-next-inside {
    left: auto;
    right: 0px !important;
    top: 50%;
    transform: translate(100%,-50%) !important;
}
.html5-prev-inside {
    right: auto;
    left: 0px !important;
    top: 50%;
    transform: translate(-100%,-50%) !important;
}
.industrial .mh-icon-left{
	 color: #56b0d6 !important;
}
.industrial .mh-icon-right{
	 color: #56b0d6 !important;
}
.retail .mh-icon-left{
	 color: #f6b21b !important;
}
.retail .mh-icon-right{
	 color: #f6b21b !important;
}


#formContacto{
	font-size:0.9em;
}
#formContacto input{
	background-color: #848688;
	color: #fff;
}
#formContacto textarea{
	background-color: #848688;
	color: #fff;
}
#formContacto .form-control-plaintext{
	line-height: 1.2;
}
#formContacto .form-group {
    margin-bottom: 0.5rem;
}


.navbar{
	background-color:#000;
	color:#fff;
}
.nav-enlaces .nav-item{
	line-height: 64px;
}
.nav-enlaces{
	height: 80px;
}
.nav-enlaces .dropdown-menu{
	margin-top:0px;
	background-color:#2E2E2E;
}
.nav-enlaces .dropdown-item {
	line-height:30px;
	height:30px;
	padding-top:0;
	padding-bottom:0;
	background-color: #4B4B4D;
    margin-bottom: 5px;
    color:  #848688 ;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.nav-enlaces a{
	color:  #848688 ;
	font-size: 0.9rem;
}
.nav-enlaces .active{
	background-color: #2E2E2E;
}
.industrial .nav-enlaces .active .nav-link{
	color: #56b0d6 !important;
	font-weight:800;
}
.industrial .nav-enlaces .dropdown-item:hover{
	color: #56b0d6 !important;
	font-weight:800;
}
.industrial .nav-enlaces .nav-link:hover{
	color: #56b0d6 !important;
	font-weight:800;
}
.retail .nav-enlaces .dropdown-item:hover{
	color: #f6b21b !important;
	font-weight:800;
}
.retail .nav-enlaces .nav-link:hover{
	color: #f6b21b !important;
	font-weight:800;
}
.servicios .active{
	background-color: #fff;
}
.servicios{
	color: #000;
}
.tecnologia .active{
	background-color: #fff;
}
.tecnologia{
	color: #000;
}
.tecnologia .card{
	border-radius: 0;
	border: 0;
}
.titulo{
	font-weight: 800;
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}
.servicios .h1{
	word-break: break-word;
	font-size:1.3rem;
}
.servicios dt{
	border-bottom: 1.5px solid #000;
}

.nosotros .active{
	background-color: #fff;
}
.nosotros {
	color : #000;
}
.nosotros p{
	margin-bottom: 1.5rem;
	font-size: 0.95em;
	line-height: 25px;
}
.dth2{
	font-weight: 800;
	font-size: 1.4rem;
}
.nosotros h2{
	font-weight: 800;
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}
.nosotros h3{
	font-weight: 800;
	font-size: 1.4rem;}
.retail .nav-enlaces .active a{
	color: #f6b21b !important;
	font-weight:800;
}

.logo-top{
	height: 50px;
}

.nav-social a{
	background-color: #91d8f7;
	padding:2.5px 5px;
    border-radius: 50%;
    color:#000;
}
/* productos */
.productos-item{
	width:100%;
	position:relative;
	display: flex;
	display: -webkit-flex;
}
.productos-item:before {
   content: '';
   display: block;
   display: -webkit-block;
   padding-top: 100%; /*para una relación 1:1*/
 }
.productos-item a{
	    width: 100%;
    display: flex;
    text-decoration:none;
}
.productos-item a span{
	margin:auto;
	color: #fff;
	font-weight: 600;
	
}

/* footer */
.retail footer .footer-titulo{
	color: #f6b21b;
}
.industrial footer .footer-titulo{
	color: #56b0d6;
}
footer {
	color :#fff;
}
footer .navbar-nav{
	flex-direction: row;
}
footer .navbar-nav li{
	margin-left: 10px;
}

footer .navbar-nav a{
	color:#848688 ;
}
footer .footer-icon{
	background-color: #91d8f7;
    padding: 2.5px 5px;
    border-radius: 50%;
    color: #000;
}

/* */

@media (max-width: 991.98px){
	.nav-enlaces{
		height: auto;
		text-align: center;
	}
	.nav-enlaces .nav-item{
		line-height: inherit;

	}
	.nav-social{
		flex-direction: row;
		margin-top:5px;
		margin-bottom:5px;
		margin-left:0 !important;
	}
	.nav-social li:first-child {
	
		margin-left:auto !important;
	}
	.nav-social li:last-child {
		margin-right:auto !important;
	}
	footer .navbar-nav{
		display:none;
	}
	.productos-item img {width: auto; height: 150px ; margin: 10px; }
}