@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Reset */ 
*{
	box-sizing: border-box;
}

body{
	font-family: 'PT Sans', sans-serif;
	font-size: 18pt;
	scroll-behavior: smooth;
}
body a{
	text-decoration: none;
	color: black;
}

img{
	max-width: 100%;
}
video{
	width: 100%;
}
.modulo{
	position: relative;
	overflow: hidden;
}

h1{
	font-family: 'Playfair Display', serif;
	font-size: 45pt;
}

#titulo p{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 35pt;
	
}



.titulo{
     padding: 20px;
	 text-align: right;
	 width: 30%;
	 position: absolute;
     top: 0px;
     left: 0px;
	
}

.menu{
	font-family: 'Ubuntu', sans-serif;
	font-size: 16pt;
	padding: 10px;
	width: 95%;
	position:fixed;
	text-align: right;
	z-index: 9999;
	
}

.btn{
	width: 2%;
}

.chevron{
	position: relative;
	margin-top: -105px;
	width: 3.5%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	
}

.fondo{
	height: 100vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.primario-m{
	width: 50%;
	padding: 40px;
}

.secundario-m{
	width: 100%;
}

.tarjeta{
	display: flex;
	align-items: center;
}
.drink{
	background-color: #278c46;
	color: white;
	font-family:'Ubuntu', sans-serif;
	font-size: 20pt;
	padding: 15px;
	
}

.textos{
	padding: 10px;
}

.bar{
	
	font-size: 14pt;
}
.info{
	background-color: white;
	padding: 15px;
}

.bold{
	font-weight: 700;
}

#mob{
	display: none;
}
@keyframes flota{
	from{
		transform: translateY(0px);
	}
	
	to{
		transform: translateY(5px);
	}
}

.flotar{
	animation: flota 1s infinite;
	animation-timing-function: linear;
	animation-direction:alternate;
}



a:hover{
	background-color: #93c01f;
}	


#modulo-1{
	background-image: url("images/back-1.jpg")
}

#modulo-2{
	background-image: url("images/back-2.jpg")
}

#modulo-3{
	background-image: url("images/back-3.jpg")
}

#modulo-4{
	background-image: url("images/back-4.jpg")
}

#modulo-5{
	background-image: url("images/back-5.jpg")
}

#modulo-6{
	background-image: url("images/back-6.jpg")
}

#modulo-7{
	background-image: url("images/back-7.jpg")
}

#modulo-8{
	background-image: url("images/back-8.jpg")
}

#modulo-9{
	background-image: url("images/back-9.jpg")
}
#modulo-10{
	background-image: url("images/back-10.jpg")
}

@media screen and (max-width:1530px){
	
	body{
		font-size: 15pt;
	}
	
	.menu{
		font-size: 13pt;
	}
	
	.bar{
		font-size: 12pt;
	}
}

@media screen and (max-width:1300px){
	body{
		font-size: 14pt;
	}
	
	.menu{
		padding: 0px;
		width: 98%;
		margin-top: 20px;
	}
	
	.drink{
		font-size: 16pt
	}
	
	.bar{
		font-size: 10pt;
	}
}

@media screen and (max-width:1024px){
	
	body{
		font-size: 10pt;
	}
	
	.menu{
		font-size: 8pt;
		margin-top: 100px;
		width: 96%;
	}
	
	.drink{
		font-size: 12pt;
	}
	.bar{
		font-size: 9pt;
	}
}

@media screen and (max-width:600px){
	
	body{
		scroll-behavior: auto;
	}
	
	#dsk{
		display: none;
	}
	
	#mob{
		display: block;
		
	}
	
	.titulo{
		top:50px;
	}
	
	.fondo{
		background-attachment: scroll;
	}
	.menu{
		display: none;
	}
	
	.chevron{
		margin-top: -170px;
		width: 8%;
	}
	
	h1{
		font-size: 28pt;
	}
	
	#titulo p{
		font-size: 22pt;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.primario-m{
		width: 55%;
		padding: 20px;
	}
	
	
	
}

@media screen and (max-width:500px){
	.titulo{
		padding: 10px;
	}
}

@media screen and (max-width:320px){
	
	h1{
		font-size: 16pt;
	}
	
	#titulo p{
		font-size: 12pt;
	}
	
	
}
	