.work .footer {
  padding: 20px;
  background-color: #e0e0e0;
  color: #000;
  text-align: center;
}

.work .contact {
  padding: 30px 20px;
  background-color: #000;
  color: #aeaeb0;
  position: relative;
  z-index: 1;
}


.contact a:hover {
  color: #fff;
  text-decoration: none;
}

.contact .bottom-bar {
  margin-top: 40px;
  font-size: 0.9rem;
  text-align: center;
  color: #aeaeb0;
}

.contacto--a__address {
  max-width: 300px;
  display: block;
  font-size: 30px;
  font-family: 'pp-light';
  color: #e0e0e0;
  position: relative;
}

.custom-input-container {
  display: flex;
  font-size: 1rem;
  align-items: center;
  justify-content: start;
}

.custom-input-container label {
  margin-bottom: 0px;
  color: #aeaeb0;
  font-family: 'pp-light-m';
}

.custom-input-container input {
  background: none;
  border: none;
  border-bottom: 1px dashed #aeaeb0;
  color: #ffffff;
  outline: none;
  width: 200px; 
  font-size: 1rem;
  margin-left: 12px;
  height: 24px;
}

.custom-input-container input::placeholder {
  color: #aeaeb0;
}

.custom-input-container input:focus {
  border-bottom: 1px solid #ffffff;
}

.menu--div__mails {
  display: flex;
  align-items: start;
  flex-direction: column;
  align-self: end;
  padding-bottom: 20px;
  padding-right: 180px;
}

.mail--titulo {
  color: #e0e0e0;
  font-family: 'kaneda-black';
  font-size: 35px;
  margin-bottom: 0;
}

.mail--subtitulo {
  color: #e0e0e0;
  font-family: 'pp-light-m';
  font-size: 16px;
  margin-bottom: 0px;
}

.mail--txt {
  color: #8a8b8d;
  font-family: 'kaneda-black';
  font-size: 32px;
  margin-bottom: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mail--txt:hover {
  color: #ababab;
}

.mail--txt__md {
  color: #8a8b8d;
  font-family: 'pp-light-m';
  font-size: 22px;
  margin-bottom: 0px;
}

.contenedor--svg {
  position: relative;
}

.contenedor--svg svg, .line-direccion {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.contenedor--direccion {
  position: relative;
  margin: 0;
}

.contenedor--direccion svg{
  width: 30px;
  right: 80px;
  bottom: 10px;
  left: initial;
  position: absolute;
}

.line-mail, .line--md, .line-arrow  {
  stroke-dasharray:  2000; 
  stroke-dashoffset: 2000; 
  transition: stroke-dashoffset 0.6s ease-out; 
}

.line-mail, .line--md {
  stroke-width: 2px;
}

.line-arrow  {
  stroke-width: 1px;
}

.contenedor--svg:hover .line-mail, .contenedor--svg:hover .line--md, .contenedor--svg__arrow:hover .line-arrow{
  stroke-dashoffset: 0; 
  transition: stroke-dashoffset 1.2s ease-out; 
}

.contenedor--svg__arrow {
  display: flex;
}

.contenedor--svg__arrow span {
  flex: 1;
  flex-grow: 1;
  cursor: pointer;
}

.contenedor--svg__arrow svg {
  height: 30px;
  left: initial;
  right: 0;
  width: 30px;
}

.menu--trigger span:hover .line-arrow {
  stroke-dashoffset: 0; 
}

.contendor--svg__footer {
  width: auto;
  display: flex;
}

.contendor--svg__footer>div{
  position: relative;
  margin-bottom: 20px;
}

.contenedor--mails__footer {
  align-items: end;
  display: flex;
}

.contenedor--mails__footer .menu--div__mails {
  padding-bottom: 0;
}

.contact--titulo {
  font-family: 'kaneda-black';
  font-size: 120px;
  color: #e0e0e0
}

.contact-redes a{
  color: #8a8b8d;
  font-family: 'pp-light-m';
  font-size:28px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-redes p {
  margin-bottom: 0;
}

.contact-redes a:hover{
  color: #fff;
}

.work .footer .footer--p {
  color: #000
}
