@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;
	--verd-oscuro: #06491b;
}
body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
html {
	scroll-behavior: revert !important;
}
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: var(--verde);
	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: 5px 5px 5px #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: var(--verde);
}

footer {
	padding: 60px 0 10px;
	background-color: #004e19;
	color: white;
}

.copyright {
	background-color: #022b0f;
	font-size: 14px;
}
.navbar {
	background: #fff !important;
}
.text-nosotros {
	width: 100%;
	bottom: 0px;
	position: absolute;
	/* background-color: #06491bc9; */
	color: white;
	padding: 25px 0;
	background-color: #06491bc9;
}
@media (min-width: 576px) {
	.navbar {
		background: #fff !important;
	}
	.text-nosotros {
		background-color: #38512c00;
		background-image: linear-gradient(3deg, #06491bc9 70%, #f4f4f400 calc(70% + 2px));
		padding-top: 120px;
	}
}

@media (min-width: 768px) {
	.navbar {
		background: #fff !important;
	}
	.text-nosotros {
		background-image: linear-gradient(3deg, #06491bc9 70%, #f4f4f400 calc(70% + 2px));
		padding-top: 120px;
	}
}

@media (min-width: 992px) {
	.navbar {
		background: none !important;
	}
	.text-nosotros {
		background-image: linear-gradient(3deg, #06491bc9 70%, #f4f4f400 calc(70% + 2px));
		padding-top: 120px;
	}
}

@media (min-width: 1200px) {
	.navbar {
		background: none !important;
	}
	.text-nosotros {
		background-image: linear-gradient(3deg, #06491bc9 70%, #f4f4f400 calc(70% + 2px));
		padding-top: 120px;
	}
}

@media (min-width: 1400px) {
	.navbar {
		background: none !important;
	}
	.text-nosotros {
		background-image: linear-gradient(3deg, #06491bc9 70%, #f4f4f400 calc(70% + 2px));
		padding-top: 120px;
	}
}
.nav-link {
	text-transform: uppercase;
	padding: 20px 0;
	font-weight: 600;
}
.menu-footer li {
	list-style: circle;
}
.menu-footer .nav-link {
	padding: 5px 0 !important;
	display: block;
	text-transform: none;
	font-weight: 500;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}
.float:hover {
	background-color: #089d3e;
	color: #fff !important;
}

.my-float {
	margin-top: 16px;
}
.my-float:hover {
	color: #fff;
}
footer a {
	color: #fff;
	text-decoration: none;
}
