/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #4e4e4e;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ESTILOS AGREGADOS */

a {
		font-size: 1em;
		text-decoration: unset;
}

p {
		color: #4e4e4e;
		line-height: 1.4;
		padding: 10px 0px;
}

h1 {
		text-align: center;
		font-size: 1.7em;
		font-weight: 600;
		color: #fff;
}
.generalWrap {
		max-width: 1220px;
		margin: 0 auto;
		position: relative;
}

.generalWrap.v2 {
		max-width: 1000px;
}

.grid {
		display: grid;
		align-content: center;
		justify-content: center;
}

header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 189px;
	position: relative;
	transition:all 0.6s ease;
	width: 100%;
	z-index: 1040;
}
header:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
header.change {
	background-position: center top;
	height: 120px;
}
header.rMenu .backMenu {
	background-color: rgba(34,34,34,0.4);
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 85px;
	width: 100%;
	z-index: -1;
}
.topNav {
	height: 187px;
	padding-top: 16px;
	transition: all 1s ease;
}
header.change .topNav { padding-top: 6px }
.topNav .colt {
	/* grid-template-columns: repeat(3, .000000
	1fr) auto repeat(3, 1fr); */
	grid-template-columns: repeat(2, 1fr) auto repeat(2, 1fr);
	/* width: 45%; */
	width: 37%;
	gap: 30px;
	margin: 0 auto;
	align-items: center;
	justify-items: center;
	position: relative;
}
.topNav .colt a {
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #3b92bf;
	font-size: 1.3em;
	padding: 10px;
	transition: all .6s ease;
}

.topNav .colt a:nth-child(1){
	position: absolute;
	left: -231px;
	top: 45px;
}

header.change .topNav .colt a:nth-child(1) {
	top: 16px;
}

header.change .topNav .colt a { font-size: 1.1em }
.topNav .colt  a:hover {
	border: 2px solid #8fc13f;
}
.topNav .colt  a:hover > i {
	color: #8fc13f;
}
.topNav .colt  a.logo {
	border-radius: unset;
	border: none;
	background-color: transparent;
}
.topNav .colt  a.logo > img {
	height: 110px;
	transition:all 0.6s ease;
}
header.change .topNav .colt  a.logo > img {
	height: 60px;
}
.topNav .colt  a > i {
	color: #3b92bf ;
	font-size: 1em;
	transition: all .4s ease;
}

@media only screen and (max-width:2065px){
	header.change .topNav .colt a.logo > img {
		height: 52px;
	}
	/* .topNav .colt a.logo {
		width: 124px;
	} */
}

@media only screen and (max-width: 625px){
	.topNav .colt {
			gap: 13px;
			width: 100%;
	}
	.topNav .colt a.logo {
			overflow: hidden;
			width: 29px;
	}
	.topNav .colt a.logo > img {
			height: 50px;
	}
	header,
	header.change {
		height: 86px;
	}
}

header > .generalWrap {
	top: -43px;
	transition:all 0.6s ease;
}
header.change > .generalWrap { top: -103px }

nav {
	background-color: #168f42;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
	height: 52px;
	position: relative;
	transition:all 0.6s ease;
	width: 100%;
}

a.navbar {
	display: none;
	font-size: 1.2em;
}
a.navbar i {
	display: inline;
}
nav .opNav {
	display: none;
	border-bottom: 1px solid #fdfdfd36;
	padding: 10px 27px;
}
nav .opNav > #close {
	color:#fff;
	display: inline;
	position: absolute;
	right: 28px;
	top: -3px;
	cursor: pointer;
}
nav .opNav > a.homeNav {
	color: #fff;
}

nav > ul {
	display: grid;
	grid-template-columns: repeat(8,auto);
	justify-content: center;
}
nav > ul > li { position: relative }
nav > ul > li > a {
	display: block;
	color: #fff;
	height: 52px;
	font-size: .84em;
	font-weight: 900;
	line-height: 50px;
	padding: 0 29px;
	position: relative;
	text-transform: uppercase;
}

@media only screen and (min-width: 1065px) {
	nav > ul > li.open > ul {
		display: block;
		opacity: 1;
		visibility: visible;
	}
}

nav > ul > li:hover > a {
	background-color: rgba(44,76,91,.97);
}
nav > ul > li:hover > a span {
	border-bottom: 1px solid #527382;
	padding-bottom: 4px;
}
nav > ul > li > a.current span {
	border-bottom: 1px solid #bbe775;
	padding-bottom: 4px;
}
nav > ul > li > a.current {
	color: #bbe775;
}
nav > ul > li:hover > a:after {
	background-color: rgba(44,76,91,.97);
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
nav > ul > li > a:before {
	background-color: #136f2e;
	content: "";
	height: 28px;
	position: absolute;
	right: 0;
	top: 12px;
	width: 1px;
}
nav > ul > li:hover > a:before { display: none }
nav > ul > li:last-of-type > a:before { display: none }
nav > ul > li > ul {
	background-color: rgba(44,76,91,.97);
	border-radius: 0 0 10px 10px;
	left: 0;
	opacity: 0;
	padding: 18px 24px;
	position: absolute;
	top: 54px;
	transition: all 0.6 ease;
	visibility: hidden;
	z-index: 100;
}
nav > ul > li:nth-child(5) > ul,
nav > ul > li:nth-child(6) > ul,
nav > ul > li:nth-child(7) > ul,
nav > ul > li:nth-child(8) > ul {
	left: initial;
	right: 0;
}
nav > ul > li > ul.cols1 { columns: 1 }
nav > ul > li > ul.cols2 { columns: 2 }
nav > ul > li > ul.cols3 { columns: 3 }
nav > ul > li > ul.cols4 { columns: 4 }

nav > ul > li > ul > li {
	break-inside: avoid;
	min-width: 200px;
}
nav > ul > li > ul > li > a {
	display: block;
	color: #ffbf43;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.4em;
	position: relative;
}
nav > ul > li > ul > li > a:hover { text-decoration: underline }
nav > ul > li > ul > li > a:not([href]) { text-decoration: none }
nav > ul > li > ul.cols1 > li > a {
	border-bottom: 1px solid #436476;
	color: #fff;
	font-weight: 400;
}
nav > ul > li > ul.cols1 > li:last-of-type > a { border-bottom: none }
nav > ul > li > ul > li > a.only {
	padding: 0 0 14px 0;
}
nav > ul > li > ul.cols1 > li:first-of-type > a.only { padding: 0 0 7px 0 }
nav > ul > li > ul.cols1 > li > a.only {
	font-size: .88em;
	padding: 7px 0;
}
nav > ul > li > ul > li:last-of-type > a.only {
	padding: 0 0 0 0;
}
nav > ul > li > ul.cols1 > li:last-of-type > a.only {
	padding: 7px 0 0 0;
}
nav > ul > li > ul > li:hover > a {
	color: #fcb630;
}

/* sub-submenu */
nav ul.sub-submenu {
	padding: 4px 0 14px 0;
}
nav ul.sub-submenu > li > a {
	color:#fff;
	display: block;
	font-size: .88em;
	font-weight: 300;
	line-height: 1.25em;
	padding: 3px 0 3px 18px;
	position: relative;
	transition:all 0.3s ease;
}
nav ul.sub-submenu > li:hover > a {
	color: #fcb630;
}
nav ul.sub-submenu > li > a:before {
	background-color:#ffbf43;
	content: "";
	position: absolute;
	height: 1px;
	left: 4px;
	top: 12px;
	width: 6px;
}

@media only screen and (max-width: 1065px){
	nav  {
		border: none;
		border-radius:0;
		position: fixed;
		width: 360px;
		left: -360px;
		height: 100vh;
	}
	header.change nav, nav {
		top:0;
		overflow-x: auto;
	}
	nav > ul {
		position: relative;
		display: block;
		overflow-y: auto;
	}
	nav > ul > li > ul {
		border-radius: 0;
		display: none;
		opacity: 1;
		position: relative;
		top: 0;
		visibility: unset;
	}
	a.navbar {display: block;}
	.topNav .colt > a:first-of-type {
		display: none;
	}
	.topNav {
    	height: 80px;
		padding-top: 6px;
	}
	.topNav .colt {
		grid-template-columns: repeat(3, 1fr) auto repeat(2, 1fr);
	}

	nav .opNav {
		display: block;
	}
	nav > ul > li > a .subArrow {
		border-bottom: none !important;
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	nav > ul > li > a:before {
		content: none;
	}
	nav > ul > li > ul > li {
		display: block;
	}
	nav > ul > li:hover > a {
		background-color: transparent;
	}
	nav > ul > li:hover > a::after {
		display: none;
	}
	nav > ul > li > ul.cols1,
	nav > ul > li > ul.cols2,
	nav > ul > li > ul.cols3,
	nav > ul > li > ul.cols4 {columns: initial;}
}


@media only screen and (max-width: 550px){
	.topNav .colt {
		gap: 0;
		grid-template-columns: repeat(3, 12%) auto repeat(3, 12%);
	}
	.topNav .colt a > i {font-size: 0.8em;}
	.topNav .colt a {padding: 5px 8px 6px 8px;}
}

footer {
	background-color: #fff;
}
footer .footer {
	display: grid;
	grid-template-columns: repeat(4, 25%);
	gap: 10px;
	padding-bottom: 23px;
	padding-top: 27px;
	background-color:#2c4c5b;
	border-radius: 60px;
	border: 2px solid #fff;
	position: relative;
	top: -59px;
}
footer .footer div {
	display: block;
	padding-left: 48px;
	position: relative;
}
footer .footer div:before {
	position: absolute;
	content: "";
	background-color: #3b6173;
	height: 60px;
	width: 1px;
	right: 0;
	top: 6px;
}
footer .footer div:last-child:before {
	content: none;
}
footer .footer div:first-of-type {
	padding-left: 78px;
}
footer .footer div:nth-child(2):before {
	right: -14px;
}
footer .footer div:nth-child(2) p >  i {
	position: absolute;
	left: 24px;
	top: 10px;
}
footer .footer div > p, footer .footer div > a > i {
	color: #fff;
}
footer .footer div p span {
	display: block;
	padding:2px 0px;
	font-size: 0.85em;
}
footer .footer p > i {
	color: #93c349;
	font-size: 1em;
}
footer .footer div:nth-child(3) p {
	position: relative;
	padding-left: 64px;
	font-size: 1.3em;
}
footer .footer div:nth-child(3) p span {
	font-size: 0.7em;
}
footer .footer div p > img  {
	position: absolute;
	width: 46px;
	top: 12px;
	left: 4px;
	height: auto;
	filter: brightness(80%);
}
footer .footer div.socials {
	align-content: center;
	display: grid;
	grid-template-columns: repeat(3,44px);
}
footer .footer div.socials > a i {
	font-size: 1.7em;
}
footer .footer div.socials > a:hover i {
	color: #93c349;
}
footer > p {
	bottom: 26px;
	font-size: .84em;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-weight: lighter;
}

@media only screen and (max-width: 900px){
	footer .footer div:first-of-type {
		padding-left: 31px;
	}
}

@media only screen and (max-width: 750px){
	footer .footer {
		grid-template-columns: repeat(2, 46%);
		justify-content: center;
		border-radius: 10px;
	}
	footer .footer div:nth-child(2)::before {
		content: none;
	}
	footer .footer div:first-of-type {
		padding-left: 54px;
	}
}

@media only screen and (max-width: 540px){
	footer .footer {
		grid-template-columns: repeat(1, 67%);
		text-align: center;
	}
	footer .footer div { padding-left: 0;}
	footer .footer div:first-of-type,
	footer .footer div:nth-child(3) p {
		padding-left: 0;
	}
	footer .footer div:nth-child(2){
		padding-left: 21px;
	}
	footer .footer div:nth-child(2) p > i {
		position: relative;
		top: 0px;
		left: 0;
	}
	footer .footer div::before {
		content: none;
	}
	footer .footer div p > img {
		position: relative;
		width: 40px;
		top: 9px;
		left: 0px;
	}
	footer .footer div.socials {
		margin: 20px;
		justify-content: center;
	}

}

/* Magnific Popup CSS */
.mfp-bg {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1042;
		overflow: hidden;
		position: fixed;
		background: #0b0b0b;
		opacity: 0.8; }
	
	.mfp-wrap {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1043;
		position: fixed;
		outline: none !important;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden; 
}
	
	.mfp-container {
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		padding: 0 8px;
		box-sizing: border-box; }
	
	.mfp-container:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle; }
	
	.mfp-align-top .mfp-container:before {
		display: none; }
	
	.mfp-content {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto;
		text-align: left;
		z-index: 1045; }
	
	.mfp-inline-holder .mfp-content,
	.mfp-ajax-holder .mfp-content {
		width: 100%;
		cursor: auto; }
	
	.mfp-ajax-cur {
		cursor: progress; }
	
	.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
		cursor: -moz-zoom-out;
		cursor: -webkit-zoom-out;
		cursor: zoom-out; }
	
	.mfp-zoom {
		cursor: pointer;
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
		cursor: zoom-in; }
	
	.mfp-auto-cursor .mfp-content {
		cursor: auto; }
	
	.mfp-close,
	.mfp-arrow,
	.mfp-preloader,
	.mfp-counter {
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none; }
	
	.mfp-loading.mfp-figure {
		display: none; }
	
	.mfp-hide {
		display: none !important; }
	
	.mfp-preloader {
		color: #CCC;
		position: absolute;
		top: 50%;
		width: auto;
		text-align: center;
		margin-top: -0.8em;
		left: 8px;
		right: 8px;
		z-index: 1044; }
		.mfp-preloader a {
			color: #CCC; }
			.mfp-preloader a:hover {
				color: #FFF; }
	
	.mfp-s-ready .mfp-preloader {
		display: none; }
	
	.mfp-s-error .mfp-content {
		display: none; }
	
	button.mfp-close,
	button.mfp-arrow {
		overflow: visible;
		cursor: pointer;
		background: transparent;
		border: 0;
		-webkit-appearance: none;
		display: block;
		outline: none;
		padding: 0;
		z-index: 1046;
		box-shadow: none;
		touch-action: manipulation; }
	
	button::-moz-focus-inner {
		padding: 0;
		border: 0; }
	
	.mfp-close {
		width: 44px;
		height: 44px;
		line-height: 44px;
		position: absolute;
		right: 0;
		top: 0;
		text-decoration: none;
		text-align: center;
		opacity: 0.65;
		padding: 0 0 18px 10px;
		color: #FFF;
		font-style: normal;
		font-size: 28px;
		font-family: Arial, Baskerville, monospace; }
		.mfp-close:hover,
		.mfp-close:focus {
			opacity: 1; }
		.mfp-close:active {
			top: 1px; }
	
	.mfp-close-btn-in .mfp-close {
		color: #333;
		font-size: 1.4em;
		right: -10px;
}
	
	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
		color: #FFF;
		right: -6px;
		text-align: right;
		padding-right: 6px;
		width: 100%; }
	
	.mfp-counter {
		position: absolute;
		top: 0;
		right: 0;
		color: #CCC;
		font-size: 12px;
		line-height: 18px;
		white-space: nowrap; }
	
	.mfp-arrow {
		position: absolute;
		opacity: 0.65;
		margin: 0;
		top: 50%;
		margin-top: -55px;
		padding: 0;
		width: 90px;
		height: 110px;
		-webkit-tap-highlight-color: transparent; }
		.mfp-arrow:active {
			margin-top: -54px; }
		.mfp-arrow:hover,
		.mfp-arrow:focus {
			opacity: 1; }
		.mfp-arrow:before,
		.mfp-arrow:after {
			content: '';
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			left: 0;
			top: 0;
			margin-top: 35px;
			margin-left: 35px;
			border: medium inset transparent; }
		.mfp-arrow:after {
			border-top-width: 13px;
			border-bottom-width: 13px;
			top: 8px; }
		.mfp-arrow:before {
			border-top-width: 21px;
			border-bottom-width: 21px;
			opacity: 0.7; }
	
	.mfp-arrow-left {
		left: 0; }
		.mfp-arrow-left:after {
			border-right: 17px solid #FFF;
			margin-left: 31px; }
		.mfp-arrow-left:before {
			margin-left: 25px;
			border-right: 27px solid #3F3F3F; }
	
	.mfp-arrow-right {
		right: 0; }
		.mfp-arrow-right:after {
			border-left: 17px solid #FFF;
			margin-left: 39px; }
		.mfp-arrow-right:before {
			border-left: 27px solid #3F3F3F; }
	
	.mfp-iframe-holder {
		padding-top: 40px;
		padding-bottom: 40px; }
		.mfp-iframe-holder .mfp-content {
			line-height: 0;
			width: 100%;
			max-width: 900px; }
		.mfp-iframe-holder .mfp-close {
			top: -40px; }
	
	.mfp-iframe-scaler {
		width: 100%;
		height: 0;
		overflow: hidden;
		padding-top: 56.25%; }
		.mfp-iframe-scaler iframe {
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
			background: #000; }
	
	/* Main image in popup */
	img.mfp-img {
		width: auto;
		max-width: 100%;
		height: auto;
		display: block;
		line-height: 0;
		box-sizing: border-box;
		padding: 40px 0 40px;
		margin: 0 auto; }
	
	/* The shadow behind the image */
	.mfp-figure {
		line-height: 0; }
		.mfp-figure:after {
			content: '';
			position: absolute;
			left: 0;
			top: 40px;
			bottom: 40px;
			display: block;
			right: 0;
			width: auto;
			height: auto;
			z-index: -1;
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
			background: #444; }
		.mfp-figure small {
			color: #BDBDBD;
			display: block;
			font-size: 12px;
			line-height: 14px; }
		.mfp-figure figure {
			margin: 0; }
	
	.mfp-bottom-bar {
		margin-top: -36px;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		cursor: auto; }
	
	.mfp-title {
		text-align: left;
		line-height: 18px;
		color: #F3F3F3;
		word-wrap: break-word;
		padding-right: 36px; }
	
	.mfp-image-holder .mfp-content {
		max-width: 100%; }
	
	.mfp-gallery .mfp-image-holder .mfp-figure {
		cursor: pointer; }
	
	@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
		/**
				 * Remove all paddings around the image on small screen
				 */
		.mfp-img-mobile .mfp-image-holder {
			padding-left: 0;
			padding-right: 0; }
		.mfp-img-mobile img.mfp-img {
			padding: 0; }
		.mfp-img-mobile .mfp-figure:after {
			top: 0;
			bottom: 0; }
		.mfp-img-mobile .mfp-figure small {
			display: inline;
			margin-left: 5px; }
		.mfp-img-mobile .mfp-bottom-bar {
			background: rgba(0, 0, 0, 0.6);
			bottom: 0;
			margin: 0;
			top: auto;
			padding: 3px 5px;
			position: fixed;
			box-sizing: border-box; }
			.mfp-img-mobile .mfp-bottom-bar:empty {
				padding: 0; }
		.mfp-img-mobile .mfp-counter {
			right: 5px;
			top: 3px; }
		.mfp-img-mobile .mfp-close {
			top: 0;
			right: 0;
			width: 35px;
			height: 35px;
			line-height: 35px;
			background: rgba(0, 0, 0, 0.6);
			position: fixed;
			text-align: center;
			padding: 0; } }
	
	@media all and (max-width: 900px) {
		.mfp-arrow {
			-webkit-transform: scale(0.75);
			transform: scale(0.75); }
		.mfp-arrow-left {
			-webkit-transform-origin: 0;
			transform-origin: 0; }
		.mfp-arrow-right {
			-webkit-transform-origin: 100%;
			transform-origin: 100%; }
		.mfp-container {
			padding-left: 6px;
			padding-right: 6px; } }


/* ----------- modalBox -----------*/
#modalBox, .inlineBox, #modalC {
	background: #fff;
	box-shadow: 0 0 20px rgba(64, 64, 64, 0.45);
	margin: 26px auto;
	max-width: 500px;
	padding: 24px 28px 26px;
	position: relative;
}
#modalBox.v2, .inlineBox.v2 { max-width: 380px }
#modalBox.v3, .inlineBox.v3 { max-width: 680px }
.inlineBox.v4 {
	background-color: rgba(27,34,38,0.85);
	max-width: 640px;
	padding: 24px;
}
#modalBox h1, .inlineBox h1 {
	color: #0170c0;
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
#modalBox p {
	margin-top: 4px;
}
#modalBox form {
	margin-top:16px
}
#modalBox label {
	/* color: #a6abae; */
	display: block;
	font-size: .9em;
	/* font-weight: 600; */
	margin-bottom: 6px;
}
#modalC input[type="text"], #modalC textarea,
#modalBox input[type="text"], #modalBox textarea {
	border: 1px solid #c3c3c3;
	color: #2a363d;
	font-size: .9em;
	margin: 0 0 18px 0;
	padding: 12px 10px 8px 10px;
	width:100%;
	transition: all 0.5s ease-in-out;
}
#modalC input[type="text"]:focus, #modalC textarea:focus,
#modalBox input[type="text"]:focus, #modalBox textarea:focus {
	border-color: #4a5266
}
#modalBox .captchaTxt {
	background-position: right 0;
	background-repeat: no-repeat;
	background-size: contain;
}
#modalBox input[type="text"].requiredField, #modalBox textarea.requiredField {
	background-color: #fff4f3;
	border-color: #ffa39a;
}
#modalBox input[type="submit"] {
		background-color:#fbb72f ;
		border:1px solid #fbb72f;
	border-radius: 50px;
	color: #ffffff;
	display:block;
	font-weight: 600;
	padding: 8px 30px;
	text-transform: uppercase;
	transition: all 0.2s ease;
		width: 100%;
}
#modalBox input[type="submit"]:hover, #modalBox input[type="submit"]:hover:focus { background-color:#f7c35b;
color: #fff;
}
#modalBox input[type="submit"]:focus { background-color:#1080d1 }
.errors, .success {
	color: #fff;
	display: none;
	font-size: .88em;
	font-weight: 500;
	line-height: 1.4em;
	margin: 18px 0;
	text-align: left;
	padding: 0px 14px;
}
.errors { background-color: #f5c3be }
.success { background-color: #c3e6ad }
.errors p, .success p { margin: 10px 0 }
.messageTxt {
	color: #898f93;
	font-size: .85em;
	font-style: italic;
	line-height: 1.4em;
	margin-top: 8px;
	text-align: center;
}

#modalC .formComment { margin: 31px 0px 7px 0px; }


@media only screen and (max-width:1366px) {
	.inlineBox.v4 { max-width: 400px }
}
@media only screen and (max-width:580px) {
	#modalBox h1, .inlineBox h1 { font-size: 1.3em }
}



/* Slider */
.slick-slider
{
		position: relative;

		display: block;
		box-sizing: border-box;

		-webkit-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
						user-select: none;

		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
				touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}

.slick-list
{
		position: relative;

		display: block;
		overflow: hidden;

		margin: 0;
		padding: 0;
}
.slick-list:focus
{
		outline: none;
}
.slick-list.dragging
{
		cursor: pointer;
		cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
		-webkit-transform: translate3d(0, 0, 0);
			 -moz-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				 -o-transform: translate3d(0, 0, 0);
						transform: translate3d(0, 0, 0);
}

.slick-track {
		position: relative;
		top: 0;
		left: 0;
		display: block;
}
.slick-track:before,
.slick-track:after {
		display: table;
		content: '';
}
.slick-track:after { clear: both; }

.slick-loading .slick-track {
		visibility: hidden;
}

.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px;
}
[dir='rtl'] .slick-slide {
		float: right;
}
.slick-slide img {
		display: block;
}
.slick-slide.slick-loading img {
		display: none;
}
.slick-slide.dragging img {
		pointer-events: none;
}
.slick-initialized .slick-slide {
		display: block;
}
.slick-loading .slick-slide {
		visibility: hidden;
}
.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
		display: none;
}

section.municipalidad {
		position: relative;
}

section.municipalidad:before {
		content: "";
		position: absolute;
		left: 0;
		top: -17px;
		height: 14px;
		background-color: #136f2e;
		width: 100%;
}
.banner {
		/* height: 545px; */
		max-height: 545px;
		overflow: hidden;
		position: relative;
}
.banner .bgBanner {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		padding-bottom: 545px;
}

.banner .vid video source, .banner .bgBanner {
		position: relative;
		width: 100%;
}
.banner .vid video {
		width: 100%;
}

.banner .vid .textBanner, .banner .bgBanner .textBanner {
		position: absolute;
		left: 50%;
		bottom: 27%;
		transform: translate(-50%, 0);
		z-index: 1000;
		max-width: 600px;
		text-align: center;
}

.banner .vid .textBanner > p, .banner .bgBanner .textBanner > p {
		font-size: 2.4em;
		font-weight: bold;
		color: #fff;
		text-align: center;
		margin-bottom: 10px;
}

.banner .vid .textBanner > a, .banner .bgBanner .textBanner > a {
		font-size: 1em;
		background-color: #136f2e;
		padding: 5px 15px 6px;
		text-align: center;
		display: inline-block;
		border: 2px solid #fff;
		color: #fff;
		border-radius: 50px;
}

.banner .vid .textBanner > a:hover, .banner .bgBanner .textBanner > a:hover {
		background-color:#2bac52 ;
}

.muni {
		grid-template-columns: repeat(4, 1fr);
		gap: 25px;
		margin: 20px 0px;
}

.muni .box {
		display: inline-block;
		position: relative;
		top: -88px;
		border-radius: 150px 150px 0px 0px;
		border: 4px solid #fff;
		overflow: hidden;
		transition: all .4s ease;
}



.muni .box .img1 {
		padding-bottom: 190px;
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
		transition: all .4s ease;
}

.muni .box:hover .img1 {
		filter: brightness(60%);
}

.muni .box .info .vctr {
		position: absolute;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 471px;
		width: 100%;
		top: -262px;
		left: 0;
		z-index: -1;
}

.muni .box .info {
		color: #fff;
		padding: 14px 5px 4px 5px;
		position: relative;
		overflow: hidden;
		background-color: #2c4c5bf3;
		text-align: center;
}

.muni .box:nth-child(2) .info{
		background-color: #fcb530f2;
 
}

.muni .box .info .vctr {
		transition: all .4s ease;
}

.muni .box:nth-child(2) .info .vctr {   top: -116px;}

.muni .box:nth-child(3) .info {
		background-color: #8fc13ef8;
}
.muni .box:nth-child(3) .info .vctr {   top: -225px;}
.muni .box:nth-child(4) .info {
		background-color: #3b93bffa;
}
.muni .box:nth-child(4) .info .vctr {   top: -171px;}


.muni .box:nth-child(1):hover .info .vctr,
.muni .box:nth-child(2):hover .info .vctr,
.muni .box:nth-child(3):hover .info .vctr,
.muni .box:nth-child(4):hover .info .vctr {  
		transform: scale(1.1);
}

.muni .box .info h3 {
		font-weight: 600;
		font-size: 1.2em;
		padding-bottom: 15px;
}

.muni .box .info p {
		font-size: 1em;
		padding-bottom: 15px;
		color: #fff;
}

@media only screen and (max-width:915px){
	.muni {           
		gap: 10px;
	}
}

@media only screen and (max-width:850px){
	.muni {
		grid-template-columns: repeat(2, 1fr);
		gap: 80px;
		margin: 0 35px;
	}
	.muni .box .img1 {
		padding-bottom: 260px;
	}
}
@media only screen and (max-width: 790px){
	.muni {
		grid-template-columns: repeat(2, 47%);
		gap: 34px;
		padding: 0px;
	}
}

@media only screen and (max-width: 570px){
	.muni {
		grid-template-columns: repeat(2, 50%);
		gap: 10px;
		margin: 0 18px;
	}
}

@media only screen and (max-width:500px){
	.muni {
		grid-template-columns: repeat(1, 80%);
		gap: 10px;
		margin: 0 18px;
	}
	.muni .box .img1 {
		padding-bottom: 255px;
	}
}

.actN {
		background-color: #f3f3f3;
}
.newsAct {
		grid-template-columns: 48% 48%;
		gap: 47px;
		padding: 37px 10px;
}

.newsAct > div {
		position: relative;
		padding: 30px 0px;
		transition: all .4s ease;
}

.newsAct div h2 {
		font-size: 1.8em;
		font-weight: bolder;
		text-transform: uppercase;
}

.newsAct div.acts:before {
		content: "";
		position: absolute;
		right: -19px;
		top: 83px;
		height: 78%;
		width: 2px;
		background-color: #dddddd;
}

.newsAct div.acts h2 { color: #f4951f;}
.newsAct div.news h2 { color: #2c4c5b;}

.newsAct div h2 > a {
		background-color: #fff;
		font-size: .5em;
		padding: 8px 10px;
		color: #4e4e4e;
		border-radius: 10px;
		font-weight: initial;
		position: absolute;
		text-transform: initial;
		right: 32px;
		-webkit-box-shadow:0px 0px 17px 1px rgba(185, 185, 185, 0.18);
		-moz-box-shadow:0px 0px 17px 1px rgba(185, 185, 185, 0.18);
		box-shadow:0px 0px 17px 1px rgba(185, 185, 185, 0.18);
}

.newsAct div > a, .newsAct div.slideVertical  > .gridAct > a {
		display: grid ;
		grid-template-columns: auto 1fr;
		gap: 10px;
		position: relative;
		padding: 0px 17px;
		margin: 10px;
}

.newsAct div.news > a {
		margin: 20px 0px;
}

.newsAct div > a p.date {
		background-color: #f4951f;
		border: 2px solid #fff;
		border-radius: 40px;
		color: #fff;
		font-size: 1.2em;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		position: absolute;
		padding: 11px 10px;
		left: 0;
		top: 21px;
		z-index: 100;
} 

.newsAct div.news > a p.date {  background-color: #2c4c5b;}

.newsAct div > a p.date span {
		display: block;
		font-size: .7em;
		padding-top: 5px;
}

.newsAct div > a .contImg {
		overflow: hidden;
		border: 3px solid #fff;
		border-radius: 18px;
		height: 151px;
		width: 167px;
		text-align: center;
		padding: 0;
		-webkit-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.12);
		-moz-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.12);
		box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.12);
} 

.newsAct div > a:hover .contImg img { transition: all .4s ease; }
.newsAct div > a:hover .contImg img{
		filter: brightness(80%);
		transform: scale(1.1);
}

.newsAct div > a img {
		width:auto;
		max-height: 155px;
		min-height: 124px;
}

.newsAct div > a .info {
		padding: 10px;
}

.newsAct div > a > .info > h3,
.newsAct div > a .info > h4 {
		color:#4e4e66;
		font-size: 1.2em;
		font-weight: 600;
		line-height: 1.3;
		padding-bottom: 8px;
		transition: all .4s ease;
}

.newsAct div.gridAct > a:hover .info > h4  { color:#f4951f;}
.newsAct div.news > a:hover .info > h4  { color:#2c4c5b;}

@media only screen and (max-width: 990px){
	.newsAct div > a, .newsAct div.slideVertical > .gridAct > a {
		grid-template-columns: 95%;
	}
	.newsAct div > a .contImg {
		width: 327px;
		height: 218px;
		width: 100%;
	}
	.newsAct div > a img {
		max-height: 238px;
		min-height: 261px;
	}
}

@media only screen and (max-width:765px){
	.newsAct {
		grid-template-columns: 100%;
		padding: 37px 23px; 
	}
	.newsAct div > a, .newsAct div.slideVertical > .gridAct > a {
		grid-template-columns: 36% auto;
	}
	.newsAct div > a img {
		max-height: 181px;
		min-height: 166px;
	}
	.newsAct div > a .contImg {
		height: 161px;
	}
	.newsAct div.acts:before {
		content: none;
	}
}

@media only screen and (max-width: 630px){
	.newsAct div > a, .newsAct div.slideVertical > .gridAct > a {
		grid-template-columns: 41% auto;
	}
	.newsAct div > a img {
		max-height: 136px;
		min-height: 100%;
	}
	.newsAct div > a .contImg {
		height: 130px;
		height: 150px;
	}
}

/* @media only screen and (max-width: ) */

.services {
		position: relative;
		padding: 40px 0;
		overflow: hidden;
}

.services .bgServ {
		position: absolute;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
}

.services .col4 {
		grid-template-columns: repeat(4,20%);
		gap: 30px;
		padding: 30px 0px;
}

.services .container > h2, div.poll h2 {
		color:#fff;
		padding-bottom: 20px;
		font-size: 1.6em;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
}

.services  .slideS a { transition: all .4s ease;}

.services  .slideS a > .imgPry {
padding-bottom: 200px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border: 3px solid #fff;
border-radius: 10px;
transition: all .4s ease;
}

.services  .slideS a:hover > .imgPry {
		filter: brightness(80%);
}

.services .slideS a > p {
		color: #fff;
		font-size: 1em;
		font-weight: 600;
		text-align: center;
		padding: 13px 0px;
}

.services .slideS .prev, .services .slideS .next {
		background: none;
		border: none;
		color:#fff;
		font-size: 1.3em;
		position: absolute;
		top: 36%;
		z-index: 100;
}


.services .slideS .next { right: 0;}

.services .slideS .next > i {display: inline;}
.services .slideS .next:hover > i, 
.services .slideS .prev:hover > i {
	 color: #3b92bf;
}


.pollBox { text-align: center;}
.pollBox > p {
		text-align: center;
		color: #fff;
		padding: 5px 10px ;
}


.pollBox .answer {
		padding: 15px 40px;
		margin:  5px 0px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		text-align: left;
}

.pollBox .answer label {
		position: relative;
		padding-left: 32px;
		padding-bottom: 10px;
		display: block;
		color: #fff;
}

.pollBox .answer label > input[type="radio"] {
		position: absolute;
		left: 0;
		background-color: #fff;
		border: 1px solid #c3c3c3;
		border-radius: 50%;
		cursor: pointer;
		height: 14px;
		margin-right: 8px;
		transition: all 0.3s ease;
		width: 14px;
		-webkit-appearance: none;
		-moz-appearance: none;

}
.pollBox .answer label > input[type="radio"]:checked {
		background-color: #f4951f;
		border: 3px solid #f4951f;
		box-shadow: 0 0 1px 1px #f4951f;
}

.pollBox  a {
		background-color:#f4951f;
		border-radius: 5px;
		color:#fff;
		display: inline-block;
		font-size: 0.8em;
		font-weight: bolder;
		padding: 7px 10px;
		text-align: center;
		text-transform: uppercase;
}

.pollBox  a:hover { background-color:#f3ac54; }
.pollBox  a.results {
		background-color: #314f5a;
}
.pollBox  a.results:hover {
		background-color: #506972;
}

@media only screen and (max-width: 950px){
	.services .col4 {
		grid-template-columns: repeat(2,34%);
		gap: 45px;
	}
}

@media only screen and (max-width:670px){
	.services .col4 {
		grid-template-columns: repeat(2,42%);
		gap: 20px;
	}
	.newsAct div.slideVertical > .gridAct {
		margin: 20px 0px;
	}
}

@media only screen and (max-width: 500px){
	.services .slideS a > .imgPry {
		padding-bottom: 147px;
	}
	.newsAct div > a, .newsAct div.slideVertical > .gridAct > a {
		grid-template-columns: auto;
		padding: 0px 28px;
	}
	.newsAct div > a img {
		max-height: 100%;
	}
	.newsAct div > a .contImg { height: 201px; }
}


/* encuestas */
#polls {
	background-color: #fff;
	margin: 76px 0;
	padding: 20px 35px;
}

#polls h1 {
	color: #2c4c5b;
	margin-bottom: 20px;
}


#polls h3 {
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 1px solid #f4951f;
	padding: 5px;
}

#polls .pollBox p, #polls .pollBox label {
	color: #454545;
}

#polls .listPoll {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 20px;
	gap: 22px;
}
#polls .listPoll.v2 {
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

#polls .listPoll a {
	padding: 7px 0 8px 30px;
	position: relative;
}

#polls .listPoll a > i {
	position: absolute;
	left: 1px;
	font-size: 1.3em;
	top: 17px;
	color: #3b91b9;
}

#polls .listPoll .pollBox > a {
	padding: 5px 15px;
}

#polls .listPoll .pollBox > p {
	position: relative;
}
#polls .listPoll .pollBox > p:before {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #e0e0e0;
	width: 83%;
	bottom: -6px;
}

@media only screen and (max-width: 950px){
	#polls .listPoll.v2 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width:870px){
	#polls .listPoll {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 685px){
	#polls .listPoll.v2 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width:600px){
	#polls .listPoll {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 490px){
	#polls .listPoll.v2 {
		grid-template-columns: repeat(1, 90%);
	}
}

.enlaces {
		position: relative;
		padding: 40px 0px 70px 0;
		background-color: #ffffff;;
}

.enlaces .bgVector {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 237px;
		opacity: 4.5%;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
}
.enlaces:before {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		height: 250px;
		background-color: #f1f1f1;
		width: 100%;

}

.enlaces h2 {
		color: #798b97;
		font-size: 1.8em;
		font-weight: bolder;
		text-transform: uppercase;
		text-align: center;
		padding: 20px;
}

.enlaces .col5 {
		grid-template-columns: repeat(5, 14%);
		gap: 45px;
		margin: 30px 0;
}

.enlaces .box {
		display: block;
		width: 100%;
		border: 2px solid #fff;
		border-radius:100px 100px 0 0;
		overflow: hidden;
		transition: all .4s ease;
}
.enlaces .box .img1 {
		padding-bottom: 210px;
		width: 100%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		transition: all .4s ease;
}

.enlaces .box:hover .img1 {
		filter: brightness(70%);
}


.enlaces .box .info {
		background-color: #454545;
		color:#fff;
		text-align: center;
		padding: 9px 5px;
		height: 100%;
}

.enlaces .box:nth-child(1) .info {
		background-color: #f4951f;
}
.enlaces .box:nth-child(2) .info {
		background-color: #fcb630;
}
.enlaces .box:nth-child(3) .info {
		background-color: #168f42;
}
.enlaces .box:nth-child(4) .info {
		background-color: #3b92bf;
}
.enlaces .box:nth-child(5) .info {
		background-color: #2c4c5b;
}

@media only screen and (max-width: 1065px){
	.enlaces .col5 {
		grid-template-columns: repeat(3, 18%);
	}
}
@media only screen and (max-width: 820px){
	.enlaces .col5 {
		grid-template-columns: repeat(3, 22%);
		gap: 30px;
	}
}
@media only screen and (max-width: 690px){
	.enlaces .col5 {
		grid-template-columns: repeat(2, 45%);
	}
}
@media only screen and (max-width: 365px){
	.enlaces .col5 {
		grid-template-columns: repeat(1, 60%);
	}
}

/* ----------- cdtop -----------*/
.cdTop {
	background-color: #3a90bb;
	border-radius: 50%;
	bottom: 64px;
	color: #fff;
	font-size: 1.5em;
	height: 40px;
	line-height: 38px;
	opacity: 0;
	position: fixed;
	right: 63px;
	text-align: center;
	transition: opacity .3s 0s, visibility 0s .3s;
	visibility: hidden;
	width: 40px;
	z-index: 9988;
}
.cdTop:hover { background-color: #92c343 }
.cdTop.cd-is-visible, .cdTop.cd-fade-out, .no-touch .cdTop:hover { transition: opacity .3s 0s, visibility 0s 0s }
.cdTop.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.no-touch .cdTop:hover {
	background-color: #fcb93b;
	opacity: 1;
}
.cdTop.cd-is-visible:focus { background-color: #3a90bb}


/* MODALs BUSCADOR/ IDIOMA */
.buscador label {
		color: #2a363d;
		padding-bottom: 20px;
		text-align: center;
		font-size: 2em;
		font-weight: 700;
		text-transform: uppercase;
}

.buscador input[type="search"] {
		display: block;
		margin-bottom: 20px;
		border: 1px solid #314f5a;
		padding: 10px 20px;
		border-radius: 50px;
		width: 100%;

}


/*--------------------------- modal idioma -----------------------------*/
#translate .sltTranslate select {
	padding: 10px 5px;	
	border: 1px solid #e0e0e0;
	width: 100%;
	font-size: 1.3em;
}
#translate .sltTranslate {
		position: relative;
	}
	
	#translate .sltTranslate:before {
		color: #0170c0;
		font-family: "FontAwesome";
		font-weight: 900;
		content: "\f107";
		display:table-cell;
		font-size: 1.3em;
		position: absolute;
		pointer-events: none;
		right: 13px;
		top: 13px;
		z-index: 1;
}

/* poll */
.titleResults {
		font-size: 1.5em;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		padding-bottom: 10px;
}

#pollResult {
		position: relative;
}

#pollResult .pTitle {
		padding-bottom: 5px;
		font-weight: 700;
		padding: 10px 0px
}
#pollResult .pTitle span {
		color: #314f5a;
}

#pollResult .pRow span {
		background-color: #e0e0e0;
		border-radius: 10px;
		display: inline-block;
		position: relative;
		height: 5px;
		margin: 0 0px 3px 10px;
		width: 85%;
}

#pollResult .pRow span em {
		background-color: #347a34;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 5px
}




/* article , articulos, INTERNAS */

.bgArticle {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		position: absolute;   
		height: 800px;
		z-index: -1000;
		top: 0;
}

.bgArticle:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50%;
		height: 90%;
				
		background: rgba(255,255,255,0);
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.29) 29%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bott-om, color-stop (0%, rgba(255,255,255,0)), color-stop(29%, rgba(246,246,246,0.29)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.29) 29%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.29) 29%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.29) 29%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.29) 29%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.intern1 {
		grid-template-columns: 23% 1fr;
		gap: 35px;
		padding: 95px 0px 22px 0;
		padding: 95px 0px 87px 0;
		align-items: start;
}

.intern1 .menuLateral {
		display: block;
		position: sticky;
		overflow: hidden;
		border-radius: 10px;
		top: 176px;
		border: 2px solid #1a9747;

		border-radius: 0px 0px 10px 10px;
		border: 1px solid #1a9747;
}

.intern1 .menuLateral > ul > li {
		background-color: rgba(255, 255, 255, 0.89);   
}
.intern1 .menuLateral > ul > li > a{
		display: block;
		padding: 10px 26px 10px 11px;
		color: #2c4c5b; 
		border-top: 1px solid #c9c9c9;
		position: relative;
}

.intern1 .menuLateral > ul > li:hover > a,
.intern1 .menuLateral > ul > li.current > a {
		background-color: rgb(255, 255, 255);
		color:#168f42;
}

.intern1 .menuLateral > ul > li > .opSubmenu:before {
		content: "\f067";
		font-family: "FontAwesome";
		font-weight: 900;
		font-size: 0.8em;
		color: #168f42;
		position: absolute;
		width: 5px;
		height: 5px;
		right: 20px;
		top: 13px;
		transition: all .3s;
}

.intern1 .menuLateral > ul > li > .symbol:before{
		content: "\f068";
}
.openSubmenu {display: none;}
.openSubmenu li {
		display:block;
		position: relative;
		padding: 8px 5px 8px 22px;
		background-color: rgba(255, 255, 255, 0.993)
}

.openSubmenu li:before {
		content: "";
		position: absolute;
		left: 10px;
		top: 16px;
		height: 4px;
		width: 8px;
		border-radius: 5px;
		background-color: #168f42;
}
.openSubmenu li > a {
		position: relative;
		display: inline-block;
		color: #454545;
}
.openSubmenu li:hover > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #136f2e;
		left: 0;
		bottom: -4px;
}


/* .containerG {
		background-color: #fff;
} */

.sliderP, .galery {
		width: 100%;
		max-height: 450px;
		display: inline-grid;
		border-radius: 150px 150px 0px 0 ;
		border: 2px solid #fff;
		overflow: hidden;
}

.galery {
	border-radius: unset	;
}

.sliderP  a, .galery a {
		display: block;
		width: 100%;
		overflow: hidden;
}

.sliderP  a  img, .galery a img {
		width: 100%;
		max-height: 446px ;
}

.sliderP  a.play, .galery a.play {
	position: relative;
}

.sliderP  a.play:before, .galery a.play:before {
	content: '\f144';
	font-family: "FontAwesome";
	font-size: 3.5em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.prevA,
.nextA {
	position: absolute;
	color: #f0f0f09d;
	bottom: 41%;
	z-index: 100;
	background-color: unset;
	border: none;
	font-size: 1.5em;
}
.prevA:hover,
.nextA:hover {
	color: #fff;
}
.prevA {
	left: 0;
}

.nextA {
	right: 0;
}


.breadcrumb {
		padding: 5px 15px;
		background-color: #fff;
		color: #9f9f9f;
		color: #168f42;
		/* border-radius: 16px; */
		z-index: 9999;
 
		/* border: 1px solid #168f42; */
		-webkit-box-shadow: 5px 5px 37px -13px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 37px -13px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 37px -13px rgba(0,0,0,0.75);
}
.sliderP + .breadcrumb {
		border-radius: unset;
		text-align: center;
		border: 1px solid #f2f2f2;
}

.breadcrumb a,
.breadcrumb p {
display: inline-block;
color: #9f9f9f;
color: #168f42;
}

.breadcrumb a:hover{
		/* color: #3b92bf; */
		text-decoration: underline;
}

.intern2 {
		grid-template-columns: 1fr 25%;
		gap: 37px;
		justify-content: start;
		/* margin: 51px 0px; */
		align-items: start;
}

.intern2 > div {
		position: relative;
}

.intern2 > .poll {
		position: sticky;
		top: 161px;
		background-color: #fff;
		border-radius: 0 0 10px 10px;
		margin: 17px 0;
		padding: 6px 10px;
		-webkit-box-shadow: 5px 5px 29px -24px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 29px -24px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 29px -24px rgba(0,0,0,0.75);
		border: 1px solid #f4951f;
}

.intern2 > .poll h2 {
		color: #f4951f;
		font-size: 1.2em;
		padding: 10px 0px 0px;
}

.intern2 > .poll .pollBox p, .intern2 > .poll .pollBox .answer > label  {
		color: #454545;
}

.intern2 .poll .pollBox .answer {
		border-top-color: #f4951f;
		border-bottom-color:#f4951f;
		margin: 5px auto;
		padding: 9px 58px 6px;

}

.intern2 .poll .pollBox a {
		margin: 5px 0px;
}

@media only screen and (max-width:1008px){
	.intern2 {
		grid-template-columns: 95%;
	}
	.intern2 > .poll {
		display: none;
	}
}

@media only screen and (max-width: 945px){
	.intern1 {
		grid-template-columns: 28% 1fr;
		gap: 20px;
	}
}

@media only screen and (max-width: 760px){
	.intern1 {
		grid-template-columns: 90%;
	}
	.intern1 .menuLateral {display: none;}
}
.tools {
		position: absolute;
		top: 17px;
		right: -19px;
		height: 94%;
}

.tools > div {
		position: sticky;
		top: 121px;
		background-color: #fff;
		border: 1px solid #3b92bf;
		border-radius: 50px;
		text-align: center;
		overflow: hidden;
}

.tools div a {
		position: relative;
		padding: 6px 11px 6px 9px;
		display: inline-block;
		display: block;
		color: #3b92bf;
		border-bottom: 1px solid #3b92bf;
}
.tools div a:last-of-type {
		border: none;
}
.tools div a:hover {
		background-color: #e6e6e6;
}

.tools div a i {
		font-size: .8em;
}

.tools div a small {
		font-weight: 600;
		font-size: 0.8em;
		left: 20px;
		position: absolute;
		top: 7px;
}

.txtBox {
		display: flow-root; 
		position: relative;
		background-color: #fff;
		border-radius: 0px 0px 27px 27px;
		padding: 23px 39px 20px 23px;
		margin-top: 17px;
		-webkit-box-shadow: 5px 5px 37px -24px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 37px -24px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 37px -24px rgba(0,0,0,0.75);
}

.txtBox h1 {
		display: block;
		color: #3b92bf;
		font-size: 1.8em;
		line-height: 1.3em;
		padding-bottom: 10px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
}

.txtBox h1 > span {
		display: block;
		color: #a0a0a0;
		font-size: .5em;
		font-weight: normal;
		text-transform: lowercase;
		padding: 5px ;
		margin-top: 11px;
		border-top: 1px solid #dfdfdf;
}

.txtBox h1 > span > i { font-size: .8em;}


.txtBox h2, .txtBox blockquote h2, #contentTruncate h2 {
		font-size: 1.5em;
		text-transform: uppercase;
		color: #8fc13f;
		font-weight: 600;
}

.txtBox h3, .txtBox blockquote > h3, #contentTruncate > h3 {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 4px;
	text-align: left;
	color:#168f42;
}
.txtBox h4, .txtBox blockquote > h4, #contentTruncate > h4 {
	/* border-bottom: 1px solid #4a5266; */
	font-weight: 700 ;
	margin-bottom: 8px;
	padding-bottom: 4px;
	text-align: left;
}

/* LEER MAS/MENOS */
#contentTruncate {
	display: none;
	margin-top: 22px;
}
.txtBox h5 {
	cursor: pointer;
	font-size: 1em;
	font-weight: 500;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
.txtBox h5 a {
	border-bottom: 1px solid transparent;
	color: #48ae28;
	display: inline-block;
	padding-bottom: 1px;
	transition:all 0.3s ease;
}
.txtBox h5 a:hover { text-decoration: none }
.txtBox h5:hover a { border-color: #48ae28 }
.txtBox h5 i { margin-right: 6px }
.txtBox h5.open a { color: #a5a5a5 }
.txtBox h5:hover.open a { border-color: #a5a5a5 }
.txtBox h5:before {
	background-image: url(../img/degradation.png);
	background-position: bottom;
	background-repeat: repeat-x;
	content: "";
	cursor: pointer;
	height: 90px;
	left: -2px;
	position: absolute;
	top: -91px;
	width: 101%;
}
.txtBox h5.open:before { display: none }


/* PESTAÑA ESCONDIDA ""  h6 */

.txtBox h6 {
	border-top: 1px solid #ddd;
	cursor: pointer;
	font-size: 1.18em;
	font-weight: 500;
	line-height: 1.36em;
	padding: 16px 26px 16px 0;
	position: relative;
	text-align: left;
	transition:all 0.3s ease;
}
.txtBox a {
	color: #2a363d;
	transition:all 0.3s ease;
}
.txtBox h6:hover a {
	color: #0170c0;
	text-decoration: none;
}
.txtBox h6:first-of-type { margin-top: 22px }
.txtBox h2 + h6 { margin-top: 22px }
.txtBox h6:before {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f107";
	color: #0170c0;
	font-size: 1.1em;
	position: absolute;
	right: 0;
	top: 17px;
}
.txtBox h6.symbol:before { content: "\f106" }
.txtBox h6.symbol { color:#00aeef }
.txtBox blockquote { display: none }



/* imagenes en texto */
.txtBox img {
	border: 2px solid #8fc13f;
	border-radius: 14px;
	display: block;
	width: 100%;
}
.txtBox .img100 { margin-bottom: 24px }
.txtBox .imgL, .txtBox .imgR { width: 48% }
.txtBox .imgL {
	float: left;
	margin: 6px 24px 10px 0;
	border-color: #2c4c5b;
}
.txtBox .imgR {
	float: right;
	margin: 6px 0  10px 15px;
	border-color: #3a90bb;
}

.txtBox > ul, blockquote > ul, #contentTruncate > ul {
		position: relative;
		display: block;
}
.txtBox > ul > li, blockquote > ul > li, #contentTruncate > ul > li {
		position: relative;
		display: block;
		padding: 5px;
		padding-left: 10px;
}

.txtBox > ul > li:before, blockquote > ul > li:before, #contentTruncate > ul > li:before {
		content: "";
		position: absolute;
		width: 7px;
		height: 3px;
		background-color: #8fc13f;
		border-radius: 13px;
		left: 0;
		top: 13px;
}

.txtBox table {
		display: block;
		margin: 20px 0px;
		width: 100%;
		overflow: auto;
}

.txtBox table thead {
		border: 2px solid #ffffff;
		background-color: #8fc13f;
}


.txtBox table tbody tr:nth-child(odd)  {
		background-color:#f2f2f2;
}
.txtBox table tbody tr:nth-child(even)  {
		background-color:#eaeaea;
}

.txtBox table td {
		padding: 5px 10px;
		/* background-color: #e7e7e7; */
}
.txtBox table th {
		padding: 7px 10px;
		font-weight: 600;
		color: #fff;
}
.txtBox caption {
		padding: 5px 8px;
		font-size: 1.2em;
		/* border-radius: 33px; */
		/* border: 1px solid #345454; */
		margin-bottom: 3px;
}


.txtBox .subMenu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
	padding: 25px 10px;
}

.txtBox .subMenu > a {
    border: 2px solid #3b6173;
    color: #3b6173;
    padding: 30px 5px 15px;
    text-align: center;
    border-radius: 12px;
}

.txtBox .subMenu > a > i {
    font-size: 2em;
    color: #3b6173;
}

.txtBox .subMenu > a:hover {
	background-color: #558094;
	color: #fff;
}

.txtBox .subMenu > a:hover p,
.txtBox .subMenu > a:hover i {
	color: #fff;
}

@media only screen and (max-width: 620px){
	.txtBox .subMenu {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width:450px){
	.txtBox .subMenu {
		grid-template-columns: repeat(1, 1fr);
		justify-content: center;
	}
}

/* @media screen and (max-width: 600px) {
	table {
	  border: 0;
	}
  
	table caption {
	  font-size: 1.3em;
	}
	
	table thead {
	  border: none;
	  clip: rect(0 0 0 0);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	}
	
	table tr {
	  border-bottom: 3px solid #ddd;
	  display: block;
	  margin-bottom: .625em;
	}
	
	table td {
	  border-bottom: 1px solid #ddd;
	  display: block;
	  font-size: .8em;
	  text-align: right;
	}
	
	table td::before {
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	  text-transform: uppercase;
	}
	
	table td:last-child {
	  border-bottom: 0;
	}
  } */



.alignR {text-align: right;}
.alignL {text-align: left;}
.alignC {text-align: center;}


/* links */
.links {
		grid-template-columns: repeat(4, 22%);
		gap: 31px;
		justify-items: center;
		margin-top: 30px;
		padding-bottom: 98px;
}

.links > a {
		border: 1px solid #ff8040; 
		background-color: #ff8040 ;
		padding: 4px 17px;
		text-align: center;
		border-radius: 60px;
		width: 90%;
		transition: all .4s;
}
.links > a:nth-child(2) {
		 border-color: #fcb630; 
		 background-color: #fcb630;
}
.links > a:nth-child(3) { 
		border-color: #3b92bf;
		background-color: #3b92bf;
}
.links > a:nth-child(4) { 
		border-color: #2c4c5b; 
		background-color: #2c4c5b;
}

.links > a i {
		font-size: 1em;

		display: inline;
		transition: all .4s;
		color: #fff;
}


.links > a p {
		display: inline;
		font-size: 0.93em;
		padding: 0 3px;
		transition: all .4s;
		color: #fff;
}

.links > a:hover {
		background-color: #fa935f;
}
.links > a:nth-child(2):hover { background-color: #fccb70; }
.links > a:nth-child(3):hover  { background-color: #5fbae7; }
.links > a:nth-child(4):hover { background-color: #4b7588; }

@media only screen and (max-width:900px){
	.links {
		grid-template-columns: repeat(2, 45%);
	}
}

@media only screen and (max-width: 410px){
	.links {
		grid-template-columns: repeat(1, 90%);
	}
}
/* ---------ACTIVIDADES--------- */

section.listBoxs {
		margin: 0 0 100px 0;
		padding-top: 80px;
}

section.listBoxs h1 {
		font-size: 2.3em;
		text-align: center;
		color: #f4951f;
		padding: 20px 0;
		text-shadow: 1px 1px 8px rgba(0,0,0,0.58);
		color: #ffffff;
		padding: 20px 0;
		/* text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.58); */
		font-weight: 600;
}

section.listBoxs .filter {
		position: relative;
		text-align: right;
}

section.listBoxs .filter input{
		border: 1px solid #1c9f42;
		border-radius: 40px;
		padding: 7px 9px;
		font-family: Arial, sans-serif;
		margin-right: 10px;
}
label.fltrDate input[type=date] {
	padding-right: 28px;
}

section.listBoxs .filter input[type="button"] {
	color: #fff;
	background-color: #1c9f42;
	border: 2px solid;
	font-weight: 700;
	padding: 8px 19px;
}

section.listBoxs .filter label {
	display: inline-block;
	margin-bottom: 10px;
}
label {
		position: relative;
}

label.fltrDate:before {
		position: absolute;
		content: "\f073";
		font-family: 'FontAwesome', sans-serif;
		color: #136f2e;
		right: 25px;
		top: 10px;
		font-size: .83em;
		pointer-events: none;
}

label.lblSelect select, select {
	appearance: none;
	-webkit-appearance: none; 
	-moz-appearance: none;
	border: 1px solid #1c9f42;
	border-radius: 40px;
	padding: 7px 9px;
	font-family: Arial, sans-serif;
	margin-right: 10px;
	padding-right: 22px;
}

.generalForm .lblSelect:before, .filter .lblSelect:before, .contactForm .lblSelect:before {
	 position: absolute;
	 content: "\f13a";
	 font-family: 'FontAwesome', sans-serif;
	 color: #1c9f42;
	 right: 18px;
	 top: 12px;
	 font-size: .85em;
	 pointer-events: none;
}

.generalForm  input[type=button],
.generalForm  input[type=submit],
.contactForm  input[type=button],
.contactForm  input[type=submit]
 {
		background-color: #1c9f42;
		color: #fff;
		padding: 5px 10px;
		border-radius: 40px;
		margin: 8px 0px;
		display: inline-block;
		border: 3px solid #fff;
		-webkit-box-shadow: 0px 0px 9px -5px rgba(0,0,0,.8);
		-moz-box-shadow: 0px 0px 9px -5px rgba(0,0,0,.8);
		box-shadow: 0px 0px 9px -5px rgba(0,0,0,.8);
}
/* acts news proyects*/
.acts, .proyect, .boxNews {
	grid-template-columns: repeat(3, 1fr);
	gap: 82px;
	padding: 40px 0px;
}

.acts > a, .proyect a, .boxNews > a {
		background-color: #fff;
		border-radius: 19px;
		display: block;
		position: relative;
		-webkit-box-shadow: 0px 0px 26px -13px rgba(107,107,107,1);
		-moz-box-shadow: 0px 0px 26px -13px rgba(107,107,107,1);
		box-shadow: 0px 0px 26px -13px rgba(107,107,107,1);
}

.proyect > a {
		border: 2px solid #8fc13f;
}
/* .boxNews > a {
		border: 2px solid #2c4c5b;
} */

.acts > a p.date, .proyect > a p.date,  .boxNews > a p.date {
		position: absolute;
		left: -22px;
		top: 12px;
		padding: 10px 15px;
		background-color: #f4951f;
		border: 2px solid #fff;
		border-radius: 50px;
		color: #fff;
		text-align: center;
		font-weight: 600;
		font-size: 1.2em;
}
.proyect > a p.date {
		background-color: #fff;
		border: 2px solid #8fc13f;
		color: #8fc13f;
}
.boxNews > a p.date {
		background-color: #2c4c5b;
}

.acts > a p.date > span, 
.boxNews > a p.date > span {
		display: block;
		font-size: 0.7em;
		text-transform: uppercase;
}

.acts > a .contImg, .proyect > a .contImg, .boxNews > a .contImg {
		max-height: 200px;
		overflow: hidden;
		border-radius: 10px 10px 0 0;
		transition: all .4s ease;
}
.proyect > a .contImg {
		border-radius: 19px 19px 0 0;
}
.acts > a .contImg > img, .proyect > a .contImg > img, .boxNews > a .contImg > img {
		width: 100%;
		height: auto;
}

a:hover .contImg {
		filter: brightness(78%);
}

.acts > a .info, .boxNews > a .info  {
		padding:  15px 20px 20px 45px;
		position: relative;
}
.proyect > a .info {
		padding: 20px;
}
.acts > a .info > h4, .proyect > a .info > h4,  .boxNews > a .info > h4 {
		font-size: 1.2em;
		font-weight: 600;
		line-height: 1.25em;
}

.proyect > a .info > h4 {
		color: #8fc13f;
}

.acts > a .info > h4 {
		color: #464646;
}
.acts > a:hover .info > h4 {
		color: #f4951f;
}

.boxNews > a .info > h4 {
	line-height: 1.2;
	color: #2c4c5b;
}

.acts > a .info > p.category, .proyect > a .info > p.category, .boxNews > a .info > p.category {
		color: #9f9f9f;
		font-size: .8em;
		position: absolute;
		text-transform: uppercase;
		right: 23px;
		bottom: 1px;
}


@media only screen and (max-width:1280px){
	.acts, .proyect, .boxNews {
		gap: 34px;
		margin: 0 auto;
		width: 90%;
	}
}

@media only screen and (max-width: 895px){
	.acts, .proyect, .boxNews {
		grid-template-columns: repeat(2, 1fr);
	}
	.acts > a .info > h4, .proyect > a .info > h4, .boxNews > a .info > h4 {
		line-height: 1.3;
		font-size: 1em;
	}
}

@media only screen and (max-width: 520px){
	.acts, .proyect, .boxNews {
		grid-template-columns: repeat(1, 85%);
	}
	.acts > a .contImg, .proyect > a .contImg, .boxNews > a .contImg {
		max-height: 300px;
	}
}

.paginatorPage {
		position: relative;
		display: block;
		text-align: center;
}

.paginatorPage span  {
		background-color: #fff;
		border: 1px solid #136f2e;
	margin: 5px;
		padding: 3px;
		border-radius: 20px;
		overflow: hidden;
}

.paginatorPage span:hover, .paginatorPage span:hover a  {
	background-color: #136f2e;
	color: #fff;
}

.paginatorPage span a {
	color: #136f2e;
		padding: 3px 5px;
		border-radius: 20px;
}

.paginatorPage .active {
	background-color: #136f2e;
	color: #fff;
}

.paginatorPage .active a {
	color: #fff;
}

/* acts detail, news detail, proyects detail */
.detail {position: relative;}
.detail .data {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 10px auto;
}

.detail .data p {
	font-size: 1em;
	color:#f3941f;
	text-align: center;
	position: relative;
	padding: 20px 5px;
}

.detail .data p:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #ddd;
}
.detail .data p:last-child:before {
	content: none;
}

.detail .data p > i {
	color: #f3941f;
}

.detail .data p > span {
	display: block;
	color:	#5b5b5b;
	margin-top: 8px;
}

.project .detail .dataP {
	display: block;
	padding: 10px 0;
	position: relative;
	text-align: end;
}

.project .detail .dataP p {
	color:#a4a4a4;
	display: inline-block;
	font-size: 0.85em;
	text-transform: uppercase;
}

.project h1 > span > p {
	display: inline-block;
	color:#a0a0a0;
	font-weight: normal;
	text-transform: capitalize;
	padding: 5px;
}


@media only screen and (max-width:1028px){
	.detail .data {
		grid-template-columns: repeat(2, 1fr);
	}
	.detail .data p:nth-child(2):before {
		content: none;
	}
}

@media only screen and (max-width: 440px){
	.detail .data {
		grid-template-columns: repeat(1, 1fr);
	}
	.detail .data p:before {
		bottom: 0;
		height: 1px;
		width: 100%;
	}
	.detail .data p:nth-child(2):before {
		content: "";
	}
}

/* **** GALERÍA **** */
.gallery {
		padding: 85px 0;
}

.gallery h1 {
		color: #fff;
		padding-bottom: 30px;
		text-shadow: 1px 0px 12px rgba(39, 41, 39, 0.2);
}

.gallery .columns {
		/* column-count: 3;
		column-width: 120px; */
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		align-items: center;
		justify-content: center;
		justify-items: center;
}

.gallery .columns a {
		display: block;
		background-color: #ececec;
		width:300px;
		margin-bottom: 20px;
		overflow: hidden;
		border-radius: 10px;
		-webkit-box-shadow: 9px 5px 34px -14px rgba(0,0,0,0.34);
		-moz-box-shadow: 9px 5px 34px -14px rgba(0,0,0,0.34);
		box-shadow: 9px 5px 34px -14px rgba(0,0,0,0.34);
}

.gallery .columns a > figure {
		width: 300px;
		height: auto;
}
.gallery .columns a > figure img {
		display: block;
		width: 300px;
		height: auto;
		background-repeat: no-repeat;
		background-size: cover;
}

.gallery .columns a h3 {
		text-align: center;
		font-weight: 600;
		padding: 10px 5px;
		color: #2c4c5b;
}

@media only screen and (max-width: 1280px){
	.gallery .columns {
		width: 95%;
		margin: 0 auto;
	}
}

@media only screen and (max-width:995px){
	.gallery .columns {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery .columns a > figure img,	
	.gallery .columns a > figure {
	width: 100%;
	}
	.gallery .columns a {
		width: 90%;
		margin: 10px auto 20px auto;
	}
}

.slideG {
	position: relative;
}

.slideG a img {
	width: 100%;
}


.siteMap {
	padding: 20px 35px;
	margin-top: 96px;
	margin-bottom: 80px;
	background-color: #fff;
}

.siteMap h1 {
		color: #2c4c5b;
		margin-bottom: 40px;
}


.blas {
		columns: 3;
		column-gap: 35px;
		margin: 0px 10px 40px 10px ;
}

.blas li p.title {
		font-size: 1.3em;
		color: #8ec13e;
		padding-top: 10px;
}

ul.fbox > li, p.subtitle {
		border-bottom: 1px solid #dbdbdb;
		padding: 8px 0px 10px 0;
		font-weight: 600;
		color: #2a363d;
}

p.subtitle {
		border: none;
		padding: 0;
}
ul.fbox > li > ul {
	padding: 5px;
}
ul.fbox > li > ul > li a {
		padding: 4px 0px;
		padding-left: 18px;
		position: relative;
		display: block;
		color: #2a363d;
		font-weight: initial;
		font-size: .89em;
}
ul.fbox > li > ul > li a:before {
		content: "";
		position: absolute;
		left: 2px;
		top: 8px;
		background-color:#8ec13e;
		border-radius: 5px;
		width: 8px;
		height: 3px;
}

@media only screen and (max-width: 815px){
	.blas {
		columns: 2;
	}
}

@media only screen and (max-width: 575px){
	.blas {
		columns: 1;
	}
}


/* ORGANIGRAMA */

/*
 * jQuery OrgChart Plugin
 * https://github.com/dabeng/OrgChart
 *
 * Copyright 2016, dabeng
 * https://github.com/dabeng
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
 .orgchart {
	font-size: .98em;
	min-height: 202px;
	min-width: 202px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	/* user-select: none; */
	overflow-x: auto;
	position: relative;
}
.orgchart .hidden, .orgchart~.hidden { display: none }
.orgchart.b2t { transform: rotate(180deg) }
.orgchart.l2r {
	position: absolute;
	transform: rotate(-90deg) rotateY(180deg);
	transform-origin: left top;
}
.orgchart .verticalNodes ul {
	list-style: none;
	margin: 0;
	padding-left: 18px;
	text-align: left;
}
.orgchart .verticalNodes ul:first-child { margin-top: 2px }
.orgchart .verticalNodes>td::before {
	content: '';
	border: 1px solid #fff;
	line-height: 25px !important;
}
.orgchart .verticalNodes>td>ul>li:first-child::before {
	box-sizing: border-box;
	top: -4px;
	height: 27px; /*fcc*/
	width: calc(50% - 2px);
	border-width: 2px 0 0 2px;
	margin-top: -2px;
}
.orgchart .verticalNodes ul>li { position: relative }
.orgchart .verticalNodes ul>li::before,
.orgchart .verticalNodes ul>li::after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	left: -6px;
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 2px 2px;
}
.orgchart .verticalNodes ul>li::before {
	top: -4px;
	height: 27px; /*fcc*/
	width: 15px; /*fcc*/
}
.orgchart .verticalNodes ul>li::after {
	top: 1px;
	height: 100%;
}
.orgchart .verticalNodes ul>li:first-child::after {
	box-sizing: border-box;
	top: 21px; /*fcc*/
	width: 15px; /*fcc*/
	border-width: 2px 0 0 2px;
}
.orgchart .verticalNodes ul>li:last-child::after {
	box-sizing: border-box;
	border-width: 2px 0 0;
}

.orgchart.r2l {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: left top;
}
.orgchart>.spinner {
	font-size: 100px;
	margin-top: 30px;
	color: rgba(68, 157, 68, 0.8);
}
.orgchart table {
	border-spacing: 0;
	border-collapse: separate;
}
.orgchart>table:first-child { margin: 20px auto }
.orgchart td {
	text-align: center;
	vertical-align: top;
	padding: 0;
}
.orgchart .lines:nth-child(3) td {
	box-sizing: border-box;
	height: 20px;
}
.orgchart .lines .topLine { border-top: 2px solid #fff }
.orgchart .lines .rightLine {
	border-right: 1px solid #fff;
	float: none;
	border-radius: 0;
}
.orgchart .lines .leftLine {
	border-left: 1px solid #fff;
	float: none;
	border-radius: 0;
}
.orgchart .lines .downLine {
	background-color: #fff;
	margin: 0 auto;
	height: 20px;
	width: 2px;
	float: none;
}

/* node styling */
.orgchart .node {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 3px;
	border: 2px dashed transparent;
	text-align: center;
	/*width: 130px;*/
}
.orgchart.l2r .node, .orgchart.r2l .node {
	width: 50px;
	height: 130px;
}
.orgchart .node>.spinner {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	vertical-align: middle;
	font-size: 30px;
	color: rgba(68, 157, 68, 0.8);
}
.orgchart .node:hover {
	/*background-color: rgba(238, 217, 54, 0.5);*/
	transition: .5s;
	cursor: default;
	z-index: 20;
}
/*.orgchart .node.focused { background-color: rgba(227, 227, 227, 0.8)}*/
.orgchart .ghost-node {
	position: fixed;
	left: -10000px;
	top: -10000px;
}
.orgchart .ghost-node rect {
	fill: #ffffff;
	stroke: #bf0000;
}
.orgchart .node.allowedDrop { border-color: rgba(68, 157, 68, 0.9) }

.orgchart .node .title {
	background-color: #168f42;
	border: 3px solid #fff;
	border-radius: 40px;
	color: #fff;
	font-size: .9em;
	font-weight: 500;
	/*height: 20px;*/
	line-height: 20px;
	overflow: hidden;
	padding: 6px 12px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 4px;
}
.orgchart .node .title a { color: #fff; display: block; }
.orgchart .node .title i { display: none }

.orgchart > table .nodes .node .title {
	background-color: #3b92bf;
}
.orgchart .l01 .title {
	background-color: #8fc13f !important;
	font-size: .8em;
}
.orgchart .l02 .title {
	background-color: #f3941f  !important;
}
.orgchart .l03 .title {
	background-color: #718f99 !important;
}

.orgchart.b2t .node .title {
	transform: rotate(-80deg);
	transform-origin: center bottom;
}
.orgchart.l2r .node .title {
	transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	transform-origin: bottom center;
	width: 120px;
}
.orgchart.r2l .node .title {
	transform: rotate(-90deg) translate(-40px, -40px);
	transform-origin: bottom center;
	width: 120px;
}
.orgchart .node .title .symbol {
	float: left;
	margin-top: 4px;
	margin-left: 2px;
}
.orgchart .node .content {
	box-sizing: border-box;
	width: 100%;
	height: 20px;
	font-size: 11px;
	line-height: 18px;
	border: 1px solid rgba(217, 83, 79, 0.8);
	border-radius: 0 0 4px 4px;
	text-align: center;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.orgchart.b2t .node .content {
	transform: rotate(180deg);
	transform-origin: center top;
}
.orgchart.l2r .node .content {
	transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	transform-origin: top center;
	width: 120px;
}
.orgchart.r2l .node .content {
	transform: rotate(-90deg) translate(-40px, -40px);
	transform-origin: top center;
	width: 120px;
}
.orgchart .node .edge {
	font-size: 15px;
	position: absolute;
	color: rgba(68, 157, 68, 0.5);
	cursor: default;
	transition: .2s;
}
.orgchart.noncollapsable .node .edge { display: none }
.orgchart .edge:hover {
	color: #449d44;
	cursor: pointer;
}
.orgchart .node .verticalEdge {
	width: calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	left: 5px;
}
.orgchart .node .topEdge { top: -4px }
.orgchart .node .bottomEdge { bottom: -4px }
.orgchart .node .horizontalEdge {
	width: 15px;
	height: calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: -moz-calc(100% - 10px);
	top: 5px;
}
.orgchart .node .rightEdge { right: -4px }
.orgchart .node .leftEdge { left: -4px }
.orgchart .node .horizontalEdge::before {
	position: absolute;
	top: calc(50% - 7px);
}
.orgchart .node .rightEdge::before { right: 3px }
.orgchart .node .leftEdge::before { left: 3px }
.orgchart .node .topEdge,
.orgchart .node .bottomEdge,
.orgchart .node .rightEdge,
.orgchart .node .leftEdge { display: none }

.orgchart .node .toggleBtn {
	background-color: #495062 ;
	color: #fff;
	display: block;
	line-height: .92em;
	position: absolute;
	left: -4px;
	bottom: 11px;
	width: 14px;
	z-index: 7999;
}
/*path { pointer-events: none }*/
.orgchart .node .toggleBtn:hover { color: #48ae28;background-color: #fff; }

.oc-export-btn {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	color: #fff;
	background-color: #5cb85c;
	border: 1px solid transparent;
	border-color: #4cae4c;
	border-radius: 4px;
}
.oc-export-btn[disabled] {
	cursor: not-allowed;
	box-shadow: none;
	opacity: 0.3;
}
.oc-export-btn:hover,.oc-export-btn:focus,.oc-export-btn:active  {
	background-color: #449d44;
	border-color: #347a34;
}
.orgchart~.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
}
.orgchart~.mask .spinner {
	position: absolute;
	top: calc(50% - 54px);
	left: calc(50% - 54px);
	color: rgba(255,255,255,0.8);
	font-size: 108px;
}
.orgchart .node { transition: transform 0.3s, opacity 0.3s }
.orgchart .slide-down {
	opacity: 0;
	transform: translateY(40px);
}
.orgchart.l2r .node.slide-down, .orgchart.r2l .node.slide-down {
	transform: translateY(130px)
}
.orgchart .slide-up {
	opacity: 0;
	transform: translateY(-40px);
}
.orgchart.l2r .node.slide-up, .orgchart.r2l .node.slide-up {
	transform: translateY(-130px)
}
.orgchart .slide-right {
	opacity: 0;
	transform: translateX(130px);
}
.orgchart.l2r .node.slide-right, .orgchart.r2l .node.slide-right {
	transform: translateX(40px);
}
.orgchart .slide-left {
	opacity: 0;
	transform: translateX(-130px);
}
.orgchart.l2r .node.slide-left, .orgchart.r2l .node.slide-left {
	transform: translateX(-40px);
}



/* estilos org */
#org {
	margin: 79px 0;
}

#org h1 {
	text-shadow: 1px 0px 12px rgba(39, 41, 39, 1);
}
.contactBox .people {
	display: grid;
	grid-template-columns: 30% 1fr;
	gap: 19px;
	margin-bottom: 17px;
}

.contactBox figure {
	height: 161px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contactBox .people2 figure {
	width: 150px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.contactBox .info p.name {
	font-size: 1.2em;
	font-weight: bold;
}

.contactBox .info p.redes span {
	margin-right: 10px;
}
.contactBox .info p {
	margin-top: 0;
}

.contactBox .info span a > i {
	font-size: 1.2em;
	color: #3b92bf;
}
.contactBox .info a.email {
	color: #3b92bf;
	cursor: pointer;
}
.contactBox .info a.email:hover,
.contactBox .info p.redes span a:hover > i {
	color: #3681a7;
}

/* directorio telefonico / contactos  */
.forms .containerGg {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 19px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 19px -11px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 19px -11px rgba(0,0,0,0.75);;
}


.showContact {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	color: #3e4450;
	cursor: pointer;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	padding: 15px 20px;
	text-transform: uppercase;
	/* width: 50%; */
}

.showContact:before {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f107";
	margin-right: 10px;
	transition: all .3s ease;

}
.aDown:before {
	content: "\f106";
	transition: all .3s ease;
}

.boxContent {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 20px 30px;
}
.boxContent .container {
	margin-bottom: 20px;
	text-align: center;
}
.boxContent .container figure{
	overflow: hidden;
	border: 3px solid #3b92bf;
	width: 200px;
	border-radius: 73%;
	height: 200px;
	margin: 0 auto;
}

.boxContent .container figure img {
	border: none;
    height: 100%;
    float: left;
	left: 0;
	position: relative;
	text-align: center;
	width: auto;
}

.boxContent .container h3 {
    color:#5592bf;
    font-size: 1.1em;
    font-weight: 700;
	padding-top: 10px;
	text-align: center;
}

.boxContent .container p.puesto {
	color: #6d8591;
}

.boxContent .container a {
    color: #454545;
    position: relative;
    padding-bottom: 7px;
    word-wrap: break-word;
}

.boxContent .container:hover a:before {
    content: "";
    background-color: #3b6173;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 4px;
}

@media only screen and (max-width: 995px){
	.boxContent {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 600px){
	.boxContent {
		grid-template-columns: repeat(1, 1fr);
	}
	.showContact {
		text-align: center;
		line-height: 1.3;
	}
}

.contactF h2 {
    margin-bottom: 25px;
	font-size: 2em;
    text-align: center;
    color: #8ec13e;
}

form input.captcha {
    background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

/* FORMULARIO GENERAL */
.forms .containerG {
	background-color: #fff;
    padding: 30px 0px;
}
.forms h1 {
	color: #1572b2;
}
.generalForm, .contactForm {
    padding: 30px 45px;
    position: relative;
}

.contactF .generalForm {
	padding: 5px 15px;
}

.generalForm label,
.contactForm label {
    display: block;
    padding-bottom: 3px;
    position: relative;
}

.generalForm .slt,
.contactForm .slt {
    position: relative;
}
.generalForm .slt:before,
.contactForm .slt:before {
    font-family: "FontAwesome";
	font-weight: 900;
    content: "\f107";
    right: 15px;
    top: 9px;
    position: absolute;
    pointer-events: none;
}

.generalForm .slt select,
.contactForm .slt select {
    width: 100%;
    border-color: #c3c3c3;
    margin-bottom: 10px;
}

.generalForm input[type="date"],
.generalForm input[type="text"],
.generalForm input[type="number"],
.generalForm input[type="email"],
.generalForm textarea,
.contactForm input[type="date"],
.contactForm input[type="text"],
.contactForm input[type="number"],
.contactForm input[type="email"],
.contactForm textarea {
	box-sizing: border-box;
    border-radius: 40px;
	width: 100%;
	max-width: 100%;
    border: 1px solid #c3c3c3;
    padding: 7px 9px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 10px;
}

.generalForm textarea,
.contactForm textarea {
	height: 135px;
	padding: 21px;
}

.contactForm textarea {
	border-radius: 23px;
}

.generalForm .optBox,
.contactForm .optBox {
    margin: 20px 0px 30px;
}

.generalForm .optBox h3, .fileBox label,
.contactForm .optBox h3 {
    padding: 10px  0;
    font-weight: 700;
    font-size: 1.2em;
}

.generalForm .optBox label,
.contactForm .optBox label{

    display: inline-block;
    margin-right: 25px;
}

.generalForm .optBox input[type="radio"],
.generalForm .optBox input[type="checkbox"],
.contactForm .optBox input[type="radio"],
.contactForm .optBox input[type="checkbox"] {
	cursor: pointer;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	height: 14px;
	width: 14px;
	padding: 2px ;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.generalForm .optBox input[type="checkbox"],
.contactForm .optBox input[type="checkbox"] {
	position: relative;
	top: 5px;
}

.generalForm .optBox input[type="radio"],
.contactForm .optBox input[type="radio"] {
	border-radius: 50%;
}

.generalForm .optBox input[type="radio"]:focus,
.generalForm .optBox input[type="radio"]:checked,
.generalForm .optBox input[type="checkbox"]:focus,
.generalForm .optBox input[type="checkbox"]:checked,
.contactForm .optBox input[type="checkbox"]:focus,
.contactForm .optBox input[type="checkbox"]:checked {
    border: 2px solid #ffffff;
	background-color: #168f42;
	box-shadow: 0 0 1px 1px rgba(15,15,15,0.3);
}

.contactForm input[type="submit"],
.generalForm input[type="submit"] {
    background-color: #449d44;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 25px;
	border-radius: 50px ;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
}

.generalForm .fileBox, input[type="file"] {
	margin: 10px 0px;
}

@media only screen and (max-width: 700px){
	.generalForm {
		padding: 30px 15px;
	}
}
@media only screen and (max-width:550px){
	.generalForm input[type="submit"] {
		width: 100%;
	}
}
/* -------------- BLOG --------------- */
.blog {
	position: relative;
}

.blog .boxComment {
	position: relative;
}
.blog .boxComment h3 {
	font-size: 1.2em;
	font-weight: 600;
	color: #3b92bf;
}

.blogList {
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	padding: 20px 30px;
	margin-bottom: 40px;
}

.blogList a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 17px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 17px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 17px -6px rgba(0,0,0,0.75);
}
.blogList a:hover {
	background-color: rgb(230, 230, 230);
}

.blogList a .bgBlog {
	padding-bottom: 150px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 15px;
	overflow: hidden;
}

.blogList a .info {
	padding: 0px 15px 10px 15px;
}

.blogList a:hover .info h3 {
	text-decoration: underline;
}


.blogList a .info h3 {
	font-weight: 600;
	font-size: 1.2em;
	color: #3b92bf;
}

@media only screen and (max-width:915px){
	.blogList {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width:720px){
	.blogList {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width:490px){
	.blogList {
		grid-template-columns: repeat(1, 1fr);
	}
}

.boxComment .generalForm {
	padding: 30px 3px;
}
.boxComment .generalForm  input[type=submit] {
	background-color: #3b92bf;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 9px -5px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 9px -5px rgba(0,0,0,.8);
	box-shadow: 0px 0px 9px -5px rgba(0,0,0,.8);
}

/* resultados de busqueda */

.results {
	background-color: #fff;
	padding: 20px 45px;
	margin: 68px auto;
}

.results h1 {
	color: #8ec13e;
}

.results .listResults span {
	color: #848383;
	display: block;
	padding: 10px 0px;
	position: relative;
	margin-bottom: 20px;
}
.results .listResults span:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #848383;
}

.results .listResults a {
	display: block;
	margin-bottom: 25px;
	border-bottom: 1px dashed #168f42;
}

.results .listResults a > h3 {
	font-size: 1.3em;
	font-weight: 600;
	color: #8ec13e;
}

.results .listResults a p.link {
	color: #b3b3b3;
	padding-bottom: 0;
	position: relative;
}
.results .generalForm input[type="search"]{
	width: 87%;
	border: 1px solid #168f42;
	border-radius: 40px;
	padding: 8px 25px;
}


/* documentos, descargas, file-tree */
#docBox {
	position: relative;
}

.file-list, .file-list ul {
	border-left: 1px dotted #aaa;
	font-size:1.1em;
	list-style-type: none;
	margin-left:8px;
    padding-left:19px;
    list-style: none;
}
.fileTree ul { margin-left: -20px }
.file-list li {
	padding: 6px 0 6px 29px;
	position: relative;
}
.file-list li a {
	color:#2a363d;
	font-size: .94em;
	line-height: 1em;
}
.file-list li a:hover { text-decoration: underline }
.file-list li a:before{
	border-bottom:1px dotted #aaa;
	content: " ";
	display:block;
	height:1px;
	left:-14px;
	position:absolute;
	top:1em;
	width:10px;
}
.file-list li:before{
    color:#7a858b;
	font-family: "FontAwesome";
	content:'\f15b';
	display:block;
	font-weight: 400;
	height:20px;
	left:2px;
	list-style-type: none;
	position:absolute;
	text-align: center;
	top:6px;
	width:20px;
}
.file-list li.doc:before { content:'\f1c2' }
.file-list li.power:before { content:'\f1c4' }
.file-list li.pdf:before { content:'\f1c1' }
.file-list li.img:before { content:'\f1c5' }
.file-list li.excel:before { content:'\f1c3' }
.file-list li.csv:before { content:'\f6dd' }
.file-list li.code:before { content:'\f1c9' }
.file-list .folder-root:before{
	color:#8f999e;
	content: "\f07b";
    font-weight: 900;
    font-family: "FontAwesome";
}
.file-list .folder-root.open > a {
	font-weight: 500;
}
.file-list .folder-root.open:before{
	content: "\f07c"
}
li.folder-root ul{
	overflow:hidden;
	transition: all .3s ease-in-out;
}
li.folder-root.closed > ul {
	max-height:0px;
	opacity:0;
}
li.folder-root.open > ul {
	display:block;
	opacity:1;
	padding-top: 6px;
}

/* .---------contactUS---------. */
.infoContact {
	border: 1px solid #168f42;
	border-radius: 50px;
	padding: 20px;
	display: grid;
	grid-template-columns: repeat(3, 30%);
	text-align: center;
	margin: 0 33px;
}

.infoContact > p { word-wrap: break-word;}
.infoContact > p i {
	color: #168f42;
	margin-right: 5px;
}

@media only screen and (max-width:1190px){
	.infoContact {
		grid-template-columns: repeat(1, 100%);
		text-align: left;
		border: none;
	}
}


.galery a {
	width: 100%;
}

.galery div.name {
	bottom: 0;
	background-color: #eaeaeae6;
	padding: 1px 13px;
	position: absolute;
	width: 100%;
}
.galeryNav {
	display: grid;
	background-color: #fff;
	padding: 2px;
}
.galeryNav a {
	background: #fff;
	position: relative;
	height: 84px;
	width: 163px !important;
}

.galeryNav a img {
	width:147px;
}


.menuAccess {
	background-color: #fff;
	position: absolute;
	/* height: 100vh; */
	border-radius: 8px;
	border: 2px solid #3b92bf
}

.menuAccess a {
	display: block;
	color: #454545;
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0px 25px 0px;
}

.menuAccess a:hover, .menuAccess a.current {
   text-decoration: underline;
   color: #8fc13f;
}
.menuAccess h2 {
	 font-size: 2em;
	 color: #3b92bf;
	 text-align: center;
	 margin-bottom: 10px;
}

.menuAccess .container {
	display: grid;
	grid-template-columns: repeat(2,48%);
	grid-auto-flow: column;
	grid-template-rows: 20px 20px 20px 20px;
	gap: 20px;
	padding: 20px 0px;
}

/* colores
#3b92bf celeste
#168f42 verde oscuro
#8ec13e verde claro
#fcb630 amarillo
#2c4c5b azul
#f4951f naranja */

