@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,400italic');

@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
    font-size:62.5%;
    height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size:100%;
	line-height:1;
	color:#54666f;
	height:100%;
	background:#fafafa;
	overflow-x:hidden;
	overflow-y:scroll;
}

.page {
	padding: 0 13rem;
	box-sizing: border-box;
	margin: 0 auto;
}
.clear {
	clear:both;
}
.clear:after,
.section:after,
.page:after,
.row:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
.section {
	margin-bottom: 5rem;
	position: relative;
}
.row {
	margin: 0 -3rem;
	font-size: 0;
}
.dirR {
	direction: rtl;
}
.col {
	direction: ltr;
	min-height: 1px;
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	width: 8.333%;
	padding: 0 3rem;
	box-sizing: border-box;
}
.col2 { width: 16.666%;}
.col3 { width: 25%;}
.col4 { width: 33.333%;}
.col5 { width: 41.666%;}
.col6 { width: 50%;}
.col7 { width: 58.333%;}
.col8 { width: 66.666%;}
.col9 { width: 75%;}
.col10 { width: 83.333%;}
.col11 { width: 91.666%;}
.col12 { width: 100%;}

i.fa + span,
i.fab + span {
	display: none;
}

.bt {
	font-size: 1.4rem;
	line-height: 4rem;
	display: inline-block;
	padding: 0 2rem;
	border-radius:10rem;
	background: #d72832;
	margin-left: -.3rem;
	color: #fff;
	cursor: pointer;
}
.bt i.fa {
	margin: 0 .5rem;
}
.bt + .bt {
	margin-left: 2rem;
}
.btText {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-size: 1.4rem;
	display: inline-block;
}

.centerV {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	border-radius: 3px;
	overflow: hidden;
}
.videoWrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
}

img {
	max-width: 100%
}

#header {
	padding:0 0 3rem;
}
#top {
	text-align: right;
	line-height: 3rem;
	font-size: 1.2rem;
	margin-bottom: .5rem;
}
#top li {
	display: inline-block;
	margin-left: 2rem;
}
#top li a img {
	height: 1rem;
}
#branding {
	float: left;
	clear: both;
	margin-left: -6rem;
	position: relative;
	width: 26rem;
}
#branding a {
	background: url('../images/expofot-logo.png') no-repeat center left;
	background-size: auto 100%;
	width: 100%;
	height: 0;
	padding-bottom: 19.23%;
	text-indent: -1000rem;
	display: block;
}
#nav {
	text-align: right;
	margin-right: -.3rem;
}
#nav li {
	display: inline-block;
	padding:1rem 0;
	margin-left: 1rem; 
}
#nav li a {
	font-weight: 600;
	line-height: 3rem;
	padding: 0 1.5rem;
	font-size: 1.4rem;
	display: block;
}
#nav li a.bt {
	background: #2d8ca0;
	border-radius: 2rem;
	font-weight: 400;
	color: #fff;
}
#nav li a.bt#btStore {
	background: #da3263;
}

.bt-mobile-menu {
	display: none;
}

@media (max-width: 960px) {
	#header {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		z-index: 99;
		background: #fff;
	}
	#header + div {
		margin-top: 11rem;
	}
	#header.open {
		height: 40rem;
		box-shadow: 0 0 1rem .25rem #00000033;
	}
	#top li, 
	#nav li {
		display: block;
		text-align: center;
	}
	#top {
		position: absolute;
		left: 0;
		bottom: 3rem;
		right: 0;
		text-align: center;
	}
	#top li:nth-child(2),
	#top li:nth-child(3),
	#top li:nth-child(4) {
		display: inline-block;
	}
	#nav {
		margin-top: 2rem;
	}
	#header.open #top, 
	#header.open #nav {
		display: block;
	}
	.bt-mobile-menu {
		display: block;
		position: absolute;
	    right: 4rem;
	    top: 4rem;
	    font-size: 2rem;
	}
}

#contacto {
	margin:-5rem 0 0; 
}
#map {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 1;
}
#contacto .page {
	position: relative;
	z-index: 10;
}
#contacto .page form {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: rgba(242,242,242,.8);
}
#contacto h3 {
	font-size:4rem;
	color: #2d8ca0;
	line-height: 1.1em;
	margin-bottom: 2rem;
	letter-spacing: -.1rem;
}
#contacto p {
	font-size: 1.6rem;
	line-height: 1.2em;
	margin-bottom: 2rem;
}

.field {
	margin-bottom: 1rem;
}
.status {
	padding: 1rem;
	color: #2d8ca0;
	margin: .5rem 0;
	border-radius: 3px;
	font-size: 1.1rem;
}
.field.error div {
	padding: 1rem;
	background: #ff0000aa;
	border: solid 1px #f00;
	color: #fff;
	margin: .5rem 0;
	border-radius: 3px;
	font-size: 1.2rem;
}
form input,
form textarea {
	font-size: 1.4rem;
	padding: 1rem;
	line-height: 1.5em;
	border-bottom: solid 1px #ccc;
	width: 100%;
	box-sizing: border-box;
}

.bt_wapp {
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	z-index: 99999;
	background: #2d8ca0;
	color: #fff;
	width: 5rem;
	height: 5rem;
	border-radius: 4rem;
}
.bt_wapp img {
	display: block;
	width: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}

#footer {
	padding: 5rem 0 2rem; 
	background:#333;
}
#footer img {
	height: 4rem;
}
#footer .col {
	margin-bottom: 3rem;
}
#footer h6 {
	color: #ccc;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 4rem;
	white-space: nowrap;
}
#footer h6:before {
	content: '';
	position: absolute;
	left: 0;
	width: 3rem;
	height: 2rem;
	top: 0;
	background: url(../images/ar.png);
	border-radius: 3px;
}
/*
#footer .col3 + .col3 h6:before {
	background: url(../images/ch.png);
}
*/
#footer .col3 ~ .col h6:before {
	background: none;
}
#footer p {
	color: #999;
	font-size: 1.2rem;
	line-height: 1.4em;
	padding-left: 4rem;
}
#footer p span {
	display:block;
	text-transform:uppercase;
	font-weight:bold;
}
#footer .afip {
	float: right;
}
#footer .afip img {
	width: 5rem;
	height: auto;
}

#featured .col  {
	height: 50rem;
	height: calc(100vh - 13rem);
}
#featured .col8 img {
	max-width: 10000%;
	height: 100%;
	padding: 1rem;
    background: #eee;
    box-sizing: border-box;
    border-radius: 1000rem 0 0 1000rem;
    box-shadow: inset 0 0 2rem 0 #ccc;
}
#featured .col4 img {
	max-width: 25rem;
}
#featured .col4 img ~ p {
	margin-left: -6rem;
	padding-left: 6rem;
	padding-top: 2rem;
	margin-top: 2rem;
	border-top: solid 1px #ccc;
}
#featured h2 {
	font-size: 5rem;
	line-height: 5.2rem;
	margin-bottom: 2rem;
	letter-spacing: -.1rem;
}
#featured h2 span {
	display: block;
	color: #d72832;
	font-weight: 200;
}
#featured p {
	font-size: 1.8rem;
	line-height: 1.3em;
	margin-bottom: 2rem;
}
#featured p a {
	color:#2d8ca0;
	border-bottom: solid 1px currentColor;
}
#featured p a i {
	font-size: .75em;
}
#featured a.bt {
	line-height: 5rem;
	font-size: 1.8rem;
	padding: 0 2rem;
	margin-bottom: 2rem;
}

.homeSection .col img {
	max-width: 1000%;
	min-width: 150%;
	min-width: calc(100% + 13rem);
	max-height: 100%;
	display: inline;
	border-radius: 0 100rem 100rem 0;
}
.homeSection .dirR .col img {
	border-radius: 100rem 0 0 100rem;
}
.homeSection .col {
	height: 70vh;
}
.homeSection h3 {
	font-size: 1.6rem;
	margin-bottom: 2rem;
	color: #2d8ca0;
}
.homeSection h4 {
	font-size: 2.4rem;
	margin-bottom: 2rem;
	color: #2d8ca0;
}
.homeSection h2 {
	font-size:4rem;
	line-height: 1.1em;
	margin-bottom: 2rem;
	letter-spacing: -.1rem;
}
.homeSection h2 a {
	float: right;
}
.homeSection p {
	font-size: 1.6rem;
	line-height: 1.2em;
	margin-bottom: 2rem;
}
.homeSection p.epi {
	font-size: 1.2rem;
}

#homeDigitalizacion .col:first-child {
	direction: rtl;
}
#homeDigitalizacion h4 {
	display: inline-block;
	margin: 0 4rem 3rem 0;
	font-size: 1.6rem;
    color: #2d8ca0;
}
#homeDigitalizacion h4 span {
	font-size: 3em;
    font-weight: 200;
    color: #d72832;
    display: block;
}
#homeSoluciones {
	background: #eee;
	padding: 7rem 0;
}
#homeSoluciones p {
	margin-bottom: 5rem;
}
#homeSoluciones ul li {
	text-align: center;
	display: inline-block;
	font-size: 1rem;
	width:12.5%;
	padding: 0 1.5rem;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 1.2rem;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}
#homeSoluciones ul li i {
	display: block;
	margin-bottom: 2rem;
	font-size: 5rem;
	color: #2d8ca0;
}

#homeClientes {
	background: #eee;
    padding: 7rem 0;
}
#homeClientes .col {
	height: auto;
	margin-bottom: 4rem;
}

.gallery {
	font-size: 0;
}
.gallery li {
	display: inline-block;
	width: 50%;
	padding:0 .5rem 27.5%;
	margin-bottom: .5rem;
	position: relative;
	vertical-align: top;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 3px;
}
.gallery li:nth-child(even) {
	position: relative;
	left: .5rem;
}
.homeSection .gallery li img {
	border-radius: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 0;
	max-width: 100%;
	max-height: 10000%;
}
#homeClientes .videoWrapper + p {
	margin-top: 1rem;
	font-size: 1.3rem;
}

#homeMarcas {
	padding: 2rem 0;
}
#homeMarcas h2 {
	position: relative;
	margin-bottom: 3rem;
}
#homeMarcas h2 img {
	height: 90%;
	width: auto;
	min-width: 0;
	position: absolute;
	right: 0;
	top: 5%;
}
#homeMarcas.homeSection .row {
}
#homeMarcas.homeSection .col {
	height: auto;
	transition: all 250ms ease;
	padding-top: 2rem;
	padding-bottom: 3rem;
	border-radius: 3px;
}
#homeMarcas.homeSection .col:hover {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.25);
}
#homeMarcas.homeSection .col img {
	max-width: 100%;
	min-width: 0;
	margin-bottom: 1rem;
}
#homeMarcas.homeSection .col p {
	font-size: 1.3rem;
}

#kodak {
	direction: rtl;
}
#kodak img {
	max-width: 40rem;
	width: 100%;
}

#productos .row {
	margin-bottom: 5rem;
	position: relative;
}
#productos .row + .row {
	padding-top: 2rem;
}
#productos .row + .row:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: -100rem;
	border-top: solid 1px #ccc;
}
#productos .col4 img {
    max-width: 25rem;
    max-height: 10rem;
    object-fit: contain;
    object-position: center left;
    display: block;
}
#productos .row + .row .col + .col {
	/*padding-top: 3rem;*/
}
#productos .videoWrapper + p,
#productos img + p {
	color: #2d8ca0;
	margin-top: 1rem;
	max-width: 80%;
	font-weight: bold;
	line-height: 1.2em;
}
#productos .videoWrapper + p a,
#productos img + p a {
	display: block;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1;
	margin-top: .5rem;
	color: #1a5561;
	position: relative;
	padding-left: 1em;
}
#productos .videoWrapper + p a i,
#productos img + p a i {
	position: absolute;
	left: 0;
}

.staticHeader {
	position: relative;
	direction: rtl;
	height: 22rem;
	margin: 0 0 7rem;
}
.staticHeader:before {
	content: '';
	position: absolute;
	left: -13rem;
	top: 0;
	right: 22rem;
	height: 100%;
	background: #eee;
	z-index: -1;
	box-shadow: inset 20px 20px 50px 0 rgba(0,0,0,.05);
}
.staticHeader img {
	height: 100%;
	border-radius: 100rem;
	margin-right: -1rem;
}
.staticHeader h1 {
	font-size: 5rem;
	letter-spacing: -.1rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.staticHeader a.bt {
	position: absolute;
    right: 8rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 5rem;
}
@media (max-width: 500px) {
	.staticHeader a.bt {
		right: 2rem;
	}
	.staticHeader a.bt i {
		display: none;
	}
}
.static + #contacto {
	margin-top: 0;
}
.static h2 {
	font-size: 3.6rem;
	line-height: 1.1em;
	color: #2d8ca0;
	margin-bottom: 2rem;
	letter-spacing: -.1rem;
}
.static p + h2 {
	margin-top: 8rem;
}
.static h3 {
	font-size: 2rem;
	line-height: 1.1em;
	color: #d72832;
	text-transform: uppercase;
	margin-bottom: 1rem;
	letter-spacing: -.1rem;
}
.static h4 {
	font-size: 1.8rem;
	line-height: 1.4em;
	color: #d72832;
	font-weight: bold;
	margin-bottom: 2rem;
	letter-spacing: -.1rem;
	position: relative;
	padding-left: 2.5rem;
}
.static h4 i {
	position: absolute;
	left: 0;
	top: .4rem;
	color: #ccc;
	width: 2rem;
	text-align: center;
}
.static p {
	font-size: 1.6rem;
	line-height: 1.4em;
	margin-bottom: .7em;
}

#hitos {
	background: #eee;
	padding: 8rem 0;
}
#hitos ul {
	font-size: 1.4rem;
	line-height: 1.2em;
}
#hitos ul li {
	margin-bottom:2.5rem;
	position: relative;
	padding-left: 10rem;
}
#hitos ul li span {
	font-weight: bold;
	color: #d72832;
	text-align: center;
	display: block;
	width: 8rem;
	position: absolute;
	left: 0;
}
#hitos ul li + li span:before {
	content: '';
	position: absolute;
	left: 50%;
	border-left: solid 1px #aaa;
	height: 1.2rem;
	top: -1.8rem;
}

#vision h4 {
	margin-bottom: .5rem;
}
#vision p {
	padding-left: 2.5rem;
}
#vision p a {
	color: #2d8ca0;
	text-decoration: underline;
}

#solucionesDeI {
	background: #eee;
	padding: 6rem 0;
}

#meblatam img {
	width: 100%;
	max-width: 40rem;
	margin-top: 5rem;
}

@media (max-width: 960px) {
	html {
		font-size: 50%;
	}
	.page {
		padding: 0 3rem;
	}
	.col {
		display: block;
		width: auto!important;
	}
	.centerV {
	    position: static;
	    top: 0;
	    transform: translateY(0);
	}
	#branding {
		float: none;
		margin: 2.5rem -.25rem 0;
		max-width: 80%;
	}
	#top,
	#nav {
		display: none;
	}
	#featured .col,
	.homeSection .col {
		height: auto;
	}
	#featured img {
		width: calc(100% + 3rem);
		margin-bottom: 2rem;
	}
	#featured h2 {
		font-size: 4rem;
		line-height: 1.1em;
	}

	.homeSection .col img {
		height: auto;
		width: calc(100% + 3rem);
		min-width:0;
		margin-bottom: 3rem;
	}
	#homeSoluciones ul li {
		width: 50%;
		margin-bottom: 2rem;
	}
	.gallery li {
		display: block;
		margin-bottom: .5rem;
	}
	.gallery li img {
		height: auto;
		width: 100%;
	}
}