@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?pvm5gj');
	src:url('../fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?pvm5gj') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Icons created with icomoon.io/app */

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
}

/* Nav */
.tabs nav {

		position: relative;
	text-align: center;
}

.tabs nav ul {

	background:transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	height: 40px;
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #47a3da;
	box-shadow: inset 0 2px #47a3da;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: 1em;
	line-height: 2.5;
	/*padding: 0 1.25em;*/
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #47a3da;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
	

#tabs .contentido  {
	 
	padding-top: 0px;
	margin-top: 0px;
	 
}


#tabs .contentido section {


	font-size: 1.25em;
/*	padding: 0.1em 1em;*/
	display: none;
	max-width: 1230px;

	/*margin: 0 auto;*/
}

#tabs .contentido section:before,
#tabs .contentido section:after {
	content: '';
	display: table;
}

#tabs .contentido section:after {
	clear: both;
}

/* Fallback example */
.no-js #tabs .contentido section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;

}

#tabs .contentido section.content-current {
	display: block;
}

.mediaboxfull {	 
	margin: 0 auto;	
	float: left;
}


.mediaboxfull p {
	/* font-family: 'Roboto', sans-serif;
    font-weight: 300;*/
	padding: 0 0 1em 0;
	margin: 0;
/*	font-style: italic;*/
	line-height: 1.3;
	font-size: 22px;
 
	

}
.mediaboxfull .texto-centro
{
 
	text-align: center;
}	

.mediaboxfull p i {
	font-size: 45px;
}	

.mediabox-left {
	border-top-style:solid ;
	border-top-width:1px ;
	border-top-color:rgba(60,175,230,0.88) ;

		border-bottom-style:solid ;
	border-bottom-width:1px ;
	border-bottom-color:rgba(60,175,230,0.88) ;

			border-left-style:solid ;
	border-left-width:1px ;
	border-left-color:rgba(60,175,230,0.88) ;

	
	height: 400px;
	
	margin-left:0px;
		padding-right: 5px;
		color: rgba(0,0,0,0.9);
	/*background:rgba(60,175,230,0.88);*/
	/*background: rgba(255,255,255,0.8);*/
	font-size: 0.82em;

	float: left;
	width: 53.5%;

	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	/*padding: 0 25px;*/

}

/*.mediabox-left:after {
    border: solid transparent;
    border-color: transparent;
    border-left-color: rgba(60,175,230,0.77);
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 199px;
    top: 13.5%;
    margin-top: -2.5px;
}
*/


/* .negro{
	background: rgba(0,0,0,0.5);
	color: #fff;
}

  .blanco{
	background: rgba(255,255,255,0.5);
	color: #000;
}*/


.mediabox-left > ul 

{
	/*background: red;*/
margin-left:-15px;
}




.mediabox-right {
	/*background: green;*/


	float: right;
	width: 46.5%;
	
	height: 400px;
	text-align: center;
	vertical-align: middle;
	padding-top:170px;


		border-top-style:solid ;
	border-top-width:1px ;
	border-top-color:rgba(60,175,230,0.88) ;
	
		border-right-style:solid ;
	border-right-width:1px ;
	border-right-color:rgba(60,175,230,0.88) ;

		border-bottom-style:solid ;
	border-bottom-width:1px ;
	border-bottom-color:rgba(60,175,230,0.88) ;
	/*padding: 0 25px;*/
}




 
.buttonbox{
	width: auto;
	color: rgba(60,175,230,1) !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin: 5px 20px 0px 0px;
	outline: none;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	/*border: none !important;*/
	background-color:rgba(255,255,255,1);
	border-color:rgba(60,175,230,1);
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.buttonbox:hover {	 
	background-color:rgba(60,175,230,1);
	color: rgba(255,255,255,1) !important;
}

.mediabox {
	background: green;


	float: left;
	width: 33%;
	/*padding: 0 25px;*/
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	/*margin: 0.75em 0 0.5em;*/
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs nav a span {
		/*display: none;*/
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
}