/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url('https://fonts.cdnfonts.com/css/bricolage-grotesque');

body {
  font-family: 'Bricolage Grotesque', sans-serif;
  padding-bottom: 3rem;
  color: #000;

}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 25rem;
  top:0;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  margin-top:0px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


.toursicono{
  border:0px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }



}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }


}

@media (max-width: 989px) {
  .hero-content h2{
    display:none;
  }
  .hero-content .iconoslider{
    display:none;
  }

  .hero-content  .tab-pane{
    margin-top:50px;
  }

  .toursicono{
    display:none;
  }


}


@media (max-width: 900px) {
h4{
  font-size: 1rem;
}
}


#menu-prinicipal a
 {
  border-bottom: 2px solid transparent;
  margin-left:5px;
  font-size:20px;
}

#menu-prinicipal a:hover
 {
  border-bottom: 2px solid #c43002;
  color: #c43002;
}


#menu-prinicipal .active
 {
  border-bottom: 2px solid #c43002;
  color: #c43002;
}

.navbar-brand img{
  width:200px;
}


.hero-content {
  position: relative;
  z-index: 2;

}


.btn-primary{
  color: #fff;
  background-color: #c43002;
  border-color: #c43002;
}

.btn-primary:hover {
  color: #fff;
  background-color: #a72701;
  border-color: #a72701;
}


#carouselContent h2{
  color: #fff;
}

#carouselContent h4{
  color: #fff;
}

.fa{
  color: #a72701;
}

.iconoslider{
  display: block;margin-left: auto; margin-right: auto;
}

.titulotours{
  color: #a72701;
  text-align: center;
  font-weight:bolder;
}

.tourlista{
  border:1px solid #ccc;
  margin:10px;
  text-align: center;
  padding:1px;
}

.tourlista h2{
  color: #a72701;
  text-align: center;
  font-weight:bold;
  font-size:22px;
  padding:5px;
}

.marketing{
  margin-bottom: 40px;
}

.ayudahome{
  width:100%;
  background-color: #f9a506;

  margin-bottom: 40px;

  padding:10px;
  padding-top:30px;
  padding-bottom:30px;
}

.tituloayuda{
  color: #fff;
  text-align: center;
  font-weight:bolder;
}

.ayudahome h3{
color: #fff;
font-size:20px;
margin-top:20px;
}

.ayudalista{
  text-align: center;
}

.ayudalista p{
  text-align: center;
  color: #fff;
}

.card{
  width:80%;
  text-align: center;
  background-color: transparent;
  border:0;
}

.footergeneral{
  background-color: #7c7c7c;
  padding:20px;
  color: #fff;
  font-size:13px;
}

.compromiso{
  margin-bottom: 30px;
}

.footertitulo{
  color: #ffdb45;
  font-size:16px;
}

.footercopy{
  color: #ffdb45;
  font-size:12px;
}

.footergeneral i{
  color: #f9a506;
}

.imgsli{
	width:60%;margin-right: auto; margin-left: auto;
}

.icondetalles{
	color:#f9a505;font-size:30px;
	margin-right: 10px;
	display:block;
	margin-bottom:50px;
	width:40px;
}

.insearch{padding-right:4px;
	
}


.h2bus{
  color: #a72701;

  font-weight:bold;
  font-size:22px;
 
}


.backgris{
    background-color: #808080;
    font-size: 12px;
   
}
	
.backgris2{
  background-color: #ccc;
  font-size: 12px;
  
}

.listaitems{
  padding:2px;
}

.tituloitems{
  padding:4px;
}

.iconwhite{
  color:#fff;
  font-size:small;
}

.boletoseleccionado{
  border: 2px solid #c43002;
}


footer a{
  outline: none;
  text-decoration: none;
}

footer a:link{
  color: #fff;
}

footer a:active{
  color: #fff;
}

footer a:visited{
  color: #fff;
}

footer a:hover{
  color: #000;
}