/*
 * Bootstrap template 3 columns
 */

/* FONTS */
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/32337e");

  
@font-face {font-family: 'FuturaStd-Bold';src: url('fonts/32337E_0_0.eot');src: url('fonts/32337E_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/32337E_0_0.woff2') format('woff2'),url('fonts/32337E_0_0.woff') format('woff'),url('fonts/32337E_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'FuturaStd-Book';src: url('fonts/32337E_1_0.eot');src: url('fonts/32337E_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/32337E_1_0.woff2') format('woff2'),url('fonts/32337E_1_0.woff') format('woff'),url('fonts/32337E_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'FuturaStd-Light';src: url('fonts/32337E_2_0.eot');src: url('fonts/32337E_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/32337E_2_0.woff2') format('woff2'),url('fonts/32337E_2_0.woff') format('woff'),url('fonts/32337E_2_0.ttf') format('truetype');}



/* Global Styles */

html,
body {
	height: 100%;
	font-family: "FuturaStd-Light";
	font-size: 12pt;
	color: #4a4949;
	letter-spacing: 0.05em;
}
header h2 {
	font-family: "FuturaStd-Bold";
	letter-spacing: 0.1em;
}
a {
	color: #0077c8;
}
ul {
	padding: 0 0 0 0.9em;
}
strong {
	font-family: "FuturaStd-Book";
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
.nav > li > a {
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 920px) {
	.navbar-nav>li>a {
		font-size: 0.8em;
	}
}

.nav.social-menu-top>li>a {
	color: #7f7f7f;
	margin: 0;
}
.nav.social-menu-top>li>a:hover {
	color: #0077c8;
	cursor: pointer;
}
.nav-justified {
		width: auto;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}
.nav-justified>li {
    float: none;
}
.btn {
	letter-spacing: 0.05em;
}
.btn-primary {
	background-color: #0077c8;
	border-radius: 0 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #00ab84;
}
.btn-group-lg>.btn, .btn-lg {
	border-radius: 0 !important;
}
button:focus, 
button:active,
button:hover {
	border: 0;
}

i.fa {
	font-size: 1.4em;
}
.lang-menu li {
	font-size: 0.8em;
	margin: 0.2em 0;
	
}
.lang-menu li.active {
	background-color: #eee;
}
.lang-menu li {
	border-right: 1px solid #4a4949;
}
.lang-menu li:last-child {
	border-right: none;
}
.lang-menu li a {color: #4a4949;}

.lang-menu li a:focus,
.lang-menu li a:active,
.lang-menu li a:hover {
	color: #000;
}
.container.social-md {
	display: none;
}
.container.social-xs {
	display: block;
}

	.social-menu-top {
		
	}
@media (min-width: 768px){
	.nav-justified {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.nav-justified>li {
    	display: inherit;
    	width: inherit;
	}
	i.fa {
		font-size: 1.2em;
	}
	.container.social-md {
		display: block;

	}
	.container.social-xs {
		display: none;
	}
}


/* Background colors */
.bg-dark {background-color: #4a4a49;}
.bg-white {background-color: #fff;}
.bg-gray {background-color: #808080;}
.bg-gray-black {background-color: #404040;}
.bg-light-gray {background-color: #f7f7f7;}
.bg-contact {background-color: #f3f3f3;}
.bg-green {background-color: #00a885;}
.bg-green p {
	font-weight: 600;
}
.bg-green-to-blue {
	background: #0077c8; /* Old browsers */
	background: -moz-linear-gradient(left, #00ab84 0%, #0077c8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00ab84 0%,#0077c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00ab84 0%,#0077c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab84', endColorstr='#0077c8',GradientType=1 ); /* IE6-9 */
}
.bg-blue {
	background-color: #0077c8;
}
.close {color: #fff;}
.close:focus, .close:hover {color: #00ab84;}
/* Hacks */

.marg-bottom {
	display: block;
	width: 100%;
	height: 2em;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Home Page Header */
header.logo-top {
	padding: 1em 0;
}
header.logo-top > a {
	max-width: 70vw;
}
header.logo-top > a img {
	width: 100%;
}
@media (min-width: 768px) {
	header.logo-top > a {
		max-width: 40vw;
		margin: 0 auto;
	}

	header.logo-top > a img {
		max-width: 511px;
		max-height: 95px;
		margin: 0 auto;
	}
}
/* Home Page Navbar Top */
.navbar {
	margin-bottom: 0;
}
.navbar-static-top {
	border: 0;
	background-color: #fff;
	position: relative;
	opacity: 1;
}
@media (max-width: 768px){
.navbar-static-top.mobile {
	position: fixed;
	display: none;
	width: 100%;
	border-bottom: 2px solid #F2F2F2;
}
.navbar-static-top.mobile .navbar-header header.logo-top > a {
		max-width: 30vw;
}
}
.navbar-header {
	width: 100%;
}
.navbar-toggle {
	position: relative;
	background-color: #0077c8;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-collapse {
	width: 100%;
	background-color: #fff;
}
.navbar-collapse a {
	color: #4a4949;
}
.navbar-collapse .nav>li>a:hover,
.navbar-collapse .nav>li>a:focus {
	background-color: #0077c8;
	color: #fff;
}
@media (min-width: 768px) {
	.navbar-collapse.collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.navbar-collapse.collapse ul {
	display: block;
}


/* Home Page Carousel*/
header.carousel {
	height: 40vh;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
	height: 100%;
	background-color: #0077c8;
}

header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	opacity: 0.5;
}
.carousel-caption {
	top: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.carousel-caption h1 {
	font-size: 1.3em;
	font-family: "FuturaStd-Light";
	text-transform: uppercase;
	text-shadow: none;
/*	letter-spacing: 0.1em;*/
}
.carousel-caption h1 strong {
	font-family: "FuturaStd-Book";
}
@media (min-width: 480px) {
	.carousel-caption h1 {
		font-size: 2.1em;
	}
}
@media all and (orientation: landscape), (max-width: 680px) {
	.carousel-caption h1 {
		font-size: 1.4em;
	}
}
@media (min-width: 768px) {

	.carousel-caption h1 {
		font-size: 2.8em;
	}
}
/* Home Page Articles */
section > article {
	padding-bottom: 2em;
}
section > article.row:not(#our-approach, #contacto) {
	min-height: 50vh;
}
article .container header h2 {
	display: table;
	text-align: center;
	font-size: 18px;
	padding: 1em;
	background: #0077c8; /* Old browsers */
	background: -moz-linear-gradient(left, #00ab84 0%, #0077c8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00ab84 0%,#0077c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00ab84 0%,#0077c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab84', endColorstr='#0077c8',GradientType=1 ); /* IE6-9 */
	width: auto;
	margin: -1.5em auto 3em;
	color: #fff;
	text-transform: uppercase;
}
article .container header::before {
	content: " ";
	width: 100%;
	height: 0;
	border-bottom: 1px solid #808080;
	margin-top: 3em;
	display: block;
}
.diagram-blocks {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
}
.diagram-blocks span:not(.bg-green) {
	margin: 0 0 0.2em 0;
}
.diagram-blocks span p {
	text-align: center;
	margin: 0;
	padding: 5px 0;
}
.diagram-blocks span img {
	padding: 1em;
}

/* Articles: Our approach */ 
#column-title h2 {
    font-size: 1.3em;
    text-align: center;
    font-family: "FuturaStd-Bold";
}
#column-title h3 {
	padding: 1.5em 0;
	background-image:url('../../../archivos/bg-h2-small.jpg');
	background-size: cover;
	text-align: center;
}
#our-approach .col-md-4:nth-child(1n) h3 {
	background-position: left center;
}
#our-approach .col-md-4:nth-child(2n) h3 {
	background-position: center center;
}
#our-approach .col-md-4:nth-child(3n) h3 {
	background-position: right center;
}
#our-approach h3 button {
	font-family: "FuturaStd-Bold";
	border: 0;
	background-color: transparent;
	color: #0078c6;
	font-weight: 600;
}
#our-approach h3 button:hover,
#our-approach h3 button:focus,
#our-approach h3 button:active {
	color: #00a885;
}
.bg-h2-small {
	display: none;
	height: 80px;
	margin-bottom: -8.4em;
	width: 100%;
	background-image:url('../../archivos/bg-h2-small.jpg');
	background-size: cover;
	background-position: center center;
}
@media (min-width: 992px) {
	#column-title h3 {
		padding: 0;
		margin: 1.5em 0;
		background-image: none;
		text-align: center;
	}
	.bg-h2-small {
		display: block;
	}
}

.thumb-blocks {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

}
.thumb-blocks a {
	min-width: 100px;
	min-height: 100px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
	margin-bottom: 0.5em;
	padding: 2em;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-size: 100% 100%;
	background-position: center center;
	margin-right: 10px;
	cursor: pointer;
	-webkit-flex: 1;
    -ms-flex: 1;
        flex: 1;
    color: #fff;
    font-family: "FuturaStd-Bold";
    text-align: center;
    border: 1px solid #0077c8;
    text-transform: uppercase;
}
.thumb-blocks a:hover, .thumb-blocks a:focus, .thumb-blocks a:active {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0077c8;
    color: #0077c8;
}
.thumb-blocks a:last-child  {
margin-right: 0;
}

@media (min-width: 690px) and (max-width: 992px) {
}


/* Articles: Cadena Valor */
#cadena-valor .container {
	color: #fff;
	padding: 2em 0;
}
#cadena-valor .container h3 {
	font-size: 1em;
}
#cadena-valor .container hr {
	margin-top: 0;
}

/* Articles: Catalogue */
#catalogue h3 {
	font-family: "FuturaStd-Bold";
	font-size: 1em;
	padding: 1em;
	background-color: #FFF;
	text-align: center;
}
.row.devices img {
	margin-bottom: 0.5em;
}
a.table-thumb {
	display: block;
	position: relative;
}
a.table-thumb::after {
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Articles: Partners */
#partners a {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 172px;
	min-height: 61px;
	border: 1px solid #8b8b8b;
	padding: 0.5em 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
	height: 100%;
}
#partners a svg {
	margin: 0 auto;
	max-width: 70%;
	display: block;
}
#partners a:first-child svg {
	max-width: 63%;
}
/* PARTNER 1 SVG */
#partner-1 .color-black {
	fill: #ccc;
}
#partner-1 .color-blue {
	fill: #bababa;
}
#partner-1 .color-cyan {
	fill: #6a6a6a;
}
a.partner-1:hover #partner-1 .color-black {
	fill: #010202;
}
a.partner-1:hover #partner-1 .color-blue {
	fill: #002E91;
}
a.partner-1:hover #partner-1 .color-cyan {
	fill: #0099E0;
}

/* PARTNER 2 SVG */
#partner-2 .color-black {
	fill: #ccc;
}
#partner-2 .color-blue {
	fill: #777;
}
#partner-2 .color-green {
	fill: #727272;
}
#partner-2 .color-mixed {
	fill: #383838;
}
a.partner-2:hover #partner-2 .color-black {
	fill: #000;
}
a.partner-2:hover #partner-2 .color-blue {
	fill: #4980c1;
}
a.partner-2:hover #partner-2 .color-green {
	fill: #76b72a;
}
a.partner-2:hover #partner-2 .color-mixed {
	fill: #27703c;
}

/* PARTNER 3 SVG */
#partner-3 .color-purple {
	fill: #ccc;
}
#partner-3 .color-cyan {
	stop-color: #ccc;
}
#partner-3 .color-blue {
	stop-color: #383838;
}
a.partner-3:hover #partner-3 .color-purple {
	fill: #2A245C;
}
a.partner-3:hover #partner-3 .color-cyan {
	stop-color: #03D7FF;
}
a.partner-3:hover #partner-3 .color-blue {
	stop-color: #7C2AFF;
}

/* Article: Contacto */
.bg-contact {
	padding: 2em 0;
}
.bg-contact small img {
	width: 1.6em;
	height: auto;
}

#contactForm label {
    line-height: 1.42857143;
    padding: 6px 15px;
    margin: 3px 0 0 0;
    font-weight: 400;
}
#contact-form h4 {
	font-family: "FuturaStd-Bold";
}
input[type="name"],
input[type="tel"],
input[type="email"],
textarea.form-control {
	border-radius: 0 !important;
	border: 0;
}
textarea.form-control {
	padding: 10px 12px;
}

/* Base for checkboxes */
.checkbox input[type="checkbox"] {
    visibility: hidden;
    display: none;
}
.checkbox label {
	cursor: pointer;
}
.checkbox input[type="checkbox"] + label::after {
	font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    background-color: #fff;
    top: 2px;
    right: 15px;
    padding: 0.3em 0 0 0.4em;
    color: #eee;
}

.checkbox input[type="checkbox"]:checked + label::after {
    color: green;
}

/* Footer Styles */
footer {
	margin: 0;
}
footer a > img {
	max-width: 150px !important;
	margin: 0 auto 3em auto;
}
#contact-email:before {
	content: attr(data-website) "\0040" attr(data-user);
	unicode-bidi: bidi-override;
	direction: rtl;
}
#contact-email:hover {cursor: pointer;}
.contact-text {
	display: inline-block;
    height: 20px;
    vertical-align: bottom;
}
/* Back to top button */
.top {
	bottom: 3.5em;
	right: 3.5em;
	display: none;
	opacity: 0.55;
	z-index: 11;
	width: 1.2em;
	height: 1.2em;
	transition: all ease .3s;
	position: fixed;
}
.top:hover {
  opacity: 1;
  transition: all ease .3s;
}
.top a, .top a:focus {
	border-radius: 9999px;
	color: #fff;
	font-size: 2.7em;
	background-color: #00ab84;
	text-decoration: none;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1.2em;
	height: 1.2em;
}
.top a i {
	margin-top: -0.1em;
	line-height: 0.8em;
}
/* MODALS */
.modal-content {
	border-radius: 0 !important;
}
@media (min-width: 768px) and (max-width: 1279px) {
	.modal-dialog {
		min-width: 80vw;
	}
}
@media (min-width: 1280px) {
	.modal-dialog {
		min-width: 65vw;
	}
}
.devices img {
	/*padding-top: 14%;*/
    width: 100%;
    border: 1px solid #00a885;
}
.modal-header h4 {
	font-size: 1.3em;
	font-family: "FuturaStd-Bold";
	color: #fff;
	margin: 0;
    padding-left: 0.1em;
    text-transform: uppercase;

}
.modal-header h4 img {
	display: inline-block;
	width: 1.8em;
	height: 1.5em;
	margin-top: -11px;
	padding: 0 0.3em 0 0;
}
.modal-header button.close {
	margin: 0 0.2em 0 0;
	font-size: 2.6em;
	font-family: "FuturaStd-Book";
	text-shadow: none;
	line-height: 0.7em;
}
.devices .modal-body .row div[class^="col-"]:first-child {
	background-color: #f1f2f2;
	padding: 1em 15px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.devices .modal-body .row div[class^="col-"] {
	width: 100%;
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (min-width: 768px) {
	.devices .modal-header button.close {
		margin: 0 0.2em 0 0;
		font-size: 4em;
	}
}
@media (min-width: 920px) {

	.devices .modal-header h4 {
	font-size: 2em;
	}
	.devices .modal-body .row div[class^="col-"] {
	width: 50%;
	}
	.devices .modal-body .row {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}
/* Dynamic table */
.table {
	font-size: 0.8rem;
    font-family: "FuturaStd-Book";
}
.table>thead>tr {
	background-color: #0077c8;
	color: #fff;
	font-family: "FuturaStd-Book";
	letter-spacing: 0.1em;
	text-align: center;
}
.table>thead>tr>th {
	text-align: center;
    border-right: 1px solid #ddd;
}
.table>thead>tr>th:last-child {
    border-right: 0;
}
.table>tbody>tr {
	background-color: #e9edf4;

}
.table>tbody>tr>td {
	border-top: 1px solid #ddd;
}