/*
	Theme Name: The_Light
	Theme URI: http://www.thelight.cl
	Description: The_Light WordPress Theme
	Version: 1.0
	Author: TheLight Medias & grafics
	Author URI: http://www.thelight.cl
	Tags: Blank, HTML5, CSS3, Materialize

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4 'Calling', Helvetica, Arial, sans-serif;
	color:#484ab3;
	background-color: #f9f7ee ;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#484ab3;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.etiqueta {
	border-bottom: 2px solid #484ab3;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.container {
	max-width: none;
    width: 95% !important;
}
/* header */
.header {
	padding: 30px 0;
    border-bottom: 6px solid;
    margin-bottom: 50px;
}
.header .col {
	margin-bottom: 30px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Basier';
}
h5 {
	font-size: 1.4rem !important;
}
.mono {
	font-family: 'Calling', Helvetica, Arial, sans-serif !important;
}
.nombre{
	width:18%; 
	display:inline-flex; 
	font-size:54px; 
	font-weight:bold; 
	font-family: 'Basier';
	line-height: 52px;
}
.nombre:hover {
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #484ab3;
    -webkit-text-stroke-width: 0.16rem;
}
.row .col {
	padding: 0 0.9rem;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}


.embed-container {
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*filtro*/

@media (max-width: 575.98px) { 

}

#filtro {
	background-color: #f9f7ee;
    margin-bottom: 50px;
    padding-bottom: 40px;
	z-index: 999;
	display: block;
}
#filtro .searchandfilter, .searchandfilter ul {
	width: 100%;
	display: inline-block;
}

#filtro ul li {
	float: left;
}

@media (max-width: 575.98px) {

}

@media (min-width: 768px) {
#filtro ul li {
	max-width: 50%;
	min-width: 10%;
}
}
	
#filtro select {
	font-size: 14px;
    color: #484ab3;
    border: 2px solid #484AC5;
    border-radius: 0;
    background: #f9f7ee;
    display: inline;
    height: 120px;
}

@media (max-width: 600px) {
   #filtro select {
    height: 40px;
}
	.searchandfilter h4 {
		margin-top: 20px;
	}
	
	#filtro .sf-field-submit input {
		height: 30px!important;
	}
	#filtro .sf-field-reset input {
		height: 30px!important;
	}
	#filtro .sf-field-search input[type=text] {
		    height: 35px;
	}
	#search-filter-form-794 > ul > li.sf-field-sort_order.col.s12.m6.l3 > label > select {
		margin-top: 20px!important;
	}

}

#filtro select option:checked {
    background: #484ab3;
    color: #f9f7ee;
}
#filtro label {
    width: 100%;
}
/* label color */
#filtro .sf-field-search label {
	color: #484AC5 !important;
}
/* label focus color */
#filtro .sf-field-search input[type=text]:focus + label {
	color: #484AC5 !important;
}
/* label underline focus color */
#filtro .sf-field-search input[type=text] {
	border: 2px solid #484AC5;
	box-shadow: 0 0 0 0 #484AC5;
	font-size: 14px;
	color: #484AC5 !important;
	box-sizing: border-box;
}

#filtro .sf-field-search input[type=text]:focus {
	border: 1px solid #484AC5;
	box-shadow: 0 0 0 0 #484AC5;
}
/* valid color */
#filtro .sf-field-search input[type=text].valid {
	border: 2px solid #484AC5;
	box-shadow: 0 0 0 0 #484AC5;
}
/* invalid color */
#filtro .sf-field-search input[type=text].invalid {
	border: 2px solid #484AC5;
	box-shadow: 0 0 0 0 #484AC5;
}
/* icon prefix focus color */
#filtro .sf-field-search .prefix.active {
	color: #484AC5;
}
#filtro .sf-field-submit input {
	width: 100%;
	background: #484ab3;
    color: #f9f7ee;
    font-weight: bold;
    border: 0;
    height: 25px;
    margin: 10px 0 0;
}

#filtro .sf-field-reset input {
	width: 100%;
	background: #f9f7ef !important;
	color: #484ab3;
	font-weight: bold;
	border: 2px solid #484ab3;
	height: 25px;
    margin: 10px 0 0;
}

/*filtro-2*/
#filtro-2 {
    margin-bottom: 50px;
    padding-bottom: 40px;
}
#filtro-2 .searchandfilter, .searchandfilter ul {
	width: 100%;
	display: inline-block;
}

@media (min-width: 768px) {
#filtro-2 ul li {
	max-width: 25%;
	min-width: 23%;
	float: left;
}
}

#filtro-2 label {
    width: 100%;
}
/* label color */
#filtro-2 .sf-field-search label {
	color: #484AC5 !important;
}
/* label focus color */
#filtro-2 .sf-field-search input[type=text]:focus + label {
	color: #484AC5 !important;
}
/* label underline focus color */
#filtro-2 .sf-field-search input[type=text] {
	border: 2px solid #484AC5;
	box-shadow: 0 0 0 0 #484AC5;
	font-size: 14px;
	color: #484AC5 !important;
	padding-left: 10px;
}

#filtro-2 .sf-field-search input[type=text]:focus {
	border: 1px solid #484AC5;
	box-shadow: 0 0 0 0 #484AC5;
}
/* valid color */
#filtro-2 .sf-field-search input[type=text].valid {
	border: 2px solid #484AC5;
	box-shadow: 0 0 0 0 #484AC5;
}
/* invalid color */
#filtro-2 .sf-field-search input[type=text].invalid {
	border: 2px solid #484AC5;
	box-shadow: 0 0 0 0 #484AC5;
}
/* icon prefix focus color */
#filtro-2 .sf-field-search .prefix.active {
	color: #484AC5;
}
#filtro-2 input[type=submit] {
	background: #484ab3;
    color: #f9f7ee;
    font-weight: bold;
    border: 0;
    height: 25px;
    margin-top: 32px;
	margin-left: 15px;
}

.wp-pagenavi {
	padding: 30px 0;
}
.wp-pagenavi span.current {
	background: #484ab3;
	color: #f9f7ee;
}
.wp-pagenavi a, .wp-pagenavi span.current {
	border-color: #484ab3;
	padding: 3px 7px;
	margin: 4px;
}
.wp-pagenavi a:hover {
	border-color: #484ab3;
	border-width: 2px;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer, #related-articles {
	padding: 40px 0;
    border-top: 6px solid;
    margin-top: 50px;
}
.footer img {
	height: auto !important;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* HOME */

.item-wrapper{
	border: 4px solid #484ab3; 
	width:100%;
	padding-bottom: 70%;
}
#simbologia .item-wrapper{
	border: 4px solid #484ab3; 
	width:40px;
	padding-bottom: 24px;
}
.item{
	display:inline-flex; 
	overflow:hidden; 
	margin-bottom: 1.8rem;
}
.item a.absolute {
	width: 100%;
    padding-bottom: 70%;
    display: inline-block;
    z-index: 6;
}
.titulo{
	top: 0; 
	left:0; 
	padding: 0 10px 10px 10px;
	font-weight:bolder;
	z-index: 5;
}
#simbologia h5 {
	float: left;
}
#simbologia span {
	float: right;
}
#simbologia .simb-item {
	width: 100%;
    display: inline-block;
}
.documento .item-wrapper, #simbologia .documento .item-wrapper {
	border:0;
}

.documento .titulo {
	width: calc(100% - 10px);
    transition: all 0.3s linear;
}
.documento .over {
	padding-bottom: calc(70% - 12px);
    margin: 0 10px 10px 0;
    border: 1px solid #484ab3;
    background: #f9f7ee;
    width: calc(100% - 10px);
    transition: all 0.3s linear;
}
#simbologia .documento .over {
	padding-bottom: calc(30px - 6px);
	margin: 0 5px 5px 0;
}
.documento .shadow {
	padding-bottom: calc(70% - 12px);
    margin: 10px 0 0 10px;
    width: calc(100% - 10px);
    background: #484ab3;
    transition: all 0.3s linear;
}
#simbologia .documento .shadow {
	padding-bottom: calc(30px - 4px);
	margin: 5px 0 0 5px;
}
#related-articles {
	margin-top: 60px;
    display: inline-block;
    width: 100%;
}
.documento .item-wrapper:hover .titulo h5, .documento .item-wrapper:hover .titulo h4, .vid .item-wrapper:hover h4, .vid .item-wrapper:hover h5, .bio .item-wrapper:hover h4, .bio .item-wrapper:hover h5 {
	color: #f9f7ee;
}
.documento .item-wrapper:hover .shadow {
	border: 1px solid #484ab3;
    background: #f9f7ee;
}
.documento .item-wrapper:hover .over {
	background: #484ab3;
	border:none;
}
.vid .item-wrapper, .bio .item-wrapper {
	border:0;
}
#simbologia .vid .item-wrapper {
	border: none;
    background: #484ab3;
    opacity: .5;
}
.play {
	bottom: 10px;
	right: 10px;
}
.vid .image-wrapper, .vid .image, .bio .image-wrapper, .bio .image  {
	width: 100%;
    height: 100%;
}
.vid .image-wrapper {
	transition: all 0.3s linear;
} 

.bio .image-wrapper {
	background-color: #f9f7ee;
	opacity: .7;
	transition: all 0.3s linear;
}
.vid .image {
    background-color: #484ab3;
    opacity: .2;
    transition: all 0.3s linear;
    mix-blend-mode: multiply;
}
.bio .image {
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s linear;
	/*
    mix-blend-mode: screen;
*/
}
.bio .image-wrapper::after {
	background-color: #484ab3;
	mix-blend-mode: screen;
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.vid .item-wrapper:hover .image-wrapper, .bio .item-wrapper:hover .image-wrapper {
	opacity: 1;
}
.vid .item-wrapper:hover .image-wrapper .image, .bio .item-wrapper:hover .image-wrapper .image {
	mix-blend-mode: difference;
}
.vid .titulo h4, .vid .titulo h5, .bio .titulo h4, .bio .titulo h5 {
	transition: all 0.3s linear;
}
.glosario .item-wrapper{
	background-color: #484ab3; 
	border: none;
}
.glosario h5, .glosario h4 {
	color: #f9f7ee;
}

.line .item-wrapper {
	padding-bottom: calc(70% - 8px);
	background-color: #f9f7ee;
}


/*------------------------------------*\
    LINEA DE TIEMPO
\*------------------------------------*/

.lineatiempo{
	margin-bottom: 10px;
	margin-top: 10px;
	height: 360px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}
.linea-scroll {
	min-width: 2650px;
	position: relative;	
}
.linea-scroll ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 300px;
	border-top: 2px solid #484ab3;
}
.linea-scroll li {
	list-style: none;
	margin: 0 10px;
	padding: 0;
	float: left;
	position: relative;
	margin-top: -5px;
	height: 8px;
}
.pelotita {
	width: 8px;
	height: 0;
	padding-bottom: 8px;
	border-radius: 4px;
	background: #484ab3;
	cursor: pointer;
}
.pelotita2 {
	width: 10px;
	height: 0;
	padding-bottom: 10px;
	border-radius: 5px;
	background: #484ab3;
	margin-top: -5px;
	cursor: pointer;
}
ul.lista-linea {
	border-left: 2px solid #484ab3;
	height: 250px;
	margin-top: -302px;
	top: 55px;
	left: 3px;
	border-top: 0;
}
li.item-linea {
	margin-left: -6px;
	height: 10px;
	margin-bottom: 10px;
}
.anio-tag1 {
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	background: #484ab3;
	color: #f9f7ee;
	padding: 4px 5px 0 5px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: -18px;
}
.anio-tag2 {
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	padding: 4px 5px 0 5px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	position: absolute;
	top: -290px;
	left: -17px;
}
.qtip-default {
	width: 250px !important;
	font-size: 13px !important;
	line-height: 16px !important;
	color: inherit !important;
}
.qtip-anio {
	width: auto !important;;
	font-size: 13px !important;
	line-height: 16px !important;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 5px;
}
.qtip {
	background: none !important;
	border: none !important;
}
.qtip-content {
	padding: 0 !important;
}
.tool-content {
	display: none;
}
.tool-content .item {
	width: 100%;
}
.tool-content .item.vid {
	background: #f9f7ee;
}

/*------------------------------------*\
	COMPARTIR
\*------------------------------------*/

.mas i {
	line-height: 1px;
	position: relative;
	top: 6px;
}
.item.documento a.absolute:hover + .mas a, .item.documento a.hovericon  {
	color: #f9f7ee !important;
}
.mas, #related-articles .mas {
	margin-top: 20px;
	width: 20px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 7;
	cursor: pointer;
}
.single .mas {
	position: relative;
}
.mas .hovericon, #related-articles .mas .hovericon {
	position: absolute;
	left: 2px;
	bottom: 10px;
	z-index: -1;
	opacity: 0;
	font-size: 10px;
}
.single .mas .hovericon {
	font-size: 16px;
}
.mas:hover, #related-articles .mas:hover {
	width: 130px;
}
.single .mas:hover {
	width: 170px;
}
.mas a:hover {
	color: #444 !important;
}
.mas:hover .socicon-facebook, #related-articles .mas:hover .socicon-facebook {
  left: 20px;
  z-index: 1;
  opacity: 1;
}
.single .mas:hover .socicon-facebook {
  left: 25px;
}

.mas:hover .socicon-twitter, #related-articles .mas:hover .socicon-twitter  {
  left: 40px;
  z-index: 1;
  opacity: 1;
}
.single .mas:hover .socicon-twitter {
  left: 50px;
}

.mas:hover .socicon-googleplus, #related-articles .mas:hover .socicon-googleplus {
  left: 60px;
  z-index: 1;
  opacity: 1;
}
.single .mas:hover .socicon-googleplus {
  left: 75px;
}

.mas:hover .socicon-linkedin, #related-articles .mas:hover .socicon-linkedin {
  left: 80px;
  z-index: 1;
  opacity: 1;
}
.single .mas:hover .socicon-linkedin {
  left: 100px;
}

.mas:hover .socicon-whatsapp, #related-articles .mas:hover .socicon-whatsapp {
  left: 100px;
  z-index: 1;
  opacity: 1;
}
.single .mas:hover .socicon-whatsapp {
  left: 125px;
}

.mas:hover .socicon-mail, #related-articles .mas:hover .socicon-mail {
  left: 120px;
  z-index: 1;
  opacity: 1;
}
.single .mas:hover .socicon-mail{
  left: 150px;
}
.share {
	height: 20px;
	width: 100%;
	display: inline-block;
	z-index: 100;
	background-color: transparent;
} 
.share:hover {
	background-position-x: 0;
}
.transition {
	transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Basier';
	src:url('../fonts/basiercircle-bold-webfont.eot');
	src:url('../fonts/basiercircle-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/basiercircle-bold-webfont.woff') format('woff'),
		url('../fonts/basiercircle-bold-webfont.ttf') format('truetype'),
		url('../fonts/basiercircle-bold-webfont.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'Calling';
	src:url('../fonts/calling-code-regular.eot');
	src:url('../fonts/calling-code-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/calling-code-regular.woff') format('woff'),
		url('../fonts/calling-code-regular.ttf') format('truetype'),
		url('../fonts/calling-code-regular.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (max-width:480px) {
	h5 {
		font-size: 2.28rem !important;
	}
	.linea-tiempo h5 {
		font-size: 1.64rem !important;
	}
	.titulo {
		font-size: 18px;
	}
	.linea-tiempo .titulo {
		font-size: initial;
	}

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #484ab3 !important;
    color: #f9f7ee !important;
	text-shadow:none;
}
::-webkit-selection {
	background: #484ab3 !important;
    color: #f9f7ee !important;
	text-shadow:none;
}
::-moz-selection {
	background: #484ab3 !important;
    color: #f9f7ee !important;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/**
 * checkboxes
 */
#filtro .sf-field-tag ul {
	display: block;
	font-size: 14px;
	color: #484ab3;
	border: 2px solid #484AC5;
	border-radius: 0;
	background: #f9f7ee;
	height: 120px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

#filtro .sf-field-tag ul li {
	position: relative;
	width: auto;
	max-width: none;
	margin-bottom: 5px;
	overflow: hidden;
}

#filtro .sf-field-tag ul li label {
	appearance: button;
	position: relative;
    display: inline-block;
	padding: 5px;
	background: #f9f7ee;
	color: #484ab3;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	border: 0;
	height: 25px;
	border: solid 1px #484ab3;
}

#filtro .sf-field-tag ul li label::before {
	content: none;
}

#filtro .sf-field-tag ul li input[type="checkbox"] {
	position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

#filtro .sf-field-tag ul li input[type="checkbox"]:checked + label {
    background: #484ab3;
	color: #f9f7ee;
}

/**
 * seleccion
 */
#filtro-seleccion {
	width: 100%;	
}

#filtro-seleccion ul {
	display: block;
	font-size: 14px;
	color: #484ab3;
	padding-top: 5px;
	padding-bottom: 5px;
}

#filtro-seleccion ul li {
	position: relative;
	width: auto;
	max-width: none;
	min-width: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

#filtro-seleccion ul li label {
	appearance: button;
	position: relative;
    display: inline-block;
	padding: 5px 25px 5px 5px;
	background: #f9f7ee;
	color: #484ab3;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	border: 0;
	height: 25px;
	border: solid 1px #484ab3;
}

#filtro-seleccion ul li label::before {
	content: 'x';
	border: none;
	transform: none;
	top: 0.2em;
	right: 0;
	left: auto;
	bottom: 0;
}

#filtro-seleccion ul li input[type="checkbox"] {
	position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

#filtro-seleccion ul li input[type="checkbox"]:checked + label {
    background: #484ab3;
	color: #f9f7ee;
}

/*
 * filtro toggle
 */
#filtro-toggle {
	width: 100%;
	margin-bottom: 15px;
}

#filtro-toggle .col {
	width: 100%;
}

#filtro-toggle button {
	display: block;
	background-color: #d1d1e1;
	color: #484ab4;
	width:100%;
	padding: 5px 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	border: none;
	height: 40px;
}

#filtro-toggle button .material-icons {
	vertical-align: middle;
}

/**
 * 
 */
#grid .collapsible {
	width: 100%;
	border: none;
	box-shadow: none;
}


/** CAMBIOS HECHOS POR C EL 11 DE DICIEMBRE DEL 2020**/

#search-filter-form-794 > ul > li.sf-field-sort_order.col.s12.m6.l3 > label > select {
	height: 34px!important;
	margin-top: 1px;
}

#filtro .sf-field-submit input {
	margin: 0 0 12px 0!important;
}

#filtro .sf-field-reset input {
		margin: 0 0 12px 0!important;

}

#filtro .sf-field-search input[type=text] {
			margin: 0 0 13px 0!important;
	height: 34px;

}

li.sf-field-tag.col.s12.m6.l3 h4::after {
	
		content: " [ctrl (o ⌘) + click]";
	
}

