@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

body {
  font-family: 'Quicksand', sans-serif; 
}

.error {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
  }

.volver {
  background-color: #fff;
  border: solid 3px #fff;
  padding: 15px 25px;
  border-radius: 50px;  
  display: block;
    width: fit-content;
}
.volver:hover {
  background-color: transparent;    
  transition: 500ms;
}
.volver:hover > a {
  color: #fff;
}

section.tv-404-animation{
  height: auto;
  background: #ffd40a;
  background: linear-gradient(to right,#ffd200 100%,#ffd40a 0);
  position: relative;
  /* padding: 100px 0; */
  height: 100vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
    
}
h2.tv-title-404-tm {
    font-size: 250px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h3.tv-subtitle-404-tm {
    font-size: 42px;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
}
p.tv-text-404-tm {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    line-height: 30px;
}
.tv-404-animation a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.imagen img {
  width: 100%;
  height: auto;  
}

