/*
Theme Name: Tercer Tribunal Ambiental – Child
Theme URI: https://3ta.cl
Author: SAARGO
Author URI: https://saargo.com
Description: Tercer Tribunal Ambiental
Template: visual-composer-starter
Version: 1.0
Text Domain: visual-composer-starter-child
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:500,500i,700,700i&display=swap');

@import url('fonts/fontawesome/fontawesome.min.css');

@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(fonts/fontawesome/brands/fa-brands-400.eot);src:url(fonts/fontawesome/brands/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(fonts/fontawesome/brands/fa-brands-400.woff2) format("woff2"),url(fonts/fontawesome/brands/fa-brands-400.woff) format("woff"),url(fonts/fontawesome/brands/fa-brands-400.ttf) format("truetype"),url(fonts/fontawesome/brands/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}



/* Fix width on small devices because of padding right from content*/
.container .content-wrapper, .container-fluid .content-wrapper {
	padding-right: inherit;
}


/* publicaciones */

.cards-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 2rem;
  }
  .card {
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: transform 0.2s;
	text-decoration: none;
	color: inherit;
  }
  .card:hover {
	transform: translateY(-5px);
  }
  .card img {
	width: 100%;
	height: 140px;
	object-fit: cover;
  }
  .card-content {
	padding: 1rem;
  }
  .card-content h3 {
	font-size: 1rem;
	margin: 0;
  }
  .publicaciones-grid {
	padding: 2rem 1rem;
	background: #f9f9f9;
  }

  .section-title {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 2rem;
  }


/* Transparencia */

.cards-container-transparency {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 2rem;
  }

  .informacion-grid-transparency {
	padding: 2rem 1rem;
	background: #f9f9f9;
  }

  .section-title-transparency{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 2rem;
  }
  
  .card-transparency {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 1rem;
	background: #fff;
	border-radius: 16px;
	text-align: center;
	text-decoration: none;
	color: #1f2937;
	box-shadow: 0 4px 16px rgba(0,0,0,0.48);
	transition: transform 0.2s ease;
	min-height: 240px;
  }
  
  .card-transparency:hover {
	transform: translateY(-6px);
  }
  
  .card-inner-transparency {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  .icono-card-transparency {
	margin-bottom: 1rem;
  }
  
  .icono-card-transparency i {
	width: 72px;
	height: 72px;
	stroke: #1f2937;
  }

  .icono-card-transparency svg {
	width: 40px;
	height: 40px;
  }
  
  .card-content-transparency h3 {
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.4;
  }


/* GENERAL */

.map-wrapper {
	padding-top: 72px !important;
}

#select_cat .select-wrapper input.select-dropdown{
	font-size: .6rem!important ;
}
.wrap-news .head-news img {
    object-fit: contain;
}

time{
    text-transform: lowercase;
}

.post-date{
	 text-transform: lowercase;
}

body {
	background-color: #e9eff3;
	font-size: .9rem;
	font-weight: 300;
	line-height: 1.5;
	padding-top: 0px !important;
}
.content-wrapper {
	margin: 20px 0;
	padding-top: 20px;
}
.home .content-wrapper {
	background-color: transparent;
	margin: 0 -15px;
}
.vce {
	margin-bottom: 20px;
}
.btn-shadow {
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}
.btn-shadow:hover {
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.primary-color {
	color: #25468d;
}
.secondary-color {
	color: #1c8ddc;
}
.bg-primary-color {
	background-color: #25468d;
}
.bg-secondary-color {
	background-color: #1c8ddc;
}
.btn-primary {
	background-color: #25468d;
	color: #fff;
}
.btn-secondary {
	background-color: #1c8ddc;
	color: #fff;
}
.btn-secondary:hover {
	background-color: #1b7bbf;
	color: #fff;
}
.entry-content a,
.entry-content p a {
	border: 0;
	font-weight: 500;
	color: #25468d;	
}
.entry-content a:hover,
.entry-content p a:hover {
	text-decoration: underline;
}
.mb-0,
.mb-0 p {
	margin-bottom: 0;
}
.mb-10,
.mb-10 p {
	margin-bottom: 10px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px!important;
}
.fw-500,
.fw-500 h4 {
	font-weight: 500;
}

/* Reset Materialize Elements */

.row {
	margin-bottom: inherit;
}
nav ul a {
	padding: inherit;
}
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
	box-shadow: none;
}
.collapsible.popout > li {
	margin: 0 5px;
	padding-left: 0;
}
.collapsible.popout > li:before {
	content: '';
}
.entry-content h4 span {
	color: #333;
}
#main-menu ul li ul li {
	width: 100%;
}
[type="submit"] {
	background-color: #1c8ddc;
	padding: 7px 20px;
	border: 0;
	border-radius: 3px;
	font-size: 1.1rem;
	color: #fff;
}
[type="submit"]:hover {
	background-color: #1b7bbf;
	color: #fff;
}
textarea.materialize-textarea {
	min-height: 6rem;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom-color: #25468d;
	box-shadow: 0 1px 0 0 #25468d;
}
nav.pagination {
	background-color: transparent;
}
nav.pagination .page-numbers.dots {
	color: #3c63a6;
}

/* Tablepress */

.entry-content .tablepress tbody tr {
	border-left: 1px solid rgba(0,0,0,0.12);
	border-right: 1px solid rgba(0,0,0,0.12);
}
.entry-content .tablepress tr th,
.entry-content .tablepress tr td {
	border: 0;
}
.tablepress font b {
	font-size: 1rem;
	font-weight: 500;
}
.entry-content .tablepress a {
	border-bottom: 0;
	cursor: pointer;
}
.entry-content .tablepress a.button_new:hover {
	text-decoration: none;
	color: #fff;
}
.entry-content .tablepress a:hover {
	text-decoration: underline;
}
ul.nav-tabs {
	margin-bottom: 0;
	border-bottom: 0;
}
ul.nav-tabs li {
	margin-bottom: 0!important;
	padding-left: 0;
}
ul.nav-tabs li:before {
	content: '';
}
ul.nav-tabs li a {
	border: 0;
}
ul.nav-tabs li a:hover,
ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover {
	background-color: #D9EDF7;
	border: 0;
	color: #555;
}


/* HEADER */

/* Navbar top */

#header .navbar {
	height: auto;
}
.page-template-page-cifras #header .navbar {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.navbar-top {
	background-color: #1c366e;
	font-size: .7rem;
	color: #99b4e9;
}
.navbar-wrapper {
	padding-top: 13px;
	padding-bottom: 13px;
}
.navbar-top .date {
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
}

/* Navbar top > Socials */

#header .socials {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#header .socials li {
	float: left;
	margin-right: 10px;
}
#header .socials li:last-child {
	margin-right: 0;
}
#header .socials li a {
	padding-top: 3px;
	font-size: 17px;
	display: block;
	color: #557cbf;
}

/* Navbar top > Lang */

.lang {
	margin-right: 20px;
	float: right;
}
.lang #flags {
	width: auto;
}
.lang #flags ul li {
	padding-top: 6px!important;
    display: block;
    line-height: normal;
}

/* Navbar */

#main-menu .header-widgetised-area .widget {
	margin-bottom: 0;
}
#main-menu .search-form label .search-field {
	background-color: #1a3162;
	width: 160px;
	margin-bottom: 0;
	padding-left: 20px;
	border: 0;
	border-radius: 50px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}
#main-menu .search-form label .search-field::-webkit-input-placeholder {
	color: #879dcd;
}
#main-menu .search-form label .search-field:-ms-input-placeholder {
  	color: #879dcd;
}
#main-menu .search-form label .search-field::placeholder {
  	color: #879dcd;
}
#main-menu .search-form:after {
	color: #879dcd;
	font-size: 14px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}

/* Brand */

.navbar-brand a {
	width: 220px;
	display: block;
	overflow: hidden;
}
.navbar-brand svg {
	float: left;
	height: 70px;
	display: block;
}
.navbar-brand svg.ta-isotipo {
	width: 70px;
}
.navbar-brand svg.ta-logotipo {
	width: 145px;
}
.navbar-brand svg path {
	fill: #ffffff;
}

/* FOOTER */

/* Widgets area */

.footer-widget-area {
	background-color: #0f2044;
}
.footer-widget-area .widget-title {
	font-size: 1.1rem;
	font-weight: 500;
}
.widget_nav_menu ul.menu {
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul.menu li a {
	color: #fff;
}
#footer ul.menu li a:hover {
	color: #99b4e9;
}
.copyright p {
	font-size: .8rem;
}
.copyright .sep {
	margin-left: 7px;
	margin-right: 7px;
}

/* Widgets social  */

.footer-widget-social {
	background-color: #fff;
}
.custom-widget-socials {
	margin: 30px 0;
}
.custom-widget-socials h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 1.2rem;
	color: #25468d;
}
.custom-widget-socials .widget-wrap {
	padding: 20px 15px;
	border: 1px solid #ccc;
}
.w-youtube iframe {
	height: 208px;
	display: block;
}
.w-twitter .widget-wrap {
	max-height: 250px; 
	overflow: hidden;
}
.w-twitter .widget-wrap .inner {
	height: 210px;
	overflow-y: auto;
}
.w-facebook .widget-wrap .inner {
	background-color: #F5F6F7;
	height: 100% !important;
}

/* Social */

#footer .footer-socials ul li a {
	font-size: 17px;
}
#footer .footer-socials ul li a:hover span {
	color: #fff!important;
}


/* PAGES */

.page-template .main-content {
	padding-top: 20px;
}
h1.entry-title {
	font-size: 1.7rem;
	font-weight: 500;
	color: #25468d;
}
.sidebar-widget-area .widget {
	padding-top: 0;
	border: 0;
}
.sidebar-widget-area .widget .widget-title {
	font-size: 1.1rem;
	font-weight: 500;
	color: #25468d;
}
.sidebar-widget-area .widget_nav_menu ul.menu li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar-widget-area .widget_nav_menu ul.menu li a {
	color: #555;
}
.sidebar-widget-area .widget_nav_menu ul.menu li a:hover,
.sidebar-widget-area .widget_nav_menu ul.menu li.current_page_item a {
	color: #25468d;
}




/* INICIO */

/* Botones principales */

#el-844b9f9e {
	margin-bottom: 0;
} 
.principal-btn a {
	background-color: #fff;
	padding:  15px 10px 21px;
	display: block;
	text-align: center;
}
.principal-btn a:hover {
	text-decoration: none;
}
.principal-btn a h4 {
	margin-bottom: 0;
	font-size: 1.2rem;
	color: #1c8ddc;
	font-weight: 500;
}
.principal-btn a img {
	width: 72px;
	margin-bottom: 10px;
}

/* Noticias */


.wrap-news {
	background-color: #fff;
	height: 100%;
	position: relative;
}
.wrap-news .content-news {
	padding: 15px 10px 5px;
}
.wrap-news .post-title {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: #1c8ddc;	
}
.wrap-news .post-date {
	font-style: italic;
	font-size: .75rem;
	font-weight: 500;
}
.wrap-news p {
	margin-top: 10px;
}
.wrap-news .btn {
	height: auto;
	position: absolute;
	left: 10px;
	bottom: 30px;
	font-size: .8rem;
	color: #fff;
}
.wrap-news .btn:hover {
	text-decoration: none;
}


/* Category List */

.mod-cat-news {
	position: relative;
}
.mod-cat-news .wrap-news {
	padding-bottom: 40px;
}
.mod-cat-news h3 {
	background-color: #25468d;
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size: 1.2rem;
	color: #fff;
}
.mod-cat-news .post-cat {
	padding-left: 15px;
	padding-right: 15px;
}
.mod-cat-news .post-cat li:before {
	content: '';
}
.mod-cat-news .post-cat li {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mod-cat-news .post-cat li .post-title {
	margin-bottom: 3px;
	font-size: .9rem;
	line-height: 1.3;
	font-weight: 300;
}
.mod-cat-news .post-cat li a {
	border: 0;
	color: #555;
	font-weight: 300;
}
.mod-cat-news .post-cat li a:hover {
	color: #000;
	text-decoration: underline;
}
.mod-cat-news .post-cat li .post-date {
	font-weight: 500;
}
a.all-post {
	position: absolute;
	left: 15px;
	bottom: 20px;	
	font-weight: 500;
}

/* 	ARCHIVE */


.archive .main-content {
	padding-top: 20px;
}
.archive .featured-content,
.entry-meta-author,
.entry-meta-category,
.entry-meta-comments {
	display: none!important;
}
.archive .entry-preview {
	background-color: #f1f3f5;
	padding: 20px;
}
.archive h2.entry-title {
	margin-bottom: 0;
	font-size: 1.2rem;
}
.archive h2.entry-title a {
	color: #1c8ddc;
}
.archive .entry-preview .entry-meta {
	margin-bottom: 20px;
}
.archive .entry-preview .entry-meta li {
	margin-right: 0;
	padding-left: 0;
}
.archive .entry-preview .entry-meta li:before,
.archive .entry-preview .entry-meta li.entry-meta-date a:before {
	content: '';
	margin: 0;
}
.archive .entry-preview .entry-meta li.entry-meta-date a {
	border-bottom: 0;
	font-style: italic;
	color: #1c8ddc;
}
.archive .entry-content {
	margin-bottom: 10px;
}
.archive h1 {
	font-size: 1.7rem;
    font-weight: 500;
    color: #25468d;
}
.read-more {
	background-color: #1c8ddc;
	padding: 12px 20px;
	border-radius: 3px;
}

/* SINGLE */

.single .main-content {
	padding-top: 20px;
}
.single h1.entry-title {
	margin-bottom: 10px;
	color: #1c8ddc;
}
.single .col-md-9 .post-date {
	font-style: italic;
	color: #1c8ddc;
}
.single .entry-content {
	padding-top: 40px;
}
#recent-posts-2 ul  {
	margin: 0;
	padding: 0;
}
#recent-posts-2 ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 7px;
	margin-bottom: 7px;
}
#recent-posts-2 ul li a {
	color: #545963;
}
#recent-posts-2 ul li a[aria-current="page"],
#recent-posts-2 ul li a:hover {
	color: #25468d;
}
#recent-posts-2 ul li a:hover {
	text-decoration: underline;
}
#recent-posts-2 ul li span {
	display: block;
	font-weight: 500;
	font-size: .8rem;
	color: #545963;
}

/* TRIBUNAL EN CIFRAS */


.entry-title .vce-text-block-wrapper h3 {
	margin-bottom: 100px;
	font-size: 2rem;
	color: #fff;
}
.isotipo-3ta .vce-single-image-inner {
	width: 150px!important;
}


/* TRIBUNAL EN CIFRAS > Intro */


.cuadro-info {
	font-size: 1.1rem;
	color: rgba(255,255,255,0.8);
}
.cuadro-info .vce-widgets-wrapper {
	margin-bottom: 60px;
	padding: 30px 60px 50px;
	border-bottom: 1px solid rgba(28,76,232,0.3);
}
.cuadro-info h4 {
	margin-bottom: 30px;
	font-size: 1.6rem;
	color: #fff;
}
.cuadro-info ul {
	background-color: #1A3162;
	margin-bottom: 25px;
	padding: 20px;
}
.cuadro-info ul li {
	margin-bottom: 10px;
}
.cuadro-info ul li:last-child {
	margin-bottom: 0;
}
.cuadro-info ul > li:before {
	line-height: .9;
	font-size: 2rem;
	color: rgba(255,255,255,0.8);
}

/* TRIBUNAL EN CIFRAS > Botones de secciones */

.mod-cat-col {
	margin-bottom: 30px;
}
.mod-cat-cifras a {
	background-color: #1a9df5;
	height: 100%;
	border-radius: 0;
	padding: .7rem 1rem 1.5rem;
	display: block;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	cursor: pointer;
}
a.mc-light-blue {
	background-color: #1a9df5;
}
a.mc-yellow {
	background-color: #cec112;
}
a.mc-green {
	background-color: #54c012;
}
a.mc-lila {
	background-color: #843eb9;
}
a.mc-orange {
	background-color: #eb6807;
}
a.mc-royal {
	background-color: #1c4ce9;
}
a.mc-red {
	background-color: #f3340e;
}
a.mc-dark-green {
	background-color: #197600;
}
.mod-cat-cifras a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	text-decoration: none;
}
.mod-cat-cifras a .mod-cat-icon {
	width: 110px;
	margin: 0 auto 10px;
	display: block;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.mod-cat-cifras a:hover .mod-cat-icon {
	transform: scale(1.1);	
}
.mod-cat-icon path {
	fill: #ffffff;
}
.mod-cat-title {
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.4;
	display: block;
}


/* TRIBUNAL EN CIFRAS > SINGLE */

hr.separator {
	margin-top: 35px;
	border-top-color: #a8c3f8;
}

/* NAV */

.nav-cifras li {
	margin-bottom: -1px;
	padding-left: 0!important;
}
.nav-cifras li:before {
	content: ''!important;
}
.nav-cifras li a {
	padding: 5px 15px 15px;
	display: block;
	border: 1px solid #fff;
}
.nav-cifras li a:hover,
.nav-cifras li a.current {
	background-color: #fff;
	border: 1px solid #fff;
}
.nav-cifras li a:hover .mod-cat-icon path,
.nav-cifras li a.current .mod-cat-icon path {
	fill: #25468C;
}
.nav-cifras li a:hover .mod-cat-title,
.nav-cifras li a.current .mod-cat-title  {
	color: #25468C;
}
.nav-cifras li a .mod-cat-icon {
	width: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.nav-cifras li a .mod-cat-icon path {
	fill: #fff;
}
.nav-cifras li a .mod-cat-title {
	color: #fff;
	font-weight: 300;
}

/* MAP */

.map-wrapper {
	padding-bottom: 30px!important;
	overflow: hidden;
	position: relative;
}
.map-wrapper .map-shadow {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
svg#map-chile {
	margin-top: -510px;
}
svg#map-chile g.active:hover {
	cursor: pointer;
}
svg#map-chile g path.RG-MAP {
	fill: transparent;
	stroke: #a8c3f8;
	stroke-width: 0.5;
	stroke-miterlimit: 10;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
svg#map-chile g path.RG-LINE {
	fill: #a8c3f8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
svg#map-chile g text tspan {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 7px;
	fill: #a8c3f8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
svg#map-chile g.current path.RG-MAP,
svg#map-chile g.current path.RG-LINE,
svg#map-chile g.current text tspan,
svg#map-chile g.active:hover path.RG-MAP,
svg#map-chile g.active:hover path.RG-LINE,
svg#map-chile g.active:hover text tspan {
	fill: #25468C;
}
svg#map-chile g.current path.RG-MAP,
svg#map-chile g.active:hover path.RG-MAP {
	stroke: #ffffff;
}

/* DATA */

#data {
	padding-bottom: 40px;
}
#data h2 {
	margin-bottom: 50px;
	position: relative;
	font-size: 1.5rem;
	color: #25468C;
	font-weight: 600;
}
#data h2:after {
	content: '';
	background-color: #25468C;
	width: 100px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.data-abstract p {
	margin-bottom: 10px;
}
.data-abstract a,
.data-quote a {
	text-decoration: underline;
	color: #25468C;
}
.data-abstract a:hover,
.data-quote a:hover {
	text-decoration: none;
}
.data-table {
	padding-top: 40px;
}
.l-intro .col-md-12 {
	margin-bottom: 80px;
}
.l-intro .data-table {
	padding-top: 0;
}
.data-table-actions {
	margin-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
} 
.data-table-actions .col-md-4 {
	padding: 15px;
}
.data-table-title {
	margin-bottom: 30px;
	font-size: 1.4rem;
	color: #25468C;
	text-align: center;
	text-transform: uppercase;
}
.title-info {
	margin-bottom: 40px;
	text-align: center;
	color: #25468C;
}
.subtitle-info {
	margin-bottom: 20px;
	text-align: center;
	display: block;
	color: #25468C;
}
.col-md-3 .title-info,
.col-md-3 .subtitle-info {
	color: #fff;
} 

.infographic .col-md-3 {
	padding-right: 0;
}
.data-table-years,
.data-table-regions,
.data-table-categories {
	background-color: #25468C;
	margin-bottom: 10px;
	padding: 10px;
}
.data-table-regions {
	margin-bottom: 40px;
}
#mregion {
	color: #fa6161;
	text-align: center;
	display: block;
}
#select_cat {
	margin-top: 0;
}
#select_cat .select-wrapper input.select-dropdown {
	width: calc(100% - 20px);
	height: 2rem;
	position: relative;
	padding-right: 20px;
	border-bottom-color: #a8c3f8;
	line-height: 2rem;
	font-size: .9rem;
	color: #fff;
}
.select-wrapper svg.caret {
	color: #fff;
}
.dropdown-content li>a, .dropdown-content li>span {
	color: #25468C;
}

.subtitle-info #anio_actual {
	font-size: 1.5rem;
}
.menu-years {
	margin: 0!important;
	text-align: center;
}
.menu-years li {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 0!important;
	display: inline-block;
}
.menu-years li:before {
	content: ''!important;
}
.menu-years li button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 400;
}
.menu-years li button:hover,
.menu-years li.current button {
	background-color: #fff;
	color: #25468C;
}
.data-table-regions .menu-years li {
	margin-left: 0;
	margin-right: 0;
}
.data-table-regions .menu-years li,
.data-table-regions .menu-years li button {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}

.process-head {
	margin-bottom: 80px;
}
.total-number {
	background-color: #fff;
	width: 160px;
	height: 160px;
	margin: 35px auto 0;
	border-radius: 100px;
	border: 1px solid #fff;
	display: block;
	font-size: 78px;
	font-weight: 600;
	line-height: 160px;
	color: #25468C;
	text-align: center;
}
.process-body {
	overflow: hidden;
}
.process-type {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #fff;
}
.process-type .process-type-title {
	margin-bottom: 0;
	padding: 10px 20px 25px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #fff;
}
.process-type .process-type-number {
	padding: 10px 20px;
	display: block;
	text-align: center;
	font-size: 3rem;
}
.data-table-years-intro {
	padding-top: 20px;
}
.data-table-years-intro .subtitle-info {
	color: #fff;
}
.l-intro .data-table-years-intro ul {
	padding: 5px 20px;
}

/* COLORS */


.landing .total-number, .landing .process-type,
.infographic.mc-light-blue .total-number, .infographic.mc-light-blue .process-type { background-color: #1a9df5; border: 0; color: #fff; }
.infographic.mc-yellow .total-number, .infographic.mc-yellow .process-type { background-color: #cec112; border: 0; color: #fff; }
.infographic.mc-green .total-number, .infographic.mc-green .process-type { background-color: #54c012; border: 0; color: #fff; }
.infographic.mc-lila .total-number, .infographic.mc-lila .process-type { background-color: #843eb9; border: 0; color: #fff; }
.infographic.mc-orange .total-number, .infographic.mc-orange .process-type { background-color: #eb6807; border: 0; color: #fff; }
.infographic.mc-royal .total-number, .infographic.mc-royal .process-type { background-color: #1c4ce9; border: 0; color: #fff; }
.infographic.mc-red .total-number, .infographic.mc-red .process-type { background-color: #f3340e; border: 0; color: #fff; }



/* LANDING */

.landing {
	padding-left: 30px;
	padding-right: 30px;
}
.landing p {
	font-size: 1.2rem;
}
.l-header {
	margin-bottom: 100px;
}
.isotipo-3ta {
	width: 150px;
	margin: 0 auto 40px;
	display: block;
}
.l-title {
	font-weight: 600;
	text-align: center;
	color: #25468C;
}
.l-nav {
	margin-bottom: 90px;
}
.l-intro {
	margin-bottom: 40px;
}
.l-intro h4 {
	margin-bottom: 30px;
	font-size: 1.7rem;
	color: #25468C;
}
.l-intro ul {
	background-color: #25468C;
	margin: 30px 0;
	padding: 35px 20px 20px 35px;
}
.l-intro ul li {
	margin-bottom: 15px;
	color: rgba(255,255,255,.8); 
	list-style-type: disc;
}
.l-statistics {
	margin-bottom: 40px;
}
.l-nav .row {
	margin-bottom: 30px;
}
.btn-secciones {
	background-color: #1a9df5;
	position: fixed;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	z-index: 99;
	border-radius: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	color: #fff!important;
}
.menu-secciones-responsive {
	background-color: #fff;
	width: 100%;
	height: 100vh;
	padding: 50px 20px 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999999;
}
.menu-secciones-responsive .cerrar {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	cursor: pointer;
}
.menu-secciones-responsive li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 1.2rem;
}




@media only screen and (min-width: 601px) {
	nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
	    height: auto;
	    line-height: inherit;
	}
}


@media only screen and (min-width: 768px) {
	
	body:not(.menu-sandwich) .navbar-header {
    	max-width: 52px;
	}
	body:not(.menu-sandwich) #main-menu {
		margin-left: 52px;
	}
	body:not(.menu-sandwich) #main-menu > ul {
		margin: 17px 0;
	}
	body:not(.menu-sandwich) #main-menu .header-widgetised-area {
		margin: 16px 0 16px 20px;
	}
	.page-template .sidebar-widget-area {
		padding-top: 82px;
	}
	.page-template .side-menu {
		padding-top: 0;
	}
	body:not(.menu-sandwich) #main-menu>ul>li.menu-item-has-children>a:before {
		top: 1.1em!important;
	}
	body:not(.menu-sandwich) #main-menu > ul > li a {
		padding: .55em;
	}
	body:not(.menu-sandwich) #main-menu ul li ul {
    	background-color: #1b3367;
	}
	body:not(.menu-sandwich) #main-menu ul li ul li a {
		padding: 10px 18px;
		line-height: 1.3;
	}
	.row.news,
	.row.equal {
    	display: flex;
		flex-wrap: wrap;
	}
	.wrap-news .head-news img {
		height: 220px;
	}
	.mod-cat-cifras {
		height: 100%;
	}
	
	/* TRIBUNAL EN CIFRAS > SINGLE */
	
	
	.nav-cifras li a {
		position: relative;
		padding: 0;
	}
	.nav-cifras li a .mod-cat-title {
		visibility: hidden;
		width: 300px;
		background-color: #fff;
		padding: 5px 15px;
	  	position: absolute;
	  	right: calc(100% + 10px);
	  	top: 50%;
	  	transform: translateY(-50%);
	  	z-index: 1; 
		color: #1c4ce9;
		font-size: 1rem;
		font-weight: 400;
		text-align: left;
		box-shadow: 7px 2px 10px rgba(0,0,0,0.2);
	}
	.nav-cifras li a:hover .mod-cat-title {
		visibility: visible;
	}
	.nav-cifras li a .mod-cat-title:after {
		content: "";
	    position: absolute;
	    top: 50%;
	    left: 100%;
	    margin-top: -8px;
	    border-width: 8px;
	    border-style: solid;
	    border-color: transparent transparent transparent #fff;
	}
	
	/* DATA */
	
	#data {
		min-height: 1450px;
		margin-right: -31px;
		padding-left: 20px;
		padding-right: 20px;
		border-left: 1px solid #a8c3f8;
		border-right: 1px solid #a8c3f8;
	}
	.process-body {
		display: flex;
		flex-wrap: wrap;
	}
	.process-type {
		width: 32%;
		margin-right: 2%;
	}
	.process-type:nth-child(3n) {
		margin-right: 0;
	}
	.l-nav .row {
		display: flex;
		margin-left: -30px;
		margin-right: -30px;
	}
	.btn-secciones,
	.menu-secciones-responsive {
		display: none;
	}
	
}
@media only screen and (min-width: 1024px) {
	
	#main-menu ul li a {
	    font-size: .85em;
	}
	
	/* table press */

	.tablepress .column-1 {
		width: 10%;
	}
	.tablepress .column-3,
	.tablepress-id-5 .column-4 {
		width: 50% !important;
	}
	.tablepress-id-5 .column-3 {
		width: auto;
	}
	
}
		
@media only screen and (max-width: 1199px) {
	
	.navbar-brand svg#logotipo {
		display: none;
	}
	
}

@media only screen and (max-width: 991px) {
	
	.navbar-top .col-md-6 {
		float: left;
		width: 50%;
	}
	.navbar-brand a {
		width: 50px;
	}
	.navbar-brand svg.ta-logotipo {
		display: none;
	}
	.navbar-brand svg.ta-isotipo {
		width: 50px;
		height: auto;
	}
	body:not(.menu-sandwich) #main-menu>ul>li {
		font-size: 14px;
	}
	body:not(.menu-sandwich) #main-menu .header-widgetised-area {
		margin: 10px 0 10px 20px;
	}
	#el-6674ec09 .mod-cat-news {
		width: 100%;
	}
	#el-6674ec09 .mod-cat-news:nth-child(1),
	#el-6674ec09 .mod-cat-news:nth-child(2),
	.row.news .col-md-4:nth-child(1),
	.row.news .col-md-4:nth-child(2) {
		margin-bottom: 30px;
	}
	.wrap-news .head-news img {
		height: auto;
	}
	#el-c1eb7402 {
		width: 100%!important;
		margin-bottom: 20px;
		flex: none!important;
	}
	#data {
		min-height: inherit;
		margin: 0;
		border: 0;
	} 
	.infographic {
		display: flex;
		flex-direction: column;
	}
	.infographic .col-md-3 {
		order: 2;
	}
	.infographic .col-md-8 {
		order: 1;
	}
	.nav-cifras  {
		display: none;
	}
	svg#map-chile {
		margin-top: -500px;
	    width: 250px;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	}
	.l-intro .col-md-12 {
		margin-bottom: 40px;
	}
	
		
}

@media only screen and (max-width: 767px) {
	
	.landing {
		padding-left: 15px;
		padding-right: 15px;
	}
	.l-header {
		margin-bottom: 40px;
	}
	.l-title {
		font-size: 1.9rem;
	}
	.l-intro h4 {
		font-size: 1.6rem;
	}
	.l-intro ul li {
		font-size: 1.2rem;
	}
	.l-nav {
		display: none;
	}

	
	
	
	.container {
		width: 100%;
	}
	.navbar-brand {
		padding-left: 0;
	}
	.navbar-brand img {
		width: 130px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	#el-c1eb7402,
	#el-fc9a70b4,
	#el-a85150ce {
		margin-bottom: 20px;
	}
	.equal .mod-cat-news,
	.news .col-md-4 {
		margin-bottom: 20px;
	}
	#el-6674ec09 {
		margin-bottom: 0;
	}
	.news .head-news img {
		width: 100%;
	}
	.navbar-top .date {
		text-align: left;
	}
	#header .socials {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: right;
	}
	#header .socials li {
		float: none;
		display: inline-block;
	}
	#main-menu.open ul li {
		width: 100%;
	}
	#main-menu.open > ul > li > .dropdown-toggle {
		padding-top: 10px;
	}
	#main-menu.open .search-form label .search-field {
		background: #fff;
		color: #333;
	}
	#main-menu.open .search-form button[type=submit] {
		top: 7px;
	}
	#main-menu.open .search-form:after {
		top: 7px;
	}
	.mod-cat-title br {
		display: none;
	}
	#el-bc28d20b a.image-link,
	a.image-link img {
		width: 100%;
		display: block;
	}
	body:not(.menu-sandwich) #main-menu .header-widgetised-area {
		margin-left: 0;
	}
	#main-menu.open .search-form button[type=submit],
	#main-menu.open .search-form:after {
		top: 0;
	}
	

}

@media only screen and (max-width: 600px) {
	
	.navbar-top .date {
		line-height: 2;
	}
	#header .socials {
		line-height: 1.8;
	}
	
}

@media only screen and (max-width: 375px) {
	.navbar-top {
		display: none;
	}
	.navbar-brand svg.ta-isotipo {
		width: 42px;
	}
}




