/* Header */
nav img {
	width: 150px;
	height: auto;
}

.nav_bg {
	position: fixed;
	background-color: #fefefe;
	z-index: 30;
	border-bottom: 4px solid #ecb109;
}

.navbar-toggler-icon {

	background-image: url("../img/burger.png");
	width: 40px;
	height: 40px;
}




.nav-item {
	text-align: center;
	margin-right: 7em;
}
.nav-item i {
	padding-right: 1em;
}
.nav-item p {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.nav-item span {
	text-transform: uppercase;
	font-size: 0.8em;
}

.navbar-collapse {
	justify-content: space-evenly;
}





/* fixed */


.social_ico {
	text-align: center;
}

.title_inform h2 {
	text-align: center;
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 30px;
}


.title_inform button {
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 30px;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.2em;
	border: 0;
	background-color: #ecb109;
	color: #000;
}

.title_inform button:hover {
	background-color: #f5770a;
}
.title_inform button:focus {
	border: 0;
	box-shadow: none;
	background-color: #f5770a;
}
.title_inform button:active {
	border: 0 !important;
	box-shadow: none !important;
	background-color: #f5770a !important;
}

  .header-h2 h2 {
    position: relative;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    color: #000;
  }
  .header-h2 h2::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #ecb109;
    bottom: .25rem;
    left: 50%;
    width: 30%;
    transform: translateX(-50%);
  }
  .header-h2 h2::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #ecb109;
    bottom: 0;
    left: 50%;
    width: 15%;
    transform: translateX(-50%);
  }






/* banner_slides */

.container-fluid {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.carousel .carousel-item {
	height: 400px !important;
}

.carousel-item img {
	margin-top: -250px;
}

.carousel {
	padding-top: 110px;
}




/* baidrc cards */


.baidy-cards_list {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;

}

.card-deck {
	margin-bottom: 15px;
}


/* calendar of hikes */





/* condition_renta  */


.elements_renta {
	text-align: center;

}
.elements_renta p {
	display: flex;
	align-items: baseline;
}
.elements_renta i {
	color: #ecb109;
	padding-right: 10px;
}


/* warning */

.warning_title h2 {
	color: red;
}


/* footer */


footer {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 60px;
	padding-top: 20px;
	margin-bottom: 30px;
	border-top: 2px solid #ecb109;
}




@media (min-width: 320px) and (max-width: 767px) { 

	.nav-item {
		margin-right: 0;
	}
	.carousel .carousel-item {
	height: auto !important;
}

.carousel-item img {
	margin-top: 0px;
}

 }