/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.rTable {
	display: table;
	width: 100%
}

@media (max-width:991px) {
	.rTable {
		display: block;
		width: 100%
	}

}

.rTableRow {
	display: table-row
}

@media (max-width:991px) {
	.rTableRow {
		display: block
	}

}

.rTableCell {
	display: table-cell;
	width: 100%
}

@media (max-width:991px) {
	.rTableCell {
		display: block
	}

}

.morris-hover {
	position: absolute;
	z-index: 1000
}

.morris-hover.morris-default-style {
	border-radius: 10px;
	padding: 6px;
	color: #666;
	background: rgba(255, 255, 255, .8);
	border: solid 2px rgba(230, 230, 230, .8);
	font-family: sans-serif;
	font-size: 12px;
	text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
	margin: .5em 0
}

.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: .1em 0
}

#chart {
	width: 100%;
	height: 300px;
	margin: 30px auto 0;
	display: block
}

#chart #numbers {
	height: 100%;
	width: 50px;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left
}

#chart #numbers li {
	text-align: right;
	padding-right: 1em;
	list-style: none;
	height: 29px;
	border-bottom: 1px solid #444;
	position: relative;
	bottom: 30px
}

#chart #numbers li:last-child {
	height: 30px
}

#chart #numbers li span {
	color: #eee;
	position: absolute;
	bottom: 0;
	right: 10px
}

#chart #bars {
	display: inline-block;
	background: rgba(0, 0, 0, .2);
	width: 600px;
	height: 300px;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 0 1px #444
}

#chart #bars li {
	display: table-cell;
	width: 100px;
	height: 300px;
	margin: 0;
	text-align: center;
	position: relative
}

#chart #bars li .bar {
	display: block;
	width: 70px;
	margin-left: 15px;
	background: #49E;
	position: absolute;
	bottom: 0
}

#chart #bars li .bar:hover {
	background: #5AE;
	cursor: pointer
}

#chart #bars li .bar:hover:before {
	color: #fff;
	content: attr(data-percentage) '%';
	position: relative;
	bottom: 20px
}

#chart #bars li span {
	color: #eee;
	width: 100%;
	position: absolute;
	bottom: -2em;
	left: 0;
	text-align: center
}

.table-bordered-bottom {
	margin-bottom: 11px
}

.table-bordered-bottom>tbody>tr>td, .table-bordered-bottom>tbody>tr>th, .table-bordered-bottom>tfoot>tr>td, .table-bordered-bottom>tfoot>tr>th, .table-bordered-bottom>thead>tr>td, .table-bordered-bottom>thead>tr>th {
	border-top: none;
	border-bottom: 1px solid #ddd
}

.table-height-md {
	min-height: 88px
}

.left-inner-addon {
	position: relative
}

.left-inner-addon input {
	padding-left: 30px
}

.left-inner-addon i {
	position: absolute;
	padding: 5px 9px;
	pointer-events: none;
	z-index: 3;
	border-radius: 0;
	color: #fff
}

.right-inner-addon {
	position: relative
}

.right-inner-addon input {
	padding-right: 30px
}

.right-inner-addon i {
	position: absolute;
	right: 0;
	padding: 5px 9px;
	pointer-events: none;
	z-index: 3;
	border-radius: 0;
	color: #fff
}

.carousel-fade .carousel-inner .item {
	transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .item {
	opacity: 0
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
	left: 0;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
	z-index: 2
}

body, html {
	height: 100%
}

.active, .carousel, .item {
	height: 100%
}

.carousel-inner {
	height: 100%
}

.carousel-inner .item h1 {
	color: #fff;
	font-weight: 400;
	font-size: 60px
}

@media (max-width:991px) {
	.carousel-inner .item h1 {
		font-size: 36px
	}

}

.carousel-inner.new .item {
	display: flex;
	align-items: initial;
	top: 40%
}

.carousel-inner.new .item::before {
	content: "";
	background: rgba(0, 0, 0, .2);
	width: 40%;
	height: 150px;
	left: 0;
	display: table;
	position: absolute
}

.carousel-inner.new .item h1 {
	color: #fff;
	text-align: left;
	font-weight: 100;
	font-size: 40px;
	margin: 30px 0
}

@media (max-width:991px) {
	.carousel-inner.new .item h1 {
		font-size: 36px
	}

}

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}

.img-bg-header {
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}

@media (max-width:991px) {
	.btn {
		white-space: inherit
	}

}

@media (max-width:991px) {
	.btn-nav-group {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

}

.btn-back {
	line-height: 3.2;
	position: absolute;
	float: right
}

.btn-system {
	display: flex;
	border-bottom: 1px solid #9e9295;
	border-top: 1px solid #9e9295;
	padding: 0 10px;
	justify-content: space-between;
	line-height: 2.1;
	font-size: 20px;
	font-weight: 500
}

.btn-system span {
	float: left;
	position: absolute;
	margin-left: 47px
}

.btn-system .icon {
	width: 37px;
	margin-bottom: 10px
}

.btn-auto {
	padding: 10px 40px !important;
	width: auto !important
}

.btn-active {
	background: #8e9090 !important
}

.btn-position {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	align-items: center;
	display: flex;
	text-align: center;
	justify-content: center
}

.btn-position img {
	height: 50px
}

@media (max-width:992px) {
	.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-violet, .btn-warning {
		marging-bottom: 10px
	}

}

.btn-danger.disabled, .btn-danger[disabled], .btn-default.disabled, .btn-default[disabled], .btn-info.disabled, .btn-info[disabled], .btn-primary.disabled, .btn-primary[disabled], .btn-success.disabled, .btn-success[disabled], .btn-violet.disabled, .btn-violet[disabled], .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-default, fieldset[disabled] .btn-info, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-violet, fieldset[disabled] .btn-warning {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-violet .badge, .btn-warning .badge {
	text-shadow: none
}

.btn.active, .btn:active {
	background-image: none
}

.btn-gray {
	background: #808285;
	color: #fff;
	font-style: italic
}

.btn-default {
	background: #B9BCB8;
	color: #fff;
	border-color: transparent
}

.btn-primary {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: transparent
}

.btn-primary:focus, .btn-primary:hover {
	background-color: #76a5d0;
	background-position: 0 -15px
}

.btn-primary.active, .btn-primary:active {
	background-color: #76a5d0;
	border-color: #6fa0ce
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #76a5d0;
	background-image: none
}

.btn-success {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: transparent
}

.btn-success:focus, .btn-success:hover {
	background-color: #419641;
	background-position: 0 -15px
}

.btn-success.active, .btn-success:active {
	background-color: #419641;
	border-color: #3e8f3e
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #419641;
	background-image: none
}

.btn-info {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: transparent
}

.btn-info:focus, .btn-info:hover {
	background-color: #2aabd2;
	background-position: 0 -15px
}

.btn-info.active, .btn-info:active {
	background-color: #2aabd2;
	border-color: #28a4c9
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #2aabd2;
	background-image: none
}

.btn-warning {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: transparent
}

.btn-warning:focus, .btn-warning:hover {
	background-color: #eb9316;
	background-position: 0 -15px
}

.btn-warning.active, .btn-warning:active {
	background-color: #eb9316;
	border-color: #e38d13
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #eb9316;
	background-image: none
}

.btn-danger {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: transparent
}

.btn-danger:focus, .btn-danger:hover {
	background-color: #c12e2a;
	background-position: 0 -15px
}

.btn-danger.active, .btn-danger:active {
	background-color: #c12e2a;
	border-color: #b92c28
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #c12e2a;
	background-image: none
}

.btn-violet {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: transparent;
	font-weight: 700;
	width: 100%;
	padding: 10px;
	min-height: 66px;
	display: flex;
	justify-content: center;
	align-items: center
}

.btn-violet:focus, .btn-violet:hover {
	background-color: #74a2cb;
	background-position: 0 -15px
}

.btn-violet.active, .btn-violet:active {
	background-color: #74a2cb;
	border-color: #6d9dc9
}

.btn-violet.disabled, .btn-violet.disabled.active, .btn-violet.disabled.focus, .btn-violet.disabled:active, .btn-violet.disabled:focus, .btn-violet.disabled:hover, .btn-violet[disabled], .btn-violet[disabled].active, .btn-violet[disabled].focus, .btn-violet[disabled]:active, .btn-violet[disabled]:focus, .btn-violet[disabled]:hover, fieldset[disabled] .btn-violet, fieldset[disabled] .btn-violet.active, fieldset[disabled] .btn-violet.focus, fieldset[disabled] .btn-violet:active, fieldset[disabled] .btn-violet:focus, fieldset[disabled] .btn-violet:hover {
	background-color: #74a2cb;
	background-image: none
}

@media (max-width:992px) {
	.btn-violet {
		background-color: #a1c0dc;
		border-bottom: 1px solid #fff;
		white-space: initial
	}

}

.btn-gray {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: transparent;
	font-style: inherit;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.btn-gray:focus, .btn-gray:hover {
	background-color: #1c1a18;
	background-position: 0 -15px
}

.btn-gray.active, .btn-gray:active {
	background-color: #1c1a18;
	border-color: #161514
}

.btn-gray.disabled, .btn-gray.disabled.active, .btn-gray.disabled.focus, .btn-gray.disabled:active, .btn-gray.disabled:focus, .btn-gray.disabled:hover, .btn-gray[disabled], .btn-gray[disabled].active, .btn-gray[disabled].focus, .btn-gray[disabled]:active, .btn-gray[disabled]:focus, .btn-gray[disabled]:hover, fieldset[disabled] .btn-gray, fieldset[disabled] .btn-gray.active, fieldset[disabled] .btn-gray.focus, fieldset[disabled] .btn-gray:active, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .btn-gray:hover {
	background-color: #1c1a18;
	background-image: none
}

.img-thumbnail, .thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.navbar-default {
	background-image: -webkit-linear-gradient(top, #3e3739 0, #231f20 100%);
	background-image: -o-linear-gradient(top, #3e3739 0, #231f20 100%);
	background-image: linear-gradient(to bottom, #3e3739 0, #231f20 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e3739', endColorstr='#ff231f20', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius: 0
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	background-image: -webkit-linear-gradient(top, #040304 0, #0c0b0b 100%);
	background-image: -o-linear-gradient(top, #040304 0, #0c0b0b 100%);
	background-image: linear-gradient(to bottom, #040304 0, #0c0b0b 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff040304', endColorstr='#ff0c0b0b', GradientType=0)
}

.navbar-brand {
	background-color: transparent;
	margin-left: -45px !important;
	text-indent: -9999999px
}

@media (max-width:992px) {
	.navbar-brand {
		background-color: transparent;
		margin-left: -30px !important
	}

}

.navbar-inverse {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius: 0
}

#navbar {
	margin-bottom: 30px;
}

.navbar-inverse #navbar-top .nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.navbar-inverse #navbar-top .nav>li:first-child {
	margin-left: 0
}

.navbar-inverse #navbar-top .nav>li:last-child {
	margin-right: 0
}

.navbar-inverse #navbar-top .nav>li {
	position: relative;
	display: block
}

.navbar-inverse #navbar-top .nav>li>a {
	position: relative;
	display: block
}

.navbar-inverse #navbar-top .navbar-brand, .navbar-inverse #navbar-top .navbar-nav>li>a {
	font-size: 16px
}

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
	border-radius: 0
}

@media (max-width:991px) {
	.navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-image: -webkit-linear-gradient(top, #A4C3E0 0, #91b6da 100%);
		background-image: -o-linear-gradient(top, #A4C3E0 0, #91b6da 100%);
		background-image: linear-gradient(to bottom, #A4C3E0 0, #91b6da 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa4c3e0', endColorstr='#ff91b6da', GradientType=0)
	}

}

.navbar-margin {
	margin: 34px 0 0
}

@media (max-width:992px) {
	.navbar-margin {
		margin: 0
	}

}

.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(240, 240, 240, .9)
}

.navbar-wrapper.light {
	background-color: rgba(240, 240, 240, 0)
}

.navbar-wrapper.light .navbar-nav>li>a {
	color: #fff !important
}

.navbar-wrapper.light .navbar-toggle .icon-bar {
	background-color: #fff !important
}

/*
@media (max-width:480px) {
	.navbar-wrapper {
		background-color: transparent
	}

}

@media (max-width:480px) {
	.navbar-wrapper-mobile {
		background-color: rgba(240, 240, 240, .9)
	}

}
*/

.navbar-border {
	border-bottom: 1px solid #fff
}

.navbar.no-height {
	background-color: rgba(240, 240, 240, .9)
}

.navbar.no-height .navbar-toggle {
	padding: 13px 0
}

#nav-bottom>li a {
	font-size: 19px;
	text-transform: lowercase
}

@media (max-width:1200px) {
	#nav-bottom>li a {
		font-size: 19px
	}

}

@media (max-width:992px) {
	#nav-bottom>li a {
		font-size: 18px
	}

}

#nav-top {
	font-size: 14px
}

#nav-top .dropdown-menu li a {
	font-size: 13px !important
}

#nav-top>li {
	margin: 0 10px
}

@media (max-width:992px) {
	#nav-top>li {
		margin: 0
	}

}

@media (max-width:992px) {
	#nav-top {
		padding-bottom: 10px
	}

}

#nav-top, #navbar-top {
	font-weight: 300
}

.nav-vertical {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 21px;
	line-height: 2;
	list-style: none
}

@media (max-width:992px) {
	.nav-vertical {
		font-size: 18px;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 0;
		margin-bottom: 20px
	}

}

.nav-vertical>li:first-child {
	margin-left: 0
}

.nav-vertical>li:last-child {
	margin-right: 0
}

.nav-vertical>li {
	position: relative;
	display: block
}

@media (max-width:992px) {
	.nav-vertical>li {
		text-align: center;
		border-bottom: 1px solid #9e9295
	}

}

.nav-vertical>li>a {
	position: relative;
	display: block
}

footer {
	padding-bottom: 40px
}

footer hr {
	margin: 40px 0
}

.icons-footer {
	display: flex !important;
	justify-content: flex-end;
	margin-top: 15px
}

.icon-footer {
	height: 25px;
	margin-right: 10px
}

.icon-footer img {
	height: 25px
}

.icons-carp {
	min-height: 0
}

@media (min-width:992px) {
	.icons-carp {
		min-height: 270px
	}

}

.icons-footer-carp {
	display: flex !important;
	justify-content: flex-end;
	margin-top: 15px
}

.icons-inside-carp {
	display: flex !important;
	justify-content: space-between;
	margin-bottom: 30px
}

.icon-footer-carp {
	height: 40px;
	margin-right: 10px
}

.icon-footer-carp img {
	height: 40px
}

@media (max-width:1199px) {
	.icon-footer-carp {
		height: 30px
	}

}

.img-bg-carp {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f4
}

.img-bg-carp h3 {
	font-size: 20px;
	align-items: center;
	justify-content: center
}

.img-bg-carp.ratio-0-57 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f4f4f4
}

.img-bg-carp.ratio-0-57>h3 {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.hr {
	border-top: 1px solid #231f20;
	margin: 10px 0 30px
}

.nav-footer {
	padding-left: 0;
	margin: 0;
	list-style: none
}

@media (max-width:992px) {
	.nav-footer {
		margin-bottom: 20px
	}

}

.nav-footer>li:first-child {
	font-weight: 500
}

.nav-footer>li {
	position: relative;
	display: block
}

.nav-footer>li>a {
	color: #8E9090 !important;
	position: relative;
	display: block
}

.cc-logo {
	width: 100px;
	margin-top: -10px;
	margin-left: 10px;
	display: initial
}

@media (max-width:992px) {
	.arq h4 {
		font-size: 18px
	}

}

.arq .item-inner-dark p {
	color: #fff !important
}

.arq .panel-title {
	color: #fff !important
}

.arq .btn-product {
	font-weight: 700;
	color: #fff;
	margin-bottom: 40px
}

.arq .text-color {
	color: #f89e5d !important
}

.arq .text-active {
	color: #231f20 !important
}

.arq h4, .arq p {
	color: #808285 !important
}

.arq.secciones h4 {
	color: #fff !important
}

.arq ul li a {
	color: #808285
}

.arq .dropdown-menu>li>a {
	color: #808285 !important
}

@media (max-width:992px) {
	.arq .dropdown-menu>li>a {
		color: #808285 !important
	}

}

.products h4, .products p, .products ul li a {
	color: #808285 !important
}

.color-circle-align {
	margin-bottom: 10px
}

.color-circle-align p {
	font-size: 70%;
	text-align: center;
	min-height: 2rem
}

.title {
	font-size: 22px
}

.icon-system-lg {
	width: 92px;
	margin: 38px 0
}

@media (max-width:992px) {
	.icon-system-lg {
		width: 50px
	}

}

.icon-system-lg-a {
	width: 150px;
	margin: 38px 0
}

@media (max-width:992px) {
	.icon-system-lg-a {
		width: 50px
	}

}

.list-line {
	margin-top: 30px;
	margin-bottom: 50px;
	border-top: 1px solid #eaebec;
	padding: 0;
	list-style: none
}

.list-line li {
	padding: 7px 0;
	border-bottom: 1px solid #eaebec;
	color: #808285 !important
}

.list-line li strong {
	color: #a1c0dc !important;
	border-bottom: none !important
}

.panel-secondary {
	margin-top: 6px
}

.panel-secondary .list-line {
	margin-top: 0;
	margin-bottom: 10px;
	border-top: 1px solid #eaebec;
	padding: 0;
	list-style: none
}

.panel-secondary .list-line li {
	padding: 7px 12px;
	border-bottom: 1px solid #eaebec;
	color: #808285 !important
}

.panel-secondary .list-line li strong {
	color: #a1c0dc !important;
	border-bottom: none !important
}

.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)
}

.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	border-color: #b2dba1
}

.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	border-color: #9acfea
}

.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	border-color: #f5e79e
}

.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	border-color: #dca7a7
}

.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)
}

.progress-bar {
	background-image: -webkit-linear-gradient(top, #A4C3E0 0, #7eaad3 100%);
	background-image: -o-linear-gradient(top, #A4C3E0 0, #7eaad3 100%);
	background-image: linear-gradient(to bottom, #A4C3E0 0, #7eaad3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa4c3e0', endColorstr='#ff7eaad3', GradientType=0)
}

.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)
}

.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)
}

.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)
}

.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)
}

.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.list-group {
	border-radius: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	text-shadow: 0 -1px 0 #7eaad3;
	background-image: -webkit-linear-gradient(top, #A4C3E0 0, #87b0d6 100%);
	background-image: -o-linear-gradient(top, #A4C3E0 0, #87b0d6 100%);
	background-image: linear-gradient(to bottom, #A4C3E0 0, #87b0d6 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa4c3e0', endColorstr='#ff87b0d6', GradientType=0);
	border-color: #87b0d6
}

.list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
	text-shadow: none
}

.panel .panel-body h5 {
	margin: 30px 0
}

.panel .panel-body .inner-side {
	padding: 0 15px
}

.panel .panel-body .inner {
	padding: 30px 15px
}

.panel .panel-body .inner p {
	margin: 0
}

.panel .panel-body .inner p.border {
	border-bottom: 1px solid #3D3834;
	padding-bottom: 5px;
	margin: 10px 0
}

.panel li.active span {
	font-weight: 700;
	text-decoration: underline
}

.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-toggle {
	display: block
}

.navbar-collapse.collapse {
	display: none !important
}

.navbar-collapse.collapse.in {
	display: block !important;
	height: auto;
	overflow: auto
}

.flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

@media (max-width:992px) {
	.flex-container {
		display: block
	}

}

.flex-container li {
	margin: auto
}

.inner {
	padding: 30px 15px;
	margin-bottom: 30px
}

.inner-curse {
	padding: 15px;
	margin-bottom: 30px
}

.inner-curse tr {
	border-bottom: 1px solid #9e9295
}

.inner-curse tr:last-child {
	border-bottom: none
}

.border {
	border-bottom: 1px solid #9e9295;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.border-input {
	border: 1px solid #9e9295 !important;
	margin-bottom: 0;
	padding-bottom: 30px
}

.border-input-10 {
	border: 1px solid #9e9295 !important;
	margin-bottom: 10px
}

.icon-user {
	margin-top: 42px;
	margin-left: 5px
}

.affix .icon-user {
	margin-top: 11px
}

.float-right {
	float: right;
	position: absolute
}

hr {
	background: 0 0;
	border-top: 1px solid #9e9295
}

.small-text {
	font-size: 14px
}

.divider {
	padding: 15px 0;
	clear: both
}

.icon-system {
	padding: 0 15px;
	display: flex-inline
}

.icon-system img {
	width: 58px;
	height: 58px
}

.icon-system.right {
	position: absolute;
	display: flex;
	top: 0;
	right: 15px
}

.icon-system img {
	margin-left: 15px
}

.justify-content-space-around {
	display: flex !important;
	justify-content: space-around
}

.padding-left-0 {
	padding-left: 0 !important
}

.padding-right-0 {
	padding-right: 0 !important
}

.padding-right-form {
	padding-right: 5px
}

@media (max-width:992px) {
	.padding-right-form {
		padding-right: 15px
	}

}

.padding-left-form {
	padding-left: 0
}

@media (max-width:992px) {
	.padding-left-form {
		padding-left: 15px
	}

}

.padding-left {
	padding-left: 15px
}

@media (max-width:992px) {
	.padding-left {
		padding-left: 15px
	}

}

.padding-all {
	padding: 15px
}

@media (max-width:992px) {
	.padding-all {
		padding: 15px
	}

}

.margin-top-bot-lg {
	margin-top: 30px;
	margin-bottom: 30px
}

.margin-top-lg-0 {
	margin-top: 40px
}

.margin-top-lg {
	margin-top: 50px
}

@media (max-width:992px) {
	.margin-top-lg {
		margin-top: 10px
	}

}

.margin-top-lg-1 {
	margin-top: 100px !important
}

.margin-top-md {
	margin-top: 10px !important
}

.margin-bottom-lg {
	margin-bottom: 50px !important
}

.margin-bottom-md {
	margin-bottom: 20px !important
}

.margin-bottom-xs {
	margin-bottom: 10px !important
}

.margin-zero {
	margin: 0
}

.margin-auto {
	margin-left: auto !important;
	margin-right: auto !important
}

.table-icons {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 22px 0
}

.table-icons td, .table-icons th {
	text-align: center;
	padding: 8px
}

.table-data-sheet {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0
}

.table-data-sheet td {
	text-align: center;
	background: #fff
}

.table-data-sheet th {
	text-align: center;
	background: #eaebec
}

.table-data-sheet>thead>tr>th {
	vertical-align: middle
}

.table-responsive-line {
	width: 100% !important;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: #eaebec
}

@media screen and (max-width:767px) {
	.table-responsive-line {
		border: 0;
		padding: 0 0 10px;
		background: 0 0
	}

	.table-responsive-line thead {
		display: none;
		background: #eaebec
	}

	.table-responsive-line tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 1px solid #fff;
		background: #eaebec
	}

	.table-responsive-line td {
		display: block;
		text-align: right;
		border-bottom: 1px solid #fff
	}

	.table-responsive-line td:last-child {
		border-bottom: 0
	}

	.table-responsive-line td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: 700
	}

}

.modal-form {
	padding: 20px 50px
}

.modal-form input[type=password], .modal-form input[type=text], .modal-form select, .modal-form textarea {
	border: solid #ccc 1px;
	border-radius: 0;
	margin-bottom: 15px
}

.modal-form .btn {
	margin-bottom: 10px;
	background: #3d3935
}

.modal-form p {
	display: block;
	margin-bottom: 10px;
	font-size: 16px
}

.modal-form h4 {
	font-size: 16px;
	margin-bottom: 10px
}

.close-new {
	background: #8c9091 !important;
	padding: 0 10px 5px !important;
	border-radius: 50%;
	margin-top: -20px !important;
	margin-right: -20px !important;
	top: 25px !important;
	right: 25px !important;
	color: #fff
}

.icon-download {
	right: 30px;
	position: absolute
}

figure {
	margin-bottom: 30px
}

figcaption {
	text-align: center;
	background-color: #f1f1f2;
	padding: 5px
}

.img-height-md {
	max-height: 200px;
	padding: 15px 0
}

.img-height-lg {
	height: 400px;
	padding: 15px 0
}

.bim .module-item {
	background: #9fbdd9;
	border: 1px solid #808285
}

.bg-bim p {
	color: #fff !important
}

.bg-bim.padding-md {
	padding: 20px
}

.bg-bim .btn-bim {
	background: #fff;
	color: #9fbdd9;
	text-transform: capitalize
}

.carp .module-item {
	background: #9fbdd9;
	border: 1px solid #808285
}

.bg-carp p {
	color: #fff !important
}

.bg-carp.padding-md {
	padding: 20px
}

.bg-carp .btn-carp {
	background: #fff;
	color: #9fbdd9;
	text-transform: capitalize
}

.bg-color {
	background-color: #f1f1f2
}

.bg-color.margin-bot {
	margin-bottom: 10px
}

.bg-color-primary {
	background-color: #A4C3E0;
	color: #fff
}

.bg-color-primary a {
	color: #fff
}

.bg-color-work {
	background-color: #3d3834;
	color: #fff
}

.bg-color-work a {
	color: #fff
}

.bg-color-work h4 {
	margin-bottom: 30px
}

.bg-white {
	background: #fff
}

.bg-white.margin-bot {
	margin-bottom: 10px
}

.bg-ligthgrey {
	background: #F6F6F6
}

.bg-colour-01 {
	background-color: #8588c2
}

.bg-colour-02 {
	background-color: #87246b
}

.bg-colour-03 {
	background-color: #8588c2
}

.bg-colour-04 {
	background-color: #8588c2
}

.bg-colour-05 {
	background-color: #f89e5c
}

.bg-colour-06 {
	background-color: #f89e5c
}

.bg-colour-07 {
	background-color: #db4d5f
}

.bg-colour-08 {
	background-color: #00937c
}

.bg-colour-09 {
	background-color: #5cbc68
}

.bg-colour-10 {
	background-color: #ffcb31
}

.bg-colour-11 {
	background-color: #00bce7
}

.bg-colour-12 {
	background-color: #8e9091
}

.bg-colour-13 {
	background-color: #b1cee8
}

.bg-colour-00 {
	background-color: #A4C3E0
}

.bg-primary {
	background-color: #A4C3E0
}

.bg-primary .text {
	color: #fff
}

.bg-primary a {
	color: #fff
}

.bg-primary h4 {
	margin-bottom: 30px
}

.bg-gray-white {
	background-color: #fff
}

.bg-gray-light {
	background-color: #f7f8f8
}

.border-01 {
	border-top: 5px solid #8588c2
}

.border-01 .icon-system img {
	margin-left: 15px
}

.border-01 .bg-colour-btn {
	background-color: #8588c2
}

.border-02 {
	border-top: 5px solid #87246b
}

.border-02 .icon-system img {
	margin-left: 15px
}

.border-02 .bg-colour-btn {
	background-color: #87246b
}

.border-03 {
	border-top: 5px solid #8588c2
}

.border-03 .icon-system img {
	margin-left: 15px
}

.border-03 .bg-colour-btn {
	background-color: #8588c2
}

.border-04 {
	border-top: 5px solid #8588c2
}

.border-04 .icon-system img {
	margin-left: 15px
}

.border-04 .bg-colour-btn {
	background-color: #8588c2
}

.border-05 {
	border-top: 5px solid #f89e5c
}

.border-05 .icon-system img {
	margin-left: 15px
}

.border-05 .bg-colour-btn {
	background-color: #f89e5c
}

.border-06 {
	border-top: 5px solid #f89e5c
}

.border-06 .icon-system img {
	margin-left: 15px
}

.border-06 .bg-colour-btn {
	background-color: #f89e5c
}

.border-07 {
	border-top: 5px solid #db4d5f
}

.border-07 .icon-system img {
	margin-left: 15px
}

.border-07 .bg-colour-btn {
	background-color: #db4d5f
}

.border-08 {
	border-top: 5px solid #00937c
}

.border-08 .icon-system img {
	margin-left: 15px
}

.border-08 .bg-colour-btn {
	background-color: #00937c
}

.border-09 {
	border-top: 5px solid #5cbc68
}

.border-09 .icon-system img {
	margin-left: 15px
}

.border-09 .bg-colour-btn {
	background-color: #5cbc68
}

.border-10 {
	border-top: 5px solid #ffcb31
}

.border-10 .icon-system img {
	margin-left: 15px
}

.border-10 .bg-colour-btn {
	background-color: #ffcb31
}

.border-11 {
	border-top: 5px solid #00bce7
}

.border-11 .icon-system img {
	margin-left: 15px
}

.border-11 .bg-colour-btn {
	background-color: #00bce7
}

.border-12 {
	border-top: 5px solid #8e9091
}

.border-12 .icon-system img {
	margin-left: 15px
}

.border-12 .bg-colour-btn {
	background-color: #8e9091
}

.border-13 {
	border-top: 5px solid #b1cee8
}

.border-13 .icon-system img {
	margin-left: 15px
}

.border-13 .bg-colour-btn {
	background-color: #b1cee8
}

.prod-border-01.color-text {
	color: #8588c2
}

.prod-border-01 .icon-system img {
	margin-left: 15px
}

.prod-border-01.bg-colour-btn {
	background-color: #8588c2
}

.prod-border-02.color-text {
	color: #87246b
}

.prod-border-02 .icon-system img {
	margin-left: 15px
}

.prod-border-02.bg-colour-btn {
	background-color: #87246b
}

.prod-border-03.color-text {
	color: #8588c2
}

.prod-border-03 .icon-system img {
	margin-left: 15px
}

.prod-border-03.bg-colour-btn {
	background-color: #8588c2
}

.prod-border-04.color-text {
	color: #8588c2
}

.prod-border-04 .icon-system img {
	margin-left: 15px
}

.prod-border-04.bg-colour-btn {
	background-color: #8588c2
}

.prod-border-05.color-text {
	color: #f89e5c
}

.prod-border-05 .icon-system img {
	margin-left: 15px
}

.prod-border-05.bg-colour-btn {
	background-color: #f89e5c
}

.prod-border-06.color-text {
	color: #f89e5c
}

.prod-border-06 .icon-system img {
	margin-left: 15px
}

.prod-border-06.bg-colour-btn {
	background-color: #f89e5c
}

.prod-border-07.color-text {
	color: #db4d5f
}

.prod-border-07 .icon-system img {
	margin-left: 15px
}

.prod-border-07.bg-colour-btn {
	background-color: #db4d5f
}

.prod-border-08.color-text {
	color: #00937c
}

.prod-border-08 .icon-system img {
	margin-left: 15px
}

.prod-border-08.bg-colour-btn {
	background-color: #00937c
}

.prod-border-09.color-text {
	color: #5cbc68
}

.prod-border-09 .icon-system img {
	margin-left: 15px
}

.prod-border-09.bg-colour-btn {
	background-color: #5cbc68
}

.prod-border-10.color-text {
	color: #ffcb31
}

.prod-border-10 .icon-system img {
	margin-left: 15px
}

.prod-border-10.bg-colour-btn {
	background-color: #ffcb31
}

.prod-border-11.color-text {
	color: #00bce7
}

.prod-border-11 .icon-system img {
	margin-left: 15px
}

.prod-border-11.bg-colour-btn {
	background-color: #00bce7
}

.prod-border-12.color-text {
	color: #8e9091
}

.prod-border-12 .icon-system img {
	margin-left: 15px
}

.prod-border-12.bg-colour-btn {
	background-color: #8e9091
}

.prod-border-13.color-text {
	color: #b1cee8
}

.prod-border-13 .icon-system img {
	margin-left: 15px
}

.prod-border-13.bg-colour-btn {
	background-color: #b1cee8
}

.ratio-165 {
	position: relative;
	padding-bottom: 165%;
	height: 0
}

.ratio-112 {
	position: relative;
	padding-bottom: 112%;
	height: 0
}

.ratio-112 {
	position: relative;
	padding-bottom: 112%;
	height: 0
}

.ratio-0-80 {
	position: relative;
	padding-bottom: 80%;
	height: 0
}

.ratio-0-77 {
	position: relative;
	padding-bottom: 77%;
	height: 0
}

.ratio-150 {
	position: relative;
	padding-bottom: 150.625%;
	height: 0;
	overflow: hidden
}

.ratio-115 {
	position: relative;
	padding-bottom: 115.625%;
	height: 0;
	overflow: hidden
}

.ratio-100 {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden
}

.ratio-95 {
	position: relative;
	padding-bottom: 95.308%;
	height: 0;
	overflow: hidden
}

.ratio-0-78 {
	position: relative;
	padding-bottom: 78.7814%;
	height: 0;
	overflow: hidden
}

.ratio-0-75 {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden
}

.ratio-0-57 {
	position: relative;
	padding-bottom: 57.57%;
	height: 0;
	overflow: hidden
}

@media (max-width:480px) and (max-width:1199px) {
	.ratio-0-57 {
		height: auto
	}

}

.ratio-0-62 {
	position: relative;
	padding-bottom: 62%;
	height: 0;
	overflow: hidden
}

@media (max-width:480px) and (max-width:1199px) {
	.ratio-0-62 {
		height: auto
	}

}

.ratio-0-32 {
	position: relative;
	padding-bottom: 31.92%;
	height: 0;
	overflow: hidden
}

.ratio-0-33 {
	position: relative;
	padding-bottom: 33.33%;
	height: 0;
	overflow: hidden
}

.ratio-0-43 {
	position: relative;
	padding-bottom: 43.75%;
	height: 0;
	overflow: hidden
}

@media (max-width:480px) and (max-width:1199px) {
	.ratio-0-43 {
		padding-bottom: 100%
	}

}

.products {
	position: relative;
	overflow: hidden;
	margin: 0 auto
}

.products .product_images {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0
}

.products .product_images img {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto
}

.products .product_images img.previous-image {
	visibility: hidden;
	width: 0
}

.products .product_images img.current-image {
	visibility: visible;
	width: 100%
}

.products .progress {
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0, 0, 0, .7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.products .progress span {
	color: #FFF;
	text-align: center;
	line-height: 30px;
	display: block
}

.products:-webkit-full-screen {
	background: #fff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px
}

.products:-moz-full-screen {
	background: #fff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px
}

.product-item {
	text-align: center
}

.horizontal-timeline {
	opacity: 0;
	margin: 0 auto;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s
}

.horizontal-timeline::before {
	content: 'mobile';
	display: none
}

.horizontal-timeline.loaded {
	opacity: 1
}

.horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 100%;
	margin: 0 auto
}

.horizontal-timeline .timeline:before {
	background-color: transparent
}

.horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 10px;
	overflow: hidden
}

.horizontal-timeline .events-wrapper::after, .horizontal-timeline .events-wrapper::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 20px
}

.horizontal-timeline .events {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	background: #7e6f73;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	transition: transform .4s
}

.horizontal-timeline .events ol {
	list-style: none
}

.horizontal-timeline .filling-line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #A4C3E0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s
}

.horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 15px;
	color: #383838;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.horizontal-timeline .events a::after {
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #7e6f73;
	background-color: #f8f8f8;
	-webkit-transition: background-color .3s, border-color .3s;
	-moz-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s
}

.no-touch .horizontal-timeline .events a:hover::after {
	background-color: #A4C3E0;
	border-color: #A4C3E0
}

.horizontal-timeline .events a.selected {
	pointer-events: none;
	color: #A4C3E0;
	text-decoration: none
}

.horizontal-timeline .events a.selected::after {
	background-color: #A4C3E0;
	border-color: #A4C3E0;
	height: 20px;
	width: 20px;
	bottom: -8px
}

.horizontal-timeline .events a:hover {
	text-decoration: none
}

.horizontal-timeline .events a.older-event::after {
	border-color: #A4C3E0;
	background-color: #A4C3E0
}

@media only screen and (min-width:1100px) {
	.horizontal-timeline {
		margin: 0 auto
	}

	.horizontal-timeline::before {
		content: 'desktop'
	}

}

.timeline-navigation a {
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 10px;
	border-radius: 50%;
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	transition: border-color .3s
}

.timeline-navigation {
	list-style: none
}

.timeline-navigation a::after {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-image: url(../img/arrow.svg);
	background-position: 0 0
}

.timeline-navigation a.prev {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.timeline-navigation a.next {
	right: 0
}

.no-touch .timeline-navigation a:hover {
	border-color: #A4C3E0
}

.timeline-navigation a.inactive {
	cursor: not-allowed
}

.timeline-navigation a.inactive::after {
	background-position: 0 -16px
}

.no-touch .timeline-navigation a.inactive:hover {
	border-color: #7e6f73
}

.horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	-webkit-transition: height .4s;
	-moz-transition: height .4s;
	transition: height .4s
}

.horizontal-timeline .events-content h4 {
	margin-bottom: 10px !important;
	color: #483f41
}

.horizontal-timeline .events-content h4 span {
	color: #A4C3E0
}

.horizontal-timeline .events-content h4 span::after {
	content: ' . '
}

.horizontal-timeline .events-content ol {
	padding: 0
}

.horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	min-height: 250px;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0;
	opacity: 0;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	list-style: none
}

.horizontal-timeline .events-content li.selected {
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.horizontal-timeline .events-content li.enter-right, .horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: enter-right;
	-moz-animation-name: enter-right;
	animation-name: enter-right
}

.horizontal-timeline .events-content li.enter-left, .horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: enter-left;
	-moz-animation-name: enter-left;
	animation-name: enter-left
}

.horizontal-timeline .events-content li.leave-left, .horizontal-timeline .events-content li.leave-right {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse
}

.horizontal-timeline .events-content em {
	display: block;
	font-style: italic;
	margin: 10px auto
}

.horizontal-timeline .events-content em::before {
	content: '- '
}

.horizontal-timeline .events-content em, .horizontal-timeline .events-content p {
	line-height: 1.6;
	padding-right: 20px
}

@-webkit-keyframes enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}

}

@-moz-keyframes enter-right {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}

}

@keyframes enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}

}

@-webkit-keyframes enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}

}

@-moz-keyframes enter-left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}

}

@keyframes enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}

}

.filters {
	padding: 10px 30px 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	float: right
}

.filters.search-padding {
	padding: 11px 30px;
	margin: 0
}

@media (min-width:992px) {
	.filters {
		display: block
	}

}

@media (max-width:480px) and (max-width:1199px) {
	.filters {
		padding: 0;
		float: none
	}

}

.filters>li a {
	text-decoration: none;
	color: #7e6f73
}

.filters>li {
	display: inline-block;
	padding: 0 5px
}

@media (max-width:992px) {
	.filters>li {
		margin-bottom: 11px
	}

}

.filters>li+li:before {
	padding: 0 5px;
	color: #7e6f73
}

.filters>li a .active {
	border-bottom: 1px solid #A4C3E0
}

.item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out
}

.item-content {
	position: absolute;
	padding: 22px;
	padding-bottom: 0;
	height: 100%;
	width: 100%;
	bottom: 22px;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

@media (max-width:480px) {
	.item-content {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}

}

.item-grid:hover .item-content {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.item-inner {
	align-items: flex-end;
	display: flex;
	position: absolute;
	background: #A4C3E0;
	padding: 22px;
	color: #fff;
	bottom: 0;
	right: 22px;
	top: 44px;
	left: 22px
}

.item-inner.bg-opacity {
	background-color: rgba(0, 0, 0, .5) !important
}

.item-inner h4 {
	font-size: 19px !important;
	color: #fff !important
}

.item-inner h4, .item-inner p {
	margin-bottom: 0
}

.entry h5 {
	font-size: 19px !important
}

.entry .date {
	font-size: 13px !important
}

.secciones .item-inner-dark p {
	color: #fff !important
}

.item-inner-dark {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	padding: 22px;
	color: #fff;
	bottom: 0;
	right: 22px;
	top: 22px;
	left: 22px
}

.item-inner-dark h1 {
	position: absolute;
	top: 0
}

.item-inner-dark p {
	position: absolute;
	bottom: 22px;
	right: 22px;
	left: 22px
}

@media (max-width:992px) {
	.row-reverse {
		display: flex;
		flex-direction: column
	}

	.row-reverse>ul:first-of-type {
		order: 2
	}

}

.breadcrumb {
	padding: 0 0 0;
	margin-bottom: 22px;
	list-style: none;
	background-color: transparent;
	border-radius: 0
}

.breadcrumb>li {
	display: inline-block;
	text-decoration: none
}

.breadcrumb>li a {
	color: #231f20;
	font-size: 16px
}

.breadcrumb>li a img {
	margin: -3px 3px 0 0
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #231f20
}

.breadcrumb>.active:last-child a {
	color: #9e9295
}

.list-files {
	padding: 0 0 0;
	margin-top: 22px;
	list-style: none;
	background-color: transparent;
	border-radius: 0
}

.list-files>li {
	display: block;
	text-decoration: none;
	margin-bottom: 11px
}

.list-files>li a {
	color: #231f20;
	font-size: 16px
}

.list-files>li a img {
	margin: -3px 3px 0 0
}

.list-files>.active:last-child a {
	color: #9e9295
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.fix-padding {
	padding-right: 0;
	margin-right: 15px
}

.title-360 {
	color: #eaebec;
	text-align: center;
	margin-bottom: 15px
}

.brand-carpinteros {
	position: absolute;
	z-index: 2;
	margin: 10px
}

.brand-distribuidores {
	z-index: 2
}

.img-responsive-50 {
	width: 70%
}

.references {
	padding: 0 15px;
	list-style: none
}

.references.bottom {
	position: absolute;
	bottom: 0
}

.references.world li::before {
	content: '\25CF\00a0\00a0';
	margin: 0 0 0 -1em;
	color: inherit
}

.references li::before {
	font-family: FontAwesome;
	content: '\f111';
	margin: 0 5px 0 -1em;
	color: #7B93AA
}

.references li.map-1::before {
	color: #7B93AA
}

.references li.map-2::before {
	color: #7B93AA
}

.references li.map-3::before {
	color: #7B93AA
}

.references li.map-4::before {
	color: #7B93AA
}

.references li.map-5::before {
	color: #8E9090
}

.references li.map-6::before {
	color: #A4C3E1
}

.references li.map-7::before {
	color: #7B93AA
}

.references li.map-7.active::before {
	content: url(../img/aluar-mercados-icon-01.svg);
	margin: 0 0 0 -3em;
	position: absolute
}

.references li.map-8::before {
	color: #89A4BD
}

.references li.map-8.active::before {
	content: url(../img/aluar-mercados-icon-02.svg);
	margin: 0 0 0 -3em;
	position: absolute
}

.references li.map-9::before {
	color: #97B4CF
}

.references li.map-9.active::before {
	content: url(../img/aluar-mercados-icon-03.svg);
	margin: 0 0 0 -3em;
	position: absolute
}

.references li.map-10::before {
	color: #A4C3E1
}

.references li.map-10.active::before {
	content: url(../img/aluar-mercados-icon-04.svg);
	margin: 0 0 0 -3em;
	position: absolute
}

.references li {
	cursor: pointer
}

.st0 {
	opacity: .9;
	fill: #A4C3E1
}

.st1 {
	opacity: 1;
	fill: #7B93AA
}

.st3 {
	opacity: .9;
	fill: #7B93AA
}

.st4 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #A4C3E1
}

.st5 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #8E9090
}

.st6 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #7B93AA
}

.st7 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #7B93AA
}

.st8 {
	opacity: .9;
	fill: #7B93AA
}

.st9 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #89A4BD
}

.st10 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #97B4CF
}

.st11 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #A4C3E1
}

.map-height {
	min-height: 450px;
	border-bottom: solid 5px #fff
}

@media (max-width:991px) {
	.map-height {
		min-height: 300px
	}

}

.map-height-min {
	min-height: 300px;
	border-bottom: solid 5px #fff
}

@media (max-width:991px) {
	.map-height-min {
		min-height: 300px
	}

}

.search-map {
	padding: 15px;
	margin-bottom: 5px
}

.search-map.bg {
	background-color: #f1f1f2
}

.search-map span.width {
	width: 42px;
	height: 42px;
	line-height: 1.5;
	padding: 10px 15px 10px 16px
}

.search-map select {
	background: #eaeaea;
	width: 100% !important
}

.search-map .form-group, .search-map form {
	width: 100%;
	display: inline-flex;
	justify-content: space-between
}

.search-map .btn-blue {
	background-color: #a1c0dc;
	color: #fff;
	width: 30% !important
}

.search-map button, .search-map input, .search-map select, .search-map textarea {
	height: 45px;
	border: none
}

.search-map button.width {
	width: 42px
}

.search-map .btn-gray {
	width: 100%;
	text-align: left;
	background: #fff
}

.search-map .btn-gray span {
	float: right;
	margin-top: 5px
}

.search-map .rTable {
	display: table;
	background: #fff
}

.search-map .rTableRow {
	display: table-row
}

.search-map .rTableCell {
	display: table-cell;
	padding: 0
}

.search-map .rTableCell.width {
	width: 42px;
	height: 42px;
	line-height: 1.5
}

@media (max-width:767px) {
	.search-map .rTableCell.count {
		position: absolute;
		right: 2px
	}

	.search-map .dropdown-menu {
		position: relative;
		border: none;
		margin: 0;
		padding: 0;
		display: block
	}

	.search-map .dropdown-menu>li>a {
		border-bottom: 1px #ccc solid;
		padding: 10px 50px 10px 10px;
		white-space: normal
	}

	.search-map .btn-group, .search-map .input-group {
		padding: 0;
		width: 100%;
		margin-bottom: 10px
	}

	.search-map .btn-group .dropdown-toggle {
		width: 100%;
		float: left;
		text-align: left
	}

}

@media (max-width:767px) and (max-width:767px) {
	.search-map .dropdown-menu>li>a {
		white-space: normal
	}

}

@media (max-width:767px) and (max-width:767px) {
	.search-map .btn-group .caret, .search-map .input-group .caret {
		margin: 5px;
		float: right
	}

}

.search-map-rcc {
	margin-bottom: 5px
}

.search-map-rcc.bg {
	background-color: #f1f1f2
}

.search-map-rcc span.width {
	width: 42px;
	height: 42px;
	line-height: 1.5;
	padding: 10px 15px 10px 16px
}

@media (max-width:767px) {
	.search-map-rcc span.width {
		padding: 15px
	}

}

.search-map-rcc select {
	background: #eaeaea;
	width: 100% !important
}

.search-map-rcc .btn-blue {
	background-color: #a1c0dc;
	color: #fff;
	width: 100% !important
}

.search-map-rcc button, .search-map-rcc input, .search-map-rcc select, .search-map-rcc textarea {
	height: 45px;
	border: none
}

.search-map-rcc button.width {
	width: 42px
}

.search-map-rcc .btn-gray {
	width: 100%;
	text-align: left;
	background: #fff
}

.search-map-rcc .btn-gray span {
	float: right;
	margin-top: 5px
}

.search-map-rcc .rTable {
	display: table;
	background: #fff
}

.search-map-rcc .rTableRow {
	display: table-row
}

.search-map-rcc .rTableCell {
	display: table-cell;
	padding: 0
}

.search-map-rcc .rTableCell.width {
	width: 42px;
	height: 42px;
	line-height: 1.5
}

@media (max-width:767px) {
	.search-map-rcc .rTableCell.count {
		position: absolute;
		right: 2px
	}

	.search-map-rcc .dropdown-menu {
		position: relative;
		border: none;
		margin: 0;
		padding: 0;
		display: block
	}

	.search-map-rcc .dropdown-menu>li>a {
		border-bottom: 1px #ccc solid;
		padding: 10px 50px 10px 10px;
		white-space: normal
	}

	.search-map-rcc .btn-group, .search-map-rcc .input-group {
		padding: 0;
		width: 100%;
		margin-bottom: 10px
	}

	.search-map-rcc .btn-group .dropdown-toggle {
		width: 100%;
		float: left;
		text-align: left
	}

}

@media (max-width:767px) and (max-width:767px) {
	.search-map-rcc .dropdown-menu>li>a {
		white-space: normal
	}

}

@media (max-width:767px) and (max-width:767px) {
	.search-map-rcc .btn-group .caret, .search-map-rcc .input-group .caret {
		margin: 5px;
		float: right
	}

}

.logo {
	width: 115px
}

.logomini {
	display: none !important;
	width: 115px
}

.affix .logo {
	display: none !important
}

.affix .logomini {
	display: block !important
}

.affix #nav-bottom {
	margin-top: 10px
}

.affix .navbar-brand {
	height: auto
}

@media (max-width:767px) {
	.affix #nav-top {
		display: block !important
	}
}

@media (min-width: 769px) {
    .affix-top #navbar {
        margin-top: 26px;
    }
}

.affix #nav-top {
	display: none
}

.affix .navbar-toggle {
	padding: 23px 0 0
}

.affix .navbar {
	min-height: inherit
}



@media (max-width:767px) {
	.modal-lg {
		width: 100%
	}

}

.inner-side {
	padding: 22px;
	margin-bottom: 22px
}

.forms .inner {
	padding: 22px 0 0
}

.form-control.border {
	border: #9e9295 1px solid !important
}

.input-lg.bg-color {
	background: #eaebec;
	margin-bottom: 5.5px;
	margin-right: 5.5px
}

.pac-container {
	background-color: #fff;
	position: absolute !important;
	z-index: 1000;
	border-radius: 0;
	border-top: none;
	font-family: inherit;
	box-shadow: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.pac-item {
	border-bottom: 1px #ccc solid !important;
	padding: 10px !important
}

.vertical-center {
	height: 100%;
	width: 100%;
	text-align: center
}

.vertical-center:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.vertical-center>.container {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle
}

@media (max-width:768px) {
	.vertical-center:before {
		height: auto
	}

}

.modal-dialog {
	height: 100%;
	width: 100%;
	display: flex;
	margin: 0 !important;
	padding-top: 40px
}

.modal-dialog.top {
	align-items: baseline
}

.modal-content {
	margin: 0 auto
}

.modal-content {
	margin: 0 auto
}

.p-6 {
	padding: 40px
}

.right-inner-addon {
	position: relative;
	padding-top: 4px
}

.right-inner-addon input {
	padding-right: 40px;
	color: #231f20;
	background: 0 0;
	border: none
}

.right-inner-addon i {
	position: absolute;
	right: 0;
	padding: 7px 12px;
	pointer-events: none;
	color: #231f20
}

.left-inner-addon {
	position: relative;
	padding-top: 4px
}

.left-inner-addon input {
	padding-left: 30px;
	color: #231f20;
	background: 0 0;
	border: none;
	box-shadow: none
}

.left-inner-addon i {
	position: absolute;
	padding: 10px 12px;
	pointer-events: none;
	color: #231f20
}

input[type=text], textarea {
	outline: 0;
	box-shadow: none !important;
	border: none
}

table.dataTable thead td, table.dataTable thead th {
	border-bottom: 1px solid #fff
}

.dataTables_wrapper .dt-buttons {
	float: right
}

.dataTables_wrapper .dt-buttons .dt-button span {
	display: flex
}

.dataTables_wrapper .dt-buttons .dt-button .icon {
	margin-right: 10px
}

.dataTables_wrapper .dataTables_filter {
	float: left !important;
	text-align: left !important
}

table.dataTable thead td, table.dataTable thead th {
	border-bottom: none !important
}

.dataTables_wrapper .dataTables_filter input {
	height: 28px;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #7e6f73;
	background-color: #fff;
	background-image: none;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border: 1px solid #9e9295
}

.title-colors {
	background: #f1f1f2;
	padding: 10px;
	margin: 0
}

.bg-gray {
	background: #f1f1f2;
	padding: 0 40px
}

.d-flex {
	display: flex;
	justify-content: space-between
}

.color-circle {
	border-radius: 50%;
	margin: 20px 0 5px
}

.border-side-right {
	border-right: 1px solid #3D3834
}

.border-side-left {
	border-left: 1px solid #3D3834
}

.cursor {
	cursor: pointer
}

.page .navbar-wrapper, .page .navbar-wrapper-mobile {
	background-color: #f1f1f2
}

@media (max-width:480px) {
	.page .navbar-wrapper-mobile {
		background-color: #f1f1f2
	}

}

.page .navbar.no-height {
	background-color: #eaebec
}

.page .navbar-brand {
	background-color: transparent;
	margin-left: -45px !important
}

@media (max-width:992px) {
	.page .navbar-brand {
		margin-left: inherit !important
	}

}

.page .navbar-inverse .navbar-toggle .icon-bar {
	background-color: #3D3834
}

.page .navbar-inverse .navbar-nav>li>a {
	color: #3D3834
}

.page .navbar-border {
	border-bottom: 1px solid #3D3834
}

.page .page-inner-lg {
	margin-top: 150px
}

.page .page-inner {
	margin-top: 100px
}

.page .menu-system {
	width: 100%
}

.page .menu-system li {
	float: left
}

.page .menu-system li a {
	padding-right: 10px
}

.page .menu-system li a img {
	width: 58px;
	height: 58px
}

.page .menu-system li.active a:before {
	content: '\b7\a0';
	position: absolute;
	bottom: -25px;
	right: 30%;
	font-size: 40px;
	color: #3D3834
}

.page .menu-typology {
	font-size: 14px
}

.page .menu-wrapper {
	margin-top: 87.5px;
	border: 1px solid #8e8f90;
	border-right: none
}

@media (max-width:480px) {
	.page .menu-wrapper {
		border: none
	}

}

@media (max-width:992px) {
	.page .menu-wrapper {
		border: none
	}

}

.page .menu-wrapper li {
	width: 25%;
	background-color: #f1f1f2;
	text-align: center;
	float: left;
	margin: auto;
	border-right: 1px solid #8e8f90
}

@media (max-width:480px) {
	.page .menu-wrapper li {
		width: 100% !important;
		border: 1px solid #8e8f90;
		margin-bottom: 10px
	}

}

@media (max-width:992px) {
	.page .menu-wrapper li {
		width: 50%;
		border: 1px solid #8e8f90;
		margin-bottom: 10px
	}

}

.page .menu-wrapper li a:before {
	content: '';
	padding: 45% 0;
	display: inline-block;
	vertical-align: middle
}

.page .menu-wrapper li:hover {
	background-color: #A4C3E0
}

.page .menu-wrapper li a {
	font-size: 28px;
	font-weight: 500;
	color: #231f20
}

.page .menu-wrapper li a:hover {
	color: #fff
}

.collapsing {
	height: 0 !important;
	opacity: 0;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	visibility: hidden
}

.btn.active, .btn:active, a:focus, button:active, button:focus, button:hover, input:active, input:focus, input:hover, label:focus, textarea:active, textarea:focus, textarea:hover {
	outline: 0 !important
}

.video_contain {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: none
}

.video_contain video {
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: visible;
	width: auto;
	height: 100%
}

@media (min-width:1200px) {
	.video_contain video {
		width: 100%;
		height: auto
	}

}

.d-table {
	display: table;
	height: 100%
}

.d-table-cell {
	display: table-cell
}

.align-middle {
	vertical-align: middle
}

.item-h {
	height: calc(100vh - 150px)
}

@media (max-width:480px) and (max-width:1199px) {
	.item-h {
		height: calc(100vh - 350px)
	}

}

.courses {
	border-top: solid 1px #666;
	margin: 30px 0
}

.course {
	display: inline-flex;
	padding: 10px 0;
	border-bottom: solid 1px #666
}

.icons-list {
	display: inline-flex
}

.icon-course {
	height: 30px;
	margin-right: 10px
}

.course-image .bg {
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat
}

.course-date {
	padding: 15px;
	text-align: center;
	white-space: nowrap
}

.course-date .year {
	font-size: 20px
}

.course-content h5 {
	margin: 0 0 5px
}

.course-content p {
	font-size: 14px
}

.course-badge-group {
	position: absolute;
	margin: -35px 0 0 10px
}

.course-badge {
	padding: 5px 10px;
	margin-right: 10px;
	background: #a3c2e0
}

.course-badge.bg-yellow {
	background: #e7e514
}

.course-item-inner {
	padding: 20px;
	background: #f2f2f2;
	min-height: 195px;
	margin-bottom: 30px
}

.logos-h {
	height: 70px;
	width: auto
}

.error, .error_form {
	color: red !important;
	margin-bottom: 10px
}

.btn-violet a {
	color: #fff
}

#carousel-color .carousel-indicators {
	margin-left: -15px;
	margin-right: -15px;
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%
}

#carousel-color .carousel-indicators .col-sm-4 {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0 !important;
	width: auto
}

#carousel-color .carousel-indicators .col-sm-4 img {
	display: block
}

#carousel-color .carousel-indicators .col-sm-4.active img {
	opacity: 1;
	height: auto !important
}

#carousel-color .carousel-indicators .col-sm-4:hover img {
	opacity: .75
}

#carousel-color .carousel-outer {
	position: relative
}

.bg {
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat
}

.btn-system {
	margin-top: -1px !important
}

.close {
	position: absolute;
	right: 22px;
	top: -36px
}

.checkbox+.checkbox, .radio+.radio {
	margin-top: 5px !important;
	margin-bottom: 5px !important
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 5px !important;
	margin-bottom: 5px !important
}

.hidden-form {
	display: none
}

.show-form {
	display: inherit
}

.invalid-field {
	background: #f7dcdc !important
}

.help-error {
	color: #d9534f !important;
	font-size: 14px;
	margin: 0 0 5px 15px
}