@font-face {
	font-family: "BebasNeue";
	src: url("../fonts/BebasNeue-Regular.eot");
	src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"),
		url("../fonts/BebasNeue-Regular.woff") format("woff"),
		url("../fonts/BebasNeue-Regular.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}


body {
	margin: 0 auto;
	font-family: "BebasNeue";
	text-transform: uppercase;
	color: #000;
}

html {
	text-align: center;
	letter-spacing: 0.1em;
}

h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.5rem;
}

#fullpage {
	width: 100%;
	height: 100vh;
}

#logo {
	height: 95%;
	max-width: 80%;

	margin: 0 auto;
}

#logo img{
	height: 100%;
	max-width: 100%;
}

#logowh {
	width: 80%;
	margin: 0 auto;
}

#logowh img {
	width: auto;
    height: 130px;
}

#headercarousel {
	max-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#headercarousel img {
	width: 100%;
}

#menu {
	position: absolute;
	z-index: 1000;
	top: 30%;

	display: flex;

	justify-content: center;
	width: 100%;
}

#menu a {
	color: #000;
}

#menu nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;

    display: table;
    width: 100%;
	max-width: 966px;
    table-layout: fixed;
}

#menu nav ul li {
	float: left;
	width: 33%;
	display: table-cell;
}

#menu nav ul li:nth-child(2) {
	width: 34%;
}


#menu nav ul li div {
	width: 85%;
	margin: 0 auto;
}

#menu nav ul li div.button {
	float: left;
	border: 4px solid #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

	padding-top: 2.5%;
	padding-bottom: 2%;
	background: rgba(255, 255, 255, 0.5);

	font-size: 1.2rem;
	letter-spacing: 0;
	width: 100%;
}

#menu nav ul li div.selected {
	background: rgba(255, 255, 255, 1);
}

.maincontent {
	max-width: 960px;
	margin:0 auto;
}

#maincontent h1, h2, h3 {
	margin: 0;
}

#servicios, #clientes {
	padding-top: 30px;
}

#equipo, #contact {
	background-color: #313737;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 15px;
	margin-top: 30px;
}

#contact div.option {
	padding-left: 15px;
	padding-bottom: 20px;
}

#contact .text-contact {
    display: inline-block;
    line-height: 28px;
}

#contact a {
	color: #FFF;
	text-transform: none;
	text-decoration: none;
}

#contact .icon-contact img {
	vertical-align: middle;
}

#clientes {
	margin-bottom: 50px;
}

#clientes img {
	max-width: 100%;
	max-height: 120px;
}


.owl-dots {
	display: none;
}

.tricol {
	display: flex;
}

.section {
	flex: 1;
}

.service, .staff, .cliente {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	padding: 5%;
	border: 4px solid black;
	min-height: 180px;
}

.service div.details {
	font-size: 0.6rem;
	color: #5c5a5a;
	padding-top: 15px;
}

.staff {
	padding: 0;
	min-height: 250px;
}

.cliente {
	border: none;
	height: 120px;
	max-height: 120px;
	min-height: 120px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.cliente a:hover img {
	-webkit-filter: drop-shadow(8px 8px 8px #DDD);
	filter: drop-shadow(8px 8px 8px #DDD);
}

.namedesc {
	padding: 5%;
	padding-top: 15px;
}

.namedesc div.details {
	font-size: 0.6rem;
	padding-top: 5px;
}

.imgdc, .imghn, .imgfa {
	width: 100%;
	height: 290px;
	background: transparent no-repeat center;
	background-size: cover;
}

.imgdc {
	background-image: url("../../images/diego_condesse.jpg");
}

.imghn {
	background-image: url("../../images/hernan_nesprias.jpg");
}

.imgfa {
	background-image: url("../../images/facundo_agosti.jpg");
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.icons {
    background-image: url("../../images/icons.png");
    background-repeat: no-repeat;
    display: block;
}

.icons-icon_db {
    width: 80px;
    height: 80px;
    background-position: -5px -5px;
}

.icons-icon_helpdesk {
    width: 80px;
    height: 80px;
    background-position: -95px -5px;
}

.icons-icon_hosting {
    width: 80px;
    height: 80px;
    background-position: -5px -95px;
}

.icons-icon_it {
    width: 80px;
    height: 80px;
    background-position: -95px -95px;
}

.icons-icon_networking {
    width: 80px;
    height: 80px;
    background-position: -185px -5px;
}

.icons-icon_web {
    width: 80px;
    height: 80px;
    background-position: -185px -95px;
}

.icon-contact {
	width: 28px;
	height: 28px;
	display: inline-block;
	padding-right: 10px;
}

.left {
	text-align: left;
}

.aire {
	height: 40px;
}


.padtop20 {
	padding-top: 20px;
}

@media (max-width: 768px) {
	.tricol {
		flex-direction: column;
	}

	.imgdc, .imghn, .imgfa {
		height: 400px;
	}
}


