/* Layout
-----------------------------*/
html,
body,
#home {
	height: 100%;
	overflow-x: hidden;
	min-width: 300px;
}

body {
	background: #ecebf3;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
}

/* Tipografia
-----------------------------*/
h1 {
	font-size: 2.6em;
	font-weight: 700;
	letter-spacing: -0.04em;
}

h2 {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: -0.04em;
}

/* Barra de navegação
-----------------------------*/
nav.navbar-background {
	padding: 15px 0px;
	background: #050a30;
	border-bottom: 5px solid #c4d21b;
	box-shadow: 0 0 15px rgb(0 10 18 / 10%);
}

.navbar-light .navbar-nav .nav-link {
	color: white;
	font-size: 19px;
	margin: 0 5px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #c4d21b;
}

.navbar-light .navbar-toggler {
	font-size: 1.5rem;
	margin: 0.4rem 2rem;
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, 0.5);
}

nav a div {
	align-items: center;
}

.divisor {
	width: 1px;
	background: white;
	margin: 12px 15px;
}

/* Carousel
-----------------------------*/
div.corousel-slide {
	box-shadow: 0 0px 10px 2px #a8a8a9;
}

div.bg-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
}

div a span.bg-icon {
	background-color: #050a30;
	border-radius: 50%;
	padding: 12px;
}


/* Avisos
-----------------------------*/
#avisos {
	margin-top: 50px;
}

#avisos ul {
	background-color: #dbdae1;
	padding: 30px;
	box-shadow: 0 0px 10px 2px #a8a8a9;
}

#avisos li {
	margin: 15px 0 0 30px;
	font-weight: 600;
	text-decoration: none;
}


/* Sobre
-----------------------------*/
#sobre {
	margin-top: 50px;
}

hr {
	margin-bottom: 30px;
}

.sobre-images {
	margin-top: 50px;
	box-shadow: 0 0px 10px 2px #a8a8a9;
}

/* Itinerario
-----------------------------*/
#itinerario {
	margin: 50px 0px;
}

#itinerario a {
	text-decoration: none;
	color: #c4d21b;
}

#itinerario button {
	margin-bottom: 30px;
	background-color: #050a30;
	box-shadow: 0 0px 10px 2px #a8a8a9;
	padding: 15px 30px;
	border-radius: 30px;
	border: none;
}

#itinerario button a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

#itinerario button a:hover {
	color: #c4d21b;
}

/* Galeria
-----------------------------*/
#galeria {
	margin-top: 120px;
	margin-bottom: 40px;
}

.photos {
	display: inline-block;
	margin: 5px;
	width: 200px;
	height: 200px;
	background-size: cover !important;
	background-position: center;
	border-radius: 15px;
	border: 1px solid #cdcdce;
	box-shadow: 0 0 15px 6px #2e2e2e94;
}

.display-photos {
	background: #ecebf3;
	text-align: center;
	z-index: 999;
	border-radius: 15px;
	box-shadow: 0 0 15px 6px #2e2e2e94;
	padding: 40px 25px !important;
}

.display-photos h1,
.display-photos hr {
	color: #050a30;
}

/* Controlers
------------------*/
.buttons {
	background: #9e9ea3;
	padding: 5px 80px;
	border-radius: 40px;
	color: #050a30;
	margin: 0px auto;
	margin-top: 20px;
	box-shadow: 0 0 15px 6px #2e2e2e33;
	border: 2px solid #050a30;
	width: 98%;

}

.buttons i {
	cursor: pointer;
}

/* Footer
-----------------------------*/
footer {
	border-top: 5px solid #c4d21b;
	background: #050a30;
	padding: 50px 0px 20px 0px;
	position: relative;
}

footer div.row {
	margin: 0px;
}

footer a,
footer p {
	color: rgb(240, 238, 238);
	font-size: 1em;
}

footer a:hover {
	color: #c4d21b;
	text-decoration: none;
}

footer ul {
	list-style: none;
}

footer li {
	list-style: disc;
	color: #c4d21b;
	float: right;
	padding: 0 5px;
	margin-left: 18px;
}

footer h4 {
	font-size: 1em;
	color: #c4d21b;
	font-weight: bold;
	text-transform: uppercase;
}

footer .localization li {
	list-style: disc;
	color: rgb(240, 238, 238);
	margin-left: 0px;
	margin-bottom: 10px;
}

footer .development {
	margin-top: 30px;
	margin-bottom: 20px;
}

/* Extra small devices (portrait phones, less than 576px)
---------------------------------------------------------*/
@media (max-width: 575.98px) {

	/* Tipografia
	-----------------------------*/
	h1 {
		font-size: 1.2em;
	}

	h2 {
		font-size: 1em;
	}

	/* Barra de navegação
	------------------*/
	nav img {
		margin-left: 20px;
	}

	p,
	a,
	#avisos li,
	footer p,
	footer .navbar-nav a,
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px;
	}

	.navbar-toggler {
		font-size: 1.2rem;
		margin: 0.4rem 3rem;
	}

	.navbar-light .navbar-nav {
		margin: 15px 25px 0 25px !important;
		border-top: 1px solid #c4d21b;
	}

	.navbar-light .navbar-nav .nav-link {
		margin: 10px 0;
	}

	/* Itinerario
	------------------*/
	#itinerario button {
		padding: 8px 20px;
		margin-left: 10px;
	}

	div.bg-img {
		height: 300px;
	}

	/* Galeria
	------------------*/
	.photos {
		width: 90%;
		height: 250px;
	}

	.display-photos {
		padding: 35px 15px !important;
	}

	/* Controlers
	------------------*/
	.buttons {
		padding: 5px 60px;
	}

	/* Footer
	------------------*/
	footer h4 {
		margin-top: 2em;
		font-size: 0.8em;
	}

	footer .development {
		margin-top: 2em;
	}
}


/* Small devices (landscape phones, 576px and up) 
------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767.98px) {

	/* Tipografia
	---------------*/
	h1 {
		font-size: 1.5em;
	}

	/* Barra de navegação
	---------------------*/
	.navbar-toggler {
		font-size: 1.2rem;
		margin: 0.4rem 3rem;
	}

	p,
	a,
	footer p,
	#avisos li,
	.navbar-light .navbar-nav .nav-link {
		font-size: 14px;
	}

	.navbar-light .navbar-nav {
		margin: 20px 0;
		border-top: 1px solid #c4d21b;
	}

	.navbar-light .navbar-nav .nav-link {
		margin: 10px 0;
	}

	/* Itinerario
	------------------*/
	div.bg-img {
		height: 350px;
	}

	/* Galeria
	------------------*/
	.photos {
		width: 45%;
		height: 200px;
	}

	.display-photos {
		padding: 20px 5px;
	}

	/* Controlers
------------------*/
	.buttons {
		padding: 5px 60px;
	}

	/* Footer
	------------------*/
	footer h4 {
		margin-top: 1.6em;
		font-size: 1em;
	}

	footer .development {
		margin-top: 1.6em;
	}
}


/* Medium devices (tablets, 768px and up)
----------------------------------------*/
@media (min-width: 768px) and (max-width: 991.98px) {

	/* Tipografia
	---------------*/
	h1,
	nav h1 {
		font-size: 1.8em;
	}

	/* Barra de navegação
	---------------------*/
	p,
	a,
	#avisos li,
	.navbar-nav .nav-link {
		font-size: 16px;
	}

	.navbar-nav .nav-link {
		margin-left: 50px;
	}

	/* Footer
	------------------*/
	footer img {
		margin-bottom: 30px;
	}

}


/* Large devices (desktops, 992px and up)
-----------------------------------------*/
@media (min-width: 992px) and (max-width: 1199.98px) {

	/* Tipografia
	---------------*/
	h1 {
		font-size: 2.2em;
	}

	/* Barra de navegação
	---------------------*/
	.navbar-nav .nav-link {
		margin-left: 80px;
	}

	/* Footer
	------------------*/
	footer .development {
		text-align: center !important;
	}
}


/* Extra large devices (large desktops, 1200px and up)
------------------------------------------------------*/
@media (min-width: 1200px) {

	/* Barra de navegação
	---------------------*/
	.navbar-nav .nav-link {
		margin-left: 90px;
	}

	p,
	a,
	#avisos li,
	.navbar-nav .nav-link {
		font-size: 18px;
	}

	/* Footer
	------------------*/
	footer .development {
		text-align: center;
	}
}