/*!

 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 

header {
  padding: 140px 0 50px; 
  background-image: url(../imagens/agyn01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  padding-top: 600px;
  padding-bottom: 400px;
  height:680px;
}

@media (min-width: 592px) {
  header {
    padding: 386px 0 100px;
  }
}

*/

section {
  padding: 60px 0;
}

.ahome {
  height:680px;
}

.about {
    background-image: url(../imagens/agyn02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 1600px;
    height:640px;
  }

.servicos {
    background-image: url(../imagens/gyn03a.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 1600px;
    height:640px;
}

.contato {
  background-image: url(../imagens/contatoa.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 1600px;
  height:640px;
}

.parceiros {
  background-image: url(../imagens/parceriaa.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 1600px;
  height:640px;
}

.online {
  background-image: url(../imagens/calculoa.jpg); 
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 1600px;
  height:640px;
  
}

#menu_flutuante{
  width: 10px;
  position: fixed;
  right: calc(26% - 300px);
  top: 50%;
  height: 0;
  z-index: 3;
}

.textoinic {
  font-weight: normal;
  color: #ffffff;
  line-height: 140%;
  text-shadow: 2px 2px 2px #000000;
}

.btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.flash {
  animation-name: flash;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
}

@keyframes flash {
  0% { background: #01883e; color: #ffffff;}
  50% { background: #5ee48b; color: #000000;}
  100% { background: #01883e; color: #ffffff;}
} 