@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 110%;
}
.header {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index: 3;
}

.home_interior {
	position: static;
	background: #5b81c0;
}

.home_header {
	background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.7), rgba(0,0,0,0));
}

.header .wrapper {
	padding: 2rem 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.header .wrapper .logo {
	width: 200px;
	margin-right: 30px;
}

.header .wrapper .logo img {
	width: 500px;
	max-width: 100%;
}

.bloq-menu {
    color: #fff;
    width: calc(100% - 230px);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}

.bloq-menu .menu {
	list-style: none;
	margin:0px;
	padding:0px;

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}

.bloq-menu .menu > li > a {
    color: #fff;
    display: inline-block;
    padding: 0.2rem 0.3rem;
    text-transform: uppercase;
    font-size: 0.7rem;
}
/*.bloq-menu .menu > li:nth-child(1) > a,
.bloq-menu .menu > li:nth-child(2) > a,
.bloq-menu .menu > li:nth-child(3) > a {
	font-weight: bold;
}*/

.bloq-menu .menu > li > a:hover,
.bloq-menu .menu > li > a:active,
.bloq-menu .menu > li > a:focus,
.bloq-menu .menu > li:hover > a,
.bloq-menu .menu > li:active > a,
.bloq-menu .menu > li:focus > a
{
	color: #192e4d;
	background: #fff;
}
.sub-menu {
	list-style: none;
	display: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
#menu-menu-desktop {
	width: 100%;
}
#menu-menu-desktop li:hover > .sub-menu {
	display: block;
	position: absolute;
	background: #fff;
	margin:0px;
	padding: 0px;
	z-index: 3;
}
.sub-menu li a {
	display: inline-block;
    padding: 0.4rem 0.7rem;
    color: #192e4d;
    font-size: 0.8rem;
    width: 100%;
}
.sub-menu li a:hover {
	background: #e3e3e3;
}
#menu-menu-desktop {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0px;
}
.wrapper {
	width: 85%;
	margin:0px auto;
}
@media screen and (max-width: 768px) {
	.bloq-menu .wrapper {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
		align-items: center;
		padding: 1rem 0px;
	}
	#menu-menu-desktop {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.header .wrapper {
		padding: 1rem 0px;
	}
}
/**/
.bread-bloq {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
#breadcrumbs {
	padding-left: 0px;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-top: 0px;
}
#breadcrumbs li {
	margin-right: 1rem;
	font-size: 0.9rem;
	color:#6d6d6d;
}
#breadcrumbs a {
	color:#6d6d6d;
}
/**/
#overlay-menu {
	display: none;
}
#overlay-menu.show {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    display: block;
    background: rgba(0,0,0,0.6);
}
#btn-menu {
	display: none;
  width: 40px;
  height: 35px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#btn-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#btn-menu span:nth-child(1) {
  top: 0px;
}

#btn-menu span:nth-child(2),#btn-menu span:nth-child(3) {
  top: 16px;
}

#btn-menu span:nth-child(4) {
  top: 32px;
}

#btn-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#btn-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#btn-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 768px) {
	#btn-menu {
		display: block;
	}
}
/**/
.bloq-menu-mobile {
	background:#5b81c0;
	width: 260px;
	position: fixed;
	height: 100%;
	z-index: 10;
	left:0px;
	top:0px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	margin-left: -260px;

	transition: .3s all ease;
}
.bloq-menu-mobile ul {
    padding: 0px;
	margin:0px;
	list-style: none;
}
.bloq-menu-mobile > ul {
	padding: 3rem 1rem;
}
.bloq-menu-mobile ul a {
	color:#fff;
	display: block;
	padding: 0.5em 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	font-size: 0.9rem;
}
.bloq-menu-mobile .sub-menu {
	position: relative;
	width: 100%;
	box-shadow: none;
	background: #fff;
}
.bloq-menu-mobile .sub-menu li a {
	color:#192e4d;
}
.bloq-menu-mobile .sub-menu li a:hover {
	background: #e3e3e3;
	color:#192e4d;
}
.bloq-menu-mobile.show {
	margin-left: 0px;
}
/**/
/**/
.sec-principal {
/*	height: 85vh;*/
	height: calc(100vh - 0.5rem);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.sec-principal h1 {
	text-align: left;
	width: 100%;
	display: block;
	color:#fff;
	margin:0px;
	text-transform: uppercase;
}
.sec-principal .wrapper h2 {
	font-weight: 300;
	font-size: 1.8rem;
}
.bloq-text-principal {
	width: 60%;
    background: rgba(115, 199, 255, 0.75);
    padding: 3rem;
}
@media screen and (max-width: 1370px) {
	.bloq-text-principal {
		width: 60%;
	    background: rgba(115, 199, 255, 0.75);
	    padding: 2rem 3rem;
	}
	.sec-principal h1 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 768px) {
	.sec-principal {
    	height: 60vh;
    	align-items: flex-end;
	}
	.bloq-text-principal {
	    width: 100%;
	}
	.sec-principal h1 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 600px) {
	.sec-principal {
    	height: 70vh;
	}
	.sec-principal .wrapper h1 {
		font-size: 1.3rem;
	}
	.sec-principal .wrapper h2 {
		font-size: 1.3rem;
	}
	.bloq-text-principal {
	    padding: 1rem 2rem;
	}
	.sec-principal h1 {
		font-size: 1.1rem;
	}
}
/**/
.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media screen and (max-width: 768px) {
	.video-background {
		display: none;
	}
	.sec-principal {
		background-image: url(https://gef.mma.gob.cl/montana/wp-content/themes/gefmontana/img/bg-sec-principal.jpg);
	}
}
/**/
.bloq-colores {
	height: 0.5rem;
	background-image: -webkit-linear-gradient(left, yellow, green, blue, indigo, violet,red, orange);
	background-image: -o-linear-gradient(left, yellow, green, blue, indigo, violet,red, orange);
	background-image: linear-gradient(to right, yellow, green, blue, indigo, violet,red, orange);
}
/**/
.sec-2, .sec-3, .sec-4 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	position: relative;
}
.sec-2 p, .sec-3 p, .sec-4 p,
.sec-2 h2, .sec-3 h2, .sec-4 h2  {
	color:#fff;
}
.sec-2 {
	background-image: url(https://gef.mma.gob.cl/montana/wp-content/themes/gefmontana/img/bgs/bg-simbio-img.jpg);
}
.sec-3 {
	background-image: url(https://gef.mma.gob.cl/montana/wp-content/themes/gefmontana/img/bgs/home-gal.jpg);
}
.sec-4 {
	background-image: url(https://gef.mma.gob.cl/montana/wp-content/themes/gefmontana/img/bgs/home-sustentabilidad-v2.jpg);
}
.sec-2 .wrapper,
.sec-3 .wrapper,
.sec-4 .wrapper,
.sec-5 .wrapper {
	margin: 6rem auto;
	position: relative;
	z-index: 2;
}
.sec-2 .wrapper h2,
.sec-3 .wrapper h2,
.sec-4 .wrapper h2,
.sec-5 .wrapper h2 {
	font-weight: bold;
	font-size: 1.9rem;
	margin-top: 0px;
	text-transform: uppercase;
}
.link-sections {
/*    padding: 0.4rem 1.2rem;*/
    padding: 0.4rem 0.5rem;
    color: #fff !important;
    border-radius: 4rem;
    margin-right: 1rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8rem;
	transition: all .3s ease;
	margin-bottom: 1rem;
}
.link-sections:hover {
    transform: scale(1.03);
}
.sec-2 .link-sections {
	background: #FF9800;
}
.sec-3 .link-sections {
	background: #283593;
}
.bloq-qegef .link-sections, .sec-4 .link-sections {
	background: #8bc34a;
}
.sec-bloq-left {
	width: 50%;
	float: left;
}
.sec-bloq-right {
	width: 50%;
	float: right;
}
.overlay-sec {
	background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
	.sec-bloq-left {
		width: 100%;
	}
	.sec-bloq-right {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.link-sections {
	    margin-right: 0px;
	    width: 100%;
	    text-align: center;
	}
	.sec-2 .wrapper,
	.sec-3 .wrapper,
	.sec-4 .wrapper,
	.sec-5 .wrapper {
		margin: 4rem auto;
	}
}
.links-bloq {
	margin-top: 2rem;
}
/**/
.bloq-noticias {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
}
.bloq-image-noticias {
	width: 100%;
	height: 250px;
}
.bloq-item-noticias {
	width: 100%;
	background: #e2e2e2;
	display: block;
}
.bloq-item-noticias img {
    border: 1px solid #e3e3e3;
    height: 250px;
    object-fit: cover;
}
.bloq-item-noticias:hover img {
	filter: grayscale(0);
}
.bloq-image-noticias img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100);
	border:1px solid #e3e3e3;
}
.bloq-item-noticias h2 {
	min-height: 7rem;
}
.sec-bloq-cat {
	display: block;
    width: 100%;
    padding: 0.4rem 1rem;
    background: #5b81c0;
    color: #fff;
    font-size: 0.7rem;
    text-transform: uppercase;
}
/*.sec-bloq-cat .item {
	margin-right: 0.6rem;
}*/
.bloq-item-noticias h2 {
	font-size: 0.9rem !important;
    padding: 1rem;
    font-weight: 300 !important;
    text-transform: initial !important;
	margin: 0px;
}
.date-noticias {
	font-size: 0.8rem;
    padding: 0px 1rem 1rem;
    display: block;
}
.category .bloq-item-noticias {
	width: 18%;
	margin-bottom: 2rem;
	margin-right: 2.5%;
}

.category .bloq-noticias-category {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}
@media screen and (min-width: 1371px) {
	.category .bloq-item-noticias:nth-child(5n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 1370px) {
	.bloq-item-noticias h2 {
		min-height: 8rem;
	}
	.category .bloq-item-noticias {
		width: 22%;
		margin-right: 4%;
	}
	.category .bloq-item-noticias:nth-child(5n + 0) {
		margin-right: 4%;
	}
	.category .bloq-item-noticias:nth-child(4n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 980px) {
	.category .bloq-item-noticias {
		width: 31%;
		margin-right: 3.5%;
	}
	.category .bloq-item-noticias:nth-child(4n + 0), .category .bloq-item-noticias:nth-child(5n + 0) {
		margin-right: 3.5%;
	}
	.category .bloq-item-noticias:nth-child(3n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 768px) {
	.category .bloq-item-noticias {
		width: 48%;
		margin-right: 4%;
	}
	.category .bloq-item-noticias:nth-child(3n + 0), .category .bloq-item-noticias:nth-child(4n + 0), .category .bloq-item-noticias:nth-child(5n + 0) {
		margin-right: 4%;
	}
	.category .bloq-item-noticias:nth-child(2n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 600px) {
	.category .bloq-item-noticias {
		width: 100%;
		margin-right: 0px;
	}
}
footer {
	margin-top: 4rem;
}
footer .wrapper:first-child {
	border-top: 1px solid #eee;
    padding-top: 4rem;

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .col-footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
footer .col-footer ul a:hover {
	text-decoration: underline;
}
footer .col-footer li {
	margin-bottom: 0.5rem;
}
footer .col-footer p {
	margin:0px;
	font-size: 0.8rem;
}
footer .col-footer {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 2rem;
	font-size: 0.9rem;
}
footer .col-footer:nth-child(4) {
	margin-right:0px;
}
footer .copyr {
	text-align: center;
	font-size: 0.8rem;
}
.bloq-sociales {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1rem;
}
footer .sociales-items {
	font-size: 1.3rem;
    background: #e3e3e3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}
footer .sociales-items:hover {
	background:#5b81c0;
	color:#fff;
	text-decoration: none;
}
.bloq-triada {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.bloq-triada a {
  display: block;
  width: 32%;
}
.bloq-triada a img {
	width: 100%;
}
.bloq-triada a:nth-child(2) {
  width: 26%;
}
@media screen and (max-width: 1000px) {
	footer .col-footer {
		width: 48%;
		margin-right: 4%;
	}
	footer .col-footer:nth-child(4) {
		margin-right:4%;
	}
	footer .col-footer:nth-child(2n + 0) {
		margin-right:0px;
	}
}
@media screen and (max-width: 600px) {
	footer .col-footer {
		width: 100%;
		margin-right: 0px !important;
		text-align: center;
	}
	.bloq-sociales {
	    justify-content: center;
	    align-items: center;
	}
	footer .col-footer img {
		width: 50%;
	}
}
/**/
/* PAginas interiores */
.page-int .wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;

    padding: 5rem 0px;
}
.bloq-left {
	width: calc(100% - 320px);
}
.bloq-right {
	width: 280px;
}
.wrapper-wt {
	width: 90%;
	padding: 2.5%;
	margin: 0px auto;
/*	background:#fff;*/
	color:#fff;
	border-bottom: 1px solid #e3e3e3;
}
.wrapper-wt p {
	margin:0px;
}
.wrapper-page-title {
	width: 90%;
	margin: 0px auto;
	margin-bottom: 1rem;
	color:#fff;
}
.wrapper-page-title h1 {
	margin-top: 0px;
	font-size: 3rem;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.subtitulo-page {
	margin: 0px;
    font-size: 1.5rem;
    font-weight: 400;
}
@media screen and (max-width: 900px) {
	.bloq-left, .bloq-right {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.wrapper-page-title h1 {
		font-size: 2.2rem;
	}
	.subtitulo-page {
	    font-size: 1.2rem;
	}
}
/**/
.link-sec {
	padding: 0.4rem 1rem;
    border-radius: 4rem;
    background: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top: 1rem;
    display: inline-block;
    text-decoration: none;
}
.link-sec-color {
	padding: 0.4rem 1rem;
    border-radius: 4rem;
    color:#fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top: 1rem;
    display: inline-block;
    text-decoration: none;
}
.sec-interior-1 {
	margin-top: -20vh;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 1370px) {
	.sec-interior-1 {
		margin-top: -27vh;
	}
}
/**/
.sec-inferior {
	background-image: url(https://gef.mma.gob.cl/montana/wp-content/themes/gefmontana/img/bgs/bg-sec-inf.png);
	background-position: left center;
	background-size: 50%;
	background-repeat: no-repeat;
}
.sec-interior-2 {
	padding: 6rem 0px;
	background-image: url(https://gef.mma.gob.cl/montana/wp-content/themes/gefmontana/img/bgs/bg-sec-2.png);
	background-position: right bottom;
	background-size: 35%;
	background-repeat: no-repeat;

}
.sec-interior-2 .wrapper-sec {
	width: 50%;
}
.title-sec-int {
	text-transform: uppercase;
    font-size: 2rem;
    margin-top: 0px;
}
@media screen and (max-width: 768px) {
	.wrapper-wt {
		width: 100%;
    	padding: 7.5%;
	}
	.sec-interior-2 .wrapper-sec {
		width: 100%;
	}
	.sec-inferior {
	    background-size: 200%;
	}
}
/**/
.sec-interior-3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.bloq-int-sec-3 {
	width: 50%;
}
.sec-3-image {
	position: relative;
	overflow: hidden;
}
.sec-3-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%);
}
.sec-3-image .overlay-sec {
	opacity: .6;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.sec-3-text {
	padding: 7rem 5%;
    background: #333;
    color: #fff;
}
.sec-3-text .title-sec-int {
	margin-top: 0px;
}
@media screen and (max-width: 768px) {
	.bloq-int-sec-3 {
		width: 100%;
	}
	.sec-3-image {
		height: 30vh;
	}
	.sec-3-text {
		padding: 3.5rem 7.5%;
	}
}
/**/
.sec-interior-4 {
	background: #e3e3e3;
    padding: 4em 0px;
}
.sec-interior-4 .wrapper {
	text-align: center;
}
.sec-interior-4 a {
	font-size: 2rem;
	font-weight: bold;
	border-radius: 4rem;
	display: inline-block;
	color:#fff;
	padding: 0.3rem 1.5rem;
	transition: all .3s ease;
	text-transform: uppercase;
}
.sec-interior-4 a:hover {
	transform: scale(1.05);
}
/**/
.wrap-btn {
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}
.wrap-btn a {
	padding: 0.5rem 2rem;
	background: #e3e3e3;
	color:#fff;
	border-radius: 5px;
	font-size: 0.9rem;
}
.btn-presentacion {
	display: flex;
    width: 50px;
    height: 50px;
    position: absolute;
    background: #e3e3e3;
    border-radius: 50%;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    right: 2rem;
}
.btn-presentacion:hover {
	background: #333;
	color:#fff;
}
.wrapper-wt {
	position: relative;
}
/**/
.sec-interior-noticias {
	padding: 6rem 0px;
	border-top:1px solid #e3e3e3;
}
/**/
.bloq-item-videos h2 {
    font-size: 1rem !important;
    font-weight: 300 !important;
    text-transform: initial !important;
}
.video-icon {
	width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    color:#fff;
    background: #e3e3e3
}
.text-video-title {
    width: calc(100% - 65px);
    margin-left: 15px;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.1rem;
}
.bloq-text-video {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1rem;
}
/**/

/**/
.trigger-acordeon {
    padding: 1em;
    margin: 0px;
    display: block;
    color:#fff;
    width:100%;
	margin-right: 0px;
	cursor:pointer;
    background: #719adf;
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
/*.trigger-acordeon i {
	float: right;
	font-size: 1.3em;
}*/
.trigger-acordeon img {
	margin: 0px 20px;
	width: 40px;
}
.text-trigger {
	width: calc(100% - 80px);
}
.text-trigger i {
	margin-right: 1rem;
}
.acordeon-int, .acordeon-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.acordeon-container {
	margin-bottom: 5px;
}
.bloque-acordeon {
	display: none;
	width:100%;
    padding: 1em 2rem;
	background: #efefef;
}
.bloque-acordeon ul {
	margin:0px;
}
.bloque-acordeon ul li a {
	color:#333;
	text-decoration: none;
	padding: 0.5rem 0px;
	display: inline-block;
}
.bloque-acordeon ul li a:hover {
	text-decoration: underline;
}
/**/
.bloq-equipo-item {
	padding: 3rem;
	background: #e3e3e3;
	margin-bottom: 2rem;
	border-left: 5px solid #ffb100;
}
@media screen and (max-width: 768px) {
	.bloq-equipo-item {
		padding: 1.5rem;
	}
}
/* colab */
.bloq-colaboradores {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;

	border-top: 1px solid #e3e3e3;
    padding-top: 2rem;
}
.bloq-item-colab {
	width: 18%;
    border: 2px solid #e3e3e3;
    padding: 2rem;
	text-align: center;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}
.bloq-item-colab:nth-child(5n + 1) {
	margin-right: 0px;
}
.bloq-item-colab p {
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.1rem;
}
.btn-carta {
	line-height: 1rem;
    font-size: 0.8rem;
    display: inline-block;
}
@media screen and (max-width: 1450px) {
	.bloq-item-colab {
		width: 23%;
	    margin-right: 2.66%;
	    margin-bottom: 2.66%;
	}
	.bloq-item-colab:nth-child(5n + 1) {
	    margin-right: 2.66%;
	}
	.bloq-item-colab:nth-child(4n + 1) {
	    margin-right: 0px;
	}
}
@media screen and (max-width: 980px) {
	.bloq-item-colab {
		width: 31%;
	    margin-right: 3.5%;
	    margin-bottom: 3.5%;
	}
	.bloq-item-colab:nth-child(4n + 1) {
	    margin-right: 3.5%;
	}
	.bloq-item-colab:nth-child(3n + 1) {
	    margin-right: 0px;
	}
}
@media screen and (max-width: 768px) {
	.bloq-item-colab {
		width: 49%;
	    margin-right: 2%;
	    margin-bottom: 2%;
	}
	.bloq-item-colab:nth-child(3n + 1) {
	    margin-right: 2%;
	}
	.bloq-item-colab:nth-child(2n + 1) {
	    margin-right: 0px;
	}
}
@media screen and (max-width: 600px) {
	.bloq-item-colab {
		width: 100%;
	    margin-right: 0px !important;
	    margin-bottom: 1rem;
	}
}
/**/
.bloq-presentaciones-left {
	width: 25%;
}
.bloq-presentaciones-right {
	width: 72%;
	margin-left: 3%;
}
.bloq-presentaciones-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.bloq-item-presentacion {
	width: 100%;
	padding: 2rem;
	border:3px solid #e3e3e3;
	margin-bottom: 2px;
}
.btn-perfil {
	cursor: pointer;
	padding: 0.5rem 2rem;
}
.btn-perfil p {
	margin:0px;
	font-size: 0.8rem;
}
.bloq-presentaciones-right .bloq-item-presentacion {
	display: none;
}
.bloq-presentaciones-right .bloq-item-presentacion:nth-child(1) {
	display: block;
}
.bloq-item-presentacion h2 {
	margin-top: 0px;
}
@media screen and (max-width: 980px) {
	.bloq-presentaciones-left {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: stretch;
		margin-bottom: 2rem;
	}
	.bloq-presentaciones-right {
		width: 100%;
		margin-left: 0px;
	}
	.btn-perfil {
		text-align: center;
		margin-bottom: 0px;
		width:33.3%;

		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
	.btn-perfil p {
		margin:0px;
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 768px) {
	.btn-perfil {
		width:50%;
	}
}
@media screen and (max-width: 600px) {
	.btn-perfil {
		width:100%;
	}
}
/**/
.page-numbers {
	padding: 1rem;
	background: #e3e3e3;
	display: inline-block;
}
.page-numbers:hover, .page-numbers.current {
	padding: 1rem;
	background: #5b81c0;
	display: inline-block;
	color:#fff;
}
/**/
.bloq-formulario {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.bloq-formulario-item-1 {
	width: 48%;
}
.bloq-formulario-item-2 {
	width: 100%;
}
.bloq-formulario-item {
	margin-bottom: 1rem;
}
.bloq-formulario-item input, .bloq-formulario-item textarea {
	width: 100%;
	padding: 0.5rem;
	box-sizing: border-box;
}
.requerido {
	color:red;
}
.wpcf7-submit {
	padding: 1rem 2rem;
    text-transform: uppercase;
    color: #fff;
    background: #F44336;
    border: 0px;
}
.wpcf7-submit:hover {
	background: #e53935;
}
 /*.btn-perfil:hover {
	background: #5b81c0;
	color:#fff;
	border-color:#5b81c0;
}*/
/**/
@media screen and (max-width: 768px) {
	.bloq-formulario-item-1 {
		width: 100%;
	}
}
.bloq-sidebar h2 {
	margin-top: 0px;
    border-bottom: 3px solid #e3e3e3;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.destacado-item {
	display: block;
    padding: 1rem;
    border: 1px solid #e3e3e3;
    margin-bottom: 1rem;
}
.destacado-item small {
    border-bottom: 1px solid #333;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.title-destacado-sidebar {
	margin-top: 0px;
	display: block;
	width: 100%;
	font-size: 0.9rem;
}
.fecha-destacado-sidebar {
	margin: 0px;
	font-size: 0.7rem;
}
.destacado-item span {
	color:#333;
	width: 100%;
	display: block;
	text-align: right;
}
.destacado-item:hover span, .destacado-item:hover .title-destacado-sidebar {
	color:#5b81c0;
}
.wrapper-contacto {
	width: 600px;
	margin: 0px auto;
	max-width: 100%;
}
.text-form {
	margin-bottom: 2rem;
}

.bloq-image-principal {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.bloq-image-principal img {
	width: 100%;
    height: 40vh;
    object-fit: cover;
}
.wrapper-cabecera {
	position: absolute;
	color:#fff;
	z-index: 2;
}
.wrapper-cabecera h3 {
	margin-bottom: 0px;
}
.wrapper-cabecera h1 {
	margin-top: 0px;
}
.overlay-cabecera {
	background:rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.linea-titulo {
	height: 5px;
	width: 80px;
	background: #fff;
}
.titulo-page {
	text-transform: uppercase;
}
.image-single {
	height: 55vh;
	width: 100%;
}
.image-single img{
	height: 100%;
	object-fit: cover;
	object-position:center;
	width: 100%;
}
.single-title {
	line-height: 2rem;
	font-size: 1.6rem;
    text-transform: uppercase;
}
.hentry {
	font-size: 90%;
}
.hentry a {
	color:#5b81c0;
}
.hentry a:hover {
	text-decoration: underline;
}
/**/
.category-title {
	font-size: 2rem;
	text-transform: uppercase;
	display: block;
	width: 100%;
}
.bloq-videos-category {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.bloq-item-videos {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2rem;
}
.bloq-item-videos:nth-child(5n + 0) {
	margin-right: 0px;
}
@media screen and (max-width: 1370px) {
	.bloq-item-videos {
		width: 23.5%;
		margin-right: 2%;
	}
	.bloq-item-videos:nth-child(5n + 0) {
		margin-right: 2%;
	}
	.bloq-item-videos:nth-child(4n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 1024px) {
	.bloq-item-videos {
		width: 31%;
		margin-right: 3.5%;
	}
	.bloq-item-videos:nth-child(5n + 0),
	.bloq-item-videos:nth-child(4n + 0) {
		margin-right: 3.5%;
	}
	.bloq-item-videos:nth-child(3n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 768px) {
	.bloq-item-videos {
		width: 48%;
		margin-right: 4%;
	}
	.bloq-item-videos:nth-child(5n + 0),
	.bloq-item-videos:nth-child(4n + 0),
	.bloq-item-videos:nth-child(3n + 0) {
		margin-right: 4%;
	}
	.bloq-item-videos:nth-child(2n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 600px) {
	.bloq-item-videos {
		width: 100%;
		margin-right: 0px !important;
	}
}
/**/

.bloq-fotografias-category {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.bloq-item-fotografias {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2rem;
}
.bloq-item-fotografias:nth-child(5n + 0) {
	margin-right: 0px;
}
.image-fotografias {
	position: relative;
	width: 100%;
}
.image-fotografias i {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #fff;
    font-size: 2.5rem;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
.bloq-text-fotografias {
	font-size: 0.9rem;
    background: #e3e3e3;
    padding: 1rem;
}
.bloq-item-fotografias:hover .bloq-text-fotografias {
	background:#5b81c0;
	color:#fff;
}
@media screen and (max-width: 1370px) {
	.bloq-item-fotografias {
		width: 23.5%;
		margin-right: 2%;
	}
	.bloq-item-fotografias:nth-child(5n + 0) {
		margin-right: 2%;
	}
	.bloq-item-fotografias:nth-child(4n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 1024px) {
	.bloq-item-fotografias {
		width: 31%;
		margin-right: 3.5%;
	}
	.bloq-item-fotografias:nth-child(5n + 0),
	.bloq-item-fotografias:nth-child(4n + 0) {
		margin-right: 3.5%;
	}
	.bloq-item-fotografias:nth-child(3n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 768px) {
	.bloq-item-fotografias {
		width: 48%;
		margin-right: 4%;
	}
	.bloq-item-fotografias:nth-child(5n + 0),
	.bloq-item-fotografias:nth-child(4n + 0),
	.bloq-item-fotografias:nth-child(3n + 0) {
		margin-right: 4%;
	}
	.bloq-item-fotografias:nth-child(2n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 600px) {
	.bloq-item-fotografias {
		width: 100%;
		margin-right: 0px !important;
	}
}
/**/

.bloq-estudios-category {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.bloq-item-estudios {
	width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2rem;
    display: flex;
	flex-flow: column wrap;
    justify-content: flex-start;
    align-content: flex-start;
     background: #e3e3e3;
}
.bloq-textos-estudios {
	padding: 1.5rem;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.bloq-item-estudios:nth-child(5n + 0) {
	margin-right: 0px;
}
.bloq-item-estudios i {
	font-size: 2rem;
}
.image-estudios {
	position: relative;
	width: 100%;
}
.bloq-text-estudios {
	font-size: 0.9rem;
	width: 100%;
	display: block;
	text-align: center;
}
.bloq-item-estudios:hover {
	background:#5b81c0
}
.bloq-item-estudios:hover .bloq-text-estudios {
	color:#fff;
}
.bloq-item-estudios:hover i {
	color:#fff;
}
@media screen and (max-width: 1370px) {
	.bloq-item-estudios {
		width: 23.5%;
		margin-right: 2%;
	}
	.bloq-item-estudios:nth-child(5n + 0) {
		margin-right: 2%;
	}
	.bloq-item-estudios:nth-child(4n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 1024px) {
	.bloq-item-estudios {
		width: 31%;
		margin-right: 3.5%;
	}
	.bloq-item-estudios:nth-child(5n + 0),
	.bloq-item-estudios:nth-child(4n + 0) {
		margin-right: 3.5%;
	}
	.bloq-item-fotografias:nth-child(3n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 768px) {
	.bloq-item-estudios {
		width: 48%;
		margin-right: 4%;
	}
	.bloq-item-estudios:nth-child(5n + 0),
	.bloq-item-estudios:nth-child(4n + 0),
	.bloq-item-estudios:nth-child(3n + 0) {
		margin-right: 4%;
	}
	.bloq-item-estudios:nth-child(2n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 600px) {
	.bloq-item-estudios {
		width: 100%;
		margin-right: 0px !important;
	}
}
/******/

.bloq-cartografia-category {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.bloq-item-cartografia {
	width: 31%;
    margin-right: 3.5%;
    margin-bottom: 2rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
     background: #e3e3e3;
}
.bloq-item-cartografia:nth-child(5n + 0) {
	margin-right: 0px;
}
.bloq-item-cartografia i {
	font-size: 2rem;
}
.bloq-icon-cartografia {
	width: 80px;
	min-height: 100px;
	background:#5b81c0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	color:#fff;
}
.bloq-text-cartografia {
	font-size: 0.9rem;
	padding: 1rem;
	width: calc(100% - 80px);
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
.bloq-item-cartografia:hover {
	background:#5b81c0
}
.bloq-item-cartografia:hover .bloq-text-cartografia {
	color:#fff;
}
.bloq-item-cartografia:hover i {
	color:#fff;
}
/*@media screen and (max-width: 1024px) {
	.bloq-item-cartografia {
		width: 31%;
		margin-right: 3.5%;
	}
	.bloq-item-cartografia:nth-child(5n + 0),
	.bloq-item-cartografia:nth-child(4n + 0) {
		margin-right: 3.5%;
	}
	.bloq-item-fotcartografia:nth-child(3n + 0) {
		margin-right: 0px;
	}
}*/
@media screen and (max-width: 1024px) {
	.bloq-item-cartografia {
		width: 48%;
		margin-right: 4%;
	}
	.bloq-item-cartografia:nth-child(5n + 0),
	.bloq-item-cartografia:nth-child(4n + 0),
	.bloq-item-cartografia:nth-child(3n + 0) {
		margin-right: 4%;
	}
	.bloq-item-cartografia:nth-child(2n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 600px) {
	.bloq-item-cartografia {
		width: 100%;
		margin-right: 0px !important;
	}
}
/**/
.bloq-item-presentacion a {
  display: block;
  width: 100%;
}
.btn-descarga {
	padding: 1rem 1.5rem;
	background: #e3e3e3;
	color:#333 !important;
	border-radius: 5px;
	width: 400px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none !important;
}
.btn-descarga:hover {
	background: #5b81c0;
	color:#fff !important;
}
.bloq-buscar-item {
	width: 100%;
	padding:1rem;
	border: 1px solid #e3e3e3;
	display: block;
	margin-bottom: 2rem;
	transition: all .3s ease;
}
.bloq-buscar-item:hover {
	transform: scale(1.03);
}
.bloq-buscar-item h2 {
	color:#5b81c0;
	margin-top: 0px;
}
input[type="search"] {
	width: 100%;
    box-sizing: border-box;
    padding: 0.7rem 1rem;
    margin-bottom: 2rem;
}
/**/

#page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background-color: #fff;
background-image: url(https://gef.mma.gob.cl/montana/wp-content/themes/gefmontana/img/bg-loader.jpg);
background-position: center;
background-size: cover;
z-index: 99999;
}
#page-loader .preloader-interior {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF9800;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#page-loader .preloader-interior:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #283593;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#page-loader .preloader-interior:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8bc34a;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
/*******/
.sound_off {
	z-index: 4;
	position: fixed;
	top:20vh;
	right: 0px;
	background: #000;
	color:#fff;
	padding: 0.5rem 0.7rem;
	border-radius: 5px 0px 0px 5px;
	font-size: 0.9rem;
	cursor: pointer;
	transition: all .5s ease;

	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;

}
.sound_off:hover {
	background: #5b81c0;
	color:#fff;
}
.sound_off span {
	display: none;
	font-size: 0.7rem;
	margin-left: 5px;
}
.sound_off:hover span {
	display: block;
}
/* 	equipo */
.bloq-equipo-page {
	display: flex;
	flex-flow: row wrap;
	justify-content:  flex-start;
	align-items: stretch;
	margin:3rem 0px;
}
.bloq-item-equipo {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 2rem;
    text-align: center;
}

.bloq-item-equipo:nth-child(4n + 0) {
	margin-right: 0px;
}
.bloq-item-equipo img {
	width:220px;
	height: 220px;
	object-fit: cover;
	border-radius: 50%;
	border: 5px solid #5b81c0;
}
.bloq-text-equipo {
	padding: 0.8rem;
	width: 100%;
	text-align: center;
}
.bloq-text-equipo h3 {
	font-size: 1rem;
	margin:0px;
}
.bloq-text-equipo small {
	font-size: 0.8rem;
    line-height: 1.1rem;
    display: block;
}
@media screen and (max-width: 1200px) {
	.bloq-item-equipo {
		width: 31%;
		margin-right:3.5%;
	}
	.bloq-item-equipo:nth-child(4n + 0) {
		margin-right: 3.5%;
	}
	.bloq-item-equipo:nth-child(3n + 0) {
		margin-right: 0%;
	}
}
@media screen and (max-width: 900px) {
	.bloq-item-equipo {
		width: 49%;
		margin-right:2%;
	}
	.bloq-item-equipo:nth-child(3n + 0) {
		margin-right: 2%;
	}
	.bloq-item-equipo:nth-child(2n + 0) {
		margin-right: 0%;
	}
}
@media screen and (max-width: 600px) {
	.bloq-item-equipo {
		width: 100%;
		margin-right:0px !important;
	}
}

/* enlaprensa */
.btn-enlaprensa {
	padding: 0.5rem;
    font-size: 0.8rem;
    color: #fff;
    background: #989898;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.btn-enlaprensa:hover {
	background-color: #3d6ab5;
	color:#fff !important;
}
.category-42 .bloq-item-noticias {
	position: relative;
	padding-bottom: 3rem;
}
/**/
.wrapper-sigle-equipo .bloq-equipo-left {
	width: 25%;
	margin-right: 5%;
}
.wrapper-sigle-equipo .hentry {
	width: 70%;
}
.bread-equipo-single {
	margin-bottom: 4rem;
}
.cargo-single-equipo {
    margin-bottom: 2rem;
    margin-top: 0px;
    display: inline-block;
    background: #5b81c0;
    border-radius: 5px;
    padding: 0.2rem 1rem;
    color: #fff;
    font-size: 0.9rem;
}
article.type-equipo {
	border: 1px solid #e3e3e3;
    padding: 2rem;
}
.bloq-equipo-left img {
	width: 100%;
    border-bottom: 1rem solid #5b81c0;

}
.volver-btn {
	display: inline-block;
    width: 100%;
    padding: 0.8rem;
    background: #e3e3e3;
    margin-top: 1rem;
    font-size: 1rem;
}
.volver-btn:hover {
	background:#3d6ab5;
	color:#fff;
}
@media screen and (max-width: 980px) {
	.wrapper-sigle-equipo .bloq-equipo-left {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 2rem;
	}
	.wrapper-sigle-equipo .hentry {
		width: 100%;
	}
	.volver-btn {
		display: none;
	}
}
/**/
.bloq-qegef .wrapper {
	padding:6rem 0px 6rem 30%;
}
.bloq-qegef {
	background: url('https://gef.mma.gob.cl/montana/wp-content/themes/gefmontana/img/bg-sec-wt.png');
	background-repeat: no-repeat;
	background-position: 15% center;
	background-size: 500px;
}
@media screen and (max-width: 680px) {
	.bloq-qegef .wrapper {
		padding:4rem 0px 4rem 10%;
	}
	.bloq-qegef {
    	background-position: 100% center;
	}
}
.bloque-acordeon iframe {
	max-width: 100%;
}
.descargar-btn {
	padding: 0.5rem 1rem;
	border-radius: 5px;
	background:#5b81c0;
	color:#fff !important;
	display: inline-block;
	text-decoration: none !important;
}
.descargar-btn:hover {
	background:#4568a2;
}
/**/
.bloq-btns-pills {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin:2rem 0px;
}
.bloq-btns-pills a {
	display: inline-block;
    padding: 0.3rem 1.5rem;
    border-radius: 3rem;
    background: #5eb2f2;
    color: #fff;
    text-decoration: none !important;
    margin-bottom: 1rem;
}
.bloq-btns-pills a:hover {
    background: #3b93d6;
}
/**/
.bloq-cat-cart {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}
.bloq-item-cat-cart {
	width: 22%;
	background: #e3e3e3;
	padding: 2rem;
	text-align: center;
	margin-right: 4%;
	margin-bottom:1.5rem;
}
.bloq-item-cat-cart:hover {
	background: #5b81c0;
	color:#fff;
}
.bloq-item-cat-cart:nth-child(4n + 0) {
	margin-right: 0px;
}
.bloq-item-cat-cart i {
	margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
	.bloq-item-cat-cart {
		width: 31%;
		margin-right: 3.5%;
	}
	.bloq-item-cat-cart:nth-child(4n + 0) {
		margin-right: 3.5%;
	}
	.bloq-item-cat-cart:nth-child(3n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 768px) {
	.bloq-item-cat-cart {
		width: 48%;
		margin-right: 4%;
	}
	.bloq-item-cat-cart:nth-child(4n + 0),
	.bloq-item-cat-cart:nth-child(3n + 0) {
		margin-right: 4%;
	}
	.bloq-item-cat-cart:nth-child(2n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 600px) {
	.bloq-item-cat-cart {
		width: 100%;
		margin-right: 0px !important;
	}
}


/**/
.bloq-archivos-municipios {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.item-archivo-municipios {
	width: calc(33.3% - 1rem);
	padding: 1.5rem 1rem;
	text-align: center;
	color:#000;
	border:1px solid #e3e3e3;
	border-radius: 0.5rem;
	text-decoration: none !important;
	margin-right: 1.2rem;
	margin-bottom: 1.2rem;
}
.item-archivo-municipios:nth-child(3n + 0) {
	margin-right: 0px;
}
.item-archivo-municipios:hover {
	background:#e3e3e3;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3)
}
.titulo-archivo-municipio {
	text-align: center;
	width: 100%;
	display: block;
	color:#000;
}
.item-archivo-municipios i {
	margin-bottom: 1rem;
	font-size: 4rem
}
@media screen and (max-width: 768px) {
	.item-archivo-municipios,
	.item-archivo-municipios:nth-child(3n + 0) {
		width: calc(50% - 1rem);
		margin-right: 1.2rem;
	}
	.item-archivo-municipios:nth-child(2n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 600px) {
	.item-archivo-municipios {
		width: 100% !important;
		margin-right: 0px !important;
	}
}
/**/
/**/

.bloq-a_municipios {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.bloq-item-a_municipios {
	width: calc(33.3% - 1rem);
	border:1px solid #e3e3e3;
	border-radius: 0.5rem;
	padding: 1.5rem 1rem;
	text-decoration: none !important;
	margin-right: 1.2rem;
	margin-bottom: 1.2rem;
}
.bloq-item-a_municipios:nth-child(3n + 0) {
	margin-right: 0px;
}
.bloq-item-a_municipios i {
	margin-right: 1rem;
}
.bloq-item-a_municipios:hover {
	background:#e3e3e3;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3)
}
@media screen and (max-width: 768px) {
	.bloq-item-a_municipios,
	.bloq-item-a_municipios:nth-child(3n + 0) {
		width: calc(50% - 1rem);
		margin-right: 1.2rem;
	}
	.item-archivo-municipios:nth-child(2n + 0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 600px) {
	.bloq-item-a_municipios {
		width: 100% !important;
		margin-right: 0px !important;
	}
}