@import url('https://fonts.googleapis.com/css2?family=Updock&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=PT+Serif:wght@700&family=Roboto:ital,wght@0,400;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two&family=Redressed&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background-color: rgb(138, 218, 192, 0.2);
  font-family: 'Roboto', sans-serif;
}

/*/////////////////////////////////////////////*/
main {
  background-color: whitesmoke;
  width: 98%;
  margin: 8px auto 0px;
  padding: 8px;
  box-shadow: 2px 2px 2px rgb(5, 5, 5);
}
main p {
  text-align: center;
  font-size: 15px;
}
main p1 {
  font-size: 18px;
  letter-spacing: 5px;
  word-spacing: 6px;
}
/*-------------
section{

  position: relative;

  background-image: url(../imagenes/cabanas-san-jose-header-final.jpg);
	width: 98%;
	margin: auto;
	height: 40vh;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

---------------------------------*/
section{
  position: relative;
  background-image: url(../imagenes/cabanas-san-jose-header-final-2.jpg);
	width: 98%;
  margin: 8px auto 0px;
	height: 50vh;
  position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 19% center;
}
section img{
  width: 100%;
  margin: auto;
  box-shadow: 2px 2px 2px rgb(6, 6, 6);
}

footer{
  width: 98%;
  margin:  8px auto 0px;
  text-align: end;
  font-size: 12px;
}

/*----------------600------------*/
@media(min-width:600px){
  section{

  
    height: 70vh;
    background-position: 19% center;
  }
  

} 
/*----------------1150------------*/
@media(min-width:1150px){
  section{

  
    height: 80vh;
    background-position: 19% center;
  }
} 
/*----------------1300------------*/
@media(min-width:1300px){
  section{

  
    margin: 10px auto 0px;
    height: 120vh;
    background-position: 19% center;
  }

  
} 
	







  
 
 

