/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
    width: 100%;
}

body {
	color:#6E6E6E
}

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

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 65%;
	z-index:10;
}
header.carousel_interior{
	height: 55%;
	z-index:10;
}
.info_top{
	color:#fff;
	font-size:12px;
}
.info_top a{
	color:#fff;
}
.info_top span{
	margin: 7px 10px 0px;
    display: block;
    float: left;
	letter-spacing: 0.035em;
}
.info_top .fa{
	 font-size: 16px;
    padding-top: 2px;
    margin-right: 5px;
    display: block;
    float: left;
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.navbar-inverse  {
    z-index: 120;
    background-color: transparent;
}
.navbar-inverse .info_top {
    background-color: #468431;
    border: none !important;
	min-height: 30px;
}
.navbar-brand img{
	max-height:150px;
	margin: 0 auto;

}
a.navbar-brand {
    padding: 5px 15px !important;
    float: none !important;
    height: auto;
    position: absolute;
    top: 5px;
    z-index: 9;
    left: 0;
    right: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
	border-radius: 0px !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
	font-weight:bold;
	font-size: 16px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a.active {
	color:#fed136;
}
.carousel-caption {
    /* position: absolute; */
    right: 15%;
    bottom: 40px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	font-family:60px;
}
.carousel-caption h2{
	font-size:48px;
	font-family: 'Open Sans', sans-serif;
}
.btn-xl {
    color: #333;
    background-color: #fed136;
    border-color: #fed136;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 30px;
	margin-top:40px;
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    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;
	bottom:100px;
	position:absolute;
	margin:0 auto;
	left:15%;
	right: 15%;
}

/* contenido */
.container.content h1.page-header{
	font-size:24px;
	color:#47AED9;
	text-transform:uppercase;
	text-align:center;
	background:none;
	border:none;
	margin-top:0px;
}
.container.content .col-lg-12 p{
	text-align:center;
	font-size:18px;
	
}
.panel-default>.panel-heading {
    color: #333;
    background: none;
    border:none;
}
.panel-default {
    border: none;
}
.container.content .destacados{
    padding-top: 30px;
}
.container.content .destacados h3{
	text-align:center;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:600;
}
.container.content .destacados h3 a{
	color:#6E6E6E
}
.container.content .destacados h4.azul{
	color:#47AED9;
	text-align:center;
	margin:20px 0px 0px 0px;
	padding-bottom:0;
	font-weight:600;
}
.container.content .destacados .panel-body{
	padding-top:0px;
}
.container.content .destacados .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.container.content .destacados .panel p{
    font-size:16px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #468431;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well p{
    color: #468431;
    font-size:20px;
	font-weight:600;
	margin:10px 0px;
	display:block;
	float:right;
}
.well .btn-default {
    color: #fff;
    background-color: #333;
    border-color: #333;
	display:block;
	float:right;
}
.gallery_home{
	background:url(../img/bg_gallery.jpg) center;
}
.gallery_home .row{
	margin-top:40px;
}
.gallery_home .col-lg-3, .gallery_home .col-sm-4, .gallery_home .col-xs-6{
	padding:0px !important;
}
.gallery_home .thumbnail {
    padding: 0px;
    background: none;
    border: none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	margin-bottom:0px !important;
}
.gallery_home .col-lg-3.col-sm-4.col-xs-6 a{
	display:block;
	    transition: all 0.35s;
    color: #f05f40;
}
.gallery_home .col-lg-3.col-sm-4.col-xs-6 a:hover{
	    opacity: 0.70;
}
.btn-blanco {
    color: #ffffff;
    background: none;
    border-color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 30px;
    margin-bottom: 30px;
}
.btn-blanco:hover {
    color: #ffffff;
	opacity: 0.70;
}
.bg_ellugar{
	background:url(../img/bg_ellugar.jpg) center no-repeat;
	min-height:120px;
}
.bg_ellugar .row{
	margin-top:40px;
}
.bg_cabanas{
	background:url(../img/bg_cabanas.jpg) center no-repeat;
	min-height:120px;
}
.bg_cabanas .row{
	margin-top:40px;
}
.bg_servicios{
	background:url(../img/bg_servicios.jpg) center no-repeat;
	min-height:120px;
}
.frase{
	color:#fff;
	font-size:18px;
	 padding: 6% 0;
	min-height:180px;
}
.servicios_incluidos p{
	text-align:left !important;
	font-size:14px !important;
	font-stretch:extra-condensed;
}
#myTab{
	font-weight:bold;
	font-size:16px;
}
#myTab li.active a{
	color:#E5AB01;
	text-decoration:underline;
	font-size:18px;
}
#myTab li a{
	color:#6E6E6E;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
	border:none !important;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: none !important;
    border-radius: 0px !important;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none !important;
	border:none !important;
	color:#fed136 !important;
}
#myTabContent .carousel-inner{
	margin-top:20px;
}
#myTabContent .img-responsive{
	margin:0 auto;
}
#myTabContent .carousel-control{
	background:none;
	opacity:1 !important;
}
#myTabContent .glyphicon-chevron-right:before {
    content: "\e080";
    color: #E5AB01;
	text-shadow: none !important;
}
#myTabContent .glyphicon-chevron-left:before{
    content: "\e079";
	 color: #E5AB01;
	text-shadow: none !important;
}
.servicios .img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
/* Footer Styles */

footer {
    padding: 30px 0px !important;
	background:#468431;
	margin:0px !important;
	color:#fff;
}
footer a{
	color:#fff;
}
footer a:hover{
	color:#fed136;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
.clima iframe{
	min-height:150px !important;
}

footer .row .col-lg-3.col-sm-6.col-xs-12{
    min-height: 250px;
}
img.certificado{
    position: fixed;
    bottom: -5px;
    right: 0;
    z-index: 100004;
    width: 100px;
}
iframe{
    width: 100%;
    min-height: 350px;
    max-width: 100%;
}
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:160px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:36px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }
  .navbar-collapse.collapse.in{
    background-color: rgb(70, 132, 49);
    max-height: none;
  }
  .instagram{
    background: #468431;
    text-align: center;
  }
  .instagram iframe{
    width: 100%;
    height: auto !important ;
    min-height: auto !important;
  }
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.navbar-brand{
		    width: 100%;
    display: block;
    top: 30px !important;

	}
	a.navbar-brand {
    padding: 0px 15px !important;
}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
			  z-index: 9999;
    position: relative;
}
.carousel-caption h2 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}
.container>.navbar-header {
     background: rgb(70, 132, 49);

}
.navbar-inverse .navbar-toggle{
	z-index:9999;
}
.carousel-caption {
    bottom: 50px;
}

.btn-xl {
    color: #333;
    background-color: #fed136;
    border-color: #fed136;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 50px;
}
}
@media(max-width:480px) {
	.btn-xl {display:none;}
    .certificado{
        display: none;
    }
    .whatsapp {

        bottom:20px;
      }
    }