﻿/*
Theme Name: Theme_value
Theme URI: 
Author: Andres Bello
Description: Tema diseñado para una tienda on-line
License: Private
Text Domain: apk
*/

/* Columns: 12, Gutter Width: 1.5, Breakpoints: 480 */

/*---------------------------------------------*/
/* COLUMNS */
/*---------------------------------------------*/
.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12
{
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col
{
	margin-left:1.5%;
}

.col:first-child
{
	margin-left: 0;
}

.span1
{
	width:6.958333333333333%;
}
.span2
{
	width:15.416666666666666%;
}
.span3
{
	width:23.875%;
}
.span4
{
	width:32.33333333333333%;
}
.span5
{
	width:40.791666666666664%;
}
.span6
{
	width:49.25%;
}
.span7
{
	width:57.70833333333333%;
}
.span8
{
	width:66.16666666666666%
}
.span9
{
	width:74.625%;
}
.span10
{
	width:83.08333333333333%;
}
.span11
{
	width:91.54166666666666%;
}
.span12
{
	width:100%;
	margin-left:0;
}

.cf
{
	zoom:1;
}

.cf:before,.cf:after
{
	content:"";
	display:table;
}
.cf:after
{
	clear:both;
}


/*---------------------------------------------*/
/* VARI-MIX */
/*---------------------------------------------*/

.border-box
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	 box-sizing:border-box
}

.reset-list
{
	margin:0;
	padding:0;
	list-style:none;
	background:0
}


/*---------------------------------------------*/
/* GENERAL */
/*---------------------------------------------*/
html
{
	font-size:62.5%;
	height:100%;
}
body
{
	font-family:'Lato',Helvetica,Arial,sans-serif;
	color:#000;
	font-size:15px;
	line-height:25px;
	    background-image: url('https://vriskr.com.co/wp-content/themes/theme_value/img/bk_index_value.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
:focus
{
	outline:0;
}
h1
{
	font-size:40px;
	font-weight:900;
	line-height:1em;
	text-align: left;
}

h2
{
	line-height: 1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    text-align: left;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h3
{
	font-size:20px;
	font-weight:700;
	line-height:1.4em;
	text-transform:uppercase;
}

h4
{
display: block;
font-size: 1.3em;
  -webkit-margin-before: .3em;
  -webkit-margin-after: .5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

h5
{
	font-size:15px;
	font-weight:900;
	line-height:1.4em;
}

h6
{
	font-size:15px;
	font-weight:700;
	line-height:1.4em;
	}

/*  ELEMENTS  */
p
{
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

a
{
	color:#000;
	text-decoration:none;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	-ms-transition:all .3s linear;
	transition:all .3s linear
}

a:hover
{
	text-decoration: none;
	color: #2682D4;
}

img
{
	display:inline-block;
	max-width:100%;
	height:auto
}

figure
{
	margin:0;
	padding:0;
}

pre
{
	padding:30px;
	background:#f2f2f2;
}

table {
    width: 100%;
    text-align: center;
    border: 1px solid;
    margin-top: 20px;
}

table th
{
	background:#f2f2f2;
	padding:10px;
	border-right:1px solid white;
}

table td
{
	border:solid 1px #000;
	padding:10px;
	background: #fff;
}

blockquote
{
	font-family: 'Merriweather',Georgia,'Times new roman',serif;
    font-style: italic;
    font-size: 1.2em;
    font-weight: bold;
    border-left: solid 3px #EAE8E8;
    border-right: solid 3px #EAE8E8;
    color: #86868C;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
    display: block;
    -webkit-margin-before: 2em;
    -webkit-margin-after: 2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

hr
{
	width:100%;
	margin:40px 0;
	height:1px;
	border:0;
	border-top:solid 1px #fff;
	clear:both;
}

/*   FLOAT AND COLS   */
.fl
{
	text-align: center;
}
.fr
{
	float:right;
}
.cf:before,.cf:after
{
	content:" ";
	display:table;
}
.cf:after
{
	clear:both;
}
.cf
{
	*zoom:1;
}
.cols
{
	text-align: center;
    margin-top: 40px;
}
.cols .col3
{
	float:left;
	width:30%;
	margin-right:5%;
	margin-bottom:50px;
}
.cols.col3:nth-child(3n)
{
	margin-right:0;
}
.cols.col3:nth-child(3n+4)
{
	clear:left;
}
.cols.col3x2
{
	float:right;
	width:65%;
	clear:right;
	margin-bottom:50px;
}
.cols.col4
{
	float:left;
	width:21.25%;
	margin-right:5%;
	margin-bottom:50px;
}
.cols.col4:nth-child(4n)
{
	margin-right:0;
}
.cols.col4:nth-child(4n+5)
{
	clear:left;
}
.cols:before,.cols:after
{
	content:" ";
	display:table;
}
.cols:after
{
	clear:both;
}
.cols
{
	*zoom:1;
}

/*   WORDPRESS CLASSES   */
.alignleft
{
	float:left;
	margin:0 25px 5px 0;
	max-width:50%;
}
.alignright
{
	float:right;
	margin:0 0 5px 25px;
	max-width:50%;
}
.alignnone
{
	display:block;
	margin:25px auto;
}
.wp-caption-text
{
	margin:0 0 10px 0;
	font-size:12px;
}
.wp-caption
{
	max-width:100%;
}

/*   LAYOUT   */

#global-container
{
	margin:0 auto;
	max-width:100%;
}


.global-padding
{
	margin: 0 auto;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
}

.global-padding_page
{
	max-width: 1024px;
	margin: 0 auto;
}

.global-padding_home
	{
    	text-align: center;
    	overflow: hidden;
    	margin-top: 0px;
	}

#portfolio-content
{
	width:65%;
	float:right;
}
#portfolio-info
{
	float:left;
	width:30%;
}
#main-content
{
	width:70%;
	float:left;
	text-align: left;
}
#main-content .full-width
{
	float:none;
	width:100%;
}
#sidebar
{
	float:right;
	width:25%;
}

/*---------------------------------------------*/
/* HEADER */
/*---------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

#main-header {
    width: 100%;
    height: 73px;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 4px solid #032d46;
}

#cabecera
{
	width: 100%;
    position: absolute;
    z-index: 999;
}

.col_iz_franja_cab
{
	width: 70%;
	height: 40px;
	float: left;
	border-bottom: 2px solid;
	border-color: #CFD1D4;
}

.col_der_franja_cab
{
	width: 30%;
	height: 40px;
	float: right;
	border-bottom: 2px solid;
	border-color: #BDBCBC;
}

#header-logo
{
    width: 430px;
    float: left;
    overflow: hidden;
    background-image: url('/wp/wp-content/themes/theme_quiminsa/img/backing_logo-03.svg');
    background-repeat: no-repeat;
    background-size: 300px;
    background-position-x: -10px;
    background-position-y: -22px;
}

#header-logo img
{
	margin: 0auto;
	width: 80%;
}

#header-logo h1
{
	margin:0;
	font-size:39px;
	line-height:40px;
	font-weight:900;
}
#header-logo h2
{
	font-size:18px;
	line-height:18px;
	font-weight:400;
}
#header-logo a
{
	color:#000;
}
#header-logo a:hover
{
	color:#c4331c;
	text-decoration:none;
}

/*   MENU   */


#open-search {
    position: relative;
    float: right;
    line-height: 75px;
    font-size: 1.3em;
    display: inline;
    color: #fff;
    background-color: #114980;
    background: rgb(86,86,86);
    background: -moz-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(34,34,32,1) 100%);
    background: -webkit-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(34,34,32,1) 100%);
    background: linear-gradient(to bottom, rgba(86,86,86,1) 0%,rgba(34,34,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#222220',GradientType=0 );
}

#open-search:hover, #open-search .open
{
	background: #09233C;
	text-decoration:none; 
}

.icon-search
{
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	color: #fff;
	padding: 10px 10px;
}

.icon-search:hover
{
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	color: #A9A6A6;
}

.col_iz_franja_cab ul
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
    font-size: 16px;
    width: 100%;
}

.col_iz_franja_cab ul li
{
	display: inline-block;
    padding: 5px;
    color: #000;
    margin-top: 3px;
}

.col_iz_franja_cab ul li:first-child:after
{
	content: "/";
	padding-left: 7px;
}

.col_iz_franja_cab ul li:last-child
{
	padding-left: 0px;
}

.col_iz_franja_cab ul li a
{
	color: #000;
}

.col_iz_franja_cab ul li a:hover
{
	color: red;
	text-decoration: none;
}
 
/* MENU RESPONSIVE*/

#nav-trigger
{
 display: none;
 text-align: center;
 width: 100%;
}

#nav-trigger span
{
 display: inline-block;
 width: 100%;
 padding-top: 7px;
 padding-bottom: 7px;
 border-top: 7px solid;
 border-top-color: #000;
 	font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 23px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+50,e6e6e6+100 */
  background: #eaeaea; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaeaea 0%, #ffffff 50%, #e6e6e6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(50%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eaeaea 0%,#ffffff 50%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eaeaea 0%,#ffffff 50%,#e6e6e6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eaeaea 0%,#ffffff 50%,#e6e6e6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eaeaea 0%,#ffffff 50%,#e6e6e6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
 color: #000;
 cursor: pointer;
 text-transform: uppercase;
}

#nav-trigger span:after
{
    display: none;
    background: url('/wp/wp-content/themes/ricardotorres_amk/images/nav.png') no-repeat center center;
    float: right;
    width: 40px;
    height: 40px;
    position: relative;
    opacity: .6;
}

#nav-trigger span:hover
{
    opacity: 1;
}

#nav-trigger span.open:after
 {
 opacity: 1;
}

#main-nav {
    max-width: 700px;
    display: inline;
    position: relative;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
    float: right;
}

#main-nav select
{
	display:none;
}

#main-nav ul, #main-nav li
{
	margin:0;
	padding:0;
	list-style:none;
	background:0;
}
#main-nav ul
{
	float:left;
}
#main-nav ul li {
    display: inline-block;
    color: #000;
    text-align: center;
}

#main-nav ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 73px;
    background: #032d46;
    padding-top: 30px;
    padding-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -4px;
    border-left: 1px solid #5B7AA9;
}

#main-nav ul li a:hover
{
	color: #fff;
	background: #024677;
}

/*
nav#nav-main li:last-child
{
 border-right: none;
}
*/

nav#nav-mobile 
{
 position: relative;
 display: none; 
 	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
}

nav#nav-mobile ul 
{
 display: none;
 list-style-type: none;
 position: absolute;
 left: 0;
 right: 0;
 margin-left: auto;
 margin-right: auto;
   -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
 text-align: center;
 background-color: #ddd;
}

nav#nav-mobile li 
{
 display: block;
 padding: 5px 0;
 margin: 0 5px;
 border-bottom: solid 1px #000;
}

nav#nav-mobile li:last-child 
{
 border-bottom: none; 
}

nav#nav-mobile a 
{
 display: block;
 color: #000;
 padding: 5px 30px;
 text-decoration: none;
}

nav#nav-mobile a:hover
{
 background-color: #aaa;
 color: #fff;
}

/* MENU RESPONSIVE - END*/

/*   SEARCH   */
#header-search
{
    background: rgba(168, 168, 168, 1);
    padding: 10px;
    top: 107px;
    right: 5px;
    position: absolute;
    z-index: 1000;
    text-align: center;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0px 0px 5px 5px;
}

#header-search input[type="text"]
{
	width:60%;
	border-radius: 5px;
	margin-right: 10px;
}


/*---------------------------------------------*/
/* WIDGETS, SIDEBAR AND COMPLEMENTS */
/*---------------------------------------------*/

/*   SIDEBAR   */
#sidebar
{
	font-size:13px;
	line-height:22px;
	margin-bottom:80px;
}

/*---------------------------------------------*/
/* LOGIN */
/*---------------------------------------------*/

div#tabbed-login-widget-2 {
    padding: 15px;
    color: white;
}

#login-register-password p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
}

#login-register-password p a {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    color: white;
}

#login-register-password p a:hover{
	color: #2682D4;
}


#login-register-password p strong {
    font-style: normal;
    font-weight: 400;
}

.usericon {
    float: left;
    clear: none;
    width: 50px;
    max-width: 25%;
    display: none;
}

.userinfo {
    float: left;
    clear: none;
    width: 100%;
    margin-bottom: 10px;
}

.userinfo p {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

#login-register-password h3 {
    border-bottom: 2px solid rgba(191, 173, 234, 0.8);
    margin-bottom: 5px !important;
    margin-top: 5px;
    padding-bottom: 5px !important;
    font-size: 18px;
    font-weight: 400;
}


h3.widget-title {
    display: none;
}

div#privatecontentlogin-3 {
    padding: 15px;
}

.PrivateContentLogin .pc_login_row label {
    width: 100% !important;
    padding-bottom: 1px !important;
    position: static !important;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    color: #fff;
}

.pc_login_remember_me small {
    position: relative;
    font-size: 14px;
    top: -1px;
    padding-left: 5px;
    display: inline;
    color: #fff;
}



/*---------------------------------------------*/
/* LOGIN - END */
/*---------------------------------------------*/

/*---------------------------------------------*/
/* STANDARD CONTENT */
/*---------------------------------------------*/

#container_blog_index
{
	background: rgba(17, 74, 129, 0.8);
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

#blog_index {
    overflow: hidden;
    width: 100%;
    float: right;
    background: rgba(17, 74, 129, 0.8);
    display: inline-block;
    margin-bottom: 30px;
}

.article_resume {
    display: table;
    margin: 0 auto;
    /* padding-top: 20px; */
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-color: #fff;
    margin-top: 10px;
}


.article_resume figure a
{
	width: 20%;
	float: left;
	padding: 3px;
	border: 1px solid;
	border-color: #fff;
}

.article_resume figure a img
{
	width: 100%;
	margin-bottom: -7px;
}

.article_resume .blog-entry-header {
    width: 100%;
    color: #fff;
    line-height: 1.3em;
}

.article_resume .blog-entry-header a
{
	color: #fff;
}

.article_resume .article-intro {
    color: #E0E2E4;
    margin-top: 20px;
    line-height: 1.3em;
}

small {
    /* font-size: 80%; */
    width: 100%;
    display: block;
    margin-top: 10px;
}

.article_resume a.more-link {
    display: block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

.cuadro_indicadores
{
width: 35%;
height: 500px;
float: right;
}

#main-content
{
	margin-bottom:80px;
}

#main-content .homepage-content
{
	max-width: 1140;
	margin-top:60px;
	margin-bottom:40px;
}
#main-content .article-intro
{
	font-size:19px;
	line-height:28px;
	font-weight:300;
	border-top:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
	margin-bottom:25px;
	margin-top:25px;
}
#main-content .article-intro:first-child
{
	margin-top:0;
}
#main-content .blog-entry-header
{
	margin-bottom:35px;
	border-left:4px solid #c4331c;
	margin-left:-70px;
	padding-left:66px;
}
#main-content .blog-entry-header .entry-date
{
	font-size:12px;
}

#main-content .blog-entry-header h2
{
	margin:0;
	font-size:32px;
}
#main-content .blog-entry-header h2 a:hover
{
	text-decoration:none;
}
#main-content .resume
{
}
#main-content .article .more-link
{
	font-weight:900;
	text-transform:uppercase;
}
#main-content .article ul
{
	margin:25px 0;
	padding-left:0;
}
#main-content .article ul li
{
    padding-left: 0em;
    margin-left: 30px;
    text-align: justify;
}
#main-content .article ul li::before
{
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
	font-size:.8em;
}
#main-content .article ul ul
{
	margin:0;
}
#main-content .article ul ul li::before
{
	content:'\F101';
	font-size:1em;
}
#main-content .article ul ol
{
	list-style-type:lower-alpha;
}
#main-content .article ol
{
	margin:25px 0;
}
#main-content .article ol ul, #main-content.article ol ol
{
	margin:0;
}
#main-content .article ol li
{
	margin:15px 0;
}
#main-content .article ol ol
{
	list-style-type:lower-alpha;
}
#main-content .article .share-post
{
	margin-top:50px;
	font-size:12px;
}
#main-content .article .share-post span
{
	font-size:1.3em;
	padding-right:3px;
}
#main-content .article .share-post span.facebook-logo
{
	color:#3b5998;
}
#main-content .article .share-post span.twitter-logo
{
	color:#00acee;
}
#main-content.article .share-post span.googleplus-logo
{
	color:#db4a39;
}
#main-content .article .share-post a
{
	padding:0 0 0 10px;
	color:#666;
}
#main-content .article .share-post a:hover
{
	text-decoration:none;
	color:#c4331c;
}
#main-content .article .share-post a:hover span
{
	text-decoration:none;
}

#main-content.full-width
{
	float: none;
    width: 100%;
}

#main-content.posts-navigation
{
	background:#f2f2f2;
	padding:20px;
	margin:40px 0;
	font-size:13px;
}
#main-content.posts-navigation span
{
	padding:0 10px;
}
#main-content.archive-block
{
	margin-bottom:50px;
}
#main-content.page-links
{
	text-align:center;
	border-top:solid 1px #bfbfbf;
	margin-top:10px;
}
#main-content .page-links a,#main-content .page-links span
{
	padding:5px
}
#main-content .page-links a>span,#main-content.page-links span>span
{
	padding:0
}

/*   PAGE HEAD   */

#page-head {
    padding-top: 40px;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
    color: #FFF;
    border-bottom: 3px solid;
    border-color: #201E80;
    background: rgba(9, 41, 71, 0.8);
}

#page-head .small-heading
{
	padding-top:30px;
	padding-bottom:30px
}

#page-head .image-cover {
    position: absolute;
    background-image: url('http://www.duna.cl/media/2014/03/energia_empresas.jpg');
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-filter: "alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: .6;"); */
    filter: gray;
 }   

	#page-head h1
	{
		margin:0 auto;
		max-width: 1024px;
		color:#fff;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		z-index:2;
		position:relative
	}
	#page-head a
	{
		color:#fff;
	}
	#page-head.post-head.post-head-content
	{
		display:table;
	}
	#page-head.post-head.post-head-content h1
	{
		width:640px;
		display:table-cell;
		vertical-align:middle;
	}
	#page-head.post-head.post-head-content #blog-post-meta
	{
		position:relative;
		z-index:3;
		vertical-align:middle;
		display:table-cell;
		border-left:solid 1px white;
		border-left:solid 1px rgba(255,255,255,.3);
		padding-left:39px;
		font-size:12px;
	}
	#page-head.post-head .post-head-content #blog-post-meta i
	{
		padding-right:5px;
	}


	/*   HOMEPAGE   */
	#home-page-head
	{
    width: 100%;
    overflow: hidden;

	}

	#home-page-head .image_cover
	{
	  width:100%;
      height: 100%;
      margin: 50px auto;
	}

	.banner
	{
		margin: 0 auto;
		max-width: 1024px;
		text-align: right;
		position: relative;
	}

	.banner_mobile{
		display: none;
	}

	.banner figure {
    width: 450px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 25%;
}
	
	.banner figure img
	{
		width: 100%;
	}

	#primary
	{
		width: 90%;
		float: left;
	}


	#primary_productos, #primary_index
	{
		width: 100%;
		float: left;
		text-align: center;

	}


	#home-page-head .btn
	{
		position:relative;
		z-index:3;
		box-shadow:0 1px 3px rgba(0,0,0,.5);
	}
	#home-page-head h2
	{
		margin:0;
		color:#fff;
		z-index:2;
		position:relative;
		margin-bottom:20px;
		font-size:42px;
		text-transform:uppercase;
		text-shadow:0 1px 3px rgba(0,0,0,.5);
	}
	#home-page-head a
	{
		color:#fff;
	}
	#home-recent-projects
	{
		background:#f2f2f2;
		width:100%;
		position:relative;
		left:-50px;
		padding-top:60px;
		padding-bottom:20px;
    }
    #home-recent-projects h3
    {
    	margin:0 0 50px 0;
    	font-size:16px;
    }

	
	/*    COMMENTS    */

    #comments h3
    {
    	font-size:25px;
    	font-weight:900;
    	color:#c4331c;
    	text-transform:none;
    	margin:50px 0 0 0;
    }
    #comments #comments-list
    {
    	margin:0;
    	padding:0;
    	list-style:none;
    	background:0;
    	margin-top:50px;
    }
    #comments #comments-list li
    {
    	margin:0;
    	padding:0;
    	list-style:none;
    	background:0;
    	line-height:25px;
    }
    #comments #comments-list.children
    {
    	margin:0;
    	padding:0;
    	list-style:none;
    	background:0;
    	line-height:25px;
    	padding-left:39px;
    	border-left:solid 1px #d9d9d9;
    }
    #comments #comments-list.vcard
    {
    	line-height:20px;
    }
    #comments #comments-list.vcard img
    {
    	float:left;
    	margin-right:15px;
    }
    #comments #comments-list.reply
    {
    	margin-bottom:50px;
    }
    #comments #comments-list.reply a
    {
    	display:inline-block;
    	padding:5px 20px;
    	background:#f2f2f2;
    	color:#666;
    	font-size:12px;
    }
    #comments #comments-list.reply a:hover
    {
    	background:#c4331c;
    	color:#fff;
    	text-decoration:none;
    }
    #comments #commentform label
    {
    	display:block;
    }

    /*   PORTFOLIO   */
    .portfolio-archive .portfolio-item-resume
    {
    	 position: relative;
  		 background: #fff;
         border: 1px solid;
         border-color: #ccc;
         border-radius: 5px;
    }

    .portfolio-item-resume.col3 {
    	display: inline-block;
   		margin: auto 5px;
   		margin-top: 10px;
   		width: 29%;
    	padding: 5px;
	}

    .portfolio-archive .portfolio-item-resume .text
    {
    	position:absolute;
    	font-family: 'Oswald', sans-serif;
		font-weight: 300;
		text-align: left;
		color: #000;
		padding-left: 10px;
		margin-left: 10px;
		margin-top: 10px;
		border-left: 2px solid;
		border-color: red;
    	-webkit-transition:all .3s linear;
    	-moz-transition:all .3s linear;
    	-o-transition:all .3s linear;
    	-ms-transition:all .3s linear;
    	transition:all .3s linear;
    	-ms-filter:"alpha(Opacity=0)";
    	filter:alpha(opacity=0);
    	opacity:0;
    	z-index:2;
    }
    .portfolio-archive .portfolio-item-resume .text a
    {
    	color:#000;
    }
    .portfolio-archive .portfolio-item-resume .text a:hover
    {
    	-ms-filter:"alpha(Opacity=80)";
    	filter:alpha(opacity=80);
    	opacity:.8;
    	text-decoration:none;
    }
    .portfolio-archive .portfolio-item-resume .text h2
    {
    	font-size:18px;
    	margin:0;
    	text-transform:uppercase;
    	-webkit-transition:all .3s ease-out;
    	-moz-transition:all .3s ease-out;
    	-o-transition:all .3s ease-out;
    	-ms-transition:all .3s ease-out;
    	transition:all .3s ease-out;
    	margin-top:-20px;
    }
    .portfolio-archive .portfolio-item-resume .text .services
    {
    	font-size:12px;
    }
    .portfolio-archive .portfolio-item-resume img
    {
    	z-index:1;
    	display:block;
    	width:100%;
    	-webkit-transition:all .3s linear;
    	-moz-transition:all .3s linear;
    	-o-transition:all .3s linear;
    	-ms-transition:all .3s linear;
    	transition:all .3s linear;
    }
    .portfolio-archive .portfolio-item-resume:hover img
    {
    	-ms-filter:"alpha(Opacity=10)";
    	filter:alpha(opacity=10);
    	opacity:.1;
    	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 1 0\'/></filter></svg>#grayscale");
    	filter:gray;
    	-webkit-filter:grayscale(100%);
    }
    .portfolio-archive .portfolio-item-resume:hover .text
    {
    	-ms-filter:"alpha(Opacity=100)";
    	filter:alpha(opacity=100);
    	opacity:1;
    }
    .portfolio-archive .portfolio-item-resume:hover .text h2
    {
    	margin-top:0;
    }
    .portfolio-intro
    {
    	margin-bottom:50px;
    }
    .portfolio-filter
    {
    	background:#f2f2f2;
    	padding:30px;
    	margin:40px 0;
    	font-size:13px;
    }
    .portfolio-filter .loading
    {
    	-ms-filter:"alpha(Opacity=0)";
    	filter:alpha(opacity=0);
    	opacity:0;
    }
    .portfolio-filter ul, .portfolio-filter li
    {
    	margin:0;
    	padding:0;
    	list-style:none;
    	background:0;
    	display:inline;
    }
    .portfolio-filter li
    {
    	padding:0 10px;color:#808080;
    }
    .portfolio-filter li a
    {
    	color:#808080;
    }
    .portfolio-filter li a:hover
    {
    	color:#c4331c;
    	text-decoration:none;
    }.portfolio-filter li.current-cat
    {
    	color:#c4331c;
    }.portfolio-filter li.current-cat a
    {
    	color:#c4331c;
    }
    .article.type-proyectos .project-details
    {
    	background:#f2f2f2;
    	padding:30px;
    	margin:40px 0;
    }
    .article.type-proyectos .project-details p
    {
    	margin:10px 0;
    }
    .article.type-proyectos .project-details p.services a
    {
    	color:#666;
    }
    .article.type-proyectos .project-details h3
    {
    	margin-top:0;
    	margin-bottom:20px;
    	font-size:18px;
    	font-weight:900;
    	color:#c4331c;
    }
    .article.type-proyectos .posts-navigation
    {
    	font-size:15px;
    	background:transparent;
    	padding:20px 0;
    	border-top:solid 1px #f2f2f2;
    	border-bottom:solid 1px #f2f2f2;
    }
    .article.type-proyectos .posts-navigation strong
    {
    	display:block;
    }
    .article.type-proyectos .posts-navigation strong.next
    {
    	padding-top:15px
    }
    .article.type-proyectos .project-images :first-child
    {
    	margin-top:0;
    }
    .article.type-proyectos .project-images img
    {
    	margin:0 auto;
    }
    .article.type-proyectos .project-images figure
    {
    	margin:25px 0;
    }
    .article.type-proyectos .project-images figcaption
    {
    	margin:5px;
    	text-align:center;
    	font-style:italic;
    	font-size:12px;
    	line-height:17px;
    }

    /*---------------------------------------------*/
	/* CALIFICACION */
	/*---------------------------------------------*/

	.open_item_cal span{

		cursor: pointer;
	}

	.descripcion_item_cal {
    display: none;
    width: 90%;
    padding: 10px;
    border: 1px solid #9996CF;
    margin-top: 15px;
    background: #F6F8FD;
    margin-bottom: 15px;
}

	.descripcion_item_cal strong {
    display: inline-block;
    margin-left: 10px;
	}

	.descripcion_item_cal p {
    display: inline;
    font-weight: normal;
    }

    .item_descrip_vmore {
    width: 100%;
    text-align: center;
    background: #024476;
    border-radius: 5px;
    margin-top: 10px;
}

.item_descrip_vmore a {
    padding: 0 30px;
    color: white;
}

.item_descrip_vmore a:hover {

	color: #A0D1E6;
}

.calif_col_logo {
    width: 30%;
    border-radius: 5px;
    float: left;
    margin-top: 45px;
    margin-left: 10px;
}

.calif_col_logo img {
    border-radius: 5px;
    border: 1px solid #EAEBED;
}

.calif_col_info {
    width: 60%;
    float: right;
}

.graf_calif {
    text-align: center;
}

.graf_calif img {
    width: 60%;
    margin-bottom: 50px;
}
	/*---------------------------------------------*/
	/* CALIFICACION END */
	/*---------------------------------------------*/

    /*---------------------------------------------*/
	/* FOOTER */
	/*---------------------------------------------*/
    #main-footer {
    color: #fff;
    background-color: rgba(0, 5, 40, .9);
    font-size: 13px;
}

    #footer-bottom-area
    {
    	max-width: 1024px;
    	margin: 0 auto;
    	overflow: hidden;
    	display: block;
    	padding-top: 15px;
    	padding-bottom: 15px;
    	text-align: center;
    }

     #footer-bottom-area .footer_contacto {
    color: #fff;
    font-size: 13px;
    line-height: 1.5em;
    text-align: left;
    position: relative;
    float: right;
}

    #footer-bottom-area .footer-social {
    font-size: 25px;
    margin-right: 30px;
    float: left;
    right: 1px;
}

p.tit_siguenos {
    float: left;
    /* display: block; */
}

div#footer-bottom-area img {
    width: 150px;
}

div#footer-bottom-area p
{
	text-align: center;
}

.vigilado {
    display: inline-block;
}
    #footer-bottom-area .footer-social a
    {
    	padding-left:10px;
    	color: #635C5C;
    }
    #footer-bottom-area .footer-social a:hover
    {
    	color:#000;
    	text-decoration:none;
    }

    .footer_datos_area

    {
    	width: 100%;
    	overflow: hidden;
    	padding-top: 15px;
    	padding-bottom: 15px;
    	display: block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#024476+0,032f4a+100 */
background: rgb(2,68,118); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(2,68,118,1) 0%, rgba(3,47,74,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(2,68,118,1) 0%,rgba(3,47,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(2,68,118,1) 0%,rgba(3,47,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024476', endColorstr='#032f4a',GradientType=0 ); /* IE6-9 */
text-align: center;
    	line-height: 16px;
    }

    .footer_datos_area .fl:first-child {
    /* color: #000; */
    font-size: 1.3em;
    padding-bottom: 10px;
}
	
	#logos_footer
	{
		width: 100%;
		overflow: hidden;
		background-color: #ccc;
		margin: 0 auto;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.logo_f
	{
		width: 152px;
		height: 60px;
		margin: 0 auto;
		margin-left: 5px;
		margin-right: 5px;
		display: inline-block;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,f4f4f4+100 */
		background: rgb(254,254,254); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
		border-radius: 5px;
		border: 2px solid;
		border-color: #000;
	}

	.logo_f img
	{
		width: 80%;
		margin: 0 auto;
		margin-top: ;
	}

    /*---------------------------------------------*/
	/* FORM */
	/*---------------------------------------------*/

    /*---------------------------------------------*/
	/* FORM */
	/*---------------------------------------------*/

    input,textarea
    {
    	background:#fff;
    	border:1px solid #e6e6e6;
    	padding:10px;
    	-webkit-box-sizing:border-box;
    	-moz-box-sizing:border-box;
    	box-sizing:border-box;
    	-webkit-transition:all .3s linear;
    	-moz-transition:all .3s linear;
    	-o-transition:all .3s linear;
    	-ms-transition:all .3s linear;
    	transition:all .3s linear;
    	max-width:100%;color:#666;
    	font-size:13px;
    }

    input:focus,textarea:focus
    {
    	background:#fff;
    	border-color:#c4331c;
    }
    textarea
    {
    	width:100%;
    }
    input[type="submit"],input[type="button"],a.btn
    {
    	background: #B80006;
  		color: #fff;
  		font-weight: 700;
 		border: solid 1px #0D0D0C;
  		padding: 10px 20px;
  		border-radius: 5px;
  		display: inline-block;
    }
    input[type="submit"]:hover,input[type="button"]:hover,a.btn:hover
    {
    	background:#666;
    	border-color:#666;
    	text-decoration:none;
    }
    input[type="submit"].btn-big,input[type="button"].btn-big,a.btn.btn-big
    {
    	padding:15px 25px;
    }
    .wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="telephone"],.wpcf7 input[type="password"],.wpcf7 select
    {
    	width:100%;
    }
    .wpcf7 span.wpcf7-not-valid-tip
    {
    	position:static;
    	width:100%;
    	border:0;
    	color:red;
    }




    /*---------------------------------------------*/
	/* CONTENT STYLES */
	/*---------------------------------------------*/    

	.center
	{
		 max-width: 1024px;
 		 margin: 0 auto;
  		 text-align: left;
  		 padding-top: 0px;
	}

	.subtit_home {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-bottom: 20px;
    color: #033557;
}

.subtit_home.subtit_centrado
{
text-align: center;
}

	.subtit_home a
	{
		text-decoration: none;
		color: #000;
	}

	.subtit_home a:hover
	{
		text-decoration: none;
		color: #da0000;
	}

	.botones_home {
    max-width: 1024px;
    list-style: none;
    margin: 0px auto;
    padding: 0px 0px 30px 0px;
    position: relative;
}


	.botones_home .botones_home_li {
    width: 23%;
    height: 310px;
    overflow: hidden;
    display: inline-block;
    list-style: none;
    position: relative;
    margin: 5px;
    background: rgba(2, 70, 119, .8);
}

li.botones_home_sidebar {
    width: 25%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    float: right;
}

li.botones_sidebar{
	width: 100%;
}

.bot_home_sidebar, .login_home_sidebar {
    text-align: center;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 300;
    font-size: 1.2em;
    width: 90%;
    margin: 5px auto;
    padding: 10px;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    background: rgb(2,68,118);
    background: -moz-linear-gradient(top, rgba(2,68,118,1) 0%, rgba(3,47,74,1) 100%);
    background: -webkit-linear-gradient(top, rgba(2,68,118,1) 0%,rgba(3,47,74,1) 100%);
    background: linear-gradient(to bottom, rgba(2,68,118,1) 0%,rgba(3,47,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024476', endColorstr='#032f4a',GradientType=0 );
}

form#loginform a {
    color: #8EC7EF;
}

.login_home_sidebar input, textarea {
    border: 1px solid #e6e6e6;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
    /* text-align: left; */
}

.login_nopost{
	margin: 0 auto;
	width: 80%;
	max-width: 350px;
}

.bot_home_sidebar a{
	color: #C5D1EF;
}

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

  	.botones_home .botones_home_li:first-child, .botones_home .botones_home_li:nth-child(4)
  	{
  		margin-left: 0px;
  	}

  	.botones_home .botones_home_li:last-child, .botones_home .botones_home_li:nth-child(3)
  	{
  		margin-right: 0px;
  	}

	.botones_home .botones_home_li a
	{
 		 opacity: 1;
   }

	.botones_home .botones_home_li a:hover
    {
    	opacity: 0.7;
    }

   .botones_home .botones_home_li img
	{
 		 width: 100%;
 		 margin-bottom: -7px;
	}

	.botones_home .botones_home_li span {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    bottom: 0px;
    padding: 7px 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    float: left;
    background: rgba(3, 45, 70, .7);
}

.bot_home_descript p {
    position: relative;
    margin-top: 35px;
    padding: 10px;
    color: #fff;
    line-height: 1.4em;
}


.prensa, .prensa.internas {
    width: 67.6%;
    background: rgba(255, 255, 255, 0.71);
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.prensa.internas
{
	width: 100%;
	background: rgba(255, 255, 255, 1);
	padding-top: 5px;
}

.prensa ul {
    padding-left: 20px;
    color: rgb(76, 75, 75);
    font-weight: normal;
}

.prensa ul li strong {
    color: rgba(3,47,74,1);
    font-weight: bold;
}

.prensa ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #9996CF;
    text-align: justify;
}

.prensa ul li a{
 padding: 15px 0px;
}
	.botones_prod
	{
		width: 100%;
    	list-style: none;
    	margin: 0 auto;
    	padding-top: 0px;
    	padding-bottom: 0px;
    	padding-left: 0px;
    	position: relative;
	}

	.botones_prod li
	{
  	    width: 25%;
    	overflow: hidden;
   		display: inline-block;
    	list-style: none;
    	position: relative;
    	margin: 5px;
  	}

	.botones_prod li:first-child, .botones_prod li:nth-child(4)
  	{
  		margin-left: 0px;
  	}

  	.botones_prod li:last-child, .botones_prod li:nth-child(3)
  	{
  		margin-right: 0px;
  	}

	.botones_prod li a
	{
 		 opacity: 1;
   }

	.botones_prod li a:hover
    {
    	opacity: 0.7;
    }

   .botones_prod li img
	{
 		 width: 90%;
 		 margin: 0 auto;
 		 border-radius: 50%;
 		 border: 2px solid;
 		 border-color: #fff;
 		 box-shadow:-5px 5px 5px rgba(0,0,0,.5);
	}

	.botones_prod li span
	{
		width: 100%;
		height: 50px;
		 text-align: center;
    	 font-size: 25px;
   		 color: #114980;
   		 padding-top: 10px;
   		 padding-bottom: 10px;
   		 /* margin-right: 0px; */
   		 font-family: 'Oswald', sans-serif;
   		 font-weight: 300;
   		 float: left;
	}

	.botones_prod li span:hover
	{
		color: #000;
	}

	.botones_prod li .bot_home_descript
	{
		 height: 150px;
   		 margin-top: 40px;
   		 font-size: 1.2em;
   		 line-height: 1.4;
   		 font-family: 'Oswald', sans-serif;
   		 font-weight: 300;
   		 text-align: left;
   		 padding: 20px;
	}
	
	#section_quienes
	{
		width: 100%;
		padding-top: 60px;
		padding-bottom: 60px;
		background-color: #fff;
	}

	.quienes_cont
	{
		max-width: 1024px;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
	}

	.quienes_text
	{
		width: 60%;
		height: 300px;
		float: left;
	}

	.quienes_text p 
	{
    	text-align: justify;
    	font-size: 1.5em;
    	font-family: 'Oswald', sans-serif;
    	font-weight: 300;
    	line-height: 1.3em;
    	color: #444;
	}

	.quienes_map
	{
		width: 220px;
		height: 300px;
		background-image: url('/wp/wp-content/themes/theme_quiminsa/img/mapa_colombia_home.png');
		float: right;
	}


	.boton_sidebar {
    width: 100%;
    height: 40px;
    /* margin-top: 5px; */
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 0px;
    /* background-color: red; */
    background: rgb(46,163,242);
    background: -moz-linear-gradient(top, rgba(46,163,242,1) 0%, rgba(25,75,160,1) 51%, rgba(28,24,124,1) 52%, rgba(125,185,232,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,163,242,1)), color-stop(51%,rgba(25,75,160,1)), color-stop(52%,rgba(28,24,124,1)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(top, rgba(46,163,242,1) 0%,rgba(25,75,160,1) 51%,rgba(28,24,124,1) 52%,rgba(125,185,232,1) 100%);
    background: -o-linear-gradient(top, rgba(46,163,242,1) 0%,rgba(25,75,160,1) 51%,rgba(28,24,124,1) 52%,rgba(125,185,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(46,163,242,1) 0%,rgba(25,75,160,1) 51%,rgba(28,24,124,1) 52%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom, rgba(46,163,242,1) 0%,rgba(25,75,160,1) 51%,rgba(28,24,124,1) 52%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea3f2', endColorstr='#7db9e8',GradientType=0 );
    border-radius: 5px;
    border: 2px solid;
    border-color: #000E50;
    cursor: pointer;
}

	.boton_sidebar a
	{
	color: #fff;
    text-decoration: none;
    position: absolute;
    top: 5px;
    left: 40px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: 2px solid;
    border-color: #002A75;
	}


	.boton_sidebar:hover
	{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ea3f2+0,194ba0+12,1c187c+59,7db9e8+100 */
background: rgb(46,163,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(46,163,242,1) 0%, rgba(25,75,160,1) 12%, rgba(28,24,124,1) 59%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,163,242,1)), color-stop(12%,rgba(25,75,160,1)), color-stop(59%,rgba(28,24,124,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(46,163,242,1) 0%,rgba(25,75,160,1) 12%,rgba(28,24,124,1) 59%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(46,163,242,1) 0%,rgba(25,75,160,1) 12%,rgba(28,24,124,1) 59%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(46,163,242,1) 0%,rgba(25,75,160,1) 12%,rgba(28,24,124,1) 59%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(46,163,242,1) 0%,rgba(25,75,160,1) 12%,rgba(28,24,124,1) 59%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea3f2', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

	}

	.boton_sidebar:first-child
	{
		margin-top: 5px;
	}

	.boton_sidebar figure
	{
    width: 30px;
    height: 40px;
    position: absolute;
    left: 7px;
    top: 5px;
	}

	.boton_sidebar figure img
	{
		width: 90%;
	}

	.boton_sidebar .bk-flag
	{
	width: 70px;
    height: 100%;
    position: absolute;
    top: -2px;
    right: 0px;
    float: right;
    background-image: url('/wp/wp-content/themes/theme_discolpartes/img/bk_flag.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 92px;
	}

	.article_thumbnail
	{
  width: 40%;
  overflow: hidden;
  display: inline-block;
  list-style: none;
  position: relative;
  border: 1px solid #e8e4e3;
  background: #fff;
  padding: .5em;
  float: left;
  	}

  	.post_thumbnail
	{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    text-align: center;
	}

  	.page_thumbnail
  	{
  		 width: 40%;
 		 overflow: hidden;
 		 display: inline-block;
  		 list-style: none;
 		 position: relative;
 		 float: left;
  	}

  	.article_thumbnail img, .page_thumbnail img
	{
 		 width: 100%;
 		 margin-bottom: -5px;
	}

  	.article_content
  	{
  		width: 50%;
  		float: right;
  	}

  	.page_article_content
  	{
  		width: 100%;
  		overflow: hidden;
  		display: block;
  		margin-bottom: 50px;
  	}

.article_esp_tit {
  background-color: rgb(205, 22, 23);
  color: #fff;
  width: 300px;
  height: 35px;
  padding-top: 2px;
  padding-left: 15px;
  border-radius: 5px 5px 0px 0px;
  margin-top: 50px;
}

.article_espcecif {
  padding: 15px;
  border: 2px solid;
  border-color: #CD1617;
  border-radius: 0px 7px 7px 7px;
  background-color: #EFE4E4;
}

.article_columna_iz
{
	width: 47%;
	float: left;
}

.article_columna_der
{
	width: 47%;
	float: right;
}

  	.article_product_image
  	{
  		 width: 100%;
 		 overflow: hidden;
 		 display: block;
 		 margin-top: 20px;
 		 margin-bottom: 20px;
 		 margin: 0 auto;
  		 list-style: none;
 		 position: relative;
 		 border: 1px solid #e8e4e3;
         background: #fff;
         padding: .5em;
  	}

  	.article_product_image img

  	{
  		width: 100%;
  		margin-bottom: -5px;
  	}

  	.bot_pagos {
    text-align: right;
    margin-top: 30px;
	}

	.bot_pagos img {
    width: 30%;
}

.bot_pagos:hover {
    opacity: .8;
}

    /*---------------------------------------------*/
	/* 	SLIDER_NEWS */
	/*---------------------------------------------*/
.sldr_title {
    display: none;
}

.smooth_slider span {
    display: inline;
    overflow: hidden;
    margin: 10px auto;
    line-height: 18px;
}

.smooth_slider {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item {
    padding: 0 7px;
    display: none;
}
	/*---------------------------------------------*/
	/* 	SLIDER_NEWS */
	/*---------------------------------------------*/



    /*---------------------------------------------*/
	/* RESPONSIVE */
	/*---------------------------------------------*/

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

	#global-container, #main-header
	{ 
	}
	.global-padding
	{
		padding-left:40px;
		padding-right:40px;
	}

	#page-head,#home-page-head,#home-recent-projects
	{
	}
	#main-content .blog-entry-header
	{

	}
}

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

	#global-container,#main-header
	{ 
	}
	#page-head.post-head .post-head-content,#home-page-head.post-head .post-head-content
	{
		display:block;
	}#page-head.post-head .post-head-content h1,#home-page-head.post-head .post-head-content h1
	{
		width:auto;
		display:block;
	}
	#page-head.post-head .post-head-content #blog-post-meta,#home-page-head.post-head .post-head-content #blog-post-meta
	{
		margin-top:10px;
		padding-top:10px;
		display:block;
		border-left:0;
		border-top:solid 1px white;
		border-top:solid 1px rgba(255,255,255,.3);
		padding-left:0;
		font-size:12px;
	}
	#page-head.post-head .post-head-content #blog-post-meta div,#home-page-head.post-head .post-head-content #blog-post-meta div
	{
		display:inline;
		padding-right:10px;
	}
	#home-page-head h2
	{
		font-size:35px;
	}

	.portfolio-item-resume.col3 {
      width: 40%;
	}
}

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

html {
    margin-top: 0px !important;
}

#home-page-head
{
	margin-top: 30px;
}

#home-page-head .image_cover {
    margin: 0px auto;
}

#main-nav
	{
		display: none;
	}

 #nav-trigger 
 	{
 	display: block;
	}
nav#nav-main 
 	{
 	display: none; 
	}
nav#nav-mobile 
	 {
 	display: block; 
	}
	

	#main-header {
    /* height: 161px; */
    text-align: center;
    position: relative;
    z-index: 9999;
    top: 0px;
    left: 0px;
    padding-bottom: 3px;
}

	#header-logo {
    float: none;
    margin: 0 auto;
    width: 80%;
}

	#header-logo img
	{
 	 width: 100%;
	}

#open-search {
    line-height: 75px;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
}

	.article_thumbnail, .page_thumbnail, .article_content
	{
  width: 95%;
  margin: 0 auto;
  float: none;
  	}

  	.portfolio-item-resume.col3 {
      width: 90%;
      left: -10px;
	}

  	.article_thumbnail, .page_thumbnail
  	{
  		left:-5px;
  		margin-top: 50px;
  	}

  	.global-padding
	{
		padding-left:0px;
		padding-right:0px;
	}

	#main-content {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 0;
}

#primary {
    width: 100%;
    float: none;
}

	#main-content .full-width
{
	float: none;
	top: 200px;
    width: 100%;
}

.article_esp_tit {
  width: 230px;
  height: 35px;
  padding-left: 10px;
  margin-top: 30px;
}

.article_columna_iz, .article_columna_der
{
	margin-top: 30px;
	width: 90%;
	margin: 0 auto;
	float: none;
}

.page_article_content
{
	margin-top: 100px;
}

.botones_home
{
	    margin: 0px 15px;
	    padding: 0;
}

.botones_home .botones_home_li {
    width: 100%;
    height: 100%;
    display: inline-block;
    list-style: none;
    position: relative;
    margin: 15px auto;
    background: rgba(2, 70, 119, .8);
}

li.botones_home_sidebar {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    float: none;
}

#main-content .article .share-post {
	display: none;
}

.prensa.internas
{
	width: 90%;
}

.prensa, .prensa.internas {
    width: initial;
    background: rgba(255, 255, 255, 0.71);
    padding: 15px;
    margin: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.bot_home_sidebar, .login_home_sidebar {
    text-align: center;
    font-weight: 300;
    width: inherit;
        padding: 10px 0;
    margin: 5px auto;
}

#sidebar {
    float: none;
    width: 100%;
}

.calif_col_logo {
    width: 80%;
    border-radius: 5px;
    float: none;
    margin: 0 auto;
    margin-top: 25px;
    /* margin-left: 10px; */
}

.calif_col_info {
    width: 100%;
    float: none;
}

#page-head
{
	position: relative;
	margin-top: 33px;
	padding-top: 20px;
    padding-bottom: 15px;
}

#page-head h1 {
	padding: 0 10px;
	font-size: 2em;
	line-height: 1.3em;
}

.login_home_sidebar input, textarea {
	margin: 15px;
	margin-top: 0px;
	width: 90%;
}
.banner_mobile{
		display: block;
	}	

.banner{
		display: none;
	}		
}


