html,
body {
	min-height: 100%;
	width: 100%;
}

body {
  background-image: url('../images/background-min.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.container-total {
	width: 100%;
	height: 100vh;
	display: grid;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.container{
  width: auto !important;
}

.row {
  margin: 0;
  padding: 0;
}

.box {
	width: 636px;
	max-width: 98%;
	max-width: 98%;
	padding: 20px 0;
}

.box h1 {
  font-family: 'Sofia', cursive;
  font-size: 56px;
  line-height: 68px;
  color: #2c5359;
  text-align: center;
  margin: 0 0 40px 0;
}

.box p {
  font-size: 22px;
  line-height: 32px;
  color: #2c5359;
  text-align: center;
  margin: 0 0 20px 0;
}

.box p.last {
  margin-bottom: 0;
}

.box .openBook {
  background-color: #2c5359;
  color: #ffffff;
  font-weight: 700;
  padding: 24px 50px;
  margin: 40px 0;
  border-radius: 100px;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  transition: all ease 0.3s;
  text-align: center;
  display: inline-block;
}

.box .openBook:hover {
  opacity: 0.9;
}

.box .instagram {
  color: #5cb1da;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.box .instagram span {
  margin-left: 15px;
}
.box .instagram:hover {
  opacity: 0.9;
}

.idiomas {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 10;
	font-size: 20px;
	font-weight: bold;
	color: #2c5359;
	background: rgba(255,255,255,0.4);
	padding: 6px 14px;
	border-radius: 5px;
}

.idiomas a {
	color: #2c5359;
	text-decoration: initial;
}

.idiomas .linha {
	padding: 0 5px;
}

.idiomas .active {opacity: 0.6;}

@media screen and (max-width: 640px) {
  .container{
    padding: 0 15px !important;
  }
  
  .container-total {
	height: 100%;
	min-height: 100vh;
  }
  
  .box {
	  width: auto;
	  margin: 0 auto;
	  max-width: 100%;
	  padding: 60px 20px;
  }

  .box h1 {
    font-size: 30px;
    line-height: 1.3em;
    margin: 0 0 20px;
  }
  
  .box p {
	  font-size: 16px;
  }

  .box .openBook {
    padding: 20px;
    margin: 30px 0;
    font-size: 15px;
    line-height: 1em;
  }
  
  .box .instagram {
    margin-bottom: 30px;
  }
  
  .box .instagram {font-size: 20px;}  

  .idiomas {
	  font-size: 14px;
	  top: 15px;
	  right: 15px;
	  padding: 4px 10px;
  }
}
