/*Generales*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  font-size: 1em; }

/*Layout*/
header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header; }

.main-container {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: main; }

section {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: section; }

.seo {  
	grid-area: seo;	
}

footer {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: footer; }

.container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  /*grid-template-columns: 1fr 1fr 1fr;*/
  grid-template-areas: 'header header header'
 'main main main'
 'section section section'
 'seo seo seo'
 'footer footer footer'; }

/*Start Menu*/
header {
  height: 68px;
  position: fixed;
  /* Set the navbar to fixed position */
  top: 0;
  /* Position the navbar at the top of the page */
  width: 100%;
  /* Full width */
  background: #F58E03;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo img {
  padding-bottom: 4px;
  width: 98%; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.social img {
  padding-top: 5px;
  padding-right: 15px;
  width: 90%; }

.logo img:hover, h1:hover, .social img:hover {
  opacity: 0.85; }

header h1 {
  font-size: 1em;
  padding-left: 5px; }

header h1 a {
  color: #fff; }

header h2 {
  font-size: 1em;
  padding-left: 5px; }

header h2 a {
  color: #fff; }

header ul li a {
  font-weight: 550; }

.logo img {
  padding-top: 4px; }

#btn-menu {
  display: none; }

header label {
  font-size: 30px;
  cursor: pointer;
  display: none; }

.menu ul {
  background: #F58E03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu ul ul {
  display: none; }

.menu ul ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.menu a {
  display: block;
  padding: 15px 10px;
  color: #fff; }

.menu a:hover {
  background: rgba(0, 0, 0, 0.3); }

.menu a span {
  margin-left: 5px; }

.menu ul li:hover ul {
  display: block;
  position: absolute; }

/*End Menu NAV*/
/*MAIN-CONTAINER*/
.encabezado {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: encabezado; }

.slider {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: slider; }

.parrafo {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  font-size: 0.9em;
  grid-area: parrafo;
  text-align: justify;
  text-justify: inter-word; 
}

.parrafo ul li{
	font-size: 1.2em;
}
  

figure{
	width: 50%;
	margin:auto;
}

figure img{
	width: 340px;
	height: 115px;
}

.copper-canyon{
	grid-area: copper-canyon;
}

.copper-canyon img{
	width: 4%;
}

.copper-canyon ul li{
	margin-left: 2.5em !important;	
}

.main-container {
  width: 94%;
  margin-top: 68px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;  
  display: -ms-grid;  
  display: grid;
  -ms-grid-columns: 1.1fr 4fr;
  grid-template-columns: 1.1fr 4fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: 'encabezado encabezado'
 					   'slider parrafo'
	  				   'copper-canyon copper-canyon';}

.slider { 
  width: auto; 
  margin: 1em;
  -ms-grid-column-align: stretch;
  justify-self: stretch; }

.slider img {
  margin-top: 2em;
  padding: 1px;
  border: 1px solid #459D37; }

.main-container h1 {
  font-size: 1.8em;
  color: #1e1c1c;
  margin-top: .4em;
  margin-bottom: .4em;
  margin-left: .4em
}

.main-container h2 {
  font-size: 1.4em;
  color: #1e1c1c;
  margin-top: .4em;
  margin-bottom: .4em;
  margin-left: .4em;
  margin-right: .4em
}

.main-container p {
  font-size: 1em;
  color: #1e1c1c;
  letter-spacing: 0.02em;
  margin: 0.5em; }

.main-container ul li{	
	list-style-type: circle;
	margin-left: 1.5em;
	margin-right: 1em;
}

/*SECTION*/
.article1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: article1; }

.article2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: article2; }

.article3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: article3; }

.article4 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: article4; }

aside {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: aside;
  /*grid-column-start:3;
	grid-column-end:4;
	grid-row-start: 1;
	grid-row-end: 3;*/ }

section {
  width: 90%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.4fr 20px 1.4fr 20px 1fr;
  grid-template-columns: 1.4fr 1.4fr 1fr;
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  grid-template-areas: 'article1 article2 aside'
 'article3 article4 aside'; }

.cursiva {
  font-size: 1.1em; }

section h4{text-align: center}

.article1, .article2, .article3, .article4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #459D37; 
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.article1 h3, .article2 h3, .article3 h3, .article4 h3 {
  background: #459D37;
  height: 3em;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.article1 p, .article2 p, .article3 p, .article4 p {
  width: 95%;
  padding: 0.5em;
  text-align: center;  
 }

.article1 img, .article2 img, .article3 img, .article4 img {
  width: 95%;
  padding: 0.5em; }

.article1 a, .article2 a, .article3 a, .article4 a{
	width: 100%;
	text-align: center
}

.article1 li, .article2 li, .article3 li, .article4 li{
    list-style: square;
    margin-left: 3em;
    margin-right: 1em;
}

.button {
  background: black;
  margin: auto auto 4%;
  border-radius: 0.9em;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 75%; }

.button a {
  display: block;
  color: #fff;
  padding: 0.9em;
}

.button:hover {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);*/ }

.price {
  color: #F58E03;
  font-size: 1.2em;
  font-weight: 900;
  padding: 0.1em;
  width: auto; }

.departures-days{
	padding-left: 1em;
	padding-right: 1em;
	text-align: center
}

/*ASIDE*/

aside {
  text-align: center;
  border: 1px solid #F58E03;
  background: #CCC; }

aside h3 {
  background: #F58E03;
  height: 3em;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em; }

aside p {
  text-align: left;
  padding: .4em; }

aside em {
  font-weight: 600;
  display: block;
  text-align: center; }

div#reservar {
  background: #F58E03;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 1.2em;
  border-top-right-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
  border-bottom-right-radius: 1.2em;
  width: 95%;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 0.5em;
  height: auto;;
  padding: 0.3em;
   }

div#reservar h2 {
  font-size: 1.4em;
  color: #fff; }

div#reservar a {
  font-size: 1em;
  color: #fff; }

/*SECTION SEO*/

.seo{
	width: 90%;
	margin: 0 auto;
	margin-top: 1em;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto;
	justify-content: space-between;
	gap: 30px;
	padding: 10px;
	
}

.caja{	
	border-bottom: 1px dashed #459D37;
	border-radius: 1em;
	background-color:white;
	padding: 1em;
	list-style-type: circle;
}

.caja ul li{	
	list-style-type: circle;
	margin-left: 1.6em;
}

.caja h2{
	font-size: 1.2em;
	text-align: center;
	border-top: 0px none #ffffff;
	border-left: 1px solid #459D37;
	border-right: 1px solid #459D37;
	border-bottom: 1px solid #459D37;
	padding: 0.5em;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/*background: #D7E0CE;*/
}

.caja p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: justify;
	text-indent: 1em;
}

.caja figure{
	width: 100%;
	font-size: 4em;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #459D37;
	border-left: 1px solid #459D37;
	border-right: 1px solid #459D37;
	border-bottom: 0px none #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*background: #D7E0CE;*/
}

/*FOOTER*/
.slogan {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: slogan; }

.asta {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: asta; }

.address {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: address; }

.copy {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: copy; }

footer {
  margin-top: 1em;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.1em;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.4em 1fr 0.4em 0.7fr;
  grid-template-columns: 1fr 1fr 0.7fr;
  -ms-grid-rows: 0.3fr 0.4em 0.5fr 0.4em 0.3fr;
  grid-template-rows: 0.3fr 0.5fr 0.3fr;
  grid-template-areas: 'slogan slogan slogan'
 'address address asta'
 'copy copy copy';
  gap: 0.4em; }

footer p {
  text-align: center; }

footer a {
  color: #fff; }

footer img {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.4em; }

.address, .slogan, .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.asta a{
    pointer-events: none;
    cursor: default;
  }

/*RESPONSIVE*/
/*Start Menu*/
@media (max-width: 768px) {
  header label {
    display: block; }
  * {
    font-size: 1em; }
  
   header h1 {
    display: none; }
	
   header h2 {
    display: none; }
	
  .menu {
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .menu ul {
    display: block;
    background: #555; }
  .menu ul li:hover ul {
    display: none;
    position: static; }
  .menu a span {
    position: absolute;
    right: 5px; }
  .social img {
    width: 83%;
    padding-right: 5px; }
  #btn-menu:checked ~ .menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .menu ul ul {
    background: rgba(0, 0, 0, 0.6);
    position: static; }
  .menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .menu ul ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .menu ul ul a {
    padding: 15px 40px; }
  header ul li a {
    font-weight: 500; }
  /*End Menu*/
	
  /*Main Container*/
  .main-container {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: 'encabezado'
 'slider'
 'parrafo'
 'copper-canyon';
  }
	
	.copper-canyon img{
	width: 11% !important;
}
	
  .encabezado {
    text-align: center; }
  .slider {
    -ms-grid-column-align: center;
    justify-self: center;
	width: 95%;	
    margin: 0.5em;
	}
  .main-container h2 {
    font-size: 1.4em;  
    margin-top: 0.5em;
    margin-bottom: .1em;
	text-align: center;
  }
  
  .main-container p {
    font-size: 1em;
	margin-left: 1em;
	margin-right: 1em;
	text-align: justify;
  }
	

	
.parrafo h2{text-align: center}
	
 #pelicula{width: 95%;}
  /*SECTION*/
  section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: 'article1' 
 						 'article2'
 						 'article3'
 						 'article4'
                         'aside';
    gap: 8px;
	}
	
 .article1 h3, .article2 h3, .article3 h3, .article4 h3 {
  
	 height: auto;}
	
 .main-container ul li {    
	margin-left: 2.0em;}
	
 figure{
	width: 50%;
	margin:0 auto;
 }

 figure img{
	width: 200px;
	height: 95px;
 }
	
 .copper-canyon img{
	width: 7%;
 }
	
 .button a {  
  padding: 0.3em;
 }
		
  aside {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: -2;
    grid-column-end: -1; }	
	
	
  .seo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;     
	}
	
	
  /*FOOTER*/
  footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0.5fr 0.5fr 0.5fr;
    grid-template-rows: 0.5fr 0.5fr 0.5fr;
    grid-template-areas: 'slogan'
 'address'
 'asta'
 'copy'; }
	
  .asta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .encabezado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  .slider {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .parrafo {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  article1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  article2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  article3 {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
  article4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1; }
  aside {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
  .slogan {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  .asta {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .address {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  .copy {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; } }
