@font-face {
  font-family: amsipro-bold;
  src: url(fonts/AmsiProNormal-Bold.ttf);
}

@font-face {
  font-family: amsipro-light;
  src: url(fonts/AmsiProNormal-Light.ttf);
}

body{
  width: 100%;
  overflow-x: hidden;
  background-image: url('../imagens/bg_body.jpg');
}

.header{
  background-image: url('../imagens/bg_topo.jpg');
  background-size: cover;
  border-bottom: 1px solid black;
}
.logo{
  margin-top:20px;
  margin-bottom:20px;
}

.menu{
  font-family: amsipro-light;
  font-size: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 100;
}

.footer{
  background:#242433;
  color:#fff;
}

.footer2{
  background:red;
  color:#fff;
  font-family: amsipro-light;
}

.slogan{
  font-family: amsipro-bold;
  font-size:80px;
  color:#fff;
}

@media (max-width: 1024px) {
  .slogan{
    font-family: amsipro-bold;
    font-size:40px;
    color:#fff;
  }
}

.img_destaque{
  border-radius:20px;
  width:90%;
  margin-top:20px;
}

.titulo_destaque{
  font-family: amsipro-light;
  font-size: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 100;
  color:#FFF;
  text-align: left;
}
.descricao_destaque{
  font-family: amsipro-light;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left:20px;
  padding-right:20px;
  font-weight: 100;
  color:#FFF; 
  text-align: left;
}
.titulo_section{
  font-family: amsipro-light;
  font-size:30px;
}
.subtitulo_section{
  font-family: amsipro-light;
  font-size:25px;
  color:#ff0;
}

.texto_index{
  font-family: amsipro-light;
  font-size: 27px;
}

.w-100{
  width:100%;
}

.img_galeria{
  border-radius:20px;
  width:100%;
}
.section2{
  background-image:url('../imagens/bg_section2.jpg');
  background-size:cover;
  padding-top:50px;
  padding-bottom:50px;
  margin-top:50px;
  margin-bottom:50px;
  color:#FFF;
}

a.a1:link{
  color: #FFF;
  text-decoration: none;;
}

a.a1:visited{
  color: #FFF;
  text-decoration: none;;
}

a.a1:hover{
  color: #FF0;
  text-decoration: none;;
}