/* Minification failed. Returning unminified contents.
(50,14): run-time error CSS1039: Token not allowed after unary operator: '-dark-grey'
(78,32): run-time error CSS1039: Token not allowed after unary operator: '-green'
(437,19): run-time error CSS1039: Token not allowed after unary operator: '-green'
(632,28): run-time error CSS1039: Token not allowed after unary operator: '-green'
(633,24): run-time error CSS1039: Token not allowed after unary operator: '-green'
(637,28): run-time error CSS1039: Token not allowed after unary operator: '-dark-green'
(638,24): run-time error CSS1039: Token not allowed after unary operator: '-dark-green'
(646,28): run-time error CSS1039: Token not allowed after unary operator: '-green'
(647,24): run-time error CSS1039: Token not allowed after unary operator: '-green'
(652,28): run-time error CSS1039: Token not allowed after unary operator: '-dark-green'
(653,24): run-time error CSS1039: Token not allowed after unary operator: '-dark-green'
(663,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(664,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(665,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(666,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(667,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(668,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(669,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(670,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(671,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(672,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(673,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(674,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(675,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(676,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(677,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(678,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(679,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(680,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(687,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(691,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(695,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(699,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(703,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(708,17): run-time error CSS1039: Token not allowed after unary operator: '-light-gray'
(714,17): run-time error CSS1039: Token not allowed after unary operator: '-gray'
(722,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(781,1): run-time error CSS1019: Unexpected token, found '$'
(781,13): run-time error CSS1030: Expected identifier, found '#77cccc'
(781,20): run-time error CSS1031: Expected selector, found ';'
(781,20): run-time error CSS1025: Expected comma or open brace, found ';'
(784,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@include'
(788,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@include'
(795,19): run-time error CSS1039: Token not allowed after unary operator: '-dark-gray'
(840,19): run-time error CSS1039: Token not allowed after unary operator: '-brown'
(874,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(888,28): run-time error CSS1039: Token not allowed after unary operator: '-green'
(889,28): run-time error CSS1039: Token not allowed after unary operator: '-green'
(893,32): run-time error CSS1039: Token not allowed after unary operator: '-green'
(894,32): run-time error CSS1039: Token not allowed after unary operator: '-green'
(950,14): run-time error CSS1039: Token not allowed after unary operator: '-dark-gray'
(1011,20): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1075,1): run-time error CSS1019: Unexpected token, found '@import'
(1075,9): run-time error CSS1019: Unexpected token, found 'url(base.css)'
(1085,14): run-time error CSS1039: Token not allowed after unary operator: '-dark-grey'
(1112,14): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1130,14): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1195,16): run-time error CSS1039: Token not allowed after unary operator: '-fa-font-solid'
(1207,17): run-time error CSS1039: Token not allowed after unary operator: '-success'
(1228,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1236,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1244,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1251,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1271,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1276,16): run-time error CSS1039: Token not allowed after unary operator: '-fa-font-solid'
(1282,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1297,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1305,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1413,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
 */

/*Thematic Break
------------------------------------*/
hr {
	margin: 30px 0;
}

hr.hr-xs {
	margin: 10px 0;
}

hr.hr-md {
	margin: 20px 0;
}

hr.hr-lg {
	margin: 40px 0;
}

/*Headings
------------------------------------*/
h1 {
	font-size: 28px;
	line-height: 35px;
}
h2 {
	font-size: 24px;
	line-height: 33px;
}
h3 {
	font-size: 20px;
	line-height: 27px;
}
h4 {
	line-height: 25px;
}
h5 {
	line-height: 20px;
}
h6 {
	line-height: 18px;
}

.font-open-sans {
	font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #555;
	color: var(--dark-grey);
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	margin-right: 5px;
}

/*Block Headline*/
.headline {
	display: block;
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
	font-size: 22px;
}

.headline h2,
.headline h3,
.headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid var(--green);
}

.headline-md {
	margin-bottom: 15px;
}

.headline-md h2 {
	font-size: 21px;
}

/*Heading Options*/
.heading {
	text-align: center;
}

.heading h2 {
	padding: 0 12px;
	position: relative;
	display: inline-block;
	line-height: 34px !important; /*For Tagline Boxes*/
}

.heading h2:before,
.heading h2:after {
	content: ' ';
	width: 70%;
	position: absolute;
	border-width: 1px;
	border-color: #bbb;
}

.heading h2:before {
	right: 100%;
}

.heading h2:after {
	left: 100%;
}

@media (max-width: 768px) {
	.heading h2:before,
	.heading h2:after {
		width: 20%;
	}
}

/*Headline v1*/
.heading-v1 h2:before,
.heading-v1 h2:after {
	top: 15px;
	height: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
}

/*Headline v2*/
.heading-v2 h2:before,
.heading-v2 h2:after {
	top: 15px;
	height: 6px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}

/*Headline v3*/
.heading-v3 h2:before,
.heading-v3 h2:after {
	top: 15px;
	height: 6px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}

/*Headline v4*/
.heading-v4 h2:before,
.heading-v4 h2:after {
	top: 17px;
	border-bottom-style: solid;
}

/*Headline v5*/
.heading-v5 h2:before,
.heading-v5 h2:after {
	top: 17px;
	border-bottom-style: dashed;
}

/*Headline v6*/
.heading-v6 h2:before,
.heading-v6 h2:after {
	top: 17px;
	border-bottom-style: dotted;
}

/*Heading Titles v1*/
.title-v1 {
	z-index: 1;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.title-v1 h1,
.title-v1 h2 {
	color: #444;
	font-size: 28px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, sans-serif;
}

.title-v1 h1:after,
.title-v1 h2:after {
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 70px;
	content: " ";
	margin-left: -35px;
	position: absolute;
	background: #569e80;
}

.title-v1 p {
	font-size: 17px;
	font-weight: 200;
}

/*Heading Titles v2*/
h2.title-v2 {
	color: #555;
	position: relative;
	margin-bottom: 30px;
}

h2.title-v2:after {
	left: 0;
	width: 70px;
	height: 2px;
	content: " ";
	bottom: -10px;
	background: #555;
	position: absolute;
}

h1.title-v2.title-center,
h2.title-v2.title-center,
h3.title-v2.title-center {
	text-align: center;
}

h1.title-v2.title-center:after,
h2.title-v2.title-center:after,
h3.title-v2.title-center:after {
	left: 50%;
	width: 70px;
	margin-left: -35px;
}

h1.title-light,
h2.title-light,
h3.title-light {
	color: #fff;
}

h2.title-light:after {
	background: #fff;
}

/*Heading Title v3*/
h1[class^="title-v3-"],
h2[class^="title-v3-"],
h3[class^="title-v3-"] {
	color: #555;
}

h2.title-v3-xlg {
	font-size: 28px;
	line-height: 32px;
}

h1.title-v3-lg,
h2.title-v3-lg {
	font-size: 24px;
	line-height: 28px;
}

h1.title-v3-md,
h2.title-v3-md {
	font-size: 20px;
	line-height: 24px;
}

h2.title-v3-sm,
h3.title-v3-md {
	font-size: 18px;
	line-height: 24px;
}

h3.title-v3-md {
	line-height: 22px;
}

h3.title-v3-sm {
	font-size: 16px;
	line-height: 20px;
}

h2.title-v3-xs {
	font-size: 16px;
	line-height: 22px;
}

h3.title-v3-xs {
	font-size: 14px;
	margin-bottom: 0;
}

/*Title v4*/
.title-v4 {
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	border-bottom: 3px solid #333;
}

/*Headline Center*/
.headline-center {
	text-align: center;
	position: relative;
}

.headline-center h2 {
	color: #555;
	font-size: 24px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.headline-center h2:after {
	left: 50%;
	z-index: 1;
	width: 30px;
	height: 2px;
	content: " ";
	bottom: -5px;
	margin-left: -15px;
	text-align: center;
	position: absolute;
	background: #569e80;
}

.headline-center p {
	/*color: #999;*/
	font-size: 14px;
	/*padding: 0 150px;*/
}

@media (max-width: 991px) {
	.headline-center p {
		padding: 0 50px;
	}
}

.headline-center.headline-light h2 {
	color: #fff;
}

.headline-center.headline-light p {
	color: #eee;
}

/*Headline Center v2*/
.headline-center-v2 {
	z-index: 0;
	text-align: center;
	position: relative;
}

.headline-center-v2 h2 {
	color: #555;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.headline-center-v2 span.bordered-icon {
	color: #fff;
	padding: 0 10px;
	font-size: 15px;
	line-height: 18px;
	position: relative;
	margin-bottom: 25px;
	display: inline-block;
}

.headline-center-v2 span.bordered-icon:before,
.headline-center-v2 span.bordered-icon:after {
	top: 8px;
	height: 1px;
	content: " ";
	width: 100px;
	background: #fff;
	position: absolute;
}

.headline-center-v2 span.bordered-icon:before {
	left: 100%;
}

.headline-center-v2 span.bordered-icon:after {
	right: 100%;
}

.headline-center-v2 p {
	color: #555;
	font-size: 14px;
	padding: 0 70px;
}

.headline-center-v2.headline-center-v2-dark p {
	color: #666;
}

.headline-center-v2.headline-center-v2-dark span.bordered-icon {
	color: #666;
}

.headline-center-v2.headline-center-v2-dark span.bordered-icon:before,
.headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
	background: #666;
}

/*Headline Left*/
.headline-left {
	position: relative;
}

.headline-left .headline-brd {
	color: #555;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.headline-left .headline-brd:after {
	left: 1px;
	z-index: 1;
	width: 30px;
	height: 2px;
	content: " ";
	bottom: -5px;
	position: absolute;
	background: var(--green);
}

/*Headline v2
------------------------------------*/
.headline-v2 {
	display: block;
	background: #fff;
	padding: 1px 10px;
	margin: 0 0 20px 0;
	border-left: 2px solid #000;
}

.headline-v2 h2 {
	margin: 3px 0;
	font-size: 20px;
	font-weight: 200;
}

/*Heading Sizes
------------------------------------*/
h2.heading-md {
	font-size: 20px;
	line-height: 24px;
}

h2.heading-sm,
h3.heading-md {
	font-size: 18px;
	line-height: 24px;
}

h3.heading-md {
	line-height: 22px;
}

h3.heading-sm {
	font-size: 16px;
	line-height: 20px;
}

h2.heading-xs {
	font-size: 16px;
	line-height: 22px;
}

h3.heading-xs {
	font-size: 14px;
	margin-bottom: 0;
}

/*Typography
------------------------------------*/
.text-justify p { text-align: justify;}
.text-transform-uppercase { text-transform: uppercase;}
.text-transform-normal { text-transform: inherit !important;}

.font-bold { font-weight: 600;}
.font-light { font-weight: 200;}
.font-normal { font-weight: 400 !important;}


/*Spaces
------------------------------------*/
.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0;
}

.no-top-space {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.no-bottom-space {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

/*.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}

.content-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}

.content-xlg {
	padding-top: 150px;
	padding-bottom: 150px;
}*/

.space-md-hor {
	padding-left: 40px;
	padding-right: 40px;
}

.space-lg-hor {
	padding-left: 60px;
	padding-right: 60px;
}

.space-xlg-hor {
	padding-left: 100px;
	padding-right: 100px;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
	 clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;}
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}
.margin-bottom-70 { margin-bottom:70px;}
.margin-bottom-80 { margin-bottom:80px;}
.margin-bottom-90 { margin-bottom:90px;}
.margin-bottom-100 { margin-bottom:100px;}


/*Font Size*/
.text-light {
	font-weight: 200;
}
.text-normal {
	font-weight: 400;
}
.text-bold {
	font-weight: 600 !important;
}

/*Rounded and Circle Classes
------------------------------------*/
.no-rounded { border-radius: 0 !important;}
.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-2x { border-radius: 10px !important;}
.rounded-3x { border-radius: 15px !important;}
.rounded-4x { border-radius: 20px !important;}
.rounded-sm { border-radius: 2px !important;}
.rounded-md { border-radius: 3px !important;}
.rounded-top { border-radius: 4px 4px 0 0 !important;}
.rounded-left { border-radius: 4px 0 0 4px !important;}
.rounded-right { border-radius: 0 4px 4px 0 !important;}
.rounded-bottom { border-radius: 0 0 4px 4px !important;}

.btn-success {
    background-color: var(--green);
    border-color: var(--green);
}

.btn-success:hover {
    background-color: var(--dark-green);
    border-color: var(--dark-green);
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    background-color: var(--green);
    border-color: var(--green);
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    background-color: var(--dark-green);
    border-color: var(--dark-green);
}

/*
 * Description: Color Scheme
 * Website: GesDis
*/

/*variables*/
:root {
    --light-gray: #E7EEEC;
    --gray: #CCCCCC;
    --dark-gray: #262A30;
    --light-green: #84b898;
    --green: #569e80;
    --old-green: #72c02c;
    --dark-green: #447e66;
    --brown: #756E63;
    --blue: #073F77; /*info*/
    --med-green: #008b38; /*success*/
    --orange: #cc9a26; /*warning*/
    --red: #f44336; /*danger*/
    --teal: #28728e;
    --light-blue: #1468b0;
    --blue: #073F77;
    --dark-blue: #003265;
    --primary: #569e80;
    --success: #008b38;
}


/*SPECIAL COLOURS*/

.accent-color {
    color: var(--green);
}

.success-color {
    color: var(--green);
}

.info-color {
    color: var(--green);
}

.warning-color {
    color: var(--green);
}

.danger-color {
    color: var(--green);
}

/*colors*/
.light-gray {
    color: var(--light-gray);
/*    color: #daddda;*/
}

.gray {
/*    color: #95a5a6;*/
    color: var(--gray);
}

.light-green {
    color: #84b898;
}

.green {
    color: var(--green);
}

.old-green {
    color: #72c02c;
}

.dark-green {
    color: #2e8970;
}

.orange {
    color: #ff6600;
}

.teal {
    color: #28728e;
}

.light-blue {
    color: #1468b0;
}

.blue {
    color: #073F77;
}

.dark-blue {
    color: #003265;
}

/*/*ICON*/

/*.icon:before {
    font-family: "Font Awesome 5 Solid";
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;   
}

.icon-white {
    color: #fff;
}*/

	
/* ICONES----------------------------------------------------------*/

/*.ic-info:before {
    content: "\f05a";
    cursor: pointer;
}
.ic-info {
    color: var(--blue);
}*/

/*SASS*/


/* ------- customize primary buttons -------- */
$mynewcolor:#77cccc;

.btn-primary {
    @include button-variant($mynewcolor, darken($mynewcolor, 7.5%), darken($mynewcolor, 10%), lighten($mynewcolor,5%), lighten($mynewcolor, 10%), darken($mynewcolor,30%));
}

.btn-outline-primary {
    @include button-outline-variant($mynewcolor, #222222, lighten($mynewcolor,5%), $mynewcolor);
}
/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
	padding: 40px 0;
	/*	background: #073F77;*/
	background: var(--dark-gray);
}

.footer-v1 .footer p {
	color: #eee;
}

.footer-v1 .footer h2 {
	color: #eee;
	font-size: 18px;
	font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
	border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #eee;
}

.footer-v1 address {
	line-height: 23px;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
	/*background: url(../../img/map-img.png) 5px 60px no-repeat;*/
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
 color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
 color: #5fb611 !important;
}

/*Copyright*/
.footer-v1 .copyright {
	/*background: #222;*/
	background: var(--brown);
	border-top: none;
	padding: 10px 0 5px;
}

.footer-v1 .copyright p {
	color: #eee;
	margin-top: 14px;
}

.footer-v1 .copyright a {
	margin: 0 2px;
}

.footer-v1 .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}


.pagination > li > a {
    background-color: white;
    color: var(--green);
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #5a5a5a;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a {
    color: white;
    background-color: var(--green) !Important;
    border: solid 1px var(--green) !Important;
}

    .pagination > .active > a:hover {
        background-color: var(--green) !Important;
        border: solid 1px var(--green)
    }
/*Timeline v2
------------------------------------*/
.timeline-v2 {
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.timeline-v2 > li{
	position: relative;
}

.timeline-v2:before {
	top: 0;
	bottom: 0;
	left: 22%;
	width: 4px;
	content: '';
	/*background: #f3f3f3;*/
	position: absolute;
	margin-left: -14px;
}

/* The date/time */
.timeline-v2 > li .cbp_tmtime {
	width: 25%;
	display: block;
	position: absolute;
	padding-right: 80px;
}

.timeline-v2 > li .cbp_tmtime span {
	top: 9px;
	display: block;
	text-align: right;
	position: relative;
}

.timeline-v2 > li .cbp_tmtime span:first-child {
	color: #999;
	font-size: 14px;
	line-height: 0.9;
}

.timeline-v2 > li .cbp_tmtime span:last-child {
	color: #585f69;
	font-size: 20px;
	font-weight: normal;

}

/* Right content */
.timeline-v2 > li .cbp_tmlabel {
	color: var(--dark-gray);
	padding: 10px 20px 20px;
	background: #f3f3f3;
	line-height: 1.4;
	clear: both;
	position: relative;
	/*border-radius: 5px;*/
	margin: 0 0 40px 25%;
}

/*
.timeline-v2 > li .cbp_tmlabel img.big-thumb {
	width: 100%;
}
*/

.timeline-v2 > li .cbp_tmlabel li {
	padding: 0;
}

/*
.timeline-v2 > li .cbp_tmlabel img.small-thumb {
	width: 111px;
	height: auto;
}
*/

.timeline-v2 > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	font-size: 21px;
	padding: 0 0 5px;
	margin-bottom: 10px;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

.timeline-v2 > li .cbp_tmlabel .text-left {
	float: left;
}

/* The triangle */
.timeline-v2 > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #f3f3f3;
	border-width: 10px;
	top: 18px;
}

/* The icons */
	.timeline-v2 > li .cbp_tmicon {
		top: 22px;
		left: 22%;
		width: 10px;
		height: 10px;
		position: absolute;
		background: var(--green);
		margin: 0 0 0 -17px;
		box-shadow: 0 0 0 4px #f3f3f3;
		-webkit-font-smoothing: antialiased;
	}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.timeline-v2 > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.timeline-v2:before {
		display: none;
	}

	.timeline-v2 > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.timeline-v2 > li .cbp_tmtime span {
		text-align: left;
	}

	.timeline-v2 > li .cbp_tmlabel {
		padding: 1em;
		font-weight: 400;
		margin: 0 0 30px 0;
	}

	.timeline-v2 > li .cbp_tmlabel:after {
		left: 20px;
		top: -20px;
		right: auto;
		border-bottom-color: #f3f3f3;
		border-right-color: transparent;
	}

	.timeline-v2 > li .cbp_tmicon {
		left: auto;
		float: right;
		position: relative;
		margin: -55px 5px 0 0px;
	}	
}

/*timeline-v2 within tab-v2 issue issue fix*/
.timeline-v2 > li .cbp_tmlabel.equal-height-column {
    height: auto !important;
}
/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(base.css);
/*@import url(app.css);
@import url(blocks.css);*/

* {
	border-radius: 0;
}

body {
/*	color: #333;*/
	color: var(--dark-grey);
	font-size: 13px;
	line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
	color: var(--green);
	text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}

a:hover {
	color: var(--green);
	text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}


/*BACKGROUNDS
    ----------------------------------------------------------*/

.bg-green {
    color: #fff;
    background-color: #3b7a63;
}

/*TEXT
    ----------------------------------------------------------*/

.text-accent {
    color: #3b7a63;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }


/*ICONS
    ----------------------------------------------------------*/
.icon:before {
   /* */font-family: "Font Awesome 6 Free";
    display: inline-block;
    font-weight: 400; /*teste FA 6*/
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
}

.icon-white {
    color: #fff !important;
}

/* Cor para estado inativo e ativo de um determinado conceito
    ----------------------------------------------------------*/
.active_state {
    /*  color: #00ff21;*/
/*    color: #008b38;*/
    color: var(--success)
}

.inactive_state {
    color: #FF6600;
}


.ic-info:before {
    content: "\f05a"; /*fa-info-circle*/
    cursor: pointer;
}
.ic-info {
    color: #28728E;
}

.ic-help:before {
    content: "\f059"; /*fa-question-circle*/
    cursor: pointer;
}
.ic-help {
    color: var(--blue);
}

.ic-view:before {
    content: "\f06e"; /*fa-info-circle*/
    cursor: pointer;
}
.ic-view {
    color: var(--green);
}

.ic-edit:before {
/*    font: var(--fa-font-sharp);*/
    content: "\f304"; /*fa-pencil-alt*/
}
.ic-edit {
    color: var(--green);
}

.ic-save:before {
    content: "\f0c7"; /*fa-floppy-o*/
}
.ic-save {
    color: var(--green);
}

.ic-delete:before {
    content: "\f00d"; /*fa-times*/
}
.ic-delete {
    color: #dc3545;
}

.ic-back-to-top:before {
    display: none;
    content: "\f062"; /*fa-arrow-up*/
    font-size: 6em;
    padding: .2em .25em .15em;
    border: solid .1em #FF6600;
    border-radius: .1em;
    cursor: pointer;
}
.ic-back-to-top {
    color: var(--green);
}

/*ICONS FLOW PROCESSO*/
.ic-processo-ativo:before {
    font: var(--fa-font-solid); /*teste versão 6*/
    content: "\f111"; /*fa-circle*/
    font-size: 1em;
}

.ic-processo-ativo  {
    color: var(--green);
}

.ic-processo-inativo:before {
    content: "\f111"; /*fa-circle*/
    font-size: 1em;
}
.ic-processo-inativo {
    color: #ff6600; 
}

.ic-reabertura:before {
    content: "\f2f6"; /*fa-sign-in-alt*/
}
.ic-reabertura {
    color: var(--green); 
}

.ic-inscricao:before {
    /*font-family: "Font Awesome 5 Regular";*/
    content: "\f0fe"; /*fas fa-plus-square*/
}
.ic-inscricao {
    color: var(--blue);
}
.ic-cessacao:before {
    content: "\f2f5"; /*fa-sign-out-alt*/
}
.ic-cessacao {
    color: #ff6600; 
}
	
/* Icon de ajuda
----------------------------------------------------------*/
img.help_icon {
	width: 40px;
	height: 40px;
	padding-right: 20px;
	cursor: pointer;
}

img.help_icon_small {
	width: 30px;
	height: 30px;
	padding-right: 20px;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one       */
    display: flex;
    align-items: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}*/

/*h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}*/

/*background area = featured + main display area,  all wide*/
#body {
    clear: both;
    padding-bottom: 35px;
    min-height: 500px;
    background-image: url('../Images/Backgrounds/painting.png');
}

.skip-to-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3b7a63;
    color: #fff;
    padding: 10px;
    z-index: 1000;
    text-decoration: none;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.skip-to-content:focus {
    transform: translateY(0);
    outline: 2px solid #fff;
}

.featured {

}

.featured .content-wrapper {
    padding: 20px 40px 1px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: var(--blue);
}

.featured p {
    font-size: 1.1em;
}



/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

leftsmall {
    float: left;
    width: 70%;
    background-color: #FF00FF;
}


.ui-widget-header {   
    border: 0 none;
    background: none;  
}

/* styles for validation helpers */
/*.field-validation-error {
    color: #611F00;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #611F00;
}*/

.validation-summary-errors {
    color: #FF6600;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #FF6600 !important;
    -moz-box-shadow: 0 0 2px #FF6600 !important;
    -webkit-box-shadow: 0 0 2px #FF6600 !important;
    box-shadow: 0 0 2px #FF6600 !important;
}

ul#social li {
    display: inline;
    list-style: none;
}

ul#social li a {
    color: #999;
    text-decoration: none;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

    #login ul {
        margin: 5px 0;
        padding: 0;
    }

    #login li {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #login a {
        background: none;
        color: #999;
        font-weight: 600;
        margin: 2px;
        padding: 0;
    }

    #login a:hover {
        color: #333;
    }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    ul#menu li {
        margin: 0;
        padding: 0;
    }


    /* main layout
    ----------------------------------------------------------*/
    .main-content, .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }
    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

    section.feature img {
        color: #999;
        content: attr(alt);
        font-size: 1.5em;
        font-weight: 600;
    }


    /* Lista geral de discentes
    ----------------------------------------------------------*/
    /*h2.lista_geral {
        color: #1c78df;
    }

        h2.lista_geral > img, h2.minha_lista > img {
            margin: 0 0 0 0;
        }*/



    /* link para fechar a ajuda 
----------------------------------------------------------*/
    a.close_help {
        padding-left: 15px;
        padding-right: 20px;
    }

}


tr.group,
tr.group:hover {
    background-color: #808080 !important;
}

tr.subgroup,
tr.subgroup:hover {
    background-color: #999 !important;
}

tr.subSubgroup,
tr.subSubgroup:hover {
    background-color: #d4cfcf !important;
}

