body {
  color: white;
  margin: 0%;
  padding: 0%;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  width: 100%;
  z-index: 100;
  background-color: rgb(43, 43, 43);
}

nav {
  display: flex;
  align-items: stretch;
  transition: all 500ms;
  background-color: transparent;
  justify-content: center;
}

nav:hover{
  background-color: black;
}

.letralogo{
  flex: 33.33%;
}

.letralogo a{
  text-decoration: none;
  color: #c48e32;
  padding-left: 10px;
  justify-content: center;
  text-align: center;
}

.main-nav{
  flex: 33.33%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.main-nav a{
  color: #c48e32;
  text-decoration: none;
  padding: 20px 10px;
}

.login{
  flex: 33.33%;
  text-align: right;
}

.login .logo-login{
  margin-top: 10px;
  vertical-align: middle;
  background-color: #c48e32;
  border-radius: 10px;
  padding: 5px;
  margin-right: 10px;
  width: 30px;
}

header {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.content-main{
  position: relative;
  z-index: 10;
  margin-top: 50px;
  text-align: center;
  flex: 100%;
}

video{
  margin-left: 0%;
  margin-top: -50%;
  z-index: -10;
  width: 100%;
  flex: 100%;
}

main{
  text-align: center;
}

footer{
  width: 100%;
  background-image: url("../img/dodge.png");
  background-repeat: repeat;
  background-size: cover;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: left;
}

.informacio{
  margin-top: 2%;
  display: flex;
  flex-direction: row;
}

.horari{
  padding-left: 2%;
  width: 33.33%;
}

.horari a{
  text-decoration: none;
  color: #C48E32;
}

.proba{
  margin-top: -2%;
  width: 33.33%;
}

.contacte{
  width: 33.33%;
}

.text-contacte{
  display: flex;
  flex-direction: row;
  padding-left: 5%;
}

.imagen{
  padding-top: 2%;
  width: 10%;
}

.imagen img{
  margin-top: 40%;
}

.texto-imagen{
  padding-left: 3%;
  width: 88%;
}

.texto-imagen .dir{
  padding-top: 7%;
}

.texto-imagen .mail{
  padding-top: 9%;
}

.texto-imagen .tel{
  padding-top: 9%;
}

.btnContacte{
  width: 90%;
  height: 20%;
  background-color: transparent;
  border: 2px solid #C48E32;
  margin-left: 5%;
}

.btnContacte:hover{
  background-color: #C48E32;
}

.btnContacte a{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
}

.contactes{
  margin-top: 2%;
  display: flex;
  flex-direction: row;
}

.copy{
  padding-left: 2%;
  width: 50%;
}

.copy a{
  color: #fff;
}

.logos{
  display: flex;
  flex-direction: row;
  justify-content: right;
  width: 50%;
}

.logo-footer{
  margin: 0% 2%;
  margin-bottom: 2%;
  width: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5px;
}

.logo-footer:hover{
  transition: all 600ms;
  background-color: #c48e32;
}

