@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");
/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   2.2
 *
*/
/* GLOBAL STYLES

COLOR #1AB394 CAMBIA POR #9CB600

-------------------------------------------------- */
body {
	color: #7a7a7a;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
}
span.navy {
	color: #9cb600;
}
p.text-color {
	color: #7a7a7a;
}
a.navy-link {
	color: #9cb600;
	text-decoration: none;
}
a.navy-link:hover {
	color: #839100;
}
section p {
	color: #7a7a7a;
	font-size: 13px;
}
address {
	font-size: 13px;
}
h1 {
	margin-top: 10px;
	font-size: 30px;
	font-weight: 200;
}
.navy-line {
	width: 60px;
	height: 1px;
	margin: 60px auto 0;
	border-bottom: 2px solid #9cb600;
}
.navy-bg {
	background-color: #9cb600;
	color: #ffffff;
}
.grey-bg {
	background-color:#f4f4f4;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-default.navbar-scroll {
	background-color: #fff;
	border-color: #fff;
	padding: 15px 0;
}
.navbar-default {
	background-color: rgba(255, 255, 255, 0.70);
	border-color: transparent;
	transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
	color: #4C4C4B;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navbar-nav > li > a {
	padding-top: 25px;
	border-top: 6px solid transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #fff;
	border-top: 6px solid #9cb600;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #7A7A7A;
}
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #fff;
}
.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
	background: transparent;
	color: inherit;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	background-color: rgba(255, 255, 255, 1);
	color: #fff;
}
.navbar-default .navbar-brand {
	color: #fff;
	height: auto;
	display: block;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 15px 20px 15px 20px;
	border-radius: 0 0px 0px 0px;
	font-weight: 700;
	transition: all 0.3s ease-in-out 0s;
}
.navbar-scroll.navbar-default .nav li a {
	color: #7a7a7a;
}
.navbar-scroll.navbar-default .nav li a:hover {
	color: #9cb600;
}
.navbar-wrapper .navbar.navbar-scroll {
	padding-top: 0;
	padding-bottom: 0px;
	border-bottom: 1px solid #e7eaec;
	border-radius: 0;
}
.nav > li > a {
	padding: 25px 10px 15px 10px;
}
.navbar-scroll .navbar-nav > li > a {
	padding: 20px 10px;
}
.navbar.navbar-scroll .navbar-brand {
	margin-top: 0px;
	margin-bottom:0px;
	border-radius: 0px;
	font-size: 12px;
	padding: 10px;
	height: auto;
}
/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
	height: 650px;
	width: 100%;
}
.header-back.one {
	background: url('../img/header_one.jpg') 50% 0 no-repeat;
}
.header-back.two {
	background: url('../img/header_two.jpg') 50% 0 no-repeat;
}
.header-back.three {
	background: url('../img/header_three.jpg') 50% 0 no-repeat;
}
.header-back.four {
	background: url('../img/header_four.jpg') 50% 0 no-repeat;
}
.header-back-2 {
	height: 90px;
	width: 100%;
}
.header-back-2.five {
	background: url('../img/header_one.jpg') 50% 0 no-repeat;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
	height: 650px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 65px;
	background-color: #9cb600;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 470px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel-control {
	width: 6%;
}
.carousel-inner .container {
	position: relative;
}
.carousel-inner {
	overflow: visible;
}
.carousel-caption {
	position: absolute;
	top: 250px;
	left: 0;
	bottom: auto;
	right: auto;
	text-align: left;
}
.carousel-caption.blank {
	top: 250px;
}
.carousel-image {
	position: absolute;
	right: 10px;
	top: 150px;
}
.carousel-indicators {
	padding-right: 0px; /*60*/
}
.carousel-indicators li {
	width: 20px;
	height: 12px;
	margin: 1px;
	margin-left:10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 0px;
}
.carousel-indicators .active {
	width: 20px;
	height: 12px;
	margin: 1px;
	background-color: #fff;
	margin-left:10px;
}
.carousel-caption h1 {
	text-shadow: none;
	letter-spacing: 1px;
	font-family: "Marcellus SC";
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.10909;
	text-shadow: 1px 1px 2px #000000;
	width:60%;
}
.carousel-caption p {
	font-weight: 200;
	text-transform: uppercase;
	text-shadow: none;
	font-size:20px;
	text-shadow: 1px 1px 2px #000000;
	width:50%;
}
.caption-link {
	color: #fff;
	margin-left: 10px;
	text-transform: capitalize;
}
.caption-link:hover {
	text-decoration: none;
	color: inherit;
}
/* Sections
------------------------- */
.estancia {
	padding-top: 0px;
}
.estancia h1 {
	margin-bottom:50px;
	text-shadow: none;
	letter-spacing: 1px;
	font-family: "Marcellus SC";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.10909;
}
.estancia h1 span.navy {
	color: #9cb600;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight:200;
	font-size:30px;
}
.estancia h2 {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 600;
	text-transform: uppercase;
}
.features-block {
	margin-top: 40px;
}
.features-text {
	margin-top: 40px;
}
.features small {
	color: #9cb600;
}
.features h2 {
	font-size: 18px;
	margin-top: 5px;
}
.features-text-alone {
	margin: 40px 0;
}
.features-text-alone h1 {
	font-weight: 200;
}
.features-icon {
	color: #9cb600;
	font-size: 40px;
}
.navy-section {
	margin-top: 60px;
	background: #9cb600;
	color: #fff;
	padding: 20px 0;
}
.gray-section {
	background: #f4f4f4;
	margin-top: 60px;
}
.green-section {
	background: #9cb600;
	margin-top: 60px;
}
.actividades {
	padding-top: 40px;
	padding-bottom:40px;
}
.actividades h1 {
	color:#FFF;
}
.actividades h1 {
	margin-bottom:50px;
	text-shadow: none;
	letter-spacing: 1px;
	font-family: "Marcellus SC";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.10909;
}
.actividades h1 span.navy {
	color: #FFF;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight:200;
	font-size:30px;
}
.actividades p {
	color:#FFF;
}
.actividades span.navy {
	color: #ffffff;
}
.actividades .navy-line {
	border-bottom: 2px solid #839100;
}
.alojamiento {
	padding-top: 40px;
}
.alojamiento h1 {
	margin-bottom: 50px;
}
.alojamiento h1 {
	margin-bottom:50px;
	text-shadow: none;
	letter-spacing: 1px;
	font-family: "Marcellus SC";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.10909;
}
.alojamiento h1 span.navy {
	color: #9cb600;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight:200;
	font-size:30px;
}
.alojamiento h2 {
	font-size: 18px;
	margin-top: 5px;
}
.Montevideo {
	padding-top: 30px;
}
.Montevideo h1 {
	margin-bottom: 50px;
}
.Montevideo h1 {
	margin-bottom:50px;
	text-shadow: none;
	letter-spacing: 1px;
	font-family: "Marcellus SC";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.10909;
}
.Montevideo h1 span.navy {
	color: #9cb600;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight:200;
	font-size:30px;
}
.Montevideo h2 {
	font-size: 18px;
	margin-top: 5px;
}
.Punta {
	padding-top: 30px;
}
.Punta h1 {
	margin-bottom: 50px;
}
.Punta h1 {
	margin-bottom:50px;
	text-shadow: none;
	letter-spacing: 1px;
	font-family: "Marcellus SC";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.10909;
}
.Punta h1 span.navy {
	color: #9cb600;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight:200;
	font-size:30px;
}
.Punta h2 {
	font-size: 18px;
	margin-top: 5px;
}
.ubicacion {
	padding-top: 40px;
}
.ubicacion h1 {
	margin-bottom: 50px;
}
.ubicacion h1 {
	margin-bottom:50px;
	text-shadow: none;
	letter-spacing: 1px;
	font-family: "Marcellus SC";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.10909;
}
.ubicacion h1 span.navy {
	color: #9cb600;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight:200;
	font-size:30px;
}
.ubicacion h2 {
	font-size: 18px;
	margin-top: 5px;
}
.features h2 {
	font-size: 18px;
	margin-top: 5px;
}
.team-member {
	text-align: center;
}
.team-member img {
	margin: auto;
}
.social-icon a {
    background: #9cb600;
    color: #fff;
    padding: 10px 6px;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50px;
	font-size: 22px;
}
.social-icon a:hover {
	background: #839100;
}
.img-small {
	height: 88px;
	width: 88px;
}
.pricing-plan {
	margin: 20px 30px 0 30px;
	border-radius: 4px;
}
.pricing-plan.selected {
	transform: scale(1.1);
	background: #f4f4f4;
}
.pricing-plan li {
	padding: 10px 16px;
	border-top: 1px solid #e7eaec;
	text-align: center;
	color: #7a7a7a;
}
.pricing-plan .pricing-price span {
	font-weight: 700;
	color: #9cb600;
}
li.pricing-desc {
	font-size: 13px;
	border-top: none;
	padding: 20px 16px;
}
li.pricing-title {
	background: #9cb600;
	color: #fff;
	padding: 10px;
	border-radius: 4px 4px 0 0;
	font-size: 22px;
	font-weight: 600;
}
.testimonials {
	padding-top: 80px;
	padding-bottom: 90px;
	background-color: #9cb600;
	background-image: url('../img/avatar_all.png');
}
.big-icon {
	font-size: 56px;
}
.features .big-icon {
	color: #9cb600;
}
.contact {
	margin-top: 0px;
	padding-top:40px;
	padding-bottom:140px;
}
.contact h1 {
	margin-bottom:50px;
	text-shadow: none;
	letter-spacing: 1px;
	font-family: "Marcellus SC";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.10909;
}
.contact h1 span.navy {
	color: #9cb600;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight:200;
	font-size:30px;
}
/* CAMBIOS AGULI BLANCA */

.list-unstyled {
	color:#FFF;
}
.list-unstyled li {
	line-height:34px;
}
.lightBoxGallery {
/*text-align: center;*/
}
.alojamiento .lightBoxGallery img {
	margin-bottom:3px;
}
.navbar-fixed-top {
	z-index: 1;
}
.green-border {
	border: 2px solid #839100;
}
/* ==========================================================================
galeria
========================================================================== */

.galeria {
	padding-top: 40px;
}
.galeria h1 {
	margin-bottom:50px;
}
.galeria h1 {
	margin-bottom:50px;
	text-shadow: none;
	letter-spacing: 1px;
	font-family: "Marcellus SC";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.10909;
}
.galeria h1 span.navy {
	color: #9cb600;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight:200;
	font-size:30px;
}
.galeria h2 {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 600;
	text-transform: uppercase;
}
.img-preview-sm {
	height: 130px;
	width: 200px;
}
/* ==========================================================================
Screenshots
========================================================================== */
.screenshots {
	background-color:#9CB600;
}
.screenshots ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.screenshots ul li {
	float: left;
	min-height: 100%;
	width: 25%;
	background-color: #9CB600;
	list-style: none;
}
.screenshots figure {
	position: relative;
	overflow: hidden;
}
.screenshots figure img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.screenshots figure:hover img, .screenshots figure:focus img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.screenshots figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25% 0;
	width: 100%;
	height: 100%;
	background-color: rgba(125, 137, 4, 0.85);
	text-align: center;
	font-size: 15px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.screenshots figcaption p {
	color: #ffffff;
}
.screenshots figcaption a {
	color: #ffffff;
	display:block;
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
	color: #ffffff;
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
	opacity: 1
}
.visible {
	opacity: 1
}
.screenshots figure.cs-hover figcaption {
	opacity: 1
}
.screenshots figcaption i {
	font-size: 35px
}
.screenshots figcaption p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
}
.screenshots figcaption .caption-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -100px;
	width: 200px;
	-webkit-transform: translate(0px, 15px);
	-ms-transform: translate(0px, 15px);
	transform: translate(0px, 15px);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
/* Buttons - only primary custom button
------------------------- */



.btn {
	border-radius: 0px !Important;
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
	color: #fff;
}
.btn-primary {
	background-color: #9cb600;
	border-color: #9cb600;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #839100;
	border-color: #839100;
	color: #FFFFFF;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #1dc5a3;
	border-color: #1dc5a3;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
 margin-top: 20px;
}
 .navbar-wrapper .container {
 padding-right: 15px;
 padding-left: 15px;
}
 .navbar-wrapper .navbar {
 padding-right: 0;
 padding-left: 0;
}
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
 border-radius: 4px;
}
  /* Bump up size of carousel content */
  .carousel-caption p {
 margin-bottom: 20px;
 line-height: 1.4;
 font-weight: 500;
}
 .featurette-heading {
 font-size: 50px;
}
}
@media (max-width: 992px) {
 .carousel-image {
 display: none;
}
}
@media (max-width: 768px) {
 .carousel-caption, .carousel-caption.blank {
 left: 5%;
 top: 250px;
}
 .carousel-caption h1 {
 font-size: 28px;
 width:90%;
}
.carousel-caption p {
 width:90%;
}
 .navbar.navbar-scroll .navbar-brand {
 margin-top: 6px;
}
 .navbar-default {
 background-color: #fff;
 border-color: #fff;
 padding: 15px 0;
}
 .navbar-default .navbar-nav > .active > a:focus {
 background: transparent;
 color: inherit;
}
 .navbar-default .nav li a {
 color: #7a7a7a;
}
 .navbar-default .nav li a:hover {
 color: #9cb600;
}
 .navbar-wrapper .navbar {
 padding-top: 0;
 padding-bottom: 5px;
 border-bottom: 1px solid #e7eaec;
 border-radius: 0;
}
 .nav > li > a {
 padding: 25px 10px 15px 10px;
}
 .navbar-nav > li > a {
 padding: 20px 10px;
}
 .navbar .navbar-brand {
 margin-top: 6px;
 border-radius: 5px;
 font-size: 12px;
 padding: 10px;
 height: auto;
}
 .navbar-wrapper .navbar {
 padding-left: 15px;
 padding-right: 5px;
}
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
 color: inherit;
}
 .carousel-control {
 display: none;
}
}
@media (min-width: 992px) {
 .featurette-heading {
 margin-top: 120px;
}
}
/* MARGINS & PADDINGS
-------------------------------------------------- */
.p-xxs {
	padding: 5px;
}
.p-xs {
	padding: 10px;
}
.p-sm {
	padding: 15px;
}
.p-m {
	padding: 20px;
}
.p-md {
	padding: 25px;
}
.p-lg {
	padding: 30px;
}
.p-xl {
	padding: 40px;
}
.m-xxs {
	margin: 2px 4px;
}
.m-xs {
	margin: 5px;
}
.m-sm {
	margin: 10px;
}
.m {
	margin: 15px;
}
.m-md {
	margin: 20px;
}
.m-lg {
	margin: 30px;
}
.m-xl {
	margin: 50px;
}
.m-n {
	margin: 0 !important;
}
.m-l-none {
	margin-left: 0;
}
.m-l-xs {
	margin-left: 5px;
}
.m-l-sm {
	margin-left: 10px;
}
.m-l {
	margin-left: 15px;
}
.m-l-md {
	margin-left: 20px;
}
.m-l-lg {
	margin-left: 30px;
}
.m-l-xl {
	margin-left: 40px;
}
.m-l-n-xxs {
	margin-left: -1px;
}
.m-l-n-xs {
	margin-left: -5px;
}
.m-l-n-sm {
	margin-left: -10px;
}
.m-l-n {
	margin-left: -15px;
}
.m-l-n-md {
	margin-left: -20px;
}
.m-l-n-lg {
	margin-left: -30px;
}
.m-l-n-xl {
	margin-left: -40px;
}
.m-t-none {
	margin-top: 0;
}
.m-t-xxs {
	margin-top: 1px;
}
.m-t-xs {
	margin-top: 5px;
}
.m-t-sm {
	margin-top: 10px;
}
.m-t {
	margin-top: 15px;
}
.m-t-md {
	margin-top: 20px;
}
.m-t-lg {
	margin-top: 30px;
}
.m-t-xl {
	margin-top: 40px;
}
.m-t-n-xxs {
	margin-top: -1px;
}
.m-t-n-xs {
	margin-top: -5px;
}
.m-t-n-sm {
	margin-top: -10px;
}
.m-t-n {
	margin-top: -15px;
}
.m-t-n-md {
	margin-top: -20px;
}
.m-t-n-lg {
	margin-top: -30px;
}
.m-t-n-xl {
	margin-top: -40px;
}
.m-r-none {
	margin-right: 0;
}
.m-r-xxs {
	margin-right: 1px;
}
.m-r-xs {
	margin-right: 5px;
}
.m-r-sm {
	margin-right: 10px;
}
.m-r {
	margin-right: 15px;
}
.m-r-md {
	margin-right: 20px;
}
.m-r-lg {
	margin-right: 30px;
}
.m-r-xl {
	margin-right: 40px;
}
.m-r-n-xxs {
	margin-right: -1px;
}
.m-r-n-xs {
	margin-right: -5px;
}
.m-r-n-sm {
	margin-right: -10px;
}
.m-r-n {
	margin-right: -15px;
}
.m-r-n-md {
	margin-right: -20px;
}
.m-r-n-lg {
	margin-right: -30px;
}
.m-r-n-xl {
	margin-right: -40px;
}
.m-b-none {
	margin-bottom: 0;
}
.m-b-xxs {
	margin-bottom: 1px;
}
.m-b-xs {
	margin-bottom: 5px;
}
.m-b-sm {
	margin-bottom: 10px;
}
.m-b {
	margin-bottom: 15px;
}
.m-b-md {
	margin-bottom: 20px;
}
.m-b-lg {
	margin-bottom: 30px;
}
.m-b-xl {
	margin-bottom: 40px;
}
.m-b-n-xxs {
	margin-bottom: -1px;
}
.m-b-n-xs {
	margin-bottom: -5px;
}
.m-b-n-sm {
	margin-bottom: -10px;
}
.m-b-n {
	margin-bottom: -15px;
}
.m-b-n-md {
	margin-bottom: -20px;
}
.m-b-n-lg {
	margin-bottom: -30px;
}
.m-b-n-xl {
	margin-bottom: -40px;
}
.space-15 {
	margin: 15px 0;
}
.space-20 {
	margin: 20px 0;
}
.space-25 {
	margin: 25px 0;
}
.space-30 {
	margin: 30px 0;
}
/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
	background: #fff;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}
.pace-inactive {
	display: none;
}
section.timeline {
	padding-bottom: 30px;
}
section.comments {
	padding-bottom: 80px;
}
.comments-avatar {
	margin-top: 25px;
	margin-left: 22px;
}
.comments-avatar .commens-name {
	font-weight: 600;
	font-size: 14px;
}
.comments-avatar img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-right: 10px;
}
.bubble {
	position: relative;
	height: 120px;
	padding: 20px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-style: italic;
	font-size: 14px;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 14px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	left: 30px;
}
/* New Timeline style */
.vertical-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
.vertical-container::after {
  /* clearfix */
  content: '';
 display: table;
 clear: both;
}
#vertical-timeline {
	position: relative;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
#vertical-timeline::before {
 content: '';
 position: absolute;
 top: 0;
 left: 18px;
 height: 100%;
 width: 4px;
 background: #f1f1f1;
}
.vertical-timeline-content .btn {
	float: right;
}
#vertical-timeline.light-timeline:before {
	background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
	border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
	border-color: transparent transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before, .dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
 border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content, .dark-timeline.center-orientation .vertical-timeline-content {
	background: #f5f5f5;
}


.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}


 @media only screen and (min-width: 1170px) {
 #vertical-timeline.center-orientation {
 margin-top: 3em;
 margin-bottom: 3em;
}
 #vertical-timeline.center-orientation:before {
 left: 50%;
 margin-left: -2px;
}
}
@media only screen and (max-width: 1170px) {
 .center-orientation.dark-timeline .vertical-timeline-content:before {
 border-color: transparent #f5f5f5 transparent transparent;
}
}
.vertical-timeline-block {
	position: relative;
	margin: 2em 0;
}
.vertical-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.vertical-timeline-block:first-child {
	margin-top: 0;
}
.vertical-timeline-block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
 .center-orientation .vertical-timeline-block {
 margin: 4em 0;
}
 .center-orientation .vertical-timeline-block:first-child {
 margin-top: 0;
}
 .center-orientation .vertical-timeline-block:last-child {
 margin-bottom: 0;
}
}
.vertical-timeline-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 16px;
	border: 3px solid #f1f1f1;
	text-align: center;
}
.vertical-timeline-icon i {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
 .center-orientation .vertical-timeline-icon {
 width: 50px;
 height: 50px;
 left: 50%;
 margin-left: -25px;
 -webkit-transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 font-size: 19px;
}
 .center-orientation .vertical-timeline-icon i {
 margin-left: -12px;
 margin-top: -10px;
}
 .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
 visibility: hidden;
}
}
.vertical-timeline-content {
	position: relative;
	margin-left: 60px;
	background: white;
	border-radius: 0.25em;
	padding: 1em;
}
.vertical-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.vertical-timeline-content h2 {
	font-weight: 400;
	margin-top: 4px;
}
.vertical-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
	float: left;
	font-weight: 500;
}
.vertical-date small {
	color: #9cb600;
	font-weight: 400;
}
.vertical-timeline-content::before {
 content: '';
 position: absolute;
 top: 16px;
 right: 100%;
 height: 0;
 width: 0;
 border: 7px solid transparent;
 border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
 .vertical-timeline-content h2 {
 font-size: 18px;
}
 .vertical-timeline-content p {
 font-size: 13px;
}
}
@media only screen and (min-width: 1170px) {
 .center-orientation .vertical-timeline-content {
 margin-left: 0;
 padding: 1.6em;
 width: 45%;
}
 .center-orientation .vertical-timeline-content::before {
 top: 24px;
 left: 100%;
 border-color: transparent;
 border-left-color: white;
}
 .center-orientation .vertical-timeline-content .btn {
 float: left;
}
 .center-orientation .vertical-timeline-content .vertical-date {
 position: absolute;
 width: 100%;
 left: 122%;
 top: 2px;
 font-size: 14px;
}
 .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
 float: right;
}
 .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
 top: 24px;
 left: auto;
 right: 100%;
 border-color: transparent;
 border-right-color: white;
}
 .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
 float: right;
}
 .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
 left: auto;
 right: 122%;
 text-align: right;
}
 .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
 visibility: hidden;
}
}
 @media screen and (max-width: 480px) {
.screenshots ul li {
 width: 50%;
}
 .CentrarMobile {
 text-align:center;
}


/* BACKGROUNDS SLIDER
-------------------------------------------------- */

.header-back {
 height: 650px;
 width: 100%;
}
 .header-back.one {
 background: url('../img/header_one-mobile.jpg') 50% 0 no-repeat;
}
.header-back.two {
 background: url('../img/header_two-mobile.jpg') 50% 0 no-repeat;
}
.header-back.three {
 background: url('../img/header_three-mobile.jpg') 50% 0 no-repeat;
}
.header-back.four {
 background: url('../img/header_four-mobile.jpg') 50% 0 no-repeat;
}
}
 @media screen and (max-width: 320px) {
 .navbar-brand {
 width:50%;
}
.navbar-brand img {
 width:200px;
}
}


/* BTN RIGHT
-------------------------------------------------- */

#btn-fixed-right {
	position:fixed;
	bottom:0px;
	right:15px;
	z-index:9999;
	display: none;
}
#btn-fixed-right .up-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background: rgba(122, 122,122, 0.85);
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	position: relative;
	top: -25px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#btn-fixed-right .up-btn:hover, .up-btn:focus {
	color: #fff;
	background: rgba(122, 122,122, 0.65);
}


.up-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	position: relative;
	top: -25px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.up-btn:hover, up-btn:focus {
	color: #fff;
}
.contact-details {
	margin: 70px 0;
}
.contact-details h2 {
	display: block;
	color: #3f8a24;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 14px;
	margin-top: 15px;
}
.contact-wrap {
	position: relative;
}
