  /* Pagina 404  */
 .cont_404 .container2 h2{
  color: #002e7d;
  font-size: 300px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
  height: 330px;
 } 
 @media (max-width: 680px){
  .cont_404 .container2 h2{
  font-size: 150px;
  height: auto;
  font-family: var(--poppins);
  }
 }
 .cont_404 .container2 p {
  text-align: center;
  font-family: var(--poppins);
 }
 .cont_404 .container2 p span{
 
    font-size: 30px;
    font-weight: 600;
    color: #393939;

  }
  .cont_404 .container2 p a{
    background: var(--color-red);;
    color: white;
    height: 40px;
    padding: 9px 25px;
    display: grid;
    align-items: center;
    text-align: center;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-family: var(--poppins);
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
   }

   /* Pagina 404  */