@font-face {
    font-family: 'futuraextendedregular';
    src: url('../fonts/FuturaExtended-webfont.eot');
    src: url('../fonts/FuturaExtended-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaExtended-webfont.woff2') format('woff2'),
         url('../fonts/FuturaExtended-webfont.woff') format('woff'),
         url('../fonts/FuturaExtended-webfont.ttf') format('truetype'),
         url('../fonts/FuturaExtended-webfont.svg#futuraextendedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?7au0yq');
	src:url('../fonts/icomoon.eot?#iefix7au0yq') format('embedded-opentype'),
		url('../fonts/icomoon.woff?7au0yq') format('woff'),
		url('../fonts/icomoon.ttf?7au0yq') format('truetype'),
		url('../fonts/icomoon.svg?7au0yq#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'colaboratelightregular';
    src: url('../fonts/ColabLig-webfont.eot');
    src: url('../fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabLig-webfont.woff2') format('woff2'),
         url('../fonts/ColabLig-webfont.woff') format('woff'),
         url('../fonts/ColabLig-webfont.ttf') format('truetype'),
         url('../fonts/ColabLig-webfont.svg#colaboratelightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-color: #e0e0e0;
}

h1.works {
	font-family: 'futuraextendedregular';
	letter-spacing: 2px;
	padding: 0;
	margin: 30px 0 15px 0;
	text-align: center;
}

h2 {
	margin: 0;
}

.wrapper {
	width: 1080px;
	margin: 0 auto;
}

.board {
	width: 100%;
	height: 180px;
	background-color: white;
}

.board_contact {
	width: 100%;
	height: 185px;
	background-color: white;
}

.solutions{
	margin: 0;
	color: white;
	font-size: 3em;
	vertical-align: center;
	padding: 1.1em 0 0 0;
	font-family: 'futuraextendedregular';
}

nav {
	margin: 0;
	width: 560px;
	float: left;
}

nav ul {
	margin: 0;
	width: 100%;
	padding: 72px 0 0 0;
	list-style: none;
}

nav ul li {
	display: inline-block;
	width: 140px;
	text-align: center;
}

nav ul li a {
	text-decoration: none;
	color: black;
	font-family: "futuraextendedregular";
	display: block;
	font-size: 1.5em;
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

nav ul li a:hover {
	color: #f19600;
}

.chosen {
	color: #96b746;
}

.mediomundo {
	text-align: right;
	float: right;
	display: block;
	width: 30%;
	padding: 0 30px 0 0;
	position: relative;
	top: 0;
}

.servicios_board_first {
	width: 100%;
	height: 200px;
	background-color: #96b746;
}

.servicios_board_end {
	width: 100%;
	height: 200px;
	clear: both;
	background-color: #e2bb29;
}

.servicios_board_second {
	width: 100%;
	height: 200px;
	background-color: #f19600;
}

.servicios_board_third {
	width: 100%;
	height: 200px;
	background-color: #e2bb29;
}

.servicios_board_fourth {
	padding: 1em 0;
}

.servicios_a {
	font-family: 'colaboratelightregular';
	font-size: 1.2em;
}

.servicios_b {
	width: 853px;
	margin: 0 auto;
	padding-bottom: 1em;
}

.innovacion {
	width: 50%;
	margin: 0;
	float: left;
	font-family: 'colaboratelightregular';
	font-size: 1.3em;
	font-weight: bold;
	padding: 1.5em 0 0 0;
	line-height: 25px;
	color: white;	
}

.comunicacion {
	width: 50%;
	margin: 0;
	float: right;
	font-family: 'colaboratelightregular';
	font-size: 1.3em;
	font-weight: bold;
	padding: 3em 0 0 0;
	line-height: 25px;
	color: white;	
}

.we_are_innovacion {
	width: 50%;
	margin: 0;
	color: white;
	font-size: 3em;
	vertical-align: center;
	padding: 1.2em 0 0 0;
	float: right;
	text-align: right;
	font-family: 'futuraextendedregular';
}

.we_are_comunicacion {
	width: 50%;
	margin: 0;
	color: white;
	font-size: 3em;
	vertical-align: center;
	padding: 1.2em 0 0 0;
	float: left;
	text-align: left;
	font-family: 'futuraextendedregular';
}

.we_are_mediomundo {
	width: 50%;
	margin: 0;
	color: white;
	font-size: 3em;
	vertical-align: center;
	padding: 1.2em .8em 0 0;
	float: right;
	text-align: right;
	font-family: 'futuraextendedregular';
}

.more {
	text-align: center;
	margin: 30px 0 30px 0 ;
	clear: both;
}

.more p {
	text-align: center;
	font-family: 'colaboratelightregular';
	font-size: 1.8em;
	margin-bottom: 10px;
}

.more a {
	text-decoration: none;
	color: black;
	font-size: 2em;
	-webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.more a:hover{
	opacity: 0.5;
}

.icon-youtube:before {
	content: "\ea97";
	font-family: 'icomoon';
}

.icon-flickr3:before {
	content: "\eaa2";
	font-family: 'icomoon';
}

footer {
	clear: both;
	width: 100%;
	background-color: white;
	height: 100px;
}

.copyright {
	font-family: verdana;
	font-size: .8em;
	padding: 40px 0 0 30px;
	float: left;
}

.social {
	float: right;
	padding: 25px 30px 0 0;
}

.social a {
	text-decoration: none;
	color: black;
	font-size: 2em;
	-webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.social a:hover{
	opacity: 0.5;
}

.icon-facebook:before {
	content: "\ea8c";
	font-family: 'icomoon';
}

#map-canvas {
	width: 100%;
	height: 693px;
}

.contact {
	position: absolute;
	top: 300px;
}

form {
	font-family: 'colaboratelightregular';
	padding-left: 30px;
}

form label {
	margin-bottom: 5px;
}

.contact_left {
	width: 45%;
	float: left;
	background: #e0e0e0;
}

.contact_left form label{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.contact_left form input, .contact_left form textarea{
	background: white;
	border: 1px solid #999;
	font-size: 0.8em;
	margin-bottom: 10px;
	padding: 0.4em 0.6em;
	width: 80%;
	resize:none;
	border: none;
}

.contact_left input[type="submit"]{
	width: auto;
	padding: 0.4em 1em;
	margin-right: 0.5em;
}

.contact_right {
	width: 40%;
	float: right;
	background: #e0e0e0; 
}

.contact_right_info {
	padding: 1em;
}

.contact_right_info h2{
	font-family: 'futuraextendedregular';
}

.contact_right_info p {
	font-family: 'colaboratelightregular';
	font-size: 1.2em;
}

.options {
	width: 1080px;
	height: 621px;
}

.options img {
	float: left;
	padding: 15px;
}

.options a {
	display: inline-block;
	position: relative;
}

#content img {
	padding: 15px;
	float: left;
}

#content_video {
	width: 100%;
}

#content_video img {
	padding: 15px 15px;
	float: left;
}

#content_video a {
	display: inline-block;
	position: relative;
}

.displayed {
	width: 810px;
	margin: 0 auto;
}

.displayed_moda {
	width: 810px;
	margin: 0 auto;
}


span.text-content {
  background: rgba(150,183,70,0.85);
  color: black;
  font-family:'colaboratelightregular';
  font-weight: bold;
  font-size: 2em;
  cursor: pointer;
  display: table;
  margin: 15px 0 0 15px;
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  width: 240px;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

span.text-content-b {
  background: rgba(150,183,70,0.85);
  color: black;
  font-family:'colaboratelightregular';
  font-weight: bold;
  font-size: 2em;
  cursor: pointer;
  display: table;
  margin: 15px 0 0 15px;
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 186px;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

span.text-content-b:hover{
	opacity: 1;
}

span.text-content-b span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


span.text-content:hover{
	opacity: 1;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
