@font-face {
  font-family: 'Roboto-Regular';
  src: url('./font/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('./font/Roboto-Medium.ttf');
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('./font/Roboto-Bold.ttf');
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;

}

.todo {
  width: 100vw;
  height: 100vh;
  background-image: url('./img/fundo.jpg');
  background-size: cover;
}

.navBar {
  background-color: rgba(0, 0, 0, 0.7);
  width: 70vw;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 20vw;
}

.navBar a {
  font-family: 'Roboto-Medium';
  color: white;
  text-decoration: none;
  margin-right: 25px;
}

.navBot {
  margin-top: 10px;
  display: none;
}



.canto {
  background-image: url('./img/canto.png');
  background-size: cover;
  width: 300px;
  height: 217px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}

.boi {
  background-image: url('./img/boi.png');
  background-size: cover;
  width: 270px;
  height: 310px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.cavalo {
  background-image: url('./img/cavalo.png');
  background-size: cover;
  width: 245px;
  height: 350px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}

.conteudo {
  width: 850px;
  margin: auto;
  color: #505050;
}

.conteudo h1 {
  font-family: 'Roboto-Bold';
  font-size: 35pt;
  color: inherit;
  margin-bottom: -30px;
  margin-left: -2px;
}

.conteudo h3 {
  font-family: 'Roboto-Medium';
  font-size: 18pt;
  color: inherit;
  margin-bottom: -15px;
  margin-left: -1px;
}

.conteudo h4 {
  font-family: 'Roboto-Regular';
  font-size: 11pt;
  color: inherit;
}

.redes img {
  margin: 15px;
}

.bt {
  width: 350PX;
  height: 35PX;
  line-height: 35px;
  border-radius: 10px;
  font-family: 'Roboto-Medium';
  background-color: #505050;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.77);
  -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.77);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.77);
}

.bt:hover {
  background-color: #404040;
}

.bt a {
  font-family: 'Roboto-Medium';
  color: white;
  text-decoration: none;
}

.logo {
  width: 540px;
}

@media screen and (max-width: 1130px) {
  .canto {
    width: 245px;
    height: 178px;
  }
}

@media screen and (max-width: 980px) {

  .canto {
    width: 225px;
    height: 163px;
  }

  .boi {
    width: 215px;
    height: 260px;
  }

  .cavalo {
    width: 190px;
    height: 301px;
  }
}

@media screen and (max-width: 850px) {

  .canto {
    width: 205px;
    height: 150px;
  }

  .conteudo {
    width: 450px;
  }

  .logo {
    width: 340px;
  }

  .boi {
    width: 215px;
    height: 260px;
  }

  .cavalo {
    width: 190px;
    height: 301px;
  }
}

@media screen and (max-width: 750px) {

  .canto {
    width: 165px;
    height: 120px;
  }

  .conteudo {
    width: 450px;
  }

  .logo {
    width: 290px;
  }

  .boi {
    width: 175px;
    height: 212px;
  }

  .cavalo {
    width: 150px;
    height: 237px;
  }
}

@media screen and (max-width: 650px) {

  .navBar a {
    visibility: hidden
  }

  .navBot {
    display: block;
  }

  .canto {
    width: 145px;
    height: 105px;
  }

  .conteudo {
    width: 260px;

  }

  .conteudo h1 {
    text-align: center;
    font-size: 40pt;
  }

  .conteudo h3 {
    text-align: justify;
    margin-top: 30px;
  }

  .conteudo h4 {
    text-align: justify;
    margin-top: 20px;
  }

  .logo {
    width: 250px;
    margin-top: -50px;
  }

  .boi {
    width: 125px;
    height: 151px;
  }

  .cavalo {
    visibility: hidden;
  }

  .bt {
    width: 200PX;
    margin-left: 80px;
  }
  .bt a {
    font-size: 10pt;
  }

  .redes {
    margin-left: 80px;
  }
}