.index {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url('../img/cover.jpg');
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.index .logo {
    width: 150px;
    /*height: 200px;*/
	/*background-color: #fff;*/
	display: flex;
	align-items: center;
	/*border: 12px solid #481649;*/
	/*box-shadow: 0px 1px 37px 0px #4e284f;*/
	border-radius: 50%;
	margin-bottom: 20px;
}
.index .logo img {
	width: 100%;
}
.index h2 {
	color: #fff;
	font-family: 'PT Sans Narrow',
}
.index p {
	color: #fff;
	font-family: 'PT Sans Narrow';
	text-transform: uppercase;
}
.index a {
	text-decoration: none;
    color: #fdf6cb;
    background-color: #803c21;
    display: block;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    margin: 8px;
    width: 100%;
    border-radius: 15px;
}

/* ////////// */
body {
	background-color: #f4f2ed;
	opacity: 0;
}
.band {
	background-color: #000000;
	height: 60px;
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.socila-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.socila-icons li {
	display: inline-block;
}
.socila-icons li a {
	display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd0ad;
    /* margin-right: 3px; */
    font-size: 18px;
    width: 25px;
    height: 30px;
   /* border: 1px solid #b09044;*/
}
}
.socila-icons li a img {
	width: 28px;
}
.band .btn-secondary {
	background-color: #383848;
	border: 0;
}
.top_menu {
	background-color: #f5dab6;
    display: flex;
    height: 15px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.logo a {
	    display: flex;
    align-items: center;
    justify-content: center;
}
.top_menu .logo {
	background-color: #000;
    width: 120px;
    height: 100px;
    border-radius: 20%;
    border: 4px solid #f5dab6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_menu .logo img{
	width: 65%;
}

.top_menu .back {
	position: absolute;
    bottom: -50px;
    left: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b09044;
    border-radius: 20px;
}
.top_menu .back img{
	width: 50%;
}

.header-title {
	margin-top: 60px;
	font-family: 'Lobster';
	font-size: 15px;
	text-align: center;
	text-transform: capitalize;
}
.header-title::after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #4e284f;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}

.categories {
    margin-top: 75px;
	padding-right: 20px;
	padding-left: 20px;
}
/*.categories .categorie {
	display: flex;
	position: relative;
	align-items: center;
	text-align: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	color: #fff;
	height: 150px;
	border-radius: 15px;
	margin-bottom: 15px;
	overflow: hidden;
    box-shadow: 0 0 20px 0 #dddcd9;
}*/
.categories .categorie {
	display: block;
	width: 100%;
	border:0;
    padding: 35px 15px;
    text-align: center;
    font-size: 25px;
	color: #803c21;
	background-color: #f5dab6;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px;
}

.categories .categorie span {
    font-size: 15px;
    display: block;
    font-weight: 500;
}
.categories .categorie:hover, .categories .categorie:focus {
	text-decoration: none;
}
/*.categories .categorie::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.categories .categorie h4 {
	font-family: 'PT Sans Narrow';
	font-weight: 600;
	font-size: 22px;
	position: relative;
	z-index: 10;
}*/
.items {
	/*padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;*/
	margin-bottom: 20px;
}
.items .item {
	margin-bottom: 20px;
}
.items .item h4 {
	font-family: 'PT Sans Narrow';
    font-size: 18px;
    /*border-bottom: 1px dashed #545454;*/
    color: #20202f;
    padding-bottom: 5px;
    position: relative;
    font-weight: 600;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;


}
.items .items-title {
	border-bottom: 1px solid#000;
	border-top: 1px solid#000;
    display: block;
    font-family: 'PT Sans Narrow';
    font-size: 20px;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.items .item h4 .prices .price {
	display: block;
	color: #b09044;
    font-size: 19px;
}
.items .item h4 .prices .price .desc {
	font-weight: 500;
	color: #888;
	font-size: 16px;
}

.items .item p {
	font-family: 'PT Sans Narrow';
    font-size: 17px;
    color: #777;
}

.index-locales {
	display: flex;
}

.pdf-viewer {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    padding-top: 55px;
}

.top_menu .back {
    position: absolute;
    bottom: -50px;
    left: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b09044;
    border-radius: 20px;
}
.top_menu .back img {
    width: 50%;
}