/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/*@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');*/

html {
    height: 100%;
}

body {
  display: none;
  /* height: 100%; */
  height: 101%;
  background-color: #a9a39b;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #444;
  transition: 1.3s linear background-color;
  /* transition: 1.3s linear all; */
}
body.backAzul { /*AZUL MOUSE OVER */
  /* background-color: #c9dbe1 !important; */
  background-color: #a4bec5 !important;
}


img.desfocado {
  /* filter: blur(4px); */
  /* -webkit-filter: blur(4px); */
  filter: blur(4px) grayscale(60%);
  -webkit-filter: blur(4px) grayscale(60%);
}



h1 {
  /*font-family: "Merriweather", serif;*/
  font-size: 32px;
}

.fotografias {
  position: relative;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
  cursor: pointer;
}
#foto1 {
    display: block;
    /* padding-bottom: 14px; */
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 30px; */
}
#foto2 {
  display: block;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
}
p.frase {
    padding-bottom: 70px;
    font-size: 16px;
    color: #001a49;
    text-align: center;
}

.flex-container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* height: 100%; */
  flex-direction: column;
    padding-top: 5%; 
}

.flex-container_OLD {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: DodgerBlue;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cecece+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0, 26, 73, 0.20) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(0, 26, 73, 0.20) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(0, 26, 73, 0.20) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}
/*
.fotografias {
  display: block;
  position: relative;
}

img {
  position: absolute;
  top: 0;
  left: 0;
}
*/
/* .img-top {
  z-index: 999;
  transition: 1.3s linear opacity;
}
.img-top:hover {
  opacity: 0;
} */

#foto1 {
  transition: 1.3s linear all;
}
#foto2 {
  z-index: 999;
  /* transition: 1.3s linear opacity; */
  transition: 1.3s linear all;
}
#foto2.mostrar {
  opacity: 1;
}
#foto2.esconder {
  opacity: 0;
}
/*
#foto2:hover {
  opacity: 1;
}
*/

/* .img-bottom {
  z-index: 999;
  transition: 1.3s linear opacity;
}
.img-top:hover {
  opacity: 0;
} */

div.botoes-area {
  margin-top: 40px;
  display: flex;
  position: relative;
}
.botoes {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

#botao1-on,
#botao2-on,
#botao3-on,
#botao4-on,
#botao5-on {
  display: block;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  /*position: absolute;
  top: 0;
  left: 10;*/
  position: relative;
  margin-top: -40px;
}


#botao1-on,
#botao2-on,
#botao3-on,
#botao4-on,
#botao5-on {
  z-index: 999;
  transition: 400ms linear opacity;
    /* transition: 200ms ease transform; */
    /* transition: 200ms linear all; */
}
#botao1-on:hover,
#botao2-on:hover,
#botao3-on:hover,
#botao4-on:hover,
#botao5-on:hover {
  opacity: 1;
  /* transform: scale(1.05); */
  /* transform: scale(1.02); */
}


#tooltipteste {
  display: none;
  position: absolute;
  transform: translate(-50%, calc(-50% - 16px));
  /* opacity: 0.5; */
  /* opacity: 0; */
  z-index: 9999999;
  /* border: solid 1px; */
}



hr {
  border: none;
  border-bottom: solid 1px rgba(255,255,255,0.25);

}
hr.linha-1 {
  margin-top: 0px;
  margin-bottom: 40px;
}
hr.linha-2 {
  margin-top: 6px;
  margin-bottom: 20px;
}
hr.linha-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

div#galeria-area {
  display: none;
  margin-top: 40px;
  width: 740px;
}
div#galeria-area a {
  text-decoration: none;
}

.foto-thumbs {
  border: solid 4px #FFF;
  opacity: 0.65;
  transition: 400ms linear opacity;
  margin-right: 11px;
  margin-bottom: 10px;
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
}
.foto-thumbs:hover {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}









@media only screen and (max-width: 800px) {

  .flex-container {
    margin-left: 25px;
    margin-right: 25px;
    margin-left: 5%;
    margin-right: 5.5%;
  }

  #foto1 {
    max-width: 740px;
    width: 100%;
  }
  #foto2 {
    max-width: 740px;
    width: 100%;
  }
  div.botoes-area {
    flex-wrap: wrap;
    justify-content: center;
  }
  .botoes {
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 22px;
  }

  div#galeria-area {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .foto-thumbs {
    margin-left: 6px;
    margin-right: 6px;
  }
}



@media only screen and (max-height: 300px) { /* HEIGHT */
  .flex-container {
    /* height: 100vh; */
  }
  #foto1 {
    margin-bottom: 0px;
  }
}