html { font-size: 16px; height: 100%; box-sizing: border-box; }

body { background-color: #fff; height: 100%; color: #5b5b5b; }

*, *:before, *:after {
  box-sizing: inherit;
}

/* **** LAYOUT **** */
#map {
	width: 100%;
	height: 250px;
	margin-top: 24px;
}

section#premium {
	padding: 0;
}

.wrapper {
	width: 100%;
	max-width: 68.75rem;
	margin: 0 auto;
	padding: 0 0.75rem;
	overflow: hidden;
}

#premium .wrapper {
	max-width: 100%;
	padding: 0 1rem;
	background: rgba(0,0,0,.5);
}

.footer-data .wrapper {
	padding-bottom: 0;
}


.modal-dialog {
	width: 80%;
	max-width: 62.5rem;
	margin: 12px auto;
	overflow: hidden;
}

.modal-content {
	overflow: hidden;
	padding-bottom: 20px;
}

.modal-dialog img {

	margin: 2px 1px;
}

.modal-imgs {
	background: #fff;
	overflow: hidden;
	padding: 4px 4px 6px 6px;
	margin: -6px auto 0;
	border-radius: 0 0 3px 3px;
	text-align: center;
	width: 99%;
}
.modal-imgs img { border-radius: 3px; }

section {
	padding: 1.5rem 0;
	clear: both;
	overflow: hidden;
}

section#contact {
	padding-bottom: 0;
	background: #fff;
}

footer {
	padding: .5rem 0 0;
	clear: both;
	overflow: hidden;
	background: #5B5B5B;

}

footer h2 {
	margin-bottom: 40px;
}

div.main {
	height: 100%;
}

.video {
	width: 100%;
	height: 100%;
	position: relative;
}
video#bg {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
}
.overlay {
	/*background: rgba(0,0,0,1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;*/
	display: table;
			width: 100%;
			height: 100%;
			border: 1px solid white;
			background: rgba(0,0,0,.6);
}
#premium {
	/*background: url('../imgs/slide-portrait.jpg') 0 0 no-repeat fixed;*/
	padding-top: 0;
	color: #fff;
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
}
.scroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;

}
#premium .wrapper {
	display: table-cell;
	vertical-align: middle;
}

#servicios, #quienes-somos {
	background-color: #ececec;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#clientes {
	background: #fff;
}

.left {
	width: 100%;
}

.right {
	width: 100%;
}

.footer-data {
	/*padding-top: 24px;*/
	margin-top: 40px;
	text-align: center;
	background: #5B5B5B;
	color: #fff;
}
.address {
	float: none;
}
.db {
	float: none;
	padding-bottom: 14px;
}

/* **** FONTS **** */

h1, h2, h3, h4, h5 {
	font-family: 'roboto slab', serif;
	text-align: center;
}

p, ul {
	font-family: lato, sans-serif;
	font-size: 1rem;
}

#servicios h3 {
	margin-top: -0.625rem;
	margin-bottom: 1.375rem;
}

#premium p {
	font-size: .9rem;
	margin-bottom: 2.25rem;
}

#premium p span {
	font-weight: bold;
	display: block;
	text-align: center;
	/*font-size: 1.2rem;*/
}
span.bold {
	font-weight: bold;
}
#premium p:first-child {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
header h1.logo {
	text-align: center;
}
h1.logo a {
	background: url('../imgs/layout/logo-retina-short.png') 0 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 308px;
	height: 69px;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

i.fa-arrow-right {
	font-size: 12px;
	padding-top: 4px;
}


/* **** LINKS **** */

a {
	text-decoration: none;
}
ul {
	list-style: none;
	padding-left: 0px;
}
ul.servicios-list li, ul.historia li {
	padding-left: 16px;
	background: url('../imgs/layout/arrow.png') 5px 9px no-repeat;
}

ul#staff {
	text-align: center;
	margin-top: 48px;
}

ul#staff li {
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
}

ul#staff li div img {
	border-radius: 50%;
	width: 40%;
}

/* **** FORM **** */

input, textarea {
	width: 100%;
	margin-bottom: 12px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 5px;
}

textarea {
	height: 80px;
}

.contact-submit {
	background: #6D6E71;
	/*background-image: linear-gradient(#4cb1ff, #1793e5);*/
	border: none;
	padding: 6px 0 5px;
	color: #fff;
	/*box-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	transition: all .3s ease;
	/*font-weight: bold;*/
	letter-spacing: 2px;
	/*text-shadow: 0 0px 1px rgba(0,0,0,0.7);*/
	transition: all .3s ease;
}

.contact-submit:hover {
	background: #ECECEC;
	color: #6D6E71;
}

/* **** IMGS **** */

img { max-width: 100%; vertical-align: middle;}
a img { border: none; }

#clientes-lista li {
	width: 50%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

#clientes-lista li a {
	transition: all .3s ease;
}

#clientes-lista li a:hover {
	opacity: .6;
}

ul.historia li {
	float: none;
}


#telefonica-text {
	background: url('../imgs/clientes/telefonica.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#scotiabank-text {
	background: url('../imgs/clientes/scotiabank.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#larsen-text {
	background: url('../imgs/clientes/larsen.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#loving-text {
	background: url('../imgs/clientes/loving.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}



#key-text {
	background: url('../imgs/clientes/key.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

/*********/

#tenfield-text {
	background: url('../imgs/clientes/tenfield.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#mccann-text {
	background: url('../imgs/clientes/mccann.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#im-text {
	background: url('../imgs/clientes/im.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#chic-text {
	background: url('../imgs/clientes/chic.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#cap-text {
	background: url('../imgs/clientes/cap.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#auf-text {
	background: url('../imgs/clientes/auf.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#antel-text {
	background: url('../imgs/clientes/antel.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}






/*********/





#lestido-text {
	background: url('../imgs/clientes/lestido.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#directv-text {
	background: url('../imgs/clientes/directv.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#avisa-text {
	background: url('../imgs/clientes/avisa.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#abitab-text {
	background: url('../imgs/clientes/abitab.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#albisu-text {
	background: url('../imgs/clientes/albisu.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#havas-text {
	background: url('../imgs/clientes/havas.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#integra-text {
	background: url('../imgs/clientes/integrago.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#young-text {
	background: url('../imgs/clientes/young.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#berriel-text {
	background: url('../imgs/clientes/berriel.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#burson-text {
	background: url('../imgs/clientes/burson.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#cablevision-text {
	background: url('../imgs/clientes/cablevision.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#canal-10-text {
	background: url('../imgs/clientes/canal-10.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#casa-del-sol-text {
	background: url('../imgs/clientes/casa-del-sol.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#cup-text {
	background: url('../imgs/clientes/cup.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#coca-cola-text {
	background: url('../imgs/clientes/coca-cola.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#coca-cola-ar-text {
	background: url('../imgs/clientes/coca-cola.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#conaprole-text {
	background: url('../imgs/clientes/conaprole.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#mastercard-text {
	background: url('../imgs/clientes/first-data.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#iberoamerica-crea-text {
	background: url('../imgs/clientes/iberoamerica-crea.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#mec-global-text {
	background: url('../imgs/clientes/mec.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#mediaedge-text {
	background: url('../imgs/clientes/mediaedge.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#montevideo-shopping-text {
	background: url('../imgs/clientes/montevideo-shopping.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#nestle-text {
	background: url('../imgs/clientes/nestle.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#oca-text {
	background: url('../imgs/clientes/oca.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#sodimac-text {
	background: url('../imgs/clientes/sodimac.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#upm-text {
	background: url('../imgs/clientes/upm.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

#hsbc-text {
	background: url('../imgs/clientes/hsbc.jpg') 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 65%;
	margin: 0 auto 2.25rem;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

a.face {
	display: block;
	margin: auto;
	width: 40px;
	cursor: pointer;
}

@media only screen and (max-width: 800px) {

    #premium {
         background: url('../imgs/slide-2.jpg') #000 no-repeat center center;
         background-size: cover;
    }
    .video {
        display: none;
    }
}


@media only screen and (min-width: 640px) {
	.footer-data {
		/*padding-top: 24px;*/
		text-align: left;
	}
	.address {
		float: left;
		padding-bottom: 14px;
	}
	.db {
		float: right;

	}

	h1.logo a {
		background: url('../imgs/layout/logo-retina.png') 0 0 no-repeat;
		width: 400px;
		height: 89px;
	}

	.left {
		float: left;
		width: 50%;
		padding-right: 1.5rem;
	}

	.right {
		float: right;
		width: 50%;
		padding-right: 1.5rem;
	}
	#premium {
		/*background: url('../imgs/slide-13.jpg') 0 0 no-repeat fixed;
		background-size: cover;*/
	}
	.content {
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}
	#premium h4 {}
	#premium p {
		font-size: 1.2rem;
		margin-bottom: 36px;
	}
	#clientes-lista li {
		width: 20%;
	}

	ul#staff li div img {
		border-radius: 50%;
		width: 70%;
	}
	.form-wrap {
		width: 40%;
		margin: 0 auto;
	}
	.modal-dialog img {
		max-width: 33%;
		float: left;
		margin: 2px 1px;
	}

}

@media only screen and (min-width: 860px) {
	ul#staff li {
		display: initial;
		float: left;
		width: 33%;
	}

}

@media only screen and (min-width: 1200px) {

	.modal-dialog {
		width: 80%;
		max-width: 62.5rem;

	}


}


