/* --------------------------------------------------
	[1. General]
---------------------------------------------------- */
body {
	font-family: "Roboto", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", Arial, sans-serif;
}

::-moz-selection {
	color: #fff;
	background: #5f70d1;
}
::selection {
	color: #fff;
	background: #5f70d1;
}

a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
}

/* --------------------------------------------------
	[#. Local Classes]
---------------------------------------------------- */
/* Opacity */
.g-opacity-half {
	opacity: .5;
}
.g-opacity-avg {
	opacity: .75;
}

@media (min-width: 600px) {
	.visible-2xs {
		display: none;
	}
}
@media (max-width: 600px) {
	.hidden-2xs {
		display: none;
	}
	.col-2xs-12 {
		width: 100%;
	}
  .text-center--2xs {
    text-align: center;
  }
}
@media (min-width: 500px) {
	.visible-3xs {
		display: none;
	}
}
@media (max-width: 500px) {
	.hidden-3xs {
		display: none;
	}
  .col-3xs-12 {
    width: 100%;
  }
  .text-center--3xs {
    text-align: center;
  }
}

/* Height Alignments */
.g-height-100x {
	height: 100vh;
}
.g-height-60x {
	height: 60vh;
}
.g-min-height-500px {
	min-height: 500px;
}
.g-min-height-400px {
	min-height: 400px;
}
.g-min-height-300px {
	min-height: 300px;
}
@media (max-width: 600px) {
	.g-height-100x {
		height: auto;
	}
	.g-height-60x {
		height: auto;
	}
}

/* Vertical Middle */
.g-block-middle {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

@media (max-width: 600px) {
	.g-block-middle {
		top: 0;
		transform: translateY(0);
	}
	.g-block-middle-portada {
		top: 50%!important;
		transform: translateY(-50%)!important;
	}
}

/* Text Height */
.g-line-height {
	line-height: 1.6;
}
.g-line-height--md {
	line-height: 1.8;
}
.g-line-height--lg {
	line-height: 2;
}

/* Border Radius */
.g-rounded-50 {
	border-radius: 50px;
}

/* Width */
.g-width-100x {
	width: 100%;
}

/* Overflow */
.g-overflow-h {
	overflow: hidden
}

/* Background Colors */
.g-bg-color-base {
	background: #6b7de0;
}
.g-bg-color-base--dark {
	background: #3b3f47;
}
.g-bg-color-base--green {
	background: #2A590C;
}
.g-bg-color-base--darker {
	background: #2e3239;
}

.g-bg-color-transparent {
	background-color: transparent !important;
}

/* Text Colors */
.g-color-base {
	color: #6b7de0;
}
.g-color-base--dark {
	color: #3b3e47;
}

/* Floats */
@media(min-width: 992px) {
  .g-pull-right--md {
    float: right;
  }

  .g-pull-left--md {
    float: left;
  }
}

/* --------------------------------------------------
	[. Buttons]
---------------------------------------------------- */
/* Base Button */
.btn-u-base {
	color: #3b3e47;
	font-size: 11px;
	padding: 15px 35px 13px;
	background: #6b7de0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all .3s ease-out;
}

.btn-u-base:hover,
.btn-u-base:focus,
.btn-u-base:active {
	color: #fff;
	background: #2A590C;
	text-decoration: none;
}

/* Light Button */
.btn-u-base--light {
	color: #555;
	background: #fff;
}
.btn-u-base--light:hover {
	color: #fff;
	background: #2A590C;
}

/* Dark Button */
.btn-u-base--dark {
	color: #fff;
	background: #2A590C;
}

/* Outline Button */
.btn-u-base--outline {
	background: none;
	border: solid 1px #3b3e47;
}

.btn-u-base--outline:hover {
	color: #fff;
	background: #2A590C;
	border-color: #3b3e47;
}

/* Outline Dropdown */

/*
* !important(s) are used to overwrite default Bootstrap
* button's styles .
*/

.btn-u-base--dropdown {
	background: none;
	padding: 12px 30px 10px;
	border: solid 1px #fff;
}

.btn-u-base--dropdown:focus,
.btn-u-base--dropdown:hover,
.btn-u-base--dropdown:active,
.btn-u-base--dropdown.active,
.open .btn-u-base--dropdown {

	color: #333;
	opacity: 1;
	background-color: #fff !important;
}
.btn-u-base--dropdown:focus,
.btn-u-base--dropdown:active {
	box-shadow: none !important;
}

.btn-u-base--dropdown__icon {
	margin-left: 30px;
	font-size: 14px;
}

.btn-u-base--dropdown__list {
	padding: 12px 0;
	border: none !important;
	box-shadow: none  !important;
}

/* --------------------------------------------------
	[. Promo]
---------------------------------------------------- */
.u-promo-block--cover {
	position: relative;
}
.u-promo-block--cover:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0,0,0,.2);
	z-index: 1;
}

/* --------------------------------------------------
	[. Heading v1]
---------------------------------------------------- */
.u-heading-v1 {
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
}

.u-heading-v1__sub {
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	border-bottom: 3px solid #2A590C;
}

/* Promo */
.u-heading-v1--promo {
	font-size: 56px;
	line-height: 1.4;
	letter-spacing: 5px;
}

@media (max-width: 768px) {
	.u-heading-v1--promo {
		font-size: 42px;
	}
}

.u-heading-v1--sm {
	font-size: 20px;
}

.u-heading-v1--lg {
	font-size: 36px;
}

/* --------------------------------------------------
	[. List Items v1]
---------------------------------------------------- */
.u-list-style-v1__item {
	font-size: 16px;
	font-weight: 200;
	margin: 10px 15px;
}

.u-list-style-v1__item-icon {
	color: #6a7ce0;
	font-size: 24px;
	margin-right: 5px;
	vertical-align: bottom;
}

/* --------------------------------------------------
	[. List Items v2]
---------------------------------------------------- */
.u-list-style-v2 {
	min-width: 150px;
}

.u-list-style-v2__item {
	color: #fff;
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(255,255,255,.2);
}

/* --------------------------------------------------
	[. Feature Box v1]
---------------------------------------------------- */
.u-feature-box-v1__icon {
	font-size: 48px;
}

.u-feature-box-v1__title {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
}

/* --------------------------------------------------
	[. Info Box v1]
---------------------------------------------------- */
.u-info-box-v1-wrapper {
	list-style: none;
	padding: 0;
	margin: 0;
}

.u-info-box-v1 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all .3s ease-out;
}

/* Hover Actions */
.u-info-box-v1:hover .u-info-box-v1__img {
	opacity: 1;
	top: -50px;
}

.u-info-box-v1:hover .u-info-box-v1__numb {
	opacity: 0;
	left: -32px;
}

.u-info-box-v1:hover .u-info-box-v1__in {
	opacity: 1;
	bottom: 0;
}

/* Image */
.u-info-box-v1__img {
	position:	relative;
	top: 0;
	transition: all .3s ease-out;
}

/* Numbers */
.u-info-box-v1__numb {
	position: absolute;
	left: -16px;
	font-size: 64px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	transition: all .2s ease-out;
}

/* Inner Block */
.u-info-box-v1__in {
	position: absolute;
	bottom: -50px;
	padding: 20px;
	opacity: 0;
	transition: all .2s ease-out;
}

/* Title */
.u-info-box-v1__in-title {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

/* --------------------------------------------------
	[. Info Box v2]
---------------------------------------------------- */
.u-info-box-v2 {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

/* Hover States */
.u-info-box-v2-wrapper:hover .u-info-box-v2__social {
	opacity: 1;
	margin-top: 30px;
}

.u-info-box-v2-wrapper:hover .u-info-box-v2__info {
	opacity: 1;
	bottom: 30px;
}

.u-info-box-v2-wrapper:hover .u-info-box-v2__content {
	background-color: #6b7de0;
}

/* Social Icons */
.u-info-box-v2__social {
	opacity: 0;
	margin-top: 20px;
	transition: all .2s ease-out;
}

/* Info */
.u-info-box-v2__info {
	position: absolute;
	bottom: 20px;
	left: 30px;
	opacity: 0;
	transition: all .2s ease-out;
}

/* Content */
.u-info-box-v2__content {
	background-color: #3b3f47;
	transition: all .2s ease-out;
}

.u-info-box-v2__content-title {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* --------------------------------------------------
	[. Info Box v3]
---------------------------------------------------- */
/* Icon */
.u-info-box-v3__icon {
	font-size: 45px;
}

/* Title */
.u-info-box-v3__title {
	font-size: 11px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

/* Text */
.u-info-box-v3__text {
	font-size: 14px;
	letter-spacing: .5px;
}

/* --------------------------------------------------
	[. Social Icons v1]
---------------------------------------------------- */
.u-social-icons-v1 {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	transition: all .2s ease-out;
}

.u-social-icons-v1:hover {
	color: #fff;
	background-color: #6b7de0;
	border-color: transparent;
}

.u-social-icons-v1--dark {
	color: rgba(0,0,0,.5);
	border: solid 1px rgba(0,0,0,.5);
}

.u-social-icons-v1--light {
	color: rgba(255,255,255,1);
	border: solid 1px rgba(255,255,255,.7);
}

/* --------------------------------------------------
	[. List Style v1]
---------------------------------------------------- */
.u-list-style-v1 {
	padding: 0 15px;
}

.u-list-style-v1__link {
	color: rgba(0,0,0,.75);
}

.u-list-style-v1__link:hover,
.u-list-style-v1__link:focus {
	color: rgba(0,0,0,1);
}

/* --------------------------------------------------
	[. Subscribe Block v1]
---------------------------------------------------- */
.u-subscribe-block-v1 {
	padding: 20px;
	font-size: 14px;
}

/* Transparent */
.u-subscribe-block-v1--transparent {
	background-color: transparent;
	border-color: rgba(255,255,255,.6);
	color: #fff;
  font-weight: normal;
}

.u-subscribe-block-v1--transparent:focus {
	box-shadow: none;
	border-color: rgba(255,255,255,1);
}

.u-subscribe-block-v1--transparent::-moz-placeholder {
  color: rgba(255,255,255,.7);
  font-weight: 300;
}
.u-subscribe-block-v1--transparent:-ms-input-placeholder {
  color: rgba(255,255,255,.7);
  font-weight: 300;
}
.u-subscribe-block-v1--transparent::-webkit-input-placeholder {
  color: rgba(255,255,255,.7);
  font-weight: 300;
}

/* Textarea */
.form-control--textarea {
	padding: 11px 20px 10px;
	overflow-y: hidden;
}

/* Status */
.u-contact-wrapper .state-error input,
.u-contact-wrapper .state-success input,
.u-contact-wrapper .state-error select,
.u-contact-wrapper .state-success select,
.u-contact-wrapper .state-error textarea,
.u-contact-wrapper .state-success textarea {
	background-color: transparent;
}

.u-contact-wrapper .state-error + em {
	position: relative;
	top: -10px;
}

/* Message Status Icon */
.sky-form__message-icon {
	border-color: #fff !important;
	color: #fff;
}

/* --------------------------------------------------
	[. Owl2 Carousel v7]
---------------------------------------------------- */
.owl2-carousel-v7__btn {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 100%;
	color: #fff;
}

.owl2-carousel-v7__btn-prev,
.owl2-carousel-v7__btn-next {
	position: absolute;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	text-align: center;
	border: solid 1px rgba(255,255,255,.4);
	border-radius: 50%;
	cursor: pointer;
	transition: all .2s ease-out;
}

.owl2-carousel-v7__btn-prev:hover,
.owl2-carousel-v7__btn-next:hover {
	color: #555;
	background-color: #fff;
}

.owl2-carousel-v7__btn-prev {
	left: 0;
}

.owl2-carousel-v7__btn-next {
	right: 1px;
}

.owl2-carousel-v7__btn-next__icon {
	margin-left: 2px;
}

/* --------------------------------------------------
	[. Schedule v1]
---------------------------------------------------- */
/*
* !important(s) are used to overwrite default Bootstrap
* Table's values.
*/

/* Table Row */
.u-schedule-v1 tr {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Table Heading Cell */
.u-schedule-v1 th {
	padding: 15px !important;
}

/* Table Standart Cell */
.u-schedule-v1 td {
	background: #2e3239;
	padding: 15px !important;
	border-color: rgba(255,255,255,.03) !important;
}

/* --------------------------------------------------
	[. Video Icon v1]
---------------------------------------------------- */
.u-video-icon-v1 {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	line-height: 41px;
	font-size: 16px;
	text-align: center;
	border: solid 5px #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	transition: all .2s ease-out;
}

.u-video-icon-v1:hover {
	color: #fff;
	border-color: rgba(255,255,255,.6);
	background-color: rgba(0,0,0,.6);
}

.u-video-icon-v1:focus {
	color: #fff;
}

.u-video-icon-v1__icon {
	position: relative;
	left: 1px;
}

/* --------------------------------------------------
	[. Pace Loader]
---------------------------------------------------- */
.pace .pace-progress {
	background: #6b7de0;
}

.pace .pace-progress-inner {
	box-shadow: 0 0 10px #6b7de0, 0 0 5px #6b7de0;
}

.pace .pace-activity {
	border-top-color: #6b7de0;
	border-left-color: #6b7de0;
}

/* --------------------------------------------------
	[#. Header]
----------------------------------------------------  */
/* Header  */
@media (min-width: 768px) and (max-width: 991px) {
	.one-page-header .menu-container {
		width: 720px;
	}
}
@media (min-width: 768px) {
	.one-page-header .navbar-nav {
		padding: 0;
		position: relative;
		margin-top: 22px;
	}
}
@media (max-width: 991px) {
	.one-page-header .menu-container:before,
	.one-page-header .menu-container:after {
		content: " ";
		display: table;
	}

	.one-page-header .menu-container:after {
		clear: both;
	}

	.one-page-header > .navbar-default > .container {
		width: inherit;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.one-page-header > .navbar-default > .container > .navbar-header,
	.one-page-header > .navbar-default > .container > .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Logo  */
@media (max-width: 768px) {
	.one-page-header .navbar-brand {
		padding-left: 0;
	}
}

/* Navbar Toggle  */
.one-page-header .navbar-toggle {
	border: none;
	margin-right: 3px;
	padding-right: 0;
}

.one-page-header .navbar-toggle:hover,
.one-page-header .navbar-toggle:focus {
	background: none;
}

/* Navbar  */
.one-page-header {
	border-bottom: none;
	background: rgba(255,255,255,.4);
}
.one-page-header .container {
	position: relative;
}
.one-page-header.top-nav-collapse .navbar-brand,
.one-page-header.top-nav-collapse .navbar-nav > li > a,
.one-page-header.top-nav-collapse .navbar-nav > li > a:before {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
}
.one-page-header .navbar-nav > li > a {
	color: #000;
	font-size: 11px;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
	letter-spacing: 2px;
	text-transform: uppercase;
}
@media (max-width: 1205px) {
	.one-page-header .navbar-nav > li > a {
		padding: 0 10px;
	}
}

/* Hover Effect  */
.one-page-header .navbar-nav > li > a span[data-hover] {
	color: #000;
	position: relative;
	display: inline-block;
	transition: transform .4s;
}

.one-page-header .navbar-nav > li > a span[data-hover]:before {
	top: 100%;
	position: absolute;
	content: attr(data-hover);
	transition: color .4s;
	transform: translate3d(0, 0, 0);
	font-weight: bold;
}

.one-page-header .navbar-nav > li > a:hover span[data-hover] {
	transform: translate3d(0, -100%, 0);
	font-weight: normal;
}

.one-page-header .navbar-nav > .active > a span[data-hover],
.one-page-header .navbar-nav > .active > a:hover span[data-hover],
.one-page-header .navbar-nav > .active > a:focus span[data-hover],
.one-page-header .dropdown-menu > .active > a span[data-hover],
.one-page-header .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header .dropdown-menu > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover] {
	color: #000;
	transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
	.one-page-header .navbar-nav > li > a span[data-hover]:before {
		content: "";
		display: none;
		top: 0;
	}
	.one-page-header .navbar-nav > li > a:hover span[data-hover] {
		transform: translate3d(0, 0, 0);
		transition: color .3s;
		color: #000;
	}
}

/* Navbar Active  */
.one-page-header .navbar-nav > .active > a,
.one-page-header .navbar-nav > .active > a:hover,
.one-page-header .navbar-nav > .active > a:focus,
.one-page-header .dropdown-menu > .active > a,
.one-page-header .dropdown-menu > .active > a:hover,
.one-page-header .dropdown-menu > .active > a:focus,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus {
	z-index: 1;
	background: none;
	font-weight: bold;
}

/* Responsive Navbar  */
@media (max-width: 991px) {
	/* Responsive code for max-width: 991px  */
	.one-page-header .navbar-header {
		float: none;
	}

	.one-page-header .navbar-toggle {
		display: block;
		margin: 15px 0 10px;
	}

	.one-page-header .navbar-collapse.collapse {
		display: none !important;
	}
	.one-page-header .navbar-collapse.collapse.in {
		display: block !important;
	}

	.one-page-header .navbar-nav {
		top: 0;
		margin: 0;
		padding: 10px 10px;
		float: none !important;
	}
	.one-page-header.top-nav-collapse .navbar-nav {
		background: none;
		padding: 10px 0;
	}

	.one-page-header .navbar-nav > li {
		float: none;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 5px 0;
	}

	.navbar-default .navbar-nav > li > a::before {
		content: '';
	}
}

@media(min-width: 992px) {
	.one-page-header.navbar {
		padding: 14px 0 24px;
		transition: background .3s ease-in-out,padding .3s ease-in-out;
	}

	/* Customize the look and feel of the collapsed top nav here  */
	.one-page-header.top-nav-collapse {
		padding: 7px 0 18px;
	}

	.one-page-header.top-nav-collapse {
		background: rgba(255,255,255,1);
		border-bottom: 1px rgb(54,87,27) solid;
	}
}

@media (max-width: 768px) {
	.one-page-header .navbar-nav > li > a:before {
		content: "";
	}
	.one-page-header {
	border-bottom: none;
	background: rgba(255,255,255,1);
	}
}

/* Navbar  */
@media (min-width: 992px) {
	.one-page-header.navbar .navbar-nav {
		float: right;
	}
	.one-page-header-style-2.navbar .navbar-nav {
		float: left;
		margin-left: 25px;
	}
}

/* Dropdown Menu  */
.one-page-header .dropdown-menu,
.one-page-header.top-nav-collapse .dropdown-menu {
	border: none;
	background: none;
	box-shadow: none;
	float: none;
}
.one-page-header .navbar-nav a.dropdown-toggle {
	color: #000 !important;
}
.one-page-header.top-nav-collapse .navbar-nav a.dropdown-toggle {
	color: #777 !important;
}
.one-page-header .dropdown-menu .active > a,
.one-page-header .dropdown-menu li > a:hover {
	background: none;
	filter: none !important;
	transition: all .1s ease-in-out;
}
.one-page-header .dropdown-menu li > a:focus {
	background: none;
	filter: none !important;
}
@media (min-width: 992px) {
	.one-page-header .dropdown-menu,
	.one-page-header.top-nav-collapse .dropdown-menu {
		padding-top: 12px;
		min-width: 200px;
		border-radius: 0;
		z-index: 9999 !important;
		top: 100%;
	}

	.one-page-header.top-nav-collapse .dropdown-menu {
		padding-top: 7px;
	}

	.one-page-header .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.one-page-header .open > .dropdown-menu {
		display: none;
	}

	.one-page-header .dropdown-menu > li {
		/*background: rgba(255,255,255,.4);*/
	}

	.one-page-header.top-nav-collapse .dropdown-menu > li {
		background: #fff;
	}

	.one-page-header .dropdown-menu > li:first-child {
		padding-top: 15px;
	}

	.one-page-header .dropdown-menu > li:last-child {
		padding-bottom: 15px;
	}

	.one-page-header .dropdown-menu > li > a {
		color: #000;
		font-size: 13px;
		padding: 6px 25px;
	}

	.one-page-header.top-nav-collapse .dropdown-menu > li > a {
		color: #777;
	}

	.one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
		color: #000;
	}
}
@media (max-width: 991px) {
	.one-page-header .dropdown-menu {
		position: relative;
	}

	.one-page-header .dropdown-menu a {
		color: #000 !important;
		padding: 10px 20px;
		background: none !important;
	}

	.one-page-header.top-nav-collapse .dropdown-menu > li > a {
		color: #777 !important;
	}

	.one-page-header .dropdown-menu a:hover,
	.one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
		color: #000 !important;
	}
}

/* Fixed Header  */
.one-page-header.top-nav-collapse {
	box-shadow: none;
}

@media (max-width: 768px) {
	.one-page-header.top-nav-collapse {
		padding: 0;
	}
}

.one-page-header.top-nav-collapse .navbar-brand,
.one-page-header.top-nav-collapse .navbar-nav > li > a,
.one-page-header.top-nav-collapse .navbar-nav > li > a:before {
	color: #000;
}

.one-page-header.top-nav-collapse .navbar-brand {
	color: #000 !important;
}

/* Navbar Toggle  */
.one-page-header.navbar-default .navbar-toggle .icon-bar,
.one-page-header.top-nav-collapse .navbar-toggle .icon-bar {
	background: #000;
}
.one-page-header.navbar-default .navbar-toggle:hover .icon-bar,
.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
	background: #000;
}