














footer{
    display: flex;
    flex-direction: column;
  
    justify-content: space-between;
    align-items: center;
    padding: 5px;
  
    
    width: 100%;
    height: 100px;
    background-image:
    linear-gradient(-225deg,
        rgba(6, 58, 57, 0.404) 0%,
        rgba(16, 11, 85, 0.404) 56%,
        rgba(61, 5, 12, 0.438)100%),
        url(../img/Teclao\ .png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position:relative;
  }

  .aviso{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    background-image:
    linear-gradient(-225deg,
        rgba(6, 58, 57, 0.404) 0%,
        rgba(16, 11, 85, 0.404) 56%,
        rgba(61, 5, 12, 0.438)100%),
        url(../img/Teclao\ .png);
  }
  
.msmj{
  margin-bottom: 50px;
    color: #fff;
    font-size: 30px;
    justify-content:end;
    text-align: center;
}

  .contenedorC2{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
  }
  
  footer .titulo-seccion2{
    margin-bottom: 50px;
    color: #fff;
    font-size: 40px;
    justify-content:end;
    text-align: center;
  }
  
  footer .subtitulo2{
    margin-bottom: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }