html, body {
	width: 100%; 
	height: 100%; }

iframe {
    display: block; 
    border: none;
    width: 100%;
    height: 100%;
    margin-top: 0%;
    background-image: url(../carousel/images/bg.jpg);
    background-size: cover;
    background-position: center;
    

  }



  #menu {
    position: absolute;
    top: 5%;
    left:0;
    width: 90%;
    height: 10%;
    margin-right: 5%;
    margin-left: 5%;
    background: #fff;
    opacity: 10;
    /*background:rgba(255,255,255,0.8); or just this*/
    color:#000;
}

.header {
  overflow: hidden;
  background-color: #fff;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: #fb9277;
  color: white;
  border-radius: 15px;
  width: auto;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    text-align: left;
  }
  
  .header-right {
    float: none;
  }

  .header a.active {
    background-color: #fb9277;
    color: white;
    border-radius: 15px;
    width: auto;
  }
}

.line {
  overflow: hidden;
  height: 8px;
  background-color: #fb9277;
}



/* Style the tab */
.tab {
    position: fixed;
    display: inline;
    float: left;
    margin-top: -7%;
    min-height: 200px;
    padding: 25px 20px;
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    overflow: hidden;
    background-color: transparent;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #4590a3;
    color: #fff;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    position:fixed;
    display: inline;
    float: left;
    margin-top: -7%;
    min-height: 200px;
    position: relative;
    width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    color: #fff;
    overflow: hidden;
    background-color: #4590a3;

  }

  /* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

/*efeito hover */

.imagem3{
    transition: all 0.5s;
    cursor: pointer;
	width: 88px;
	height: 138px;
}

.imagem3:hover{
    width: 88px;
	height: 158px;
}

#logo {
  overflow: hidden;
  position: absolute;
  display: inline;
  padding: 0;
  left: auto 95%;
  right: 1%;
  font-size: 20px;
}

@media all and (max-width : 768px) {
	#logo {
		display: none;
	}
}



.topnav {
  overflow: hidden;
  background-color: #4590a3;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4590a3;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #4590a3;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #0f3d52;
  color: white;
}

.dropdown-content a:hover {
  background-color: #0f3d52;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: block;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 15px;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


#foota {
  width: 100%;
  height: 60%;
  opacity: 10;
  background: #fff;
  color:#000;
}

#footb {
  width: 100%;
  height: 60%;
  opacity: 10;
  background: #f3f3f3;
  color:#000;
}

#footc {
  width: 100%;
  height: 60%;
  opacity: 10;
  background: #f3f3f3;
  color:#000;
}


#foot2 {
  margin-top: 1%;
  width: 92%;
  height: 10%;
  margin-right: 4%;
  margin-left: 4%;
  background: #fff;
  opacity: 10;
  /*background:rgba(255,255,255,0.8); or just this*/
  color:#000;
}


#foot {
  margin-top: -3%;
  width: 92%;
  height: 10%;
  margin-right: 4%;
  margin-left: 4%;
  background: #fff;
  opacity: 10;
  /*background:rgba(255,255,255,0.8); or just this*/
  color:#000;
}




.price-input{
  width: 100%;
  display: flex;
  margin: 20px 0 25px;
}
.price-input .field{
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input{
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress{
  height: 100%;
  left: 5%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #4f7454;
}
.range-input{
  position: relative;
}
.range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #64b96f;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #64b96f;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}


