/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Definicion Variables Globales CSS - Colores */
:root {
    --main-bg-color: #fff;
    --topheader-bg-color: #000;	
    --header-bg-color: #78bc19;
	--content-bg-color: #fff;
	--section-bg-color: #1e6bcf;
	--contact-bg-color: #112435;
	--footer-bg-color: #000;
}

/********************************Fonts*****************************************/
@font-face {
  font-family: 'Candara';
  src: url('../css/fonts/Candara.otf');
}

@font-face {
  font-family: 'CandaraBold';
  src: url('../css/fonts/Candarab.otf');
}

@font-face {
  font-family: 'JosefinSans';
  src: url('../css/fonts/JosefinSans-Regular.ttf');
}

/* Global properties ======================================================== */
html, body {width:100%; height:100%; padding:0; margin:0;}

body { 
	font-family: 'PT Sans', sans-serif;
	font-size:1em; 
	line-height:0.9em;
	color:#000;
	position:relative;
	background-color: var(--main-bg-color);	
}

h1 { font-family: 'Roboto', sans-serif; font-size:2.0em; line-height:1.2em; font-weight:normal; margin-top:0px; padding-bottom:0px; margin-left:1px;}
h2 { font-family: 'Roboto', sans-serif; font-size:1.8em; line-height:1.2em; letter-spacing:0px; font-weight:400; margin-top:2px;}
h3 { font-family: 'Roboto', sans-serif; font-size:1.5em; line-height:1.2em; letter-spacing:0px; font-weight:400; }
h4 { font-family: 'Roboto', sans-serif; font-size:1.2em; line-height:1.2em; letter-spacing:0px; font-weight:normal;}

p, ul, li {	font-family: 'PT Sans', sans-serif; font-size:1em; line-height:0.9em; letter-spacing:0px; font-weight:lighter; margin-bottom:1.2em;}


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

a {text-decoration:none; cursor:pointer; color: #000;}
a:hover {text-decoration:none;}

a.link {cursor:pointer; color:#003399; text-decoration:underline;}
a.link:hover {text-decoration:none;  }

a.link2 {cursor:pointer; color:#0094d9; text-decoration:none; font-size:11px;}
a.link2:hover { text-decoration:underline; }

a.link3 {cursor:pointer; color:#0094d9; text-decoration:none;}
a.link3:hover { text-decoration:underline; }

a.link4 {cursor:pointer; color:#000000; text-decoration:underline;}
a.link4:hover {text-decoration:none; }

/*******************************Animaciones*************************************/



/*****************************************************************************/
.clear {clear:both; margin:0 auto; width:100%;}

.left {float:left;}
.right {float:right;}
.center {text-align:center !important;}

.hidden { width: 0px; height:0px; margin:0; overflow:hidden;}
.wrapper {width:1200px; margin:0 auto; background-color:transparent; overflow:hidden;}

.rounded {
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

/*********************************header*************************************/
header {position: fixed; width:100%; height:160px; top:0; overflow:hidden; background-color: var(--header-bg-color); border-bottom:5px solid #bed52d; z-index: 5000;}
.header_wrapper { width:100%; margin:0 auto; z-index:99; position:relative;}

.head_top { width: 100%; height: 50px; background-color: var(--topheader-bg-color); overflow:hidden; margin: 0; color:#fff;}
.head_top p { float:right; text-align:right; width:230px; font-size:1.5em; line-height:1.2em; margin: 10px 30px; padding:0;}
.head_top span { font-family: 'JosefinSans'; color: #fff; font-weight: bold; font-size:1em; margin:10px auto;}
.head_top img { float:left;}

.head_redes { width: 500px; height: 50px; overflow:hidden; margin: 5px 30px; float:left; }
.head_redes ul { width:auto; margin: 0px auto; display: table; float:left; }
.head_redes li { float: left; margin-left: 5px !important; display:block; width:30px; height:50px; background-color: var(--topheader-bg-color); text-align:center;}
.head_redes i {font-size:1.6em; color:#fff; line-height:1.6em; }

.logo { width:450px; padding:0px 0; margin: 10px 30px; text-align:center; clear:both; float:left; overflow:hidden;}
.logo img {height:90px; margin: 0; float:left;}
.logo span {line-height:90px; margin: 0; float:right; font-family: "Times New Roman", Times, serif; font-size: 2em; font-weight:bold;}

/*********************************banner*************************************/
#banner {
	position: relative;
	width:100%;
	margin:0 auto 0;
	padding:80px 0 0;
	overflow:hidden;
	background:#000 url(../images/bgcolor.jpg);
}

#banner_wrapper {
	position: relative;
    max-width: 1920px;
    height: 510px;
	border: 0px solid transparent;
	padding: 0 0 0 0;
	margin:0 auto;
	z-index: 40;
	overflow: hidden;
}

#slides {position: relative; width: 100%; text-align:center; margin:0 auto;}
#slides .scrollable { *zoom: 1; position: relative; top: 0; left: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; height: 100%; }
#slides .scrollable:after { content: ""; display: table; clear: both; }
#slides .slides-container { display: none; }
#slides a div{ position:absolute; width: 800px; height: 70px; bottom: 50px; left: 50px;
	font-size: 1.4em; padding: 10px 15px 15px 15px; line-height: 25px; 
	background-image:url(../images/bg_label.png); color:#fff;}
	
#slides a div h2 {font-size:1.8em;}
#slides a div h3 {font-size:1.3em;}
#slides a div h2, #slides a div h3 , #slides a div p {color:#fff; text-align:left;}
#slides a div .price {position:absolute; bottom:10px; right:20px; color:#baa360; font-size:2em; } 

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}

/*********************************menu*************************************/
.sf-menubt {visibility: hidden;}
.menu_main {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 1em;	
	width: 650px;
	position: relative;
	text-align:left;
	display: table;
	float: right;
	margin-right: 30px;
	top: 0px;
}

.menu_main ul {
	width:100%;
	margin: 30px auto;
	display: block;
	padding: 0;
}

.menu_main li {
	float: left;
	margin: 0 5px;
	padding: 10px 5px;
}

.menu_main a {
	padding: 10px 5px;
	line-height:2em;
	width: 100%;
	color: #fff;
}

.menu_main a:hover {
	color: #fff;
}

.menu_main .active {
	color: #fff;
}

/*********************************content*************************************/	
#content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	display: table;
	background-color: var(content-bg-color);
	padding-bottom: 20px;	
}

/**************************COLUMNAS******************************/
.col-1{
	width: 1200px;
	margin: 0 auto;
}
.col-2{
	width: 580px;
	float: left;
	margin: 0 10px;
}
.col-3{
	width: 380px;
	float: left;
	margin: 0 10px;
}
.col-4{
	width: 280px;
	float: left;
	margin: 0 10px;
}
.col3-2{
	width: 780px;
	float: left;
	margin: 0 10px;
}
.col4-3{
	width: 880px;
	float: left;
	margin: 0 10px;
}

/**************************contenido content_main*************************/
#content_main {
	width: 100%;
	min-height: 420px;
	position: relative;
	padding: 20px;
	margin: 0 auto;
	background-color:#fff;
	overflow:hidden;
	float: left;
	list-style:none !important;
	font-size:0.9em;
}

#content_main  h1 {
	font-weight:bolder;
	color:#222;
	font-size:1.8em;
	text-transform: uppercase;
	text-align: center;
}

#content_main  h2 {
	font-weight:bolder;
	color:#222;
	font-size:1.4em;
	line-height: 1.4em;	
}

#content_main  h3 {
	font-weight:bold;
	color:#222;
	font-size:1.2em;
	text-transform: uppercase;	
	line-height: 1.4em;	
}

#content_main  span { color:#fcbf00; }

#content_main  p, #content_main ul{
	font-size:1em;
	line-height:1.5em;
	color:#222;
	text-align: justify;
	list-style:none;
	margin-bottom: 1em;
}

#content_main img {
	margin: 10px auto;
	width: 800px;
}

#content_main table {
	border: 1px solid #666;
	border-collapse: collapse;
	width: 80%;
	margin: 10px auto;
}

#content_main td, #content_main th{
	border: 1px solid #666;
	padding:3px;
}

#content_main td > ul {list-style: disc outside; padding:0; margin-left:20px;}

#content_main .link_content {font-weight:bold; font-style: italic; color: #990000; line-height:24px; margin-bottom:10px !important;} 
#content_main .link_content > img {width:24px !important; margin:0 !important;}

/**************************company*************************/
#company {
	list-style:none !important;
	font-size:1em;
	background-color: var(--section-bg-color);
	padding: 30px 0 30px 0;
	position: relative;
}

#company h1 {
	font-weight:bolder;
	color:#fff;
	font-size:2em;
	text-transform: uppercase;
	text-align: center;
}

#company h2 {
	font-weight:normal;
	color:#666;
	font-size:1.5em;
	line-height:1.5em;
	min-height: 2em;
}

#company h3 {
	font-weight:bold;
	color:#fcbf00;
	font-size:1em;
	line-height:1.2em;
}

#company img {
	float: right;
	width: 40%;
	height: auto;
	margin-left:20px;
}

#company p, #company ul {
	font-size:1em;
	line-height:1.4em;
	color:#fff;
	text-align: left;
	list-style: none;
	padding:0;
}

#company li {margin: 0 10px; float:left; width:100%;}
#company li  .ico{margin: 4px 10px 0 0; float:left;}
#company dd {padding:0; margin:0; font-size:0.9em; color:#fff; line-height:2em; width:100%;}
#company dd > span { float: right; margin-right:10px;}

#ide_empres { display:table; width: 99%; padding-top:30px !important;}
#ide_empres li{ width: 29%; min-height:460px; float:left; margin: 0 1%; padding:1%; text-align:center; background-color:#68c6ec;}
#ide_empres li img{ width: 100%; margin:5px auto; }
#ide_empres li h2 { line-height:2em; color:#0e6286}

#ide_produc { display:table; width: 100%;}
#ide_produc li{ width: 21%; float:left; margin: 0 2%; text-align:center; cursor:pointer;}
#ide_produc li img{ width: 80%; margin:5px auto;
	border:3px solid var(--section-bg-color);
 	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%; }
#ide_produc li h2 { line-height:1.1em; color:var(--section-bg-color);}

.view_info {background-color:var(--content-bg-color); width:98%; padding:20px; display:table;}
.view_info img { width:45% !important; float:right; margin: 0 0 20px 20px !important; }
.view_info ul { list-style:disc inside !important; 	color:#222 !important;}
.view_info p, .view_info li {
	font-size:1em;
	line-height:1.5em !important;
	color:#222 !important;
	text-align: justify;
	margin-right:20px !important;
}
/**************************value*************************/
#value {
	height:200px;
	list-style:none !important;
	background:url(../images/bg_value.jpg) 0 0 no-repeat;	
	position: relative;
	color: #fff;
}

.value li {margin: 35px 1%; float:left; width:31%; text-align:left; }

.value li img {width:80px; margin:25px 10px; float:left;}

.value h3 { width:70%; font-size:1.5em; float: left; text-align:left; padding: 0px; }

.value p, .value span  {
	width:72%;
	color:#fff;
	font-size:0.9em;
	line-height:1.4em;
	text-align:left;
	float:right;
	margin: 5px 0;
	padding: 0px;
}

/**************************descargas*************************/
#download {
	list-style:none !important;
	font-size:1em;
	position: relative;
	text-align:center !important;
}

#download li {margin: 2%; float:left; width:28%; text-align:center;}

#download li img {width:50%; margin:10px 25%; clear:both;}

#download p, #download span  {
	font-weight:bold;
	color:#666;
	font-size:1em;
	line-height:1.2em;
	text-align:center;
	clear:both;
}
/**************************empresa*************************/

#nav_empresa {
	font-family: 'JosefinSans', sans-serif;
	font-weight: bold;
	font-size: 1em;	
	width: 300px;
	position: static;
	text-align:left;
	display: table;
	background-color: var(--section-bg-color);
	float: left;
	margin-right: 20px;
	top: 0px;
}

#nav_empresa ul {
	width:100%;
	margin: 20px auto;
	display: table;
	padding: 0;
}

#nav_empresa li {
	display:block;
	float: none;
	margin: 0 5px;
	padding: 10px 5px;
	width: 100%;
}

#nav_empresa a {
	padding: 10px 5px;
	line-height:2em;
	width: 100%;
	color: #fff;
}

#nav_empresa a:hover {
	color: #106fb8 !important;
}

#nav_empresa .active {
	color: #106fb8;
}


#content_empresa {
	width: 840px;
	min-height: 420px;
	position: relative;
	padding: 20px;
	margin: 0 auto;
	background-color:#fff;
	overflow:hidden;
	float: right;
	list-style:none !important;
	font-size:0.9em;
}

/****************************contact************************/
#contacto {
	font-size:1em;
	background-color: var(--contact-bg-color);
	padding: 30px 0 30px 0;
	color: #fff;
}

#contact_wrapper {
	width: 1200px;
	margin: 0 auto;
	font-size: 1em;
}

#contacto h1 {
	font-weight:bolder;
	color:#fff;
	font-size:2em;
	text-transform: uppercase;	
}

#contacto p, #contacto ul {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#contacto span { color:#fcbf00; }

#contacto li {
	line-height: 1.5em;
	margin: 0.6em 0;
}

#contacto li img{
	margin: 0 6px;
}

#form {
	margin: 10px auto;
	width:430px;
	height: 460px;
	border-left:3px solid #fff;
}

#form li {
	clear: both;
	margin: 0px 10px 10px 10px;
	display: inline-table;
	text-align: right;
}

#form input {
	border:#d7d7d7 1px solid;
	background:#ffffff;
	font-size:0.9em;
	width:380px;	
	height:18px;
	color:#150f0f;
	padding:10px 4px 10px 9px;
	outline: medium none;
	float:left;
}
#form textarea {
	border:#d7d7d7 1px solid;
	background:#ffffff;
	font-size:0.9em;
	color:#150f0f;
	height: 200px;
	outline: medium none;
	overflow: auto;
	padding: 10px 4px 10px 9px;
	width: 380px;
	resize:none;
	margin:0px 0 0 0;
	float:left;
}
#form label {
	color: #fff;	
	font-size: 1em;
	line-height: 1.4em;
	position:relative;
	display: inline-block;
}

#form .error, #form .empty {
	color: #F00;
	display: none;
	font-size: 11px;
	line-height:14px;
	float:left;
}

#form .error-empty {
	margin: 4px 0 5px 7px !important;
	display:none;
	float:left;
	width:150px;
}

#form .success {
	display:none;
}

.boton { background-color: #cd3c43 !important;
	padding:6px 40px 6px 40px !important;
	height: auto !important;
	width: auto !important;
	font-size:1em !important; color:#fff !important; border: 0 !important; float:right !important;
}

.text_contact{
	float:right;
	text-align:center;
}

.text_contact h1{
	font-family: 'Lovelo', sans-serif;
	font-size: 4em;
	margin:20px 0;
}
/****************************footer************************/
#footer {
	position:relative;
	width:100%;
	z-index:1005;
	margin-top:0px;
	background-color: var(--footer-bg-color);	
}

.footer_wrapper {
}

.footer_nav {
	width: 970px;
	padding-top: 10px;
	display: table;
	margin:0 auto;
}

.footer_nav .col-2{
	width: 480px;
	margin: 10px auto;
	color: #fff;
	text-align: left;
	float:left;
}

.footer_nav .col-4{
	width: 230px;
	margin: 10px auto;
	color: #fff;
	text-align: left;
	float: left;
}

.footer_nav p{
	font-size:1em; line-height:1.5em;
	font-weight: normal;
	margin: 0;
}

.footer_nav a{
	color:#fff;
}

.footer_nav ul, .footer_nav li{
	font-size:1em; line-height:1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style:none;
}

.footer_nav h2{
	font-weight:bolder;
	color:#fcbf00;
	font-size:1.2em;
	text-transform: uppercase;
}

.credits p{
	font-size: 0.8em;
	color: #dedede;
	text-align:center;
	margin: 20px 20px;
	float: right;
	clear:both;
}

.call { display: none;}

 /* Media quires for a responsive layout */

    /* For smartphones 	*/
    @media (min-width: 320px) and (max-width: 767px) {
		body{ width:100%; font-size:1em; margin:0 auto;}
		.left, .right {float:none;}
		header, .header {width:100%; height:auto; position:fixed; top:0;}
		.logo { width:100%; float:none; margin:10px 0; text-align:center;}
		.logo img { width:auto; height:50px; margin: 0 auto; float:none;}
		.logo span {font-size: 1.6em;}
		
		.head_top { height: auto;}
		.head_top p { display:none; }		
		
		.head_redes { width: 100%; height: 20px; margin:5px auto;}
		.head_redes ul { float:none;}
		.head_redes li { height: auto; } 
		.head_redes i {font-size:1.5em; color:#fff; line-height:1em; }
		
		#banner {width:auto; height: auto; padding: 0; margin-top: 70px;}
		#banner_wrapper { max-width:767px; width:auto; height: 250px; }			

		.sf-menubt {visibility: visible; text-align: left;}
		.nav_res a img {float:left; margin: 6px 10px;}
		#nav_main, .foot_nav {display:none;}
		.menu_main { width: 100%; height:auto; margin:10px auto 0; position: relative; text-align:center; top:0;  float: none; clear:both;}
		.menu_main ul { width:100%;font-size: 1em; color:#fff; margin:0; padding:0;}
		.menu_main li { float: none; margin: 0; padding:5px; background-color: var(--header-bg-color); width: 100%; border-top:1px solid #fff;}
		.menu_main a { padding: 0; width: 100%; color: #fff; }
		.menu_main a:hover { color: #fff; }
		.menu_main .active { color: #fff; }
		
		.col-1, .col-2, .col-3, .col3-2 {width:98%; float:none; margin:0 auto;}
		
		#content, #content_wrapper, #sedes, #sedes_wrapper, .wrapper, #contacto, #company, #value, #contact_wrapper, #footer, .footer_nav {width:100% !important; overflow:hidden;}	
		#content_main { width: 90%; float: none; padding:5%; overflow:hidden;}
		
		#ide_produc { width:90%; display:table; margin:0 auto; overflow:hidden;}
		#ide_produc li { width:100%; display:cell; float:none; border-bottom: 1px solid var(--header-bg-color); padding: 5px 0%; margin:0 auto;}
		#ide_produc img { display:none; }
		
		#ide_empres li {width:99%; min-height:auto; height:auto; margin:10px auto;}

		#content_empresa {width:90%; margin:0; float:none;}
		#nav_empresa {width:100%;}
		.view_info {margin:0 !important; padding:0 !important;}
		.view_info p, .view_info li {margin-right:0 !important;}
		.view_info img { width:100% !important; float:none; margin: 10px auto !important; }		

		#company img { float: none; width: 100%; margin: 10px auto; }
		
		#value { height: auto; background:none; background-color:#0e6286;}
		.value li {margin: 10px 2%; width:94%; height:auto; clear:both; border-bottom:1px dotted #dedede; }
		.value li img {width:20%; margin:0 2%; float:left;}
		.value p, .value span .value h3 { width:75%; }
		
		#sedes { padding: 10px 0;}
		#form { width: 90%; border:0; margin:0 auto !important; padding:0; overflow:hidden;}
		#form textarea, #form input { width: 95%; min-width:95%;}
		
		.footer_nav .col-4 {width: 98%; margin:10px auto; float:none; clear:both;}
		.credits {padding-bottom: 120px !important;}
		.credits p{ font-size:0.6em;}
		
		.call { position: fixed; bottom:0; left:0; width:100%; height:50px; margin:0; background-color:#27ee30; color:#fff; z-index:6000;  visibility: visible; display:block !important; text-align:center;}
		.call h3 {color:#fff; font-size:1.2em; line-height:1.5em;}
		.call img { height:15px;} 
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
	/*
		body{ min-width:768px; font-size:0.8em; margin:0 auto;}
		.left, .right {float:none;}
		header {height:280px;}		
		.header_wrapper {width:768px;}
		.menu ul {font-size:0.9em;}
		.menu li { margin: 0 3px; min-width: 40px; }
		.banner_wrapper {width:768px;}
		.banner_slider {width:768px; height:336px;}
		.banner_slider .slides_container {min-height:336px;}
		.banner_slider .slides_container img{width:768px; height:336px;}
		.pagination { right:-80px;}			
		#content-wrapper{width:768px;}
		.content_main { width:768px; padding-top:0; font-size:1.1em;}
		.content_main .col-1 {width:768px;}
		.content_main .col-3 {width:330px;}
		.content_main .col-3 p, .content_main .col-3 ul{margin-top: 0px;}
		.contact {width:768px; clear:both; background:#fff url(../images/banner_spacer.png) center top no-repeat; padding: 2em 0;}
		.contact li {width:50%; float:left;}
		.footer_wrapper {width:768px;}
	*/
    }