/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */

  color: #666666;
  font-family: 'Montserrat', 'Lato','Open Sans', Tahoma, Arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;

}

.has-error {color:#C06;}
.has-success {color:#888888;}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

header.imgHeader > img {
	min-height:140px ;
	}

.mainConoceTuDestino > img {
	min-height:140px ;
	}

/* Home Page Carousel */

header.carousel {
	margin-top:25px;
}

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;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* 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 {
    margin: 10px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
}

.buscador-margen-pie {
        padding-top: 35px;
    }
    
    
    .buscador-contenidos {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width:100%;
    height: auto;
    background: black;
    padding-top: 15px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .buscador-contenidos { 
        position: absolute; 
        top: 45%; 
        background: blue;
        width: 744px; 
        height: 310px;}
    .buscador-margen-pies {
        padding-top: 150px;
    }
	
	header.carousel{
		height: 70%;
		margin-top:70px;
	}

    }
    
	
/* wrapper */
.wrapper {
  background: #fff;
  padding-top: 45px;
}
.wrapper > footer {
  background-color: #F1F1F1;
  font-weight: 300;
  color: #666;
}

.wrapper > footer > p {
  color: #9D9EA3;
  font-size:12px;
}
 
.wrapper > footer .text-primary {
	font-weight:bold;
}
.wrapper > footer > a {
	font-family:11px;
    color: #9D9EA3;
}
.wrapper > footer a:hover, .wrapper > footer a:focus {
  text-decoration: underline;
}
.wrapper > footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrapper > footer .logo {
  margin-bottom: 15px;
  max-width: 130px;
}
.wrapper > footer .logo-partners {
    width: 170px;
    margin-bottom: 15px;
    }
.wrapper > footer .copyright {
	font-size:13px;
	background-color:#FFF;
	color: #333;
	font-weight:bold;
	}
.wrapper > footer  .split {
	color: #F1F1F1;
	background-color:F1F1F1;
	}

@media screen and (max-width: 768px) {
  .wrapper > footer .container {
    padding: 30px 15px;
  }
}

.full-width-section {
  padding: 100px 0;
  background-color: #406da4;
}

.layout-boxed .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 5px #ccc;
}

.widget-title {
  font-size: 18px;
}

.section-heading {
  margin-bottom: 20px;
  font-size: 22px;
}
.section-heading:after {
  display: block;
  content: '......';
  color: #406da4;
  font-weight: 300;
}
.section-heading.panel-title:after {
  display: none;
}

/* social background color */
.facebook-bg {
  background-color: #3b59ab;
}

.twitter-bg {
  background-color: #2b97f0;
}

.googleplus-bg {
  background-color: #dd4b39;
}

.rss-bg {
  background-color: #ff6600;
}

.youtube-bg {
  background-color: #dd4b39;
}

.nav li {padding-left:15px;}

@media (min-width: 768px) { 
.nav li {padding-left:0px; padding-top:15px; padding-right:20px;}
.nav {padding-left: 0px; padding-right: 0px; height:80px; padding-top:0px;}
}


.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    width: 100%;
	min-height:300px;
    border: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.category-list li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    color: inherit;
    font-weight: 500;
	text-decoration:none;
	font-size:15px;
}
.category-list li a:hover {color:#C36; color:#C06}

.buscador-margen-pie {
        padding-top: 35px;
    }
    
    
    .buscador-contenido {
    display:none;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width:100%;
    height: auto;
    padding-top: 15px;
	}
	.pre-nav {
        background-color: #662482;
        display:none;
		color: #fff;
        height: 40px;
        width: auto;
        text-align: left;
		padding-left: 96px; 
		padding-top: 0px;
		font-size:13px;
		line-height:35px;  
    }
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .buscador-contenido { 
		display:block;
        position: absolute; 
        top: 88%; 
        width: 738px; 
        height: 295px;
		padding-top: 0px;
		}
    .buscador-margen-pie {
        padding-top: 190px;
    }
	.pre-nav {
        background-color: #662482;
        display:block;
		color: #fff;
        height: 40px;
        width: auto;
        text-align: left;
		padding-left: 96px; 
		padding-top: 0px;
		font-size:13px;
		line-height:35px;  
    }
	
    }

.separadores {
	max-width:200px;
	margin-bottom: 20px;
	
	}

header.imgHeader {
	margin-top: -20px
	}
@media (min-width: 768px) { 
header.imgHeader {
	margin-top: 25px
	}
}

#MaximoNoches .slider-handle {
	background: #971379;
}
#MaximoPrecios .slider-handle {
	background: #971379;
}

#RangoNoches .slider-handle {
	background: #971379;
}

.newsletter-fixed { display:none;}
	
@media (min-width: 768px) { 
	.newsletter-fixed {
		padding: 0;
		background: transparent;
		display: block;
		top: 400px;
		right: 0px;
		z-index: 9999999 !important;
		position: fixed;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		}
}



