@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.woff2") format("woff2"),
    url("../fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #2f2f2f;
  font-family: "Calibri";
}

.navbar-fixed {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

.navbar-fixed.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-fixed.fixed .menu {
  padding-top: 5px;
}

.navbar-fixed.fixed img {
  max-width: 90px;
  height: auto;
}
.menu-top {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  color: white;
  padding-top: 29px;
  z-index: 100;
}

.menu {
  padding-top: 28px;
}

.menu nav a {
  display: inline-block;
  color: white !important;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: solid 2px transparent;
  text-decoration: none;
}

.menu nav a.active {
  border-bottom: solid 2px #bd0014;
  color: #fff !important;
}

.menu nav a:hover {
  color: white !important;
  border-bottom: solid 2px #bd0014;
}

.desc-top {
  text-align: center;
}

.desc-top h2 {
  font-size: 17px;
  font-family: "Calibri";
  font-style: italic;
  font-weight: 100;
  padding-top: 74px;
}

.desc-top h2 strong {
  font-weight: 700;
}

.banner-top {
  background: url(../img/banner-topo.jpg) no-repeat;
  height: 1150px;
}

#galeria {
  max-width: 604px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 293px;
}

.carousel-control-next,
.carousel-control-prev {
  top: 550px !important;
}

#galeria img {
  border-radius: 20px;
}

.sec1 {
  background: url(../img/marcadagua.png) no-repeat top center #f2f2f2;
  min-height: 400px;
  margin-top: -400px;
}

.sec1 h2 {
  padding-top: 600px;
  margin-bottom: 54px;
  font-style: italic;
  font-size: 52px;
  font-weight: bold;
}
.amma-link {
  font-weight: bold;
}
.qr img {
  float: left;
}
.qr h3 {
  font-size: 15px;
  text-transform: uppercase;
}
.qr p {
  font-weight: bold;
  margin-top: 20px;
}
.qr h3,
.qr p {
  padding-left: 150px;
}

.idealizador {
  margin-top: 40px;
}

.idealizador img,
.idealizador span {
  display: inline-block;
  vertical-align: top;
}

.idealizador img {
  margin-right: 24px;
}

.idealizador h3 {
  font-size: 20px;
  padding-top: 19px;
}

.idealizador p {
  font-size: 15px;
}

.sec2 {
  background: #f2f2f2;
  padding-top: 60px;
}

.sec2 h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.realizador {
  border-right: solid 3px #333333;
}

.realizador h3 {
  font-size: 16px;
  display: block;
}

.realizador h3 strong {
  font-weight: 500;
  font-size: 21px;
}

.realizador img {
  margin-bottom: 25px;
}

.realizador:last-child {
  border: 0;
}

.sec3 {
  background: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 90px;
}

.num {
  color: white;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: center;
}

.sec4 {
  background: url(../img/fundo-evento.jpg) no-repeat center center #f2f2f2;
  height: 372px;
  background-size: cover;
  padding-top: 90px;
  text-align: center;
  color: white;
}

.sec4 h3 {
  padding-top: 40px;
  font-style: italic;
  font-size: 45px;
  font-weight: lighter;
}

.sec4 h3:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  width: 193px;
  height: 4px;
  background-color: #f68c02;
}

.apoiadores {
  background: #f2f2f2;
  padding-bottom: 80px;
}
.apoiadores h2 {
  padding-top: 50px;
  color: #bd0014;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 29px;
  padding-bottom: 50px;
}

.sec4 h3 strong {
  font-weight: bold;
}

.subfooter {
  height: 72px;
  background-color: #000;
  text-align: center;
  color: white;
}
.subfooter .container {
  position: relative;
}

.subfooter p {
  padding-top: 30px;
}

.ancora {
  position: absolute;
  right: 0;
  bottom: 85px;
}
.banner-top {
  position: relative;
}
#galeria-fotos {
  position: absolute;

  top: 190px;
  height: 20px;
}

#sobre {
  height: 20px;
  margin-top: -300px;
}

.carousel-control-prev-icon {
  background: url(../img/arrow-left.png);
  width: 42px;
  height: 42px;
}

.carousel-control-next-icon {
  background: url(../img/arrow-right.png);
  width: 42px;
  height: 42px;
}
