@charset "utf-8";
/*font-family: 'Slabo 27px', serif;
font-family: 'Noto Serif', serif;
font-family: 'Russo One', sans-serif (footer);
font-family: 'Arvo', serif;*/
html{
	margin: 0;
	padding:0;
	}
body{
	font-family: 'Slabo 27px',serif;
	margin: 0px;
		background:url("https://www.traveldoo.com/wp-content/uploads/2018/06/webinar3.jpg");
}
.inicio {
	align-items: center;
	justify-content: center;
	display: flex;
}
.imgin {
    background-position: center;
    position: static;
    width: 100%;
    margin: 0px;
		top: 0;
    background-repeat: no-repeat;
		max-height: 600px;
}
img.text {
	position:absolute;
	width: 60%;
	justify-content: center;
	align-items: ;
}
.nav-in {
    font-family: 'Arvo', serif;
    float: left;
		height: 40px;
    margin-top:-42px;
    position: absolute;
    border-bottom: 2px solid #000000a3;
    width: 100%;
    background: rgba(0,0,0,0.74);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.74) 4%, rgba(0,0,0,0.74) 12%, rgba(0,0,0,0.74) 14%, rgba(0,0,0,0.73) 25 %, rgba(0,0,0,0.73) 39%, rgba(0,0,0,0.72) 46%, rgba(0,0,0,0.72) 51%, rgba(0,0,0,0.72) 60%, rgba(0,0,0,0.71) 76%, rgba(0,0,0,0.71) 77%, rgba(0,0,0,0.71) 91%, rgba(0,0,0,0.71) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.74)), color-stop(4%, rgba(0,0,0,0.74)), color-stop(12%, rgba(0,0,0,0.74)), color-stop(14%, rgba(0,0,0,0.74)), color-stop(25%, rgba(0,0,0,0.73)), color-stop(39%, rgba(0,0,0,0.73)), color-stop(46%, rgba(0,0,0,0.72)), color-stop(51%, rgba(0,0,0,0.72)), color-stop(60%, rgba(0,0,0,0.72)), color-stop(76%, rgba(0,0,0,0.71)), color-stop(77%, rgba(0,0,0,0.71)), color-stop(91%, rgba(0,0,0,0.71)), color-stop(100%, rgba(0,0,0,0.71)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.74) 4%, rgba(0,0,0,0.74) 12%, rgba(0,0,0,0.74) 14%, rgba(0,0,0,0.73) 25%, rgba(0,0,0,0.73) 39%, rgba(0,0,0,0.72) 46%, rgba(0,0,0,0.72) 51%, rgba(0,0,0,0.72) 60%, rgba(0,0,0,0.71) 76%, rgba(0,0,0,0.71) 77%, rgba(0,0,0,0.71) 91%, rgba(0,0,0,0.71) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.74) 4%, rgba(0,0,0,0.74) 12%, rgba(0,0,0,0.74) 14%, rgba(0,0,0,0.73) 25%, rgba(0,0,0,0.73) 39%, rgba(0,0,0,0.72) 46%, rgba(0,0,0,0.72) 51%, rgba(0,0,0,0.72) 60%, rgba(0,0,0,0.71) 76%, rgba(0,0,0,0.71) 77%, rgba(0,0,0,0.71) 91%, rgba(0,0,0,0.71) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.74) 4%, rgba(0,0,0,0.74) 12%, rgba(0,0,0,0.74) 14%, rgba(0,0,0,0.73) 25%, rgba(0,0,0,0.73) 39%, rgba(0,0,0,0.72) 46%, rgba(0,0,0,0.72) 51%, rgba(0,0,0,0.72) 60%, rgba(0,0,0,0.71) 76%, rgba(0,0,0,0.71) 77%, rgba(0,0,0,0.71) 91%, rgba(0,0,0,0.71) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.74) 4%, rgba(0,0,0,0.74) 12%, rgba(0,0,0,0.74) 14%, rgba(0,0,0,0.73) 25%, rgba(0,0,0,0.73) 39%, rgba(0,0,0,0.72) 46%, rgba(0,0,0,0.72) 51%, rgba(0,0,0,0.72) 60%, rgba(0,0,0,0.71) 76%, rgba(0,0,0,0.71) 77%, rgba(0,0,0,0.71) 91%, rgba(0,0,0,0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.nav-items-all {
    text-align: center;
		margin-left: 40px;
}
.nav-item {
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 15px;
    padding: 0px 0px;
    text-shadow: 2px 2px 10px black;
}
.menu{
	color:white;
	text-justify:distribute;
	font-size: 20px;
	justify-content:center;
	height: 20px;
	line-height: 0;
	text-decoration: none;

}

.items-center{
	width: 100%;
	float: left;
	margin-top: 70px;
}
.items{
	float:left;
	margin-left: 250px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding-top: 40px;
	background-color: white;
	margin-bottom: 18px;
	box-shadow: 1px 1px 10px black;
}
.items img{
	width: 400px;
	height: 200px;
	float: left;
	margin-left: 40px;
	box-shadow: 2px 2px 10px black;
	margin-bottom: 40px;
	border: 1px solid black;
	transition: all .2s ease-in-out;
	display: flex;
}
.items img:hover{
	transform: scale(1.1);
}
.items .tit{
	float: left;
	margin-left: 40px;
}
h5.price {
  	font-size: 18px;
    padding-top: 120px;
		text-align: left;
		padding-left: 840px;
}

.busca-text h1{
	text-align: center;
	font-size: 50px;
	color: white;
	font-family: 'Noto Serif', serif;
	margin-left: 30px auto;
	background-color: black;
	margin-top: 90px;
	padding: 15px;
}
.allredes{
	position: fixed;
	margin: -300px auto;
}
.nos-all h2{
	text-align: center;
	clear: both;
	font-size: 50px;
	color: white;
	font-family: 'Noto Serif', serif;
	margin-left: 30px auto;
	background-color: black;
	margin-top: 120px;
	padding: 15px;
}
.nos-all h4{
	text-align: center;
	color: black;
	font-size: 23px;
	margin: auto;
	margin-bottom: 30px;
}
.main-footer{
		clear: both;
		border-top: 0.5px solid lightblue;
}
.footertop{
	width: 100%;
	float: left;
	height: 55px;
	bottom: 0;
	background-color: black;
}

.copyright{
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	vertical-align: bottom;
	color: white;
	background: black;
}
a.fb-ic.fb {
    border-left: 3px solid whitesmoke;
    padding-left: 30px;
}