@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Yesteryear&display=swap");

:root {
	--verde: #4ca527;
	--bg-gris: #f4f4f4;
}
body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
header {
	background-image: url("../img/bg-banner.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.banner-container {
	/* height: calc(100vh - 70px); */
	height: 100vh;
}
.banner {
	height: calc(100vh - 124px);
}
.py-80 {
	padding: 100px 0;
}
.bg-gris {
	background-color: var(--bg-gris);
}

.sub_verde {
	color: #4da528;
	font-family: "Yesteryear", Sans-serif;
	font-size: 28px;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
}

.home h2 {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 25px;
}

.banner .slider {
	min-height: 400px;
}
.slider h1 {
	font-size: 50px;
	font-weight: bold;
	text-shadow: 3px 3px #04141d;
	color: white;
}
.dorado {
	color: #a09231;
}
.box-tour {
	background-color: white;
	border-radius: 20px;
	padding: 15px;
	height: 100%;
}
.box-tour img {
	border-radius: 10px;
}
.box-tour .titulo {
	font-style: normal;
	line-height: 1.2;
	font-weight: 600;
	font-size: 22px;
	margin: 15px 0 10px;
	color: var(--verde) !important;
}
.box-tour .titulo a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: var(--verde) !important;
}
.precio,
.tiempo {
	float: left;
	width: 50%;
	display: block;
	color: var(--verde);
	margin-bottom: 15px;
	font-weight: 500;
}
.precio {
	text-align: end;
}
.vermas {
	font-weight: 500;
	text-decoration: none;
	color: #333;
}

#hostel {
	background-image: url("../img/bg-hostel.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
#hostel h2 {
	color: #fff;
}

#hostel h3 {
	color: #eade17;
	font-size: 46px;
}
.bg-testimonio {
	background-image: url("../img/img-testimonios.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-item {
	/* min-height: 280px !important; */
}

.text-green {
	color: #4da528;
}

footer {
	padding: 100px 0 10px;
	background-color: #081e2b;
	color: white;
}

.copyright {
	background-color: #04141d;
}
.navbar {
	background: #fff !important;
}
.text-nosotros {
	width: 100%;
	bottom: 0px;
	position: absolute;
	/* background-color: #38512cdf; */
	color: white;
	padding: 25px 0;
	background-color: #38512cdf;
}
@media (min-width: 576px) {
	.navbar {
		background: #fff !important;
	}
	.text-nosotros {
		background-color: #38512c00;
		background-image: linear-gradient(3deg, #38512cdf 70%, #f4f4f400 calc(70% + 2px));
		padding-top: 120px;
	}
}

@media (min-width: 768px) {
	.navbar {
		background: #fff !important;
	}
	.text-nosotros {
		background-image: linear-gradient(3deg, #38512cdf 70%, #f4f4f400 calc(70% + 2px));
		padding-top: 120px;
	}
}

@media (min-width: 992px) {
	.navbar {
		background: none !important;
	}
	.text-nosotros {
		background-image: linear-gradient(3deg, #38512cdf 70%, #f4f4f400 calc(70% + 2px));
		padding-top: 120px;
	}
}

@media (min-width: 1200px) {
	.navbar {
		background: none !important;
	}
	.text-nosotros {
		background-image: linear-gradient(3deg, #38512cdf 70%, #f4f4f400 calc(70% + 2px));
		padding-top: 120px;
	}
}

@media (min-width: 1400px) {
	.navbar {
		background: none !important;
	}
	.text-nosotros {
		background-image: linear-gradient(3deg, #38512cdf 70%, #f4f4f400 calc(70% + 2px));
		padding-top: 120px;
	}
}
