.header-site {
  background-image: url("../img/xingo/canion-xingo-pessoas.webp");
  background-position: center top;
  background-repeat: no-repeat;
  /* background-size: cover;*/
  width: 100%;
  background-size: 100% *; 
  background-attachment: fixed;
  color: #ffffff;
  min-height: 500px;
  padding-top: 15%;
  padding-bottom: 10%;
}



/* CSS da DIV PASSEIOS*/

h2.txtPasseios{
  color: white;
  font-family: Helvetica, Verdana, Arial;
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 2vw;
  font-size: 3em;
}


h3 {
  color: white;
  font-family: Helvetica, Verdana, Arial;
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 2vw;
  font-size: 1.25em;
}

h4.txtSlide{ 
  /*position: relative;*/
  color: black;
  margin-top: -40px;
  margin-right: 150px;
  text-align: right;
  color: white;
}

h6.nomeDepoimento{ 
  /*position: relative;*/
  color: black;
  font-size: 1.5em;
}
/*
div.passeios {
  background-image: url("../img/layout/aracajupb.webp");
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% *; 
  background-attachment: fixed;
  padding: 3%;
}
*/
div.agradecimento {
  background-image: url("../img/layout/aracajupb.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5%;
}

div.passeiosIndividuais {
  background-image: url("../img/layout/aracajupb.webp");
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% *; 
  background-attachment: fixed;
  padding: 3%;
}

#topo {
    color: white;
}

h2.topo, h1.passeios {
  font-family: arial;
}

#passeios {
  color: gray;
  text-decoration: none;
  min-height: 500px;
  align-items: center;
  text-align: center;
  background-color: white;
  background-image: linear-gradient(180deg, red, white 15%);
}

.header-passeios {
  min-height: 500px;
  align-items: center;
}

#depoimentos {
  color: gray;
  text-decoration: none;
}

#sobre {
  color: gray;
  text-decoration: none;
}

#contato {
  color: gray;
  text-decoration: none;
}

.whatsapp-link {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 20px;
	z-index: 1000; 
}

/* CSS das informações do Título*/

.inf-titulo{
  font-size: 0.75em;
  color: white;
}
/* Fim CSS Titulo*/




div.txtPasseios{
  height: auto;
}

div.divPasseios{
  text-align: left;
  margin-top: -3vw;
  border-radius: 50px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity:1;    
}

.zoom:hover
{
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

/***********/

div.divDepoimentos{
  background-color: yellow;
  background-image: linear-gradient(-30deg, yellow 20%, orange, red);
  min-height: 300px;
  align-items: center;
}

.checked {
  color: red;
}

/*Google Maps*/
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
  }

  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

div.divPasseios{
  text-align: left;
  margin-top: -3vw;
  border-radius: 50px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity:1;    
}

#sectionPasseios {
  color: gray;
}

p.divPasseios{
  color: gray;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.125rem;
} 
