body{
	background-position: top center !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #221e1f;
    font-family: "Inter", Arial, sans-serif;
    margin: 0;
    height: 100vh;
    background-position: center center;
	color: #f2f2f2;
	font-size: 16px;
	line-height: 1.2;
	padding-left: 150px;	
}

@media (min-width: 769px) {
	.box-mobile,
	.sign-mobile {
	  display: none;
	}
  }

@media (orientation: landscape) {
	body {
	  background-image: url('images/bg.jpg'); 
	}
  }
  
  @media (orientation: portrait) {
	body {
	  background-image: url('images/bg-mobile.jpg');
	}
  }
 
  .instrument-serif-regular {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-style: normal;
  }
  
.instrument-serif-regular-italic {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-style: italic;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.logo {
    width: 400px;
}

main {
	padding-left: 15px;
	padding-top: 50px;
	display: block;
	max-width: 55%;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: 'Instrument Serif';
	font-size: 90px;
	font-weight: 100;
	line-height: 0.8em;
}

h2 {
	margin: 0;
	font-family: 'Instrument Serif';
	font-size: 76px;
	font-weight: 100;
	line-height: 0.8em;
}

h2 span{
	font-style: italic;
	color: #4c7855;
}

.content {
    left: 0;
    display: flex;
    align-items: center;
    text-align: justify;
	flex-flow: column;
	flex-wrap: wrap;
	width: 100%;
	max-width: 603px;
} 

.luxury{
	font-family: 'Instrument Serif';
	font-style: italic;
	font-size: 24;
}

.pronto {
	font-style: italic;
	font-size: 29px;
}

.box-2{
	margin: 0;
	width: 75%;
	max-width: 450px;
	color: #97b19c;
	font-family: 'Instrument Serif';
	font-size: 29px;
	text-align: center;
}

.sign{
    float: right;
    width: 40%; 
	margin-right: 50px;
}


@media (max-width: 768px) {
	body {
	  font-size: 13px;
	  padding-left: 0;
	}
  
	.logo {
	  width: 300px;
	  margin: 0 auto; 
	}
  
	main {
	  width: 42%;
	  min-width: 170px;
	}
  
	h1 {
	  font-size: 25px; 
	  line-height: 1.1em;
	}
  
	h2 {
	  font-size: 21px;
	}
  
	.luxury::after {
		content: "\A \A"; /* Salto de línea */
		white-space: pre; /* Preserva los espacios en blanco */
	  }
	
	.box-2,
	.sign{
		display: none;
	}

	.box-mobile{
		width: 50%;
		margin: 0 auto;		
		padding-top: 25px;
		text-align: center;
		color: #97b19c;
		font-family: 'Instrument Serif';
		font-size: 29px;
		text-align: center;
	}

	.sign-mobile {
	  float: none;
	  text-align: center;
	  width: 100%; 

	}
  }