@font-face {
  font-family: Century_Bold;
  src: url(../assets/CenturyGothicBold.ttf);
}

#footer {
  width: 100%;
  height: 80px;
  background-color: #CF4339;
  display: flex;
  flex-direction: row;
}

.content-copy-aviso {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 25px;
  color: #fff;
}

.content-copy span {
  font-size: 12px;
  font-family: Century_Bold;
  padding-right: 10px;
}

.content-aviso a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: Century_Bold;
}
.content-redesSociales {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 25px;
}

.redesSociales {
  padding-right: 10px;
}

.redesSociales a {
  color: #fff;
}

.content-phone a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: Century_Bold;
}


/* MOBILE */
@media all and (max-width: 1339px) and (min-width: 100px) {
#footer {
  flex-direction: column;
  height: auto;
}

.content-copy-aviso {
  width: 100%;
}

.content-redesSociales {
  width: 100%;
  padding-bottom: 20px;
}
}
