.track {
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	margin-left: 5px;
}


.text-white { 
    color:#fff;
}
.text-violet {
	color:#4A223D;
}

.btn-violet {
border: 1px solid #BDBABA;
color: #666;
background-color: transparent;
border-radius:0px;
margin-bottom: 20px;
}

.btn-violet:hover, .btn-violet:focus {
border: 1px solid #4A223D;
outline: 0;
color: #fff;
background-color: #4A223D;
}

.btn-news {
	margin-bottom: 5px;
	border-radius:0px;
}



a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 400;
}

.bg-light-gray {
background-color: #f7f7f7;
}

.bg-light-violet {
background-color: #4A223D;
}

/*
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .collapse.in{
  		display:block !important;
	}
	.track{
  		float:none;
		margin-left:0px;
	}
}
*/

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    background-color: rgba(61, 72, 45, 0.9);
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(111, 111, 111, 0.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

.navbar-brand img {
    /*margin-left: -15px;*/
	/*max-height:176px;*/
	max-height:80px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	opacity:0;
    }

.navbar-brand  {
    height: auto !important;
	padding: 5px 15px;
}

@media (min-width: 768px){
.navbar-nav {
    float: left;
    margin: 0;
    padding-top: 15px;
}
}

@media(min-width:767px) {
    .navbar {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: rgba(61, 72, 45, 0.9);
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	.top-nav-collapse .navbar-brand img {
    margin-left: -15px;
	max-height:60px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	opacity: 1.0;
    }
}

@media (max-width: 767px){
.navbar-brand img {
    max-height: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	opacity:1.0;
}
}

.intro {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;

	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 150px;
	padding-left: 0;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
	text-shadow: 1px 1px 1px #120A17;
}

.intro .intro-body .intro-text {
    font-size: 18px;
	text-shadow: 1px 1px 1px #120A17;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
		text-align: right;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }

    .intro .intro-body .intro-text {
        font-size: 20px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.linea-divisora {
	background-image:url(../img/transparencia.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 95px;
	margin-top: -40px;
	position: relative;
}

.content-section {
    padding-top: 30px;
	padding-bottom: 30px;
}

.content-section-map {
    padding-top: 90px;
	padding-bottom: 0px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 300px;
    margin-top: 10px;
}

@media(min-width:767px) {

	.linea-divisora {
		background-image:url(../img/transparencia.png);
		background-repeat: no-repeat;
		background-position: center top;
		display: block;
		height: 95px;
		margin-top: -90px;
	}

    .content-section {
      padding-top: 50px;
	  padding-bottom:50px;
    }

    .content-section-map {
		padding-top: 100px;
		padding-bottom: 0px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 500px;
        margin-top: 10px;
    }
}

.btn {
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-social {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid #290C49;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
	margin: 5px;
}

.btn-outline {
    border: solid 2px #FFF;
    /* font-size: 18px; */
    color: #FFFFFF;
    background: 0 0;
    background-color: rgba(40, 99, 81, 0.67);
    transition: all .3s ease-in-out;
}


.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
border: solid 2px #fff;
color: #fff;
background: #87a247;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}


.row.confirmacion {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #FFF;
}

footer {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio-modal .modal-content h2 {
	margin: 0;
	font-size: 2.5em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

#empresa{
	background-image: url(../img/bg-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact{
	background-image: url(../img/bg-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#alojamiento{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/main-slider2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

#tarifas{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/bg-tarifas.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

#grupos{
	background-image: url(../img/bg-plantita.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment:fixed;
}

#eventos{
	background-image: url(../img/bg-plantita.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment:fixed;
}

#actividades{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/bg-actividades.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

.line3{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

.line3:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: url(/web/bundles/app/images/sliderL.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 140px solid white;
	border-left: 3000px solid transparent;
}
.line3:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(/web/bundles/app/images/sliderL.png) center center no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 10px; 
	border-top: 100px solid white;
	border-right: 3000px solid transparent;
	//bottom: 489px;
}

.line1{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;

}

.line1:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	/*background: url(/web/bundles/app/images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 100px solid white;
	border-left: 3000px solid transparent;
}
.line1:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(/web/bundles/app/images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 0px solid white;
	border-right: 3000px solid transparent;
	//bottom: 489px;
}


.line4{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

.line4:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	/*background: url(/web/bundles/app/images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 140px solid #c93939;
	border-left: 3000px solid transparent;
}
.line4:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(/web/bundles/app/images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 100px solid white;
	border-right: 3000px solid transparent;
	//bottom: 489px;
}

.owl-controls {
    display: block;
}
.owl-controls .owl-dots {
    display: none !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
	display: block !important;
}
.owl-theme .owl-controls{
	position: absolute;
	width: 100%;
    top: 40%;
}


.owl-controls .owl-nav div, .owl-controls .owl-nav div:hover {
	position: absolute;
	background-image: url(../img/flechas_rotador.png) !important;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	color: transparent !important;
	background-color: rgba(0,0,0,.0001) !important;
}
.owl-theme .owl-controls .owl-nav div:hover {
	background-color: rgba(222,226,229,0.7);
}
 
.owl-theme .owl-controls .owl-nav .owl-prev{
  left: 10px;
}
 
.owl-theme .owl-controls .owl-nav .owl-next{
  right: 10px;
  background-position: -34px !important;
}

.navbar-nav > li > a {
color: #FFF;
text-transform: ;
/*font-weight:300;*/
font-size: 15px;
padding: 8px 12px;
border-right:;
}


@media (max-width: 767px){
.navbar-nav > li > a {
border-right:0px;
}

.navbar-nav > li > a {
    color: #FFF;
    text-transform: ;
    font-weight: 300;
    font-size: 12px;
    padding: 12px 14px;
    border-right: ;
}
}

/* ==========================================================================
Carousel Settings
 ========================================================================== */ 
.carousel-mod .carousel-indicators {position: static; display: block; width: auto; margin: 15px auto;}
.carousel-mod .carousel-indicators li {background-color: #A3A3A3; border: none; margin:0;}
.carousel-mod .carousel-indicators .active {background-color: #31373a; width: 10px; height: 10px;}
.carousel-mod .carousel-control.left, .carousel-mod .carousel-control.right {background: none; background-color: transparent; filter:none;}
.carousel-mod .carousel-control {top: 45%;}


/* ==========================================================================
Intro Slider
 ========================================================================== */ 
html, body {height: 100%;}
.carousel, .item, .active {height: 100%;}
.carousel-inner {height: 100%;}

.slide1 {background-image:url(../img/main-slider1-1.jpg);}
.slide2 {background-image:url(../img/main-slider2.jpg);}
.slide3 {background-image:url(../img/main-slider3.jpg);}

#main-slider {background: #1A1A1A;}
#main-slider .carousel-caption { top: 25%; text-align:center; }

@media (max-width: 767px){
#main-slider .carousel-caption { top: 14%; text-align:center; }
}

#main-slider .carousel-caption h2 {font-size: 38px; font-weight:500; }
#main-slider .carousel-caption h3 {font-size: 36px; font-weight:300; }
#main-slider .carousel-caption h4 {padding-top: 15px; border-top: 2px solid #FFF; display: inline-block; color: #EFEFEF; margin-top: 10px;font-size: 22px; font-weight:300; }

@media (max-width: 767px){
#main-slider .carousel-caption h2 {font-size: 28px; font-weight:500; }
#main-slider .carousel-caption h3 {font-size: 20px; font-weight:300; }
#main-slider .carousel-caption h4 {padding-top: 15px; border-top: 2px solid #FFF; display: inline-block; color: #EFEFEF; margin-top: 10px;font-size: 22px; font-weight:300; display:none; }

#main-slider .carousel-caption img {
    max-height: 130px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	opacity:1.0;
}
}



.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;}


#main-slider .carousel [data-slide] { visibility: hidden; }
#main-slider .carousel:hover [data-slide] { visibility: visible; }

.cover {-webkit-background-size: cover; -moz-background-size: cover;-o-background-size: cover; background-size: cover; }

/* ==========================================================================
Scroll To Top
 ========================================================================== */
a.scroll-up { display: none; position: fixed; right: 10px; bottom: 10px; padding:5px 10px; background: #87a247; text-align: center; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-transition: -moz-transform 0.8s ease-in-out; -o-transition: -o-transform 0.8s ease-in-out; -webkit-transition: -webkit-transform 0.8s ease-in-out; transition: transform 0.8s ease-in-out; -webkit-backface-visibility: hidden; z-index:1;}
a.scroll-up i {color: #FFF;}
a.scroll-up:hover, 
a.scroll-up:focus { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); background: #31373a;}
