
/* ------------------------------------------------------------------------
	Basics
------------------------------------------------------------------------- */

	:root {
	  --enable-gradients: true;
	}

	html, body {
		height: 100%;
		min-height: 100%;
		margin: 0;
	}
		

	body, input, select, textarea {
		font-family: Raleway, 'Open Sans', Sans-Serif;
		font-size: 1.0rem;
		font-weight: normal;
		line-height: 1.65rem;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		line-height: 1rem;
		margin: 1rem 0 0.5rem 0;
	}
	
	h1 { font-size: 1.90rem; line-height: 1.4rem; }
	h2 { font-size: 1.20rem; line-height: 1.4rem; }
	h3 { font-size: 1.00rem; line-height: 1.4rem; }
	h4 { font-size: 0.90rem; line-height: 1.4rem; }
	h5 { font-size: 0.80rem; line-height: 1.4rem; }
	h6 { font-size: 0.70rem; line-height: 1.4rem; }

	p { margin: 1rem 0; }
	
	


/* ------------------------------------------------------------------------
	Background
------------------------------------------------------------------------- */

/* Background slider */

    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
		
    }
	.s1, .s2, .s3, .s4, .s5, .s6, .s7{
		background-size: cover !important;
		background-position: center center !important;
		overflow: hidden;
	}
	
	.s1 { background: url(../img/1.jpg); }	
	.s2 { background: url(../img/2.jpg); }	
	.s3 { background: url(../img/3.jpg); }	
	.s4 { background: url(../img/4.jpg); }	
	.s5 { background: url(../img/5.jpg); }	
	.s6 { background: url(../img/6.jpg); }	


/* ------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------- */


/* Nav Overlay */
	
	.navOverlay {
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;
		background-color: rgba(200, 200, 200, 0.6);
		overflow-x: hidden;
		transition: 0.5s 0.5s;
}

    .navLogo { height: 40%; margin: 3em auto 0 auto; }

	.navContent 	{ height: 100%; }
	.navContent a 	{ text-decoration: none; }
	.navContent a:hover, 
	.navContent a:focus { background-color: rgba(255, 255, 255, 0.3); color: #000; border-radius: 2rem; }

	.navButton { 
		padding: .2rem 1.5rem; 
		font-size: 1.2rem; 
		font-weight: 600; 
		text-transform: uppercase; 
		cursor: pointer;
		color: #000;
        
	}

	
/* Menu Overlay */
				
	.menuOverlay, .barOverlay { 
		position: fixed; 
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		top: 0; left: 0; bottom: 0;
		text-align: center;
		padding: 0rem;
	}

	[aria-hidden="true"] {    
		width: 100vw;
		z-index: -1; 
		opacity: 0;  
		-moz-transition: opacity 1s, z-index 0s 0.5s;
			 transition: opacity 1s, z-index 0s 0.5s;
	}

	[aria-hidden="false"] {  
		width: 100%; 
		z-index: 1;  
		opacity: 1; 
		-moz-transition: opacity 1s 0.5s;
			 transition: opacity 1s 0.5s;
	}
	
	
	.menuWrap { max-width: 40rem; opacity: 0.9; }
	
	.noscroll { overflow: hidden; }
	
/* Menu Grid */
	
	.menuSection 	{ overflow-y: visible; margin: 3rem 0 0 0; padding: 1rem; vertical-align: middle; background: none; }
	
	.menuTitle 		{ height: 5rem; text-transform: uppercase; background: none; } 
	.menuTitleImg 	{ width: 120px; } 

	.menuCol1, .menuCol2, .menuCol2Top {
		padding: 0.5rem 0.5rem 0 0.5rem;
        font-weight: 400;
        background: none;
    }

    .menuCol1, .subItem { 
		text-align: left;
	}
    .subItem { 
		line-height: 1rem;
		font-size: 0.9rem;
		font-style: italic; 
		padding: 0 0 0.5rem 0.5rem;
	}
	.menuCol1 span { 
		font-style: italic; 
		font-size: 0.9rem; 
	}

	.menuCol2, .menuCol2Top { 
		margin-left: auto;
		text-align: right;
	}


/* Bar Grid */

	.barContent { width: 100%; max-width: 30rem; background: #fff; margin: 5rem auto; padding: 0; opacity: 0.9; }
	
	.barHeader	{ display: flex; justify-content: center; align-items: center; min-height: 20rem; margin-bottom: 2rem; }
	.barLogo	{ background: url(../img/logo-namoaBar-150x250.png) center no-repeat; width: 150px; height: 250px; }
	
	.barBlock 	{ flex: 1 1 auto; height: 100%; margin: 0; line-height: 1.2rem; }	/* "auto" due to Safari BUG ! */
	.barSection	{ display: flex; flex-flow: row wrap; font-size: 1.2rem; margin: 2rem 0; }
	
	.barTitle {
		width: 100%; 
		height: 4rem;
		margin: 2rem 0 0 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		text-transform: uppercase;
		font-size: 1.8rem;
		font-weight: 400;
		background: none;
	}
	
	.barTitleimg 	{  height: 100px;  overflow-y: visible; }
	.barTitleimg2 	{  height: 100px;  overflow-y: visible; transform: rotate(25deg); }

	dl > :nth-child(1) { padding: 1.0rem 0.5rem 1.0rem 0.5rem; }
	dl > :nth-child(2) { padding: 0.8rem 0.5rem 0.8rem 0.5rem; }
	
	
	.barColHead {
		flex: 0 0 100%;
		text-align: right;
		font-weight: 400;
	}
	.barCol1 {
		flex: 1 1 75%;
		padding: 0 0.5rem;
		text-align: left;
		font-weight: 400;
	}
	.barCol2 {
		flex: 1 0 25%;
		padding: 0 0.5rem;
		text-align: right;
		font-weight: 400;
	}
	
	.barExclusivos {
		width: 100%; 
		padding: 5rem 0 0 0;
		text-transform: uppercase;
		font-size: 1.8rem;
		font-weight: 600;
		background: none;
	}
	.barColEx1 {
		flex: 0 1 40%;
		padding: 0 0.2rem;
		text-align: left;
		font-weight: 400;
	}
	.barColEx2 {
		flex: 0 1 35%;
		padding: 0 0.2rem;
		text-align: left;
		font-weight: 400;
	}
	
	.exclusive 	{  padding: 1rem 2rem 1rem 1rem; }
	.barEximg 	{  height: 120px;  overflow-y: visible; }

	
	/* Small devices (landscape phones, 576px and up) */
    @media screen and (min-width: 576px) {
    

        h1 { font-size: 2.20rem; line-height: 2.5rem; }
        h2 { font-size: 1.50rem; line-height: 1.5rem; }

        .menuTitleImg 	{ width: 180px; } 
        .menuSection 	{ padding: 3rem; } 
        .menuCol1, .menuCol2 { font-size: 1.2rem; }
		.SubItem { font-size: 1.0rem; line-height: 1rem; }

        .menuCol1 span, .barCol1 span { font-size: 1.0rem; }

    }

	/* Small devices (landscape phones, 768px and up) */
    @media screen and (min-width: 768px) {

		
		.barContent { max-width: 65rem; }
		.barBlock { flex: 0 1 45%; margin: 0 1rem; }

		dl > :nth-child(1) { padding: 0.8rem 0.5rem 0.8rem 0.5rem; }
		dl > :nth-child(2) { padding: 0.8rem 0.5rem 0.8rem 0.5rem; }


    }

